@charset "utf-8";
:root {
    --form-theme:#38E199;

    --form-tmpl-color: #111111;
    --form-style-color: #111111;
    --form-bg-color: #FFFFFF;
    --form-title-color: var(--form-tmpl-color);
    --form-text-color: var(--form-tmpl-color);
    --form-submit-color:var(--form-tmpl-color);
    --form-submit-font-color:#FFFFFF;
    --form-tmpl-radius: 4px;
    --form-tmpl-font: 'MavenPro';
    --form-tmpl-height-default:44px;

    --form-animate-duration: 1s;
    --form-animate-delay: 1s;
    --form-animate-repeat: 1
}
.form-tmpl{}
.form-tmpl-container{position:fixed;display:none;min-height:240px;z-index:99;bottom:0;padding:1rem;max-width:580px;width:100%;left:50%;transform:translateX(-50%)}
.form-tmpl{font-family:var(--form-tmpl-font);background:var(--form-bg-color);min-height:240px;padding-bottom:8px;text-align:left;}
.form-tmpl-close{text-align:right;padding:6px 8px 0;}
.form-tmpl-close .iconfont{cursor:pointer;font-size:12px;color:#333333;padding:6px;}
.form-control.form-title{line-height:32px;font-size:20px;color:var(--form-title-color);font-weight:700;min-height:48px;margin-top:0;padding-bottom:12px;}
.form-title>span{padding:0;}
.form-field .form-control{width:100%;position:relative;}
.form-control{line-height:44px;color:var(--form-text-color)}
.form-subscribe .form-control{margin:12px 0;padding:0 24px;}
.form-fields-group .form-field{margin-bottom:12px;}
.form-control>span{display:inline-block;width:100%;max-height:44px;overflow:hidden;word-break:break-all;padding:0 12px;}
.form-control input{display:inline-block;width:100%;max-height:44px;padding:0 12px;background:transparent;border-radius:0;}
.form-control input::-moz-placeholder{color:var(--form-text-color)}
.form-control input::-ms-input-placeholder{color:var(--form-text-color)}
.form-control input::-webkit-input-placeholder{color:var(--form-text-color)}
.form-control input::placeholder{color:var(--form-text-color)}
.form-control textarea{width:100%;border:2px solid var(--form-style-color);border-radius:4px;height:80px;max-height:120px;resize:none;padding:6px 12px 2px;background:transparent}
.form-control textarea::-moz-placeholder{color:var(--form-text-color)}
.form-control textarea::-ms-input-placeholder{color:var(--form-text-color)}
.form-control textarea::-webkit-input-placeholder{color:var(--form-text-color)}
.form-control textarea::placeholder{color:var(--form-text-color)}
.form-control .form-button{line-height:40px;text-align:center;margin-top:20px;height:44px;}
.form-button button{display:inline-block;width:100%;height:44px;font-size:16px;background:var(--form-submit-color);color:var(--form-submit-font-color);border-radius:var(--form-tmpl-radius);border:2px solid transparent;line-height:initial;}
.form-thanks{display:none;line-height:32px;text-align:center;color:var(--form-text-color);height:32px;}
.form-thanks>span{max-height:32px;}
.form-control.form-thanks{bottom:0;}
/*.form-phone input{border:2px solid var(--form-tmpl-color);border-radius:var(--form-tmpl-radius);}*/
/*.form-service>span{border:2px solid var(--form-tmpl-color);border-radius:var(--form-tmpl-radius);}*/
.form-select .span{cursor:pointer}
.form-select .iconfont{font-size:24px;float:right;cursor:pointer}
/*.form-appt .form-datetime{display:flex;line-height:40px}*/
.form-datetime>span{border:2px solid var(--form-style-color);border-radius:var(--form-tmpl-radius);padding-right:6px;}
.form-datetime .iconfont{font-size:14px;}
.form-datetime .form-date{margin-right:12px}
.form-datetime .form-date,.form-datetime .form-time{display:flex;justify-content:space-between;}
[data-param="text"] .form-control{line-height:1}
.form-control input{line-height:44px;border:2px solid var(--form-style-color);width:100%;height:44px;}
.form-field-phone{display:flex}
.form-field-phone .dial-code{position:relative;min-width:60px;height:44px;line-height:40px;padding:0 6px 0 8px;text-align:center;border:2px solid var(--form-style-color);border-right:0;cursor:pointer}
.form-field-phone .dial-code:after{content:"";display:block;position:absolute;right:4px;top:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid var(--form-text-color)}
.form-field-phone input{padding-left:8px}
.dial-code-select{display:none;position:absolute;top:40px;left:0;background-color:#646164;color:#FFF;;z-index:9;outline:0;text-align:left;max-height:240px;overflow:auto;box-shadow:rgba(0 ,0 ,0 ,.2) 1px 1px 4px;border:1px solid #ccc;width:100%;max-width:400px;cursor:pointer}
.dial-code-select ul{min-width:240px}
.dial-code-select ul li{padding:5px 10px;line-height:24px}
.dial-code-select ul li:hover{background-color:rgba(0,0,0,.9);;}
.dial-code-select ul li.selected{background-color:rgba(0,0,0,.9);}
.form-control select{line-height:40px;height:44px;border:2px solid var(--form-style-color);width:100%;background:transparent;border-radius:0;padding:0 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.form-field-dropdown,.form-field-regions{position:relative;height:44px}
.form-field-dropdown span,.form-field-regions span{display:block;position:absolute;right:4px;width:16px;height:16px;top:15px;line-height:16px}
.form-field-dropdown span svg,.form-field-regions span svg{fill:var(--form-text-color);transform:rotate(90deg);cursor:text}
.form-control select option{line-height:44px;width:100%;background-color:rgba(0,0,0,.65);color:#FFF;}
.form-control textarea{width:100%;border:2px solid var(--form-style-color);border-radius:0;height:80px;max-height:120px;resize:none;padding:6px 12px 2px 8px;line-height:24px}
.form-control textarea::-moz-placeholder{color:var(--form-text-color)}
.form-control textarea::-ms-input-placeholder{color:var(--form-text-color)}
.form-control textarea::-webkit-input-placeholder{color:var(--form-text-color)}
.form-control textarea::placeholder{color:var(--form-text-color)}
.form-control label{word-break:break-word}
.form-field-radio{line-height:32px}
.form-field-radio input[type=radio]{display:none}
.form-field-radio input[type=radio]+label{position:relative;left:20px;cursor:pointer}
.form-field-radio input[type=radio]+label::before{content:"";position:absolute;top:2px;display:inline-block;width:14px;height:14px;border:1px solid var(--form-text-color);left:-20px;border-radius:50%}
.form-field-radio input[type=radio]:checked+label::before{content:"";position:absolute;top:2px;display:inline-block;width:14px;height:14px;border:1px solid var(--form-text-color);left:-20px;border-radius:50%}
.form-field-radio input[type=radio]:checked+label::after{content:"";position:absolute;top:5px;display:inline-block;width:8px;height:8px;background-color:var(--form-text-color);left:-17px;border-radius:50%}
.form-tmpl input[type=radio]{display:none}
.form-tmpl input[type=radio]+label{position:relative;left:20px;cursor:pointer}
.form-tmpl input[type=radio]+label::before{content:"";position:absolute;top:2px;display:inline-block;width:14px;height:14px;border:1px solid var(--form-text-color);left:-20px;border-radius:50%}
.form-tmpl input[type=radio]:checked+label::before{content:"";position:absolute;top:2px;display:inline-block;width:14px;height:14px;border:1px solid var(--form-text-color);left:-20px;border-radius:50%}
.form-tmpl input[type=radio]:checked+label::after{content:"";position:absolute;top:5px;display:inline-block;width:8px;height:8px;background-color:var(--form-text-color);left:-17px;border-radius:50%}
.form-field-checkbox{line-height:32px}
.form-tmpl input[type=checkbox]{display:none}
.form-tmpl input[type=checkbox]+label{position:relative;left:20px;cursor:pointer;display:inline-block;padding-right:20px;line-height:18px;}
.form-tmpl input[type=checkbox]+label::before{content:"";position:absolute;top:2px;display:inline-block;width:14px;height:14px;border:1px solid var(--form-text-color);left:-20px}
.form-tmpl input[type=checkbox]:checked+label::before{content:"";position:absolute;top:2px;display:inline-block;width:14px;height:14px;border:1px solid var(--form-text-color);left:-20px;}
.form-tmpl input[type=checkbox]:checked+label::after{content:"";position:absolute;width:12px;height:8px;border-left:2px solid var(--form-text-color);border-bottom:2px solid var(--form-text-color);top:3px;left:-19px;transform:rotate(-50deg)}
.form-field-date span,.form-field-time span{display:block;position:absolute;right:4px;width:16px;height:16px;top:15px;line-height:16px}
.form-field-date span svg,.form-field-time span svg{fill:var(--form-text-color);cursor:text}
.form-fields-actions{margin-top:20px}
.form-fields-actions .form-button{margin-bottom:12px}
.form-fields-actions .edit-add-field{display:none}
.form-fields-actions .edit-add-field button{background-color:rgba(0,0,0,0);border:1px solid #777;color:var(--form-theme);height:44px;}
.form-tmpl .form-date span,.form-tmpl .form-time span{position:relative;display:inline-block;min-width:80px;cursor:pointer;width:100%;}
.form-tmpl .form-date span.iconfont:before,.form-tmpl .form-time span.iconfont:before{position:absolute;right:0;font-size:20px}
.jedate .jedate-footbtn .btnscon{border-radius:0!important;display:flex!important;justify-content:space-between;width:100%;}
.jedate .jedate-footbtn .btnscon span{background:none!important;color:#999999!important;font-weight:bolder}
.jedate .jedate-content .daystable td.action, .jedate .jedate-content .daystable td.action:hover, .jedate .jedate-content .daystable td.action .lunar{background-color:#abc1d5!important;}
.jedate .jedate-time .hmslist ul li.action, .jedate-time .hmslist ul li.action:hover{background-color:#abc1d5!important}
.jedate .jedate-footbtn .btnscon span:first-child{background:none!important;color:#4271d4!important;margin-right: 80px;}
.jedate .jedate-footbtn .btnscon span:last-child{background:#0077ff!important;color:#ffffff!important;width:40px;}
.animate__animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-moz-animation-duration:var(--form-animate-duration);-webkit-animation-duration:var(--form-animate-duration);animation-duration:var(--form-animate-duration);-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}
.form-tmpl .error{color:var(--form-text-color);line-height:1.57;}
.form-tmpl .form-success{display:none;padding-top:60px;text-align:center}
.form-tmpl .form-success .form-success-tips span{display:inline-block;width:36px;height:36px;line-height:32px;font-size:26px;background:initial;color:var(--form-title-color);border:2px solid var(--form-title-color);border-radius:50%}
.form-tmpl .form-success .form-thanks{display:block;margin-top:8px;color:var(--form-title-color)}
@-webkit-keyframes fadeInUp{0%{opacity:1;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}
}
.animate__fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeOutDown{0%{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
@keyframes fadeOutDown{0%{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;animation-name:fadeOutDown}
:root {
    --link-font:"Maven Pro";
    --link-button-color-default: #000000;
    --link-social-color-default:'';

    --link-social-color-shadow:#000000;
    --link-social-color-blend:#00000000;

    --link-bg-color:#ffffff;
    --link-background-gradient-style:to bottom;
    --link-background-image-blur:0;
    --link-background-image-opacity:0;

    --link-button-color: #000000;
    --link-button-bg-border-color: var(--link-button-bg-color);
    --link-button-shadow-color:#000000;

    --link-button-radius12: 12px;
    --link-button-border-color: #222222;
    --link-button-border-font-color: #222222;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#222222;
    --link-button-bg-thumbnail-border-color:#222222;
    --link-button-border-thumbnail-color:#ffffff;
    --link-button-border-thumbnail-border-color:#ffffff;

    --link-block-corner:0px;
    --link-block-border:2px;
    --link-block-border-color:#000000;
    --link-block-bg-color:#000000;
    --link-block-shadow-color:#000000;
    --link-thumbnail-radius:50%;
    --link-thumbnail-color:#FFFFFF;
    --link-title-color:#333333;
    --link-desc-color:#777777;
    --link-block-font-color:#FFFFFF;
    --link-button-bg-color:#ffffff;
    --link-button-font-color:#000000;

    --link-profile-corner:50%;
    --theme-shadow-button:0px 0px 3px 0px rgba(0,0,0,0.2);
    --theme-shadow-block:0px 0px 4px 0px rgba(18,13,9,0.1);

    --link-divider-width:75%;
    --link-divider-height:2px;

    --card-avatar-w:120px;
    --card-avatar-h:120px;
    --card-avatar-margin-top:calc(0px - var(--card-avatar-h) / 2);
    --card-accreditation-bg:var(--link-title-color);
    --card-save-btn-bg-color:var(--link-title-color);
    /* --card-save-btn-bg-color:var(--link-button-bg-color); */
    /* --card-save-btn-font-color:var(--link-button-font-color); */
    --card-save-btn-font-color:var(--link-bg-color);
}
body{
    --card-avatar-w:120px;
    --card-avatar-h:120px;
    --card-avatar-margin-top:calc(0px - var(--card-avatar-h) / 2);
    --card-accreditation-bg:var(--link-title-color);
    /* --card-save-btn-bg-color:var(--link-button-bg-color);
    --card-save-btn-font-color:var(--link-button-font-color); */
    --card-save-btn-bg-color:var(--link-title-color);
    --card-save-btn-font-color:var(--link-bg-color);
}
body .item-form{
    --form-tmpl-font:var(--link-font);
    --form-tmpl-color: #FFFFFF;
    --form-style-color: var(--link-block-font-color);
    --form-bg-color: #FFFFFF;
    --form-title-color: var(--link-block-font-color);
    --form-text-color: var(--link-block-font-color);
    --form-submit-color: var(--link-button-bg-color);
    --form-submit-font-color: var(--link-button-font-color);
    --form-tmpl-radius:var(--link-block-corner);
}
body .item-request{
    --form-text-color: var(--link-block-font-color);
}
body .embed-google-podcast{
    --link-title-color:#333333;
}
body{position:relative;margin:0;padding:0;width:100%;height:100%;background-color:#fafafa;font-family:"Maven Pro",Karla,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}
body::-webkit-scrollbar{display:none}
.body{padding:48px 1rem 48px;max-height:100%;position:relative;min-height:100vh;}
.bg-container{display:flex;width:100%;height:100vh;position:fixed;z-index:-1;min-height:100%;}
.bg-0,.bg-2{width:0;height:100%}
.bg-1{overflow:hidden;width:100%}
.bg{background:center center no-repeat;background-size:cover;position:relative;height:100%}
.bg video{display:none;object-fit:cover;width:100vw;height:100%;position:fixed;top:0;left:0;bottom:0}
a{text-decoration:none}
.container{margin:auto;position:relative;max-width:560px;}
.center{text-align:center;margin:auto;margin-bottom:40px}
.center img{width:100%;height:100%;object-fit:cover}
.layout-basic{text-align:center}
.center .avatar{position:relative;width:100px;min-width:100px;height:100px;margin:auto;border-radius:var(--link-profile-corner,50%);}
.verified::after{content:" ";position:absolute;display:inline-block;background:url(../images/verified_badge.png) -2000px/cover no-repeat;bottom:5px;right:5px;z-index:2;width:20px;height:20px;}
.verified::after{bottom: calc(var(--link-profile-corner) / 8);right: calc(var(--link-profile-corner) / 8);}
.verified.verified-twitter::after{background-position:-20px 0;}
.verified.verified-facebook::after{background-position:-60px 0;}
.verified.verified-instagram::after{background-position:0 0;}
.verified.verified-tiktok::after{background-position:-40px 0;}
.verified.verified-twitterx::after{background-position:-79px 0;}
.verified.verified-snapchat::after{background-position:-99px 0;}
.center .avatar img{width:100%;height:100%;max-width:200px;max-height:200px;border-radius:var(--link-profile-corner,50%);object-fit:cover;object-position:center;border:1px solid #f2f2f2;}
.avatar img[src='']{opacity:0}
.text{margin-bottom:16px;}
.text h3{position:relative;font-size:20px;margin:12px 0;word-break:break-word;color:var(--link-title-color);line-height:24px;}
.text h3 .verified{position:relative;padding-right:24px;display:inline-block;height:20px}
.text h3 .verified::after{bottom:-3px;right:0}
.text h3 .verified-unameLeft::after{left:0}
.desc{color:var(--link-desc-color);font-size:16px;line-height:26px;min-height:26px;margin-bottom:12px;word-break:break-word;white-space:pre-wrap}
.desc:empty{margin-bottom:0;min-height:0;}

.basic-cover{position:relative;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}
.basic-cardbg{position:relative;width:100%;height:0;padding-bottom:50%;z-index:0}
.basic-cardbg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.layout-basic .basic-comlogo{bottom:0;right:0;top:auto;left:auto;width:34px;height:34px;border:1px solid #fff;border-radius:50%}
.basic-cardbg .basic-comlogo{display:none;top:16px;left:16px;z-index:1}
.digital-card.body{padding-top:0;padding-bottom:108px!important;}
.digital-card .layout-basic{margin:0 -1rem;overflow-x:hidden;}
.basic--box{padding:0 1rem;margin-top:var(--card-avatar-margin-top);position:relative;z-index:1;overflow:hidden;}
.basic-avatar{position:relative;max-width:var(--card-avatar-w);max-height:var(--card-avatar-h);width:var(--card-avatar-w);height:var(--card-avatar-h)}
.basic-avatar--box{position:relative;width:100%;height:100%;border:2px solid #fff;border-radius:50%}
.basic-avatar img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}
.basic-avatar .basic-comlogo{border:1px solid #fff}
.cover-cut .basic-cardbg{--link-block-slant:1em;--link-block-slant--inner:0.9em;--card-cut-corner-clip:polygon(var(--link-block-slant) 0, 100% 0, 
                100% calc(100% - var(--link-block-slant)), 
                calc(100% - var(--link-block-slant)) 100%, 0 100%,0 var(--link-block-slant) );--card-cut-corner-clip:polygon(0 0, 
                100% 0, 
                100% calc(100% - 80px), 
                0 100%, 
                0 100%,
                0 0 );
clip-path:var(--card-cut-corner-clip)}
.cover-cutcircle .basic-cover--box{--card-cut-corner-clip:circle(80% at 50% 0%);
    /*clip-path: var(--card-cut-corner-clip);*/
    border-bottom-right-radius:50% 80px;border-bottom-left-radius:50% 80px;
    overflow:hidden;transform:scale(1.2) translateY(-9%)}
.cover-cutcircle .basic-cardbg{transform:scale(.83333) translateY(10%)}
.cover-cutcircle .basic-avatar{margin:0 auto}
.cover-cutcircle .basic-cardbg .basic-comlogo{display:block}
.cover-cutcircle .basic-avatar .basic-comlogo{display:none}
.digital-card .layout-basic.cover-inner{margin:0;padding-top:20px}
.cover-inner .basic-cardbg{border-radius:24px;overflow:hidden}
.cover-inner .basic-avatar{margin:0 auto}
.cover-inner .basic-cardbg .basic-comlogo{display:block}
.cover-inner .basic-avatar .basic-comlogo{display:none}
.basic-txt{color:var(--link-title-color);line-height:1.2;padding-top:12px;word-break:break-word;}
.basic-txt .basic--title{display:flex;align-items:baseline;font-size:20px;font-weight:700}
.basic-txt .basic--pronouns{font-size:14px;font-weight:400;padding-left:4px}
.basic-txt .basic--company{display:flex;align-items:center;font-weight:700;padding-top:8px}
.basic-accreditations-box{font-size:12px;display:flex;align-items:center;flex-wrap:wrap;}
.basic-txt .basic--accreditation{padding:4px 6px;min-height:24px;width:auto;margin-right:6px;position:relative;border-radius:12px;z-index:1;overflow:hidden;margin-top:10px;line-height:16px;}
.basic--accreditation .accreditation--bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:var(--card-accreditation-bg);opacity:.1}
.basic--accreditation .accreditation--txt{width:100%;height:100%;z-index:1}
.basic-txt .basic--bio{padding-top:12px}
.digital-card .layout-basic{text-align:left}
.digital-card .layout-basic.cover-cutcircle,
.digital-card .layout-basic.cover-inner{text-align:center}
.cover-cutcircle .basic--company,.cover-inner .basic--company,
.cover-cutcircle .basic--title,.cover-inner .basic--title,
.cover-cutcircle .basic-accreditations-box,.cover-inner .basic-accreditations-box{justify-content:center}

.item{margin:16px 0;color:#ffffff;border-radius:var(--link-block-corner);min-height:48px;line-height:48px;position:relative;background-color:var(--link-block-bg-color);border-color:var(--link-block-border-color);}
.cmpt-item,.item-form,.item-video,.item-music{margin:20px 0}
.cmpt-item--style{border-radius:var(--link-block-corner);background-color:var(--link-block-bg-color)!important;border:var(--link-block-border) solid var(--link-block-border-color)!important;box-shadow:none;position:relative}
.item-form{position:relative;border-radius:var(--link-block-corner);background-color:var(--link-block-bg-color);border-color:var(--link-block-border-color);}
.item .ctm-style{display:flex;position:relative;min-height:48px;line-height:48px;align-items:center}
.item .link-text{display:none;font-size:12px;max-height:32px;line-height:16px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}
.item button{background-color:transparent;}
.item .btn{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;padding:8px 70px;text-align:center;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-inline-box;line-height:20px;vertical-align:middle;word-break:break-word;-webkit-box-orient:vertical;color:var(--link-block-font-color)}
.item span{position:absolute;height:36px;left:16px;top:50%;transform:translate(-1px,-50%);display:block;border-radius:var(--link-thumbnail-radius);width:36px;background-size:cover;background-repeat:no-repeat}
.item .iconfont{display:none;font-size:20px;border:2px solid var(--link-thumbnail-color);line-height:32px;color:var(--link-thumbnail-color)}
.item .iconsolid{display:none;font-size:32px;border:0;line-height:32px;color:var(--link-thumbnail-color);
    overflow:hidden;width:32px;height:32px;}
.item .btn-status{left:initial;right:4%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--link-block-font-color);cursor:pointer}
.btn-status svg{fill:currentcolor;width:16px;height:16px}

.cmpt-button-buttonLinkColl{transition:height .4s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;min-height:40px;}
/*.cmpt-button-buttonLinkColl .btn-status svg{transform:translateY(-50%) rotate(90deg);}*/
.cmpt-button-buttonLinkColl .button--expended .btn-text{font-size:16px;font-weight:600;}
.cmpt-button-buttonLinkColl .button--expended .link-text{font-size:14px;font-weight:400;margin-top:6px;}
.cmpt-button-buttonLinkColl .button--expended .btn-status svg{transform:rotate(180deg);}
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended{border:0!important;background-color:rgba(0,0,0,0)!important;box-shadow:none!important;}
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended .ctm-style{border:0!important;background-color:rgba(0,0,0,0)!important;}
.cmpt-button-buttonLinkColl .button-item-action .link-text{display:none!important;}
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended .link-text{display:block!important;}
.cmpt-button-buttonLinkColl .button-item:nth-child(2) .item{margin-top:12px!important;}
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended{margin-bottom:12px!important;-webkit-backdrop-filter:none;backdrop-filter:none;}
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended button,
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended button .btn-text,
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended .btn-text .link-text,
.cmpt-button-buttonLinkColl .button-item:first-child .button--expended .btn-text .btn-status{color:var(--link-title-color)!important;}
.cmpt-button-buttonLinkColl .button--expended::before,.cmpt-button-buttonLinkColl .button--expended::after{display:none!important;}
.cmpt-button-buttonLinkColl .button--expended .ctm-style::before,
.cmpt-button-buttonLinkColl .button--expended .ctm-style::after{display:none!important;}
.cmpt-button-buttonLinkColl .button--expended .item--bg{display:none!important;}
.button--expended.item .btn-status{color:var(--link-title-color)!important;}
.item-style.button--expended{animation-play-state:paused;-moz-animation-play-state:paused;-webkit-animation-play-state:paused;}
.biolink .button-item-action{display:block!important;}
.block-close--box{margin:20px 0 40px}
.block-close--box button{color:#fff;background-color:rgba(0,0,0,.4);width:28px;height:28px;border-radius:50%;box-shadow:var(--theme-shadow-button);transition:all 0.2s linear}
.block-close--box button i{font-size:14px}
.block-close--box button:hover{background-color:rgba(0,0,0,.6);transform:scale(1.05);}

.item-header{padding-bottom:16px;padding-top:28px;margin-top:-16px;margin-bottom:-16px;color:var(--link-title-color)}
.item-header h3{text-align:center;font-weight:600;font-size:16px;line-height:1.5;word-break:break-word;}
.cmpt-item .item-box{width:100%;height:100%;border-radius:var(--link-block-corner);}
.cmpt-item .iframe-box{position:relative;height:0;width:100%;padding-bottom:58%}
.cmpt-item iframe{width:100%;height:100%;border-radius:var(--link-block-corner)}
.cmpt-item .iframe-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--link-block-corner);object-fit:initial}
.item-video .video-box{position:relative;height:0;width:100%;padding-bottom:58%}
.item-video .video-box iframe,.item-video .video-box img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--link-block-corner);object-fit:cover}
.item-video .video-box iframe{object-fit:initial}
.item-video .embed-iframe-youtube{padding-bottom:56.25%}
.item-video .embed-iframe-tiktok{max-width:325px;max-height:737px;height:737px;margin:auto}
.item-video .embed-iframe-tiktok{padding-bottom:720px}
.item-video .embed-iframe-tiktok iframe{max-height:778px!important;min-height:180px;height:100%!important}
.item-video .embed-iframe-bilibili{padding-bottom:68%}
.item-form .form-tmpl{background:transparent;padding:12px 16px;}
.item-form .form-control input,.item-form .form-control select,.item-form .form-control textarea{border-radius:var(--link-block-corner)}
.item-form .form-field-phone .dial-code{border-radius:var(--link-block-corner) 0 0 var(--link-block-corner);}
.item-form .form-field-phone input.data-field{border-radius:0 var(--link-block-corner) var(--link-block-corner) 0;}
.item-form .form-submit-terms{width:100%;max-width:380px;font-size:12px;margin:0 auto;padding-bottom:20px;text-align:center;color:var(--form-title-color)}
.item-form .form-control.form-title{text-align:center}
.footer{text-align:center;position:absolute;bottom:1rem;width:100%;left:0;font-family:MavenPro}
.footer p{color:#aaa;font-size:18px;height:42px;line-height:42px}
/*.footer p span{background:left/30px no-repeat url(../fonts/a72512844dae4264874ad8ccf6485c10.svg);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmoAAACICAMAAABgHzftAAACo1BMVEUAAAD////////////////////////+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAEACAA/6YA1/4EAB8DABt/f38/Pz8CABIDAB2/v78FASIDABkDABfv7/AJBSUHAySAgIALBybf39+fn5/Pz89fX18vLy8GAiACAA4QEBANCikIBSIQDCoMCCgPDw/AwMAKByEVES4LByQCABUgICAIBR5vb28FAh6vr68fHx+Pj48MCRoNCSYPDCcSDiyHhZNgYGBPT08OCyQ2M0wFAhsJBxoIBhYDQDorKEIAyvBQUFCdnKhCP1QKCB4A8J2OjJoBgF4YFjHw8fIyL0jS0tYYFSkUEiQREB/i4+be3eGbmaaEgpEBNVEiHzkPDB+3t79kYnVhX3ICKEHn5+rZ2N3KytDCwckA0IsBXntpZ3hwcHBbWG0FUmxTUGVOS2FGQ1o8OVEUESoAveLB0NGVlaICepiQkJACXkoCMC4EESQCDh/S2tyjxr2urbYBlLWJh5YBsHkCcFYBNkwBUEEEHiYCDSQAr9GWvMYBh6gA4JQCwYMCGzIEIiwUzfAwvtoCsdUAocN+va5O0KVhwqMA35QKc48CbYoBoG8BkWgCRGAOKDkDMDQEDigCEBkywd1ctckAosSwr7ihoKcQ8aOUkp6PjZtycHwBoG4OX08TNUgnKTgQweMAr9Owx8iQvrJ0xKxSwJ0A4JUBa4cHNTEywNuEwM7FxMkBocVWoLGmpaoQ4ptBcGsBQ1wEN1MRICb0rd+CAAAAMHRSTlMAdP6UkRar/OHUwrihhFlKRTrw7u3l0smvp5d4bWBaQyslEw0IBaxq8tHQPj0yMWtLXC9IAAAXyUlEQVR42uzbyWsTURzA8ZelsW2atHXftbZF3H8+zSDlhc44IAxmwUyg5JIFEsFIC7VUQati3dG6HQTx4HYTFbx4Ebx4EPwPPPmvOJnpZNLMxJmkVdD3+1wy4c3xy3vzZiGd6hrcviUQ6u1Zt3qVH9B/zr9q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');
    width:190px;background-size:100%;border-radius:21px;background-repeat:no-repeat;background-position:center;
}
.footer-v281 p a{color:var(--link-title-color)!important;}
.footer-v281 p span{}
.footer-v281 p{height:24px;}
.footer-v281 p a svg{height:24px;}
.footer div{height:30px;}
.footer div p{height:30px;}
.footer-v282 div{}
.footer-v282 a,.footer-v283 a,.footer-v284 a{color:#333}
.footer-v282 div p,.footer-v283 div p,.footer-v284 div p{box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.3),0px 4px 10px 0px rgba(0, 0, 0, 0.3);
color:#333;padding:5px;display:inline-flex;justify-content:center;align-items:center;    background: #fff;
    border-radius: 30px;font-size: 12px;
}
.footer-v282 div p span:nth-child(1),
.footer-v283 div p span:nth-child(1),
.footer-v284 div p span:nth-child(1){width:20px;height:20px;    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;}
.footer-v282 div p span:nth-child(2),
.footer-v283 div p span:nth-child(2),
.footer-v284 div p span:nth-child(2){padding:0 8px;}
.footer-v282 div p span:nth-child(3),
.footer-v283 div p span:nth-child(3){height:18px;padding:0 6px;line-height:18px;background: #333333;border-radius:9px;color: #FFF;}
.footer-v284 div p span:nth-child(3){display:inline-flex;width:10px;height:10px;}
.footer-v284 div p span:nth-child(3) svg{width:10px;height:10px;}

.digital-card .footer{bottom:88px}
.digital-card .footer-contact{position:fixed;z-index:99;bottom:20px;padding:0 1rem}
.footer-contact button{background:var(--card-save-btn-bg-color);box-shadow:0 4px 10px 0 rgba(0,0,0,.3);
    color:var(--card-save-btn-font-color);width:100%;border-radius:24px;height:48px;max-width:560px;line-height: 48px;
    font-size:16px;font-weight:500;}
.hide{display:none}
.social_list{margin:16px 0 -12px;}
/*.social-top{display:none;margin-top:-16px;padding:0;}*/
/*.social-top.social_list span{width:48px;-moz-animation-delay:.5s!important;-webkit-animation-delay:.5s!important;;-o-animation-delay:.5s!important;;-ms-animation-delay:.5s!important;;animation-delay:.5s!important;}*/
.social_list-spirit{display:flex;justify-content:center;flex-wrap:wrap}
.social_list-svg-3,.social_list-svg-4,.social_list-svg-6{display:none;justify-content:center;flex-wrap:wrap}
.social_list span{width:48px;height:30px;margin-bottom:12px;opacity:1;-moz-animation-delay:4.25s;-webkit-animation-delay:4.25s;-o-animation-delay:4.25s;-ms-animation-delay:4.25s;animation-delay:4.25s}
.social_list span:nth-child(1){-moz-animation-delay:2.5s;-webkit-animation-delay:2.5s;-o-animation-delay:2.5s;-ms-animation-delay:2.5s;animation-delay:2.5s}
.social_list span:nth-child(2){-moz-animation-delay:2.75s;-webkit-animation-delay:2.75s;-o-animation-delay:2.75s;-ms-animation-delay:2.75s;animation-delay:2.75s}
.social_list span:nth-child(3){-moz-animation-delay:3s;-webkit-animation-delay:3s;-o-animation-delay:3s;-ms-animation-delay:3s;animation-delay:3s}
.social_list span:nth-child(4){-moz-animation-delay:3.25s;-webkit-animation-delay:3.25s;-o-animation-delay:3.25s;-ms-animation-delay:3.25s;animation-delay:3.25s}
.social_list span:nth-child(5){-moz-animation-delay:3.5s;-webkit-animation-delay:3.5s;-o-animation-delay:3.5s;-ms-animation-delay:3.5s;animation-delay:3.5s}
.social_list span:nth-child(6){-moz-animation-delay:3.75s;-webkit-animation-delay:3.75s;-o-animation-delay:3.75s;-ms-animation-delay:3.75s;animation-delay:3.75s}
.social_list span:nth-child(7){-moz-animation-delay:4s;-webkit-animation-delay:4s;-o-animation-delay:4s;-ms-animation-delay:4s;animation-delay:4s}
.social_list span:nth-child(8){-moz-animation-delay:4.25s;-webkit-animation-delay:4.25s;-o-animation-delay:4.25s;-ms-animation-delay:4.25s;animation-delay:4.25s}
.social_list a{position:relative;width:31px;height:30px;display:block;margin:auto;overflow:hidden;}
.social_list a sp{background-size:cover;position:relative;width:30px;display:block;margin:0 auto;border-radius:50%;height:30px;font-size:28px;line-height:30px;}
.social_list a sp.blend-mode{background-blend-mode:initial}
.social_list a img{height:100%;width:30px;object-fit:cover;object-position:center;display: block;margin: 0 auto;border-radius: 50%;}
.center .btn-show{-moz-animation-delay:2.5s;-webkit-animation-delay:2.5s;-o-animation-delay:2.5s;-ms-animation-delay:2.5s;animation-delay:2.5s}
.center .btn-show:nth-child(1){-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;-ms-animation-delay:.5s;animation-delay:.5s}
.center .btn-show:nth-child(2){-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;animation-delay:.75s}
.center .btn-show:nth-child(3){-moz-animation-delay:1s;-webkit-animation-delay:1s;-o-animation-delay:1s;-ms-animation-delay:1s;animation-delay:1s}
.center .btn-show:nth-child(4){-moz-animation-delay:1.25s;-webkit-animation-delay:1.25s;-o-animation-delay:1.25s;-ms-animation-delay:1.25s;animation-delay:1.25s}
.center .btn-show:nth-child(5){-moz-animation-delay:1.5s;-webkit-animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;animation-delay:1.5s}
.center .btn-show:nth-child(6){-moz-animation-delay:1.75s;-webkit-animation-delay:1.75s;-o-animation-delay:1.75s;-ms-animation-delay:1.75s;animation-delay:1.75s}
.center .btn-show:nth-child(7){-moz-animation-delay:2s;-webkit-animation-delay:2s;-o-animation-delay:2s;-ms-animation-delay:2s;animation-delay:2s}
.center .btn-show:nth-child(9){-moz-animation-delay:2.25s;-webkit-animation-delay:2.25s;-o-animation-delay:2.25s;-ms-animation-delay:2.25s;animation-delay:2.25s}
.center .btn-show:nth-child(10){-moz-animation-delay:2.5s;-webkit-animation-delay:2.5s;-o-animation-delay:2.5s;-ms-animation-delay:2.5s;animation-delay:2.5s}
.embed-iframe{max-height:340px;transition:height .4s linear,padding .4s linear;height:0;padding:0;}
.embed-iframe-tiktok{max-width:605px;max-height:778px;;margin:auto;}
.embed-iframe iframe{max-height:340px;min-height:180px;border-radius:6px;}
.embed-iframe-youtube{position:relative;height:0;width:100%;padding-bottom:56.25%}
.embed-iframe-youtube iframe{position:absolute;top:0;bottom:0;height:100%;width:100%;right:0;left:0;max-height:initial}
.embed-iframe-tiktok iframe{max-height:778px;min-height:180px;height:100%;border-radius:6px;}
.embed-iframe-vimeo iframe{position:absolute;top:0;bottom:0;height:100%;width:100%;right:0;left:0;max-height:initial}
.embed-iframe-spotify iframe{height:380px;max-height:380px;}
.embed-iframe-applemusic iframe,.embed-iframe-iTunes iframe{max-height:450px;height:450px;}
.embed-iframe-applemusic iframe[mtype=track],.embed-iframe-iTunes iframe[mtype=track]{height:150px;}
.embed-iframe-napster iframe{height:440px;}
.embed-iframe-napster iframe[mtype=track]{height:360px;}
.embed-iframe-soundcloud iframe{height:300px;}
.embed-iframe-calendly{height:700px;}
.embed-iframe-calendly iframe{max-height:700px;height:700px;}
.embed-iframe.cmpt-ig-embed,
.embed-iframe.cmpt-ig-profile,
.embed-iframe.cmpt-ig-post,
.embed-iframe.cmpt-ig-postCaption{height:initial;}
.embed-iframe-ig iframe{max-height:none;}
.cmpt-ig-embed iframe,
.cmpt-ig-profile iframe,
.cmpt-ig-post iframe,
.cmpt-ig-postCaption iframe{border-radius:var(--link-block-corner);max-height:none;}
.embed-iframe-gofundme{position:relative;max-width:480px;margin:0 auto;height:504px;}
.embed-iframe-gofundme iframe{position:absolute;top:0;bottom:0;height:100%;width:100%;right:0;left:0;max-height:initial}
.inner-embed-box{margin:24px 0 16px;}
.link-cmpt .inner-embed-box{width:100vw;transform:translateX(-1rem);}
.embed-popup-form .inner-embed-box{margin:0;display:flex;max-height:92vh;overflow:auto}
.embed-popup-form .inner-embed-box iframe{height:0;transition: height .4s linear;}
/*.embed-iframe-deezer iframe[mtype=track]{height:150px;}*/
/*Modal Youtube Subscribe*/
.modal-block{position:fixed;top:0;left:0;bottom:0;right:0;z-index:101;display:none}
.modal-block .modal-mask{width:100%;height:100%;background-color:#00000047}
.modal-block .modal-close{position:absolute;right:12px;top:16px;font-size:12px;cursor:pointer}
.modal-block .modal-container{background:#fff;border-radius:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:'Maven Pro'}
.sub-ytb-pop{width:316px;text-align:center;border:1px solid #999;border-radius:10px}
.sub-ytb-pop .modal-close{top:10px}
.sub-ytb-pop .title{border-bottom:2px solid #ccc;padding:14px 16px;text-align:left}
.sub-ytb-pop .title img{height:17px}
.sub-ytb-pop .info span:nth-child(1){font-size:15px;margin-top:26px;color:#777;margin-bottom:16px;font-weight:500;display:block}
.sub-ytb-pop .info .subs-title{font-size:18px;color:#141414;display:block;font-weight:700;margin-bottom:20px}
.sub-ytb-pop .info .subs-title:after{content:" ?";display:inline-block;}
.sub-ytb-pop .subs-btn{width:109px;height:39px;background:red;border-radius:3px;color:#fff;margin-bottom:26px}
.sub-ytb-pop .success{display:none;font-size:17px;font-weight:700;color:#141414;margin:38px auto}
.embed-box{font-family:'Maven Pro';background-color:#fff;padding:16px;border-radius:24px;position:fixed;width:100%;bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;max-width:660px;left:50%;transform:translateX(-50%);max-height:92%;overflow-y:auto;word-break:break-word;}
.embed-box::-webkit-scrollbar{display:none;}
.embed-box.popup-form{overflow:hidden;padding:0;}
.embed-iframe{max-height:none;overflow:hidden;}
.embed-iframe .fb-video{width:100%}
.embed-iframe .fb-video>span{width:100%!important;text-align:center;transition:height .4s linear;height:0}
.embed-iframe .fb-video iframe{width:100%!important;max-height:none}
.embed-iframe-vimeo{position:relative;width:100%;height:0;padding-bottom:0;}
.embed-twitter-link{margin-top:20px;display:none}
.embed-twitter{background-color:#f7fcff;max-width:580px;margin:auto;width:96%}
.embed-twitter blockquote{margin-right:12px;margin-left:12px}
.embed-twitter iframe{transition:height 400ms linear;}
.embed-twitter-link a{display:block;background-color:var(--linkfly-theme-page);font-weight:600;color:#fff;height:48px;border-radius:8px;text-align:center;line-height:48px;font-size:16px}
.embed-share-link a{display:block;background-color:var(--linkfly-theme-page);font-weight:600;color:#fff;height:48px;border-radius:8px;text-align:center;line-height:48px;font-size:16px}
.embed-loading div{display:flex;justify-content:center;width:100%;padding:16px}
.embed-loading svg{width:24px;height:24px;color:var(--linkfly-theme-page);animation:1s linear 0s infinite normal none running spin}
.music-preview-service{display:flex;align-items:center;height:50px;justify-content:space-between;padding-right:4px}
.music-preview-service-logo{display:flex;align-items:center;height:32px}
.music-preview-service-logo img{border-radius:50%}
.music-preview-service-name{margin-left:12px}
.music-preview-service-share{width:21px;height:21px}
.music-preview-service:nth-child(n+6){display:none}
.music-preview-more button{color:var(--linkfly-theme-page);text-align:center;cursor:pointer;display:block;background:0 0;width:100%;padding:12px 0 8px;appearance:none;box-sizing:border-box;vertical-align:middle;font-size:16px}
.music-preview-nosample .nosample-cover{width:75%;max-width:320px;max-height:320px;margin:auto}
.music-preview-nosample .nosample-cover img{border-radius:6px;width:100%}
.music-preview-nosample .nosample-title{padding-top:12px;font-size:20px;font-weight:600}
.embed-gl-maps{width:98%;height:0;position:relative;padding-bottom:0;margin:auto;transition:padding 400ms linear;}
.embed-gl-maps blockquote{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;border-radius:6px;}
.embed-gl-maps h1{margin:12px 0;font-size:20px;font-weight:500}
.popup-map .inner-embed-box{margin:0;position:relative;height:0;transition:padding 400ms linear;}
.popup-map .inner-embed-box iframe{position:absolute;top:0;bottom:0;width:100%;}
.embed-support{text-align:center}
.support-desc{font-size:16px;padding:12px 40px}
.support-amount{padding-bottom:24px}
.support-amount-select{font-size:14px}
.amount-select{margin-top:12px;display:flex}
.amount-select div{margin-right:8px;margin-bottom:8px;order:0;flex:1 1 auto;justify-content:space-evenly;align-self:auto;width:auto;height:auto;position:relative;background:#ebebeb;border-radius:4px;line-height:40px;display:flex}
.amount-select-label{-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding-left:12px;padding-right:12px;border-radius:4px;width:100%}
.amount-select-label.selected{color:#fff;background-color:var(--linkfly-theme-page)}
.amount-select-input{position:absolute;inset:0}
.support-amount-select input[type=radio]{background-color:transparent;background-image:none;border-radius:0;border:none;box-shadow:none;color:inherit;font:inherit;box-sizing:border-box;appearance:none;-webkit-appearance:none;height:100%;width:100%;cursor:pointer}
.support-amount-select input[type=radio]:checked{color:#fff}
.support-amount-custom{margin-top:12px}
.support-amount-custom .amount-custom{width:180px;margin:auto;margin-top:8px;background:#ebebeb;height:40px;line-height:40px;display:flex}
.amount-custom-symbol{padding-left:8px}
.amount-custom-input{background-color:transparent;background-image:none;border:none;box-shadow:none;padding:0 12px;font-style:inherit;font-variant:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;box-sizing:border-box;appearance:none;border-radius:8px;color:#0a0b0d;width:100%;font-size:14px;font-weight:400}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}
input[type=number]{-moz-appearance:textfield}
.support-continue button{display:flex;width:100%;align-items:center;justify-content:center;background:var(--linkfly-theme-page);color:#fff;height:44px;border-radius:8px;line-height:44px}
.support-continue button[disabled]{opacity:.6;cursor:none;pointer-events:none}
.support-continue button p{padding-left:4px;height:100%}
.support-continue button svg{width:20px;height:100%;fill:#fff}
.embed-support-error{color:#cc0e1f;font-size:12px;line-height:1.2}
.embed-support-detail{display:none}
.embed-support-detail .support-desc-link{color:#777;font-size:12px}
.support-detail-title{text-align:left;font-weight:600;font-size:14px;line-height:1.6}
.support-detail-email{background:#ebebeb;border-radius:8px;margin-top:10px}
.support-detail-email input{background-color:transparent;background-image:none;border:none;box-shadow:none;padding:0 12px;font-style:inherit;font-variant:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;box-sizing:border-box;appearance:none;border-radius:8px;color:#0a0b0d;width:100%;height:48px;font-size:14px;font-weight:400}
.support-detail-note{background:#ebebeb;border-radius:8px;margin-top:10px}
.support-detail-note textarea{background-color:transparent;background-image:none;border:none;box-shadow:none;font-style:inherit;font-variant:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;box-sizing:border-box;appearance:none;resize:vertical;border-radius:8px;color:#0a0b0d;min-height:80px;width:100%;height:48px;padding:16px 12px;font-size:14px;font-weight:400}
.support-detail{padding-bottom:24px}
.embed-support-detail .support-desc{position:relative;text-align:center}
.support-back{position:absolute;top:12px;left:0}
.support-back button{padding:0;margin:0;border:none;font-family:inherit;font-weight:inherit;font-size:inherit;text-align:center;cursor:pointer;display:block;background:0 0;appearance:none;box-sizing:border-box;vertical-align:middle;border-radius:50%;background-color:#0a0b0d;width:28px;height:28px;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;transform:rotate(90deg)}
.support-back svg{fill:currentcolor;color:#fff;width:12px;height:12px}
.embed-support-service{color:#777;font-size:12px;margin:auto}
.pay-paypal,.pay-stripe{display:none}
.pay-stripe .support-continue{margin-top:16px}
.pay-stripe #card-element{background:#ebebeb;padding:12px;min-height:44px;border-radius:8px;}
.pay-element .embed-loading{display:none}
.embed-shopify{background-color:#fff;transition:height .4s linear;height:0}
.embed-shopify-detail .shopify-desc{color:#0a0b0d;font-weight:400;text-align:center;font-size:14px;line-height:1.667;padding-bottom:20px;word-break:break-all}
.embed-shopify-detail .shopify-products{display:flex;flex-wrap:wrap}
.embed-shopify-detail .shopify-product{width:50%;margin-bottom:12px;padding:0 4px}
.embed-shopify-detail .shopify-product-img{height:200px;margin-bottom:8px;background-color:#f2f2f2;border-radius:6px;text-align:center}
.embed-shopify-detail .shopify-product-title{font-weight:600;font-size:12px;color:#0a0b0d;text-align:center;line-height:1.5}
.embed-shopify-detail .shopify-product-price{font-weight:400;font-size:12px;color:#0a0b0d;text-align:center;line-height:1.5}
.embed-shopify-link{width:100%;margin-top:24px;margin-bottom:24px}
.embed-shopify-link p{width:100%;max-width:100%;height:48px}
.embed-shopify-link a{background-color:var(--linkfly-theme);color:#fff;text-align:center;text-decoration:none;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:8px;height:100%;font-size:16px;width:100%;pointer-events:auto;appearance:none;box-sizing:border-box;vertical-align:middle}
.embed-shopify-powerby{display:flex;justify-content:center;align-items:center}
.embed-shopify-powerby p{color:#53585f;font-weight:400;font-size:12px;line-height:1.667;padding-right:8px}
.embed-form{transition:height .4s linear;height:58px;margin:-16px;overflow:hidden;border-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0;word-break:break-word}
.embed-form .form-tmpl{padding:12px 16px;border-radius:0;}
.embed-form .form-submit-terms{width:100%;max-width:380px;margin:0 auto;padding-bottom:20px;padding-top:20px;text-align:center;color:var(--form-title-color);}
.embed-form #html_element{display:flex;justify-content:center}
.center-embed .embed-form{padding:0;margin:0;}
.embed-bg{position:fixed;top:0;bottom:0;background-color:rgba(0,0,0,.25);left:0;right:0;height:100vh;width:100vw;z-index:999}
.embed-close{text-align:right;position:absolute;right:12px;top:12px;z-index:2}
.embed-close .iconfont{cursor:pointer;font-size:12px;color:#333;padding:6px}
.embed-box-title{text-align:center;padding:0 16px 12px;word-break:break-all;font-size:20px;line-height:24px;margin-top:-4px;font-weight:600}
.embed-header .embed-box-title{text-align:left;padding-left:0;font-weight:600;padding-bottom:0;}
.embed-header+.embed-support-detail .support-back button{width:24px;height:24px;}
.embed-header+.embed-support-detail .support-back button svg{transform:translateY(1px);}
.embed-pins{height:40px;transition:height .4s linear;text-align:center}
.embed-pins span[data-pin-log=embed_user_ft]{display:none}
.embed-pins span[data-pin-log="embed_grid"]{border:none}
.embed-rssfeed{}
.rss-feed{padding-right:4px}
.rss-feed-item{display:flex;align-items:center;border-bottom: 1px solid #EEEEEE;padding:12px 0;}
.rss-feed-item:last-child{border-bottom:0}
.rss-feed-item-logo{height:60px;width:60px;min-width:60px;background-color:#F2F2F2;border-radius:4px;}
.rss-feed-item-logo img{width:100%;height:100%;border-radius:4px}
.rss-feed-item-title{width:100%;margin:0 16px 0 12px;}
.rss-feed-item-share{width:21px;min-width:21px;;height:21px}
.rss-feed-item:nth-child(n+6){display:none}
.rss-feed-more button{color:var(--linkfly-theme-page);text-align:center;cursor:pointer;display:block;background:0 0;width:100%;padding:12px 0 8px;appearance:none;box-sizing:border-box;vertical-align:middle;font-size:16px}
.embed-contact{font-family:'Maven Pro';height:50px;transition:height .4s linear;border-top:1px solid #d7dce1}
.embed-verify{color:#0a0b0d;padding:20px 16px;max-width:310px;margin:0 auto}
.embed-verify-title{text-align:center;font-weight:600;font-size:18px;line-height:1.5;margin-bottom:16px}
.embed-verify p{line-height:1.5}
.embed-verify p a{text-decoration:underline}
.embed-verify-tips{color:#686d73;font-weight:400;text-align:center;line-height:1.5}
.embed-verify .g-recaptcha{opacity:0}
.form-tmpl .g-recaptcha{opacity:0}
.embed-contact-detail{color:#0a0b0d;padding:20px 16px;max-width:310px;margin:0 auto}
.embed-contact .contact-name{text-align:center;font-weight:600;font-size:18px;line-height:1.5}
.embed-contact .contact-position{text-align:center;font-weight:400;font-size:20px;line-height:1.5;margin-bottom:20px}
.embed-contact .contact-item{display:flex;margin-bottom:24px;align-items:flex-start;width:100%;height:100%}
.embed-contact .contact-item-logo{margin-top:2px;margin-right:12px;flex-shrink:0;justify-content:center;color:#acb5bf;width:20px;height:100%}
.embed-contact .contact-item-logo svg{color:#333;fill:currentcolor}
.embed-contact .contact-item-body-item{margin-bottom:12px}
.embed-contact .contact-item-body .contact-item-body-item:last-child{margin-bottom:0}
.embed-contact .contact-item p{font-weight:600;line-height:1.5;font-size:16px}
.embed-contact .contact-item a{color:#0a0b0d;line-height:1.5;font-size:16px}
.embed-contact .contact-email p{text-transform:capitalize}
.embed-contact .contact-email a{text-decoration:underline}
.embed-contact .contact-phone p{text-transform:capitalize}
.embed-contact .contact-address p{font-weight:400}
.embed-contact .contact-note p{font-weight:400}
.embed-contact .contact-link a{text-decoration:underline;font-weight:600;}
.embed-button{text-align:center}
.embed-button button{width:100%;height:40px;border:1px solid #333;border-radius:6px;font-weight:600}
.item-music .music-box{position:relative;height:0;width:100%;padding-bottom:58%}
.item-music .music-box iframe{position:absolute;top:0;left:0;}
.item-podcast .podcast-box iframe{position:absolute;top:0;left:0;}
.item-music .music-box iframe{object-fit:initial}
.cmpt-item .box-mask{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}
.item-music .embed-spotify-track{height:80px;max-height:80px;padding-bottom:0;}
.item-music .embed-spotify-artist{padding-bottom:152px;}
.item-music .embed-soundcloud-track,.item-music .embed-soundcloud-tracks{padding-bottom:0;height:166px;}
.item-music .embed-apple-album{height:450px;padding-bottom:0;}
.item-music .embed-apple-playlist{height:450px;padding-bottom:0;}
.item-music .embed-apple-track{height:175px;padding-bottom:0;}
.item-music .embed-bandcamp-album{height:400px;padding-bottom:0;}
.item-music .embed-bandcamp-track{height:120px;padding-bottom:0;}
.item-music .embed-boomplay-album{height:480px;padding-bottom:0;}
.item-music .embed-boomplay-playlist{height:480px;padding-bottom:0;}
.item-music .embed-boomplay-track{height:235px;padding-bottom:0;}
.item-podcast .podcast-box{position:relative;width:100%;height:150px;}
.item-podcast .embed-spotify-show{height:152px;}
.item-podcast .embed-spotify-episode{height:152px;}
.item-podcast .embed-apple-show{height:450px;}
.item-podcast .embed-apple-episode{height:175px;}
.item-podcast .embed-youtube-playlist{height:0;padding-bottom:56.25%}
.item-podcast .embed-google-podcast{height:auto;background:#fff;overflow:hidden;padding:12px 0 8px}
.embed-google-podcast .podcast-logo{margin:auto;width:90%;max-width:360px;}
.embed-google-podcast .podcast-logo img{border-radius:8px;}
.embed-google-podcast .podcast-text{padding:12px;color:var(--link-title-color);line-height:1;word-break:break-word;font-size:12px}
.embed-google-podcast .podcast-text--title{font-size:18px;font-weight:700}
.embed-google-podcast .podcast-text--artist{margin-top:10px}
.embed-google-podcast .podcast-text--desc{margin-top:16px;line-height:16px;text-align:left}
.embed-google-podcast .podcast-text--desc p{overflow:hidden;text-overflow:ellipsis;max-height:32px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.embed-google-podcast button{color:var(--link-title-color)}
.embed-google-podcast button[disabled]{color:rgba(16,16,16,0.3)}
.embed-google-podcast .podcast-text--desc button{background:0 0;padding-left:0;margin-top:6px;font-weight:bold}
.embed-google-podcast .podcast-platforms{padding:0 12px;}
.embed-google-podcast .podcast-platforms--list{display:flex;-webkit-box-align:center;align-items:center;overflow:scroll hidden;flex:1 1 auto;scroll-behavior:smooth;height:100%;width:100%;padding-top:1px;padding-bottom:6px;}
.embed-google-podcast .podcast-platforms--list::-webkit-scrollbar{width:0;height:0}
.embed-google-podcast .podcast-platforms--item{display:block;height:40px;border:1px solid #ddd;border-radius:6px;margin-right:10px;color:var(--link-title-color)}
.embed-google-podcast .podcast-platforms--item a{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit;padding:0 12px;border-radius:12px;height:100%}
.embed-google-podcast .podcast-platforms--logo{min-width:24px;min-height:24px;border-radius:4px;height:24px;}
.embed-google-podcast .podcast-platforms--title{margin-left:6px;font-weight:500;font-size:14px;line-height:1.4;white-space:nowrap}
.embed-google-podcast .podcast-platforms-action{display:flex;font-size:14px;justify-content:space-between;padding:2px 0 10px}
.embed-google-podcast .podcast-platforms--tips{color:var(--link-title-color)}
.embed-google-podcast .podcast-platforms--buttons{font-weight:bold}
.embed-google-podcast .podcast-platforms--buttons.showall,.embed-google-podcast .podcast-platforms--buttons .showall{color:var(--linkfly-theme)}
.item-typeform .typeform-box{position:relative;width:100%;height:0;padding-bottom:120%;}
.item-typeform .typeform-box iframe{position:absolute;top:0;left:0;object-fit:fill}
/*.item-podcast .embed-stitcher-show{height:175px;}*/
.item-ytbsub{background:#333433;padding:12px 16px;color:#fff;margin:20px auto;border-radius:var(--link-block-corner)}
.ytbsub-logo{height:20px}
.ytbsub-logo svg{pointer-events:none;display:block;height: 100%;}
.youtube-paths{fill:currentColor}
.ytb-channel-avatar{min-width:66px;height:66px;width:66px;}
.ytb-channel-avatar img{border-radius:50%}
.item-ytbsub .ytb-channel{display:flex;margin-top:14px;font-weight:600}
.item-ytbsub .ytb-channel-info{margin-left:12px;text-align:left;width:calc(100% - 78px)}
.item-ytbsub .ytb-channel-top{display:flex;justify-content:space-between;align-items:center}
.item-ytbsub .ytb-channel-title{max-height:48px;font-size:16px;line-height:24px;overflow:hidden;margin-right:8px}
.item-ytbsub .ytb-channel-sub{min-width:90px;height:29px;background:red;border-radius:4px;line-height:29px}
.item-ytbsub .ytb-channel-sub a{display:block;width:100%;height:100%;padding:0 10px;color:#fff;font-size:14px}
.item-ytbsub .ytb-channel-sub button{display:block;width:100%;height:100%;padding:0 12px;color:#fff;font-size:14px;background:transparent;font-weight:inherit}
.item-ytbsub .ytb-channel-desc{font-size:12px;max-height:36px;font-weight:500;line-height:18px;overflow:hidden;margin-top:8px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}

.embed-google-podcast .podcast-platforms--buttons{}
.embed-google-podcast .podcast-platforms--buttons button.scroll{padding:0 8px}
.embed-google-podcast .podcast-platforms--buttons button.left{}
.embed-google-podcast .podcast-platforms--buttons button{}
.embed-google-podcast .podcast-platforms--buttons button div{vertical-align:middle;display:flex;align-items:center}
.embed-google-podcast .podcast-platforms--buttons button svg{fill:currentcolor;line-height:1;text-align:center;width:12px;height:12px;vertical-align:middle}
.podcast-recent{padding:0 12px;margin-top:12px;text-align:left}
.podcast-recent--title{font-size:14px;font-weight:500}
.podcast-recent--list{margin-bottom:16px}
.embed-google-podcast .podcast-recent--item{padding:8px;border-radius:4px}
.embed-google-podcast .podcast-recent--item:hover{background-color:#f5f6f8}
.embed-google-podcast .podcast-recent--item a{display:flex;align-items:center;color:#333}
.embed-google-podcast .recent-item--thumbnail{width:100px;min-width:80px;margin-right:12px}
.embed-google-podcast .recent-item--thumbnail img{border-radius:4px}
.embed-google-podcast .recent-item--text{width:544px;word-break:break-word;line-height:1.5}
.embed-google-podcast .recent-item--title{max-height:43px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.embed-google-podcast .recent-item--date{color:#666}
.popup-podcast{max-width:400px;overflow:auto}
.popup-podcast .popup-header{justify-content:end;justify-content:flex-end}
.popup-podcast .popup-ctx{padding:20px}
.popup-podcast .popup-ctx-title{font-weight:600;font-size:20px;line-height:1.6}
.popup-podcast .popup-ctx-link{margin-bottom:14px;font-size:20px;line-height:1.5}
.popup-podcast .popup-desc--tips{margin-bottom:8px;color:#53585f;font-size:16px;font-weight:500;line-height:1.5}
.popup-podcast .popup-desc--txt{font-weight:400;font-size:14px;line-height:1.6}
.popup-container.popup-podcast{max-height:440px;position:relative;padding:0;height:100%}
.popup-podcast .popup-header{position:sticky;width:100%;left:0;padding:20px 20px 0;top:0;z-index:1;background:#fff}
.popup-podcast .popup-header p{width:100%;text-align:center}
.popup-container .popup-podcast{max-height:initial;position:absolute;width:100%;height:100%;padding:0}
.popup-podcast .popup-podcast-listen .podcast-platforms--item{width:100%;height:50px;border:1px solid #d7dce1;border-radius:8px;margin-bottom:10px}
.popup-podcast .popup-podcast-listen .podcast-platforms--item:hover{background:#ebeef1}
.popup-podcast .popup-podcast-listen .podcast-platforms--item a{display:flex;align-items:center;color:#333;width:100%;height:100%;padding:0 16px}
.popup-podcast .popup-podcast-listen .podcast-platforms--item .podcast-platforms--logo{width:24px;min-width:24px;height:24px;border-radius:4px;margin-right:16px}
.popup-podcast .popup-podcast-listen .podcast-platforms--item svg{fill:currentcolor;margin-left:auto;width:16px;min-width:16px;height:16px}
.embed-cameo{overflow:hidden;height:0;transition:height .4s linear}
.embed-cameo-user{display:flex;height:80px;align-items:center;padding:0 12px}
.embed-cameo-user--avatar{margin-right:12px;width:60px;min-width:48px;height:60px}
.embed-cameo-user--avatar img{border-radius:50%}
.embed-cameo-user--text{color:#333}
.embed-cameo-user--name{font-weight:500;font-size:16px;line-height:20px}
.embed-cameo-user--bio{font-size:14px;line-height:16px}
.embed-cameo-user--rate{display:flex;color:#777;height:16px;line-height:1;font-size:12px;align-items:center}
.embed-cameo-user--rate svg{width:12px;height:12px;fill:currentcolor}
.embed-cameo-user--rate span{margin-left:4px}
.embed-cameo-orders{padding:12px 20px}
.embed-cameo-orders--box{position:relative;width:100%;overflow:hidden}
.embed-cameo-orders--list{display:flex;width:100%;flex:1 1 auto;height:100%;transition:all .4s linear}
.embed-cameo-orders--item{min-width:50%;width:50%;padding-right:8px}
.embed-cameo-orders--item:nth-child(2n){padding-left:8px;padding-right:0}
.embed-cameo-orders--bg{position:relative;width:100%;height:0;padding-bottom:150%}
.embed-cameo-orders--video{position:absolute;width:100%;height:100%;left:0;right:0;z-index:0;top:0;object-fit:cover;max-width:100%;max-height:100%;bottom:0;border-radius:16px}
.embed-cameo-orders--action{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}
.embed-cameo-orders--action button{width:48px;height:48px;border-radius:50%;line-height:48px;background:#111821;color:#fff;vertical-align:middle}
.embed-cameo-orders--action button svg{width:14px;height:14px;fill:currentColor}
.playing .embed-cameo-orders--action button{display:none}
.playing:hover .embed-cameo-orders--action button{display:inline-block}
.embed-cameo .embed-twitter-link{display:block}
.embed-cameo-orders--scroll button{width:24px;height:24px;border-radius:50%;position:absolute;top:50%;transform:translateY(-18px);left:8px}
.embed-cameo-orders--scroll button.left{display:none}
.embed-cameo-orders--scroll button.right{right:8px;position:absolute;left:auto}
.embed-cameo-orders--scroll button div{height:100%}
.embed-cameo-orders--scroll button svg{width:8px;height:8px}
.embed-bandsintown{overflow:hidden;height:0;transition:height .4s linear;padding-bottom:16px}
.embed-bandsintown-user{display:flex;height:80px;align-items:center;padding:0 12px}
.embed-bandsintown-user--avatar{margin-right:12px;width:60px;min-width:48px;height:60px}
.embed-bandsintown-user--avatar img{border-radius:50%}
.embed-bandsintown-user--text{color:#333}
.embed-bandsintown-user--name{font-weight:500;font-size:18px;line-height:24px}
.embed-bandsintown-user--bio{font-size:14px;line-height:18px;color:#777}
.embed-bandsintown-events{padding:12px 20px}
.embed-bandsintown-events--box{position:relative;width:100%;overflow:hidden}
.embed-bandsintown-events--list{width:100%;height:100%;transition:all .4s linear}
.embed-bandsintown-events--item{width:100%;padding-bottom:12px}
.embed-bandsintown-events--item a{display:flex;width:100%;padding:12px;color:#333;align-items:center;border:1px solid #ddd;border-radius:6px}
.embed-bandsintown-events--date{width:48px;height:48px;border-radius:4px;background:#ebebeb;text-align:center;font-weight:500;font-size:14px;margin-right:16px;line-height:1;padding:6px}
.embed-bandsintown-events--day{font-size:20px;font-weight:500}
.embed-bandsintown-event{margin-right:auto}
.embed-bandsintown-event--title{font-size:18px;font-weight:500}
.embed-bandsintown-event--location{font-size:14px;color:#777}
.embed-bandsintown-events--share{color:#0a0b0d}
.embed-bandsintown-events--share svg{width:18px;height:18px;fill:currentColor}
.embed-bandsintown-events--more a{color:#c379fc;font-size:16px;font-weight:500;line-height:24px}
.embed-bandsintown-events--null{color:#aaa;font-size:14px;font-weight:500;text-align:center;width:100%}
.embed-bandsintown .embed-twitter-link{display:block;margin-top:16px}
.item-tiktok{margin-top:20px;position:relative;border-radius:0;border:0!important;background:transparent!important;}
.embed-tiktok .embed-tiktok-mark{position:absolute;right: 12px;top:12px;}
.embed-tiktok-mark .embed-tiktok-logo{width:18px;height:18px;}
.embed-tiktok-mark .embed-tiktok-logo img{border-radius:50%;vertical-align:baseline;}
.embed-tiktok{background-color:#fff;transition:height .4s linear;padding:16px;border-radius:var(--link-block-corner);box-shadow:var(--link-block-shadow-color);}
.embed-tiktok .embed-tiktok--logo{width:60px;height:60px;border-radius:50%;overflow:hidden;margin:auto}
.embed-tiktok .embed-tiktok--logo img{border-radius:50%}
.embed-tiktok .embed-tiktok--name{font-size:20px;font-weight:600;line-height:24px}
.cmpt-tiktok-profile .embed-tiktok--name{margin-top:12px}
.embed-tiktok--name svg{width:14px;height:14px;vertical-align:middle}
.embed-tiktok--data{display:flex;justify-content:center;font-size:12px;font-weight:500}
.cmpt-tiktok-profile .embed-tiktok--data{margin-top:8px}
.embed-tiktok--data .embed-tiktok--data-item{position:relative}
.embed-tiktok--data .embed-tiktok--data-item:first-child{margin-right:6px;padding-right:12px}
.embed-tiktok--data-item:first-child::after{content:"|";display:block;width:20px;height:16px;position:absolute;right:-6px;top:0}
.embed-tiktok-share-link{margin-top:20px}
.embed-tiktok-share-link a{border-radius:24px;background-color:#000;font-weight:500}
.cmpt-tiktok-video .embed-tiktok-profile{display:flex;align-items:center;margin-bottom:20px}
.cmpt-tiktok-video .embed-tiktok-profile .embed-tiktok--logo{margin:0 12px 0 0}
.cmpt-tiktok-video .embed-tiktok--display{text-align:left}
.cmpt-tiktok-video .embed-tiktok--data{text-align:center;justify-content:left;justify-content:start}
.cmpt-tiktok-video .embed-tiktok-videos{overflow-y:hidden;overflow-x:hidden;display:flex;flex:1 1 auto;transition:all .4s linear}
.cmpt-tiktok-video .embed-tiktok-videos::-webkit-scrollbar{width:0;height:0}
.cmpt-tiktok-video .embed-tiktok--video{position:relative;margin-right:12px;max-width:340px;}
.embed-tiktok-videos--box[data-count="1"] .embed-tiktok-videos .embed-tiktok--video{margin:0 auto;}
.cmpt-tiktok-video .embed-tiktok--video:last-child{margin-right:0}
.cmpt-tiktok-video .embed-tiktok--video-item{position:relative;height:575px;width:300px;min-width:300px;border-radius:20px;overflow:hidden}
/*.embed-tiktok-videos--box[data-count="1"] .embed-tiktok-videos .embed-tiktok--video-item{width:100%}*/
.cmpt-tiktok-video .embed-tiktok--video-item iframe{border-radius:20px;margin-top:-1px;}
.cmpt-tiktok-video .embed-tiktok--video-item img{border-radius:20px}
.embed-button--play{position:absolute;width:38px;height:38px;left:50%;top:50%;transform:translate(-19px,-25px);text-align:center;z-index:2}
.embed-button--play button{width:100%;height:100%;background:rgba(255,255,255,.6)!important;border-radius:50%;color:#3d3d3d;padding:0;}
.embed-button--play button div{height:100%}
.embed-button--play button svg{width:18px;height:18px;margin-top:10px;margin-left:3px;fill:currentColor}
.playing .embed-button--play button svg{margin-left:0;}
.playing .embed-button--play{opacity:0}
.playing:hover .embed-button--play{opacity:1}
.embed-tiktok-videos--box{position:relative;width:100%}
.embed-tiktok-videos--box[data-count="0"] .embed--scroll,
.embed-tiktok-videos--box[data-count="1"] .embed--scroll{display:none}
.embed--scroll button{width:28px!important;height:28px!important;min-height:28px!important;border-radius:50%;position:absolute!important;top:50%;transform:translateY(-18px);left:8px;background:rgba(255,255,255,.6)!important;box-shadow:var(--theme-shadow-button);padding:0;}
.embed--scroll button div{height:100%;display:flex;align-items:center;justify-content:center}
.embed--scroll button svg{width:12px;height:12px;margin-left:1px}
.embed--scroll button.left{}
.embed--scroll button[disabled]{display:none}
.embed-tiktok-videos--box .embed--scroll button.left{display:initial}
.embed-tiktok-videos--box .embed--scroll button[disabled]{display:none}
.embed--scroll button.right{right:8px;position:absolute;left:auto}
.item-request{position:relative;margin:20px auto;border-radius:var(--link-block-corner);background-color:var(--link-block-bg-color);border-color:var(--link-block-border-color);}
.support-tips .error-msg{border:1px solid #d9001b;padding:2px 4px}
.error-msg{display:flex;align-items:center;font-size:12px;color:#d9001b}
.error-msg i{margin-right:4px}
.error-msg-title span{color:#333;font-weight:500;font-size:18px;}
.error-msg.error-msg-tips{color:#555555;}
.item-request .support-box{padding:20px 20px 24px;color:var(--link-block-font-color)}
.item-request .support-title{height:28px;line-height:28px;font-size:20px;font-weight:600;overflow:hidden;}
.item-request .support-desc{font-size:16px;word-break:break-word;padding:12px 20px;line-height:28px;}
.item-request .support-options{width:94%;margin:0 auto 20px;}
.item-request .support-options .form-field-radio-option{display:flex;position:relative;justify-content:space-between;align-items:center;line-height:16px;margin-bottom:12px}
.item-request .support-options .form-field-radio-option label{text-align:left}
.item-request .support-options .form-field-radio-option span{padding-left:18px;}
.item-request .support-action button{height:40px;line-height:40px;font-size:16px;max-width:90%;padding:0 12px;width:100%;background:var(--link-button-bg-color);color:var(--link-button-font-color);border-radius:var(--link-block-corner);overflow:hidden}
.item-request.button-item{border-radius:0!important;background:transparent!important;;border:0!important;}
.embed-box .embed-support-detail .support-success{text-align:center;padding:20px 16px 60px}
.support-success .support-success--image{width:92%;max-width:260px;margin:60px auto 24px}
.support-success .support-success--title{font-size:18px;font-weight:600;padding:0 12px}
.item-divider{margin:16px 0;padding:12px 0}
.item-divider .divider-box{color:var(--link-title-color);}
.item-divider [class^=cmpt-divider-]{margin:auto}
.item-divider .cmpt-divider-solid,.item-divider .cmpt-divider-lineBlank,.item-divider .cmpt-divider-lineDashed,.item-divider .cmpt-divider-dashed,.item-divider .cmpt-divider-lineCircle,.item-divider .cmpt-divider-linePentagram,.item-divider .cmpt-divider-lineQuadrangular{display:none}
.item-divider .cmpt-divider-solid{display:block;height:var(--link-divider-height);background:var(--link-title-color);}
.item-divider .cmpt-divider-lineBlank{margin:auto;}
.item-divider svg{display:block;height:var(--link-divider-height);stroke:currentColor;width: 100%;}
.item-divider .cmpt-divider-lineBlank svg line{height:var(--link-divider-height);stroke:currentColor;width:100%;stroke-width:calc(2 * var(--link-divider-height));stroke-dasharray:40,20}
.item-divider .cmpt-divider-lineDashed{}
.item-divider .cmpt-divider-lineDashed svg line{height:var(--link-divider-height);stroke:currentColor;width:100%;stroke-width:calc(2 * var(--link-divider-height));stroke-dasharray:32,8,16,8}
.item-divider .cmpt-divider-dashed{}
.item-divider .cmpt-divider-dashed svg line{height:var(--link-divider-height);stroke:currentColor;width:100%;stroke-width:calc(2 * var(--link-divider-height));stroke-dasharray:16,4}
.item-divider .cmpt-divider-lineQuadrangular{align-items:center}
.item-divider .cmpt-divider-lineQuadrangular svg:nth-child(2){min-width:12px;width:12px;height:12px;margin:0 0 0 8px;fill:none}
.item-divider .cmpt-divider-lineQuadrangular svg{min-width:calc(16px + var(--link-divider-height));width:calc(16px + var(--link-divider-height));height:calc(16px + var(--link-divider-height));margin:0 8px;fill:none}
.item-divider .cmpt-divider-lineQuadrangular svg:nth-child(4){min-width:calc(10px + var(--link-divider-height));width:calc(10px + var(--link-divider-height));height:calc(10px + var(--link-divider-height));margin:0 8px 0 0;fill:none}
.item-divider .cmpt-divider-lineQuadrangular svg path{fill:var(--link-title-color);}
.item-divider .cmpt-divider-lineQuadrangular span{width:50%;height:var(--link-divider-height);background-color:var(--link-title-color)}
.item-divider .cmpt-divider-linePentagram{align-items:center}
.item-divider .cmpt-divider-linePentagram svg{min-width:18px;width:18px;height:18px;margin:0 8px;fill:none}
.item-divider .cmpt-divider-linePentagram svg path{fill:none;stroke-width:calc(8px + 2 * var(--link-divider-height))}
.item-divider .cmpt-divider-linePentagram span{width:50%;height:var(--link-divider-height);background-color:var(--link-title-color)}
.item-divider .cmpt-divider-lineCircle{align-items:center}
.item-divider .cmpt-divider-lineCircle .divider-line{width:50%;height:var(--link-divider-height);background-color:var(--link-title-color)}
.item-divider .cmpt-divider-lineCircle .divider-circle{margin:0 8px;border:var(--link-divider-height) solid var(--link-title-color);min-width:calc(12px + var(--link-divider-height));width:calc(12px + var(--link-divider-height));height:calc(12px + var(--link-divider-height));border-radius:50%}
.item-fbpage .iframe-box{height:initial;padding-bottom:0}
.item-fbpage .iframe-box iframe{border:none;visibility:visible;width:100%;max-width:340px;overflow:hidden;position:relative;transition:all .3s ease 0s}
.cmpt-fbp-profile .iframe-box iframe{height:130px}
.cmpt-fbp-latest .iframe-box iframe{height:500px}
.embed-event-box{padding:16px;color:var(--link-block-font-color);position:relative}
.embed-event-header{padding-top:12px}
.embed-event-title{font-size:20px;line-height:1.4;font-weight:600;overflow:hidden;word-break:break-word;max-height:56px}
.embed-event-detail .event-desc{font-size:14px;line-height:1.3;margin-bottom:12px;word-break:break-word}
.embed-event--share a,.embed-event--share button{display:inline-block;min-width:100px;padding:4px 16px;height:36px;background:#fff;box-shadow:0 0 16px 0 rgba(18,13,9,.1);border-radius:12px;font-size:16px;font-weight:700;color:#333;line-height:28px;overflow:hidden}
.item-graphext .image-box{position:relative;height:0;padding-bottom:50%}
.item-graphext .image-box[data-path="1x1"]{padding-bottom:100%}
.item-graphext .image-box[data-path="1x1"]{padding-bottom:100%}
.item-graphext .image-box[data-path="3x2"]{padding-bottom:66.6666%}
.item-graphext .image-box[data-path="4x3"]{padding-bottom:75%}
.item-graphext .image-box[data-path="2x1"]{padding-bottom:50%}
.item-graphext .image-box img{position:absolute;object-fit:cover;width:100%;top:0;bottom:0;left:0;border-radius:calc(var(--link-block-corner) * .8)}
.item-graphext .embed-event-promote{text-align:left}
.item-graphext .embed-event-detail .event-desc{margin-top:6px}
.item-graphext .embed-event-detail .event-desc:empty{margin-top:0}
.item-graphext .embed-event--share{margin-top:16px}
.item-graphext .embed-event--share a,.item-graphext .embed-event--share button{display:flex;width:100%;justify-content:center;align-items:center;height:40px;padding:6px 20px;background:var(--link-button-bg-color);color:var(--link-button-font-color);border-radius:var(--link-block-corner);}
.item-graphext .embed-event--share .embed-event--platform{position:initial;height:20px;width:20px;min-width:20px;margin-right:8px;line-height:1}
.item-graphext .embed-event--share .txt-ellipsis{-webkit-line-clamp:1;max-height:28px;height:28px}
.embed--tips .embed-box-title{text-align:left;padding-left:0;}
.tips-title--lines{font-weight:500;}
.embed-tips-4ioscontact .tips-title--lines{color:#777;font-size:14px;line-height:18px}
.embed-tips-4ioscontact .tips-image{padding:16px 24px;text-align:center;}
.embed-tips-4ioscontact .tips-image img{max-width:280px;width:100%}
.tips-actons{text-align:center}
.tips-actons button{width:300px;height:40px;background:#000;border-radius:20px;color:#fff;line-height:40px;font-weight:500}

.content-warning{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:999}
.cw-bg{position:fixed;width:100%;height:100%;left:0;top:0;z-index:-1;background:linear-gradient(135deg,#46f79d,#1db8b8)}
.cw-bg-inner{height:100%;width:100%;background:rgba(0,0,0,.2)}
.content-warning-inner{text-align:center;color:#fff;padding:60px 40px;max-width:700px;margin:auto}
.content-warning-icon svg{width:48px;height:48px}
.content-warning-title{font-weight:500;font-size:32px;margin-top:24px}
.content-warning-desc{font-size:20px;font-weight:500;margin-top:20px}
.content-warning-btn{margin-top:52px;display:flex;flex-direction:column;align-items:center}
.content-warning-btn .btn{font-size:20px;font-weight:500;line-height:20px}
.content-warning-btn .btn.btn-accept{min-width:280px;width:fit-content;width:max-content;height:60px;padding:16px 24px;border-radius:12px;background:0 0;border:2px solid #fff;color:#fff;line-height:24px}
.content-warning-btn .btn.btn-decline{margin-top:24px;color:#fff}
.lnk-prom-placement{padding-bottom:20px;}
.lnk-prom-placement img{width:100%;border-radius:0;}
.lnk-prom-placement .ctm-style{position:relative}
.lnk-prom-placement .ctm-style button{position:absolute;right:10px;top:10px;z-index:2;width:24px}
@-webkit-keyframes headerShow{0%{-moz-transform:translate3d(0,1em,0);-webkit-transform:translate3d(0,1em,0);-o-transform:translate3d(0,1em,0);-ms-transform:translate3d(0,1em,0);transform:translate3d(0,1em,0);opacity:0}
100%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@keyframes headerShow{0%{-moz-transform:translate3d(0,1em,0);-webkit-transform:translate3d(0,1em,0);-o-transform:translate3d(0,1em,0);-ms-transform:translate3d(0,1em,0);transform:translate3d(0,1em,0);opacity:0}
100%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
.header-show{-moz-animation:headerShow 1s ease-in-out forwards;-webkit-animation:headerShow 1s ease-in-out forwards;-o-animation:headerShow 1s ease-in-out forwards;-ms-animation:headerShow 1s ease-in-out forwards;animation:headerShow 1s ease-in-out forwards;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
@-webkit-keyframes btnShow{0%{opacity:0}
100%{opacity:1}
}
@keyframes btnShow{0%{opacity:0}
100%{opacity:1}
}
.btn-show{opacity:0;-moz-animation:btnShow .5s ease-in-out forwards;-webkit-animation:btnShow .5s ease-in-out forwards;-o-animation:btnShow .5s ease-in-out forwards;-ms-animation:btnShow .5s ease-in-out forwards;animation:btnShow .5s ease-in-out forwards;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
@-webkit-keyframes socialShow{0%{-moz-transform:translate3d(0,1em,0);-webkit-transform:translate3d(0,1em,0);-o-transform:translate3d(0,1em,0);-ms-transform:translate3d(0,1em,0);transform:translate3d(0,1em,0);opacity:0}
100%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@keyframes socialShow{0%{-moz-transform:translate3d(0,1em,0);-webkit-transform:translate3d(0,1em,0);-o-transform:translate3d(0,1em,0);-ms-transform:translate3d(0,1em,0);transform:translate3d(0,1em,0);opacity:0}
100%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
.social-show{-moz-animation:socialShow .5s ease-in-out forwards;-webkit-animation:socialShow .5s ease-in-out forwards;-o-animation:socialShow .5s ease-in-out forwards;-ms-animation:socialShow .5s ease-in-out forwards;animation:socialShow .5s ease-in-out forwards;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
.shaking{-webkit-animation:shake 3s linear 4s infinite;animation:shake 3s linear 4s infinite;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}
@keyframes shake{0%{-webkit-transform:translateX(3px) rotate(1deg);transform:translateX(3px) rotate(1deg)}
2.5%{-webkit-transform:translateX(-3px) rotate(-1deg);transform:translateX(-3px) rotate(-1deg)}
5%{-webkit-transform:translateX(3px) rotate(1deg);transform:translateX(3px) rotate(1deg)}
7.5%{-webkit-transform:translateX(-3px) rotate(-1deg);transform:translateX(-3px) rotate(-1deg)}
10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
12.5%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
15%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
17.5%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
20%{-webkit-transform:translateX(1px) rotate(1deg);transform:translateX(1px) rotate(1deg)}
22.5%{-webkit-transform:translateX(-1px) rotate(-1deg);transform:translateX(-1px) rotate(-1deg)}
25%{-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}
}
@-webkit-keyframes pulse{
    0%,88%{-webkit-transform:scaleX(1);transform:scaleX(1)}
    94%{-webkit-transform:scale3d(1.05,1.05,1.05); transform:scale3d(1.05,1.05,1.05)}
    to{-webkit-transform:scaleX(1);transform:scaleX(1)}
}
@keyframes pulse{
    0%,88%{-webkit-transform:scaleX(1);transform:scaleX(1)}
    94%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
    to{-webkit-transform:scaleX(1);transform:scaleX(1)}
}
.pulse{-webkit-animation:pulse 4s ease-in-out 0s infinite;animation:pulse 4s ease-in-out 0s infinite;}
@-webkit-keyframes flash{0%,80%{opacity:1}80%,90%,to{opacity:1}85%,95%{opacity:0}}
@keyframes flash{0%,80%{opacity:1}80%,90%,to{opacity:1}85%,95%{opacity:0}}
.flash{-webkit-animation:flash 4s ease 1s infinite;animation:flash 4s ease 1s infinite;}
@-webkit-keyframes jello{
    0%,70%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}
    74.2%{-webkit-transform:skewX(-6deg) skewY(-6deg);transform:skewX(-6deg) skewY(-6deg)}
    78.3%{-webkit-transform:skewX(3deg) skewY(3deg);transform:skewX(3deg) skewY(3deg)}
    82.4%{-webkit-transform:skewX(-1.5deg) skewY(-1.5deg);transform:skewX(-1.5deg) skewY(-1.5deg)}
    86.5%{-webkit-transform:skewX(0.75deg) skewY(0.75deg);transform:skewX(0.75deg) skewY(0.75deg)}
    90.6%{-webkit-transform:skewX(-.75deg) skewY(-.75deg);transform:skewX(-.75deg) skewY(-.75deg)}
    94.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
    98.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
@keyframes jello{
    0%,70%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}
    74.2%{-webkit-transform:skewX(-6deg) skewY(-6deg);transform:skewX(-6deg) skewY(-6deg)}
    78.3%{-webkit-transform:skewX(3deg) skewY(3deg);transform:skewX(3deg) skewY(3deg)}
    82.4%{-webkit-transform:skewX(-1.5deg) skewY(-1.5deg);transform:skewX(-1.5deg) skewY(-1.5deg)}
    86.5%{-webkit-transform:skewX(0.75deg) skewY(0.75deg);transform:skewX(0.75deg) skewY(0.75deg)}
    90.6%{-webkit-transform:skewX(-.75deg) skewY(-.75deg);transform:skewX(-.75deg) skewY(-.75deg)}
    94.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
    98.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
.jello{-webkit-animation:jello 3s ease-in-out 3s infinite;animation:jello 3s ease-in-out 3s infinite;-webkit-transform-origin:center;transform-origin:center}
@-webkit-keyframes heartBeat{0%,70%{-webkit-transform:scale(1);transform:scale(1)}76%{-webkit-transform:scale(1.06);transform:scale(1.06)}82%{-webkit-transform:scale(1);transform:scale(1)}88%{-webkit-transform:scale(1.06);transform:scale(1.06)}96%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes heartBeat{0%,70%{-webkit-transform:scale(1);transform:scale(1)}76%{-webkit-transform:scale(1.06);transform:scale(1.06)}82%{-webkit-transform:scale(1);transform:scale(1)}88%{-webkit-transform:scale(1.06);transform:scale(1.06)}96%{-webkit-transform:scale(1);transform:scale(1)}}
.heartBeat{-webkit-animation:heartBeat 4s ease-in-out 2s infinite;animation:heartBeat 4s ease-in-out 2s infinite;}
@-webkit-keyframes wobble{
    0%,65%{-webkit-transform:translateZ(0);transform:translateZ(0)}
    70%{-webkit-transform:translate3d(-8%,0,0) rotate(-3deg);transform:translate3d(-8%,0,0) rotate(-3deg)}
    75%{-webkit-transform:translate3d(6%,0,0) rotate(2deg);transform:translate3d(6%,0,0) rotate(2deg)}
    80%{-webkit-transform:translate3d(-5%,0,0) rotate(-2deg);transform:translate3d(-5%,0,0) rotate(-2deg)}
    90%{-webkit-transform:translate3d(3%,0,0) rotate(1deg);transform:translate3d(3%,0,0) rotate(1deg)}
    95%{-webkit-transform:translate3d(-1%,0,0) rotate(-1deg);transform:translate3d(-1%,0,0) rotate(-1deg)}
    to{-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes wobble{
    0%,65%{-webkit-transform:translateZ(0);transform:translateZ(0)}
    70%{-webkit-transform:translate3d(-8%,0,0) rotate(-3deg);transform:translate3d(-8%,0,0) rotate(-3deg)}
    75%{-webkit-transform:translate3d(6%,0,0) rotate(2deg);transform:translate3d(6%,0,0) rotate(2deg)}
    80%{-webkit-transform:translate3d(-5%,0,0) rotate(-2deg);transform:translate3d(-5%,0,0) rotate(-2deg)}
    90%{-webkit-transform:translate3d(3%,0,0) rotate(1deg);transform:translate3d(3%,0,0) rotate(1deg)}
    95%{-webkit-transform:translate3d(-1%,0,0) rotate(-1deg);transform:translate3d(-1%,0,0) rotate(-1deg)}
    to{-webkit-transform:translateZ(0);transform:translateZ(0)}
}
.wobble{-webkit-animation:wobble 4s ease 0s infinite;animation:wobble 4s ease 0s infinite}
@-webkit-keyframes bounce{
    0%,100%,50%,70%,80%{-webkit-transform:translateY(0);transform:translateY(0)}
    60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
    75%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}
@keyframes bounce{
    0%,100%,50%,70%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
    60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}
    75%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}

}
.bounce{-webkit-animation:bounce 3s ease 1s infinite;animation:bounce 3s ease 1s infinite;}
@-webkit-keyframes rubberBand{
    0%,50%{-webkit-transform:scale(1);transform:scale(1)}
    60%{-webkit-transform:scaleX(1.1) scaleY(0.9);transform:scaleX(1.1) scaleY(0.9)}
    70%{-webkit-transform:scaleX(0.9) scaleY(1.1);transform:scaleX(0.9) scaleY(1.1)}
    80%{-webkit-transform:scaleX(1.1) scaleY(0.9);transform:scaleX(1.1) scaleY(0.9)}
    100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes rubberBand{
    0%,50%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
    60%{-webkit-transform:scaleX(1.1) scaleY(0.9);-ms-transform:scaleX(1.1) scaleY(0.9);transform:scaleX(1.1) scaleY(0.9)}
    70%{-webkit-transform:scaleX(0.9) scaleY(1.1);-ms-transform:scaleX(0.9) scaleY(1.1);transform:scaleX(0.9) scaleY(1.1)}
    80%{-webkit-transform:scaleX(1.1) scaleY(0.9);-ms-transform:scaleX(1.1) scaleY(0.9);transform:scaleX(1.1) scaleY(0.9)}
    100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
.rubberBand{-webkit-animation:rubberBand 4s ease 1s infinite;animation:rubberBand 4s ease 1s infinite;}
@-webkit-keyframes headShake{
    0%{-webkit-transform:translateX(0);transform:translateX(0)}
    6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}
    18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}
    31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}
    43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}
    50%{-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes headShake{
    0%{-webkit-transform:translateX(0);transform:translateX(0)}
    6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}
    18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}
    31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}
    43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}
    50%{-webkit-transform:translateX(0);transform:translateX(0)}
}
.headShake{
    -webkit-animation:headShake 4s ease 1s infinite;animation:headShake 4s ease 1s infinite;
}
@-webkit-keyframes swing{
    0%,50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    55%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    60%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
    65%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}
    70%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}
    75%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes swing{
    0%,50%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
    55%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    60%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
    65%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}
    70%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}
    75%,100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.swing{
    -webkit-animation:swing 4s ease 0s infinite;animation:swing 2s ease 0s infinite;
}
@-webkit-keyframes tada{
    0%,50%{-webkit-transform:scale(1);transform:scale(1)}
    55%,60%{-webkit-transform:scale(0.94) rotate(-2deg);transform:scale(0.94) rotate(-2deg)}
    65%,75%,85%,95%{-webkit-transform:scale(1.06) rotate(2deg);transform:scale(1.06) rotate(2deg)}
    70%,80%,90%{-webkit-transform:scale(1.06) rotate(-2deg);transform:scale(1.06) rotate(-2deg)}
    100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}
@keyframes tada{
    0%,50%{-webkit-transform:scale(1);-ms-transform:scale(1); transform:scale(1)}
    55%,60%{-webkit-transform:scale(0.94) rotate(-2deg);transform:scale(0.94) rotate(-2deg)}
    65%,75%,85%,95%{-webkit-transform:scale(1.06) rotate(2deg);transform:scale(1.06) rotate(2deg)}
    70%,80%,90%{-webkit-transform:scale(1.06) rotate(-2deg);transform:scale(1.06) rotate(-2deg)}
    100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0); transform:scale(1) rotate(0)}
}
.tada{-webkit-animation:tada 2s ease 1s infinite;animation:tada 2s ease 1s infinite;}
@keyframes spin{
    0%{transform:rotate(0)}
    100%{transform:rotate(359deg)}
}
@-webkit-keyframes buttonWave{from{-webkit-mask-position:0 top;mask-position:0 top;}to{-webkit-mask-position:680px top;mask-position:680px top;}}
@keyframes buttonWave{from{-webkit-mask-position:0 top;mask-position:0 top;}to{-webkit-mask-position:680px top;mask-position:680px top;}}
@-webkit-keyframes buttonWaveBottom{from{-webkit-mask-position:0 top;mask-position:0 top;}to{-webkit-mask-position:-680px top;mask-position:-680px top;}}
@keyframes buttonWaveBottom{from{-webkit-mask-position:0 top;mask-position:0 top;}to{-webkit-mask-position:-680px top;mask-position:-680px top;}}
.animate__animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-moz-animation-duration:var(--form-animate-duration);-webkit-animation-duration:var(--form-animate-duration);animation-duration:var(--form-animate-duration);-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInUp{0%{opacity:1;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}
}
.animate__fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInPopup{0%{opacity:1;-webkit-transform:translate3d(-50%,100%,0);-moz-transform:translate3d(-50%,100%,0);-ms-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}
to{opacity:1;-webkit-transform:translate3D(-50%,-50%,0);-moz-transform:translate3D(-50%,-50%,0);-ms-transform:translate3D(-50%,-50%,0);transform:translate3D(-50%,-50%,0)}
}
@keyframes fadeInPopup{0%{opacity:0;-webkit-transform:translate3d(-50%,100%,0);-moz-transform:translate3d(-50%,100%,0);-ms-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}
to{opacity:1;-webkit-transform:translate3D(-50%,-50%,0);-moz-transform:translate3D(-50%,-50%,0);-ms-transform:translate3D(-50%,-50%,0);transform:translate3D(-50%,-50%,0)}
}
.animate__fadeInPopup{-webkit-animation-name:fadeInPopup;-moz-animation-name:fadeInPopup;animation-name:fadeInPopup}
@-webkit-keyframes fadeOutDown{0%{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
@keyframes fadeOutDown{0%{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@media (min-width:500px){
    .item-typeform .typeform-box{position:relative;width:100%;height:600px;padding-bottom:0;}
}
@media (min-width:667px){
    body{
        --card-avatar-w:140px;
        --card-avatar-h:140px;
    }
}
@media (min-width:768px){
    .container{max-width:560px}
    .embed-box .embed-iframe{max-height:none;}
    .embed-iframe-tiktok{max-height:778px;}
    .embed-iframe iframe{border-radius:12px;}
    .embed-iframe-tiktok iframe{max-height:778px;height:100%;border-radius:12px;}
    .embed-iframe-spotify,.embed-iframe-applemusic,.embed-iframe-iTunes,.embed-iframe-deezer,.embed-iframe-napster{max-width:600px;margin:auto}
    .embed-iframe-spotify iframe{height:380px;}
    .embed-iframe-applemusic iframe,.embed-iframe-iTunes iframe{max-height:450px}
    .embed-box{top:50%;transform:translate(-50%,-50%);border-radius:24px;bottom:auto;}
    .embed-form{margin:12px 0 0;border-radius:16px}
    .link-cmpt .inner-embed-box{transform:translateX(calc(-50% + 280px));}
}
@media only screen and (max-width:767px){
    .item{min-height:50px;line-height:50px}
    .item .btn1{min-height:46px;line-height:30px}
    .item span{left:3%;width:36px;height:36px}
    .item .ctm-style{min-height:48px;line-height:48px;}
    .item .btn-icon{font-size:20px;line-height:32px;}
    .item .iconsolid{font-size:32px;line-height:32px;}
    .item .btn{padding:8px 66px;}
    .embed-shopify-detail .shopify-products{flex-wrap:nowrap;width:100%;overflow:auto}
    .embed-shopify-detail .shopify-product{width:208px;min-width:208px}
    .embed-shopify-detail .shopify-product-img img{border-radius:6px;}
}
@media (max-width:667px){
    .item-music .embed-soundcloud-track{height:126px;}
    .item-music .embed-soundcloud-tracks{height:126px;}
    .item-music .embed-soundcloud-sets{height:383px;padding-bottom:0;}
    .item-music .embed-soundcloud-playlists{height:383px;padding-bottom:0;}
    /*.item-music .embed-spotify-artist,.item-music .embed-spotify-album,.item-music .embed-spotify-playlist{height:383px;padding-bottom:0;}*/
}
@media only screen and (max-width:600px){
    .item .btn{padding:8px 60px;}
}
@media (max-width:560px){
    .item-music .embed-boomplay-track{height:265px}
}
@media (max-width:540px){
    .embed-iframe-spotify iframe[mtype=track]{height:80px;min-height:80px;}
    .support-amount-select .amount-select{flex-wrap:wrap}
    .support-amount-select .amount-select div{min-width:30%;}
    .embed-cameo-orders--item{min-width:100%;width:100%;padding:0}
    .embed-cameo-orders--item:nth-child(2n){padding:0}
}
@media (max-width:475px){
    .item-music .embed-apple-track{height:150px;}
    .item-music .embed-apple-episode{height:150px;}
    .embed-iframe-gofundme{height:400px;}
}
@media (max-width:440px){
    .item-music .embed-soundcloud-track{height:120px;}
    .item-music .embed-soundcloud-tracks{height:120px;}
    
}
@media (max-width:400px){
    body{
        --card-avatar-w:100px;
        --card-avatar-h:100px;
    }
}
@media (max-width:374px){
.item-form .form-tmpl{padding:12px;}
}
@media (max-width:285px){
    .item-music .embed-spotify-artist{padding-bottom:80px}
    .item-music .embed-spotify-album{padding-bottom:80px}
    .item-music .embed-spotify-playlist{padding-bottom:80px}
}
