.react-slideshow-container{display:flex;align-items:center;position:relative}.react-slideshow-container .nav{z-index:10;position:absolute;cursor:pointer}.react-slideshow-container .nav:first-of-type{left:0}.react-slideshow-container .nav:last-of-type{right:0}.react-slideshow-container .default-nav{height:30px;background:hsla(0,0%,100%,.6);width:30px;border:0;text-align:center;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.react-slideshow-container .default-nav:focus,.react-slideshow-container .default-nav:hover{background:#fff;color:#666;outline:0}.react-slideshow-container .default-nav.disabled:hover{cursor:not-allowed}.react-slideshow-container .default-nav:first-of-type{margin-right:-30px;border-right:0;border-top:0}.react-slideshow-container .default-nav:last-of-type{margin-left:-30px}.react-slideshow-container+ul.indicators{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.react-slideshow-container+ul.indicators li{display:inline-block;position:relative;width:7px;height:7px;padding:5px;margin:0}.react-slideshow-container+ul.indicators .each-slideshow-indicator{border:0;opacity:.25;cursor:pointer;background:transparent;color:transparent}.react-slideshow-container+ul.indicators .each-slideshow-indicator:before{position:absolute;top:0;left:0;width:7px;height:7px;border-radius:50%;content:"";background:#000;text-align:center}.react-slideshow-container+ul.indicators .each-slideshow-indicator.active,.react-slideshow-container+ul.indicators .each-slideshow-indicator:hover{opacity:.75;outline:0}.react-slideshow-fadezoom-wrapper{width:100%;overflow:hidden}.react-slideshow-fadezoom-wrapper .react-slideshow-fadezoom-images-wrap{display:flex;flex-wrap:wrap}.react-slideshow-fadezoom-wrapper .react-slideshow-fadezoom-images-wrap>div{position:relative;opacity:0}.react-slideshow-wrapper .react-slideshow-fade-images-wrap>div[aria-hidden=true]{display:none}.react-slideshow-wrapper.slide{width:100%;overflow:hidden}.react-slideshow-wrapper .images-wrap.horizontal{display:flex;flex-wrap:wrap}.react-slideshow-wrapper .images-wrap>div[aria-hidden=true]{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@font-face{font-family:QrTiger;src:url(/_next/static/media/QrTiger.c3e7985e.eot);src:url(/_next/static/media/QrTiger.c3e7985e.eot#iefix) format("embedded-opentype"),url(/_next/static/media/QrTiger.f96ddb8b.ttf) format("truetype"),url(/_next/static/media/QrTiger.39dfbd5b.woff) format("woff"),url(/_next/static/media/QrTiger.544ac849.svg#QrTiger) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" qr-"],[class^=qr-]{font-family:QrTiger!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qr-stoplight_logo:before{content:"\e900"}.qr-email:before{content:"\e901"}.qr-instagram:before{content:"\e902"}.qr-pdf:before{content:"\e903"}.qr-html:before{content:"\e904"}.qr-facebook-thin:before{content:"\e905"}.qr-email1:before{content:"\e906"}.qr-app-store:before{content:"\e907"}.qr-facebook-like:before{content:"\e908"}.qr-pinterest:before{content:"\e909"}.qr-mp3:before{content:"\e90a"}.qr-vcard:before{content:"\e90b"}.qr-url:before{content:"\e90c"}.qr-text:before{content:"\e90d"}.qr-event:before{content:"\e90e"}.qr-youtube:before{content:"\e90f"}.qr-star-inside-circle:before{content:"\e910"}.qr-open-menu:before{content:"\e911"}.qr-twitter:before{content:"\e912"}.qr-caret-up:before{content:"\e913"}.qr-caret-down:before{content:"\e914"}.qr-sns:before{content:"\e915"}.qr-wechat:before{content:"\e916"}.qr-multi:before{content:"\e917"}.qr-search:before{content:"\e918"}.qr-alipay:before{content:"\e919"}.qr-social-media:before{content:"\e91a"}.qr-forms:before{content:"\e91b"}.qr-check-circle:before{content:"\e91c"}.qr-more:before{content:"\e91d"}.qr-line:before{content:"\e91e"}.qr-tiktok:before{content:"\e91f"}.qr-close:before{content:"\e920"}.qr-question-circle:before{content:"\e921"}.qr-angle-down:before{content:"\e922"}.qr-angle-up:before{content:"\e923"}.qr-plus:before{content:"\e924"}.qr-user:before{content:"\e925"}.qr-qrcode:before{content:"\e926"}.qr-double-arrow-left:before{content:"\e927"}.qr-double-arrow-right:before{content:"\e928"}.qr-question:before{content:"\e929"}.qr-paint-brush:before{content:"\e92a"}.qr-trash:before{content:"\e92b"}.qr-linkedin:before{content:"\e92c"}.qr-wechat-main:before{content:"\e92d"}.qr-whatsapp:before{content:"\e92e"}.qr-tumblr:before{content:"\e92f"}.qr-skype:before{content:"\e930"}.qr-reddit:before{content:"\e931"}.qr-qq:before{content:"\e932"}.qr-medium:before{content:"\e933"}.qr-yelp:before{content:"\e934"}.qr-quora:before{content:"\e935"}.qr-meetup:before{content:"\e936"}.qr-snapchat:before{content:"\e937"}.qr-check:before{content:"\e938"}.qr-exchange:before{content:"\e939"}.qr-facebook:before{content:"\e93a"}.qr-play:before{content:"\e93b"}.qr-kakao-talk:before{content:"\e93c"}.qr-viber:before{content:"\e93d"}.qr-high-signal:before{content:"\e93e"}.qr-telegram:before{content:"\e93f"}.qr-twitch:before{content:"\e940"}.qr-phone-call:before{content:"\e941"}.qr-global:before{content:"\e942"}.qr-postmates:before{content:"\e943"}.qr-foodpanda:before{content:"\e944"}.qr-ebay:before{content:"\e945"}.qr-rakuten:before{content:"\e946"}.qr-menulog:before{content:"\e947"}.qr-podcast:before{content:"\e948"}.qr-zomato:before{content:"\e949"}.qr-shopify:before{content:"\e94a"}.qr-ubereats:before{content:"\e94b"}.qr-etsy:before{content:"\e94c"}.qr-bilibili:before{content:"\e94d"}.qr-streamlabs:before{content:"\e94e"}.qr-soundcloud:before{content:"\e94f"}.qr-patreon:before{content:"\e950"}.qr-grubhub:before{content:"\e951"}.qr-doordash:before{content:"\e952"}.qr-kuaishou:before{content:"\e953"}.qr-douban:before{content:"\e954"}.qr-account:before{content:"\e955"}.qr-settings:before{content:"\e956"}.qr-refresh:before{content:"\e957"}.qr-swiggy:before{content:"\e958"}.qr-justeat:before{content:"\e959"}.qr-deliveroo:before{content:"\e95a"}.qr-glovo:before{content:"\e95b"}.qr-time:before{content:"\e95c"}.qr-notification:before{content:"\e95d"}.qr-lock:before{content:"\e95e"}.qr-zhihu:before{content:"\e95f"}.qr-xiao-hongsu:before{content:"\e960"}.qr-weibo:before{content:"\e961"}.qr-wechat-mini:before{content:"\e962"}.qr-soul:before{content:"\e963"}.qr-himalaya:before{content:"\e964"}.qr-meituan:before{content:"\e965"}.qr-eleme:before{content:"\e966"}.qr-pingduoduo:before{content:"\e967"}.qr-jingdong:before{content:"\e968"}.qr-taobao:before{content:"\e969"}.qr-xuexi:before{content:"\e96a"}.qr-qq-music:before{content:"\e96b"}.qr-k-song:before{content:"\e96c"}.qr-hibixin:before{content:"\e96d"}.qr-dianping:before{content:"\e96e"}.qr-wechat-channel:before{content:"\e96f"}.qr-amazon:before{content:"\e970"}.qr-applemusic:before{content:"\e971"}.qr-yogiyo:before{content:"\e972"}.qr-send:before{content:"\e973"}.qr-open-box:before{content:"\e974"}.qr-left-arrow:before{content:"\e975"}.qr-xianyu:before{content:"\e976"}.qr-tick-inside-circle:before{content:"\e977"}.qr-reward:before{content:"\e978"}.qr-template:before{content:"\e979"}.qr-location:before{content:"\e97a"}.qr-fax:before{content:"\e97b"}.qr-brief-case:before{content:"\e97c"}.qr-phone:before{content:"\e97d"}.qr-form:before{content:"\e97e"}.qr-add-user:before{content:"\e97f"}.qr-documentation:before{content:"\e980"}.qr-kesong:before{content:"\e981"}.qr-cloud-computing:before{content:"\e982"}.qr-rise:before{content:"\e983"}.qr-box:before{content:"\e984"}.qr-bolt:before{content:"\e985"}.qr-shield:before{content:"\e986"}.qr-circle-check-thin:before{content:"\e987"}.qr-share:before{content:"\e988"}.qr-link:before{content:"\e989"}.qr-hot-coffee:before{content:"\e98a"}.qr-speech-bubble:before{content:"\e98b"}.qr-shopping-bag:before{content:"\e98c"}.qr-music:before{content:"\e98d"}.qr-wifi:before{content:"\e98e"}.qr-paper:before{content:"\e98f"}.qr-user-profile:before{content:"\e990"}.qr-facebook-circle:before{content:"\e991"}.qr-frame:before{content:"\e992"}.qr-layout:before{content:"\e993"}.qr-sliders:before{content:"\e994"}.qr-image:before{content:"\e995"}.qr-two-arrows-pointing-right-and-left:before{content:"\e996"}.qr-lock-no-key-hold:before{content:"\e997"}.qr-arrow-down-in-circle:before{content:"\e998"}.qr-scan:before{content:"\e999"}.qr-star:before{content:"\e99a"}.qr-embed-other:before{content:"\e99b"}.qr-embed-video:before{content:"\e99c"}.qr-meta-tags:before{content:"\e99d"}.qr-store-hours:before{content:"\e99e"}.qr-eyes:before{content:"\e99f"}.qr-pattern:before{content:"\e9a0"}.qr-template-frame:before{content:"\e9a1"}.qr-angle-right:before{content:"\e9a2"}.qr-angle-left:before{content:"\e9a3"}.qr-uber:before{content:"\e9a4"}.qr-exclamation-circle:before{content:"\e9a5"}.qr-circle-check-regular:before{content:"\e9a6"}.qr-plus-circle:before{content:"\e9a7"}.qr-colors:before{content:"\e9a8"}.qr-logo:before{content:"\e9a9"}.qr-close-circle:before{content:"\e9aa"}.qr-trashcan:before{content:"\e9ab"}.qr-arrow:before{content:"\e9ac"}.qr-location-solid:before{content:"\e9ad"}.qr-lock-circle:before{content:"\e9ae"}.qr-show-more:before{content:"\e9af"}.qr-register:before{content:"\e9b0"}.qr-login:before{content:"\e9b1"}.qr-user-add:before{content:"\e9b2"}.qr-dashboard:before{content:"\e9b3"}.qr-logout:before{content:"\e9b4"}.qr-sms:before{content:"\e9b5"}.qr-event2:before{content:"\e9b6"}.qr-padlock:before{content:"\e9b7"}.qr-profile-stack:before{content:"\e9b8"}.qr-huawei:before{content:"\e9b9"}.qr-apple:before{content:"\e9ba"}.qr-android:before{content:"\e9bb"}.qr-billing:before{content:"\e9bc"}.qr-x-logo:before{content:"\e9bd"}.qr-micro:before{content:"\e9be"}.qr-pieces:before{content:"\e9bf"}.qr-ebook:before{content:"\e9c0"}.qr-edit-comment:before{content:"\e9c1"}.qr-tiger:before{content:"\e9c2"}.qr-group:before{content:"\e9c3"}.qr-clound:before{content:"\e9c4"}.qr-stacks:before{content:"\e9c5"}.qr-frame-code:before{content:"\e9c6"}.qr-audio:before{content:"\e9c7"}.qr-facebook-solid:before{content:"\e9c8"}.qr-share-link:before{content:"\e9c9"}.qr-spotify:before{content:"\e9ca"}.qr-setting-v2:before{content:"\e9cb"}@font-face{font-family:Slabo\ 27px;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/slabo27px/v12/mFT0WbgBwKPR_Z4hGN2qgx8D1Q.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:PT Sans;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KExQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEyjmmd8WA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hind;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERySjQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Teko;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBesCRgqA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Yantramanav;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN58AfvNeKBM.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Martel;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XdZsg_.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Baloo\ 2;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdgozZpo_lc.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Kalam;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMthROCc.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Khand;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bKhcWEwbQc.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hind Siliguri;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRG_50uYVKw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Tiro Bangla;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/tirobangla/v3/IFSgHe1Tm95E3O8b5i2V8PG680I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anek Bangla;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZEoAq5g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Baloo Da\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsQNZ7Zc.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Galada;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/galada/v14/H4cmBXyGmcjXlUXO9SY_.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Atma;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/atma/v15/uK_84rqWc-Eoq2lRDw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mina;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARnzhp7w.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Noto Serif Bengali";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/notoserifbengali/v16/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHkqy6rk.woff2) format("woff2");unicode-range:u+0964-0965,u+0981-09fb,u+200c-200d,u+20b9,u+25cc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Bengali;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/notosansbengali/v17/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLicWu8w.woff2) format("woff2");unicode-range:u+0964-0965,u+0981-09fb,u+200c-200d,u+20b9,u+25cc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans JP;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format("woff2");unicode-range:u+4e,u+a0,u+3000,u+300c-300d,u+4e00,u+4e0a,u+4e2d,u+4e8b,u+4eba,u+4f1a,u+5165,u+5168,u+5185,u+51fa,u+5206,u+5229,u+524d,u+52d5,u+5408,u+554f,u+5831,u+5834,u+5927,u+5b9a,u+5e74,u+5f0f,u+60c5,u+65b0,u+65b9,u+6642,u+6700,u+672c,u+682a,u+6b63,u+6c17,u+7121,u+751f,u+7528,u+753b,u+76ee,u+793e,u+884c,u+898b,u+8a18,u+9593,u+95a2,u+ff01,u+ff08-ff09}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat-bold;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v10/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2212,u+2215}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/oswald/v48/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotomono/v21/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/raleway/v27/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans HK;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMRhvEPeWV8Ydw9dTvaja5emiwCL1Dv89rTx5gtGuOA.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2-b3,u+bb,u+bf,u+c9,u+cd,u+d6,u+e?,u+f1-f4,u+f6,u+f9-fa,u+fc-fd,u+101,u+103,u+110-111,u+113,u+12b,u+14d,u+16b,u+1a1,u+1b0,u+1ce,u+300-301,u+1ea1,u+1ea3,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+203c,u+2122,u+3001-3002,u+3113-3114,u+3118,u+311a-3129,u+4e00,u+4e0a-4e0b,u+4e0d,u+4e2d,u+4eba,u+4ee5,u+4f5c,u+500b,u+5165,u+5168,u+516c,u+51fa,u+5206,u+5230,u+52d5,u+53ef-53f0,u+570b,u+5728,u+5730,u+591a,u+5927,u+5b50,u+5bb6,u+5c0f,u+5fc3,u+6211,u+6587,u+65b0,u+65bc,u+65e5,u+662f,u+6642,u+6700,u+6703,u+6708-6709,u+672c,u+6b63,u+70b9-70ba,u+751f,u+7528,u+767c,u+7684,u+7db2,u+884c,u+958b,u+95dc,u+96fb,u+9801,u+ff0c,u+ff1a}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcRiyS.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Tajawal;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1nzGBCw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Amiri;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/amiri/v24/J7aRnpd8CGxBHpUutLM.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Changa;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xcjfj9w.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Kufi Arabic;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notokufiarabic/v14/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v37bNlrU.woff2) format("woff2");unicode-range:u+06??,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe80-fefc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Almarai;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnQ1iFow.woff2) format("woff2");unicode-range:u+06??,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe80-fefc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:El Messiri;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/elmessiri/v15/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe55njDw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyfuXqA.woff2) format("woff2");unicode-range:u+06??,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe80-fefc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mada;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mada/v16/7Auwp_0qnzeSfTLGLQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Naskh Arabic;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notonaskharabic/v17/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Urqcy.woff2) format("woff2");unicode-range:u+06??,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe80-fefc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notosans/v27/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fira Sans;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/firasans/v16/va9E4kDNxMZdWfMOD5Vvl4jL.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:M PLUS Rounded\ 1c;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWDpq8A_4TPv30lLyDK_FIhT0K-oTdprA.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:"Noto Serif JP";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:M PLUS\ 1p;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mplus1p/v26/e3tjeuShHdiFyPFzBRro_VYUcXm4y4YtjOJGYMp5iAw4B3f5iUc.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Sawarabi Mincho;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJTKMBf4bRxM7U3mLMni-CmriA4Ykh0mIs.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Sawarabi Gothic;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k3NAEEnEXdX7R_PTqgHT45rMBfyeoYQJ5w.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Kosugi Maru;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGiTv4ur_mWjfXWdNMtg65zwIiCccFzPAsA.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Shippori Mincho;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0BA3peS7qtgjp7PoXk4LwzLxlAlXE-_3UM.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Kosugi;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kosugi/v14/pxiFyp4_v8FCjlI4MdLqfUsvcYfqJiw3zzHMw5Qu_B3d0SE.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Reggae One;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/reggaeone/v14/~CgwKClJlZ2dhZSBPbmUgBUIUChBqYXBhbmVzZV9kZWZhdWx0EAA=.119.woff2) format("woff2");unicode-range:u+20,u+2027,u+3001-3002,u+3041-307f,u+3081-308f,u+3091-3093,u+3099-309a,u+309d-309e,u+30a1-30e1,u+30e3-30ed,u+30ef-30f0,u+30f2-30f4,u+30fb-30fe,u+ff0c,u+ff0e}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Nanum Gothic;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nanumgothic/v21/PN_3Rfi-oW3hYwmKDpxS7F_z-7rJxHVIsPV5MbNO2rV2_va-Nv6p.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Nanum Myeongjo;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nanummyeongjo/v20/9Btx3DZF0dXLMZlywRbVRNhxy1LuEGI-gZ_Ll9dMHVruCTvHYAnNT2g.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Gothic A1;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6aaU4Qt0V05ZAcgT3T1VKO2vL6LbP.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:"Noto Serif KR";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Nanum Gothic Coding;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nanumgothiccoding/v19/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6FZQM9Ynbkmi96slCI8cUV15P99pg.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Black Han Sans;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/blackhansans/v15/ea8Aad44WunzF9a-dL6toA8r8nqQSWKmEJKy1nK6J8sYUGdTBHS2osQ.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Nanum Pen Script;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN2zuWfsNNAlvx8XyriiBoA4Qt-85VRg.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Jua;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jua/v13/co3KmW9ljjAjdojPCM3T3NGswha8jSmuzy4jzT-N.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-38,u+3a-3b,u+3f,u+41-47,u+4a-4c,u+4f-5d,u+61-7b,u+7d,u+a1,u+ab,u+ae,u+b7,u+bb,u+bf,u+2013-2014,u+201c-201d,u+2122,u+ac00,u+ace0,u+ae30,u+b2e4,u+b85c,u+b9ac,u+c0ac,u+c2a4,u+c2dc,u+c774,u+c778,u+c9c0,u+d558}@font-face{font-family:Noto Sans Gurmukhi;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/notosansgurmukhi/v17/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OekbVbfo.woff2) format("woff2");unicode-range:u+0964-0965,u+0a01-0a75,u+200c-200d,u+20b9,u+25cc,u+262c,u+a830-a839,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta Mahee;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/muktamahee/v15/XRXQ3IOIi0hcP8iVU67hA9vKUT8.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Baloo Paaji\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX77f1ZxQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anek Gurmukhi;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tZW6Q0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:BhuTuka Expanded One;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/bhutukaexpandedone/v2/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJByQ-Jk.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Noto Serif Gurmukhi";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notoserifgurmukhi/v12/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eSTpkKQ.woff2) format("woff2");unicode-range:u+0964-0965,u+0a01-0a75,u+200c-200d,u+20b9,u+25cc,u+262c,u+a830-a839,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hind Madurai;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjX9ocC.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Tiro Tamil;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/tirotamil/v3/m8JXjfVIf7OT22n3M-S_YLNlaw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Catamaran;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5a7duw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta Malar;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqIv_J_U.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Arima Madurai;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3T7Prw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anek Tamil;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQidKrIH5.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Baloo Thambi\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIDbg5H.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Meera Inimai;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILeZ-GLC.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Coiny;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PUwcGFU.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Pavanam;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPPOxa9A.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Kavivanar;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kavivanar/v18/o-0IIpQgyXYSwhxP7_Jr5TRA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oi;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/oi/v15/w8gXH2EuRptdsN8.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Noto Serif Tamil";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/notoseriftamil/v20/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h4fb2.woff2) format("woff2");unicode-range:u+0964-0965,u+0b82-0bfa,u+200c-200d,u+20b9,u+25cc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Tamil;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/notosanstamil/v20/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo40AoqE.woff2) format("woff2");unicode-range:u+0964-0965,u+0b82-0bfa,u+200c-200d,u+20b9,u+25cc,u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcraVGwA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2KYNod.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/chakrapetch/v9/cIf6MapbsEk7TDLdtEz1BwkWn6pg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sarabun/v13/DtVjJx26TKEr37c9aBVJnw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mitr;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZF-Tw4MQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mali;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mali/v9/N0ba2SRONuN4SC3EDw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Taviraj;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/taviraj/v11/ahcZv8Cj3ylylTXzTOkrUg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bai Jamjuree;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sriracha;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sriracha/v10/0nkrC9D4IuYBgWcI9NbfTwE.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Itim;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/itim/v10/0nknC9ziJOYe8ANAkA.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lalezar;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82Yaf4Iw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:思源黑体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notosanssc/v26/k3kXo84MPvpLmixcA63oeALhLOCT-xWNm8Hqd37g1OkDRZe7lR4sg1IzSy-MNbE9VH8V.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:宋体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:站酷小薇LOGO体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/zcoolxiaowei/v10/i7dMIFFrTRywPpUVX9_RJyM1YFf4BQ6OHB3qE7y2ys6XIzxYv88CVLJlObJGMqmkzaJnjA.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:站酷庆科黄油体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/zcoolqingkehuangyou/v13/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIjpWmcd2sME07NgirVXtlnqDJjtoEkzukmSp9MDttOpdc.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:马善政毛笔楷体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXaRMGEFoZJFdX0wQ5Xo5Hr21L9zCcRFhbSe5Nk0pIMuUkHEA.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:站酷快乐体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/zcoolkuaile/v17/tssqApdaRQokwFjFJjvM6h2Wo-Tpo2MpsrpYU3EJjXfOiTrBdUtGm0PGsPHkbHZzpr3G.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:钟齐志莽行书;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g0aJFZ-s2S_Vuj1geQwC80-9RhkN-yvpAfS1H-JA0rn1Z0w.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:钟齐流江毛草;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/liujianmaocao/v15/~ChIKEExpdSBKaWFuIE1hbyBDYW8gBUIeChpzaW1wbGlmaWVkLWNoaW5lc2VfZGVmYXVsdBAA.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:龙藏体;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRgqBgxXsWsMfnCm1_q1j3gcsptb8OMg_Z2HVZhDbPBCIyx.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-4d,u+4f-5d,u+61-7b,u+7d,u+ab,u+ae,u+b2,u+b7,u+bb,u+df-e5,u+e7-ea,u+ec-ed,u+f1-f4,u+f6,u+f9-fa,u+fc,u+101,u+103,u+113,u+12b,u+148,u+14d,u+16b,u+1ce,u+1d0,u+300-301,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+2122,u+3001-3002,u+3042,u+3044,u+3046,u+3048,u+304a-3055,u+3057,u+3059-305b,u+305d,u+305f-3061,u+3063-306b,u+306d-3073,u+3075-3076,u+3078-3079,u+307b,u+307e-307f,u+3081-308d,u+308f,u+3092-3093,u+30a1-30a4,u+30a6-30bb,u+30bd,u+30bf-30c1,u+30c3-30c4,u+30c6-30cb,u+30cd-30d7,u+30d9-30e1,u+30e3-30e7,u+30e9-30ed,u+30ef,u+30f3,u+30fb-30fc,u+4e00,u+4e2d,u+65b0,u+65e5,u+6708-6709,u+70b9,u+7684,u+7f51,u+ff0c,u+ff0e,u+ff1a}@font-face{font-family:Noto Sans TC;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notosanstc/v26/-nF7OG829Oofr2wohFbTp9iFOkMQAewlpbGXhhyYs0QF3kPVyLylzU95vTq1Ltj5xQez1g.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-5d,u+61-7b,u+7d,u+a0,u+ab,u+ae,u+b2-b3,u+b7,u+bb,u+bf,u+c9,u+cd,u+d6,u+e?,u+f1-f4,u+f6,u+f9-fa,u+fc-fd,u+101,u+103,u+110-111,u+113,u+12b,u+14d,u+16b,u+1a1,u+1b0,u+1ce,u+300-301,u+1ea1,u+1ea3,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+203c,u+2122,u+3001-3002,u+4e00,u+4e0a-4e0b,u+4e0d,u+4e2d,u+4eba,u+4ee5,u+4f5c,u+4f86,u+500b,u+5011,u+5165,u+5168,u+516c,u+51fa,u+5206,u+5230,u+52d5,u+53ef-53f0,u+570b,u+5728,u+5730,u+591a,u+5927,u+5929,u+597d,u+5b50,u+5bb6,u+5c0f,u+5e73-5e74,u+5fc3,u+6210-6211,u+6240,u+6587,u+65b0,u+65b9,u+65bc,u+65e5,u+660e,u+662f,u+6642,u+66f4,u+6700,u+6703,u+6708-6709,u+672c,u+6b63,u+6cbb,u+70b9-70ba,u+751f,u+7528,u+767c,u+7684,u+76f8,u+7db2,u+7f8e,u+80fd,u+81ea,u+884c,u+8981,u+958b,u+95dc,u+96fb,u+9801,u+9996,u+ff0c,u+ff1a}@font-face{font-family:"Noto Serif TC";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.119.woff2) format("woff2");unicode-range:u+20-22,u+27-2a,u+2c-3b,u+3f,u+41-5d,u+61-7b,u+7d,u+a0,u+ab,u+ae,u+b2-b3,u+b7,u+bb,u+bf,u+c9,u+cd,u+d6,u+e?,u+f1-f4,u+f6,u+f9-fa,u+fc-fd,u+101,u+103,u+110-111,u+113,u+12b,u+14d,u+16b,u+1a1,u+1b0,u+1ce,u+300-301,u+1ea1,u+1ea3,u+1ebf,u+1ec7,u+2013-2014,u+2039-203a,u+203c,u+2122,u+3001-3002,u+4e00,u+4e0a-4e0b,u+4e0d,u+4e2d,u+4eba,u+4ee5,u+4f5c,u+4f86,u+500b,u+5011,u+5165,u+5168,u+516c,u+51fa,u+5206,u+5230,u+52d5,u+53ef-53f0,u+570b,u+5728,u+5730,u+591a,u+5927,u+5929,u+597d,u+5b50,u+5bb6,u+5c0f,u+5e73-5e74,u+5fc3,u+6210-6211,u+6240,u+6587,u+65b0,u+65b9,u+65bc,u+65e5,u+660e,u+662f,u+6642,u+66f4,u+6700,u+6703,u+6708-6709,u+672c,u+6b63,u+6cbb,u+70b9-70ba,u+751f,u+7528,u+767c,u+7684,u+76f8,u+7db2,u+7f8e,u+80fd,u+81ea,u+884c,u+8981,u+958b,u+95dc,u+96fb,u+9801,u+9996,u+ff0c,u+ff1a}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v24/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Metropolis;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/Metropolis-Regular.9c277902.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Metropolis;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/Metropolis-Medium.4074a83b.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Metropolis;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/Metropolis-Bold.f6c09cc3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v13/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v13/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v13/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v13/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}body{padding-top:62px}@media(max-width:992px){body{padding-top:45px}}.w-full{width:100%}.hidden{display:none!important}.relative{position:relative}.err{color:red}.pointer{cursor:pointer}.rotate-180{transform:rotate(180deg)}.main-container{padding-bottom:0!important;font-family:Poppins}.main-container-body{min-height:calc(100vh - 175px)}.main-container-body.auth-container{display:flex;justify-content:center;align-items:center}.cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:300;background:rgba(0,0,0,.6)}.btn{cursor:pointer}.btn-embed{border:1px solid #0dbc29;background:#fff;padding:6px 12px;border-radius:4px}.btn-embed,.btn-embed:hover{color:#0dbc29}.btn-embed .icon-embed{font-size:9px;line-height:100%}.btn-default{background:0 0;border-color:#ebebeb;color:#868686}.btn-primary{color:#fff}.btn-primary,.btn-primary:hover{background-color:#2c90ff;border-color:#2c90ff}.btn-warning{background:#f36523;border-color:#f36523;color:#fff}.btn-warning:hover{background:#e37d4d;color:#fff}.link{color:#1675dd!important;cursor:pointer;font-weight:400}.radio-item{font-family:Poppins!important;display:inline-block;position:relative;padding:8px 24px;border:1px solid #d4d4d4;color:#868686;border-radius:4px;background:#f3f3f3}.radio-item .dynamic-qr-tooltip{display:flex;align-items:center;flex-wrap:wrap;color:#707070;font-size:10px;padding:8px 11px 8px 6px;background:#cfdae1;border-radius:24px;gap:6px}.radio-item .dynamic-qr-tooltip .learn-more{color:#1155a0;text-decoration:underline;cursor:pointer}.radio-item .dynamic-qr-tooltip .track-data{border-left:1px solid #868686;padding-left:6px}.radio-item .dynamic-qr-tooltip i{color:#0dbc29;font-size:16px}.radio-item.active{border:1px solid #0dbc29;background-color:#e2f8e6}.radio-item.active .qr-type-label{color:#404040}.radio-item input[type=radio]{position:absolute;cursor:pointer;top:18px;left:24px;transform:scale(1.5);opacity:0;z-index:1}.radio-item label{color:#000;font-weight:400;text-align:left;position:relative}.radio-item label:before{content:" ";display:inline-block;position:relative;top:5px;margin:0 5px 0 0;width:20px;height:20px;border-radius:11px;border:2px solid #28a745;background-color:transparent}.radio-item input[type=radio]:checked+label:after{border-radius:11px;width:12px;height:12px;position:absolute;top:9px;left:4px;content:" ";display:block;background:#28a745}.react-colorful{position:absolute!important;z-index:8}.react-colorful .react-colorful__saturation{border-bottom:1px solid #000!important}.react-colorful .react-colorful__pointer{border:none!important;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);width:6px!important;height:6px!important}.app-container{background:#1155a0;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;overflow:hidden}.app-container .help{position:fixed;bottom:10px;right:50px;z-index:1000000000}@media(max-width:767px){.app-container .help-icon{width:70px!important;height:70px!important}}@media(max-width:992px){.app-container{padding-bottom:0!important}}.header{z-index:4;position:relative;background-color:#1675dd}.header .container-fluid{max-width:1100px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%}@media(max-width:990px){.header .mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;background:rgba(58,80,82,.95);margin:0;padding:0;z-index:1e+22}.header .mobile-menu li{width:100%}.header .mobile-menu li a{display:block;text-align:center;float:unset;color:#fff!important}}label{color:#6f787f;margin-bottom:0;padding:0 0 8px;font-weight:700;font-size:80%}.nav{display:flex;flex-wrap:wrap;margin:0 0 0 -12px;padding:0;list-style:none}.nav li{padding:0;text-transform:uppercase}.nav li,.nav li a{display:block;margin:0}.nav li a{padding:10px 12px;color:#fff;opacity:.8}.nav li a:hover{text-decoration:none;opacity:1}.video-container{position:relative;overflow:hidden;padding-top:56.25%}.video-container .inner-iframe{position:absolute;top:0;left:0;width:100%;height:100%;max-height:550px;border:0}.btn-cancel{background:gray;color:#fff}.btn-cancel:hover{color:#fff}.btn-upload-menu{display:flex!important;justify-content:center!important}.btn-file{display:inline-block;padding:7px 9px;line-height:100%;background-color:#efefef;color:#000;border-radius:3px;border:1px solid #868686;cursor:pointer;font-size:14px;min-width:100px}.text-center{text-align:center}.flex-center{justify-content:center}.flex-align-center,.flex-center{display:flex;align-items:center}.flex{display:flex}.no-scrolling{overflow:hidden}.disabled{cursor:not-allowed!important}.modal-backdrop.in{opacity:.5!important;filter:alpha(opacity=50)}.fade.in{opacity:1}@media(min-width:768px){.modal-dialog{margin:80px auto}}.modal.in .modal-dialog{transform:translate(0)!important}.modal.fade .modal-dialog{transform:translateY(-15%);transition:transform .3s ease-out}.modal-footer{border:none}.xcomponent-outlet{margin-top:10px;width:200px!important;height:62px!important}.paypal-button-logo{height:22px}.xcomponent-component-frame{z-index:0!important}label,p{font-family:unset}.body-modal{max-height:calc(100vh - 300px);overflow-x:hidden;overflow-y:auto}.radio-circle{height:15px;width:15px;border:1px solid #ccc;background:#fff;border-radius:50%;margin-right:3px;margin-top:2px}.react-datepicker__time-container{width:unset!important}.react-datepicker__time-list{padding:0!important}.react-datepicker__time-box{width:unset!important}.resp-container{position:relative;overflow:hidden;padding-top:56.25%}.resp-container .resp-iframe{position:absolute;top:0;left:0;width:100%;height:100%;max-height:550px;border:0}.custom-modal-open{position:fixed;overflow:hidden;width:100%}.pull-right{float:right}.rtl .radio-item input[type=radio]:checked+label:after{right:9px}.rtl .modal-header .close{left:5px;right:unset!important}.rtl .vCard-templates-container{margin-left:auto;margin-right:-24px}.rtl .visual-data .tool-container{width:calc(100% - 320px);border-radius:0 4px 4px 0!important}.rtl .visual-data .tool-container .menu-tab{padding-right:0!important;padding-left:8px}.rtl .visual-data .tool-container .menu-tab .menu-item{padding-right:8px;flex:1 1;cursor:pointer}.rtl .visual-data .tool-container .menu-tab .menu-item:last-child{padding-right:8px!important}.rtl .visual-data .tool-container .menu-tab .menu-item:first-child{margin-right:0!important;padding-right:0}.rtl .visual-data .settings-download{border-radius:4px 0 0 4px!important}.rtl .visual-data .settings-download .download-cover{padding:24px 0 24px 24px}.form-control{border:1px solid;border-color:#fff #fff rgba(0,0,0,.05);border-radius:0;display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control,.form-control:focus{color:#495057;background-color:#fff}.form-control:focus{border:1px solid;border-color:#fff #fff #03a9f4;box-shadow:none;outline:0}.language-toggle{color:#fff;margin-left:16px}@media(max-width:767px){.language-toggle{margin:auto -6px}}.label-description{font-size:12px!important}.children{z-index:2}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.sso-form{margin:50px auto 0;background-color:#eee;padding:20px;max-width:400px;border-radius:5px}.sso-form .form-signin-heading{font-size:22px;font-weight:600}.sso-form .tabs button{outline:none}.sso-form .btn-primary{align-items:center}.sso-form .btn-block,.sso-form .btn-primary{display:flex;justify-content:center}.sso-form .login-social button{width:100%}.sso-form .login-with{font-size:13px;height:1px;background-color:#b3b3b3}.sso-form #login_container iframe{width:100%}.btn-sso{background-color:#e41585;border-color:#e41585}.input-icon{margin-top:8px;position:relative}.input-icon i{position:absolute;top:8px;left:16px;font-size:18px;color:#b4b4b4}.input-icon input{width:100%;padding:6px 16px 6px 38px;background:#fff;border:1px solid #b4b4b4;border-radius:51px;font-size:14px}.input-icon ::placeholder{color:#b4b4b4;opacity:1}.input-icon :-ms-input-placeholder{color:#b4b4b4}.input-icon ::-ms-input-placeholder{color:#b4b4b4}.input-icon-right{margin-top:4px;position:relative}.input-icon-right i{position:absolute;top:10px;right:10px;font-size:20px;color:#949494}.input-icon-right input{width:100%;padding-right:38px!important;background:#fff;border:1px solid #d4d4d4;border-radius:51px;font-size:14px}.input-icon-right ::placeholder{color:#d4d4d4;opacity:1}.input-icon-right :-ms-input-placeholder{color:#d4d4d4}.input-icon-right ::-ms-input-placeholder{color:#d4d4d4}.section{color:#5f676d;border-radius:3px}.section h1{font-size:2.15rem}.section h1,.section h2,.section h3{margin-bottom:20px;margin-top:10px;color:#0a6a9b}.section h2,.section h3{font-size:1.55rem}.section.section-get-started{background:#f2f8ff;padding-bottom:16px;padding-top:0}.section .number-block .col-md-3{padding-right:25px!important}.section .main-title{font-size:38px;text-align:center;color:#3d5b7d;font-weight:600}.block-item .main-header{padding:50px 0;max-width:900px;margin:0 auto;text-align:center}.block-item .main-header .big-title{background:linear-gradient(270deg,#1675dd,#00c6c6 99.22%);background-clip:text;text-fill-color:transparent;margin:0}@media(max-width:992px){.block-item .main-header{padding:50px 0}}.block-item .col-md-3{display:flex;align-items:center;padding:0 5px;margin-bottom:20px}.block-item .box{display:block;box-shadow:0 3px 10px 0 #dedede;border-radius:5px;background-color:#fff!important;width:100%}.block-item .box:hover{text-decoration:none}.block-item .box .box-container:hover{background-color:#1a8ab9;color:#fff;border-radius:5px;transition:.3s ease}.block-item .box .box-container:hover .box-image{opacity:.3;transition:.3s ease}.block-item .box .box-text{display:flex;align-items:center;justify-content:center;padding:10px 5px;font-size:17px;min-height:70px}.block-item .box .box-text p{margin:0}.block-item .text-container{height:100%}.block-item .text-container .number{float:left;border-radius:100%;background:#fe5a61;color:#fff;width:30px;height:30px;text-align:center;line-height:30px;margin-right:10px;margin-top:8px}.block-item .block-content{padding:30px 0}.block-item .item-image-set{margin-bottom:30px}.share-code{padding:24px 0;height:80vh;display:flex;justify-content:center;align-items:center}.share-code .main-content{border-radius:5px;display:flex}.share-code .main-content .right-content{width:55%;padding:48px 32px;background:#fff;border-radius:0 4px 4px 0;display:flex;flex-direction:column;justify-content:center}.share-code .main-content .left-content{width:45%;padding:48px 32px;background:linear-gradient(270deg,#1675dd,#00c6c6 99.22%);border-radius:4px 0 0 4px}.share-code .main-content .first-desc{color:#f3f3f3;font-weight:700;margin:0 auto;font-size:38px}.share-code .main-content .first-desc a{font-weight:700;background:#104783;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.share-code .main-content .second-desc{font-size:18px;color:#f3f3f3;padding-top:20px;font-weight:300}.share-code .main-content .square-code{width:100%;border:2px dashed #949494;margin:0 auto;border-radius:8px;padding:24px 48px}.share-code .main-content .square-code .uid{font-size:42px;font-weight:700;text-align:center}.share-code .main-content .square-code button{display:block;margin:0 auto;width:150px}.share-code .main-content .square-code .err{color:#e41585;font-size:42px;font-weight:700;text-align:center}.share-code .main-content .square-code .code-loading{padding:32px 0}.share-code .main-content .link-desc{font-size:14px;color:#404040;margin-top:24px;margin-bottom:6px;font-weight:300}.share-code .main-content .link-box{background:#fff;display:flex;align-items:center;font-size:14px}.share-code .main-content .link-box .link{text-align:center;flex:1 1;padding:10px 23px;height:100%;border-radius:4px;background:#2c90ff;color:#fff!important}.share-code .main-content .link-box .link :link,.share-code .main-content .link-box .link :visited,.share-code .main-content .link-box .link:hover{text-decoration:none!important}@media(max-width:992px){.share-code .main-content{padding:20px;flex-direction:column;text-align:center}.share-code .main-content .left-content,.share-code .main-content .right-content{width:100%;padding:20px;border-radius:0}.share-code .main-content .right-content{border-radius:0 0 4px 4px}.share-code .main-content .right-content .link-desc{margin-top:16px;font-size:16px}.share-code .main-content .right-content .square-code .err,.share-code .main-content .right-content .uid{font-size:32px}.share-code .main-content .right-content .link-box{flex-direction:column}.share-code .main-content .left-content{border-radius:4px 4px 0 0}.share-code .main-content .left-content .first-desc{width:100%;font-size:28px}.share-code .main-content .left-content .second-desc{padding-top:10px;font-size:16px;margin-bottom:0}}.text-form-field{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.reset-password{font-family:Metropolis;height:80vh;display:flex;justify-content:center;align-items:center}.reset-password form{padding:20px;width:450px}.reset-password form .login{width:100%;max-width:none}.reset-password form .login .form-signin-heading{font-size:22px;font-weight:600;text-align:center}.reset-password form .login .text-form-field{height:42px}@media(max-width:480px){.reset-password form{width:100%}}.reset-password #submit-change{font-family:Metropolis;font-weight:700;font-size:16px}.reset-password .change-password-success{background:#fff;height:200px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;padding:20px}.reset-password .change-password-success .heading{font-weight:700;margin-top:16px}.reset-password .change-password-success i{font-size:40px;font-weight:700;color:#0dbc29}.reset-password .change-password-success a{padding:8px;font-weight:700;background:#fff}.verify-input{border-right:1px solid #d4d4d4;width:48px;height:54px;display:flex;align-items:center;justify-content:center;font-size:35px;font-weight:500;font-family:Poppins;font-style:normal;position:relative}.verify-input:last-child{border-right:none}.verify-input-wrapper{background:#f3f3f3;border:1px solid #d4d4d4;border-radius:4px;display:inline-block;position:relative;display:flex;width:-moz-fit-content;width:fit-content;margin:0 auto}.verify-input-wrapper .input{position:absolute;border:none;font-size:35px;font-weight:500;background-color:transparent;outline:none;text-align:center}.verify-input-wrapper .shadows{position:absolute;left:0;top:0;bottom:0;right:0;box-shadow:0 0 0 4px #a5c6eb}.registration-confirm{height:calc(100vh - 200px);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.react-datepicker input{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:5px;width:100%;line-height:26px}.sms-category{font-family:Poppins;font-style:normal;font-weight:400;font-size:14px}.sms-category #form-control{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px;outline:none;color:#495057;background-color:#fff}.sms-category .PhoneInput{position:relative;width:100%}.sms-category .PhoneInput .PhoneInputInput{padding-left:50px!important}.sms-category .PhoneInput .PhoneInputCountry{position:absolute;top:15px;left:10px}.sms-category .phone-block{position:relative;font-size:14px}.sms-category .phone-block input{height:30px}.sms-category .phone-block .btn{height:30px;line-height:30px;display:flex;align-items:center;font-size:14px}.phone-number-input{height:42px;border:1px solid #d3d3d3;border-radius:4px;display:flex;overflow:hidden;font-family:Manrope;font-style:normal;font-weight:400;font-size:14px}.phone-number-input #form-control{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px;outline:none;color:#495057;background-color:#fff}.phone-number-input .PhoneInput{position:relative;width:100%}.phone-number-input .PhoneInput .PhoneInputInput{padding-left:50px!important}.phone-number-input .PhoneInput .PhoneInputCountry{position:absolute;top:15px;left:10px}.phone-number-input .phone-block{position:relative;font-size:14px}.phone-number-input .phone-block input{height:30px}.phone-number-input .phone-block .btn{height:30px;line-height:30px;display:flex;align-items:center;font-size:14px}.object-fit-contain{object-fit:contain}.slideDown{animation:slideDown .7s ease}.slideDown,.slideUp{visibility:visible!important}.slideUp{animation:slideUp 1.4s ease}@keyframes slideDown{0%{margin-top:-100%}to{margin-top:0}}@keyframes slideUp{0%{margin-top:0}to{margin-top:-250%}}.modal-header .close{position:absolute;right:15px;margin-top:-2px;top:5px;outline:none}@media(max-width:767px){.modal-header .close{padding-left:1.25rem;padding-right:.75rem;padding-top:0}}.modal-container{font-family:Poppins;background-color:#fff;border-radius:.5rem;overflow-y:auto;overflow-x:hidden;position:relative}@media(max-width:992px){.modal-container{max-width:500px}}@media(max-width:576px){.modal-container{margin:20px 8px 0}}.modal-container .modal-title{color:#067bca;font-size:18px}.modal-container .modal-title.widget-title{font-weight:500;font-size:24px;color:#000}.modal-container .modal-close{display:flex;justify-content:center;align-items:center;border-radius:50%;background:#8b9299;padding:10px;position:absolute;color:#fff;cursor:pointer;right:20px;top:12px;font-weight:600;z-index:2;width:55px;height:55px}.modal-container .button-close{position:absolute;right:5px;top:5px}.transition-modal.top{align-items:flex-start!important;margin-top:80px}@media(max-width:576px){.transition-modal.top{margin-top:0}}.language-modal{position:fixed;z-index:1300;inset:0}.language-modal .backdrop{z-index:-1;position:fixed;inset:0;background-color:rgba(0,0,0,.5)}.language-modal.visible{opacity:1}.language-modal.hidden{opacity:0}.language-modal .languages{row-gap:20px}.language-modal .languages .item{color:#404040!important;cursor:pointer;padding:5px!important;font-size:14px!important;text-transform:none!important;width:125px;white-space:nowrap}.language-modal .languages .item:hover{background:#d6faf9;text-decoration:none}.language-modal .btn-save{font-size:15px}.feature-modal .text-heading{font-size:24px;font-weight:600}.feature-modal .text-body{padding:20px 0}.feature-modal .actions .register{color:#fff;background-color:#2595ff;border-radius:4px!important;border:1px solid transparent;padding:6px 12px}.feature-modal .actions .no-credit{color:#2595ff;font-size:15px;margin-top:20px}.features-benefit-modal .modal-close{border-radius:50%;background:#8b9299;padding:10px;position:absolute;color:#fff;cursor:pointer;right:20px;top:12px;font-weight:600;z-index:2}.features-benefit-modal .modal-body{padding:0}.features-benefit-modal .modal-body .text-heading{font-size:24px;font-weight:600}.features-benefit-modal .modal-body .text-body{padding:20px 0}.features-benefit-modal .modal-body .actions .register{color:#fff;background-color:#2595ff;border-radius:4px!important;border:1px solid transparent;padding:6px 12px}.features-benefit-modal .modal-body .actions .no-credit{color:#2595ff;font-size:15px;margin-top:20px}.templates-modal{display:none}.templates-modal.visibled{display:block}.templates-modal .modal-dialog{max-width:900px;margin:20px auto;min-width:350px}.templates-modal .modal-content{margin-top:0;padding:20px;overflow:hidden;max-height:600px}.templates-modal .modal-content .templates-container{overflow-y:auto}.templates-modal .modal-content .close{position:absolute;right:15px;top:5px;font-size:30px}.templates-modal .modal-content .caroucel-container{position:relative;width:100%;overflow-x:auto}.templates-modal .modal-content .caroucel-container .templates-content{display:flex;overflow:auto;scrollbar-width:none;width:750px;min-width:300px;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;margin:auto;padding:2px 0;box-shadow:inset -9px 0 13px -15px #000,inset 9px 0 13px -15px #000}.templates-modal .modal-content .caroucel-container .templates-content .template-item{margin-bottom:5px;min-width:180px;max-width:180px;height:230px;text-align:center;box-shadow:0 0 3px 0 rgba(0,0,0,.5);margin-left:20px}.templates-modal .modal-content .caroucel-container .templates-content .template-item:first-child{margin-left:-1.5px}.templates-modal .modal-content .caroucel-container .templates-content .template-item img{height:155px;width:145px;object-fit:cover;object-position:top}.templates-modal .modal-content .caroucel-container .templates-content .template-item .btn{min-width:62px;height:22px;font-size:13px;padding:0;margin-top:6px}.summernote-modal .modal-dialog .modal-header h4{font-weight:700!important}.summernote-modal .modal-dialog .modal-body label{color:#4e4e4e;font-weight:500;font-size:14px}.change-murl-modal .modal-content{background-color:#fff;color:#000;border:none!important}.change-murl-modal .modal-header{justify-content:center;border-bottom:none;background:#1675dd}.change-murl-modal .modal-header button{display:none}.change-murl-modal .modal-header .modal-title{color:#fff;font-family:Poppins;font-size:22px;font-weight:500}.change-murl-modal .modal-body .modal-icon{display:flex;align-items:center;justify-content:center;background-color:#0dbc29;padding:12px;border-radius:50%;height:48px;width:48px;margin:0 auto}.change-murl-modal .modal-body .modal-icon i{color:#fff;font-size:24px}.change-murl-modal .modal-body .desc-change-murl{font-family:Poppins;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center}.change-murl-modal .modal-footer{display:initial;border-top:none;background:#f3f3f3}.change-murl-modal .modal-footer .btn-group{display:flex;justify-content:space-between;width:auto;margin:0 6px!important}.change-murl-modal .modal-footer .btn-group .btn{width:auto;margin:0 6px;color:#000;border-radius:5px;min-width:100px;font-family:Poppins;font-style:normal;font-size:14px;font-weight:500}.change-murl-modal .modal-footer .btn-group .btn.btn-cancel{background:#fff!important;border:1px solid #d4d4d4;color:#000}.change-murl-modal .modal-footer .btn-group .btn.btn-ok{background:#0dbc29;border:1px solid transparent;color:#fff}.change-murl-modal .change-murl-footer{background:none!important;padding-top:0!important}.discount-popup-modal .modal-content{background-color:#8780bd;color:#fff}.discount-popup-modal .modal-header{justify-content:center;border-bottom:none;padding-bottom:0}.discount-popup-modal .modal-header .modal-title{color:#fff!important;font-size:36px;text-transform:uppercase}.discount-popup-modal .modal-body .code button{font-size:28px}.discount-popup-modal .modal-body .code-valid{font-size:11px;font-weight:700;color:#000}.discount-popup-modal .modal-body .copy-code{background:#ed145b}.discount-popup-modal .modal-body .btn{color:#fff}.discount-popup-modal .modal-body .social{justify-content:center}.discount-popup-modal .modal-body .social .logo{padding:5px}.discount-popup-modal .modal-body .social .logo img{height:50px;border:3px solid #fff;border-radius:50%}.discount-popup-modal .modal-footer{border-top:none}.discount-popup-modal .modal-footer .btn-group{width:100%;justify-content:center}.discount-popup-modal .modal-footer .btn-group .btn{border:1px solid #fff;margin:0 10px;border-radius:10px!important;min-width:100px}.widget-modal{overflow-y:hidden}.widget-modal .close{background:transparent;padding:16px;position:absolute;color:gray;cursor:pointer;right:0;top:4px;font-weight:600;z-index:2}.widget-modal .preview{border:1px solid #ced4da;border-radius:8px;height:337px;margin-top:10px;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10px}.widget-modal .preview img{width:100%;border-radius:12px}.widget-modal .preview .video-cover{width:100%;height:260px}.widget-modal .preview-all-day{display:flex;position:relative}.widget-modal .preview-all-day.same-day{color:#00b300}.widget-modal .input-hours,.widget-modal .widget-input{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem}.widget-modal .day-details .time-picker{width:100px}.widget-modal .layout{border:1px solid #f0f2f5;border-radius:8px;height:337px;margin-top:10px;padding:0 35px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.widget-modal .block-container{background:#fff;padding:8px 12px;border-radius:5px;background-color:#fff;box-shadow:0 3px 30px 0 rgba(0,0,0,.1)}.widget-modal .block-container .block-inner{overflow-y:auto;max-height:370px}reach-portal div{z-index:9990}.two-fa-modal .modal-content{background-color:#fff;color:#000;border:none!important}.two-fa-modal .modal-header{justify-content:center;border-bottom:none;background:#1675dd}.two-fa-modal .modal-header button{display:none}.two-fa-modal .modal-header .modal-title{color:#fff;font-family:Poppins;font-size:22px;font-weight:500}.two-fa-modal .modal-body .desc{width:70%;margin:0 auto;font-family:Poppins;font-style:normal;font-weight:400;font-size:12px;line-height:21px;text-align:center}@media(max-width:576px){.two-fa-modal .modal-body .desc{width:100%}}.two-fa-modal .modal-body .btn-resend{font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;color:#1155a0}.two-fa-modal .modal-body .btn-resend .text{text-decoration:underline}.two-fa-modal .modal-body .verify-type{font-family:Poppins;font-style:normal;font-size:14px;line-height:100%;font-weight:500;margin-top:8px}.two-fa-modal .modal-footer{display:initial;border-top:none;background:#f3f3f3}.two-fa-modal .modal-footer .btn-group{display:flex;justify-content:space-between;margin:0 6px!important;width:auto}.two-fa-modal .modal-footer .btn-group .btn{width:auto;margin:0 6px!important;color:#000;border-radius:5px;min-width:100px;font-size:14px;font-weight:500}.two-fa-modal .modal-footer .btn-group .btn.btn-cancel{background:#fff!important;border:1px solid #d4d4d4;color:#000}.two-fa-modal .modal-footer .btn-group .btn.btn-ok{background:#1675dd;border:1px solid transparent;color:#fff}.stripe-modal .checkout{margin:0 auto;max-width:800px;box-sizing:border-box;padding:0 5px}.stripe-modal label{color:#6b7c93;font-weight:300;letter-spacing:.025em}.stripe-modal button{white-space:nowrap;border:0;outline:0;display:inline-block;height:40px;line-height:40px;padding:0 14px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);color:#fff;border-radius:4px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.025em;background-color:#6772e5;text-decoration:none;transition:all .15s ease;margin-top:10px}.stripe-modal form{margin-bottom:40px;padding-bottom:40px;border-bottom:3px solid #e6ebf1}.stripe-modal button:hover{color:#fff;cursor:pointer;background-color:#7795f8;transform:translateY(-1px);box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)}.stripe-modal .StripeElement,.stripe-modal input{display:block;margin:10px 0 20px;max-width:500px;padding:10px 14px;font-size:1em;font-family:Source Code Pro,monospace;box-shadow:0 1px 3px rgba(50,50,93,.149),0 1px 0 rgba(0,0,0,.02);border:0;outline:0;border-radius:4px;background:#fff}.stripe-modal input::placeholder{color:#aab7c4}.stripe-modal .StripeElement--focus,.stripe-modal input:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.078);transition:all .15s ease}.stripe-modal .StripeElement.IdealBankElement,.stripe-modal .StripeElement.PaymentRequestButton{padding:0}.generate-modal,.stripe-modal .btn-send{display:flex;align-items:center}.generate-modal{padding:14px;flex-direction:column;justify-content:center}.generate-modal .generate-title{font-family:Poppins;font-style:normal;font-weight:500;font-size:16px;line-height:24px;margin-bottom:20px}.generate-modal .btn-block{overflow:hidden}.generate-modal .avoid-clicks{pointer-events:none}.generate-modal .btn-qr2{margin-top:38px;margin-left:16px;background-color:#0dbc29;color:#fff;font-size:14px;border-radius:4px;height:32px;min-width:216px}.generate-modal .btn-qr2.disabled{background:#d3d3d3;color:#404040}.generate-modal .generate-img{position:relative;width:100%}.generate-modal .generate-img .generate-arrow-img{position:absolute;top:-2px;left:calc(50% - 30px);z-index:10}.generate-modal .generate-img .generate-button-img{width:250px;height:88px}.generate-modal .generate-img .generate-button-img .generate-button-msg{position:absolute;bottom:20px;left:calc(50% - 65px);font-size:14px;font-family:Poppins}.gdpr-modal{position:fixed!important;left:10px;bottom:10px;max-width:450px;z-index:1300}@media(max-width:992px){.gdpr-modal{left:0;right:0;bottom:0}}.gdpr-modal .modal-content{background-color:#e8eef2}.gdpr-modal .modal-content .text-header{font-weight:700;font-size:18px}.gdpr-modal .modal-content .text-desc{font-size:14px}.gdpr-modal .modal-content .modal-footer .btn-group{display:flex;gap:15px;width:100%}.gdpr-modal .modal-content .modal-footer .btn-group .btn{width:50%;color:#000;border-radius:5px;font-size:14px;font-weight:500}.gdpr-modal .modal-content .modal-footer .btn-group .btn-cancel{background:#fff!important;border:1px solid #d4d4d4;color:#404040}.gdpr-modal .modal-content .modal-footer .btn-group .btn-ok{background:#1675dd;border:none;color:#fff}.wallet-passes-modal .wallet-btn{display:flex;gap:10px;align-items:center;color:#fff;font-size:14px;background-color:#919191;text-wrap:nowrap;cursor:pointer;border-radius:7px 7px 0 0;padding:12px 12px 16px}.wallet-passes-modal .wallet-btn.active{background-color:#202020}.wallet-passes-modal .company-details{display:flex;flex-direction:column;gap:16px;background-color:#0d3c6f;padding:24px;color:#fff;border-radius:0 0 10px 10px}.wallet-passes-modal .company-details .apple-theme{display:flex;justify-content:space-between;padding:18px 0}.wallet-passes-modal .company-details .apple-theme .company-detail{display:flex;gap:10px;flex-direction:column;justify-content:center;align-items:flex-start}.wallet-passes-modal .company-details .apple-theme .company-detail span{font-size:14px}.wallet-passes-modal .company-details .apple-theme .contact-details{display:flex;flex-direction:column;margin-bottom:15px}.wallet-passes-modal .company-details .apple-theme .contact-details span{font-size:14px}.wallet-passes-modal .company-details-google-wallet{display:flex;gap:5px;flex-direction:column;justify-content:center;text-align:center}.wallet-passes-modal .company-details-google-wallet .photo-round{height:120px;width:120px;margin:0 auto;border-radius:50%}.wallet-passes-modal .company-details-google-wallet .photo-round img{width:100%}.wallet-passes-modal .company-details-google-wallet span{font-size:16px;color:#fff}.wallet-passes-modal .company-details-google-wallet .contact-details{display:flex;flex-direction:column;gap:16px span;gap-font-size:14px}.wallet-passes-modal .btn-wrapper{display:flex;align-items:center;gap:12px;width:70%;background-color:#202020;padding:10px 20px;border-radius:125px;margin:24px auto auto;color:#fff;text-decoration:none}.wallet-passes-modal .btn-wrapper.google-btn{margin-top:10px}.wallet-passes-modal .btn-wrapper span{font-size:14px}.vcard-modal-container .modal-container{border-radius:20px!important}.vcard-modal-container .vcard-modal .modal-close{border-radius:50%;background:transparent;padding:10px;position:absolute;color:#fff;cursor:pointer;right:20px;top:12px;font-weight:600;z-index:2}.vcard-modal-container .vcard-modal .modal-body{padding:0}.vcard-modal-container .vcard-modal .modal-body .vcard-text{display:flex;flex-direction:row;justify-content:center;width:100%;margin:30px 0}.vcard-modal-container .vcard-modal .modal-body .vcard-text .vcard-row{width:100%;padding-right:15px;padding-left:15px}@media(max-width:576px){.vcard-modal-container .vcard-modal .modal-body .vcard-text{flex-direction:column!important;width:100%;margin:0!important}}.vcard-modal-container .vcard-modal .modal-body .left-section{border-right:1px solid #ddd}.vcard-modal-container .vcard-modal .modal-body .vcard-section{display:flex;flex-direction:column;margin:30px}.vcard-modal-container .vcard-modal .modal-body .vcard-section .header{font-style:normal;font-weight:700;font-size:28px;line-height:100%;text-align:center;background:linear-gradient(270deg,#28574f,#4f8e83 99.22%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:15px}.vcard-modal-container .vcard-modal .modal-body .vcard-section .information{font-style:normal;font-weight:400;font-size:15px;line-height:150%;align-items:center;text-align:center;color:#404040;margin-bottom:5px}.vcard-modal-container .vcard-modal .modal-body .vcard-section .btn{font-style:normal;font-weight:600;font-size:18px;line-height:27px;text-align:center;color:#fff;margin-top:20px}.vcard-modal-container .vcard-modal .modal-body .vcard-section .btn-bussiness{transform:rotate(-.12deg);background:#ff9312;border-color:#ff9312;border-radius:5px}.vcard-modal-container .vcard-modal .modal-body .vcard-section .btn-demo{transform:rotate(-.12deg);background:#28574f;border-color:#28574f;border-radius:5px}.embed-modal .modal-body{display:flex;flex-direction:column;gap:1rem}.embed-modal .modal-body .code textarea{border:1px solid #d4d4d4;background:#e8eef2;padding:.5rem;border-radius:.25rem;color:#404040}.embed-modal .modal-body .noti{display:flex;align-items:center;gap:.5rem;color:#0dbc29}.embed-modal .modal-body .copy-code{background:#2c90ff;color:#fff;text-transform:capitalize;font-size:18px;padding:12px 0;font-weight:600;width:100%;line-height:100%}.embed-modal .modal-body .btn-success{font-size:18px;font-weight:600;padding:12px 0;background:#0dbc29;border:1px solid transparent;width:100%}.faq-container{display:flex;flex-direction:column;justify-content:center;padding:30px 0 70px;background-color:#f2f8ff;font-family:Lato;scroll-margin-top:64px}.faq-container .main-title{color:#404040}.faq-container .faq-main{background-color:#fff;margin-bottom:25px;border-radius:5px}.faq-container .faq-heading{background-color:#1675dd;margin:0!important;padding:15px 25px;border-radius:5px 5px 0 0;color:#fff!important;font-size:1.55rem}.faq-container .faq-wrapper{display:flex;flex-direction:column;justify-content:center;padding:25px 20px;background-color:#fff;border-bottom:1px solid #efefef}.faq-container .faq-wrapper:last-child{border-radius:5px}.faq-container .faq-title{display:flex;justify-content:space-between;align-items:baseline;cursor:pointer}.faq-container .faq-title span{font-family:Lato;font-size:18px;font-weight:700;color:#202020}.faq-container .qr-angle-down,.faq-container .qr-angle-up{font-size:14px;font-weight:700;margin:0 5px}.faq-container .faq-wrapper .faq-desc{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.faq-container .faq-wrapper .faq-desc.active{max-height:500px;transition:max-height .5s ease-in}.faq-container .faq-wrapper p{font-family:Lato;font-size:16px;font-weight:300;line-height:32px;color:#202020;margin-top:15px;margin-bottom:0}.faq-container .faq-wrapper span.bold{font-weight:600;color:#000;font-family:Poppins}@media(max-width:992px){.faq-container{width:100%}}.footer{margin:0 -30px;background:#104783;padding:50px 110px;right:30px;bottom:0;left:0}.footer ul{list-style:none;padding-left:0}.footer ul a{color:#fff}.footer .copy-right{color:#fff;font-size:14px}.footer .social-section{display:flex;justify-content:space-between}.footer .footer-text{color:#fff;font-family:Poppins}.footer .subscribe .footer-text{max-width:330px;word-wrap:break-word;display:block}.footer .subscribe section{color:#fff;font-size:1.5rem;font-weight:700}.footer .subscribe input{margin-top:16px;height:50px;padding:12px 21px;border-radius:4px}.footer .subscribe .input-group .form-control{border-bottom:unset}.footer .subscribe .input-group-text{height:50px;margin-top:16px;padding:12px 21px;background-color:#ff9312;border:1px solid #ff9312}.footer .subscribe .qr-send{color:#fff;font-size:28px}.footer .social-community{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.footer .social-icons{display:flex;justify-content:center;align-items:center;margin:0}.footer .social-icons .icon{background-color:#fff;margin:0 5px;border-radius:50%;width:50px;height:50px;line-height:50px;text-align:center}.footer .social-icons .icon .qr-icons{color:#1155a0;font-size:28px;line-height:50px}.footer .social-icons .icon.linkedin-icon{background-color:#fff}.footer .social-icons .icon.linkedin-icon .qr-linkedin{background-color:#1155a0;color:#fff;border-radius:5px;box-shadow:inset 2px 5px 2px #fff;font-size:35px;line-height:50px}.footer .frequently-question{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.footer .frequently-question a{background-color:#ff9312;color:#fff;outline:none;border:none;padding:12px 46px;border-radius:2px;text-decoration:none}.footer .footer-vtline{height:1px;width:100%;background-color:#348ced;margin:50px 0}.footer .main-menu{display:flex;justify-content:space-between}.footer .main-menu .section li.siteMap{display:none;margin-top:20px}.footer .main-menu .section li.siteMap a{font-weight:700;font-size:18px}.footer .main-menu label{font-size:18px;padding-bottom:0}.footer .main-menu .language-toggle{display:inline-flex;color:#fff}@media(max-width:992px){.footer{position:relative;padding:24px 16px;margin:0}.footer .social-section{justify-content:center;align-items:center;flex-direction:column}.footer .social-section .subscribe{width:100%}.footer .frequently-question,.footer .social-community{margin-top:30px}.footer .main-menu{justify-content:left;padding-right:0;display:flex;flex-direction:row;flex-wrap:wrap}.footer .main-menu .section{width:50%}.footer .main-menu .section.text-full{width:100%}.footer .main-menu .section:last-child{text-align:right!important}.footer .main-menu .section ul{padding:0}.footer .main-menu .section li a{font-size:14px;white-space:nowrap}}@media(max-width:768px){.footer .social-section{justify-content:center;align-items:center;flex-direction:column}.footer .social-section h4{font-size:20px}.footer .social-section .footer-text{font-size:14px}.footer .footer-vtline{display:none}.footer .social-community{margin-top:30px}.footer .social-community .social-icons .icon{width:38px;height:38px;overflow:hidden}.footer .social-community .social-icons .icon .qr-icons{color:#1155a0;font-size:24px;line-height:38px}.footer .social-community .social-icons .icon.linkedin-icon{background-color:#fff}.footer .social-community .social-icons .icon.linkedin-icon .qr-linkedin{background-color:#1155a0;color:#fff;border-radius:5px;box-shadow:inset 2px 5px 2px #fff;font-size:35px;line-height:38px}.footer .frequently-question{margin-top:30px;margin-bottom:34px}.footer .frequently-question .help-center-button{border-radius:73px!important}.footer .copy-right{font-size:12px}}@media(max-width:400px){.footer{padding:24px 8px}.footer .container{padding:0}}.trusted-by{background:#104783}.trusted-by .trusted-by-container{padding:40px 70px}.trusted-by .header-image-block{display:flex;justify-content:center;align-items:center;color:#fff!important;font-style:normal;font-weight:400;font-size:14px}.trusted-by .header-image-block .trusted-by-number{font-weight:500;padding:2px 8px;margin:0 8px;background:#1675dd;color:#fff;border-radius:2px}.trusted-by .header-image-block .image-cover{margin-left:15px}.trusted-by .header-image-block img{width:100%;height:auto}@media(max-width:600px){.trusted-by .header-image-block{flex-direction:column}.trusted-by .header-image-block .image-cover{margin:10px 0}}.trusted-by .brands{background:transparent;margin-bottom:8px;padding:10px}.trusted-by .brands .brand-item{display:flex;justify-content:center;margin:0 36px}.trusted-by .brands .brand-item img{height:65px;width:100%;max-width:175px}.trusted-by .brands .slick-next:before,.trusted-by .brands .slick-prev:before{color:#000}@media(max-width:768px){.trusted-by .brands{padding:0}}.trusted-by .slick-prev:before{content:"←"}.trusted-by .slick-next:before,.trusted-by .slick-prev:before{color:#000;color:#ca2c33}.file-wrapper{position:relative;display:flex;justify-content:center}.file-wrapper button,.file-wrapper div.btn-primary{padding:7px 12px 5px;overflow:hidden}.file-wrapper button input,.file-wrapper div.btn-primary input{position:absolute;top:-30px;left:0;right:0;bottom:0;cursor:pointer}.file-wrapper .btn-upload{display:flex;align-items:center;justify-content:flex-start;line-height:100%}.file-wrapper .qr-plus{margin-right:8px;color:#1675dd;padding:3px;border-radius:50%;font-size:12px;font-weight:800;background-color:#fff}.color-wrapper{position:relative}.color-wrapper .form-control[readonly]{background:#fff!important}.color-wrapper .color-picker{position:absolute;padding:6px;background:#fff;height:241px;width:212px;border-radius:8px;z-index:999;box-shadow:0 5px 5px rgba(0,0,0,.3);right:58px}@media(max-width:992px){.color-wrapper .color-picker{right:50px}}.color-wrapper .color-picker .color-input{position:absolute;top:212px;width:calc(100% - 12px);min-width:200px;z-index:999;border:.5px solid #d4d4d4;border-radius:4px;font-weight:400;font-size:12px;color:#404040;padding:2px 4px!important}.color-wrapper .block-color{display:flex}.color-wrapper .block-color .square-color{flex-shrink:0;width:24px;height:24px;border-radius:2px;margin-right:4px}.color-wrapper .block-color .circle-color{display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d4d4d4;height:32px;width:32px;margin-left:4px;background:#fff}.color-wrapper .block-color .circle-color span{display:flex;align-items:center;justify-content:center;height:16px;width:16px;border:1px solid #404040;border-radius:50%}.color-wrapper .block-color .circle-color span i{border-radius:50%;height:10px;width:10px}.color-wrapper .block-color input{font-weight:500!important;font-size:12px;width:100%;height:24px;color:#404040!important}.color-wrapper .warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba;padding:5px}.social-intro{font-size:11px}.social-intro span{font-weight:700}.social-media-container{gap:8px;margin:0 16px;overflow-x:auto;overflow-y:hidden;max-height:67px}.social-media-container::-webkit-scrollbar{display:none}.social-media-container .nav-outer{margin:0 16px;background:#e8eef2;display:flex;align-items:center;position:absolute;height:67px}.social-media-container .nav-outer.left{left:0}.social-media-container .nav-outer.right{right:0}.social-media-container .nav-outer i.qr-angle-left,.social-media-container .nav-outer i.qr-angle-right{font-weight:700;color:#404040;font-size:10px;cursor:pointer}.social-media-container .use-case{gap:10px}.social-media-container .use-case:hover{text-decoration:none}.social-media-container .use-case img{height:67px;width:67px}.social-media-container .use-case span{background:#f6941d;padding:2px 6px;color:#fff;border-radius:5px}.image-crop-title{font-size:24px;color:#000;font-weight:500}.crop-container{width:100%;height:300px;position:relative;background:#333}.shape{width:120px}.shape button{background-color:#fafdfe}.shape button.square{outline:none;width:31px;height:31px;border-radius:2px;margin-right:14px}.shape button.circle{outline:none;width:31px;height:31px;border-radius:16px}.shape button.selected{border:4px solid #033ddd}.language-dropdown{list-style-type:none;list-style:none;padding:7px 0;font-size:14px}.language-dropdown li{padding:8px 15px}.language-dropdown li a{color:#404040}.language-dropdown li a.selected{color:#1675dd;font-weight:500}.language-dropdown li a:hover{color:#1675dd}.language-popper{z-index:9999;margin-top:10px}@media(max-width:767px){.language-popper{margin-top:auto;margin-left:15px}}.breadcrumbs{background:transparent}.breadcrumbs ul{list-style-type:none;display:flex;flex-wrap:wrap;padding:.75rem 1rem;list-style:none;border-radius:.25rem;margin-bottom:0}.breadcrumbs i{font-size:12px;color:#fff}.breadcrumbs a{font-size:16px;color:#fff;text-decoration:none;text-transform:capitalize}.breadcrumbs .separator{display:flex;margin-left:8px;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px}.login-container{padding:16px}.login{background-color:#fff;border-radius:5px;padding:20px;max-width:400px}.login .form-group{background:none}.login .common{font-family:Metropolis}.login .common a,.login .common span{font-weight:700;font-size:14px}.login .common .err{margin-top:8px}.login .btn-sso{font-weight:700;font-size:16px;color:#fff}.login .heading{font-family:Metropolis;font-size:22px;font-weight:600}.login .login-with{font-size:13px;height:1px}.login #email,.login #password{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.login #email-login{font-family:Metropolis;font-weight:700;font-size:16px}.login .btn-block{display:flex;justify-content:center;align-items:center}@media(max-width:480px){.forgot-password-container{min-width:90vw}.forgot-password-container .reset-link-message{max-width:330px}}.forgot-password{background-color:#fff;border-radius:5px;padding:16px;max-width:400px;min-width:400px}@media(max-width:480px){.forgot-password{min-width:unset}}.forgot-password .form-group{background:none}.forgot-password .common{font-family:Metropolis}.forgot-password .common a,.forgot-password .common span{font-weight:700;font-size:14px}.forgot-password .common .err{margin-top:8px}.forgot-password .heading{font-family:Metropolis;font-size:22px;font-weight:600}.forgot-password #email{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.forgot-password #email-login{font-family:Metropolis;font-weight:700;font-size:16px}.forgot-password .btn-block{display:flex;justify-content:center;align-items:center}.forgot-password .reset-link-message{font-size:16px;font-weight:500;font-family:Metropolis;font-style:normal}.register-container{padding:16px}.register{margin:50px auto;background-color:#fff;border-radius:5px;max-width:696px;padding:36px}.register .register-title{text-align:center;font-size:24px;font-weight:700;padding:0 16px 32px;background:linear-gradient(270deg,#1675dd,#00c6c6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.register .form-group{background:none}.register #confirmPassword,.register #email,.register #form-control,.register #password{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px;outline:none}.register #email-register{font-family:Poppins;font-weight:700;font-size:16px}.register .common{font-family:Poppins}.register .common a,.register .common span{font-weight:700;font-size:14px}.register .common .err{margin-top:8px}.register .common .country-select{font-size:14px!important}.register .common .country-select input{height:28px}.register .common .flag-icon{height:14px;margin-right:8px}.register .chinaFlag{position:absolute;top:5.5px;left:10px}.register .PhoneInput{position:relative;width:100%}.register .PhoneInput .PhoneInputInput{padding-left:50px!important}.register .PhoneInput .PhoneInputCountry{position:absolute;top:15px;left:10px}.register .captcha-input{display:flex;align-items:center;border:1px solid #d4d4d4;border-radius:4px;padding:0 6px 0 4px;height:42px}.register .captcha-input input{width:100%;font-size:14px;border:none}.register .captcha-input div{display:flex;align-items:center}.register .captcha-input div canvas{border-radius:4px}.register .captcha-input div #reload_href:before{content:"";font-family:QrTiger!important;margin-left:12px;margin-right:5px;color:#a9a9a9!important;font-size:22px!important}.register .btn-block{display:flex;justify-content:center;align-items:center}.register .hidden-flag{position:static}.register .hidden-flag .PhoneInputCountry{display:none}.register .phone-block{position:relative;font-size:13px}.register .phone-block input{height:30px}.register .phone-block .btn{height:30px;line-height:30px;display:flex;align-items:center;font-size:13px}.register .agreement{display:flex;flex-direction:column}.register .agreement .err{font-family:Poppins;font-size:14px;font-weight:600;margin:0}.register .agreement .agreement-note{font-style:italic}.register .heading{font-family:Poppins;font-size:24px;font-weight:700}.register .signup-with{position:relative;display:inline-block;font-size:15px}.register .signup-with span{margin:0 8px;font-size:20px;font-weight:500}.register .signup-with:before{right:calc(100% + 10px)}.register .signup-with:after{left:calc(100% + 10px)}.register .signup-with:after,.register .signup-with:before{position:absolute;content:"";top:50%;transform:translateY(-50%);width:276px;height:1px;background-color:#b3b3b3}@media(max-width:480px){.register .signup-with:after,.register .signup-with:before{width:100%}}.register .interests .interests-title{font-size:16px;font-weight:600}.register .interests .interests-item{font-size:16px;font-weight:500}.register .term-and-condition{font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;text-align:center;color:#4e4e4e}.register .term-and-condition a{font-weight:700}@media(max-width:767px){.register{padding:20px}}.quick-technologies{background:#fff;position:relative}.quick-technologies .quick-info-bg{position:absolute;top:0;left:0;width:100%;height:50%;background-color:#f2f8ff;z-index:1}.quick-technologies .quick-info{border:1px solid #ebebeb;border-radius:8px;padding:30px;background:#fff;display:flex;align-items:center;color:#868686;gap:20px;z-index:3;position:relative}.quick-technologies .quick-info .logo{width:150px}.quick-technologies .quick-info .techs{display:flex;gap:20px;align-items:center;border-left:1px solid #ebebeb;border-bottom-color:#ebebeb;border-right:1px solid #ebebeb;border-top-color:#ebebeb;padding:0 20px;text-align:center}@media(max-width:992px){.quick-technologies .quick-info{flex-direction:column;padding:20px 0}.quick-technologies .quick-info .techs{flex-direction:column;border:none;gap:0}}.technologies{background:#fff}.technologies .block-content{padding:70px 0}.technologies .item-image-set{max-height:226px}.technologies .item-image-set .img-wrapper{border:1px solid #4f8e83;padding:16px;border-radius:8px;height:100%;display:flex;flex-direction:column;gap:12px;overflow:hidden}.technologies .item-image-set .img-wrapper:hover{background-color:#fafff5}.technologies .item-image-set .img-wrapper .block-header{color:#1675dd}.technologies .item-image-set .img-wrapper .block-header .icon-circle{width:42px;height:42px;border-radius:100%;background-color:#f5fdff;margin:0 auto;display:flex;align-items:center;justify-content:center}.technologies .item-image-set .img-wrapper .block-header section{color:#366f66;font-size:1.55rem;font-weight:500;padding:0 16px}.technologies .item-image-set .img-wrapper .title{color:#404040;font-size:16px;font-weight:500;padding:0 32px}.technologies .item-image-set .img-wrapper .desc{color:#949494;font-size:12px;padding:0 32px}.technologies .item-image-set .img-wrapper i{font-size:20px;font-weight:600}.custom{background:#fff}.custom .main-header{padding:0 0 50px}.custom .main-title{line-height:50px}.custom .small-title{font-size:16px;color:#404040;padding-top:10px}.custom .features{display:flex;justify-content:center;gap:40px;max-width:880px;margin:0 auto}.custom .features .list{list-style:none;display:flex;flex-direction:column;gap:15px;padding:0;margin:0}.custom .features .list li{display:flex;align-items:center;border:.5px solid #889eb7;border-radius:8px;padding:8px 24px 8px 8px;height:50px;min-width:280px;gap:15px;font-size:16px;cursor:pointer}.custom .features .list li.active{background:#6083aa;color:#fff}.custom .features .list li .placeholder{display:flex;align-items:center;justify-content:center;background:#edf7ff;border-radius:8px}.custom .features .list li .placeholder img{width:40px;padding:10px}.custom .features .react-slideshow-container{max-width:520px}.custom .features .react-slideshow-container+ul.indicators{padding:0}.custom .features .react-slideshow-container+ul.indicators li{padding:8px}.custom .features .react-slideshow-container+ul.indicators .each-slideshow-indicator:before{background:#a5c6eb}.custom .features .react-slideshow-container .details{display:flex;flex-direction:column;align-items:center;gap:10px}.custom .features .react-slideshow-container .details span{color:#868686;font-size:14px}.custom .features .react-slideshow-container .details img{height:160px}@media(max-width:768px){.custom .features{flex-direction:column;gap:20px}}.custom .stunning{position:relative;background:#f2f8ff;margin-top:70px}.custom .stunning .stunning-bg{position:absolute;top:0;left:0;width:100%;height:50%;background-color:#fff}.custom .stunning .stunning-content{background:linear-gradient(270deg,#1675dd,#00c6c6 99.22%);border-radius:8px;padding:20px;display:flex;align-items:center;gap:10px;position:relative;z-index:1;max-width:900px;margin:0 auto}.custom .stunning .stunning-content .info{display:flex;flex-direction:column;align-items:flex-start;color:#fff}.custom .stunning .stunning-content .info .title{font-weight:700;font-size:22px}.custom .stunning .stunning-content .info .desc{font-size:12px;padding:8px 0;opacity:.8}.custom .stunning .stunning-content .info .create-qr{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:16px;margin-top:20px;width:100%}.custom .stunning .stunning-content .info .create-qr .btn{background:#ff9312;border-radius:4px;padding:8px 32px;color:#fff;font-size:14px;height:40px}@media(max-width:768px){.custom .stunning .stunning-content .info{text-align:center}.custom .stunning .stunning-content .info .create-qr{justify-content:center;margin-bottom:30px}}.custom .stunning .stunning-content .graph{display:flex;align-items:flex-start;gap:20px}.custom .stunning .stunning-content .graph .placeholder{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;position:relative;height:160px;gap:10px}.custom .stunning .stunning-content .graph .placeholder .logo-holder{width:80px;height:80px;background:#fff;border:1px solid #d4dfeb;border-radius:8px;position:absolute;padding:8px;top:-60px}.custom .stunning .stunning-content .graph .placeholder .logo-holder .logo{color:#5980ad;border:2px dashed #d4dfeb;border-radius:4px;width:100%;height:100%;font-weight:700;font-size:16px;font-family:Lato;display:flex;justify-content:center;align-items:center;text-align:center;text-transform:capitalize}.custom .stunning .stunning-content .graph .placeholder .chart-holder{display:flex;flex-direction:column;background:#fff;border-radius:6px;padding:4px;height:110px;justify-content:space-between}@media(max-width:992px){.custom .stunning .stunning-content .graph .placeholder .logo-holder{top:-80px}}@media(max-width:768px){.custom .stunning .stunning-content .graph{gap:10px}.custom .stunning .stunning-content .graph .placeholder{gap:5px}.custom .stunning .stunning-content .graph .placeholder .logo-holder{position:static;width:100%}.custom .stunning .stunning-content .graph .placeholder .chart-holder img{width:120px;max-height:60px}.custom .stunning .stunning-content{flex-direction:column;gap:20px}}.case-studies{margin-bottom:81px;background:#f2f8ff}.case-studies .block-content{padding-top:0!important}.case-studies .main-header .big-title{margin-bottom:26px}.case-studies .main-header .small-title{font-size:24px!important}.case-studies .main-header .desc,.case-studies .main-header .title-desc{font-size:16px}.case-studies .main-header .desc>div,.case-studies .main-header .title-desc>div{padding:8px 12px 8px 8px;border-radius:4px;display:inline-block;background-color:#fff;border:1px solid #d3dfeb}.case-studies .main-header .desc>div>div,.case-studies .main-header .title-desc>div>div{display:flex;align-items:center}.case-studies .main-header .desc .cover-scan,.case-studies .main-header .title-desc .cover-scan{width:32px;height:32px;display:flex;margin-right:10px;background-color:#7d9fc6;border-radius:3px;align-items:center;justify-content:center}.case-studies .main-header .desc .cover-scan i,.case-studies .main-header .title-desc .cover-scan i{color:#fff;font-size:30px}.case-studies .main-header .title-desc{color:#404040;font-size:20px}.case-studies .item-image-set .cover-block{border-radius:4px;overflow:hidden;width:200px;margin:0 auto}.case-studies .item-image-set .cover-block .heading{height:42px;line-height:42px;background-color:#1675dd;color:#fff;text-transform:uppercase}.case-studies .item-image-set .cover-block a .image img{object-fit:fill;height:234px;width:200px}.case-studies button.nav{background-color:hsla(0,0%,100%,0)}.case-studies button.nav:first-of-type{left:10px}.case-studies button.nav svg{fill:#d4d4d4}.case-studies .footer-text{text-align:center;padding:0 10px}.case-studies .footer-text .normal-text{font-size:20px;line-height:24px;margin-right:5px;display:inline-block}@media(max-width:768px){.case-studies .footer-text .normal-text{margin-bottom:10px}}.case-studies .footer-text .link{display:inline-block;background-color:#0dbc29;padding:4px 16px;border-radius:2px}.case-studies .footer-text .link a{font-size:16px;color:#fff}.case-studies .footer-text .link a i{font-size:13px}.analytics .main-header,.comprehension .main-header{padding:50px 0 20px}.analytics .block-content,.comprehension .block-content{gap:30px;display:flex;flex-direction:column}.analytics .block-content .element-container,.comprehension .block-content .element-container{background-color:#fff;border:1px solid #a5c6eb;border-radius:20px;padding:25px;display:flex;align-items:center;flex-wrap:wrap;margin:0 auto;min-height:250px;max-width:980px}.analytics .block-content .element-container:hover,.comprehension .block-content .element-container:hover{background-color:#fafff5}.analytics .block-content .element-container .content,.comprehension .block-content .element-container .content{display:flex;flex-direction:column}.analytics .block-content .element-container .content .title,.comprehension .block-content .element-container .content .title{color:#1675dd;font-size:28px;font-weight:600}.analytics .block-content .element-container .content .desc,.comprehension .block-content .element-container .content .desc{font-size:15px}.analytics .block-content .element-container .image img,.comprehension .block-content .element-container .image img{width:100%}.analytics .block-content .element-container.reverse,.comprehension .block-content .element-container.reverse{flex-direction:row-reverse}.analytics .block-content .element-container.reverse .content,.comprehension .block-content .element-container.reverse .content{text-align:end}@media(max-width:992px){.analytics .block-content .element-container .content,.analytics .block-content .element-container .image,.comprehension .block-content .element-container .content,.comprehension .block-content .element-container .image{text-align:center!important}.analytics .block-content .element-container .image img,.comprehension .block-content .element-container .image img{margin-top:20px;width:60%}}.media-reviews{background:#fff;padding-bottom:50px}.media-reviews .main-header{padding:55px 70px 20px}.media-reviews .main-header .main-title .strong{color:#ff9312;font-size:48px;font-weight:600;line-height:55px}.media-reviews .main-header .big-title{margin-bottom:0!important}@media(max-width:992px){.media-reviews .main-header{padding:50px 0 20px}}.media-reviews .block-content{gap:40px;display:flex;justify-content:center;flex-wrap:wrap;margin:0 auto}.media-reviews .block-content .element-container{border:1px solid #a4ebc9;border-radius:10px;padding:32px}.media-reviews .block-content .element-container:hover{background-color:#fafff5}.media-reviews .block-content .element-container .content{display:flex;flex-direction:column;align-items:center;height:100%;gap:30px}.media-reviews .block-content .element-container .content img{width:200px}.media-reviews .block-content .element-container .content .desc{flex-grow:1}.media-reviews .block-content .element-container .content .name{color:#000;font-weight:600}.reviews{position:relative;background:#f2f8ff}.reviews .reviews-bg{position:absolute;top:0;left:0;width:100%;height:50%;background-color:#fff}.reviews .reviews-wrapper{background:#28574f}.reviews .reviews-content{background:#28574f;padding:40px 20px;display:flex;flex-direction:column;color:#fff;align-items:center;position:relative;z-index:1;margin:0 auto;max-width:900px}.reviews .reviews-content .title{font-size:35px;font-weight:600;line-height:50px;text-align:center}.reviews .reviews-content .sub-title{padding:5px;font-size:16px;text-align:center}.reviews .reviews-content .stars{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:30px;gap:20px;width:100%}.reviews .reviews-content .stars .g2{display:flex;flex-direction:column;justify-content:center;align-items:center}.reviews .reviews-content .stars .g2 img{width:80px}.reviews .reviews-content .stars .sf{display:flex;flex-direction:column;align-items:center;justify-content:center}.reviews .reviews-content .stars .sf .sf-variants{display:flex;min-width:250px}.reviews .reviews-content .stars .sf .sf-variants>div{flex:1 1}.reviews .reviews-content .stars .sf img{height:70px}.reviews .reviews-content .stars .trust-pilot{display:flex;flex-direction:column;align-items:center}.reviews .reviews-content .stars .trust-pilot img{height:60px}.reviews .reviews-content .stars .large{font-size:16px;font-weight:600}.reviews .reviews-content .stars .small{font-size:11px}@media(max-width:992px){.reviews .reviews-content{padding:20px}.reviews .reviews-content .title{font-size:30px;line-height:35px}.reviews .reviews-content .sub-title{font-size:15px}.reviews .reviews-content .stars{gap:10px;margin-top:10px}}.comprehension .block-content{margin:0 auto;max-width:900px}.comprehension .block-content .element-container{border:none;border-radius:10px;padding:0;min-height:400px}.comprehension .block-content .element-container .content{padding:0 20px}.comprehension .block-content .element-container .image{padding:0}.comprehension .block-content .element-container .image img{border-radius:0 10px 10px 0}@media(max-width:992px){.comprehension .block-content .element-container{min-height:300px;padding:20px}.comprehension .block-content .element-container .image img{width:100%;border-radius:none}}.comprehension button.nav svg{fill:#d4d4d4}.integrations{background:#fff}.integrations .main-header{padding:50px 0 20px}.integrations .block-content{max-width:900px;margin:0 auto}.integrations .block-content .content{display:flex;flex-direction:column;align-items:center;border:1px solid #a5c6eb;border-radius:10px;padding:25px;height:270px}.integrations .block-content .content:hover{background-color:#f5fdff}.integrations .block-content .content .name{color:#1675dd;font-weight:600;font-size:18px;padding:10px}.integrations .block-content .content .desc{font-size:13px;text-align:center}.integrations .block-content .content .icon-wrapper{height:44px}@media(max-width:992px){.integrations .block-content .content{justify-content:center}}.explore{position:relative;background-color:#fff}.explore .explore-bg{position:absolute;top:0;left:0;width:100%;height:50%;background-color:#fff}.explore .explore-content{display:flex;align-items:center;font-size:16px;background:linear-gradient(270deg,#28574f,#4f8e83 99.22%);border-radius:8px;padding:60px 40px;position:relative;z-index:1;margin:0 auto;color:#fff;font-family:Poppins;font-size:24px;font-weight:400;line-height:150%}.explore .explore-content .action{text-align:right}.explore .explore-content .action .btn{background:#ff9312;border-radius:4px;padding:8px 32px;color:#fff;font-size:18px}@media(max-width:992px){.explore .explore-content .action{margin-top:10px}.explore .explore-content .action,.explore .explore-content .text{text-align:center}}.visual-container{border-radius:5px;scroll-margin-top:64px}.visual-container .visual-data{padding-right:0!important}.visual-container .visual-data .tool-container{width:100%;background:#e8eef2;padding-bottom:16px;border-radius:4px 4px 0 0}@media(min-width:992px){.visual-container .visual-data .tool-container{width:calc(100% - 320px);border-radius:4px 0 0 4px}}.visual-container .visual-data .tool-cover{padding:16px 24px}.visual-container .visual-data .block-header{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:16px}.visual-container .visual-data .block-header .left-block{font-size:14px}.visual-container .visual-data .block-header .left-block .btn{text-transform:uppercase;color:#fff;background-color:#404040;line-height:1em;font-family:Metropolis;font-size:14px;font-weight:700}.visual-container .visual-data .block-header .right-block{font-size:12px}.visual-container .visual-data .block-header .right-block span{color:#949494}.visual-container .visual-data .main-container{width:100%}.visual-container .visual-data .main-container .menu-tab{display:flex;overflow:auto}.visual-container .visual-data .main-container .menu-tab .menu-item{padding-right:8px;flex:1 1;cursor:pointer}.visual-container .visual-data .main-container .menu-tab .menu-item:last-child{padding-right:0}.visual-container .visual-data .main-container .menu-tab .menu-item .item-contain{padding:8px 20px;background-color:#cfdae1;text-align:center;border-radius:4px 4px 0 0;display:flex;height:100%;align-items:center;justify-content:center}.visual-container .visual-data .main-container .menu-tab .menu-item .item-contain.active{background-color:#fff}.visual-container .visual-data .main-container .menu-tab .menu-item .item-contain.active i{color:#1675dd}.visual-container .visual-data .main-container .menu-tab .menu-item .item-contain i{font-size:16px}.visual-container .visual-data .main-container .menu-tab .menu-item .item-contain span{font-size:12px}.visual-container .visual-data .main-container .main-body{width:100%;background-color:#fff;padding:10px}.visual-container .visual-data .pane-header{cursor:pointer;background:#fff;position:relative;font-weight:500;display:flex;height:48px;box-shadow:0 0 6px rgba(0,0,0,.05);margin-bottom:15px}.visual-container .visual-data .pane-header .icon{width:48px;text-align:center;flex-grow:0;flex-shrink:0;background:#f2f8fc;line-height:48px;font-size:1.8rem;display:flex;justify-content:center;align-items:center}.visual-container .visual-data .pane-header .title{padding:0 16px;font-size:1rem;margin:0;flex-grow:1;flex-shrink:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:48px}.visual-container .visual-data .pane-header .minus,.visual-container .visual-data .pane-header .plus{padding:0 16px;flex-grow:0;flex-shrink:0;line-height:48px;color:hsla(206,7%,47%,.5);font-size:1.1rem}.visual-container .visual-data .dots-pattern .title{padding:10px;font-style:normal;align-items:center;font-size:12px}.visual-container .visual-data .dots-pattern .title i{color:#1675dd}.visual-container .visual-data .dots-pattern .dot-body{display:flex;flex-wrap:wrap}.visual-container .visual-data .dots-pattern .dot-body .eye-pattern{width:108px;height:108px;margin:10px;display:inline-block;cursor:pointer;border-radius:2px;border:1px solid #d4d4d4;padding:0;margin:6px!important;display:flex;align-items:center;justify-content:center;background:none}.visual-container .visual-data .dots-pattern .dot-body .eye-pattern img{width:60px;height:60px}.visual-container .visual-data .dots-pattern .dot-body .eye-pattern.active{border:2px solid #0dbc29}@media(max-width:992px){.visual-container .visual-data .dots-pattern .dot-body{justify-content:center}}.visual-container .visual-data .logo{padding:12px}.visual-container .visual-data .logo .title{font-family:Metropolis;font-size:12px;font-weight:400;margin-bottom:16px}.visual-container .visual-data .logo .title i{color:#1675dd}.visual-container .visual-data .logo .image-container{border:1px dashed #d4d4d4;border-radius:4px;padding:16px;gap:8px;justify-content:center;align-items:center;width:100%}@media(min-width:767px){.visual-container .visual-data .logo .image-container{width:50%}}.visual-container .visual-data .logo .image-preview{width:58px;height:58px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;background:#fafafa;margin:0 16px 0 0;overflow:hidden}.visual-container .visual-data .logo .image-preview i{font-size:24px;color:#1675dd}.visual-container .visual-data .logo .image-preview .placeholder{height:100%;width:100%;border:1.5px dashed #1675dd;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:.8rem}.visual-container .visual-data .logo .description-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:20px;width:100%}.visual-container .visual-data .logo .description-section .supported{margin-bottom:16px;width:100%}.visual-container .visual-data .logo .description-section .supported .supported-list{margin-top:8px;display:flex;justify-content:flex-start}.visual-container .visual-data .logo .description-section .supported .supported-list .supported-item{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 12px;width:49px;height:28px;border:1px solid #acacac;border-radius:2px;color:#2c90ff;margin-right:8px;font-size:12px}.visual-container .visual-data .logo .description-section .supported .supported-list .supported-item:last-child{margin-right:0}@media(max-width:480px){.visual-container .visual-data .logo .description-section .supported .supported-list{flex-wrap:wrap}.visual-container .visual-data .logo .description-section .supported .supported-list .supported-item{margin-bottom:4px}}@media(min-width:767px){.visual-container .visual-data .logo .description-section{width:50%}}.visual-container .visual-data .logo .block-upload{width:100%}.visual-container .visual-data .logo .block-upload .btn{border-radius:0;min-width:135px;width:100%;font-size:14px;height:28px;padding:4px 12px 5px;text-align:center;justify-content:center}.visual-container .visual-data .logo .block-upload .btn-primary{margin-bottom:5px}.visual-container .visual-data .logo .block-upload .file-wrapper{justify-content:start}.visual-container .visual-data .logo .shape-options{display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-start;margin-top:8px}.visual-container .visual-data .logo .shape-options .shape{transition:all .3s ease 0s;cursor:pointer;padding:6px;width:80px;height:80px;border:3px solid transparent;background:#fff;border-radius:.25rem;float:left;display:flex;align-items:center;justify-content:center}.visual-container .visual-data .logo .shape-options .shape img{width:100%;height:100%;max-width:50px;max-height:50px}.visual-container .visual-data .logo .custom-logo{padding:16px;position:relative;background:#fff;border-radius:4px}.visual-container .visual-data .logo .custom-logo .private-logo{position:relative}.visual-container .visual-data .logo .custom-logo .private-logo .qr-close{display:none;padding:5px;border-radius:50%;background-color:#d3d3d3}.visual-container .visual-data .logo .custom-logo .private-logo:hover .qr-close{display:block;position:absolute;top:2px;right:2px;font-size:8px;cursor:pointer}@media(max-width:767px){.visual-container .visual-data .logo .image-preview{position:relative;margin:0 auto 10px}.visual-container .visual-data .logo .image-preview img{height:unset}.visual-container .visual-data .logo .block-upload{text-align:center}.visual-container .visual-data .logo .block-upload .upload-logo{display:block!important;margin-bottom:10px}.visual-container .visual-data .logo .block-upload .upload-logo .btn-primary,.visual-container .visual-data .logo .block-upload .upload-logo span{display:block;text-align:center}}.visual-container .visual-data .colors,.visual-container .visual-data .frames{padding:12px}.visual-container .visual-data .colors .title,.visual-container .visual-data .frames .title{font-family:Metropolis;font-size:12px;font-weight:400;margin-bottom:16px}.visual-container .visual-data .colors .gradient-container,.visual-container .visual-data .frames .gradient-container{margin-top:8px;padding-top:8px;border-top:1px solid #d4d4d4}.visual-container .visual-data .colors .visual-color,.visual-container .visual-data .frames .visual-color{margin-top:8px;padding:10px;border:1px dashed #d4d4d4;border-radius:4px}.visual-container .visual-data .colors .form-check-label,.visual-container .visual-data .frames .form-check-label{display:flex;align-items:center}.visual-container .visual-data .colors .color-group .form-check-label,.visual-container .visual-data .frames .color-group .form-check-label{cursor:pointer;font-weight:400;padding-left:0;margin-right:.75rem;font-size:15px}.visual-container .visual-data .colors .input-group,.visual-container .visual-data .frames .input-group{flex-wrap:nowrap}.visual-container .visual-data .colors .input-group .btn,.visual-container .visual-data .frames .input-group .btn{border-radius:0;border-right:1px solid #eee}.visual-container .visual-data .colors .input-group select,.visual-container .visual-data .frames .input-group select{border-radius:0;padding-left:5px}.visual-container .visual-data .colors select,.visual-container .visual-data .frames select{font-size:12px;height:32px;color:#404040;border:1px solid #d4d4d4;border-radius:4px}.visual-container .visual-data .colors .btn-swap,.visual-container .visual-data .frames .btn-swap{font-size:13px;line-height:20px;background:#fff}.visual-container .visual-data .colors .copy-foreground,.visual-container .visual-data .colors .copy-foreground .btn-swap,.visual-container .visual-data .colors select,.visual-container .visual-data .colors select .btn-swap,.visual-container .visual-data .frames .copy-foreground,.visual-container .visual-data .frames .copy-foreground .btn-swap,.visual-container .visual-data .frames select,.visual-container .visual-data .frames select .btn-swap{width:100%}.visual-container .visual-data .colors .title i,.visual-container .visual-data .frames .title i{color:#1675dd}.visual-container .visual-data .colors label,.visual-container .visual-data .frames label{font-size:12px;line-height:100%;color:#404040;font-weight:400}.visual-container .visual-data .colors input,.visual-container .visual-data .frames input{background:#fff;border:.5px solid #d4d4d4!important;border-radius:4px;font-weight:400;font-size:12px}.visual-container .visual-data .frames{padding:6px}.visual-container .visual-data .frames .frame-cover{display:flex;flex-wrap:wrap;gap:12px}.visual-container .visual-data .frames .frame-cover .frame{display:block;position:relative;border:1px solid #d4d4d4;cursor:pointer;padding:8px;width:108px;height:108px}.visual-container .visual-data .frames .frame-cover .frame.blank{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.visual-container .visual-data .frames .frame-cover .frame.blank.active i{color:#0dbc29}.visual-container .visual-data .frames .frame-cover .frame.active{border:2px solid #0dbc29}.visual-container .visual-data .frames .frame-cover .frame.active i.qr-check{display:block;position:absolute;right:0;bottom:0;color:#1675dd}.visual-container .visual-data .frames .frame-cover .frame i.qr-check{display:none}.visual-container .visual-data .frames .frame-cover .frame img{height:100%;width:100%}@media(max-width:767px){.visual-container .visual-data .frames .frame-cover{align-items:center;justify-content:center}}.visual-container .visual-data .frames .frames-colors{margin-top:16px;border:1px dashed #d4d4d4;border-radius:4px}.visual-container .visual-data .templates{display:flex;flex-wrap:wrap;gap:12px;padding:6px}.visual-container .visual-data .templates .title{font-style:normal;display:flex;align-items:center;font-size:12px}.visual-container .visual-data .templates .title i{color:#1675dd}.visual-container .visual-data .templates .undo{height:108px;width:108px;font-size:16px;line-height:100px;cursor:pointer;text-align:center;border:1px solid #d4d4d4}.visual-container .visual-data .templates .undo.active i{color:#0dbc29}.visual-container .visual-data .templates .template{width:108px;height:108px;cursor:pointer;padding:8px;border:1px solid #d4d4d4}.visual-container .visual-data .templates .template.active{border:2px solid #0dbc29}@media(max-width:767px){.visual-container .visual-data .templates{align-items:center;justify-content:center}}.visual-container .visual-data .settings-download{border-radius:0 0 4px 4px}.visual-container .visual-data .settings-download .template .chk-save-template{width:16px;height:16px;margin-right:5px}.visual-container .visual-data .settings-download .template label{padding-bottom:0;padding-top:4px}.visual-container .visual-data .settings-download .template .disabled-block{padding-left:20px}.visual-container .visual-data .settings-download .template .disabled-block input{position:absolute;left:15px}.visual-container .visual-data .settings-download .template .disabled-block label{z-index:2}@media(min-width:992px){.visual-container .visual-data .settings-download{border-radius:0 4px 4px 0}}.visual-container .visual-data .private-templates{margin-top:16px;padding:16px;background:#e8eef2;position:relative;background:#fff;border-radius:4px}.visual-container .visual-data .private-templates .title{padding:4px 16px 4px 6px;background-color:#404040;border-radius:28px;color:#fff;font-weight:700;font-size:14px;font-family:Metropolis;line-height:14px}.visual-container .visual-data .private-templates .templates-list{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px}.visual-container .visual-data .private-templates .templates-list .template-item{display:flex;align-items:center;justify-content:center;position:relative;padding:8px;border:1px solid #d4d4d4}.visual-container .visual-data .private-templates .templates-list .template-item img{width:90px!important}.visual-container .visual-data .private-templates .templates-list .template-item:hover .circle-delete,.visual-container .visual-data .private-templates .templates-list .template-item:hover .circle-share{display:flex}.visual-container .visual-data .private-templates .templates-list .template-item .circle-delete{position:absolute;right:0;top:0;cursor:pointer;display:none;width:30px;height:30px;border-radius:100%;background:#a9a9a9;justify-content:center;align-items:center}.visual-container .visual-data .private-templates .templates-list .template-item .circle-share{position:absolute;right:0;bottom:0;cursor:pointer;display:none;width:30px;height:30px;border-radius:100%;background:#a9a9a9;justify-content:center;align-items:center}.visual-container .visual-data .private-templates .templates-list .template-item .circle-share.active{background:#0dbc29}.visual-container .settings-download{max-width:320px;padding-left:0;background:#e8eef2}@media(max-width:991px){.visual-container .settings-download{max-width:none}}.visual-container .settings-download .download-cover{padding:24px 24px 24px 0}.visual-container .settings-download .download-cover .logo-code-guide{font-family:Poppins;font-weight:400;font-size:12px;color:#404040;text-align:center;width:100%;padding:0 58px}.visual-container .settings-download .download-cover .btn{font-size:14px}.visual-container .settings-download .download-cover .btn-download button{gap:10px}.visual-container .settings-download .download-cover .radio-group{display:flex;align-items:center;justify-content:center;flex-direction:row;padding:0!important}.visual-container .settings-download .download-cover .radio-group label{width:-moz-fit-content!important;width:fit-content!important;margin:0}@media(max-width:992px){.visual-container .settings-download .download-cover{padding:24px}}.visual-container .settings-download .canvas-cover{text-align:center}.visual-container .settings-download .canvas-cover .canvas{position:relative;display:inline-block;width:100%}.visual-container .settings-download .canvas-cover .canvas img{width:100%}.visual-container .settings-download .warning-text{font-size:12px;color:#fff;margin-bottom:28px}.visual-container .settings-download .template{justify-content:center}.visual-container .settings-download .template span{color:#6c6c6c}.visual-container .settings-download .MuiFormControl-root{width:100%}.visual-container .settings-download .MuiFormControl-root .MuiFormGroup-row{width:100%;justify-content:center;padding:0 20px}.visual-container .settings-download .MuiFormControl-root .Mui-checked,.visual-container .settings-download .MuiFormControl-root .MuiRadio-colorSecondary{color:#0dbc29}@media(max-width:992px){.visual-container .settings-download .MuiFormControl-root .MuiFormGroup-row{margin-left:6px}}.visual-container .settings-download .MuiFormControlLabel-label{font-size:14px;font-family:Poppins}.visual-container .settings-download .file-size-slider{padding:0 4px;box-sizing:content-box}.visual-container .settings-download .file-size-slider .MuiSlider-root{color:#0dbc29}.visual-container .settings-download .file-size-slider .MuiSlider-root .MuiSlider-rail{height:3px;border-radius:0}.visual-container .settings-download .file-size-slider .MuiSlider-root .MuiSlider-track{height:3.5px}.visual-container .settings-download .file-size-slider .MuiSlider-root .MuiSlider-markLabel{font-size:.65rem;font-family:Poppins;color:#6c6c6c}.visual-container .settings-download .file-size-slider .MuiSlider-root .MuiSlider-mark{height:0;width:0}.visual-container .settings-download .file-size-slider .MuiSlider-root .MuiSlider-mark.MuiSlider-markActive{opacity:1;background:currentColor}.visual-container .settings-download .qr-name{background:#fff}.smedia .profile{display:flex}.smedia .profile .image-preview{width:58px;height:58px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;background:#fafafa;margin:0 16px 0 0;overflow:hidden}.smedia .profile .image-preview i{font-size:24px;color:#1675dd}.smedia .profile .image-preview .placeholder{height:100%;width:100%;border:1.5px dashed #acacac;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:.8rem}.smedia .profile .btn{border-radius:0;width:100%;font-size:14px;height:28px;padding:4px 12px 5px;text-align:center}.smedia .profile .btn-primary{margin-bottom:4px}.smedia .profile .btn-upload{justify-content:center}.smedia .file-input .btn{position:relative;height:38px;margin-left:3px;border:none}.smedia .colors{padding-top:24px}.smedia .colors input{padding:10px 8px!important}.smedia .colors .color-group .color-type{display:flex;gap:4px;cursor:pointer;font-weight:400;padding-left:0;margin-right:1rem}.smedia .colors .gradient-container{padding-top:8px;border-top:1px solid #d4d4d4}.smedia .colors .gradient-item{margin-left:8px;outline:2px solid transparent;outline-offset:-2px}.smedia .colors .gradient-item.active{outline:2px solid #0dbc29}.smedia .colors select{width:100%;height:34px;font-size:13px;line-height:20px;background:#fff}.smedia .colors i{font-size:16px}.smedia .colors .file-wrapper .btn{border-radius:0;min-width:135px}.smedia .colors .file-wrapper .btn-upload{margin-bottom:4px}.smedia .colors .bg-format{height:45px;line-height:45px;color:#6f787f;font-size:10px;padding:0 5px}.smedia .themes{margin-bottom:8px}.smedia .themes .theme{cursor:pointer;margin-right:8px;width:72px;height:72px;background-repeat:no-repeat;background-size:cover}.smedia .themes .theme.active{outline:2px solid #0dbc29;outline-offset:-2px}.smedia .themes .theme .icon{stroke:#fff;stroke-miterlimit:10;stroke-width:4px}.smedia .themes .theme .icon.rect.rounded_rect{fill:#38e09b}.smedia .themes .theme .icon.rect.grid_2_cols,.smedia .themes .theme .icon.rect.normal_rect{fill:#fff}.smedia .themes .theme .icon.rect.transparent_rounded_rect{fill:#000}.smedia .themes .theme .icon.circle.rounded_rect{fill:#38e09b}.smedia .themes .theme .icon.circle.grid_2_cols{fill:#4e7bfd}.smedia .themes .theme .icon.circle.normal_rect{fill:#f18374}.smedia .themes .theme .icon.circle.transparent_rounded_rect{fill:#fff}@media(min-width:992px)and (max-width:1199px){.smedia .themes .theme,.smedia .themes .theme img{width:58px;height:58px}}@media(max-width:1100px){.smedia .themes .theme-icons{overflow-x:scroll}}.smedia .themes .theme-transparent-rect{margin-top:6px}.smedia .themes .theme-transparent-rect label{font-size:10px;padding:0;font-weight:400}.smedia .themes .MuiSlider-root{color:#0dbc29;height:8px;padding:0}.smedia .themes .MuiSlider-root .MuiSlider-thumb{height:10px;width:10px;background-color:#fff;border:1px solid #404040;margin-top:-3px;margin-left:-10px}.smedia .themes .MuiSlider-root .MuiSlider-valueLabel{left:calc(-50% - 8px)}.smedia .themes .MuiSlider-root .MuiSlider-track{height:4px;border-radius:40px;color:#404040}.smedia .themes .MuiSlider-root .MuiSlider-rail{height:4px;border-radius:40px;color:#d4d4d4}.smedia .themes .circle-color{border:none}.smedia .theme-preview{display:flex;justify-items:center;justify-content:center}.smedia .theme-preview .phone-preview{display:flex;flex-direction:column;width:266px;height:539px;background-repeat:no-repeat;background-size:contain;background-position:top;position:relative;z-index:1}@media(max-width:1100px){.smedia .theme-preview .phone-preview{width:200px;height:400px}}.smedia .theme-preview .phone-preview .social-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:36px 24px 24px}.smedia .theme-preview .phone-preview .social-header .profile{background-repeat:no-repeat;background-size:cover;width:78px;height:78px;border-radius:50%}.smedia .theme-preview .phone-preview .social-header .bio{font-size:12px;margin-top:10px;text-align:center}@media(max-width:767px){.smedia .theme-preview .phone-preview .social-header .bio{font-size:11px}}.smedia .theme-preview .phone-preview .social-header .desc{font-size:10px;padding:0 10px;text-align:center;opacity:.6}.smedia .theme-preview .phone-preview .social-buttons{display:flex;justify-content:flex-start;padding:0 25px;margin:0 10px;max-height:430px;overflow-y:auto;font-size:10px}.smedia .theme-preview .phone-preview .social-buttons .btn-item{cursor:pointer}@media(max-width:1100px){.smedia .theme-preview .phone-preview .social-buttons{max-height:260px;padding:0 15px}}.smedia .theme-preview .phone-preview .social-buttons::-webkit-scrollbar{display:none}.smedia .theme-preview .phone-preview .cover-preview{overflow:auto;margin-bottom:40px}.smedia .theme-preview .phone-preview .cover-preview .customImage{background:#fff;border-radius:5px 5px 0 0}.smedia .theme-preview .phone-preview .cover-preview .custom-link-icon{background:none!important}.smedia .theme-preview .phone-preview .cover-preview .rounded-rect,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded{color:#fff;display:flex;align-items:center;padding:6px;margin-bottom:8px;border-radius:5px;height:100%;width:100%}.smedia .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon{width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;border-radius:5px}.smedia .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon.custom,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon.custom{padding:5px}.smedia .theme-preview .phone-preview .cover-preview .rounded-rect .btn-name,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-name{padding-left:5px}@media(max-width:1100px){.smedia .theme-preview .phone-preview .cover-preview .rounded-rect,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded{padding:5px 0}.smedia .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon{font-size:12px;height:35px;width:35px;min-width:35px;line-height:35px}.smedia .theme-preview .phone-preview .cover-preview .rounded-rect .btn-name,.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-name{font-size:8px}}.smedia .theme-preview .phone-preview .cover-preview .two-cols{display:flex;flex-direction:column;padding:2px}.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item{color:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center;border-radius:5px;padding:10px 6px}.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon{width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;border-radius:5px}.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon.custom{padding:5px}.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-name{overflow:hidden;text-overflow:ellipsis;text-align:center}@media(max-width:1100px){.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item{height:60px;padding:5px}.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon{font-size:12px;height:35px;width:35px;min-width:35px;line-height:35px}.smedia .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-name{font-size:8px}}.smedia .theme-preview .phone-preview .cover-preview .transparent-rounded{border:1px solid #fff;border-radius:15px}.smedia .theme-preview .phone-preview .cover-preview .rect{color:#fff;display:flex;align-items:center;justify-content:space-between;height:50px;width:100%;padding:6px;margin-bottom:8px}.smedia .theme-preview .phone-preview .cover-preview .rect .btn-name{overflow:hidden;text-overflow:ellipsis;text-align:center}.smedia .theme-preview .phone-preview .cover-preview .rect .btn-icon{width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;border-radius:5px}.smedia .theme-preview .phone-preview .cover-preview .rect .btn-icon.custom{padding:5px}@media(max-width:1100px){.smedia .theme-preview .phone-preview .cover-preview .rect{height:35px}.smedia .theme-preview .phone-preview .cover-preview .rect .btn-icon{font-size:12px;height:35px;width:35px;min-width:35px;line-height:35px}.smedia .theme-preview .phone-preview .cover-preview .rect .btn-name{font-size:8px}}.smedia .theme-preview .phone-preview .cover-preview::-webkit-scrollbar{display:none}.smedia .theme-preview .phone-preview .phone-preview-bg{position:absolute;content:" ";border-radius:25px;width:230px;height:504px;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden}@media(max-width:1199px){.smedia .theme-preview .phone-preview .phone-preview-bg{transform:translate(-50%,-51%);width:230px;height:498px}}@media(max-width:1100px){.smedia .theme-preview .phone-preview .phone-preview-bg{transform:translate(-50%,-50%);border-radius:20px;width:175px;height:375px}}.smedia .theme-preview .phone-preview .preview-widgets{border-radius:8px;margin:10px 0;padding:0 35px}.smedia .theme-preview .phone-preview .preview-widgets img{width:100%;border-radius:12px}.smedia .theme-preview .phone-preview .preview-widgets .video-cover{width:100%;height:260px}.smedia .theme-preview .phone-preview .preview-all-day{display:flex;position:relative;padding:10px 35px}.smedia .theme-preview .phone-preview .preview-all-day>div{align-items:center;justify-content:center;border:1px solid gray;border-radius:10px;background:#fff;height:30px}.smedia .theme-preview .phone-preview .preview-all-day.same-day{color:#00b300}.smedia .add-social,.smedia .manage-social{border-radius:8px;background-color:#fff;padding:16px}.smedia .add-social label,.smedia .manage-social label{padding:4px 16px 4px 6px;background-color:#404040;border-radius:28px;color:#fff;font-weight:500;font-size:12px}.smedia .add-social .droppable-container,.smedia .manage-social .droppable-container{height:100%;max-height:388px;overflow-y:auto}.smedia .add-social ::-webkit-scrollbar,.smedia .manage-social ::-webkit-scrollbar{width:4px;height:4px}.smedia .add-social ::-webkit-scrollbar-track,.smedia .manage-social ::-webkit-scrollbar-track{background:transparent}.smedia .add-social ::-webkit-scrollbar-thumb,.smedia .manage-social ::-webkit-scrollbar-thumb{background:#c7c9ca;border-radius:39px}.smedia .customize-social,.smedia .theme-social{border-radius:8px;background-color:#fff;padding:16px}.smedia .customize-social .customize-label,.smedia .theme-social .customize-label{padding:4px 16px 4px 6px;background-color:#404040;border-radius:28px;color:#fff;font-weight:500;font-size:12px}.smedia .customize-social .logo-format,.smedia .theme-social .logo-format{color:#868686}.smedia .customize-social label,.smedia .theme-social label{font-weight:500;font-size:12px;line-height:100%;color:#404040}.smedia .customize-social input,.smedia .theme-social input{background:#fff;border:.5px solid #d4d4d4;border-radius:4px;font-weight:400;font-size:12px;color:#868686}.smedia .buttons-wrapper{margin-top:8px;overflow-x:auto;width:100%}.smedia .buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:4px;justify-content:flex-start;height:140px;width:-moz-fit-content;width:fit-content}.smedia .buttons .btn-item{padding:10px 14px;width:42px;height:42px;border-radius:3px;font-size:15pt;cursor:pointer;color:#545454;background-color:#e8eef2;display:flex;align-items:center;justify-content:center}.smedia .buttons .btn-item:hover{background:#1675dd;color:#fff}.smedia .social-block-outer{border:1px solid #868686;border-radius:4px;padding:16px 10px 12px 16px;margin-top:10px;background:#fff}.smedia .social-block-outer .social-block-inner .color-wrapper{position:static}.smedia .social-block-outer.drag{cursor:move}.smedia .social-block-outer:first-child{margin-top:0}.smedia .social-block-outer:active{background:#e8eef2;border:1px solid}.smedia .social-block-outer:hover{background:#e8eef2;border:1px solid #2c90ff}.smedia .social-block-inner{width:100%}.smedia .social-block-inner .social-icon{background:#e8eef2;border-radius:4px}.smedia .social-block-inner .social-icon,.smedia .social-block-inner .social-icon-url{height:32px;width:32px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.smedia .social-block-inner .social-icon-url{border:1px solid #e8eef2;border-radius:4px}.smedia .social-block-inner .social-block{display:flex;flex-direction:column;gap:5px}.smedia .social-block-inner .lbl{font-size:14px;margin-bottom:5px;display:block;font-weight:400;color:#000}.smedia .social-block-inner .file-input .btn-upload{height:34px}.smedia .social-block-inner .custom{align-items:center}.smedia .social-block-inner .custom .btn-upload{border-radius:0;font-size:11px;padding:4px;white-space:nowrap}.smedia .social-block-inner .custom .size-suggest{font-size:10px}.smedia .social-block-inner input{border:1px solid #d4d4d4;border-radius:3px;font-size:12px;border-radius:4px}.smedia .social-block-inner .err{font-size:13px}.smedia .social-block-inner .social-qr-image{margin-left:36px}.smedia .social-block-inner .social-qr-image .file-wrapper .btn-upload{font-size:12px}.smedia .qr-close-circle{right:35px;font-size:16px;cursor:pointer}.smedia .move-item{display:flex;flex-direction:column;font-size:11px;align-items:center;height:100px;justify-content:space-between;color:#868686;margin-left:8px}.smedia .move-item .close-btn{right:16px;top:16px;font-size:16px;cursor:pointer;color:#000}.smedia .show-video{color:#e41585;border:1px solid #e41585;background:#fff;padding:5px 8px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:15px}.smedia .widget-box{color:#fff;display:flex;box-sizing:border-box;cursor:inherit;width:100%;overflow:hidden;background-color:#2c90ff;border-radius:4px;align-items:center;font-size:12px;padding:8px}.smedia .widget-box i{font-size:16px}.smedia .widget{margin-left:-5px!important;margin-right:-5px!important;margin-bottom:-8px}.smedia .widget .col-md-6{padding:0 4px}.smedia button.qr-play{font-size:10px}.vCard .profile,.vCard-templates .profile{display:flex}.vCard .profile .image-preview,.vCard-templates .profile .image-preview{width:58px;height:58px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;background:#fafafa;margin:0 16px 0 0;overflow:hidden}.vCard .profile .image-preview i,.vCard-templates .profile .image-preview i{font-size:24px;color:#4f8e83}.vCard .profile .image-preview .placeholder,.vCard-templates .profile .image-preview .placeholder{height:100%;width:100%;border:1.5px dashed #acacac;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:.8rem}.vCard .profile .btn,.vCard-templates .profile .btn{border-radius:0;width:100%;font-size:14px;text-align:center;line-height:100%}@media(min-width:1199px){.vCard .profile .btn,.vCard-templates .profile .btn{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.vCard .profile .btn-primary,.vCard-templates .profile .btn-primary{margin-bottom:4px}.vCard .profile .btn-upload,.vCard-templates .profile .btn-upload{justify-content:center;background:#4f8e83;border-color:#4f8e83}@media(min-width:1199px){.vCard .profile .file-wrapper .btn-upload,.vCard-templates .profile .file-wrapper .btn-upload{display:unset}}.vCard .file-input .btn,.vCard-templates .file-input .btn{position:relative;height:38px;margin-left:3px;border:none}.vCard .colors,.vCard-templates .colors{padding-top:24px}.vCard .colors input,.vCard-templates .colors input{padding:10px 8px!important}.vCard .colors .color-group .color-type,.vCard-templates .colors .color-group .color-type{display:flex;justify-content:center;align-items:center;gap:4px;cursor:pointer;font-weight:400;padding-left:0}@media(min-width:1199px){.vCard .colors .color-group .color-type,.vCard-templates .colors .color-group .color-type{max-width:-moz-fit-content;max-width:fit-content;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media(max-width:520px){.vCard .colors .color-group .color-type,.vCard-templates .colors .color-group .color-type{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.vCard .colors .gradient-container,.vCard-templates .colors .gradient-container{padding-top:8px;border-top:1px solid #d4d4d4}.vCard .colors .gradient-item,.vCard-templates .colors .gradient-item{margin-left:8px;outline:2px solid transparent;outline-offset:-2px}.vCard .colors .gradient-item.active,.vCard-templates .colors .gradient-item.active{outline:2px solid #0dbc29}.vCard .colors select,.vCard-templates .colors select{width:100%;height:34px;font-size:13px;line-height:20px;background:#fff}.vCard .colors i,.vCard-templates .colors i{font-size:16px}.vCard .colors .file-wrapper .btn,.vCard-templates .colors .file-wrapper .btn{border-radius:0;min-width:135px}.vCard .colors .file-wrapper .btn-upload,.vCard-templates .colors .file-wrapper .btn-upload{margin-bottom:4px}.vCard .colors .bg-format,.vCard-templates .colors .bg-format{height:45px;line-height:45px;color:#6f787f;font-size:10px;padding:0 5px}.vCard .themes,.vCard-templates .themes{margin-bottom:8px}.vCard .themes .theme,.vCard-templates .themes .theme{cursor:pointer;margin-right:8px;width:72px;height:72px;background-repeat:no-repeat;background-size:cover}.vCard .themes .theme.active,.vCard-templates .themes .theme.active{outline:2px solid #0dbc29;outline-offset:-2px}.vCard .themes .theme .icon,.vCard-templates .themes .theme .icon{stroke:#fff;stroke-miterlimit:10;stroke-width:4px}.vCard .themes .theme .icon.rect.rounded_rect,.vCard-templates .themes .theme .icon.rect.rounded_rect{fill:#38e09b}.vCard .themes .theme .icon.rect.grid_2_cols,.vCard .themes .theme .icon.rect.normal_rect,.vCard-templates .themes .theme .icon.rect.grid_2_cols,.vCard-templates .themes .theme .icon.rect.normal_rect{fill:#fff}.vCard .themes .theme .icon.rect.transparent_rounded_rect,.vCard-templates .themes .theme .icon.rect.transparent_rounded_rect{fill:#000}.vCard .themes .theme .icon.circle.rounded_rect,.vCard-templates .themes .theme .icon.circle.rounded_rect{fill:#38e09b}.vCard .themes .theme .icon.circle.grid_2_cols,.vCard-templates .themes .theme .icon.circle.grid_2_cols{fill:#4e7bfd}.vCard .themes .theme .icon.circle.normal_rect,.vCard-templates .themes .theme .icon.circle.normal_rect{fill:#f18374}.vCard .themes .theme .icon.circle.transparent_rounded_rect,.vCard-templates .themes .theme .icon.circle.transparent_rounded_rect{fill:#fff}@media(min-width:992px)and (max-width:1199px){.vCard .themes .theme,.vCard .themes .theme img,.vCard-templates .themes .theme,.vCard-templates .themes .theme img{width:58px;height:58px}}.vCard .themes .theme-transparent-rect,.vCard-templates .themes .theme-transparent-rect{margin-top:6px}.vCard .themes .theme-transparent-rect label,.vCard-templates .themes .theme-transparent-rect label{font-size:10px;padding:0;font-weight:400}.vCard .themes .MuiSlider-root,.vCard-templates .themes .MuiSlider-root{color:#0dbc29;height:8px;padding:0}.vCard .themes .MuiSlider-root .MuiSlider-thumb,.vCard-templates .themes .MuiSlider-root .MuiSlider-thumb{height:10px;width:10px;background-color:#fff;border:1px solid #404040;margin-top:-3px;margin-left:-10px}.vCard .themes .MuiSlider-root .MuiSlider-valueLabel,.vCard-templates .themes .MuiSlider-root .MuiSlider-valueLabel{left:calc(-50% - 8px)}.vCard .themes .MuiSlider-root .MuiSlider-track,.vCard-templates .themes .MuiSlider-root .MuiSlider-track{height:4px;border-radius:40px;color:#404040}.vCard .themes .MuiSlider-root .MuiSlider-rail,.vCard-templates .themes .MuiSlider-root .MuiSlider-rail{height:4px;border-radius:40px;color:#d4d4d4}.vCard .themes .circle-color,.vCard-templates .themes .circle-color{border:none}.vCard .theme-preview,.vCard-templates .theme-preview{display:flex;justify-items:center;justify-content:center}.vCard .theme-preview .phone-preview,.vCard-templates .theme-preview .phone-preview{display:flex;flex-direction:column;width:266px;height:539px;background-repeat:no-repeat;background-size:contain;background-position:top;position:relative;z-index:1}@media(max-width:1100px){.vCard .theme-preview .phone-preview,.vCard-templates .theme-preview .phone-preview{width:200px;height:400px}}.vCard .theme-preview .phone-preview .social-header,.vCard-templates .theme-preview .phone-preview .social-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:36px 24px 24px}.vCard .theme-preview .phone-preview .social-header .profile,.vCard-templates .theme-preview .phone-preview .social-header .profile{background-repeat:no-repeat;background-size:cover;width:78px;height:78px;border-radius:50%}.vCard .theme-preview .phone-preview .social-header .bio,.vCard-templates .theme-preview .phone-preview .social-header .bio{font-size:12px;margin-top:10px;text-align:center}@media(max-width:767px){.vCard .theme-preview .phone-preview .social-header .bio,.vCard-templates .theme-preview .phone-preview .social-header .bio{font-size:11px}}.vCard .theme-preview .phone-preview .social-header .desc,.vCard-templates .theme-preview .phone-preview .social-header .desc{font-size:10px;padding:0 10px;text-align:center;opacity:.6}.vCard .theme-preview .phone-preview .social-buttons,.vCard-templates .theme-preview .phone-preview .social-buttons{display:flex;justify-content:flex-start;padding:0 25px;margin:0 10px;max-height:430px;overflow-y:auto;font-size:10px}.vCard .theme-preview .phone-preview .social-buttons .btn-item,.vCard-templates .theme-preview .phone-preview .social-buttons .btn-item{cursor:pointer}@media(max-width:1100px){.vCard .theme-preview .phone-preview .social-buttons,.vCard-templates .theme-preview .phone-preview .social-buttons{max-height:260px;padding:0 15px}}.vCard .theme-preview .phone-preview .social-buttons::-webkit-scrollbar,.vCard-templates .theme-preview .phone-preview .social-buttons::-webkit-scrollbar{display:none}.vCard .theme-preview .phone-preview .cover-preview,.vCard-templates .theme-preview .phone-preview .cover-preview{overflow:auto;margin-bottom:40px}.vCard .theme-preview .phone-preview .cover-preview .rounded-rect,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded{color:#fff;display:flex;align-items:center;padding:10px 0;margin-bottom:8px;border-radius:5px;height:50px;width:100%}.vCard .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon{width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;border-radius:5px}.vCard .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon.custom,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon.custom,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon.custom,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon.custom{padding:5px}.vCard .theme-preview .phone-preview .cover-preview .rounded-rect .btn-name,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-name{padding-left:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1100px){.vCard .theme-preview .phone-preview .cover-preview .rounded-rect,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded{height:35px;padding:5px 0}.vCard .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-icon{font-size:12px;height:35px;width:35px;min-width:35px;line-height:35px}.vCard .theme-preview .phone-preview .cover-preview .rounded-rect .btn-name,.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .rounded-rect .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded .btn-name{font-size:8px}}.vCard .theme-preview .phone-preview .cover-preview .two-cols,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols{padding:2px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item{color:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center;border-radius:5px;padding:10px;min-height:100px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon{font-size:20px;margin-bottom:5px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon.custom,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon.custom{width:35px;height:35px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-name{overflow:hidden;text-overflow:ellipsis;text-align:center}@media(max-width:1100px){.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item{height:60px;padding:5px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon{font-size:12px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon.custom,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-icon.custom{width:20px;height:20px}.vCard .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .two-cols .btn-item .btn-name{font-size:8px}}.vCard .theme-preview .phone-preview .cover-preview .transparent-rounded,.vCard-templates .theme-preview .phone-preview .cover-preview .transparent-rounded{border:1px solid #fff;border-radius:15px}.vCard .theme-preview .phone-preview .cover-preview .rect,.vCard-templates .theme-preview .phone-preview .cover-preview .rect{color:#fff;display:flex;border-radius:5px;align-items:center;justify-content:space-between;height:50px;width:100%;padding:10px;margin-bottom:10px}.vCard .theme-preview .phone-preview .cover-preview .rect .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .rect .btn-name{overflow:hidden;text-overflow:ellipsis;text-align:center}.vCard .theme-preview .phone-preview .cover-preview .rect .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .rect .btn-icon{font-size:20px}.vCard .theme-preview .phone-preview .cover-preview .rect .btn-icon.custom,.vCard-templates .theme-preview .phone-preview .cover-preview .rect .btn-icon.custom{width:35px;height:35px}@media(max-width:1100px){.vCard .theme-preview .phone-preview .cover-preview .rect,.vCard-templates .theme-preview .phone-preview .cover-preview .rect{height:35px}.vCard .theme-preview .phone-preview .cover-preview .rect .btn-icon,.vCard-templates .theme-preview .phone-preview .cover-preview .rect .btn-icon{font-size:12px}.vCard .theme-preview .phone-preview .cover-preview .rect .btn-icon.custom,.vCard-templates .theme-preview .phone-preview .cover-preview .rect .btn-icon.custom{width:20px;height:20px}.vCard .theme-preview .phone-preview .cover-preview .rect .btn-name,.vCard-templates .theme-preview .phone-preview .cover-preview .rect .btn-name{font-size:8px}}.vCard .theme-preview .phone-preview .cover-preview::-webkit-scrollbar,.vCard-templates .theme-preview .phone-preview .cover-preview::-webkit-scrollbar{display:none}.vCard .theme-preview .phone-preview .phone-preview-bg,.vCard-templates .theme-preview .phone-preview .phone-preview-bg{position:absolute;content:" ";border-radius:25px;width:231px;height:504px;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden}@media(max-width:1199px){.vCard .theme-preview .phone-preview .phone-preview-bg,.vCard-templates .theme-preview .phone-preview .phone-preview-bg{transform:translate(-50%,-51%);width:230px;height:498px}}@media(max-width:1100px){.vCard .theme-preview .phone-preview .phone-preview-bg,.vCard-templates .theme-preview .phone-preview .phone-preview-bg{transform:translate(-50%,-50%);border-radius:20px;width:175px;height:375px}}.vCard .theme-preview .phone-preview .preview-widgets,.vCard-templates .theme-preview .phone-preview .preview-widgets{border-radius:8px;margin:10px 0;padding:0 35px}.vCard .theme-preview .phone-preview .preview-widgets img,.vCard-templates .theme-preview .phone-preview .preview-widgets img{width:100%;border-radius:12px}.vCard .theme-preview .phone-preview .preview-widgets .video-cover,.vCard-templates .theme-preview .phone-preview .preview-widgets .video-cover{width:100%;height:260px}.vCard .theme-preview .phone-preview .preview-all-day,.vCard-templates .theme-preview .phone-preview .preview-all-day{display:flex;position:relative;padding:10px 35px}.vCard .theme-preview .phone-preview .preview-all-day>div,.vCard-templates .theme-preview .phone-preview .preview-all-day>div{align-items:center;justify-content:center;border:1px solid gray;border-radius:10px;background:#fff;height:30px}.vCard .theme-preview .phone-preview .preview-all-day.same-day,.vCard-templates .theme-preview .phone-preview .preview-all-day.same-day{color:#00b300}.vCard .add-social,.vCard .manage-social,.vCard-templates .add-social,.vCard-templates .manage-social{border-radius:8px;background-color:#fff;padding:16px}.vCard .add-social label,.vCard .manage-social label,.vCard-templates .add-social label,.vCard-templates .manage-social label{padding:4px 16px 4px 6px;background-color:#404040;border-radius:28px;color:#fff;font-weight:500;font-size:12px}.vCard .add-social .droppable-container,.vCard .manage-social .droppable-container,.vCard-templates .add-social .droppable-container,.vCard-templates .manage-social .droppable-container{height:100%;max-height:388px;overflow-y:auto}.vCard .add-social ::-webkit-scrollbar,.vCard .manage-social ::-webkit-scrollbar,.vCard-templates .add-social ::-webkit-scrollbar,.vCard-templates .manage-social ::-webkit-scrollbar{width:4px;height:4px}.vCard .add-social ::-webkit-scrollbar-track,.vCard .manage-social ::-webkit-scrollbar-track,.vCard-templates .add-social ::-webkit-scrollbar-track,.vCard-templates .manage-social ::-webkit-scrollbar-track{background:transparent}.vCard .add-social ::-webkit-scrollbar-thumb,.vCard .manage-social ::-webkit-scrollbar-thumb,.vCard-templates .add-social ::-webkit-scrollbar-thumb,.vCard-templates .manage-social ::-webkit-scrollbar-thumb{background:#c7c9ca;border-radius:39px}.vCard .customize-social,.vCard .theme-social,.vCard-templates .customize-social,.vCard-templates .theme-social{border-radius:8px;background-color:#fff;padding:16px}.vCard .customize-social .customize-label,.vCard .theme-social .customize-label,.vCard-templates .customize-social .customize-label,.vCard-templates .theme-social .customize-label{padding:4px 16px 4px 6px;background-color:#404040;border-radius:28px;color:#fff;font-weight:500;font-size:12px}.vCard .customize-social .logo-format,.vCard .theme-social .logo-format,.vCard-templates .customize-social .logo-format,.vCard-templates .theme-social .logo-format{color:#868686}.vCard .customize-social label,.vCard .theme-social label,.vCard-templates .customize-social label,.vCard-templates .theme-social label{font-weight:500;font-size:12px;line-height:100%;color:#404040}.vCard .customize-social input,.vCard .theme-social input,.vCard-templates .customize-social input,.vCard-templates .theme-social input{background:#fff;border:.5px solid #d4d4d4;border-radius:4px;font-weight:400;font-size:12px;color:#868686}.vCard .buttons-wrapper,.vCard-templates .buttons-wrapper{margin-top:8px;overflow-x:auto;width:100%}.vCard .buttons,.vCard-templates .buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:4px;justify-content:flex-start;height:140px;width:-moz-fit-content;width:fit-content}.vCard .buttons .btn-item,.vCard-templates .buttons .btn-item{padding:10px 14px;width:42px;height:42px;border-radius:3px;font-size:15pt;cursor:pointer;color:#545454;background-color:#e8eef2;display:flex;align-items:center;justify-content:center}.vCard .buttons .btn-item:hover,.vCard-templates .buttons .btn-item:hover{background:#1675dd;color:#fff}.vCard .social-block-outer,.vCard-templates .social-block-outer{border:1px solid #868686;border-radius:4px;padding:16px 34px 12px 16px;margin-top:10px;background:#fff;position:relative}.vCard .social-block-outer.drag,.vCard-templates .social-block-outer.drag{cursor:move}.vCard .social-block-outer:first-child,.vCard-templates .social-block-outer:first-child{margin-top:0}.vCard .social-block-outer:active,.vCard-templates .social-block-outer:active{background:#e8eef2;border:1px solid}.vCard .social-block-outer:hover,.vCard-templates .social-block-outer:hover{background:#e8eef2;border:1px solid #2c90ff}.vCard .social-block-inner,.vCard-templates .social-block-inner{width:100%}.vCard .social-block-inner .social-icon,.vCard-templates .social-block-inner .social-icon{height:32px;width:32px;flex-shrink:0;display:flex;background:#e8eef2;border-radius:4px;justify-content:center;align-items:center}.vCard .social-block-inner .social-icon-url,.vCard-templates .social-block-inner .social-icon-url{height:32px;width:32px;flex-shrink:0;display:flex;border:1px solid #e8eef2;border-radius:4px;justify-content:center;align-items:center}.vCard .social-block-inner .lbl,.vCard-templates .social-block-inner .lbl{font-size:14px;margin-bottom:5px;display:block;font-weight:400;color:#000}.vCard .social-block-inner .file-input .btn-upload,.vCard-templates .social-block-inner .file-input .btn-upload{height:34px}.vCard .social-block-inner input,.vCard-templates .social-block-inner input{border:1px solid #d4d4d4;margin-bottom:5px;border-radius:3px;font-size:12px;border-radius:4px}.vCard .social-block-inner .close-btn,.vCard-templates .social-block-inner .close-btn{position:absolute;right:16px;top:16px;font-size:16px;cursor:pointer}.vCard .social-block-inner .err,.vCard-templates .social-block-inner .err{font-size:13px}.vCard .social-block-inner .move-item,.vCard-templates .social-block-inner .move-item{position:absolute;right:-18px;top:18px;display:flex;flex-direction:column;font-size:11px;align-items:center;height:36px;justify-content:center;color:#868686}.vCard .show-video,.vCard-templates .show-video{color:#e41585;border:1px solid #e41585;background:#fff;padding:5px 8px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:15px}.vCard .widget-box,.vCard-templates .widget-box{color:#fff;display:flex;box-sizing:border-box;cursor:inherit;width:100%;overflow:hidden;background-color:#2c90ff;border-radius:4px;align-items:center;font-size:12px;padding:8px}.vCard .widget-box i,.vCard-templates .widget-box i{font-size:16px}.vCard .widget,.vCard-templates .widget{margin-left:-5px!important;margin-right:-5px!important;margin-bottom:-8px}.vCard .widget .col-md-6,.vCard-templates .widget .col-md-6{padding:0 4px}.vCard button.qr-play,.vCard-templates button.qr-play{font-size:10px}.vCard .colors,.vCard-templates .colors{border:1px solid #366f66;border-radius:4px;background:#fff;font-size:12px;height:131px}.vCard .colors input,.vCard-templates .colors input{font-size:12px!important}.vCard .vCard-form input,.vCard-templates .vCard-form input{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.vCard .vCard-form ::placeholder,.vCard-templates .vCard-form ::placeholder{color:#acacac;opacity:1}.vCard .vCard-form .vCard-container,.vCard-templates .vCard-form .vCard-container{display:flex;column-gap:8px}.vCard .vCard-form .vCard-container .recommended-size,.vCard-templates .vCard-form .vCard-container .recommended-size{font-weight:400;font-size:10px}@media(max-width:1199px){.vCard .vCard-form .vCard-container,.vCard-templates .vCard-form .vCard-container{flex-direction:column;row-gap:8px}}.vCard .vCard-form .vCard-container textarea,.vCard-templates .vCard-form .vCard-container textarea{border:1px solid #d4d4d4;border-radius:4px;font-size:14px;padding:12px}@media(min-width:767px){.vCard .vCard-form .vCard-container textarea,.vCard-templates .vCard-form .vCard-container textarea{min-width:285px}}.vCard .vCard-form .vCard-container .disable-controls,.vCard-templates .vCard-form .vCard-container .disable-controls{pointer-events:none;opacity:.5}.vCard .vCard-socials,.vCard-templates .vCard-socials{background:#fff;border-radius:4px;padding:8px 12px}.vCard .vCard-socials .social-media-container .nav-outer,.vCard-templates .vCard-socials .social-media-container .nav-outer{margin:0 24px;background:transparent;height:36px}.vCard .vCard-socials .btn-item,.vCard-templates .vCard-socials .btn-item{padding:10px 14px;width:36px;height:36px;border-radius:3px;font-size:15pt;cursor:pointer;color:#545454;background-color:#e8eef2;display:flex;align-items:center;justify-content:center}.vCard .vCard-socials .btn-item:hover,.vCard-templates .vCard-socials .btn-item:hover{background:#1675dd;color:#fff}.vCard .vCard-social-links label,.vCard-templates .vCard-social-links label{font-size:12px;font-weight:400;color:#404040}.vCard .gradient-item,.vCard-templates .gradient-item{border-radius:50%}.vCard .v-card-upload,.vCard-templates .v-card-upload{padding:0 24px;height:131px;display:flex;align-items:center;background:#fff;border:1px solid #366f66;border-radius:4px}.vCard .v-card-bg-image .placeholder,.vCard .v-card-upload .placeholder,.vCard-templates .v-card-bg-image .placeholder,.vCard-templates .v-card-upload .placeholder{border:1px dashed #366f66!important}.vCard .v-card-bg-image .btn,.vCard-templates .v-card-bg-image .btn{width:100%;max-width:100%}.vCard .download-sample-image,.vCard-templates .download-sample-image{position:absolute;font-size:11px;color:#366f66;margin-top:5px;padding:4px;border-radius:100px;border:1px solid #949494;cursor:pointer}.vCard .download-sample-image span,.vCard-templates .download-sample-image span{margin-left:5px}.vCard .v-card-detail [class^=col-],.vCard-templates .v-card-detail [class^=col-]{padding:0 12px!important}.vCard .v-card-detail .v-card-block,.vCard-templates .v-card-detail .v-card-block{display:flex;column-gap:8px}@media(max-width:767px){.vCard .v-card-detail .v-card-block,.vCard-templates .v-card-detail .v-card-block{flex-direction:column;row-gap:8px}}.vCard .v-card-detail label,.vCard-templates .v-card-detail label{font-family:Manrope;font-weight:600;font-size:14px;color:#404040}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.vCard .phone-preview .item-container,.vCard-templates .phone-preview .item-container{overflow:auto;height:455px;margin:0 9px 0 11px;border-radius:20px;animation:fadeInAnimation 1.5s ease;animation-iteration-count:1;animation-fill-mode:forwards}.vCard .phone-preview .item-container .item-header .img-wrap,.vCard-templates .phone-preview .item-container .item-header .img-wrap{padding-top:24px;padding-bottom:10px}.vCard .phone-preview .item-container .item-header .img-wrap .img-body,.vCard-templates .phone-preview .item-container .item-header .img-wrap .img-body{border-radius:50%;height:42px;width:42px;box-shadow:0 0 20px 5px rgba(0,0,0,.2)}.vCard .phone-preview .item-container .item-header .card-body,.vCard-templates .phone-preview .item-container .item-header .card-body{flex:1 1 auto;padding:1.25rem}.vCard .phone-preview .item-container .item-header .card-body .card-title,.vCard-templates .phone-preview .item-container .item-header .card-body .card-title{text-shadow:1px 1px 1px #000;font-size:12px}.vCard .phone-preview .item-container .item-header .card-body .card-subtitle,.vCard-templates .phone-preview .item-container .item-header .card-body .card-subtitle{margin-bottom:0;font-size:10px}.vCard .phone-preview .item-container .item-header .vcard-functions,.vCard-templates .phone-preview .item-container .item-header .vcard-functions{display:block;width:100%;text-align:center;height:24px;border-top:1px solid hsla(0,0%,100%,.15);padding:0 10px}.vCard .phone-preview .item-container .item-header .vcard-functions .vcard-functions-wrapper,.vCard-templates .phone-preview .item-container .item-header .vcard-functions .vcard-functions-wrapper{display:flex;margin:0 auto;height:24px;text-align:center}.vCard .phone-preview .item-container .item-header .vcard-functions .vcard-functions-wrapper a,.vCard-templates .phone-preview .item-container .item-header .vcard-functions .vcard-functions-wrapper a{cursor:pointer;display:flex;justify-content:center;align-items:center;color:#fff;padding:10px 0;min-width:50px;margin:0;flex:1 1;font-size:8px;border-right:1px solid hsla(0,0%,100%,.15);text-decoration:none}.vCard .phone-preview .item-container .item-header .vcard-functions .vcard-functions-wrapper a:last-child,.vCard-templates .phone-preview .item-container .item-header .vcard-functions .vcard-functions-wrapper a:last-child{border-right:unset}.vCard .phone-preview .item-container .item-body .details-row,.vCard-templates .phone-preview .item-container .item-body .details-row{border-top:1px solid #dee2e6;position:relative;padding:10px 0 10px 10px;float:left;width:100%;text-align:left;font-size:10px;background-color:#e8eef2;word-break:break-word}.vCard .phone-preview .item-container .item-body .details-row small,.vCard-templates .phone-preview .item-container .item-body .details-row small{color:#b3b4bb}.vCard .phone-preview .item-container .item-body .details-row a,.vCard-templates .phone-preview .item-container .item-body .details-row a{display:flex;align-items:center;color:rgba(0,0,0,.8);text-decoration:none}.vCard .phone-preview .item-container .item-body .details-row.social,.vCard-templates .phone-preview .item-container .item-body .details-row.social{padding-bottom:100px}.vCard .phone-preview .item-container .item-body .details-row.social img,.vCard-templates .phone-preview .item-container .item-body .details-row.social img{width:20px;height:20px}.vCard .phone-preview .item-container .item-body .details-row.social i,.vCard-templates .phone-preview .item-container .item-body .details-row.social i{width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:50%}.vCard .phone-preview .item-container .item-body .details-row.social small,.vCard-templates .phone-preview .item-container .item-body .details-row.social small{font-size:10px}.vCard .phone-preview .item-container .item-body .details-row.social .color-facebook,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-facebook{background-color:#3b5998;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-twitter,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-twitter{background-color:#000;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-instagram,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-instagram{background:linear-gradient(#4f5bd5,#962fbf,#d62976,#fa7e1e,#feda75);color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-youtube,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-youtube{background-color:red;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-linkedin,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-linkedin{background-color:#0072b1;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-whatsapp,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-whatsapp{background-color:#128c7e;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-snapchat,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-snapchat{background-color:#fffc00;color:#000}.vCard .phone-preview .item-container .item-body .details-row.social .color-tiktokUsername,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-tiktokUsername{background-color:#000;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-pinterest,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-pinterest{background-color:#c8232c;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-wechat,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-wechat{background-color:#09b83e;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-viber,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-viber{background-color:#59267c;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-telegram,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-telegram{background-color:#08c;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-twitch,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-twitch{background-color:#6441a5;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-amazon,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-amazon{background-color:#f90;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-line,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-line{background-color:#00b900;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-shopify,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-shopify{background-color:#96bf48;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-applemusic,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-applemusic{background-color:#fc3c44;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-deliveroo,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-deliveroo{background-color:#00c1b2;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-doordash,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-doordash{background-color:#ff3008;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-ebay,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-ebay{background-color:#e53238;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-etsy,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-etsy{background-color:#eb6d20;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-foodpanda,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-foodpanda{background-color:#d60265;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-glovo,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-glovo{background-color:#00a082;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-grubhub,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-grubhub{background-color:#a71930;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-kakaotalk,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-kakaotalk{background-color:#ffe812;color:#000}.vCard .phone-preview .item-container .item-body .details-row.social .color-menulog,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-menulog{background-color:#f77c00;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-patreon,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-patreon{background-color:#f96854;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-podcast,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-podcast{background-color:#d56dfb;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-postmates,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-postmates{background-color:#36454f;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-qqNumber,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-qqNumber{background-color:#d66755;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-rakuten,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-rakuten{background-color:#bf0000;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-soundcloud,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-soundcloud{background-color:#ff4137;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-justeat,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-justeat{background-color:#ff8100;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-streamlabs,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-streamlabs{background-color:#32c3a3;color:#000}.vCard .phone-preview .item-container .item-body .details-row.social .color-swiggy,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-swiggy{background-color:#fc8019;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-tumblr,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-tumblr{background-color:#34526f;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-yelpLink,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-yelpLink{background-color:#c41200;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-zomato,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-zomato{background-color:#cb202d;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-yogiyo,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-yogiyo{background-color:#ee004c;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-signal,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-signal{background-color:#3770e4;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-skype,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-skype{background-color:#00aff0;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-spotify,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-spotify{background-color:#1fd561;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-meetup,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-meetup{background-color:#e51937;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-reddit,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-reddit{background-color:#ff4500;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-quora,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-quora{background-color:#b92b27;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-medium,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-medium{background-color:#ffe812;color:#fff}.vCard .phone-preview .item-container .item-body .details-row.social .color-uberEats,.vCard-templates .phone-preview .item-container .item-body .details-row.social .color-uberEats{background-color:#06c167;color:#fff}.vCard .phone-preview .item-container .btn-add,.vCard-templates .phone-preview .item-container .btn-add{display:flex;position:absolute;align-items:center;gap:10px;bottom:55px;right:12px;color:#fff;width:75px!important;font-size:8px!important;border-radius:60px!important;padding:8px!important}.vCard .phone-preview .item-container .btn-add i,.vCard-templates .phone-preview .item-container .btn-add i{font-size:12px}.vCard .phone-preview .item-container .btn-add .text-chinese,.vCard-templates .phone-preview .item-container .btn-add .text-chinese{max-width:30px}.vCard .phone-preview .item-container::-webkit-scrollbar,.vCard-templates .phone-preview .item-container::-webkit-scrollbar{display:none}.vCard .phone-preview .phone-preview-bg,.vCard-templates .phone-preview .phone-preview-bg{margin-top:-1px}@media(max-width:1199px){.vCard .phone-preview,.vCard-templates .phone-preview{width:200px!important;height:400px!important}.vCard .phone-preview .phone-preview-bg,.vCard-templates .phone-preview .phone-preview-bg{transform:none!important;top:14px!important;left:12px!important;width:174px!important;height:370px!important;border-radius:16px!important}.vCard .phone-preview .item-container,.vCard-templates .phone-preview .item-container{border-radius:16px!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin:0 auto;width:100%;height:375px}.vCard .phone-preview .item-container .btn-add,.vCard-templates .phone-preview .item-container .btn-add{bottom:2px;right:4px}}.vCard .step-header,.vCard-templates .step-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:18px}.vCard .step-header .guide-link,.vCard-templates .step-header .guide-link{color:#404040;font-weight:400;font-size:12px}.vCard .social-block,.vCard-templates .social-block{display:flex;align-items:baseline}.vCard .social-block>div,.vCard-templates .social-block>div{flex:1 1}.vCard .social-block i,.vCard-templates .social-block i{font-size:18px}.vCard .social-input-block,.vCard-templates .social-input-block{display:flex;flex-wrap:wrap}.vCard .vcard-template-slider,.vCard-templates .vcard-template-slider{width:100%}@media(max-width:1200px){.vCard .vcard-template-slider,.vCard-templates .vcard-template-slider{overflow-x:scroll}.vCard .vcard-template-slider::-webkit-scrollbar,.vCard-templates .vcard-template-slider::-webkit-scrollbar{width:5px;height:5px}.vCard .vcard-template-slider::-webkit-scrollbar-track,.vCard-templates .vcard-template-slider::-webkit-scrollbar-track{background:#d9d9d9}.vCard .vcard-template-slider::-webkit-scrollbar-thumb,.vCard-templates .vcard-template-slider::-webkit-scrollbar-thumb{background:#9e9e9e;border-radius:6px}}.vCard .vcard-template-slider .vcard-template-slider-container,.vCard-templates .vcard-template-slider .vcard-template-slider-container{position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;width:1110px}.vCard .vcard-template-slider .template-slide,.vCard-templates .vcard-template-slider .template-slide{cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px;gap:20px}.vCard .vcard-template-slider .template-slide img,.vCard-templates .vcard-template-slider .template-slide img{width:100%;object-fit:cover;height:auto;transition:transform .2s ease-in-out}.vCard .vcard-template-slider .template-slide img:hover,.vCard-templates .vcard-template-slider .template-slide img:hover{transform:scale(1.1)}.vCard .vcard-template-slider .template-slide input[type=radio],.vCard-templates .vcard-template-slider .template-slide input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:20px;height:20px;border:.15em solid #b4b4b4;border-radius:50%;transform:translateY(-.085em);display:grid;place-content:center}.vCard .vcard-template-slider .template-slide input[type=radio]:before,.vCard-templates .vcard-template-slider .template-slide input[type=radio]:before{content:"";width:12px;height:12px;border-radius:50%;transform:scale(0);transition:transform .12s ease-in-out;box-shadow:inset 1em 1em #1675dd}.vCard .vcard-template-slider .template-slide input[type=radio]:checked:before,.vCard-templates .vcard-template-slider .template-slide input[type=radio]:checked:before{transform:scale(1)}.vCard-templates-container{width:calc(100% + 88px);margin-left:-44px;background-color:#1155a0;border:none;overflow:hidden;margin-bottom:16px}.vCard-templates-container .vCard-templates{width:calc(100% - 40px);margin-left:20px;justify-content:center;align-items:center;border-radius:5px;overflow:hidden;border-radius:0 0 5px 5px;background-color:#e8eef2;padding-bottom:16px;box-shadow:0 -5px 20px rgba(0,0,0,.25)}.vCard-templates-container .vCard-step-header{width:calc(100% - 40px);margin-left:20px;margin-top:24px;background:#e8eef2;padding:16px 24px 0;border-radius:5px 5px 0 0;box-shadow:0 5px 20px rgba(0,0,0,.25)}.vCard-templates-container .vCard-step-header .step-header{margin-bottom:0}.phone-preview .item-container.template-1 .item-header{position:relative;overflow:hidden}.phone-preview .item-container.template-1 .item-header .item-background{position:absolute;height:120%;width:240%;z-index:1;border-radius:50%;left:-120%;top:-70%;z-index:-1;overflow:hidden}.phone-preview .item-container.template-1 .item-header .item-background .inner-background{position:absolute;bottom:0;left:50%;height:42%;width:42%}.phone-preview .item-container.template-1 .item-header .card-title{text-transform:capitalize;margin-bottom:8px;font-weight:700}.phone-preview .item-container.template-1 .item-header .card-subtitle{font-size:10px;font-weight:400}.phone-preview .item-container.template-1 .item-header .img-wrap{padding:0 0 16px}.phone-preview .item-container.template-1 .item-header .img-wrap .img-body{border-radius:50%;height:121px;width:121px;box-shadow:none;outline:2px solid #fff;outline-offset:-2px}.phone-preview .item-container.template-1 .item-header .personal-desc{font-size:10px;padding:0 10px;word-break:break-word}.phone-preview .item-container.template-1 .item-header .vcard-functions{height:auto}.phone-preview .item-container.template-1 .item-header .vcard-functions .vcard-functions-wrapper{height:auto;gap:6px}.phone-preview .item-container.template-1 .item-header .vcard-functions .vcard-functions-wrapper a{border:none;padding:8px 10px;flex-direction:column;gap:4px;border-radius:4px;font-size:10px}.phone-preview .item-container.template-1 .item-header .vcard-functions .vcard-functions-wrapper a i{flex-shrink:0}.phone-preview .item-container.template-1 .item-body .details-row{border-top:none;padding:0 10px 10px}.phone-preview .item-container.template-1 .item-body .details-row:not(.social) a{display:flex;padding:10px;border-radius:4px;align-items:center;color:rgba(0,0,0,.8);background:#fff;text-decoration:none}.phone-preview .item-container.template-1 .item-body .details-row:not(.social) a i{font-size:12px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.phone-preview .item-container.template-1 .item-body .details-row.social{padding:10px 0 100px;text-align:center}.phone-preview .item-container.template-1 .item-body .details-row.social a{padding:0;border-radius:50%}.phone-preview .item-container.template-1 .item-body .details-row.social a i{font-size:12px;-webkit-background-clip:none;-webkit-text-fill-color:none;background-clip:none;text-fill-color:none}.phone-preview .item-container.template-1 .item-body .details-row.social img{width:30px;height:30px;border-radius:50%}.phone-preview .item-container.template-1 .item-body .details-row.social small{font-size:10px}.phone-preview .item-container.template-1 .btn-add{border-radius:10px!important;flex-direction:row-reverse;right:16px}.phone-preview .item-container.template-2 .item-header{position:relative;overflow:hidden}.phone-preview .item-container.template-2 .item-header .item-background{position:absolute;height:calc(100% - 45px);width:calc(100% - 20px);z-index:1;border-radius:10px;left:10px;top:45px;z-index:-1}@media(max-width:1199px){.phone-preview .item-container.template-2 .item-header .item-background{height:calc(100% - 40px);top:40px}}.phone-preview .item-container.template-2 .item-header .card-title{text-transform:capitalize;margin-bottom:8px;font-weight:700;padding:0 20px;word-break:break-word}.phone-preview .item-container.template-2 .item-header .card-subtitle{font-size:10px;font-weight:400;padding:0 20px;word-break:break-word}.phone-preview .item-container.template-2 .item-header .img-wrap{padding:0 0 8px}.phone-preview .item-container.template-2 .item-header .img-wrap .img-body{border-radius:50%;height:79px;width:79px;box-shadow:none;outline:1px solid #fff;outline-offset:-1px}.phone-preview .item-container.template-2 .item-header .personal-desc{font-size:10px;padding:10px 20px;word-break:break-word}.phone-preview .item-container.template-2 .item-header .vcard-functions{border:none;height:auto;padding:0 20px 10px}@media(max-width:1200px){.phone-preview .item-container.template-2 .item-header .vcard-functions{padding:0 16px 10px}}.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper{height:auto;gap:1px;background:transparent;border-radius:4px;overflow:hidden}.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a{border:none;padding:8px 10px;font-size:8px;color:#1675dd;background:#fff}.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a i{flex-shrink:0}.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a i,.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a small{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a:last-child{border-right:unset}@media(max-width:1200px){.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a{padding:6px;font-size:6px}.phone-preview .item-container.template-2 .item-header .vcard-functions .vcard-functions-wrapper a:last-child{justify-content:start}}.phone-preview .item-container.template-2 .item-body .details-row{padding:0 10px}.phone-preview .item-container.template-2 .item-body .details-row:first-child{border-top:unset}.phone-preview .item-container.template-2 .item-body .details-row:not(.social) a{display:flex;padding:15px 10px;border-radius:4px;align-items:center;color:rgba(0,0,0,.8);text-decoration:none}.phone-preview .item-container.template-2 .item-body .details-row:not(.social) a .icon-wrapper{display:flex;justify-content:center;align-items:center;padding:6px;border-radius:50%;background:#fff}.phone-preview .item-container.template-2 .item-body .details-row:not(.social) a i{font-size:12px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.phone-preview .item-container.template-2 .item-body .details-row.social{padding:16px 0 100px;text-align:center}.phone-preview .item-container.template-2 .item-body .details-row.social a{padding:0;border-radius:50%}.phone-preview .item-container.template-2 .item-body .details-row.social img{width:30px;height:30px;border-radius:50%}.phone-preview .item-container.template-2 .item-body .details-row.social small{font-size:10px}.phone-preview .item-container.template-2 .btn-add{border-radius:10px!important;flex-direction:row-reverse;right:16px}.phone-preview .item-container.template-3 .item-header{position:relative;overflow:hidden}.phone-preview .item-container.template-3 .item-header .item-background{position:absolute;height:100%;width:100%;z-index:1;left:0;top:0;z-index:-1;border-radius:0 0 8px 8px}.phone-preview .item-container.template-3 .item-header .card-title{text-transform:capitalize;margin-bottom:8px;font-weight:700}.phone-preview .item-container.template-3 .item-header .card-subtitle{font-size:10px;font-weight:400}.phone-preview .item-container.template-3 .item-header .img-wrap{padding:0 0 16px}.phone-preview .item-container.template-3 .item-header .img-wrap .img-body{border-radius:50%;height:169px;width:169px;box-shadow:none;outline:2px solid #fff;outline-offset:-2px}.phone-preview .item-container.template-3 .item-header .personal-desc{font-size:10px;color:#fff;padding:0 10px;word-break:break-word}.phone-preview .item-container.template-3 .item-header .vcard-functions{height:auto;border-top:unset;padding:10px}.phone-preview .item-container.template-3 .item-header .vcard-functions .vcard-functions-wrapper{height:auto;gap:8px}.phone-preview .item-container.template-3 .item-header .vcard-functions .vcard-functions-wrapper a{background:#fff;border:none;padding:8px 10px;flex-direction:column;gap:4px;border-radius:4px;font-size:10px}.phone-preview .item-container.template-3 .item-header .vcard-functions .vcard-functions-wrapper a i{flex-shrink:0}.phone-preview .item-container.template-3 .item-header .vcard-functions .vcard-functions-wrapper a i,.phone-preview .item-container.template-3 .item-header .vcard-functions .vcard-functions-wrapper a small{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.phone-preview .item-container.template-3 .item-body .details-row{border-top:none;padding:0 10px 10px}.phone-preview .item-container.template-3 .item-body .details-row:not(.social) a{display:flex;padding:10px;border-radius:4px;align-items:center;color:rgba(0,0,0,.8);background:#fff;text-decoration:none}.phone-preview .item-container.template-3 .item-body .details-row:not(.social) a i{font-size:12px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.phone-preview .item-container.template-3 .item-body .details-row.social{padding:10px 0 100px;text-align:center}.phone-preview .item-container.template-3 .item-body .details-row.social a{padding:0;border-radius:50%}.phone-preview .item-container.template-3 .item-body .details-row.social img{width:30px;height:30px;border-radius:50%}.phone-preview .item-container.template-3 .item-body .details-row.social small{font-size:10px}.phone-preview .item-container.template-3 .btn-add{flex-direction:row-reverse;right:16px}.phone-preview .item-container.template-4 .item-header{position:relative;overflow:hidden}.phone-preview .item-container.template-4 .item-header .item-background-wrapper{position:absolute;border-radius:260px;height:333px;width:291px;z-index:1;left:-34px;top:-119px;z-index:0;overflow:hidden}@media(max-width:1200px){.phone-preview .item-container.template-4 .item-header .item-background-wrapper{height:278px;width:242px;left:-28px;top:-100px}}.phone-preview .item-container.template-4 .item-header .item-background{position:absolute;border-radius:260px;height:325px;width:283px;z-index:1;left:-30px;top:-115px;z-index:0;overflow:hidden;background:transparent}@media(max-width:1200px){.phone-preview .item-container.template-4 .item-header .item-background{height:270px;width:234px;left:-24px;top:-96px}}.phone-preview .item-container.template-4 .item-header .img-background{position:absolute;width:210px;left:30px;bottom:0;object-fit:cover;background-color:#fff}@media(max-width:1200px){.phone-preview .item-container.template-4 .item-header .img-background{width:174px;left:24px}}.phone-preview .item-container.template-4 .item-header .card-title{text-transform:capitalize;margin-bottom:8px;font-weight:700}.phone-preview .item-container.template-4 .item-header .card-subtitle{font-size:10px;font-weight:400}.phone-preview .item-container.template-4 .item-header .img-wrap{padding:0 0 10px;overflow:hidden}.phone-preview .item-container.template-4 .item-header .img-wrap .img-body{height:100%;width:100%;box-shadow:none}.phone-preview .item-container.template-4 .item-header .personal-desc{font-size:10px;padding:0 10px;word-break:break-word}.phone-preview .item-container.template-4 .item-header .vcard-functions{height:auto;border-top:unset;padding:0 10px}.phone-preview .item-container.template-4 .item-header .vcard-functions .vcard-functions-wrapper{height:auto;gap:8px;flex-direction:column}.phone-preview .item-container.template-4 .item-header .vcard-functions .vcard-functions-wrapper a{border-radius:40px!important;border:none;padding:8px 10px;gap:4px;border-radius:4px;font-size:10px}.phone-preview .item-container.template-4 .item-header .vcard-functions .vcard-functions-wrapper a i{flex-shrink:0}.phone-preview .item-container.template-4 .item-body .details-row{padding:0 10px}.phone-preview .item-container.template-4 .item-body .details-row:first-child{border-top:unset}.phone-preview .item-container.template-4 .item-body .details-row:not(.social) a{display:flex;padding:15px 10px;border-radius:4px;align-items:center;color:rgba(0,0,0,.8);text-decoration:none}.phone-preview .item-container.template-4 .item-body .details-row:not(.social) a .icon-wrapper{display:flex;justify-content:center;align-items:center;padding:6px;border-radius:50%;background:#fff}.phone-preview .item-container.template-4 .item-body .details-row:not(.social) a i{font-size:12px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.phone-preview .item-container.template-4 .item-body .details-row.social{padding:16px 0 100px;text-align:center}.phone-preview .item-container.template-4 .item-body .details-row.social a{padding:0;border-radius:50%}.phone-preview .item-container.template-4 .item-body .details-row.social img{width:30px;height:30px;border-radius:50%}.phone-preview .item-container.template-4 .item-body .details-row.social small{font-size:10px}.phone-preview .item-container.template-4 .btn-add{flex-direction:row-reverse;right:16px}.murl [class^=col-]{padding:0 12px!important}.murl .murl-default{padding:0 3px}.murl .btn-addmore{width:100%;color:#1675dd;background-color:#fff;font-size:14px;font-weight:500;border:1.5px dashed #1675dd;padding:8px;display:flex;justify-content:center;align-items:center}.murl .btn-addmore i{font-size:16px;margin-right:4px}.murl label{font-family:Manrope;font-weight:600;font-size:14px;color:#404040;line-height:100%;font-weight:600px}.murl input{border:1px solid #d4d4d4;border-radius:4px;padding:18px 16px;font-size:14px}.meta-data .qr-type-block .toggle{justify-content:flex-start;margin-bottom:16px}.meta-data .qr-type-block .radio-cover{flex-flow:inherit}@media(max-width:767px){.meta-data .qr-type-block .radio-cover{flex-flow:column}.meta-data .qr-type-block .radio-cover .dynamic-radio{flex-direction:column;align-items:unset!important}}.meta-data .qr-generate-block{font-family:Poppins!important;background-color:#fff;padding:10px;border-radius:4px}.meta-data .qr-generate-block i{color:#2c90ff}@media(max-width:768px){.meta-data .qr-generate-block{margin-right:0;margin-bottom:5px}}.meta-data .qr-select-default-domain-block{font-family:Poppins!important;background-color:#fff;padding:10px;border-radius:4px}.meta-data .qr-select-default-domain-block i{color:#2c90ff}.meta-data .qr-select-default-domain-block .sub-domains{min-width:200px}@media(max-width:768px){.meta-data .qr-select-default-domain-block{margin-right:0;margin-bottom:5px;display:flex;flex-direction:column!important;width:100%!important}}.meta-data .btn-qr2{background-color:#0dbc29;color:#fff;font-size:14px;border-radius:4px}.meta-data .btn-qr2.disabled{background:#d3d3d3;color:#404040}.meta-data .guide-link{color:#404040;font-weight:400;font-size:12px}.meta-data .url textarea{border:1px solid #d4d4d4;border-radius:4px;font-size:14px;padding:12px}.meta-data .url label{font-family:Manrope;font-weight:600;font-size:14px;color:#404040;line-height:100%}.meta-data .url input{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.meta-data .url ::placeholder{color:#acacac;opacity:1}.meta-data .url .extract-url .file-wrapper{display:block!important}.meta-data .url .extract-url .file-wrapper .link{font-size:11px;margin-top:5px}.meta-data .url .react-datepicker-popper{z-index:6!important}.meta-data .wifi{padding:0 4px}.meta-data .wifi [class^=col-]{padding:0 12px!important}.meta-data .wifi .wifi-guide{color:#868686}.meta-data .wifi label{font-family:Manrope;font-weight:600;font-size:14px;color:#404040;line-height:100%}.meta-data .wifi input{border:1px solid #d4d4d4;border-radius:4px;padding:18px 16px;font-size:14px}.meta-data .file{display:flex;flex-wrap:wrap;background:#fff;padding:20px;border-radius:8px}.meta-data .file .upload-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;width:55%}.meta-data .file .upload-section .upload-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 72px;border:1px dashed #d4d4d4;border-radius:10px;width:100%;height:212px}@media(max-width:992px){.meta-data .file .upload-section{width:100%}}@media(max-width:767px){.meta-data .file .upload-section{padding:0;width:100%}}.meta-data .file .description-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px;width:45%;height:228px}.meta-data .file .description-section .supported{margin-bottom:16px;width:100%}.meta-data .file .description-section .supported .supported-list{margin-top:8px;display:flex}.meta-data .file .description-section .supported .supported-list .supported-item{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 12px;width:49px;height:28px;border:1px solid #acacac;border-radius:2px;color:#2c90ff;margin-right:8px;font-size:12px}.meta-data .file .description-section .supported .supported-list .supported-item:last-child{margin-right:0}@media(max-width:480px){.meta-data .file .description-section .supported .supported-list{flex-wrap:wrap}.meta-data .file .description-section .supported .supported-list .supported-item{margin-bottom:4px}}.meta-data .file .description-section .file-size{margin-top:8px;display:flex;width:100%}.meta-data .file .description-section .file-size .file-size-item{color:#acacac;padding:0 12px;border-left:1px solid #d4d4d4;display:flex;flex-direction:column;justify-content:center;align-items:center}.meta-data .file .description-section .file-size .file-size-item .title{font-weight:700;font-size:32px}.meta-data .file .description-section .file-size .file-size-item .plan{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 12px;border:1px solid #acacac;border-radius:4px;font-size:12px}.meta-data .file .description-section .file-size .file-size-item.active{color:#404040}.meta-data .file .description-section .file-size .file-size-item.active i{color:#0dbc29}.meta-data .file .description-section .file-size .file-size-item.active .plan{border:1.5px solid #2c90ff}.meta-data .file .description-section .file-size .file-size-item:first-child{padding-left:0;border-left:none}.meta-data .file .description-section .file-size .file-size-item:last-child{padding-right:0}@media(max-width:460px){.meta-data .file .description-section .file-size{flex-wrap:wrap}.meta-data .file .description-section .file-size .file-size-item{padding:0 6px}.meta-data .file .description-section .file-size .file-size-item .title{font-size:22px}.meta-data .file .description-section .file-size .file-size-item .plan{padding:4px;font-size:10px}}@media(max-width:992px){.meta-data .file .description-section{padding:20px;width:100%}}@media(max-width:767px){.meta-data .file .description-section{padding:0;width:100%}}.meta-data .file .btn-upload{background:linear-gradient(270deg,#1675dd,#2c90ff 100.34%);border-radius:8px;padding:16px 30px;color:#fff;flex-shrink:0;line-height:unset}.meta-data .file .icon-wrapper{height:32px;width:24px;font-size:24px}.meta-data .location .location-field{padding:10px 20px;background-color:#fff}.meta-data .location .location-field span{font-size:medium}@media(max-width:768px){.meta-data .group-btn-right{padding:0 15px}}.instruction{background:#fff;padding-bottom:66px!important}.instruction .main-header{padding:80px 0 20px}.instruction .small-title{padding-top:0!important}.instruction .block-content{max-width:900px;margin:0 auto;padding-bottom:0}.instruction .block-content .content{display:flex;flex-direction:column;align-items:center;border:1px solid #4f8e83;border-radius:10px;padding:0}.instruction .block-content .content img{width:100%;margin-bottom:50px}.instruction .block-content .content:hover{background-color:#fafff5}.instruction .block-content .content .name{color:#366f66;text-align:center;font-size:30px;font-weight:700;line-height:100%;margin-bottom:12px}.instruction .block-content .content .desc{color:#404040;text-align:center;font-size:16px;font-weight:400;line-height:20px;padding:0 50px 40px}.instruction .block-content .content .icon-wrapper{height:44px}@media(max-width:992px){.instruction .block-content .content{justify-content:center}}.benefits{background-color:#f2fffa;padding-bottom:100px}.benefits .main-header{padding:80px 0 20px}.benefits .block-content{gap:30px;display:flex;flex-direction:column}.benefits .block-content .element-container{background-color:#fff;border:1px solid #a4ebc9;border-radius:15px;display:flex;align-items:center;flex-wrap:wrap;margin:0 auto;min-height:250px;max-width:980px}.benefits .block-content .element-container:hover{background-color:#fafff5}.benefits .block-content .element-container .content{display:flex;flex-direction:column;padding-left:100px;padding-right:70px}.benefits .block-content .element-container .content .title{color:#366f66;font-size:30px;font-weight:700;line-height:100%;margin-bottom:20px}.benefits .block-content .element-container .content .desc{color:#404040;font-size:16px;font-weight:400;line-height:20px}.benefits .block-content .element-container .image{padding:0!important}.benefits .block-content .element-container .image img{border-radius:0 15px 15px 0;width:100%}.benefits .block-content .element-container.reverse{flex-direction:row-reverse}.benefits .block-content .element-container.reverse .content{text-align:end;padding-right:100px;padding-left:50px}.benefits .block-content .element-container.reverse .image img{border-radius:15px 0 0 15px}@media(max-width:992px){.benefits .block-content .element-container.reverse .content{text-align:center!important;padding:50px}.benefits .block-content .element-container.reverse .image img{width:100%;border-radius:0!important}.benefits .block-content .element-container .content{text-align:center!important;padding:50px}.benefits .block-content .element-container .image img{width:100%;border-radius:0}}.advantages{padding:100px 0 80px;background:#fff}.advantages .main-header{padding:0 0 50px}.advantages .main-title{line-height:50px}.advantages .big-title{margin-bottom:0!important}.advantages .small-title{font-size:16px;color:#404040;padding-top:10px}.advantages .features{display:flex;justify-content:center;gap:40px;max-width:880px;margin:0 auto}.advantages .features .list{list-style:none;display:flex;flex-direction:column;gap:15px;padding:0;margin:0}.advantages .features .list li{display:flex;align-items:center;border:.5px solid #88b7b1;border-radius:8px;padding:8px 24px 8px 8px;height:58px;min-width:280px;gap:15px;font-size:16px;white-space:normal;color:#366f66;cursor:pointer}@media screen and (min-width:992px){.advantages .features .list li{white-space:nowrap}}.advantages .features .list li.active{background:#4f8e83;color:#fff}.advantages .features .list li .placeholder{display:flex;align-items:center;justify-content:center;background:#edf7ff;border-radius:8px}.advantages .features .list li .placeholder img{width:42px;height:42px}.advantages .features .list li:nth-child(2n) .placeholder img{padding:8px}.advantages .features .react-slideshow-container{max-width:520px}.advantages .features .react-slideshow-container+ul.indicators{padding:0}.advantages .features .react-slideshow-container+ul.indicators li{padding:8px}.advantages .features .react-slideshow-container+ul.indicators .each-slideshow-indicator:before{background:#a5c6eb}.advantages .features .react-slideshow-container .details{display:flex;flex-direction:column;align-items:center;gap:10px}.advantages .features .react-slideshow-container .details span{color:#868686;font-size:14px}.advantages .features .react-slideshow-container .details img{height:160px}@media(max-width:768px){.advantages .features{flex-direction:column;gap:20px}.advantages .features .react-slideshow-container .details img{padding:10px 0}}.advantages .sliders{display:flex;justify-content:center;align-items:center;width:100%}.home{font-size:13px!important}.home .section-top{background:#1155a0}.home .header-bar .main-title{font-size:24px;font-weight:600;color:#fff;max-width:800px}.home .header-bar .email-confirm-alert{background:#1c66b8;border:1px solid #2c90ff;border-radius:4px;padding:4px 4px 4px 10px;color:#fff;font-size:12px;margin-top:12px}.home .header-bar .email-confirm-alert .icon-wrapper{position:relative;height:14px;width:14px;transform:rotate(180deg);background:#fff;border-radius:50%;background-size:contain;box-shadow:inset 10px rgba(0,0,0,.3);margin-right:8px}.home .header-bar .email-confirm-alert .icon-wrapper i{top:-2px;left:-2px;position:absolute;color:#ca2c33;font-size:17px}.home .header-bar .email-confirm-alert a{color:#fff;text-decoration:underline}.home .header-bar .email-confirm-alert .resend{background-color:#28a745;border:none;border-radius:4px;color:#fff;margin-left:6px;padding:4px 16px}.home .header-bar .email-confirm-alert .resend.disabled{background:gray}.home .header-bar .header-instruction{color:#fff;margin-top:24px;border-radius:8px;background:#28574f;font-size:16px;font-weight:400;padding:12px 20px;display:flex;align-items:center}.home .header-bar .header-instruction span{display:inline-flex;justify-content:center;align-items:center;gap:8px;margin-left:8px}@media(max-width:992px){.home .header-bar .main-title{font-size:20px}}@media(max-width:767px){.home .header-bar .header-instruction{justify-content:center;align-self:center;flex-direction:column}}.home .menu-tiger{flex-direction:column;border:dashed #d4d4d4;border-radius:5px;padding:17px 60px;width:45%}.home .menu-tiger,.home .menu-tiger .start-here-btn{display:flex;justify-content:center;align-items:center}.home .menu-tiger .start-here-btn{width:100%;z-index:1;margin:14px auto}.home .menu-tiger .start-here-btn a{display:flex;justify-content:center;background-color:#3da496!important;color:#fff;font-family:Poppins;font-size:18px;cursor:pointer;width:100%;padding:12px 0;margin-bottom:18px;border-radius:8px}.home .menu-tiger .start-here-btn a:hover{text-decoration:none}.home .menu-tiger span{font-size:16px;font-weight:700;color:#171717;text-align:center;margin:30px auto;z-index:1}@media(max-width:480px){.home .menu-tiger span{font-size:14px}}@media(max-width:992px){.home .menu-tiger{width:auto}}@media(max-width:576px){.home .menu-tiger{padding:17px 46px;width:100%}}.home label{color:#6f787f;margin-bottom:0;padding:0 0 8px;font-weight:700;font-size:100%}.home label.qr-social-header{font-size:14px}.home label.qr-type-label{font-family:Poppins!important;font-size:12px;font-weight:500}.home label.scan-loop-label{font-size:80%}.home label.normal-label{font-weight:400}.home label.visual-label{font-size:80%}.home label.first-step-label{font-family:Metropolis;font-weight:700;font-size:14px;color:#fff;background:#404040;border-radius:4px;padding:6px 14px;margin-right:12px;line-height:14px;text-transform:uppercase}.home label.sms-label{font-family:Manrope;font-style:normal;font-weight:600;font-size:14px;line-height:100%;color:#404040}.home .canvas-image-preview{height:auto}.home .murl-type{margin-bottom:16px}.home .murl-instance{border:1px solid #d4d4d4;padding:16px;border-radius:4px;background:#fff}.home .murl-instance .geo-fence{padding:0 18px!important}.home .murl-instance .form-control{border:1px solid #ccc;border-radius:4px}.home .text-muted{font-weight:400;padding-bottom:4px}.home .murl-header{font-weight:700}.home .murl-header label{font-family:Poppins;background:#404040;color:#fff!important;padding:6px 12px;font-size:14px;border-radius:20px}.home .murl-header .qr-trashcan{color:#404040;font-size:20px}.home .language-lable{font-size:80%}.home .scan-header i{color:red}.home .scan-header span{color:#000}.home .timezone-header i{color:red}.home .timepicker-input{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:3px;width:100%;line-height:26px}.home .usage-intruction{font-size:12px}.step-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:18px}.step-header .guide-link{color:#404040;font-weight:400;font-size:12px}.show-demo{position:absolute;right:calc((100% - 1110px)/2);top:26px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex:none;order:1;flex-grow:0;white-space:nowrap;z-index:999}.show-demo button{padding:8px 16px;min-width:140px;height:40px;background:linear-gradient(270deg,#f77600,#ffb84f 100.34%);border-radius:4px}.show-demo button,.show-demo button a{font-size:14px;color:#fff}@media(max-width:1199px){.show-demo{right:calc((100% - 930px)/2);top:26px}}@media(max-width:992px){.show-demo{position:relative;display:inline-block;top:unset;right:unset;margin-bottom:20px}}.show-demo.email-confirmation{top:12px}@media(max-width:991px){.show-demo.email-confirmation{top:24px}}@media(max-width:767px){.show-demo.email-confirmation{top:unset}}.step-label{color:#fff;background-color:#404040;font-size:14px;font-family:Metropolis;font-weight:600;letter-spacing:.5px;padding:5px 13px 3px 11px;border-radius:4px;margin-right:12px}.form-group{margin-bottom:8px}.form-action{background-color:#fff;border-radius:3px;display:flex;justify-content:space-between;padding:15px}.upload-action{border:dashed #d4d4d4;border-radius:5px;padding:0 46px;width:45%}@media(max-width:992px){.upload-action{width:auto}}@media(max-width:576px){.upload-action{width:100%}}.or{color:#acacac;font-family:Poppins;font-size:24px!important;margin:7px 3px 0;text-transform:uppercase}.upload-menu{border-radius:8px}.upload-menu .description-section{display:flex;flex-direction:column;justify-content:center;padding:0!important}.upload-menu .description-section .supported{display:flex;justify-content:space-evenly;align-items:center;margin:16px auto;width:100%}.upload-menu .description-section .supported .supported-list{display:flex}.upload-menu .description-section .supported .supported-list .supported-item{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;width:49px;border:1px solid #acacac;border-radius:2px;color:#2c90ff;margin-right:8px;font-size:12px}.upload-menu .description-section .supported .supported-list .supported-item:last-child{margin-right:0}@media(max-width:480px){.upload-menu .description-section .supported .supported-list{flex-wrap:wrap}.upload-menu .description-section .supported .supported-list .supported-item{margin-bottom:4px}}@media(max-width:1200px){.upload-menu .description-section .supported .supported-list{margin-top:10px;margin-bottom:-5px}.upload-menu .description-section .supported{display:block;margin:12px auto}}.upload-menu .description-section .file-size{display:flex;justify-content:center;width:100%}.upload-menu .description-section .file-size .file-size-item{color:#acacac;padding:0 12px;border-left:1px solid #d4d4d4;display:flex;flex-direction:column;justify-content:center;align-items:center}.upload-menu .description-section .file-size .file-size-item .title{font-weight:700;font-size:32px}.upload-menu .description-section .file-size .file-size-item .plan{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 12px;border:1px solid #acacac;border-radius:4px;font-size:12px}.upload-menu .description-section .file-size .file-size-item.active{color:#404040}.upload-menu .description-section .file-size .file-size-item.active i{color:#0dbc29}.upload-menu .description-section .file-size .file-size-item.active .plan{border:1.5px solid #2c90ff}.upload-menu .description-section .file-size .file-size-item:first-child{padding-left:0;border-left:none}.upload-menu .description-section .file-size .file-size-item:last-child{padding-right:0}@media(max-width:460px){.upload-menu .description-section .file-size{flex-wrap:no-wrap}.upload-menu .description-section .file-size .file-size-item{padding:0 4px}.upload-menu .description-section .file-size .file-size-item .title{font-size:18px}.upload-menu .description-section .file-size .file-size-item .plan{padding:2px;font-size:8px}}@media(max-width:992px){.upload-menu .description-section{padding:20px;width:100%}}@media(max-width:767px){.upload-menu .description-section{padding:0;width:100%}}.upload-menu .btn-upload{background:linear-gradient(270deg,#1675dd,#2c90ff 100.34%);border-radius:8px;align-items:center;padding:10px 20px;color:#fff;flex-shrink:0;margin:10px auto;width:100%}.upload-menu .icon-wrapper{height:32px;width:24px;font-size:24px}@media(max-width:992px){.upload-menu{flex-direction:column}}.generator-container{position:relative}.generator-container .settings{position:relative;padding:15px 24px;grid-gap:15px;gap:15px;flex-wrap:wrap;align-items:flex-start;border-radius:5px;box-shadow:0 0 20px rgba(0,0,0,.25);background:#e8eef2;font-family:Poppins;font-weight:400;font-size:14px}.generator-container .visual-container{z-index:0}.generator-container .settings-menu{position:relative;padding:12px 24px;gap:24px;flex-wrap:wrap;align-items:flex-start;box-sizing:border-box;background:#e8eef2;margin-bottom:16px;background:#1c66b8;border:1px solid #2c90ff;border-radius:8px}.generator-container .settings-menu.visual-container{z-index:0}.generator-container .menu .type-bar-inner{display:flex;flex-wrap:nowrap;box-sizing:border-box;box-shadow:none!important;border:0!important;width:100%;flex-shrink:0;overflow-x:auto;overflow-y:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:-16px;scrollbar-width:none;scroll-behavior:smooth}.generator-container .menu .type-bar-inner .tab{display:flex;flex-shrink:0;-webkit-user-select:inherit;-moz-user-select:inherit;user-select:inherit;height:56px;font-size:.9rem;text-transform:none;line-height:56px;padding:0 14px;opacity:.7;box-sizing:border-box;border-bottom:3px solid transparent;color:#1e15e4!important;transition:all .3s;text-decoration:none;cursor:pointer}.generator-container .menu .type-bar-inner .tab.active{font-size:1rem;font-weight:700;color:#fff!important}.generator-container .menu .type-bar-inner .tab.active,.generator-container .menu .type-bar-inner .tab:hover{border-color:#fff;opacity:1}.generator-container .menu .type-bar-inner::-webkit-scrollbar{display:none}.generator-container .menu .qr-angle-left,.generator-container .menu .qr-angle-right{font-weight:700;font-size:12px;position:absolute;top:40px;height:14px;width:6px;cursor:pointer}@media(max-width:992px){.generator-container .menu .qr-angle-left,.generator-container .menu .qr-angle-right{top:33px}}.generator-container .menu i.qr-angle-right{right:10px}.generator-container .menu i.qr-angle-left{font-size:12px;position:absolute;left:10px}.generator-container .menu .menu-tab{padding:0;list-style:none;display:inline-block;margin:0 2px;text-align:center}.generator-container .menu .menu-tab:first-child{margin-left:0!important}.generator-container .menu .menu-tab .menu-item{min-width:68px;min-height:66px;text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;padding:0 5px;cursor:pointer;transition:all .3s}.generator-container .menu .menu-tab .menu-item.active,.generator-container .menu .menu-tab .menu-item:hover{background:#fff;color:#000}.generator-container .menu .menu-tab .menu-item.active .nav-icon-img i,.generator-container .menu .menu-tab .menu-item:hover .nav-icon-img i{color:#1c93bd}.generator-container .menu .menu-tab .menu-item .title{white-space:nowrap;font-family:Metropolis;font-size:12px;font-weight:400}.generator-container .menu .menu-tab .menu-item .nav-icon-img{width:24px;height:24px;margin:8px 0;display:flex;align-items:center;justify-content:center;color:#fff}.generator-container .menu .menu-tab .menu-item .nav-icon-img i{font-size:24px;color:#fff;font-weight:700}.generator-container .menu .menu-tab .menu-item .nav-icon-img i.not-bold{font-weight:400}@media(max-width:992px){.generator-container .menu .menu-tab .menu-item .nav-icon-img{margin:4px 0}.generator-container .menu .menu-tab .menu-item{min-width:48px;min-height:48px}}@media(max-width:767px){.generator-container .menu .menu-tab{margin:0 4px}}.block-item .main-header .big-title{background:-webkit-linear-gradient(270deg,#1675dd,#00c6c6 99.22%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-weight:700;line-height:60px}.block-item .main-header .small-title{width:100%;font-size:16px;color:#404040;padding-top:10px;margin:0 auto}@media(min-width:992px){.block-item .main-header .small-title{width:84%}}.articles-wrapper{background:#fff;width:100%;position:relative;padding:40px 0;border:1px solid #348ced;border-radius:10px}.articles-wrapper .articles-header{position:absolute;padding:5px 32px;background-color:#348ced;left:50%;transform:translateX(-50%);top:-17px;border-radius:10px}.articles-wrapper .articles-header h5{color:#fff;margin:0}.home.bulk-section{background-color:#1155a0}.home .generator-container .position-unset{position:unset!important}.home .generator-container .format-container{background-color:#fff;padding:24px;border-radius:4px}.home .generator-container .format-container .title{margin-bottom:15px}.home .generator-container .format-container hr{margin-bottom:5px;border-top-width:2px}.home .generator-container .format-container .template-container{display:flex;flex-wrap:wrap;gap:5px;padding:10px;margin:5px 0;width:111px;height:auto;box-shadow:0 0 5px 2px rgba(0,0,0,.1)}.home .generator-container .format-container .template-container :first-child{border:1px solid #2c90ff!important;background-color:#c8e0fc!important}.home .generator-container .format-container .template-container .item{border:1px solid #949494;background-color:#fff;border-radius:2px}.home .generator-container .format-container .format-section{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.home .generator-container .format-container .format-section .format-item{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;border:1.5px solid #d4d4d4;border-radius:8px;padding:0 15px;margin:10px 0}.home .generator-container .format-container .format-section .format-item.noFormating>div{width:111px;height:127px;text-align:center;box-shadow:0 0 5px 2px rgba(0,0,0,.1);padding:15px;margin:5px 0}.home .generator-container .format-container .format-section .format-item.noFormating>div i{font-size:48px;color:#2c90ff;margin-bottom:10px}.home .generator-container .format-container .format-section .format-item.noFormating>div>div{font-size:10px;color:gray;margin-top:7px}.home .generator-container .format-container .format-section .format-item.active{border-color:#2c90ff}.home .generator-container .format-container .format-section .format-item .format-size,.home .generator-container .format-container .format-section .format-item .heading{color:#404040}.home .generator-container .format-container .format-section .format-item .heading{font-weight:600;margin:20px 15px -2px}.home .generator-container .format-container .format-section .format-item .format-size{margin:-2px 15px 15px}.home .generator-container .format-container .format-section .format-item .check-mark{display:none;position:absolute;top:5px;right:5px;color:#2c90ff;font-size:16px}.home .generator-container .format-container .format-section .format-item.active .check-mark{display:block}@media screen and (max-width:992px){.home .generator-container .format-container .format-section{justify-content:space-evenly}}.home .generator-container .format-container .pagesize-section{display:flex;align-items:center}.home .generator-container .format-container .pagesize-section .page-size{display:flex;align-items:center;width:30%}.home .generator-container .format-container .pagesize-section .page-size span{white-space:nowrap}.home .generator-container .format-container .pagesize-section .page-size .paper-size{margin-left:10px;width:100%}@media(max-width:992px){.home .generator-container .format-container .pagesize-section .page-size{width:60%;justify-content:space-between}}@media(max-width:576px){.home .generator-container .format-container .pagesize-section .page-size{width:100%;justify-content:space-between}.home .generator-container .format-container .pagesize-section{flex-direction:column}}.home .generator-container .meta-data #generate-qr-code{gap:10px}.home .generator-container .meta-data .bulkQR{display:flex;flex-wrap:wrap;justify-content:space-between;background:#fff;border-radius:8px;padding:24px;width:100%;gap:20px}.home .generator-container .meta-data .bulkQR .upload-section{display:flex;flex-direction:column;align-items:center;width:530px}.home .generator-container .meta-data .bulkQR .upload-section .upload-container{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed #d4d4d4;border-radius:10px;width:100%;height:275px}@media(max-width:992px){.home .generator-container .meta-data .bulkQR .upload-section{width:100%;justify-content:flex-start;align-items:flex-start}}@media(max-width:767px){.home .generator-container .meta-data .bulkQR .upload-section{justify-content:flex-start;align-items:flex-start;padding:0;width:100%}}.home .generator-container .meta-data .bulkQR .btn-upload{background:linear-gradient(270deg,#1675dd,#2c90ff 100.34%);border-radius:8px;padding:16px 30px;color:#fff;flex-shrink:0;line-height:unset}.home .generator-container .meta-data .bulkQR .icon-wrapper{height:32px;width:24px;font-size:24px}.home .generator-container .meta-data .download-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1 1}.home .generator-container .meta-data .download-section span{font-family:Poppins;font-weight:800;font-size:14px;color:#404040}.home .generator-container .meta-data .download-section ol{margin-top:8px;padding-left:13px}.home .generator-container .meta-data .download-section ol li{font-family:Poppins;font-weight:400;font-size:12px;color:#404040;margin-bottom:6px}.home .generator-container .meta-data .download-section .download-container{border:1px solid #2c90ff;padding:20px;border-radius:8px}.home .generator-container .meta-data .download-section .download-container .title{font-family:Poppins;font-weight:800;font-size:14px;margin-bottom:5px;color:#404040}.home .generator-container .meta-data .download-section .download-container .download-item{display:flex;align-items:center;flex-wrap:wrap}.home .generator-container .meta-data .download-section .download-container .download-item div{display:flex;align-items:center;margin-right:5px;margin-bottom:5px;padding:4px 8px;border-radius:100px;border:1px solid #949494;cursor:pointer}.home .generator-container .meta-data .download-section .download-container .download-item div .qr-arrow-down-in-circle{color:#2c90ff}.home .generator-container .meta-data .download-section .download-container .download-item div span{font-family:Poppins;font-weight:400;font-size:12px;color:#404040;margin-left:5px}@media(max-width:992px){.home .generator-container .meta-data .download-section{width:100%}}.summernote{position:relative}.summernote .panel-default{border:none!important;padding:16px;background:#fff;border-radius:8px}.summernote p{margin-bottom:0}.summernote .btn-default{color:#404040;background-color:#e8eef2;border-color:transparent;height:32px!important}.summernote .btn-default:focus,.summernote .btn-default:hover{background:#1675dd;color:#fff!important;border-color:transparent}.summernote .btn-default.active,.summernote .btn-default:active,.summernote .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#acacac}.summernote .dropdown-menu{box-shadow:0 6px 12px rgba(0,0,0,.175)}.summernote .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.summernote pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.summernote blockquote,.summernote body.page blockquote{border-left:5px solid #f86466;background:#fff}.summernote blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px}.summernote .dropdown-toggle:after{display:none}.summernote .note-color.show li{display:flex}.summernote .note-color.show li .btn-group{display:block}.summernote .note-image-popover{position:fixed!important;background-color:#fff}.summernote .note-toolbar{padding:0;margin-bottom:16px}.summernote .note-editable{background:#fff;overflow:auto!important;width:450px;border-radius:4px 4px 0 0!important;border:1px dashed #d4d4d4!important;background-color:#fafafa!important}.summernote .note-editor.note-frame .note-statusbar{background-color:#e8eef2}.summernote .dropdown-menu{border:none}.summernote .shows{display:block}.summernote .btn:focus{box-shadow:0 0 0 0!important}.summernote .btn-ower{background:#1c93bd!important;color:#fff!important}.summernote .btn-purple{background:#480ca8!important;color:#fff!important}.summernote .btn-pink{background:#f72585!important;color:#fff!important}.summernote .btn-black{background:#000!important;color:#fff!important}.summernote .btn-white{background:#e5e5e5!important;color:#000!important}.summernote .note-editable{width:100%;min-width:345px;height:400px;margin:auto;border-radius:8px;border:1px solid #bbb}.summernote .pre-build-component{max-width:350px}.summernote .link_buttons{-webkit-user-select:initial!important;-moz-user-select:initial!important;user-select:auto!important}@keyframes hoverColor{0%{background-clip:initial}25%{-webkit-background-clip:text;background-clip:text}50%{background-clip:initial}75%{-webkit-background-clip:text;background-clip:text}to{background-clip:initial}}@keyframes opacyColor{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}to{opacity:1}}@keyframes borderColor{0%{border-color:#aaa}25%{border-color:transparent}50%{border-color:#aaa}75%{border-color:transparent}}.summernote .overfile_block{display:flex!important;inset:0;align-items:flex-start;justify-content:center}.summernote .delete_file_span{border:none;background:red;color:#fff;border-radius:100%;padding:1px 4px;display:block;margin-top:-10px;cursor:pointer}.summernote .delete_slider>button{position:relative;border:none;border-radius:10px;background:red;color:#fff;top:5px;left:50%;display:none}.summernote .dropdown-style-btn{width:150px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}#pricing .pricing-container{background:#1155a0}#pricing .section{background:#f2f8ff}#pricing .inner .main-title{display:flex;justify-content:center;align-items:center}#pricing .inner .main-title .large-text{color:#fff}#pricing .inner .main-title .normal-text{color:#fff;background:#084486;border-radius:8px;padding:4px 16px;font-weight:400}@media(max-width:767px){#pricing .inner .main-title{flex-direction:column}}#pricing .inner .small-bold-text{font-size:14px;font-weight:700}#pricing .inner .large-text{font-size:40px;font-weight:500}@media(max-width:767px){#pricing .inner .large-text{font-size:30px}}#pricing .inner .exchange-text{padding:5px!important;border-radius:20px;font-weight:500;height:36px}#pricing .inner .exchange-text.visible{border:1px solid}#pricing .inner .save-text{background:#00c47d;display:inline-block;color:#fff;border-radius:4px;padding:2px 8px;font-size:16px}#pricing .inner .iso-text{border:1px solid #2c90ff;border-radius:20px;padding:4px 8px;text-align:center}#pricing .inner .other-text{color:#fff;text-align:center;margin:20px 0;display:flex;align-items:center;gap:4px}#pricing .inner .other-text:after,#pricing .inner .other-text:before{content:"";border-top:1px solid #d4d4d4;flex:1 1 auto}#pricing .inner .trusted-by-top{display:flex;justify-content:center;gap:10px;color:#fff;flex-wrap:wrap;font-size:14px}#pricing .inner .trusted-by-top i{background:#00c37d;border-radius:50%;padding:4px;color:#000;font-size:10px}#pricing .inner .trusted-by-top .trusted-by-number{font-weight:600}@media(max-width:767px){#pricing .inner .trusted-by-top{justify-content:left!important}}#pricing .inner .trusted-by{background:#fff;border-radius:8px 8px 0 0}#pricing .inner .trusted-by .trusted-by-container{padding:15px}#pricing .inner .menu-tiger{border:1px solid #2c90ff;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:20px;color:#fff}#pricing .inner .menu-tiger img{background:#fff;border-radius:55px;height:36px;width:100%}#pricing .inner .menu-tiger .button{background-color:#084486;color:#fff}@media(max-width:767px){#pricing .inner .block-item{padding:0}}#pricing .inner .payment-plans{gap:15px;flex-wrap:wrap;align-items:flex-start;background:linear-gradient(180deg,#0f64c1,#1d6ec6 .01%,#1155a0 85.94%);padding:20px}#pricing .inner .payment-plans .columns{display:flex;flex-direction:column;width:calc(20% - 15px)}#pricing .inner .payment-plans .columns .header{background-color:#f9016f;border-radius:8px 8px 0 0;color:#fff;font-size:16px;z-index:0!important;padding:10px!important}#pricing .inner .payment-plans .columns .header.free,#pricing .inner .payment-plans .columns .header.premium,#pricing .inner .payment-plans .columns .header.regular{background-color:#2c90ff}#pricing .inner .payment-plans .columns .header.advanced{display:flex;justify-content:center;gap:10px}#pricing .inner .payment-plans .columns .header.advanced .best-seller{background:#171717;border-radius:40px;font-size:12px;padding:2px 10px}#pricing .inner .payment-plans .columns .header.advanced .best-seller i{color:#0af}#pricing .inner .payment-plans .columns .header.enterprise{background-color:#3a4c62}#pricing .inner .payment-plans .columns .columns-inner{background:#fff;border-radius:0 0 8px 8px}#pricing .inner .payment-plans .columns .columns-inner.free .price{border-radius:0 0 8px 8px}#pricing .inner .payment-plans .columns .columns-inner.enterprise .price{background-color:#293644;border-radius:0 0 8px 8px;color:#fff}#pricing .inner .payment-plans .columns .columns-inner.enterprise .price .button-payment{padding:0 10px!important}#pricing .inner .payment-plans .columns .columns-inner .price{background-color:#fff;height:100%;list-style-type:none;margin:0;padding:0;transition:all .3s ease 0s}#pricing .inner .payment-plans .columns .columns-inner .price .normal-text{font-size:14px;color:#868686}#pricing .inner .payment-plans .columns .columns-inner .price.free-dynamic{height:unset;flex-grow:1}#pricing .inner .payment-plans .columns .columns-inner .price.free-dynamic:hover{box-shadow:unset}#pricing .inner .payment-plans .columns .columns-inner .price.features{border-radius:0 0 8px 8px}#pricing .inner .payment-plans .columns .columns-inner .price.features li{display:flex;padding:10px 0!important;min-height:40px;font-size:13px;border-bottom:.5px solid #ddd}#pricing .inner .payment-plans .columns .columns-inner .price.features li i{font-size:20px;color:#00c47d;font-weight:700}#pricing .inner .payment-plans .columns .columns-inner .price.features li .help-icon{width:18px!important;height:18px!important}#pricing .inner .payment-plans .columns .columns-inner .price.features li .material-icons,#pricing .inner .payment-plans .columns .columns-inner .price.features li svg{cursor:pointer;margin-left:5px;font-size:18px;color:#868686}#pricing .inner .payment-plans .columns .columns-inner .price.features li.locked,#pricing .inner .payment-plans .columns .columns-inner .price.features li.locked i,#pricing .inner .payment-plans .columns .columns-inner .price.features li.locked svg{color:#b0b0b0}@media(max-width:1400px){#pricing .inner .payment-plans .columns .columns-inner .price.features li{display:none!important;min-height:20px;padding:5px 10px!important}}#pricing .inner .payment-plans .columns .columns-inner .price.features.show li{display:flex!important}#pricing .inner .payment-plans .columns .columns-inner .price .button{background-color:#22c095;border:none;padding:5px 15px;text-align:center;text-decoration:none;font-size:16px;cursor:pointer;color:#fff!important;width:100%}#pricing .inner .payment-plans .columns .columns-inner .price .button.current-plan{background-color:#e9e9e9;color:#202020!important;text-transform:uppercase}#pricing .inner .payment-plans .columns .columns-inner .price .grey{font-size:20px}#pricing .inner .payment-plans .columns .columns-inner .price .grey .regular-switch{margin:0;padding:0;height:30px}#pricing .inner .payment-plans .columns .columns-inner .price .grey .regular-switch .MuiSwitch-switchBase{color:#0af}#pricing .inner .payment-plans .columns .columns-inner .price .grey .regular-switch .MuiSwitch-track{background-color:#9f9f9f}#pricing .inner .payment-plans .columns .columns-inner>ul li:first-of-type{flex-grow:1}#pricing .inner .payment-plans .columns .columns-inner>ul li{padding:10px}#pricing .inner .payment-plans .columns .columns-inner>ul.price{display:flex;flex-direction:column;padding:10px}@media(max-width:1024px){#pricing .inner .payment-plans .columns .columns-inner>ul.price{min-height:unset}}#pricing .inner .payment-plans .columns .columns-inner .show-features{color:#0061d5;cursor:pointer;justify-content:center;display:none}@media(max-width:1400px){#pricing .inner .payment-plans .columns .columns-inner .show-features{display:flex}}#pricing .inner .payment-plans .columns .columns-inner .line-break{border-top:1px solid #ddd;margin:10px 0 0}#pricing .inner .payment-plans .columns .columns-inner .button-payment{padding:0!important;height:45px}#pricing .inner .payment-plans .columns .columns-inner .button-payment.mobile{display:none}@media(max-width:767px){#pricing .inner .payment-plans .columns .columns-inner .button-payment{height:unset;min-height:unset}#pricing .inner .payment-plans .columns .columns-inner .button-payment.mobile{display:block}}#pricing .inner .payment-plans .columns .columns-inner .price-block{height:140px}#pricing .inner .payment-plans .columns .free-qr-form{background-color:#fff;margin:20px 0;padding:20px;border-radius:8px}#pricing .inner .payment-plans .columns .free-qr-form h5{font-size:22px}#pricing .inner .payment-plans .columns .free-qr-form input{font-size:16px}@media(max-width:1400px){#pricing .inner .payment-plans .columns{width:calc(50% - 15px)}}@media(max-width:1024px){#pricing .inner .payment-plans .columns{width:450px}}@media(max-width:767px){#pricing .inner .payment-plans .columns{width:350px}}@media(min-width:1400px){#pricing .inner{max-width:1400px}}.event-modal .button-close{color:#fff}.event-modal img{max-width:100%;max-height:100%}.discount-modal{background-color:#fff;color:#404040;display:flex}.discount-modal .modal-image{background-color:#2c90ff;max-width:205px;padding:12px 0 0 12px;display:flex;align-items:flex-end}.discount-modal .modal-image.chinese-img{display:block;padding:0}@media(max-width:992px){.discount-modal .modal-image.chinese-img{display:none}}.discount-modal .modal-image img{min-width:241px;max-width:246px;height:100%}@media(max-width:992px){.discount-modal .modal-image{display:none}}@media(min-width:993px){.discount-modal .modal-body{padding-left:60px}}.discount-modal .modal-body .discount-title{color:#2c90ff;font-size:30px;font-weight:700;padding:14px 30px 16px;line-height:100%}@media(max-width:767px){.discount-modal .modal-body .discount-title{font-size:24px;padding:16px}}.discount-modal .modal-body .btn{color:#fff}.discount-modal .modal-body .code button{font-size:20px;font-weight:500;line-height:100%;color:#868686;border:1px solid #d4d4d4;width:100%;padding:8px 0;border-radius:0}.discount-modal .modal-body .copy-code{background:#2c90ff;text-transform:capitalize;font-size:14px;padding:12px 0;font-weight:400;width:100%;line-height:100%}.discount-modal .modal-body .btn-success{background:#0dbc29;border:1px solid transparent;width:100%}.discount-modal .modal-body .discount-introduction{display:flex;justify-content:start;align-items:center;font-size:12px;gap:8px}.discount-modal .modal-body .discount-introduction i{font-size:16px;background:-webkit-linear-gradient(0deg,#ff9617,#ff9617);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:992px){.discount-modal .modal-body .discount-introduction{justify-content:center;align-items:flex-start;text-align:center}}.discount-modal .modal-body .discount-content{font-size:20px;font-weight:700;line-height:100%}.discount-modal .modal-body .discount-content span{font-size:16px;font-weight:400}.email-field{border:1px solid #d4d4d4!important;border-radius:4px;padding:20px 16px;font-size:14px}.newsletter-field{color:#868686;font-weight:500;display:flex;align-items:center}.newsletter-field #newsletter{accent-color:#868686}.download-success-modal .social{padding:20px 0;display:flex;gap:20px;justify-content:center}.download-success-modal .social .logo{padding:5px;text-decoration:none}.download-success-modal .social .logo i{font-size:30px}.download-success-modal .social .logo i.qr-facebook{color:#3b5998}.download-success-modal .social .logo i.qr-twitter{color:#1da1f2}.download-success-modal .social .logo i.qr-instagram{color:#cc2366}.download-success-modal .social .logo i.qr-linkedin{color:#0e76a8}.download-success-modal .social .logo i.qr-youtube{color:red}.confirmation-modal .btn-group{display:flex;justify-content:space-between;margin:0 6px!important;width:auto}.confirmation-modal .btn-group .btn{width:auto;margin:0 6px!important;color:#000;border-radius:5px!important;min-width:100px;font-size:14px;font-weight:500}.confirmation-modal .btn-group .btn.btn-yes{background-color:#1155a0;color:#fff}.confirmation-modal .btn-group .btn.btn-no{background:#e2f3ff;color:#1675dd}.order-summary-container{display:flex;flex-direction:row;justify-content:center;padding:48px 16px}@media(max-width:1024px){.order-summary-container{flex-direction:column-reverse}.order-summary-container .purchase-container .plan-details{margin:0 auto;border-radius:0 0 8px 8px;padding:65px 32px;background:linear-gradient(0deg,#fff 98.11%,hsla(0,0%,100%,.69))}.order-summary-container .purchase-container .payment-success-form .purchase-header{border-radius:8px 8px 0 0}.order-summary-container .purchase-container .payment-success-form .purchase-body{border-radius:0}}.loading-containter{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;height:100%;width:100%}.order-trusted-by{background:#fff}.order-trusted-by .order-trusted-by-container{padding:10px}.order-trusted-by .order-brands{background:transparent}.order-trusted-by .order-brands .react-slideshow-container .default-nav:last-of-type{margin-right:-12px}.order-trusted-by .order-brands .order-brand-item{display:flex;justify-content:center;margin:0 6px}.order-trusted-by .order-brands .order-brand-item img{height:24px;width:100%;max-width:75px}.order-trusted-by .order-brands .default-nav{width:8px;height:24px;color:#868686;font-size:8px}.purchase-container{background-color:#1155a0;font-family:Poppins}.purchase-container .order-summary-form,.purchase-container .payment-fail-form,.purchase-container .payment-success-form,.purchase-container .purchase-form{max-width:365px;margin:0 auto}.purchase-container .order-summary-form .purchase-header,.purchase-container .payment-fail-form .purchase-header,.purchase-container .payment-success-form .purchase-header,.purchase-container .purchase-form .purchase-header{background:#1675dd;font-size:16px;color:#fff;text-align:center;padding:28px 40px;border-radius:8px 8px 0 0}.purchase-container .order-summary-form .purchase-body,.purchase-container .payment-fail-form .purchase-body,.purchase-container .payment-success-form .purchase-body,.purchase-container .purchase-form .purchase-body{border-radius:0 0 8px 8px;background-color:#fff;padding:30px 40px}@media(max-width:767px){.purchase-container .order-summary-form .purchase-body,.purchase-container .payment-fail-form .purchase-body,.purchase-container .payment-success-form .purchase-body,.purchase-container .purchase-form .purchase-body{padding:16px}}.purchase-container .order-summary-form .purchase-body .purchase-label,.purchase-container .payment-fail-form .purchase-body .purchase-label,.purchase-container .payment-success-form .purchase-body .purchase-label,.purchase-container .purchase-form .purchase-body .purchase-label{font-size:20px;font-weight:600}.purchase-container .order-summary-form .purchase-body .purchase-desc,.purchase-container .payment-fail-form .purchase-body .purchase-desc,.purchase-container .payment-success-form .purchase-body .purchase-desc,.purchase-container .purchase-form .purchase-body .purchase-desc{font-size:14px;font-weight:400;color:#868686}.purchase-container .order-summary-form .purchase-body .divider,.purchase-container .payment-fail-form .purchase-body .divider,.purchase-container .payment-success-form .purchase-body .divider,.purchase-container .purchase-form .purchase-body .divider{height:1px;width:100%;background:#d4d4d4}.purchase-container .order-summary-form .purchase-body .select-payment,.purchase-container .payment-fail-form .purchase-body .select-payment,.purchase-container .payment-success-form .purchase-body .select-payment,.purchase-container .purchase-form .purchase-body .select-payment{font-size:14px;font-weight:500}.purchase-container .order-summary-form .purchase-body .link,.purchase-container .payment-fail-form .purchase-body .link,.purchase-container .payment-success-form .purchase-body .link,.purchase-container .purchase-form .purchase-body .link{font-size:12px}.purchase-container .order-summary-form .purchase-body .link i,.purchase-container .payment-fail-form .purchase-body .link i,.purchase-container .payment-success-form .purchase-body .link i,.purchase-container .purchase-form .purchase-body .link i{font-size:8px}.purchase-container .btn,.purchase-container .example button{font-size:16px}.purchase-container .btn.orange,.purchase-container .example button.orange{color:#fff;background:#ff9617!important}.purchase-container .input-discount{width:200px;margin:0 auto;text-align:center}.purchase-container .round{background:#6273e9;border:2px solid #2c90ff;overflow:hidden;margin-bottom:10px;border-radius:4px;display:flex;align-items:center;justify-content:center;height:44px;z-index:1}.purchase-container .round a img{height:44px}.purchase-container .round .paypal-button{width:100%}.purchase-container .round .paypal-button .zoid-outlet{z-index:0;margin-left:-2px;width:102%!important}.purchase-container .select-month{width:200px;margin:0 auto}.purchase-container .payment-desc{color:#898989;font-size:12px}.purchase-container .payment-desc .circle{background-color:#0dbc29;border-radius:100%;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center}.purchase-container .payment-desc .circle i{font-size:17px;color:#fff}.purchase-container .payment-success-form{max-width:440px}.purchase-container .payment-success{display:flex;flex-direction:column;align-items:center;font-family:Metropolis}.purchase-container .payment-success.payment-fail i{color:red!important}.purchase-container .payment-success i{font-size:60px;color:#0dbc29;margin-bottom:20px}.purchase-container .payment-success label{color:#404040;font-weight:500;font-size:14px}.purchase-container .payment-success span{color:#acacac;font-size:14px}.purchase-container .payment-success .payment-label{text-align:center;font-size:24px;font-weight:700}.purchase-container .payment-success .payment-desc{font-size:14px}.purchase-container .payment-success .payment-details{border-top:1px dashed #d4d4d4;padding:20px 16px 0}.purchase-container .payment-success .payment-details .payment-detail{display:flex;flex-wrap:wrap;justify-content:space-between}.purchase-container .payment-success .btn-success{width:100%;max-width:260px;padding:12px;border-radius:30px;background-color:#0dbc29}.purchase-container .order-summary-form{box-shadow:#868686;max-width:none}.purchase-container .order-summary-form .purchase-header{border-radius:0 8px 0 0;width:100%}.purchase-container .order-summary-form .purchase-body{border-radius:0 0 8px 0}.purchase-container .order-summary-form .purchase-body label{color:#404040;font-weight:400;font-size:14px;padding:0}.purchase-container .order-summary-form .purchase-body .plan-select-container{width:100%}.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-selected{display:flex;align-items:center;padding:14px 8px;gap:8px}.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-selected i{color:#0dbc29;font-size:16px}.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-selected label{font-size:14px;color:#2c90ff;font-weight:700}.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-selected span{font-size:14px;font-weight:400;color:#404040}@media(max-width:400px){.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-selected span{font-size:10px}}.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-select__control .plan-select__single-value{font-size:14px;font-weight:700;padding:16px;border-radius:4px}.purchase-container .order-summary-form .purchase-body .plan-select-container .plan-select__control .plan-select__input-container{display:none}.purchase-container .order-summary-form .purchase-body .month-select{width:60%}.purchase-container .order-summary-form .purchase-body .discount{width:40%}.purchase-container .order-summary-form .purchase-body .month-select-container{width:100%}.purchase-container .order-summary-form .purchase-body .month-select-container .month-select__control .month-select__single-value{font-size:16px;font-weight:700;padding:7px 8px}.purchase-container .order-summary-form .purchase-body .discount-input{height:44px;font-size:14px;padding:12px 16px;font-weight:700;width:100%;border:1px solid #d4d4d4;border-radius:4px}.purchase-container .order-summary-form .purchase-body .price-review{border-bottom:1px dashed #d4d4d4}.purchase-container .order-summary-form .purchase-body .total-price{font-size:14px;font-weight:500}.purchase-container .order-summary-form .purchase-body .discount-price{font-size:14px;font-weight:500;color:#2c90ff}.purchase-container .order-summary-form .purchase-body .pay-price{font-size:24px;font-weight:700}.purchase-container .order-summary-form .purchase-body .pay-now-btn{color:#fff;width:100%;background:#0dbc29;border-radius:4px}.purchase-container .order-summary-form .purchase-body .pay-now-btn.orange{background:#ff9617}.purchase-container .order-summary-form .purchase-body small{color:#2c90ff;font-size:12px}.purchase-container .order-summary-form .billed-annually{border:1px solid #2c90ff;border-radius:4px;padding:12px 16px;background:#e6f2ff;display:flex;justify-content:start;align-items:center;gap:8px}.purchase-container .order-summary-form .billed-annually .default-price{font-family:Poppins;font-style:normal;font-weight:600;font-size:24px;line-height:100%}.purchase-container .order-summary-form .billed-annually .default-price span{font-size:14px;color:#949494;font-weight:400}.purchase-container .order-summary-form .billed-annually i{color:#2c90ff;font-size:16px}.purchase-container .order-summary-form .billed-annually label{font-size:12px;background:#404040;color:#fff;font-weight:500;padding:4px 8px;border-radius:30px}.purchase-container .plan-details{width:auto;max-width:440px;background:linear-gradient(90deg,#fff 98.11%,hsla(0,0%,100%,.69));padding:65px 50px;height:100%;border-radius:8px 0 0 8px}.purchase-container .header{font-size:32px;font-weight:600;background-color:transparent;padding:0}.purchase-container .plan-features{color:#2c90ff;font-size:14px;font-weight:500;padding:0 8px;border:1px solid #2c90ff;border-radius:4px;width:-moz-fit-content;width:fit-content}.purchase-container .price{background-color:#fff;height:100%;list-style-type:none;margin:0;padding:0;transition:all .3s ease 0s}.purchase-container .price .normal-text{font-size:14px;color:#868686}.purchase-container .price.free-dynamic{height:unset;flex-grow:1}.purchase-container .price.free-dynamic:hover{box-shadow:unset}.purchase-container .price.features li{color:#404040;display:flex;padding:2px 0!important;font-size:14px}.purchase-container .price.features li i{font-size:14px;color:#0dbc29;font-weight:700}.purchase-container .price.features li span{color:#868686}.purchase-container .price.features li .help-icon{width:18px!important;height:18px!important}.purchase-container .price.features li svg{cursor:pointer;margin-left:5px;font-size:18px;color:#868686}.purchase-container .price.features.show li{display:flex!important}.purchase-container .price .button{background-color:#22c095;border:none;padding:5px 15px;text-align:center;text-decoration:none;font-size:16px;cursor:pointer;min-width:130px;color:#fff!important}.purchase-container .price .grey{font-size:20px}.purchase-container .price .grey .regular-switch{margin:0;padding:0;height:30px}.purchase-container .price .grey .regular-switch .MuiSwitch-switchBase{color:#0af}.purchase-container .price .grey .regular-switch .MuiSwitch-track{background-color:#9f9f9f}.purchase-container>ul li:first-of-type{flex-grow:1}.purchase-container>ul li{padding:10px}.purchase-container>ul.price{display:flex;flex-direction:column;padding:10px}@media(max-width:1024px){.purchase-container>ul.price{min-height:unset}}.purchase-container .show-features{color:#0061d5;cursor:pointer;justify-content:center;display:none}@media(max-width:1024px){.purchase-container .show-features{display:flex}}.purchase-container .show-more{font-weight:500;font-size:14px}.main-blog-container .background{background-color:#005cc1}.background{position:absolute;width:100%;top:0;height:60vh}@media(max-width:992px){.background{height:50vh}}@media(max-width:768px){.background{height:40vh}}@media(max-width:640px){.background{height:38vh}}.blog-header{padding:0}.blog-header .container-fluid{width:75%;margin:0 auto!important}.blog-header .container-fluid .cover-header{justify-content:center;align-items:center;gap:8px}.blog-header .container-fluid .cover-header .divider{width:2px;height:22px;background:#70b4ff;margin-left:8px}.blog-header .container-fluid .cover-header .login-menu{padding:0}.blog-header .container-fluid .menu-mobile{display:none}@media(max-width:991px){.blog-header .container-fluid .menu-mobile{display:flex!important;margin:auto 0}}.blog-header .container-fluid .main-menu-mobile{display:none}@media(max-width:991px){.blog-header .container-fluid .main-menu-mobile{display:block!important}}.blog-header .container-fluid .logo-flex{max-width:-moz-fit-content;max-width:fit-content}.blog-header .container-fluid .logo-flex .main-logo{width:30px;height:30px}.blog-header .container-fluid .logo-flex .btn-create{background:#ff9617;color:#fff;display:flex;justify-content:center;align-items:center;padding:10px 18px;gap:10px;font-size:14px;border-radius:6px;font-weight:600;white-space:nowrap}.blog-header .container-fluid .logo-flex .btn-create:hover{text-decoration:none}.blog-header .container-fluid .logo-flex .btn-create i{font-size:10px;font-weight:600}.blog-header .container-fluid .language{display:flex}.blog-header .container-fluid .language span{line-height:normal}.blog-header .container-fluid .language-toggle{margin-left:2px}.blog-header .container-fluid .main-menu-mobile .back-to-blog{display:flex;justify-content:center;align-items:center;width:150px;margin:auto}.blog-header .container-fluid .menu{white-space:nowrap}@media(max-width:992px){.blog-header .container-fluid{width:100%}.blog-header .container-fluid .cover-header{justify-content:space-between}.blog-header .container-fluid .cover-header .divider{display:none}.blog-header .navigation-bar .cover-header .main-menu-mobile{position:fixed;z-index:999;left:0;top:0;padding-top:46px;display:block}.blog-header .navigation-bar .cover-header .main-menu-mobile .main-nav{border-color:transparent;border-radius:0 8px 8px 0;overflow:hidden}.blog-header .navigation-bar .cover-header .main-menu-mobile.active{background:rgba(0,0,0,.6);height:100%;width:100%;animation:fadeIn .75s ease-in-out;max-height:100%;overflow-y:auto}.blog-header .navigation-bar .cover-header .btn-cover,.blog-header .navigation-bar .cover-header .btn-show-language,.blog-header .navigation-bar .cover-header .menu-flex{display:none}.blog-header .navigation-bar .cover-header .logo-flex .main-logo{display:flex;align-items:center;justify-content:center;margin:11px auto;width:79px!important;height:24px!important;min-width:unset!important;min-height:unset!important}.blog-header .navigation-bar .cover-header .login-menu{padding:0}.blog-header .navigation-bar .cover-header .login-menu .language-toggle{margin-right:0}.blog-header .navigation-bar .cover-header .login-menu .language,.blog-header .navigation-bar .cover-header .login-menu .language .button>span{padding:0}.blog-header .mobile-menu{top:0;right:0;bottom:0;overflow-y:auto;margin:0;padding:0;z-index:1e+22}.blog-header .mobile-menu ul{list-style-type:none}.blog-header .menu-container{position:relative}.blog-header .menu-container .language-toggle{color:#1675dd}.blog-header .menu-container .btn-show-language{display:flex!important;color:#1675dd}.blog-header .mobile-menu{font-family:Metropolis;position:fixed;top:60px;left:0;z-index:999;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;border-radius:6px;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);animation:fadeIn .5s ease-in-out}.blog-header .top-shadow{background:rgba(0,0,0,.25);width:100%;height:2px;position:absolute;top:0;left:0;z-index:999}.blog-header .menu-section{margin:0;padding-left:0}.blog-header .mobile-menu li a{font-size:14px;line-height:100%;font-weight:400!important;color:#202020!important;display:block;text-align:left;padding:15px 0}}.blog-header .search-section{height:-moz-fit-content;height:fit-content;padding:15px 0;display:flex;flex-direction:column;gap:25px}@media(min-width:768px){.blog-header .search-section{padding:15px}}.blog-header .search-section.top-border{border-top:1px solid #d9d9d9}.blog-header .search-section .input-icon{width:100%;min-width:270px;max-width:none}.blog-header .search-section .input-icon i{top:10px;font-size:15px}.blog-header .search-section .input-icon input{font-size:12px;padding:8px 15px 8px 40px}.blog-header .search-section .create-qr{display:flex;gap:10px;font-size:14px;font-weight:600;line-height:100%;align-items:center;justify-content:center;color:#fff;padding:15px;background:#ff9617;border-radius:6px}.blog-header .search-section .create-qr i{font-size:10px;line-height:10px;font-weight:700}.blog-header .search-section .language .language-toggle{color:#1675dd}.blog-header .search-section .btn-primary{background:#1675dd;text-transform:uppercase;width:100%;font-size:14px;font-weight:600}.category-tags{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:12px;margin-bottom:32px}.category-tags .category-tag{text-align:center;padding:12px 20px;border:1px solid #208bff;border-radius:51px;font-weight:500;font-size:14px;color:#1675dd;white-space:nowrap;cursor:pointer}.category-tags .category-tag.active,.category-tags .category-tag:hover{background:#208bff;color:#fff}@media(max-width:767px){.category-tags{margin-bottom:24px;gap:8px}.category-tags .category-tag{font-size:12px;padding:8px 12px}}.blog-container{overflow:hidden;background:#fff}.blog-container .blog-skeleton{width:100%}.blog-container .blog-skeleton .group-skeleton{column-gap:20px}.blog-container .post-full-header{margin:0 auto;color:#fff;padding:60px 0 80px;max-width:1040px;text-align:center}.blog-container .post-full-header .post-full-title{font-size:40px;font-weight:700}@media(max-width:767px){.blog-container .post-full-header .post-full-title{font-size:24px}.blog-container .post-full-header{padding:30px 0 40px}}.blog-container .post-full-meta{display:flex;justify-content:center;align-items:center;font-size:14px}.blog-container .post-full-meta .divider{width:2px;height:15px;background:#fff;margin:0 8px}.blog-container .post-full-meta .post-full-meta-date{font-weight:400}.blog-container .post-full-meta .post-full-meta-author{font-weight:500}.blog-container .author-profile-image{border-radius:unset!important}.blog-container .author-profile-image.article{height:10px!important;width:40px!important}.blog-container .author-profile-image.single-post{height:15px!important}.blog-container .left-side-holder{top:0;display:none;margin-top:120px;position:fixed;padding:0 20px;width:20%}.blog-container .left-side-holder img{max-width:220px}.blog-container .animate-left-holder{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:ease-in-out;animation-duration:1s;animation-name:left;animation-fill-mode:both}.blog-container .right-side-holder{top:0;right:0;display:none;margin-top:120px;position:fixed;padding:0 20px;width:20%}.blog-container .right-side-holder img{max-width:220px}.blog-container .animate-right-holder{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:ease-in-out;animation-duration:1s;animation-name:right;animation-fill-mode:both}@keyframes left{0%{opacity:0;transform:translateX(-850px)}to{transform:translateX(0)}}@keyframes right{0%{opacity:0;transform:translateX(850px)}to{transform:translateX(0)}}@media(max-width:1170px){.blog-container .animate-left-holder,.blog-container .animate-right-holder{display:none!important}.blog-container .left-side-holder,.blog-container .right-side-holder{display:none}}.blog-container .site-main{display:flex;justify-content:center;flex-direction:column;margin:auto;align-items:center}.blog-container .site-main .blog-main-header{display:flex;align-items:center;flex-direction:column;margin:auto;padding:70px 0;width:100%;background:transparent;background-size:cover;background-repeat:no-repeat;background-position:50%;animation:skeleton-loading .75s linear infinite alternate}.blog-container .site-main .blog-main-header h1{text-align:center;font-size:48px;color:#fff;margin:10px auto;flex-wrap:wrap;font-weight:700;line-height:100%}.blog-container .site-main .blog-main-header .header-desc{font-style:normal;font-weight:500;font-size:14px;color:#fff!important;text-align:center}.blog-container .site-main .blog-main-header .input-icon{margin-top:24px;position:relative;width:100%;max-width:487px}.blog-container .site-main .blog-main-header .input-icon i{position:absolute;top:14px;left:16px;font-size:18px;color:#d4d4d4}.blog-container .site-main .blog-main-header .input-icon input{text-align:center;width:100%;padding:10px 38px;background:#fff;border:1px solid #d4d4d4;border-radius:51px;font-size:16px}.blog-container .site-main .blog-main-header .input-icon ::placeholder{color:#d4d4d4;opacity:1}.blog-container .site-main .blog-main-header .input-icon :-ms-input-placeholder{color:#d4d4d4}.blog-container .site-main .blog-main-header .input-icon ::-ms-input-placeholder{color:#d4d4d4}.blog-container .site-main .blog-main-header .category{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.blog-container .site-main .blog-main-header .category h3{color:#fff;margin:auto auto auto 10px}@media(max-width:992px){.blog-container .site-main .blog-main-header{padding:20px 16px}.blog-container .site-main .blog-main-header h1{font-size:32px}}.blog-container .back-to-blog{display:flex;background-color:transparent;color:#fff;padding:13px 24px;font-size:14px;margin:auto;align-items:center;text-decoration:none;white-space:nowrap;border-radius:6px;gap:8px;line-height:100%;border:1px solid #fff;border-radius:51px;width:-moz-fit-content;width:fit-content}.blog-container .back-to-blog .qr-angle-left{font-size:10px}.blog-container .input-icon{outline:none;margin-top:0;max-width:200px}.blog-container .input-icon input{outline:none}.blog-container .blog-slider{width:100%;padding:16px 0}.blog-container .blog-slider .blog-slider-container{position:relative}.blog-container .blog-slider .blog-slider-container .indicator{cursor:pointer;padding:6px;text-align:center;border:1px solid #1675dd;margin:0 4px;border-radius:50%}.blog-container .blog-slider .blog-slider-container .indicator.active{background:#1675dd}.blog-container .blog-slider .blog-slider-mask{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99;background:linear-gradient(90deg,#fff 16.88%,hsla(0,0%,100%,0) 26.21%,hsla(0,0%,100%,0) 48.44%,hsla(0,0%,100%,0) 69.27%,#fff 82.99%)}.blog-container .blog-slider .blog-slider-title{font-weight:600;font-size:24px;text-align:center;margin:16px 0}.blog-container .blog-slider .blog-slide{background:#fff;display:flex;border-radius:8px;overflow:hidden;height:90%;box-shadow:8px 14px 38px rgba(39,44,49,.06),1px 3px 8px rgba(39,44,49,.03);margin:16px}.blog-container .blog-slider .blog-slide .slide-img{width:60%;height:250px}.blog-container .blog-slider .blog-slide .slide-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:18px;gap:12px}.blog-container .blog-slider .blog-slide .slide-details .slide-categories{display:flex;flex-wrap:wrap;gap:8px}.blog-container .blog-slider .blog-slide .slide-details .slide-category{text-align:center;padding:4px 12px;border-radius:51px;font-weight:500;font-size:12px;background:#1675dd;color:#fff;white-space:nowrap;cursor:pointer}.blog-container .blog-slider .blog-slide .slide-details .slide-title{font-weight:600;font-size:24px}.blog-container .blog-slider .blog-slide .slide-details .slide-author{font-weight:500;font-size:14px;line-height:110%;color:#767676}.blog-container .blog-slider .blog-slide .slide-details .slide-date{font-size:12px;line-height:110%;color:#acacac}@media(max-width:1480px){.blog-container .blog-slider .blog-slide{flex-direction:column}.blog-container .blog-slider .blog-slide .slide-details,.blog-container .blog-slider .blog-slide .slide-img{width:100%}}.blog-container .inner{position:relative;padding:20px 16px}.blog-container .inner .article-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:24px}.blog-container .inner .article-header .arrow{color:#208bff;border:1px solid #208bff;border-radius:3px;font-size:10px;font-weight:bolder;padding:8px 12px;margin-left:10px}.blog-container .inner .article-header .arrow:hover{color:#fff;background-color:#208bff;cursor:pointer}.blog-container .inner .pagination{display:flex;justify-content:center;align-items:center;margin-top:20px}.blog-container .inner .pagination .pull-right .pagination{font-size:16px}.blog-container .inner .pagination .pull-right .pagination .page-item .page-link{border:none;padding:10px;color:#000;font-weight:500}.blog-container .inner .pagination .pull-right .pagination .page-item.active .page-link{background:#e2f0ff;color:#167cec;border-radius:4px}.blog-container .inner .pagination .pull-right .pagination .page-item:first-child .page-link{color:#167cec;border-radius:4px;font-weight:500;border:1px solid #167cec;margin-right:24px}.blog-container .inner .pagination .pull-right .pagination .page-item:last-child .page-link{color:#167cec;border-radius:4px;font-weight:500;border:1px solid #167cec;margin-left:24px}.blog-container .inner .not-found{font-family:Poppins;font-size:20px;font-weight:500;text-align:center;width:100%;background:#e8eef2;padding:20px 0;border-radius:8px}@media(max-width:992px){.blog-container .inner .not-found{font-size:16px}}.blog-container.single-blog .inner{max-width:60%}@media(max-width:1170px){.blog-container.single-blog .inner{max-width:840px}.blog-container.single-blog .inner .home-cover #blog-image{position:absolute;top:0;right:0;bottom:0;left:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%}}.blog-container.home-blog .inner{padding:24px 0;max-width:1049px;width:80%}@media(max-width:767px){.blog-container.home-blog .inner{width:100%;padding:24px 16px}}.blog-container .site-header-content{position:relative;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10vw 4vw;min-height:200px;max-height:450px;text-align:center}.blog-container .site-title{margin:0;padding:0;font-size:3.8rem;font-weight:700}.blog-container .site-logo{max-height:45px}.blog-container .site-description{margin:0;padding:5px 0;font-size:22px;font-weight:300;letter-spacing:.5px;opacity:.8}.blog-container .site-nav,.blog-container .site-nav-left{display:flex;overflow-y:hidden}.blog-container .site-nav li>a,.blog-container .site-nav-left li>a{padding:5px 7px}.blog-container .site-nav{flex-wrap:wrap;align-items:center;padding:0 2vw;position:relative;z-index:300;justify-content:space-between;font-size:1.2rem}.blog-container .site-nav .site-nav-left{padding-bottom:0;align-items:center;overflow-x:auto;margin-right:10px;letter-spacing:.4px;white-space:nowrap}.blog-container .site-nav .site-nav-left li>a{padding:5px 7px}.blog-container .site-nav .site-nav-left .site-nav-logo{margin-right:15px}.blog-container .site-nav .site-nav-right{display:flex}@media(min-width:900px){.blog-container.home-blog .site-nav{top:-70px}}.blog-container .site-nav-logo{flex-shrink:0;display:block;margin-right:24px;color:#fff;font-size:1.7rem;line-height:1em;font-weight:700;letter-spacing:-.5px}.blog-container .site-nav-logo:hover{text-decoration:none}.blog-container .site-nav-logo img{display:block;width:auto;height:21px}.blog-container .post-full-image{position:relative}.blog-container .post-full-image img{width:100%;height:100%;object-fit:cover;border-radius:24px}.post-feed{position:relative;z-index:200;flex-wrap:wrap;padding:10px 0 0;gap:40px}.post-card,.post-feed{display:flex}.post-card{flex:1 1 323px;flex-direction:column;overflow:hidden;min-height:300px;background:#fff 50%;background-size:cover;border-radius:5px;box-shadow:8px 14px 38px rgba(39,44,49,.06),1px 3px 8px rgba(39,44,49,.03);transition:all .5s ease}@media(min-width:1312px){.post-card{max-width:323px}}@media(max-width:1311px)and (min-width:860px){.post-card{max-width:calc(50% - 20px)}}.post-card:hover{box-shadow:0 0 1px rgba(39,44,49,.1),0 3px 16px rgba(39,44,49,.07);transition:all .3s ease;transform:translate3D(0,-1px,0)}.post-card-image-link{position:relative;min-height:189px}.post-card-image{width:auto;background:#c5d2d9 no-repeat 50%;background-size:cover}.post-card-image img{width:100%;object-fit:contain}.post-card-content-link{position:relative;display:block;color:#15171a}.post-card-content-link:hover{text-decoration:none}.post-card-tags{display:block;margin-bottom:4px;color:#738a94;font-size:1.2rem;line-height:1.15em;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.post-card-title{font-weight:600;font-size:18px}.post-card-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding:15px}.post-card-content .post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.post-card-content .post-tags .post-tag{font-size:12px;color:#fff;background-color:#208bff;padding:4px 14px;border-radius:60px}.post-card-meta{display:flex;justify-content:space-between;margin-top:20px;font-size:14px}.post-card-meta .post-card-author{color:#acacac;font-size:.875rem;font-weight:500;letter-spacing:.5px}.post-card-meta .blog-date{color:#acacac}.post-full-content{position:relative;margin:0 auto;padding:50px 16px;min-height:230px;font-family:Poppins;font-style:normal;font-weight:400;font-size:16px;line-height:120%;color:#404040;background:#fff;max-width:100vw}.post-full-content iframe{width:100%!important}.post-full-content:after,.post-full-content:before{content:"";position:absolute;top:15px;z-index:-1;display:block;width:20px;height:200px;background:rgba(39,44,49,.15);filter:blur(5px)}.post-full-content .post-table-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px;gap:24px;background:#eef6ff;border-radius:8px;font-family:Inter;font-style:normal;font-weight:600;font-size:18px;line-height:35px;margin:0 38px 60px}.post-full-content .post-table-content .table-content{color:#167cec}.post-full-content .post-table-content .table-content .content-children{font-weight:400;margin-bottom:8px}.post-full-content a{color:#000;box-shadow:inset 0 -1px 0 #3eb0ef}.post-full-content a:hover{color:#3eb0ef;text-decoration:none}.post-full-content h1{margin:0 0 .5em;font-size:5rem;font-weight:700}.post-full-content h2{margin:1.5em 0 .5em;font-size:2.2rem}.post-full-content h3{margin:1.5em 0 .5em;font-size:1.6rem;font-weight:500}.post-full-content dl,.post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6,.post-full-content ol,.post-full-content p,.post-full-content pre,.post-full-content ul{min-width:100%}.post-full-content em,.post-full-content strong{color:#090a0b}.post-full-content small{display:inline-block;line-height:1.6em}.post-full-content li{margin:.5em 0;padding-left:.5em;line-height:1.6em}.post-full-content li:first-child{margin-top:0}.post-full-content .no-margin p{margin:0}.post-full-content img,.post-full-content video{display:block;margin:1em auto;max-width:1040px}.post-full-content blockquote,.post-full-content dl,.post-full-content ol,.post-full-content p,.post-full-content ul{margin:0 0 1.5em}.post-full-content img{max-width:100%}@media(max-width:1480px){.post-full-content .post-table-content{margin:0 0 60px}}@media(max-width:1170px){.post-full-content{padding:5vw 2vw 0}}@media(max-width:992px){.post-full-content{padding:16px}.post-full-content .post-table-content{margin:0 0 40px;padding:16px}.post-full-content .post-table-content .table-content{font-size:14px}}.post-full-footer{justify-content:space-between;margin:0 auto;padding:3vw 1vw 6vw;max-width:840px}.post-full-footer,.post-full-footer .author-card{display:flex;align-items:center}.post-full-footer .author-card .author-profile-image{margin-right:15px;width:60px;height:60px}.post-full-footer .author-card .author-card-name{margin:0 0 2px;padding:0;font-size:2rem}.post-full-footer .author-card .author-card-name a{color:#15171a;font-weight:700}#notfound{position:relative;height:100vh;background:#fff}#notfound .notfound{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:460px;width:100%;text-align:center;line-height:1.4}#notfound .notfound .notfound-404{position:relative;width:180px;height:180px;margin:0 auto 50px}#notfound .notfound .notfound-404 h1{font-family:cabin,sans-serif;color:#000;font-weight:700;margin:0;font-size:90px;position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;text-align:center;height:40px;line-height:40px}#notfound .notfound .notfound-404>div:first-child{position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(270deg,#f77600,#ffb84f 100.34%);transform:rotate(45deg);border:5px dashed #000;border-radius:5px}#notfound .notfound .notfound-404>div:first-child:before{content:"";position:absolute;left:-5px;right:-5px;bottom:-5px;top:-5px;box-shadow:inset 0 0 0 5px rgba(0,0,0,.1);border-radius:5px}#notfound .notfound h2{font-family:cabin,sans-serif;font-size:33px;font-weight:700;text-transform:uppercase;letter-spacing:7px}#notfound .notfound p{font-family:cabin,sans-serif;font-size:16px;color:#000;font-weight:400}#notfound .notfound a{font-family:cabin,sans-serif;display:inline-block;padding:10px 25px;background-color:#8f8f8f;border:none;border-radius:40px;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;text-decoration:none;transition:all .2s}#notfound .notfound a:hover{background-color:#2c2c2c}.contact-container{height:82vh;display:flex;justify-content:center;align-items:center;padding:16px}.contact-container .form-signin-heading{font-size:22px;font-weight:600}.contact-container .success-form{background-color:#fff;padding:20px;border-radius:5px}.contact-container .success-form a{font-weight:700;font-size:14px}.contact-container .success-form .success-heading{font-size:18px;font-weight:500;font-family:Metropolis;font-style:normal}.contact-container .loader{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1}.contact-container form{background-color:#fff;margin:auto;padding:20px;border-radius:5px}.contact-container form .form-group{background:none;margin-bottom:20px}.contact-container form .contact-field{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.ebook-container{overflow:hidden;background:#fff;font-family:Poppins}.ebook-container .btn-back{background:#1675dd;display:flex;justify-content:center;align-items:center;gap:12px;padding:6px 16px 6px 12px;align-self:flex-start;color:#fff}.ebook-container .btn-back:hover{background:#1155a0}.ebook-container .ebook-main{display:flex;justify-content:center;flex-direction:column;margin:auto;align-items:center}.ebook-container .ebook-main.single{background:#f2f8ff;padding:20px 0 44px}.ebook-container .ebook-main .ebook-main-header{display:flex;align-items:center;flex-direction:column;margin:auto;padding:140px 0;width:100%;background:transparent;background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:#1155a0}.ebook-container .ebook-main .ebook-main-header h1{text-align:center;font-size:48px;color:#fff;margin-bottom:24px;flex-wrap:wrap;font-weight:700;line-height:100%;max-width:696px}.ebook-container .ebook-main .ebook-main-header .header-desc{font-size:16px;font-weight:400;line-height:25px;letter-spacing:0;text-align:center;color:#fff;max-width:696px}@media(max-width:992px){.ebook-container .ebook-main .ebook-main-header{padding:80px 24px}.ebook-container .ebook-main .ebook-main-header h1{font-size:42px}}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.ebook-container .webinars{width:100%;padding:16px 0 48px;background:#f2f8ff}.ebook-container .webinars .webinars-container{position:relative;max-width:1200px;margin:0 auto;display:flex;gap:40px;justify-content:center;align-items:start}.ebook-container .webinars .webinars-container .ebook-item .ebook-item-meta .ebook-item-url{font-weight:700}@media(max-width:767px){.ebook-container .webinars .webinars-container{flex-direction:column}}.ebook-container .webinars .webinars-title{font-size:36px;font-weight:700;line-height:54px;letter-spacing:0;text-align:center;background:linear-gradient(180deg,#3f95d9 19.44%,#16b7bf 81.48%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:20px 0 30px}.ebook-container .ebooks{padding-top:20px;padding-bottom:100px;text-align:center;position:relative;z-index:200;flex-wrap:wrap;gap:40px}.ebook-container .ebooks .ebooks-title{font-size:36px;font-weight:700;line-height:54px;letter-spacing:0;text-align:center;background:linear-gradient(180deg,#3f95d9 19.44%,#16b7bf 81.48%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:20px 0 30px}.ebook-container .ebooks .ebooks-content{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:60px;justify-content:center;align-items:flex-start;max-width:1200px!important;margin-right:auto;margin-left:auto;width:100%}.ebook-container .ebooks .ebooks-content.inside-content{flex-direction:column;align-items:start;max-width:550px!important;row-gap:20px}.ebook-container .ebooks .ebooks-content .inside-item{display:flex;gap:16px;align-items:center;justify-content:center}.ebook-container .ebooks .ebooks-content .inside-item i{color:#ff9312;font-weight:700}.ebook-container .ebooks .ebooks-content .inside-item span{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;text-align:left}@media(max-width:767px){.ebook-container .ebooks .ebooks-content .inside-item{align-items:start}.ebook-container .ebooks .ebooks-content .inside-item i{padding-top:4px}}.ebook-container .ebooks .ebooks-content.guide-content{display:flex;flex-direction:column;align-items:start;max-width:995px;gap:24px;margin-bottom:30px}.ebook-container .ebooks .ebooks-content .guide-item{cursor:pointer;display:flex;flex-direction:column;gap:8px;align-items:start;justify-content:start}.ebook-container .ebooks .ebooks-content .guide-item label{font-size:18px;font-weight:600;line-height:27px;letter-spacing:0;text-align:left;padding-bottom:0;color:#166dd4}.ebook-container .ebooks .ebooks-content .guide-item span{font-weight:400;line-height:24px;letter-spacing:0;text-align:left;color:#595959;font-size:16px}.ebook-container .ebooks .pagination{display:flex;justify-content:center;align-items:center;margin-top:20px}.ebook-container .ebooks .pagination .pull-right .pagination{font-size:16px}.ebook-container .ebooks .pagination .pull-right .pagination .page-item .page-link{border:none;padding:10px;color:#000;font-weight:500}.ebook-container .ebooks .pagination .pull-right .pagination .page-item.active .page-link{background:#e2f0ff;color:#167cec;border-radius:4px}.ebook-container .ebooks .pagination .pull-right .pagination .page-item:first-child .page-link{color:#167cec;border-radius:4px;font-weight:500;border:1px solid #167cec;margin-right:24px}.ebook-container .ebooks .pagination .pull-right .pagination .page-item:last-child .page-link{color:#167cec;border-radius:4px;font-weight:500;border:1px solid #167cec;margin-left:24px}.ebook-container .ebooks .not-found{font-family:Poppins;font-size:20px;font-weight:500;text-align:center;width:100%;background:#e8eef2;padding:20px 0;border-radius:8px}@media(max-width:992px){.ebook-container .ebooks .not-found{font-size:16px}}.ebook-item{display:flex;flex-direction:column;overflow:hidden;min-height:300px;background:#fff 50%;background-size:cover;border-radius:5px}@media(min-width:1312px){.ebook-item.ebook{max-width:260px}}@media(max-width:1311px)and (min-width:860px){.ebook-item.ebook{max-width:calc(50% - 20px)}}.ebook-item.webinar{margin:0 20px;background:transparent;width:50%}@media(max-width:767px){.ebook-item.webinar{width:auto}}.ebook-item.webinar .ebook-item-content{padding:24px 0}.ebook-item:hover .ebook-item-title{color:#fe8627}.ebook-item .ebook-item-image-link{position:relative;min-height:189px}.ebook-item .ebook-item-image{width:auto;background-size:cover}.ebook-item .ebook-item-image img{width:100%;object-fit:contain}.ebook-item .ebook-item-content-link{position:relative;display:block;color:#15171a}.ebook-item .ebook-item-content-link:hover{text-decoration:none}.ebook-item .ebook-item-title{font-size:18px;font-weight:600;line-height:25px;letter-spacing:0;text-align:left;margin-bottom:0;color:#166dd4;cursor:pointer}.ebook-item .ebook-item-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 30px}.ebook-item .ebook-item-devider{border:1px solid #9bbfe6;margin:20px 0}.ebook-item .ebook-item-meta{display:flex;flex-direction:column;gap:16px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;text-align:left}.ebook-item .ebook-item-meta .ebook-item-decs{color:#131313;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:143.5%}.ebook-item .ebook-item-meta .ebook-item-url{color:#fe8627}.single-ebook{display:flex;justify-content:space-between;width:100%}.single-ebook .single-ebook-image{width:50%;order:2;display:flex;justify-content:center;align-items:center}.single-ebook .single-ebook-image img{width:100%;max-width:512px;height:auto;object-fit:cover}.single-ebook .single-ebook-content{width:50%;order:1;max-width:543px}.single-ebook .single-ebook-content .single-ebook-content-link .single-ebook-title{font-size:36px;font-weight:700;line-height:50px;letter-spacing:0;text-align:left;margin-bottom:16px}.single-ebook .single-ebook-content .single-ebook-content-link:hover{text-decoration:none}.single-ebook .single-ebook-content .single-ebook-decs{font-size:16px;font-weight:400;line-height:25px;letter-spacing:0;text-align:left;color:#131313}.single-ebook .single-ebook-content .single-ebook-devider{border:1px solid #9bbfe6;margin:32px 0}.single-ebook .single-ebook-content .single-ebook-socials{display:flex;gap:24px;margin:32px 0}.single-ebook .single-ebook-content .single-ebook-socials i{color:#131313;font-size:20px;cursor:pointer}.single-ebook .single-ebook-content .single-ebook-socials a:hover{text-decoration:none}.single-ebook .single-ebook-content .single-ebook-socials .font-size-x{font-size:18px}.single-ebook .single-ebook-content .ebook-form .ebook-form-field{display:flex;margin-bottom:10px;align-items:center}.single-ebook .single-ebook-content .ebook-form .ebook-form-field label{width:40%;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0;text-align:left;color:#131313}.single-ebook .single-ebook-content .ebook-form .ebook-form-field div{width:60%}.single-ebook .single-ebook-content .ebook-form .ebook-form-field input:not([type=checkbox]){width:100%;border:1px solid #7d94ad;height:44px;padding:10px 20px;border-radius:6px;gap:10px}.single-ebook .single-ebook-content .ebook-form .ebook-form-field .ebook-agreement{color:#131313;font-size:12px;font-style:normal;font-weight:400;line-height:156%}.single-ebook .single-ebook-content .ebook-form .ebook-form-field ::placeholder{color:#595959;opacity:1}.single-ebook .single-ebook-content .ebook-form .ebook-form-field :-ms-input-placeholder{color:#595959}.single-ebook .single-ebook-content .ebook-form .ebook-form-field ::-ms-input-placeholder{color:#595959}@media(max-width:767px){.single-ebook .single-ebook-content .ebook-form .ebook-form-field{flex-direction:column;align-items:start;margin-bottom:24px}.single-ebook .single-ebook-content .ebook-form .ebook-form-field div,.single-ebook .single-ebook-content .ebook-form .ebook-form-field label{width:100%}}.single-ebook .single-ebook-content .ebook-form .btn-download{color:#fff;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;padding:10px 20px;background:#fe8627;width:60%;align-self:flex-end}@media(max-width:767px){.single-ebook{flex-direction:column}.single-ebook .single-ebook-image{width:100%;order:1}.single-ebook .single-ebook-content{width:100%}}
/*!
 * https://github.com/NateRadebaugh/react-datetime
 */.rdtPicker{font-family:Poppins;display:inline-block;min-width:150px;background:#fff;border:1px solid rgba(64,64,64,.15);border-radius:.25rem;color:#212529;font-size:1rem}.rdtPicker .rdtMonths,.rdtPicker .rdtYears{min-width:250px}.rdtPicker:not(.rdtStatic){box-shadow:0 .5rem 1rem rgba(64,64,64,.15);margin-top:.125rem;margin-bottom:.125rem}.rdtPicker .rdtTimeToggle{padding-top:.25rem;padding-bottom:.25rem;text-align:center}.rdtPicker table{width:100%;margin:0;border-collapse:collapse}.rdtPicker td,.rdtPicker th{text-align:center;height:30px}.rdtPicker td{cursor:pointer}.rdtPicker .rdtCounter .rdtBtn,.rdtPicker .rdtDay,.rdtPicker .rdtHour,.rdtPicker .rdtMinute,.rdtPicker .rdtMonth,.rdtPicker .rdtSecond,.rdtPicker .rdtTimeToggle,.rdtPicker .rdtYear{color:#212529}.rdtPicker .rdtCounter .rdtBtn:hover,.rdtPicker .rdtDay:hover,.rdtPicker .rdtHour:hover,.rdtPicker .rdtMinute:hover,.rdtPicker .rdtMonth:hover,.rdtPicker .rdtSecond:hover,.rdtPicker .rdtTimeToggle:hover,.rdtPicker .rdtYear:hover{background:#f8f9fa;color:#16181b;cursor:pointer}.rdtPicker .rdtNew,.rdtPicker .rdtOld{color:rgba(33,37,41,.3)}.rdtPicker .rdtToday{position:relative}.rdtPicker .rdtToday:before{content:"";display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #1675dd;position:absolute;bottom:4px;right:4px}.rdtPicker th{border-bottom:1px solid #e9ecef}.rdtPicker .dow{width:14.2857%;border-bottom:none;cursor:default}.rdtPicker .rdtNext,.rdtPicker .rdtPrev,.rdtPicker .rdtSwitch{padding-top:.25rem;padding-bottom:.25rem;color:#212529}.rdtPicker .rdtNext,.rdtPicker .rdtPrev{width:36px;font-size:1.25rem;vertical-align:top}.rdtPicker .rdtCounter .rdtBtn{display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#6c757d;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#f8f9fa}.rdtPicker .rdtTimeToggle{border-top:1px solid #e9ecef}.rdtPicker button{border:none;background:none;cursor:pointer}.rdtPicker button:hover{background-color:#f8f9fa}.rdtPicker thead button{width:100%;height:100%}.rdtPicker .rdtDays{min-width:250px}.rdtPicker .rdtMonth,.rdtPicker .rdtYear{height:50px;width:25%;cursor:pointer}.rdtPicker .rdtMonth:hover,.rdtPicker .rdtYear:hover{color:#16181b;background:#f8f9fa}.rdtPicker .rdtActive{background-color:#1675dd;color:#fff;border-radius:.25rem}.rdtPicker .rdtActive:hover{background-color:#115caf;color:#fff}.rdtPicker .rdtActive .rdtToday:before{border-bottom-color:#fff}.rdtPicker .rdtDisabled,.rdtPicker .rdtDisabled:hover{background:none;color:#6c757d;cursor:not-allowed}.rdtPicker .rdtCounters,.rdtPicker .rdtDays{display:inline-block}.rdtPicker .rdtCounters>div{float:left}.rdtPicker .rdtCounter{width:40px}.rdtPicker .rdtCounter .rdtBtn{line-height:40px;cursor:pointer}.rdtPicker .rdtCounter .rdtBtn:hover{background:#f8f9fa}.rdtPicker .rdtCounter .rdtCount{line-height:20px;font-size:1.25rem}.rdtPicker .rdtCounterSeparator{line-height:100px}.rdtPicker .rdtTime td{cursor:default}.registration-confirmation{background-color:#fff;border-radius:5px;padding:20px;max-width:400px;min-width:400px}.registration-confirmation .form-group{background:none}.registration-confirmation .common{font-family:Metropolis}.registration-confirmation .common a,.registration-confirmation .common span{font-weight:700;font-size:14px}.registration-confirmation .common .err{margin-top:8px}.registration-confirmation .heading{font-family:Metropolis;font-size:22px;font-weight:600}.registration-confirmation #email{border:1px solid #d4d4d4;border-radius:4px;padding:20px 16px;font-size:14px}.registration-confirmation #email-login{font-family:Metropolis;font-weight:700;font-size:16px}.registration-confirmation .btn-block,.registration-confirmation .error-message{display:flex;justify-content:center;align-items:center}.registration-confirmation .error-message{gap:4px;font-size:16px;font-weight:500;font-family:Metropolis;font-style:normal}.registration-confirmation .error-message i{font-size:16px;background:-webkit-linear-gradient(0deg,#ff1726,#ff1726);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#login_container{display:flex;justify-content:center}.enterprise-container{background:#366f66;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;overflow:hidden}.enterprise-container .header{background:#4f8e83}.enterprise-container .header .mobile-user a .btn-register{border:1px solid #1155a0!important;color:#1155a0!important}.enterprise-container .header .username.desktop{background:#28574f;border:1px solid #28574f}.enterprise-container .home .section-top{background:#366f66}.enterprise-container .home .section h2,.enterprise-container .home .section h3{color:#404040}.enterprise-container .home .generator-container .settings-menu,.enterprise-container .home .header-bar .email-confirm-alert{background:#28574f;border:1px solid transparent}@media(min-width:768px)and (max-width:991px){.enterprise-container .home .header-bar .main-title.book-demo{width:100%;padding-bottom:16px}}@media(min-width:992px)and (max-width:1199px){.enterprise-container .home .header-bar .main-title{max-width:calc(100% - 450px)}}.enterprise-container .home .custom .features .placeholder img{padding:5px}.enterprise-container .home .analytics .element-container .content .name,.enterprise-container .home .analytics .element-container .content .title,.enterprise-container .home .comprehension .element-container .content .name,.enterprise-container .home .comprehension .element-container .content .title,.enterprise-container .home .integrations .element-container .content .name,.enterprise-container .home .integrations .element-container .content .title{color:#3d608b}.enterprise-container .bulk-section{background:#366f66!important}.enterprise-container .bulk-section .btn-upload{background:#28574f!important}.enterprise-container .bulk-section .qr-arrow-down-in-circle{color:#28574f!important}.enterprise-container .bulk-section .download-container{border:1px solid #28574f!important}.enterprise-container .visual-container .settings-download{background-color:#e8eef2}.enterprise-container .trusted-by{background:#28574f}.enterprise-container .trusted-by .header-image-block .trusted-by-number{background:#4f8e83}.enterprise-container .block-item .main-header .big-title{background:-webkit-linear-gradient(270deg,#28574f,#4f8e83 99.22%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;line-height:60px;margin-bottom:14px}.enterprise-container .block-item .item-image-set .cover-block .heading{background:#28574f}.enterprise-container .block-item .footer-text .link{background-color:#ff9312}.enterprise-container .faq-container .faq-heading{background:#404040}.enterprise-container .footer{background:#28574f}.enterprise-container .footer .social-icons .icon .qr-icons{color:#2c3c55!important}.enterprise-container .footer .social-icons .icon .qr-icons.qr-linkedin{background-color:#2c3c55!important;color:#fff!important}.enterprise-container .footer .footer-vtline{background:#587ba6}.enterprise-container .footer .help-center-button{background:#ff9312}.enterprise-container .help{position:fixed;bottom:10px;right:50px;z-index:1000000000}@media(max-width:767px){.enterprise-container .help-icon{width:70px!important;height:70px!important}}.enterprise-container .blog-container .post-card-content .post-tags .post-tag{color:#fff;background-color:#366f66}.enterprise-container .blog-container .background,.enterprise-container .blog-container .blog-main-header{background-color:#366f66}.enterprise-container .blog-container .category-tag{border:1px solid #4f8e83!important;color:#4f8e83!important}.enterprise-container .blog-container .category-tag.active,.enterprise-container .blog-container .category-tag:hover{background:#4f8e83!important;color:#fff!important}.enterprise-container .blog-container .blog-slider .blog-slider-container .indicator{border:1px solid #4f8e83!important}.enterprise-container .blog-container .blog-slider .blog-slider-container .indicator.active,.enterprise-container .blog-container .blog-slider .slide-category{background:#4f8e83!important}.enterprise-container .blog-container .pagination .pull-right .pagination .page-item.active .page-link{background:#e2f0ff!important;color:#4f8e83!important}.enterprise-container .blog-container .pagination .pull-right .pagination .page-item:first-child .page-link,.enterprise-container .blog-container .pagination .pull-right .pagination .page-item:last-child .page-link{color:#4f8e83!important;border:1px solid #4f8e83!important}@media(max-width:992px){.enterprise-container .blog-container .menu-container .btn-show-language,.enterprise-container .blog-container .menu-container .language-toggle{color:#4f8e83}.enterprise-container .blog-container .mobile-menu{background:#fff}.enterprise-container{padding-bottom:0!important}}.enterprise-container .vCard-templates-container{background-color:#366f66!important}.enterprise-container .vCard-templates-container .vCard-templates .vcard-template-slider .template-slide input[type=radio]:before{box-shadow:inset 1em 1em #28574f}.enterprise-container .vCard .colors input[type=radio]{accent-color:#28574f}.header-dropdown-popper.enterprise-header .header-dropdown-container{background:#4f8e83}.header-dropdown-popper.enterprise-header .header-dropdown-container .main-menu .main-menu-item:hover{background-color:#366f66}.header-dropdown-popper.enterprise-header .header-dropdown-container .solution-menu .main-menu .main-menu-item i{background:#28574f}.chinese-container{background:#1155a0;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;overflow:hidden}.chinese-container .meta-data .file .description-section .file-size .file-size-item{padding:0 30px}.chinese-container .meta-data .file .description-section .file-size .file-size-item:first-child{padding-left:0;border-left:none}.chinese-container .meta-data .file .description-section .file-size .file-size-item:last-child{padding-right:0}@media(max-width:460px){.chinese-container .meta-data .file .description-section .file-size{flex-wrap:wrap}.chinese-container .meta-data .file .description-section .file-size .file-size-item{padding:0 6px}.chinese-container .meta-data .file .description-section .file-size .file-size-item .title{font-size:22px}.chinese-container .meta-data .file .description-section .file-size .file-size-item .plan{padding:4px;font-size:10px}}.chinese-container .meta-data .file .description-section .supported .supported-list .supported-item{margin-right:5px}@media(max-width:1199px){.chinese-container .meta-data .file .description-section{padding:0}}.chinese-container .file-wrapper .btn-upload{display:flex;align-items:center;line-height:unset!important}.chinese-container .trusted-by .brands .brand-item img{object-fit:contain}.chinese-container #pricing .inner .save-text{background:#fff;color:#404040;font-weight:500!important;border:1px solid #404040;border-radius:39px;padding:6px 8px;font-size:15px}.chinese-container #pricing .inner .payment-plans .columns .columns-inner .price .switch-wrapper{padding:4px 0 0}.chinese-container #pricing .inner .payment-plans .columns .columns-inner .price #enterprise-contact-us{margin-top:6px}.chinese-container #pricing .inner .payment-plans .columns .columns-inner.enterprise .price span{font-size:12px}.chinese-container .footer{font-family:Metropolis;padding:80px 110px}@media(max-width:992px){.chinese-container .footer{position:relative;padding:24px 16px;margin:0}}.chinese-container .footer .container .social-section{display:block}.chinese-container .footer .container .social-section h2{font-weight:700;color:#fff}.chinese-container .footer .container .social-section .social-community{display:flex;flex-direction:row;justify-content:center;gap:70px;margin-top:40px}@media(max-width:767px){.chinese-container .footer .container .social-section .social-community{margin-top:24px;gap:20px}}@media(max-width:480px){.chinese-container .footer .container .social-section .social-community{flex-direction:column}}@media(max-width:767px){.chinese-container .footer .container .social-section h2{font-size:28px}}.chinese-container .footer .container .exchange-links,.chinese-container .footer .container .footer-vtline{margin:40px 0}.chinese-container .footer .container .exchange-links .exchange-title{font-size:20px;font-weight:700;color:#fff;width:100%;text-align:center}.chinese-container .footer .container .exchange-links .exchange-list{margin-top:40px;display:flex;justify-content:space-between}.chinese-container .footer .container .exchange-links .exchange-list .exchange-link a{font-style:normal;font-weight:400;font-size:16px;line-height:100%;color:#fff;text-transform:capitalize}@media(max-width:767px){.chinese-container .footer .container .exchange-links{margin:24px 0}.chinese-container .footer .container .exchange-links .exchange-list{margin-top:24px;flex-wrap:wrap;row-gap:4px}.chinese-container .footer .container .exchange-links .exchange-list .exchange-link{width:50%}}.chinese-container .footer .container .copy-right{font-size:12px}.chinese-container .footer .container .copy-right a{color:#fff;font-size:12px}@media(max-width:767px){.chinese-container .footer .container .main-menu{margin-top:40px}}.chinese-container .comprehension{background-color:#fff}.chinese-container .comprehension .element-container{background-color:#f2f8ff}.chinese-container .comprehension .element-container .content{padding:0 20px;border-radius:10px 0 0 10px;display:flex;justify-content:center}@media(max-width:992px){.chinese-container .comprehension{min-height:300px;padding:20px}.chinese-container .comprehension .content{height:auto;border:none}.chinese-container .comprehension .image img{width:100%;border-radius:0}}.chinese-container .quick-technologies .quick-info{max-width:575px;align-items:center;position:relative;margin:0 auto}.chinese-container .quick-technologies .quick-info .techs{border-right:none}@media(max-width:992px){.header .navigation-bar .cover-header .menu-mobile{display:flex!important;margin:auto 0}}.header .navigation-bar .cover-header .menu-flex .menu .main-menu-link{display:flex;justify-content:center;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.header .menu li a{line-height:100%;font-family:Inter;font-weight:600}@media(max-width:992px){.header .navigation-bar .cover-header .main-menu-mobile{position:fixed;z-index:999;left:0;top:0;padding-top:46px;display:block}.header .navigation-bar .cover-header .main-menu-mobile .main-nav{border-color:transparent;border-radius:0 8px 8px 0;overflow:hidden}.header .navigation-bar .cover-header .main-menu-mobile.active{background:rgba(0,0,0,.6);height:100%;width:100%;animation:fadeIn .75s ease-in-out;max-height:100%;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header .navigation-bar .cover-header .btn-cover,.header .navigation-bar .cover-header .btn-show-language,.header .navigation-bar .cover-header .menu-flex{display:none}.header .navigation-bar .cover-header .logo-flex .main-logo{width:79px!important;height:24px!important;min-width:unset!important;min-height:unset!important}.header .navigation-bar .cover-header .login-menu{padding:0}.header .navigation-bar .cover-header .login-menu .language-toggle{margin-right:0}.header .navigation-bar .cover-header .login-menu .language,.header .navigation-bar .cover-header .login-menu .language .button>span{padding:0}.header .mobile-menu{top:0;right:0;bottom:0;overflow-y:auto;background:rgba(58,80,82,.95);margin:0;padding:0;z-index:1e+22}.header .mobile-menu.right{right:0;left:auto}.header .menu-container{position:relative;padding:0 15px}.header .menu-container .language-toggle{color:#1675dd}.header .menu-container .btn-show-language{display:flex!important;color:#1675dd}.header .mobile-menu{position:fixed;top:60px;left:0;z-index:999;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);animation:fadeIn .5s ease-in-out;border-radius:6px}.header .mobile-menu .auth-menu{width:246px}.header .mobile-left-menu-v2{font-family:Inter;font-style:normal;font-weight:600;font-size:14px;line-height:20px;width:100%;max-height:calc(100vh - 60px)}.header .mobile-left-menu-v2 .menu-container{padding:0}.header .top-shadow{background:rgba(0,0,0,.25);width:100%;height:2px;position:absolute;top:0;left:0;z-index:999}.header .menu-section{padding-left:0;display:flex;flex-wrap:wrap}.header .menu-section .main-menu-link{padding:15px;display:flex;justify-content:space-between;align-items:center;gap:8px;text-decoration:none;background:#fff;z-index:999;position:relative;cursor:pointer}.header .menu-section .main-menu-link i{font-weight:700;font-size:10px}.header .menu-section .mobile-sub-menu-wrapper{z-index:0;height:-moz-fit-content;height:fit-content}.header .menu-section .mobile-sub-menu{padding-left:0}.header .menu-section .mobile-sub-menu:last-child{border-right:none}.header .menu-section .mobile-sub-menu .main-menu-item{display:flex;justify-content:start;align-items:center;text-decoration:none;gap:15px;padding:15px 40px;font-family:Poppins}.header .menu-section .mobile-sub-menu .main-menu-item.solutions label{font-weight:400}.header .menu-section .mobile-sub-menu .main-menu-item label{font-weight:600;font-size:14px;padding:0;color:#202020}.header .menu-section .mobile-sub-menu .main-menu-item i{font-size:20px;font-weight:600;width:20px;height:20px}.header .menu-section .mobile-sub-menu .main-menu-item i.qr-group{font-size:14px}.header .menu-section .mobile-sub-menu li{background:#f2f8ff}.header .menu-section .mobile-sub-menu li.menu-footer{display:flex;justify-content:start;align-items:center;padding:15px;overflow:hidden;width:100%}.header .menu-section .mobile-sub-menu li.menu-footer .code-generator{border-top:1px solid hsla(0,0%,7%,.2);width:100%;gap:20px}.header .menu-section .mobile-sub-menu li.menu-footer .code-generator .code-img img{width:127px}.header .menu-section .mobile-sub-menu li.menu-footer .code-generator .code-content{gap:8px}.header .menu-section .mobile-sub-menu li.menu-footer .code-generator .code-content p{max-width:100%;white-space:wrap}.header .menu-section .mobile-sub-menu li.menu-footer .affiliates{padding-top:20px;border-top:1px solid hsla(0,0%,7%,.2);width:100%}.header .menu-section .mobile-sub-menu li.menu-footer .affiliates h4{color:#404040;font-size:14px;font-weight:700;margin:0 24px;font-family:Poppins}.header .menu-section .mobile-sub-menu li.menu-footer .affiliates img{background:#fff;padding:5px 20px;border-radius:28px;cursor:pointer;width:155px}.header .menu-section .mobile-sub-menu li.menu-footer .affiliates .logos{display:flex;margin:0 auto;gap:24px;flex-wrap:wrap;justify-content:space-between;padding:24px 40px}.header .menu-section .mobile-sub-menu li.menu-footer .affiliates .logos a{padding:0}.header .menu-section .mobile-sub-menu li.menu-footer .book-section{border-top:1px solid hsla(0,0%,7%,.2);white-space:wrap;background:transparent;padding:16px 24px;width:100%;overflow:visible}.header .menu-section .mobile-sub-menu li.menu-footer .book-section img{margin-left:-50px}.header .menu-section .mobile-sub-menu li.menu-footer .book-section .book-content{max-width:100%}.header .menu-section .mobile-sub-menu.solution{display:flex;background:#f2f8ff}.header .menu-section .mobile-sub-menu.solution .solution-sub-menu{padding-left:0}.header .menu-section .mobile-sub-menu.solution .solution-sub-menu li a i{font-weight:700}.header .mobile-menu li{width:100%;white-space:nowrap}.header .mobile-menu li a{padding:15px 0;font-size:14px;line-height:100%;color:#202020!important;display:block;text-align:left;float:unset}.header .language{padding:0;position:relative}.header .language-toggle-mobile{border-top:1px solid #d9d9d9;display:flex;gap:20px;padding:15px}.header .language-toggle-mobile .lang{padding:0}.header .language-toggle-mobile .lang svg{width:15px;height:15px}.header .language-toggle-mobile .btn-show-language{color:#202020}.header .language-toggle-mobile .btn-show-language svg{right:10px}.header .language-toggle-mobile span{color:#202020;font-size:14px!important}.header .language-toggle-mobile .MuiSvgIcon-root{margin:0;position:absolute;top:auto;right:0}}@media(max-width:768px)and (max-width:992px){.header .mobile-left-menu-v2{max-width:100%}}.language .button .material-icons-round{font-size:20px}.header-dropdown-popper{z-index:1020;top:64px!important;width:100%}@media(max-width:992px){.header-dropdown-popper{display:none}}.book-section{background:#fff;padding:24px;display:flex;width:-moz-fit-content;width:fit-content;border-radius:4px;overflow:hidden;min-width:500px}@media(max-width:1199px){.book-section{min-width:40%}}@media(max-width:992px){.book-section img{width:198px}}.book-section img{margin-left:-80px}.book-section .book-content{margin-left:-30px;max-width:280px;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:16px}.book-section .book-content p{color:#131313;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0;text-align:left}.book-section .book-content .btn-download{color:#fff;padding:10px 20px;background:#fe8627;font-size:14px;font-weight:500;line-height:21px;letter-spacing:0;text-align:center;width:100%}.code-generator{padding:24px 24px 24px 0;display:flex;width:-moz-fit-content;width:fit-content;border-radius:4px;overflow:hidden;min-width:500px;gap:40px}@media(max-width:1199px){.code-generator{min-width:40%}}@media(max-width:992px){.code-generator img{width:198px}}.code-generator .scan-now,.code-generator img{padding:8px;background:#e0e0e0;border-radius:6px}.code-generator .scan-now{margin-top:20px;color:#131313;text-align:center;font-size:14px;font-weight:600;position:relative}.code-generator .scan-now:before{content:"\a";border-color:transparent #e0e0e0 transparent transparent;border-style:solid;border-width:24px 24px 24px 0;position:absolute;top:-26px;left:calc(50% - 10px);transform:rotate(90deg)}.code-generator .code-content{display:flex;flex-direction:column;justify-content:center;align-items:start;width:100%;gap:20px}.code-generator .code-content label{padding:0;color:#0c5cba;font-size:16px;font-weight:700}.code-generator .code-content p{max-width:200px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0;text-align:left}.code-generator .code-content .btn-download{color:#fff;padding:10px 20px;background:#fe8627;font-size:14px;font-weight:500;line-height:21px;letter-spacing:0;text-align:center;width:100%}@media(max-width:767px){.code-generator .code-content{padding:15px 0}}.header-dropdown-container{background:#f2f8ff;border-top:1px solid hsla(0,0%,100%,.25);padding:0 16px 16px;font-family:Poppins}.header-dropdown-container .header-close{color:#131313;text-align:right;font-size:18px;padding-top:5px}.header-dropdown-container .product-menu{display:flex;justify-content:center;align-items:center;gap:40px}.header-dropdown-container .product-menu .main-menu{padding:0 16px 0 0;border-right:1px solid hsla(0,0%,7%,.2)}.header-dropdown-container .product-menu .main-menu .main-menu-item{font-weight:600}.header-dropdown-container .solution-menu{display:flex;justify-content:center;align-items:stretch;gap:40px}.header-dropdown-container .solution-menu h4{padding-left:20px;color:#131313;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.header-dropdown-container .solution-menu .main-menu{padding-right:16px;padding-bottom:10px;border-right:1px solid hsla(0,0%,7%,.2);min-height:100%}.header-dropdown-container .solution-menu .main-menu:last-child{border-right:none}.header-dropdown-container .solution-menu .main-menu .main-menu-item{min-width:190px;padding:7px 20px;align-items:center}.header-dropdown-container .solution-menu .main-menu .main-menu-item label{font-size:14px;font-weight:400;padding:0}.header-dropdown-container .solution-menu .main-menu .main-menu-item i{padding:8px;text-align:center;background:#3365b2;font-weight:700}.header-dropdown-container .solution-menu .main-menu .main-menu-item i.not-bold{font-weight:400}.header-dropdown-container .solution-menu .resoures .main-menu{border-right:none}.header-dropdown-container .solution-menu .affiliates{display:flex;flex-direction:column;gap:12px}.header-dropdown-container .solution-menu .affiliates img{background:#fff;padding:5px 20px;border-radius:28px;cursor:pointer;width:155px}.header-dropdown-container .solution-menu .affiliates .logos{display:flex;flex-direction:column;gap:12px}.header-dropdown-container .solution-menu .affiliates .logos a{width:100%}.header-dropdown-container .learn-menu{display:flex;justify-content:center;align-items:stretch;gap:40px}.header-dropdown-container .learn-menu .main-menu{border-right:1px solid hsla(0,0%,7%,.2);padding-right:40px;min-height:100%}.header-dropdown-container .learn-menu .main-menu h4{padding:0 20px;color:#fff;font-size:16px;font-weight:600;line-height:normal;text-wrap:nowrap}.header-dropdown-container .learn-menu .main-menu:last-child{border-right:none}.header-dropdown-container .learn-menu .main-menu.use-case h4{padding:0 10px}.header-dropdown-container .learn-menu .main-menu.use-case .main-menu-item{padding:10px}.header-dropdown-container .learn-menu .main-menu.use-case .main-menu-item label{font-weight:400;font-size:14px}.header-dropdown-container .learn-menu .book-section{background:transparent;padding:24px 24px 0}.header-dropdown-container .main-menu-item{display:flex;justify-content:start;color:#131313;gap:16px;padding:15px 20px;border-radius:5px;cursor:pointer;text-decoration:none}.header-dropdown-container .main-menu-item:hover{background:#0c5cba;color:#fff}.header-dropdown-container .main-menu-item:hover .content label{color:#fff}.header-dropdown-container .main-menu-item i{font-size:20px}.header-dropdown-container .main-menu-item i.qr-group{font-size:14px}.header-dropdown-container .main-menu-item .content{display:flex;flex-direction:column}.header-dropdown-container .main-menu-item .content label{font-size:14px;font-weight:600;line-height:21px;padding-bottom:4px;color:#131313}.header-dropdown-container .main-menu-item .content span{font-size:12px;font-weight:400;line-height:18px}.header{z-index:unset;background:#1675dd;padding:0 30px}.header.sticky{position:fixed;top:0;z-index:1030;width:100%}.header .container-fluid{margin:0!important;max-width:100%!important}.header .navigation-bar{font-family:Manrope;padding:11px 0}.header .navigation-bar .cover-header{display:flex;justify-content:space-between}.header .navigation-bar .cover-header .menu-mobile{display:none}@media(max-width:767px){.header .navigation-bar .cover-header .auth-section,.header .navigation-bar .cover-header .menu-mobile{display:flex!important;margin:auto 0}}.header .navigation-bar .cover-header .auth-section .qr-account{font-size:30px}.header .navigation-bar .cover-header .menu-flex{display:flex;align-items:center}.header .navigation-bar .cover-header .main-menu-mobile{display:none}.header .navigation-bar .cover-header .main-menu-mobile.active{height:100%;width:100%;background:rgba(0,0,0,.25)}@media(max-width:767px){.header .navigation-bar .cover-header .menu-flex{display:flex;align-items:center;justify-content:flex-end;padding-right:0;flex-direction:row-reverse}}.header .navigation-bar .cover-header .menu-flex .menu{list-style-type:none;margin:0;padding:0;float:right}.header .navigation-bar .cover-header .login-menu{border-radius:8px;padding:0 0 0 10px;display:flex;font-family:Manrope}.header .navigation-bar .cover-header .login-menu .btn-register{border:1px solid #fff;border-radius:2px;font-weight:600;padding:6px 20px}.header .navigation-bar .cover-header .login-menu .btn-login{text-transform:capitalize;font-weight:500;margin-right:15px;display:flex;align-items:center}.header .navigation-bar .cover-header .login-menu .language-toggle{display:flex}.header .navigation-bar .cover-header .login-menu a{font-size:14px;padding:0 4px;color:#fff;text-transform:uppercase}.header .navigation-bar .cover-header .btn-cover{display:flex}.header .navigation-bar .cover-header .btn-cover .desktop-logout{display:flex;align-items:center}.header .menu li{display:inline;float:left;position:relative}.header .menu li a{font-size:14px;padding:0 8px;line-height:40px;height:40px;color:#fff!important;font-family:Manrope}@media(max-width:768px){.header{padding:0}}@media(max-width:768px)and (max-width:992px){.header .navigation-bar .cover-header .main-menu-mobile{position:fixed;z-index:999;left:0;top:0;padding-top:46px;display:block}.header .navigation-bar .cover-header .main-menu-mobile .main-nav{border-color:transparent;border-radius:0 8px 8px 0;overflow:hidden}.header .navigation-bar .cover-header .main-menu-mobile.active{background:rgba(0,0,0,.6);height:100%;width:100%;animation:fadeIn .75s ease-in-out;max-height:100%;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header .navigation-bar .cover-header .btn-cover,.header .navigation-bar .cover-header .btn-show-language,.header .navigation-bar .cover-header .menu-flex{display:none}.header .navigation-bar .cover-header .logo-flex .main-logo{width:79px!important;height:24px!important;min-width:unset!important;min-height:unset!important}.header .navigation-bar .cover-header .login-menu{padding:0}.header .navigation-bar .cover-header .login-menu .language-toggle{margin-right:0}.header .navigation-bar .cover-header .login-menu .language,.header .navigation-bar .cover-header .login-menu .language .button>span{padding:0}.header .mobile-menu{top:0;right:0;bottom:0;overflow-y:auto;background:rgba(58,80,82,.95);margin:0;padding:0;z-index:1e+22}.header .mobile-menu.right{right:0;left:auto}.header .menu-container{position:relative;padding:0 15px}.header .menu-container .language-toggle{color:#1675dd}.header .menu-container .btn-show-language{display:flex!important;color:#1675dd}.header .mobile-menu{position:fixed;top:60px;left:0;z-index:999;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);animation:fadeIn .5s ease-in-out;border-radius:4px}.header .mobile-menu .auth-menu{width:246px}.header .mobile-left-menu{font-family:Metropolis;font-style:normal;font-weight:400;font-size:14px;line-height:14px;width:246px}.header .top-shadow{background:rgba(0,0,0,.25);width:100%;height:2px;position:absolute;top:0;left:0;z-index:999}.header .menu-section{padding-left:0;display:flex;flex-wrap:wrap}.header .mobile-menu li{width:100%;white-space:nowrap}.header .mobile-menu li a{padding:15px 0;font-size:14px;line-height:100%;font-weight:400!important;color:#202020!important;display:block;text-align:left;float:unset}.header .language{padding:0;position:relative}.header .language-toggle-mobile{border-top:1px solid #d9d9d9;display:flex;gap:20px;padding:15px 0}.header .language-toggle-mobile .lang{padding:0}.header .language-toggle-mobile .lang svg{width:15px;height:15px}.header .language-toggle-mobile .btn-show-language{color:#202020}.header .language-toggle-mobile span{color:#202020;font-size:14px!important}.header .language-toggle-mobile .MuiSvgIcon-root{margin:0;position:absolute;top:auto;right:0}}.header a.pointer{color:#202020}.header .main-logo{line-height:unset;width:200px;height:auto}.header .username{border:1px solid #1155a0;border-radius:5px;padding:6px 10px!important;white-space:nowrap}.header .username.desktop{color:#fff!important;background:#1155a0;min-width:140px;text-align:center}.header .username.desktop i{font-size:14px}.header .username.desktop:hover{border-color:#fff;color:#fff!important;text-decoration:none}.header .username.desktop:hover span{color:#fff}.header .logo-flex{display:flex;max-width:137px;max-height:42px;align-items:center;justify-content:center}@media(max-width:992px){.header .logo-flex{max-width:78px;max-height:38px;margin:auto 0}}.header .mobile-menu{list-style-type:none;position:fixed;z-index:999999999999}.header .mobile-menu .qr-close{font-size:20px}.header .enterprise a.pointer{color:#fff!important;font-weight:400!important}.header .underline:hover{text-decoration:underline}.header .pull-right{float:right}.header .desktop-logout:hover{color:#fff!important}.header .qr-account,.header .qr-open-menu{color:#fff;font-size:20px}@media(max-width:767px){.header .menu-icon{font-size:24px}}.language{padding:6px 2px}.language .button{cursor:pointer;font-size:14px}.language .button svg{width:20px;height:20px;fill:currentColor;margin:auto}.language .button span{padding:0 4px;font-size:14px;font-weight:500px;line-height:0%}.my-account-menu-list li{font-family:Poppins}.auth-menu-desktop{padding:0 15px}.mobile-user{display:flex;flex-direction:column;background:#fff;gap:8px;padding:15px 0;font-family:Metropolis}.mobile-user .auth-menu{width:100%}@media(min-width:993px){.mobile-user .auth-menu{min-width:246px}}.mobile-user .auth-menu a{color:#202020;text-decoration:none;font-size:14px}.mobile-user .info-section{padding-bottom:15px}.mobile-user .info-section .user-name{font-weight:700;font-size:20px;line-height:20px;color:#202020;text-transform:capitalize;text-decoration:none}.mobile-user .info-section .user-email{font-style:normal;font-weight:400;font-size:10px;line-height:10px;color:#7c7c7c}.mobile-user .info-section .btn-settings{background:#0dbc29;font-style:normal;font-weight:400;font-size:14px;line-height:14px;color:#fff;flex:none;order:0;flex-grow:0;padding:5px 10px}.mobile-user .menu-section{border-top:1px solid #d9d9d9;display:flex;flex-direction:column}.mobile-user .menu-section .nav-item{font-size:14px}.mobile-user .menu-section .menu-item{text-transform:uppercase;display:flex;align-items:center;justify-content:start;padding:15px 0;gap:20px;font-size:14px;color:#202020}.mobile-user .menu-section .menu-item i{font-weight:700;font-size:15px}.mobile-user .menu-section .menu-item:hover{color:#1675dd}.mobile-user .menu-section .categories-container{border:1px solid #d9d9d9;border-radius:6px}.mobile-user .menu-section .categories{height:100%;max-height:225px;overflow-y:auto;font-size:14px;color:#202020}.mobile-user .menu-section .categories .category-item{cursor:pointer}.mobile-user .menu-section .categories .category-item a{padding:15px;text-transform:none;display:flex;justify-content:start;align-items:center;gap:10px}.mobile-user .menu-section .categories .category-item a i{font-weight:700;font-size:15px}.mobile-user .menu-section .categories .category-item:hover{color:#1675dd}.mobile-user .menu-section .categories::-webkit-scrollbar{width:5px;height:5px}.mobile-user .menu-section .categories::-webkit-scrollbar-track{background:#d9d9d9}.mobile-user .menu-section .categories::-webkit-scrollbar-thumb{background:#9e9e9e;border-radius:6px}.mobile-user .logout-section{border-top:1px solid #d9d9d9;padding-top:15px}.mobile-user .logout-section a{display:flex;justify-content:start;align-items:center;gap:20px;color:#202020;font-size:14px}.mobile-user .logout-section:hover a{color:#1675dd}.mobile-user .login-section{font-family:Metropolis;font-style:normal;font-weight:400;font-size:14px;line-height:14px;color:#202020;width:150px}.mobile-user .login-section a{display:flex;justify-content:start;align-items:center;gap:20px;color:#202020;font-size:14px}.mobile-user .login-section:hover{color:#1675dd}.mobile-user a{border:0;display:flex!important;align-items:start;font-size:14px;text-transform:uppercase;text-align:start}.mobile-user a i{flex-shrink:0;font-size:15px}.mobile-user a .btn-register,.mobile-user a.btn-login{font-family:Metropolis;font-style:normal;font-weight:400;font-size:14px;line-height:14px}.mobile-user a>div{line-height:30px;border-radius:5px;padding:2px 10px!important;color:#202020;background:#1675dd;font-weight:500;text-transform:uppercase}.mobile-user a>div:hover{border:1px solid #fff}.mobile-user a>div:hover span{color:#1c93bd!important}