:root{--color-primary:#2555ff;--color-background:#000;--color-black:#000;--color-gray-900:#8f969c;--color-gray-300:#cad4dd;--color-gray-200:#f2f4f6;--color-gray-100:#fdfdff;--color-white:#fff;--color-success:#10B981;--color-error:#EF4444;--color-warning:#F59E0B;--color-info:#3B82F6;--font-primary:"SF Pro Display","Italian Plate Fallback", sans-serif;--font-secondary:"Italian Plate No2 Expanded","Italian Plate Fallback", sans-serif;--font-size-xs:12rem;--font-size-sm:14rem;--font-size-base:16rem;--font-size-lg:18rem;--font-size-xl:20rem;--font-size-2xl:26rem;--font-size-3xl:36rem;--font-size-4xl:48rem;--font-size-5xl:54rem;--font-size-6xl:64rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--container-max-width:1200px;--container-padding:var(--spacing-4);--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px;--border-radius-sm:0.25rem;--border-radius-md:0.5rem;--border-radius-lg:1rem;--border-radius-full:9999px;--border-width:1px;--border-width-2:2px;--border-width-4:4px;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1);--transition-fast:150ms ease-in-out;--transition-base:250ms ease-in-out;--transition-slow:350ms ease-in-out;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-tooltip:1060}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-black);margin-bottom:var(--spacing-4)}h1{font-size:var(--font-size-6xl)}h2{font-size:var(--font-size-5xl)}h3{font-size:var(--font-size-4xl)}h4{font-size:var(--font-size-2xl)}h5{font-size:var(--font-size-xl)}h6{font-size:var(--font-size-lg)}p{margin-bottom:var(--spacing-4);color:var(--color-gray-700)}a{color:var(--color-primary);transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}ul,ol{margin-bottom:var(--spacing-4);padding-left:var(--spacing-6)}li{margin-bottom:var(--spacing-2)}@media (max-width:768px){h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}}.loading-img{background:#fff0;overflow:hidden!important;width:100%;height:100%;position:relative}.loading-img img{opacity:0;transition:opacity 0.3s ease-in}img[data-loaded="true"]{opacity:1!important}.mt-0{margin-top:0}.mt-4{margin-top:var(--spacing-4)}.mt-8{margin-top:var(--spacing-8)}.mt-12{margin-top:var(--spacing-12)}.mb-0{margin-bottom:0}.mb-4{margin-bottom:var(--spacing-4)}.mb-8{margin-bottom:var(--spacing-8)}.mb-12{margin-bottom:var(--spacing-12)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{display:flex;flex-direction:column}header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.header{position:fixed;top:8px;left:8px;width:calc(100% - 16px);z-index:10;-webkit-box-shadow:0 4px 20px 0 rgb(0 0 0 / .15);box-shadow:0 4px 20px 0 rgb(0 0 0 / .15);background:#fff;padding:8px 8px 8px 22px;border-radius:100px}.header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo,.header-logo{display:block}.header__logo-icon,.header-logo svg,.header-logo .icon{width:80px;height:22px}.header__login,.header-login{display:none}.header__btn,.header-btn{margin-left:auto;height:36px;border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;background:#5bf0a5;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:14px;text-align:center;color:#000}.header__btn-icon,.header-btn svg,.header-btn .icon{margin-left:10px;width:16px;height:16px}.header__burger,.header-burger{width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#000;border-radius:50%;margin-left:8px;padding:12.5px 11px;cursor:pointer}.header__burger-line,.header-burger span{background:#fff;border-radius:3px;width:14px;height:1px;-webkit-transition:0.3s;transition:0.3s}.header.active .header__burger-line:nth-child(1),.header.active .header-burger span:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;margin-left:-5px}.header.active .header__burger-line:nth-child(2),.header.active .header-burger span:nth-child(2){display:none}.header.active .header__burger-line:nth-child(3),.header.active .header-burger span:nth-child(3){-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-left:-5px}@media (min-width:992px){.header__logo,.header-logo{margin-right:205rem}.header{top:10rem;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1200rem;padding:10rem 10rem 10rem 20rem}.header__logo-icon,.header-logo svg,.header-logo .icon{width:94rem;height:26rem}.header__login,.header-login{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;height:50rem;border-radius:100rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;font-weight:600;font-size:16rem;text-align:center;color:#000;width:118rem;margin-right:8rem;-webkit-transition:0.3s;transition:0.3s}.header__login:hover,.header-login:hover{background:#F2F4F6}.header__btn,.header-btn{height:50rem;border-radius:100rem;padding:0 26rem;font-size:16rem;margin-left:0;-webkit-transition:background-color 0.3s;transition:background-color 0.3s}.header__btn:hover,.header-btn:hover{background:rgb(91 240 165 / .85)}.header__btn-icon,.header-btn svg,.header-btn .icon{width:16rem;height:16rem;margin-left:10rem}.header__burger,.header-burger{display:none}}.header__nav,.header ul{display:none}@media (min-width:992px){.header__nav,.header ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.header__nav li a,.header ul li a{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:16rem;line-height:100%;color:#000;display:block;-webkit-transition:background-color 0.3s;transition:background-color 0.3s;position:relative;height:50rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30rem;border-radius:100rem}.header__nav li a:hover,.header ul li a:hover{color:#000;background:#F2F4F6}.header__nav li:last-child,.header ul li:last-child{margin-right:0}.header .menu-header-container{margin:0 auto}.header .menu-header-container>ul>.menu-item-has-children{position:relative}.header .menu-header-container>ul>.menu-item-has-children>a{position:relative;padding-right:47rem}.header .menu-header-container>ul>.menu-item-has-children>a:after{position:absolute;content:"";width:20rem;height:20rem;background:url(https://dev-wp.zeely.ai/wp-content/themes/zeely/assets/css/2-layouts/../../images/common/arrow.svg);background-size:100%;right:19.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.header .menu-header-container>ul>.menu-item-has-children>.sub-menu{top:calc(100% + 8rem);position:absolute;-webkit-box-shadow:0 10px 50px 0 rgb(0 0 0 / .1);box-shadow:0 10px 50px 0 rgb(0 0 0 / .1);background:#fff;padding:20rem;border:1px solid #f2f4f6;border-radius:16rem;display:none}.header .menu-header-container>ul>.menu-item-has-children>.sub-menu.active{display:-webkit-box;display:-ms-flexbox;display:flex}.header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>.sub-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li.hide>a{display:none}.header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>a{height:40rem;pointer-events:none;padding:8rem;font-weight:600;font-size:16rem;color:#000}.header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li li a{height:40rem;border-radius:8rem;padding:8rem;min-width:170rem;font-weight:400;font-size:14rem;line-height:110%;color:#000}}.header-menu{position:fixed;width:100%;height:calc(100vh - (100vh - 100%));background:#000;top:0;left:0;z-index:9;padding:24px;display:none;overflow-y:auto}.header-menu__wrapper,.header-menu-wrapper{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:60px}.header-menu__btn,.header-menu .btn{height:62px;min-height:62px;font-size:16px}.header-menu__btn svg,.header-menu .btn svg{width:21px;height:20px;margin-left:12.5px}.header-menu__app-btn,.header-menu .btn--dark{margin-top:8px;margin-bottom:20px}.header-menu__app-btn svg,.header-menu .btn--dark svg{width:109px;height:29px;margin-left:0}.header-menu__nav,.header-menu nav{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.header-menu__nav li,.header-menu nav li{margin-bottom:0}.header-menu__nav li:last-child,.header-menu nav li:last-child{margin-bottom:0}.header-menu__nav li a,.header-menu nav li a{font-family:"Italian Plate No2 Expanded",sans-serif;height:55rem;font-weight:700;font-size:26rem;line-height:120%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-menu .menu-header-container{width:100%}.header-menu .menu-header-container>ul>li{width:100%}.header-menu .menu-header-container>ul>.menu-item-has-children{position:relative}.header-menu .menu-header-container>ul>.menu-item-has-children>a{min-height:55rem;position:relative;padding-right:0rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;color:#fff;font-weight:700;font-size:26rem;line-height:120%}.header-menu .menu-header-container>ul>.menu-item-has-children>a:after{content:"";width:36rem;height:36rem;background:url(https://dev-wp.zeely.ai/wp-content/themes/zeely/assets/css/2-layouts/../../images/common/arrow-mobile.svg);background-size:100%;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);margin-left:10rem;-webkit-transition:0.3s;transition:0.3s}.header-menu .menu-header-container>ul>.menu-item-has-children.active>a:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-menu .menu-header-container>ul>.menu-item-has-children>.sub-menu{top:0;position:static;-webkit-box-shadow:none;box-shadow:none;background:#fff0;padding:0rem;border:none;border-radius:0rem;display:none;padding-bottom:24rem}.header-menu .menu-header-container>ul>.menu-item-has-children>.sub-menu.active{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8rem}.header-menu .menu-header-container>ul>.menu-item-has-children>.sub-menu>li.hide>a{display:none}.header-menu .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>a{height:42rem;pointer-events:none;padding:6rem;font-weight:500;font-size:18rem;line-height:130%;color:#fff;opacity:.7;margin-bottom:10rem}.header-menu .menu-header-container>ul>.menu-item-has-children>.sub-menu>li li a{height:auto;border-radius:0rem;padding:8rem;min-width:100%;font-weight:500;font-size:18rem;line-height:130%;color:#fff;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:0;padding-bottom:24rem}.header-menu__link{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:12px;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-align:center;color:#000}.footer{position:relative;z-index:2;margin-top:-70rem!important;.container{max-width:1200rem}}footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer{pointer-events:all;width:100%;bottom:0;overflow:hidden;background:#000;margin-top:-20rem;border-radius:28rem 28rem 0 0}.footer h2{font-weight:700;font-size:26rem;line-height:120%;color:#fff;margin-bottom:24rem}.footer .container{padding-top:60rem;padding-bottom:20rem;padding-right:30rem;padding-left:30rem}.footer.active{display:block}.footer .pin-spacer{height:auto!important}.footer-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24rem}.footer-action .btn{width:154rem}.footer-action .btn--green svg{margin-left:8rem;width:18rem;height:18rem}.footer-middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24rem}.footer-middle ul{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-middle ul li{margin-right:4rem;border-radius:50%;-webkit-transition:background-color .3s;transition:background-color .3s}.footer-middle ul li:hover{background:#242424}.footer-middle ul li svg{width:46rem;height:47rem}.footer-middle .select{position:relative;width:154rem;display:none}.footer-middle .select .select2-container--default .select2-selection--single .select2-selection__rendered{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:14rem;line-height:60%;color:#fff;display:block;width:154rem;height:46rem;border:1rem solid #242424;border-radius:100rem;background:#000;padding:0 24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-middle .select .select2-container--default .select2-selection--single{width:154rem;height:46rem;background:0 0;border:none}.footer-middle .select .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.footer-middle .select svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:20rem;width:22rem;height:23rem;pointer-events:none}.footer-middle .select .select2-container--default .select2-results__option[aria-selected=true]{background:#000}.footer-address{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:400;font-size:14rem;line-height:140%;color:#8f969c;margin-bottom:24rem;max-width:300rem}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:40rem;width:269rem;grid-row-gap:32rem;margin-bottom:24rem}.footer-nav p{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:14rem;line-height:100%;color:#fff;margin-bottom:20rem}.footer-nav nav:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer-nav nav:nth-child(4){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer-nav nav:nth-child(2){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.footer-nav nav:nth-child(3){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.footer-nav li{margin-bottom:16rem}.footer-nav li:last-child{margin-bottom:0}.footer-nav li a{color:#8f969c;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:400;font-size:14rem;line-height:100%;display:block;white-space:nowrap;-webkit-transition:.3s;transition:.3s}.footer-nav li a:hover{color:#fff}.footer-bottom{padding-top:24rem;border-top:1px solid #242424}.footer-bottom ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-bottom a{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:14rem;line-height:100%;color:#8f969c}.footer-bottom a:hover{color:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#fff;color:#000}@media (min-width:992px){.footer .btn--google{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .container{padding-right:0;padding-left:0;padding-top:100rem;padding-bottom:80rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer h2{text-align:left;font-size:36rem;width:426rem;margin-bottom:40rem}.footer-left{width:400rem;min-width:400rem}.footer-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:315rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40rem}.footer-action .btn{width:154rem}.footer-action .btn--google{background:#fff}.footer-action .btn--google svg{width:115rem;height:27rem;margin-left:0}.footer-action .btn--green{margin-top:10rem;width:100%}.footer-action .btn--green svg{margin-left:8rem;width:18rem;height:18rem}.footer-middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0}.footer-middle ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:32rem}.footer-middle ul li{margin-right:4rem}.footer-middle ul li svg{width:46rem;height:47rem}.footer-middle .select{display:none}.footer-middle-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-address{font-size:14rem;margin-bottom:0;width:253rem}.footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-column-gap:0rem;width:689rem;margin-bottom:0;padding-top:6rem}.footer-nav nav:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer-nav nav:nth-child(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.footer-nav nav:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer-nav nav:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.footer-nav li{margin-bottom:16rem}.footer-nav li:last-child{margin-bottom:0}.footer-bottom{padding-top:0;border-top:none;position:absolute;right:0;bottom:80rem}.footer-bottom ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:47rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bottom li{margin-left:31rem}.footer-bottom a{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:14rem;line-height:100%;color:#8f969c}}.btn{width:100%;height:62rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#000;cursor:pointer;border-radius:100rem;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:16rem;text-align:center;color:#fff;-webkit-transition:background-color 0.3s;transition:background-color 0.3s;border:none}.btn:hover.btn--green{color:var(--color-primary-dark)}.btn:hover{background:rgb(0 0 0 / .85);color:#fff}.btn svg{width:21rem;height:20rem;margin-left:12.5rem}.btn.load .btn-text{display:none}.btn.load .spinner{display:block}.btn .spinner{width:100%;text-align:center;display:none}.btn .spinner>div{width:10rem;height:10rem;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both;margin:0 3rem}.btn .spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.btn .spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.btn--green{background:#5bf0a5;color:#000;font-weight:700}.btn--green:hover{background:rgb(91 240 165 / .85)}.btn--green .spinner>div{background-color:#000}.btn--white{border:1rem solid #f2f4f6;color:#000;background:#fff}.btn--white:hover{background:rgb(255 255 255 / .85)}.btn--apple{background:#fff}.btn--apple:hover{background:rgb(255 255 255 / .85)}.btn--apple svg{width:109rem;height:29rem;margin-left:0}.btn--google{display:none}.btn--google:hover{background:rgb(255 255 255 / .85)}.btn-form{width:100%;height:62rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#000;cursor:pointer;border-radius:100rem;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:16rem;text-align:center;color:#fff;-webkit-transition:background-color 0.3s;transition:background-color 0.3s;outline:none;border:none}.btn-form:hover{background:rgb(0 0 0 / .85)}.btn-form svg{width:21rem;height:20rem;margin-left:12.5rem}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.price{padding-top:120rem;background:#fff;padding-bottom:60rem;border-radius:0 0 28rem 28rem;margin-bottom:6rem}.price h2{margin-bottom:16rem;text-align:center;font-weight:700}.price p{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:400;font-size:16rem;line-height:140%;color:#000;margin-bottom:32rem;text-align:center}.price .plan-wrapper{margin-bottom:0}@media (min-width:992px){.price{padding-top:180rem;padding-bottom:100rem}.price h2{margin-bottom:16rem;font-size:72rem}.price p{font-size:18rem;margin-bottom:50rem}}.plan-tabs{display:flex;align-items:center;justify-content:space-between;border-radius:100rem;border:1rem solid #f2f4f6;padding:4rem;margin-bottom:24rem}.plan-tab{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:14rem;text-align:center;color:#000;width:100%;height:40rem;display:flex;align-items:center;justify-content:center;border-radius:100rem;cursor:pointer;transition:0.3s}.plan-tab.active{background:#000;color:#fff}.plan-item{padding-bottom:32rem;border-bottom:1rem solid #f2f4f6;margin-bottom:32rem}.plan-item:nth-child(2){order:-1}.plan-item:last-child{margin-bottom:0;padding-bottom:0;border:none}.plan-item-title{display:flex;align-items:center;margin-bottom:16rem}.title-badge{height:21rem;display:flex;align-items:center;justify-content:center;background:#2555ff;padding:0 8rem;border-radius:100rem;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:12rem;line-height:140%;color:#fff;width:min-content;white-space:nowrap;margin-bottom:12rem}.plan-item-title .title-badge{margin-bottom:0;margin-left:6rem}.plan-item-title strong{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:700;font-size:18rem;line-height:120%;color:#000;display:block}.plan-item-price{display:flex;margin-bottom:16rem}.plan-item-price__current{margin-right:12rem}.plan-item-price__current strong{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:700;font-size:26rem;line-height:100%;color:#000;display:block;margin-bottom:6rem}.plan-item-price__current span{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:14rem;line-height:100%;color:#000;display:block}.plan-item-price__old{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:400;font-size:26rem;line-height:100%;color:#8f969c;text-decoration:line-through;text-decoration-color:#EF2C4F}.plan-item-info{display:flex;align-items:center;margin-bottom:19rem}.plan-item-info b{display:block;margin-right:6rem}.plan-item-info b svg{width:20rem;height:21rem}.plan-item-info span{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:12rem;line-height:100%;color:#000}.plan-item-info i{display:block;margin-left:6rem}.plan-item-info i svg{width:14rem;height:15rem}.plan-item .btn{margin-bottom:20rem}.plan-item ul{width:100%}.plan-item li{margin-bottom:12rem;padding-left:26rem;position:relative;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:400;font-size:16rem;line-height:130%;color:#000}.plan-item li:last-child{margin-bottom:0}.plan-item li:after{position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);width:16rem;height:16rem;background:url(/wp-content/themes/zeely/assets/images/common/check.svg);background-size:100% 100%}.plan-item li.disable{color:#8f969c}.plan-item li.disable:after{background:url(/wp-content/themes/zeely/assets/images/common/disable.svg)}@media (min-width:992px){.title-badge{height:28rem;padding:0 10rem;font-size:14rem;margin-bottom:12rem}.plan-tabs{width:542rem;margin:0 auto 50rem}.plan-tab{font-size:16rem}.plan-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10rem;width:1160rem;margin:0 auto 40rem}.plan-wrapper>div:nth-child(2){order:2}.plan-wrapper>div:nth-child(1){order:1}.plan-wrapper>div:nth-child(3){order:3}.plan-item{padding:30rem;padding-bottom:32rem;border:1rem solid #f2f4f6;margin-bottom:0rem;border-radius:16rem}.plan-item:last-child{border:1rem solid #f2f4f6}.plan-item-title{margin-bottom:28rem}.plan-item-title strong{font-size:20rem}.plan-item-price{margin-bottom:20rem}.plan-item-price__current{margin-right:12rem}.plan-item-price__current strong{font-size:32rem;margin-bottom:8rem}.plan-item-price__current span{font-size:16rem}.plan-item-price__old{font-size:32rem}.plan-item-info{margin-bottom:18rem}.plan-item-info b{margin-right:8rem}.plan-item-info b svg{width:22rem;height:22rem}.plan-item-info span{font-size:14rem}.plan-item-info i{display:flex;align-items:center;justify-content:center;margin-left:6rem;width:16rem;height:16rem}.plan-item-info i svg{width:16rem;height:16rem}.plan-item .btn{margin-bottom:24rem}.plan-item li{margin-bottom:16rem;padding-left:26rem}.plan .btn--white{width:315rem;margin:0 auto}}.compare{padding-top:60rem;padding-bottom:60rem;background:#fff;border-radius:28rem;margin-bottom:6rem}.compare h2{margin-bottom:32rem;text-align:center}.compare-wrapper.active{padding-top:50rem}.compare-wrapper.active .compare-top{position:fixed;top:8rem;width:359rem;padding:0rem 22rem;height:52rem;align-items:center;left:50%;transform:translateX(-50%);background:#fff;box-shadow:0 4rem 24rem -4rem rgb(16 40 28 / .22);border-radius:100rem}.compare-top{display:flex;justify-content:space-between;padding:0 4rem 16rem;border-bottom:1px solid #f2f4f6;margin-bottom:12rem}.compare-top span{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:700;font-size:14rem;color:#000}.compare-top span:nth-child(1){display:none}.compare-line{display:flex;justify-content:space-between;padding-bottom:10rem;border-bottom:1px solid #f2f4f6;flex-wrap:wrap;margin-bottom:12rem}.compare-line:last-child{margin-bottom:0}.compare-line span{width:50rem;text-align:center;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:14rem;line-height:130%;color:#000}.compare-line span:nth-child(1){width:100%;margin-bottom:10rem;text-align:left}.compare-line span svg{width:16rem;height:16rem}@media (min-width:992px){.compare{padding-top:100rem;padding-bottom:100rem}.compare h2{margin-bottom:50rem}.compare-wrapper{max-width:700rem;margin:0 auto}.compare-wrapper.active{padding-top:48rem}.compare-wrapper.active .compare-top{width:744rem;top:10rem;left:50%;transform:translateX(-50%)}.compare-top{padding:0;border-bottom:none;margin-bottom:24rem}.compare-top span{width:100rem;font-size:16rem;text-align:center}.compare-top span:nth-child(1){display:block;width:315rem;text-align:left}.compare-line{padding-bottom:0rem;border-bottom:none;margin-bottom:24rem}.compare-line span{width:100rem;text-align:center;font-size:16rem}.compare-line span:nth-child(1){width:315rem;margin-bottom:0rem;text-align:left}.compare-line span svg{width:18rem;height:18rem}}.faq{padding-top:70rem;padding-bottom:80rem;background:#fff}.faq h2{text-align:center;margin-bottom:60rem;font-weight:700}.faq-item{padding-bottom:24rem;border-bottom:1rem solid #f2f4f6;margin-bottom:20rem}.faq-item:last-child{margin-bottom:0;border:none}.faq-item p{display:none;margin-top:16rem;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:400;font-size:16rem;line-height:140%;color:#000}.faq-item-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.faq-item-top:hover .faq-item-top__arrow{background:#f2f4f6!important}.faq-item-top__arrow{position:relative;width:44rem;height:44rem;border-radius:50%;transition:background-color .3;cursor:pointer}.faq-item-top__arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:0.3s;transform-origin:center;width:22rem;height:22rem}.faq-item__title{width:250rem;font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:600;font-size:20rem;line-height:130%;color:#000}.faq-item.active .faq-item-top__arrow svg:nth-child(2){transform:rotate(90deg) translate(-50%,50%)}.faq-item.active .faq-item-top__arrow svg:nth-child(1){opacity:0}.faq__desc{font-family:"Italian Plate No2 Expanded",sans-serif;font-weight:500;font-size:14rem;line-height:120%;text-align:center;color:#8f969c;margin-bottom:16rem}.faq .btn--white:hover{background:#f2f4f6!important}.faq--price .faq-wrapper{margin-bottom:0}@media (min-width:992px){.faq{padding-top:70rem;padding-bottom:140rem}.faq-item{width:700rem;margin:0 auto 20rem}.faq-item:last-child{margin-bottom:0;border:none}.faq-item-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.faq-item__title{width:650rem;font-size:22rem}.faq--price .faq-wrapper{margin-bottom:0}}