: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)}}.infopage-top{background:#000;padding:50px 0;min-height:400px;display:flex;align-items:center;justify-content:center}.infopage-top h1{font-weight:700;font-size:70px;line-height:70px;text-align:center;color:#FFF;max-width:850px;margin:0 auto}@media (max-width:991px){.infopage-top{min-height:250px}.infopage-top h1{font-size:32px;line-height:32px}}.infopage-content{background:#fff;padding-top:80px;padding-bottom:120rem}.infopage-content-wrapper{max-width:856px;margin:0 auto}.infopage-content-wrapper h1{font-weight:900;font-size:132px;line-height:120%;color:#000;margin-bottom:8px;margin-top:60px}.infopage-content-wrapper h1:first-child{margin-top:0}.infopage-content-wrapper h2{font-weight:700;font-size:70px;line-height:70px;color:#000;margin-bottom:8px;margin-top:60px}.infopage-content-wrapper h2:first-child{margin-top:0}.infopage-content-wrapper h3{font-weight:700;font-size:42px;line-height:130%;color:#000;margin-bottom:8px;margin-top:60px}.infopage-content-wrapper h3:first-child{margin-top:0}.infopage-content-wrapper h4{margin-bottom:18px}.infopage-content-wrapper h4 a{font-weight:600;font-size:22px;line-height:190%;color:#000;text-decoration:underline}.infopage-content-wrapper h5{font-weight:500;font-size:22px;line-height:155%;color:#000;margin-bottom:8px;margin-top:60px}.infopage-content-wrapper h5:first-child{margin-top:0}.infopage-content-wrapper p{font-weight:500;font-size:22px;line-height:155%;color:#000;margin-bottom:18px}.infopage-content-wrapper p:last-child{margin-bottom:0}.infopage-content-wrapper p a{color:#000;text-decoration:underline;font-weight:600}.infopage-content-wrapper p a:hover{text-decoration:none}.infopage-content-wrapper ol{padding-left:20px;margin-bottom:25px;display:block}.infopage-content-wrapper ol li{display:list-item;list-style-position:outside;font-weight:500;font-size:22px;line-height:155%;color:#000;margin-bottom:10px;padding-left:10px}.infopage-content-wrapper ul{padding-left:20px;margin-bottom:25px}.infopage-content-wrapper ul li{display:list-item;font-weight:500;font-size:22px;line-height:155%;color:#000;margin-bottom:10px;padding-left:19px;position:relative}.infopage-content-wrapper ul li:after{position:absolute;content:'';top:13px;left:-12px;width:10px;height:10px;background:#000;border-radius:50%}.infopage-content-wrapper figure{margin:0 auto 18px;display:block;width:auto}.infopage-content-wrapper .wp-block-columns{gap:12px}.infopage-content-wrapper img{width:100%;border-radius:20px;display:inline-block}.infopage-content-wrapper table img{width:auto;border-radius:0}.infopage-content-wrapper .wp-block-quote{background:#FBC3EF;border-radius:22px;padding:24px;margin:0 0 18px}.infopage-content-wrapper .wp-block-quote p{margin-bottom:0}.infopage-content .wp-block-image{background:#ccc;overflow:hidden;height:100%;position:relative;margin-block-end:0em;border-radius:20px}.infopage-content .wp-block-image:after{content:"";display:block;position:absolute;top:0;width:100%;height:100%;transform:translateX(-100px);background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);animation:loading 0.8s infinite}.infopage-content .wp-block-image img{opacity:0}.infopage-content .wp-block-image.active img{opacity:1}.infopage-content img{z-index:1}@media (max-width:991px){.infopage-content{padding-top:40px;padding-bottom:110rem}.infopage-content-wrapper h1{margin-top:32px;font-size:42px;line-height:120%;margin-bottom:5px}.infopage-content-wrapper h1:first-child{margin-top:0}.infopage-content-wrapper h2{margin-top:32px;font-size:32px;line-height:32px;margin-bottom:5px}.infopage-content-wrapper h2:first-child{margin-top:0}.infopage-content-wrapper h3{margin-top:32px;font-size:28px;line-height:130%;margin-bottom:5px}.infopage-content-wrapper h3:first-child{margin-top:0}}.term{font-size:1.6px}.term p{color:#000;font-family:"Italian Plate No2 Expanded";font-size:14px;font-style:normal;font-weight:400;line-height:145%;margin-bottom:12px}.term p a{font-weight:700;color:#000;text-decoration:underline}.term .wp-block-group__inner-container p{margin-bottom:12px}.term ul li{margin-bottom:10px;position:relative;padding-left:22px;color:#000;display:block;font-size:14px;font-style:normal;font-weight:400;line-height:145%}.term ul li a{color:#000;text-decoration:underline}.term ul li::after{position:absolute;left:0;top:50%;transform:translateY(-50%);content:'';width:6px;height:6px;background:#000}.term h2{color:#000;font-family:"Italian Plate No2 Expanded";font-size:32px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:24px;margin-top:50px}.term h3{color:#000;font-family:"Italian Plate No2 Expanded";font-size:22px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:24px;margin-top:40px}.term h4{color:#000;font-family:"Italian Plate No2 Expanded";font-size:20em;font-style:normal;font-weight:700;line-height:120%;margin-bottom:24px}.term figure{margin:0;overflow-x:auto;margin-bottom:16px}.term table{border-collapse:collapse}.term table td{border:1px solid #d1d7dd;padding:10px;color:#000;font-size:14px;line-height:1.3}.term table td a{text-decoration:underline;color:#000}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}