* .btn,* button{display:flex;flex-direction:row;justify-content:center;align-items:center;background:none;border-radius:12px;cursor:pointer;transition:.15s;font-size:16px;line-height:20px;padding:16px;gap:8px}* .btn:hover,* button:hover{box-shadow:0 3px 3px rgba(0,0,0,.12)}* .btn:active,* button:active{box-shadow:none}* .btn.filled,* button.filled{background-color:#0e0f0f;color:#fff}* .btn.filled:hover,* button.filled:hover{background-color:#252728}* .btn.filled:active,* button.filled:active{background-color:#0e0f0f}* .btn.filled.small,* button.filled.small{padding:12px}* .btn.filled.blue,* button.filled.blue{background-color:#3773fe}* .btn.filled.blue:hover,* button.filled.blue:hover{background-color:#1d58d1}* .btn.filled.white,* button.filled.white{background-color:#fff;color:#0e0f0f}* .btn.outline,* button.outline{padding:14.8px 16px;border:1.2px solid #c3c5c7;color:#0e0f0f}* .btn.outline:active,* button.outline:active{border-color:#0e0f0f}* .btn.outline.small,* button.outline.small{padding:10.8px 12px}* .btn.outline.flag-icon,* button.outline.flag-icon{padding:10.8px}* .btn.outline.white,* button.outline.white{background-color:#fff;color:#0e0f0f}* .btn.filled.multiline,* .btn.outline.multiline,* button.filled.multiline,* button.outline.multiline{padding:6.8px 12px}* .btn.filled.multiline>div,* .btn.outline.multiline>div,* button.filled.multiline>div,* button.outline.multiline>div{display:flex;flex-direction:column}* .btn.filled.multiline>div>span:last-of-type,* .btn.outline.multiline>div>span:last-of-type,* button.filled.multiline>div>span:last-of-type,* button.outline.multiline>div>span:last-of-type{font-size:12px;line-height:12px}* .btn .icon,* .btn .icon-flag,* button .icon,* button .icon-flag{display:flex;align-items:center;justify-content:center;position:relative;height:20px;width:20px}* .btn .icon-flag,* button .icon-flag{width:28px}* .btn .seperator,* button .seperator{height:100%;width:1px;max-height:20px;background-color:#c3c5c7}* input{padding:14.5px;line-height:20px;font-weight:500;border:1.5px solid #dbdcdd;border-radius:12px}* input:focus,* input:hover{border:1.5px solid #0e0f0f}* input:invalid,* input[aria-invalid=true]{border:1.5px solid #ee6b63}* ul.collapsible-panel{display:flex;flex-direction:column;flex:1 1;row-gap:20px}* ul.collapsible-panel>li{border-radius:12px;background:#f2f2f3;transition:.2s}* ul.collapsible-panel>li .title{color:#0e0f0f;padding:24px 16px;display:flex;justify-content:space-between;cursor:pointer}* ul.collapsible-panel>li .title img{width:24px;height:24px;margin:0 12px;transform:rotate(0deg);transition:.2s}* ul.collapsible-panel>li .content{max-height:0;transition:max-height .2s;overflow:hidden}* ul.collapsible-panel>li .content p,* ul.collapsible-panel>li .content>div{color:#001747;font-size:14px;line-height:20px}* ul.collapsible-panel>li .content>div>ul{padding:0 24px;display:flex;flex-direction:column;gap:4px}* ul.collapsible-panel>li .content>div>ul li{list-style-type:disc}* ul.collapsible-panel>li .content i{font-weight:500}* ul.collapsible-panel>li .content>div>p,* ul.collapsible-panel>li .content>div>ul{margin-bottom:16px}* ul.collapsible-panel>li .content>div>:last-child{margin-bottom:0}* ul.collapsible-panel>li .content a{color:#1d58d1;font-weight:600}* ul.collapsible-panel>li .content>*{padding:0 16px 24px}* ul.collapsible-panel li.collapsed{background-color:transparent}* ul.collapsible-panel li.collapsed .title>img{transform:rotate(-180deg)}@media(max-width:576px){* ul.collapsible-panel li>.title>.text-x-large{font-size:16px;line-height:20px}}* .alert-dialog{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;background-color:rgba(0,0,0,.2)}* .alert-dialog>div{margin:calc(50% - 100px) auto auto;max-width:400px;padding:16px;background:#e6edff;border:1.2px solid #8ab4ff;box-shadow:0 3px 3px rgba(0,0,0,.12);border-radius:12px;display:flex;flex-direction:column;gap:16px;color:#002a75}* .alert-dialog>div>.title{display:flex;gap:8px}* .alert-dialog>div>.title .sign{background-color:#3773fe;min-width:20px;min-height:20px;border-radius:50%}* .alert-dialog>div>.title button{padding:0;margin-left:auto}* .alert-dialog>div>.title button:hover{box-shadow:none}* .alert-dialog>div>.separator{width:100%;height:1px;background-color:#8ab4ff}* header{padding:0 32px;margin-top:20px}* header>div.main-menu,* header>div.main-menu-tr{display:flex;align-items:center;max-width:1176px;min-height:60px;margin:auto}* header>div.main-menu ul,* header>div.main-menu-tr ul{display:flex;align-items:center;justify-content:center;flex:1 1}* header>div.main-menu ul li>a,* header>div.main-menu ul li>p,* header>div.main-menu-tr ul li>a,* header>div.main-menu-tr ul li>p{padding:16px;cursor:pointer}* header>div.main-menu ul li>a>div,* header>div.main-menu ul li>p>div,* header>div.main-menu-tr ul li>a>div,* header>div.main-menu-tr ul li>p>div{min-width:10px;min-height:10px;background-color:#3773fe;border-radius:5px;margin-right:4px;display:none}* header>div.main-menu ul li>a.selected,* header>div.main-menu ul li>p.selected,* header>div.main-menu-tr ul li>a.selected,* header>div.main-menu-tr ul li>p.selected{display:flex;align-items:center;color:#3773fe}* header>div.main-menu ul li>a.selected>div,* header>div.main-menu ul li>p.selected>div,* header>div.main-menu-tr ul li>a.selected>div,* header>div.main-menu-tr ul li>p.selected>div{display:block}* header>div.main-menu ul li.musavir>a,* header>div.main-menu-tr ul li.musavir>a{padding:16px 0;display:flex;text-align:center}* header>div.main-menu ul li.musavir>a.selected,* header>div.main-menu-tr ul li.musavir>a.selected{text-align:unset}* header>div.main-menu ul>li:has(p[aria-expanded=true]) .hover-menu-v2,* header>div.main-menu-tr ul>li:has(p[aria-expanded=true]) .hover-menu-v2{visibility:visible;opacity:1}* header>div.main-menu .buttons-large,* header>div.main-menu-tr .buttons-large{position:relative;display:flex;gap:8px}* header>div.main-menu .buttons-large>.btn,* header>div.main-menu-tr .buttons-large>.btn{white-space:nowrap}* header>div.main-menu .buttons-large .lang,* header>div.main-menu-tr .buttons-large .lang{position:absolute;right:0;bottom:-40px}* header>div.main-menu .buttons-large .lang>.flag-icon,* header>div.main-menu-tr .buttons-large .lang>.flag-icon{border-radius:4px;padding:4.8px;font-size:14px;gap:4px}* header>div.main-menu .buttons-small,* header>div.main-menu-tr .buttons-small{display:none}* header>div.main-menu .parent,* header>div.main-menu-tr .parent{position:relative}* header>div.main-menu .hover-menu-v2,* header>div.main-menu-tr .hover-menu-v2{display:flex;flex-direction:column;position:absolute;background-color:#fff;box-shadow:0 0 30px rgba(0,0,0,.08);border-radius:8px;visibility:hidden;opacity:0;transition:.15s linear;z-index:999;left:50%;transform:translateX(-50%);padding:4px 12px}* header>div.main-menu .hover-menu-v2:before,* header>div.main-menu-tr .hover-menu-v2:before{content:"";position:absolute;top:-17px;left:50%;transform:translateX(-50%);border:10px solid transparent;border-bottom-color:#fff}* header>div.main-menu .hover-menu-v2 li,* header>div.main-menu-tr .hover-menu-v2 li{width:100%}* header>div.main-menu .hover-menu-v2 li>a,* header>div.main-menu-tr .hover-menu-v2 li>a{display:flex;align-items:center;transition:.1s linear;padding:16px 12px 16px 4px;gap:8px;white-space:nowrap}* header>div.main-menu .hover-menu-v2 li>a>i,* header>div.main-menu-tr .hover-menu-v2 li>a>i{height:20px}* header>div.main-menu .hover-menu-v2 li:not(:last-child)>a,* header>div.main-menu-tr .hover-menu-v2 li:not(:last-child)>a{border-bottom:1px solid hsla(210,3%,77%,.439)}* header>div.main-menu .hover-menu-v2 li:hover>a,* header>div.main-menu-tr .hover-menu-v2 li:hover>a{color:#3773fe}* header>div.hover-menu[aria-expanded=true]{display:inherit}* header>div.hover-menu{display:none;visibility:hidden;position:-webkit-sticky;position:sticky;margin-top:12px;z-index:1000}* header>div.hover-menu:before{content:"";position:absolute;top:-26px;right:14px;border:14px solid transparent;border-bottom-color:#fff}* header>div.hover-menu>div{position:absolute;left:0;right:0;background-color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.1);padding:24px;border-radius:16px}* header>div.hover-menu>div>ul{display:flex;flex-direction:column}* header>div.hover-menu>div>ul li>a,* header>div.hover-menu>div>ul li>p{display:block;padding:14px 16px;border-radius:12px}* header>div.hover-menu>div>ul li>a:hover,* header>div.hover-menu>div>ul li>p:hover{background-color:rgba(0,0,0,.12);background-color:#f2f2f3}* header>div.hover-menu>div>ul li>.sub-menu{max-height:0;transition:max-height .2s;overflow:hidden}* header>div.hover-menu>div>ul li>.sub-menu>li>a{padding-left:24px;display:flex;gap:8px}* header>div.hover-menu>div>ul .parent>p{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;cursor:pointer}* header>div.hover-menu>div>ul .parent>p>img{margin:0;width:28px;height:28px;transition:all .2s}* header>div.hover-menu>div>ul .parent:has(p[aria-expanded=true])>p>img{transform:rotate(180deg)}* header>div.hover-menu>div>ul .parent:has(p[aria-expanded=true]) .sub-menu{max-height:unset}* header>div.hover-menu>div hr{height:1px;background-color:#c3c5c7;margin:16px -24px 24px}* header>div.hover-menu>div .buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}* header>div.hover-menu>div .buttons>button{max-width:100%}@media(max-width:1100px){* header>div.main-menu,* header>div.main-menu-tr{column-gap:10px}* header>div.main-menu-tr>ul>li>a{padding:16px 14px}}@media(max-width:1024px){* header>div.main-menu>ul>li>a{padding:16px 12px}* header>div.main-menu-tr>ul>li>a{padding:16px 8px}}@media(max-width:982px){* header{padding:0 32px}* header>div.main-menu,* header>div.main-menu-tr{justify-content:space-between}* header>div.main-menu .buttons-large,* header>div.main-menu ul,* header>div.main-menu-tr .buttons-large,* header>div.main-menu-tr ul{display:none}* header>div.main-menu .buttons-small,* header>div.main-menu-tr .buttons-small{display:block}* header>div.hover-menu{visibility:inherit}}@media(max-width:576px){* header{margin-top:16px;padding:0 16px}* header>div.main-menu-tr>a>h3,* header>div.main-menu>a>h3{font-size:28px;line-height:32px}* header>div.main-menu .brand>img,* header>div.main-menu-tr .brand>img{max-height:48px}* header>div.hover-menu{left:16px;right:16px}* header>div.hover-menu>div>.buttons{grid-template-columns:1fr;gap:16px}}* footer{padding:80px 0}* footer>div:last-of-type{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;column-gap:24px;grid-row-gap:48px;row-gap:48px}* footer>div:last-of-type>div:first-of-type>p:last-of-type{line-height:20px}* footer .specs{display:flex;gap:48px;text-align:right}* footer .contact-info{display:flex;flex-wrap:wrap;column-gap:24px;row-gap:8px;margin-bottom:32px;margin-top:auto}* footer .contact-info a,* footer .contact-info span{font-size:22px;line-height:28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}* footer .contact-info .address{font-size:16px;line-height:20px;color:#96989b}* footer .agreements{display:flex;column-gap:24px;row-gap:12px;flex-wrap:wrap}* footer .agreements>a{background-color:#f2f2f3;border-radius:12px;padding:10px 24px;display:flex;gap:12px;flex:1 1;align-items:center;min-width:180px;min-height:64px}* footer .agreements>a svg{min-width:20px}* footer .agreements>a>svg:last-of-type{margin-left:auto}* footer .others{display:flex;flex-direction:column;justify-content:flex-end}* footer .others .social-media{display:flex;justify-content:flex-end;gap:8px}* footer .others .social-media>a{display:flex;min-width:48px;max-width:48px;min-height:48px;max-height:48px;border-radius:12px;border:1.5px solid #0e0f0f}* footer .others .social-media>a svg{display:flex;margin:auto}* footer .others>p:first-of-type{text-align:right}* footer .download-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:20px}* footer .download-links a{min-width:200px;min-height:48px}@media(max-width:960px){* footer{padding-bottom:32px}* footer .specs{gap:24px}* footer .specs>div:last-of-type{text-align:right}* footer .agreements{flex-direction:column}* footer .others>p:first-of-type>a>br{display:none}}@media(max-width:768px){* footer>div:last-of-type{grid-template-columns:1fr}* footer .specs>div:last-of-type{text-align:left}* footer .contact-info{justify-content:center}* footer .agreements{flex-direction:row}* footer .agreements>a{min-width:220px}* footer .others{align-items:center}* footer .others>p:first-of-type{text-align:center}}@media(max-width:576px){* footer>div:last-of-type>div:first-of-type{text-align:center}* footer>div:last-of-type>div:first-of-type .display-flex-v-center{justify-content:center}* footer .specs{gap:32px;flex-direction:column}* footer .specs>div,* footer .specs>div:last-of-type{text-align:center}* footer .download-links{justify-content:center}}* .brand{display:flex;column-gap:12px;align-items:center;max-width:160px}* .breadcrumb{margin-top:24px}* .breadcrumb ul{display:flex;gap:8px;height:20px}* .breadcrumb ul li{line-height:20px;display:flex;align-items:center}* .breadcrumb ul li svg{border-radius:50%;background-color:#e6edff;color:#3773fe}* .breadcrumb ul li:first-of-type>a{display:flex;gap:8px}* .breadcrumb ul li.link>a{color:#3773fe}* .breadcrumb ul li a{font-size:14px;line-height:20px}* .address-selection{display:flex}* .address-selection>div{background-color:#f2f2f3;display:flex;padding:12px;gap:8px;border-radius:16px}* .address-selection>div>a{min-height:48px;padding:0 24px;border-radius:12px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.4s}* .address-selection>div>a.selected{background:#fff}* .pagination{display:flex}* .pagination>ul{display:flex;margin:100px auto auto}* .pagination>ul>li{border:1.2px solid #0e0f0f;height:52px}* .pagination>ul>li:not(:first-of-type){border-left:none}* .pagination>ul>li.active,* .pagination>ul>li.disabled,* .pagination>ul>li>a{display:flex;align-items:center;gap:8px;padding:16px;font-size:16px;font-weight:500;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}* .pagination>ul>li.active{background-color:#0e0f0f;color:#fff}* .pagination>ul>li.disabled{color:#96989b;border-color:#96989b}* .pagination>ul>li:first-of-type{border-radius:12px 0 0 12px}* .pagination>ul>li:last-of-type{border-radius:0 12px 12px 0}* .tooltip-container{display:flex;position:relative}* .tooltip-container svg{height:26px;width:26px;color:#42cc70}* .coming-soon{background:linear-gradient(45deg,#3773fe,#9ff4a2);padding:12px;margin:0!important;border-radius:8px;color:#fff}* .main-top-section .main-bg{position:absolute;top:0;left:0;right:0;display:flex;padding:0;overflow:hidden;justify-content:center;height:2100px;z-index:-1;background:linear-gradient(180deg,hsla(0,0%,100%,0),#c6eeff 64.88%,#fff);transition:.2s;transform:matrix(1,0,0,-1,0,0)}* .main-top-section .main-bg .bg-container{max-width:1716px;margin-bottom:0;transform:matrix(1,0,0,-1,0,0);display:block;width:100%;background-image:url(/images/main-top-lg.webp);background-repeat:no-repeat;background-position:center 0;background-size:1716px;transition:.3s}* .main-top-section .main-bg .specs{position:absolute;max-width:1716px;width:100%;bottom:0;transform:matrix(1,0,0,-1,0,0);background-color:red}* .main-top-section .main-bg .specs .spec1{margin-top:420px;position:absolute;left:calc(23.5% - 75px);padding:20px;color:#fff;background-color:#a0deed;border-radius:32px 32px 0 32px;font-weight:600;transition:.4s;animation:fade-in-left .6s ease 0s 1 normal forwards}* .main-top-section .main-bg .specs .spec2{margin-top:610px;position:absolute;left:calc(14% - 53px);padding:20px;color:#fff;background-color:#8ab4ff;border-radius:32px 0 32px 32px;font-weight:600;transition:.4s;animation:fade-in-left 1.8s ease 0s 1 normal forwards}* .main-top-section .main-bg .specs .spec3{margin-top:390px;position:absolute;right:calc(25% - 85px);padding:20px;color:#8ab4ff;background-color:#fff;border-radius:32px 32px 32px 0;font-weight:600;transition:.4s;animation:fade-in-right 1.2s ease 0s 1 normal forwards}* .main-top-section .main-bg .specs .spec4{margin-top:580px;position:absolute;right:calc(21% - 66px);padding:20px;color:#8ab4ff;background-color:#fcfcb7;border-radius:0 32px 32px 32px;font-weight:600;transition:.4s;animation:fade-in-right 2.2s ease 0s 1 normal forwards}@keyframes fade-in-left{0%{opacity:0;transform:translateX(-100%)}66%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translateX(100%)}66%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}* .main-top-section>div:last-of-type{padding-top:110px}* .main-top-section>div:last-of-type h1{font-size:80px;line-height:80px;font-weight:400;transition:.3s}@media(max-width:1440px){* .main-top-section .main-bg .bg-container{background-size:1600px}* .main-top-section .main-bg .specs{min-width:1572px}}@media(max-width:1280px){* .main-top-section .main-bg .bg-container{background-size:1500px}* .main-top-section .main-bg .specs{min-width:1440px}* .main-top-section>div:last-of-type h1{font-size:72px;line-height:72px}}@media(max-width:1164px){* .main-top-section .main-bg .specs{min-width:1264px}* .main-top-section .main-bg .specs .spec1{left:calc(19% - 75px)}* .main-top-section .main-bg .specs .spec3{right:calc(20% - 85px)}* .main-top-section .main-bg .specs .spec4{right:calc(17% - 66px)}}@media(max-width:960px){* .main-top-section .main-bg .bg-container{background-size:960px;background-image:url(/images/main-top-md.webp)}* .main-top-section .main-bg .specs{min-width:960px}* .main-top-section .main-bg .specs .spec1{margin-top:380px;left:calc(20% - 75px)}* .main-top-section .main-bg .specs .spec2{margin-top:570px}* .main-top-section .main-bg .specs .spec3{margin-top:330px;right:calc(17% - 85px)}* .main-top-section .main-bg .specs .spec4{margin-top:510px;right:calc(14% - 66px)}* .main-top-section>div:last-of-type{padding-top:100px}* .main-top-section>div:last-of-type h1{font-size:72px;line-height:72px}}@media(max-width:768px){* .main-top-section .main-bg{height:1760px}* .main-top-section .main-bg .bg-container{background-size:768px;background-image:url(/images/main-top-sm.webp)}* .main-top-section .main-bg .specs{display:none}* .main-top-section>div:last-of-type h1{font-size:48px;line-height:48px}}@media(max-width:576px){* .main-top-section>div:last-of-type h1{font-size:40px}}@media(max-width:440px){* .main-top-section .main-bg{top:32px}* .main-top-section>div:last-of-type h1>br:last-of-type{display:unset}}* .country-selection-section{margin-top:16px;margin-bottom:-32px}* .country-selection-section>div{display:flex;justify-content:center}* .country-selection-section>div>div{background-color:#fff;display:flex;padding:12px;gap:8px;border-radius:48px;z-index:100;transition:.3s}* .country-selection-section>div>div>a{min-height:48px;padding:0 20px;border-radius:52px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.4s}* .country-selection-section>div>div>a.selected{background:#001747;color:#fff}@media(max-width:768px){* .country-selection-section>div>div>a:not(.selected) span{display:none}}@media(max-width:576px){* .country-selection-section{margin-top:26px;margin-bottom:-82px}* .country-selection-section>div>div>a{padding:0 20px}}@media(max-width:440px){* .country-selection-section>div>div{border-radius:24px}* .country-selection-section>div>div>a{border-radius:16px;padding:0 16px}* .country-selection-section>div>div>a>span{display:none}}* .setup-section h4{font-size:1.7em;line-height:34px}* .setup-section>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}* .setup-section>div>div{padding:48px;border-radius:48px}* .setup-section>div>div:first-of-type{display:flex;flex-direction:column;background-color:#fff;align-items:center}* .setup-section>div>div:first-of-type .logo img{max-width:120px;min-width:120px;max-height:120px;min-height:120px;border-radius:120px}* .setup-section>div>div:first-of-type .spec-info{flex:1 1;display:flex;flex-direction:column;gap:8px}* .setup-section>div>div:first-of-type .spec-info>div{display:flex;gap:20px;min-height:40px;align-items:center}* .setup-section>div>div:first-of-type .spec-info>div>span:first-of-type{display:flex;align-items:center;justify-content:center;background-color:#69e693;color:#fff;min-width:24px;min-height:24px;border-radius:50%}* .setup-section>div>div:first-of-type .spec-info>div>span:first-of-type svg{width:15px;height:15px}* .setup-section>div>div:first-of-type .spec-info>div>.title{display:flex;flex-direction:column}* .setup-section>div>div:first-of-type .spec-info>div>.title>span:last-of-type{font-size:14px}* .setup-section>div>div:last-of-type{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fff;text-align:center;background-color:#001747;background-image:url(/images/setup-bg.svg);background-position-y:103%;background-position-x:43%;background-repeat:no-repeat}* .setup-section>div>div:last-of-type .logo img{max-width:80px;min-width:80px;max-height:80px;min-height:80px;border-radius:80px}@media(max-width:960px){* .setup-section>div{gap:18px;background-position-x:125%}* .setup-section>div>div{padding:32px;border-radius:32px}* .setup-section>div>div:first-of-type .logo,* .setup-section>div>div:last-of-type .logo{display:none}* .setup-section>div>div:first-of-type .price-info{margin-top:20px}* .setup-section>div>div:first-of-type .price-info .subtitle-large{font-size:44px}}@media(max-width:768px){* .setup-section>div{grid-template-columns:1fr;gap:24px}* .setup-section>div>div:first-of-type .logo{display:block;text-align:center;margin-bottom:16px}* .setup-section>div>div:first-of-type .logo img{max-width:80px;min-width:80px;min-height:80px;max-height:80px}* .setup-section>div>div:first-of-type h4{text-align:center}* .setup-section>div>div:first-of-type .price-info{flex-direction:column-reverse;align-items:center;gap:16px;margin-top:16px}* .setup-section>div>div:last-of-type{min-height:auto}* .setup-section>div>div:last-of-type .logo{display:block;text-align:center}* .setup-section>div>div:last-of-type .logo img{max-width:80px;min-width:80px;min-height:80px;max-height:80px}}@media(max-width:576px){* .setup-section>div>div:last-of-type>p>br:last-of-type{display:none}}* .setup-process-section>div.web{display:flex;gap:24px}* .setup-process-section>div.web>div:first-of-type{min-width:45%;flex:1 1;position:relative;text-align:center}* .setup-process-section>div.web>div:first-of-type img{transition:.2s;max-width:85%}* .setup-process-section>div.web>div:first-of-type .img-bg{position:absolute;top:0;left:0;right:0;z-index:-1}* .setup-process-section>div.web>div:first-of-type .img-center{position:absolute;top:0;left:0;right:0}* .setup-process-section>div.web>div:last-of-type{display:flex;align-items:center}* .setup-process-section>div.web>div:last-of-type ul{display:flex;flex-direction:column;gap:48px}* .setup-process-section>div.web>div:last-of-type ul li .title{opacity:.2;cursor:pointer;display:flex;align-items:center;gap:16px}* .setup-process-section>div.web>div:last-of-type ul li .title>p{width:24px}* .setup-process-section>div.web>div:last-of-type ul li .content{max-height:0;transition:max-height .2s;overflow:hidden;padding-left:40px}* .setup-process-section>div.web>div:last-of-type ul li.collapsed .title{opacity:1}* .setup-process-section>div.mobile{display:none}* .setup-process-section>div.mobile>div:first-of-type{background-color:#e6edff;border-top-left-radius:24px;border-top-right-radius:24px;height:20px;margin:0 26px}* .setup-process-section>div.mobile .process-list{position:relative;min-height:400px}* .setup-process-section>div.mobile .process-item{position:absolute;top:0;display:flex;flex-direction:column;gap:16px;padding:32px;text-align:center;background-color:#fff;border-radius:24px;box-shadow:0 30px 50px #eceff5}* .setup-process-section>div.mobile .process-item>div.title{display:flex;justify-content:center;align-items:center;gap:12px}* .setup-process-section>div.mobile .process-item>div.title>h4{text-align:left}* .setup-process-section>div.mobile .process-item img{max-width:126px;min-width:126px}@media(max-width:960px){* .setup-process-section>div{gap:18px}}@media(max-width:768px){* .setup-process-section>div.title>p.subtitle-medium{font-size:24px;line-height:28px;text-align:center}* .setup-process-section>div.title>p.text-small br,* .setup-process-section>div.web{display:none}* .setup-process-section>div.mobile{display:block}}* .services-section>div{border-radius:48px;padding:120px 0}* .services-section>div>div{margin-left:auto;margin-right:auto}* .services-section>div>div .service-items{display:flex;flex-wrap:wrap;gap:48px;margin-top:36px;justify-content:center}* .services-section>div>div .service-items .service-item{position:relative;display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:48px;padding:48px;max-width:460px;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 24px)/2);transition:.4s}* .services-section>div>div .service-items .service-item ul{padding-left:24px}* .services-section>div>div .service-items .service-item ul>li{font-size:14px;line-height:20px;list-style-type:disc;padding:4px 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}* .services-section>div>div .service-items .service-item>.title{display:flex;flex-direction:column}* .services-section>div>div .service-items .service-item>.title>i{font-size:14px}* .services-section>div>div .service-items .service-item .logo>img{max-width:120px;min-width:120px;max-height:120px;min-height:120px;border-radius:120px;background-color:#e6edff}* .services-section>div>div .service-items .service-item .flip-icon{position:absolute;top:20px;right:20px;height:64px;width:64px;border-radius:64px;background-color:#f2f2f3;display:none}* .services-section>div>div .service-items .service-item .btn,* .services-section>div>div .service-items .service-item button{margin-top:auto}@media(max-width:1200px){* .services-section>div>div .service-items>.service-item{padding:40px}}@media(max-width:1100px){* .services-section>div>div .service-items{column-gap:16px}* .services-section>div>div .service-items .service-item{padding:32px;border-radius:32px}}@media(max-width:768px){* .services-section>div{padding:32px;border-radius:24px}* .services-section>div>div>p:first-of-type{font-size:24px;line-height:28px;text-align:center}* .services-section>div>div>p:last-of-type{text-align:center}* .services-section>div>div>p:last-of-type br{display:none}* .services-section>div>div .service-items{margin-top:24px;grid-template-columns:1fr}* .services-section>div>div .service-items .service-item{border-radius:12px;padding:24px;flex:0 0 100%}* .services-section>div>div .service-items .service-item .logo{display:flex}* .services-section>div>div .service-items .service-item .logo>img{max-width:80px;min-width:80px;max-height:80px;min-height:80px;border-radius:80px}* .services-section>div>div .service-items .service-item .subtitle-x-small{font-size:18px;line-height:20px;text-align:center;font-size:1.7em}* .services-section>div>div .service-items .service-item .subtitle-x-small br{display:none}}@media(max-width:576px){* .services-section>div{padding:24px}* .services-section>div>div>.service-items{gap:32px}* .services-section>div>div>.service-items .service-item{border-radius:12px;padding:16px}}@keyframes main-rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes bubble-animate{0%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-55%)}}@keyframes scale-up{0%{width:0!important;opacity:0}to{width:var(--bubble-width);opacity:1}}* .partners-section{position:relative;min-height:100vh}* .partners-section .partners-bg{width:60%;position:relative;margin:auto;padding-bottom:20px}* .partners-section .partners-bg .bubble{background-color:#fff;aspect-ratio:1/1;border-radius:100%;box-shadow:0 5px 20px 0 rgba(0,0,0,.05),0 1px 2px -1px rgba(0,0,0,.1)!important;transition-duration:.3s;position:absolute;transform:translate(-50%,-50%);cursor:pointer;animation:bubble-animate 2s ease-in-out var(--anim-delay) alternate infinite;display:flex;background-image:linear-gradient(45deg,#fff 30%,var(--gradient-color));width:0}* .partners-section .partners-bg .bubble img{width:65%;margin:auto}* .partners-section .partners-bg .bubble:hover{width:var(--hover-width)!important;background-image:linear-gradient(45deg,#fff 0,var(--gradient-color))}* .partners-section .partners-bg .main-element{position:relative}* .partners-section .partners-bg .main-element .jestiyon-bubble{position:absolute;width:35%;left:48%;top:54%;transform:translate(-50%,-50%)}* .partners-section .partners-bg .main-element .partners-main-bg{width:100%;animation:main-rotation 20s linear infinite}* .partners-section .subtitle-medium{font-family:Neue Montreal,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}* .partners-section .text-small{max-width:676px;margin-left:auto;margin-right:auto}@media(max-width:960px){* .partners-section{min-height:-moz-fit-content;min-height:fit-content}* .partners-section .partners-bg{margin-top:24px}}@media(max-width:768px){* .partners-section .partners-bg{margin-top:48px!important}* .partners-section>div:first-of-type{margin-bottom:-70px}* .partners-section>div:last-of-type{margin-top:-60px}}@media(max-width:576px){* .partners-section>div:first-of-type{margin-bottom:-50px}* .partners-section>div:last-of-type{margin-top:-40px}* .partners-section br{display:none}}@media(max-width:420px){* .partners-section>div:first-of-type{margin-bottom:-40px}}* .price-section h2{font-size:40px}* .price-section>div{background:linear-gradient(52.14deg,#578eff 6.58%,#d9fbfb 105.96%);border-radius:48px;overflow:hidden}* .price-section>div>div{background-image:url(/images/image-145.webp);background-repeat:no-repeat;background-size:670px;background-position-x:100%;min-height:600px;display:flex;transition:.2s}* .price-section>div>div>div{margin:auto;transition:.2s;max-width:900px}* .price-section>div>div>div h4{opacity:.7;max-width:60%}* .price-section>div>div>div .register-part{display:flex}* .price-section>div>div>div .register-part>div{background-color:#fff;border-radius:16px;min-width:220px;padding:24px;display:flex;flex-direction:column;gap:16px}* .price-section>div>div>div .price-items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:16px;gap:16px}* .price-section>div>div>div .price-items .price-item{background-color:#fff;border-radius:16px;min-width:220px;padding:24px 16px;display:flex;flex-direction:column}* .price-section .inner-info{display:block}* .price-section .bottom-info{display:none}@media(max-width:1300px){* .price-section>div>div{background-position-x:110%}}@media(max-width:1200px){* .price-section>div>div{background-position-x:120%}* .price-section>div>div>div{margin-left:60px}}@media(max-width:1100px){* .price-section>div>div{background-position-x:140%}* .price-section>div>div>div{margin-left:auto}* .price-section>div>div>div .price-items{gap:14px}* .price-section>div>div>div .price-items .price-item{min-width:210px}}@media(max-width:1024px){* .price-section>div>div>div{margin-left:24px}* .price-section>div>div>div .price-items{gap:12px}* .price-section>div>div>div .price-items .price-item{min-width:200px}}@media(max-width:960px){* .price-section>div>div{display:block;padding:80px 40px;background-image:url(/images/image-145_v2.webp);background-size:320px;background-position-y:260px;background-position-x:112%}* .price-section>div>div>div{max-width:640px;margin-left:auto;text-align:center}* .price-section>div>div>div h4{max-width:unset;opacity:1}* .price-section>div>div>div .price-items{grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:768px){* .price-section h2{font-size:32px;line-height:36px}* .price-section>div{border-radius:32px}* .price-section>div>div{display:block;padding:40px 40px 80px;background-image:url(/images/image-145_v2.webp);background-size:240px;background-position-y:220px;background-position-x:101%}* .price-section>div>div>div{max-width:490px;margin-left:auto;text-align:center}* .price-section>div>div>div .price-items{grid-template-columns:1fr 1fr;column-gap:16px;row-gap:24px}* .price-section .inner-info,* .price-section p>br{display:none}* .price-section .bottom-info{display:block}}@media(max-width:576px){* .price-section>div{border-radius:24px}* .price-section>div>div{padding-bottom:48px;background-position-y:100%;background-position-x:106%}* .price-section>div>div>div .register-part{max-width:240px;margin:auto}* .price-section>div>div>div .price-items{grid-template-columns:1fr;max-width:240px;margin:auto}}* .most-asked-questions-section{display:flex}* .most-asked-questions-section>div{flex:1 1}* .most-asked-questions-section>div:first-of-type{max-width:400px}* .most-asked-questions-section .btn{margin-top:20px;max-width:164px}@media(max-width:960px){* .most-asked-questions-section{flex-direction:column;gap:20px}* .most-asked-questions-section br{display:none}* .most-asked-questions-section>div:first-of-type{max-width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}* .most-asked-questions-section>div:first-of-type p{flex:1 1}* .most-asked-questions-section>div:first-of-type p.subtitle-medium{font-size:24px;line-height:28px}* .most-asked-questions-section .btn{margin-top:0}}* .download-section>div{background-color:#f2f2f3;border-radius:48px;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}* .download-section>div>div:first-of-type{display:flex;flex-direction:column;justify-content:center;gap:24px;padding:36px 0}* .download-section>div>div:first-of-type>div{display:flex;flex-wrap:wrap;column-gap:16px;row-gap:12px}* .download-section>div>div:last-of-type{display:flex}* .download-section>div>div:last-of-type>div{margin-top:auto;margin-bottom:0;padding-top:44px}* .download-section>div .multiline{min-height:48px}@media(max-width:768px){* .download-section>div{grid-template-columns:1fr;padding-top:44px;gap:0;border-radius:32px}* .download-section>div>div{max-width:420px;margin:auto}* .download-section>div>div:first-of-type{padding:0}* .download-section>div>div:first-of-type>div{justify-content:center}* .download-section>div>div:first-of-type>div a{min-width:200px}* .download-section>div h3{text-align:center}}@media(max-width:576px){* .download-section>div{border-radius:24px;padding:32px 32px 0}}* .testimonial-section .testimonial-items-container{position:relative;overflow:hidden;border-radius:48px}* .testimonial-section .testimonial-items-container .testimonial-items{display:flex;flex-wrap:nowrap;position:relative;transition:all .45s ease}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item{background:linear-gradient(180deg,#daf5fb,#fff),#e7f8f8;flex:none;display:flex;gap:48px;width:100%;max-width:100%;position:relative;transition:all .45s ease;padding:64px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item img{max-width:140px;max-height:80px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item img:last-of-type{border-radius:40px 32px 0 40px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .icons{display:flex;flex-direction:column;gap:16px;margin-bottom:auto}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .icons>img{margin-right:0}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container{display:flex;flex-direction:column}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .owner{display:flex;gap:12px;align-items:center}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .owner>div:first-of-type{display:none}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .content{margin-top:24px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .content>p{padding:6px 0}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .progress-content{display:flex;gap:16px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .progress-content>div:first-of-type,* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container .progress-content>div:last-of-type{display:none}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container button{border:2px solid #96989b;padding:8px 12px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container button>.icon{width:26px;height:26px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .content-container button>.icon>svg{width:100%;height:100%}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .progress-bar{display:flex;align-items:center;gap:12px}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .progress-bar>div{width:200px;height:8px;background-color:#c3c5c7;border-radius:4px;overflow:hidden}* .testimonial-section .testimonial-items-container .testimonial-items .testimonial-item .progress-bar>div>div{width:10%;height:100%;background-color:#0e0f0f}* .testimonial-section .testimonial-items-container .testimonial-items.disable-animate{transition:unset}@media(max-width:960px){* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item{gap:40px;padding:48px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item img{max-width:106px;max-height:64px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item img:last-of-type{border-radius:32px 28px 0 32px}}@media(max-width:768px){* .testimonial-section .testimonial-items-container{border-radius:32px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item{padding:32px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item img{max-width:100px;max-height:56px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item .progress-bar{margin:auto}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item .progress-bar>div{width:160px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item>.icons{display:none}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item>.content-container>.progress-content>div:first-of-type,* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item>.content-container>.progress-content>div:last-of-type{display:unset}}@media(max-width:576px){* .testimonial-section .testimonial-items-container{border-radius:24px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item{padding:24px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item img{max-width:73px;max-height:44px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item .progress-bar{margin-left:0}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item .progress-bar>div{width:140px}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item>.content-container>.progress-content>div:last-of-type{display:none}* .testimonial-section .testimonial-items-container>.testimonial-items>.testimonial-item>.content-container>.owner>div:first-of-type{display:block}}* .register-section{margin-top:60px;margin-bottom:60px}* .register-section>div{background-color:#f2f2f3;border-radius:48px;padding:0 48px}* .register-section form{display:flex;flex-direction:column;justify-content:center;gap:24px;padding:48px 0 32px}* .register-section form>div:last-of-type{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:center}* .register-section form>div:last-of-type>div{display:flex;flex-direction:column;flex:1 1;gap:8px;min-height:100px;min-width:240px}* .register-section form>div:last-of-type>div p{color:#ee6b63;font-weight:500;padding:0 16px}@media(max-width:768px){* .register-section>div{border-radius:32px}}@media(max-width:576px){* .register-section>div{border-radius:24px}}* .apply-section{margin-top:64px;margin-bottom:96px}* .apply-section>div{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:24px;gap:24px}* .apply-section>div>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px}* .apply-section>div>div>h1{font-weight:500;font-size:54px;line-height:125%;max-width:420px;text-align:center}* .apply-section>div>div>h1>span{font-style:italic;color:#0589ef}* .apply-section>div>div>p{color:#767575;max-width:420px;text-align:center}* .apply-section .webform-content-container{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid #dbdbdb;box-shadow:0 0 0 4.15951px rgba(0,0,0,.05);border-radius:12px;padding:40px 32px 0;max-width:520px}* .apply-section .webform-content-container #webform-container{min-height:520px;width:100%}* .apply-section .webform-content-container>*{text-align:center}@media(max-width:960px){* .apply-section>div{grid-template-columns:1fr;gap:32px}* .apply-section>div>div{gap:24px}}@media(max-width:540px){* .apply-section .webform-content-container{padding:32px 20px}* .apply-section .webform-content-container #webform-container{min-height:508px}}* .apply-form-popup{display:flex;top:0;left:0;bottom:0;right:0;position:fixed;background:rgba(0,0,0,.5);z-index:9999;justify-content:center;overflow-x:auto;padding:24px}* .apply-form-popup>div{display:grid;grid-template-columns:1fr 440px;max-width:840px;position:relative;margin:auto}* .apply-form-popup>div>a{position:absolute;top:0;right:0}* .apply-form-popup>div>a>img{width:36px}* .apply-form-popup>div>div{display:flex}* .apply-form-popup>div>div:first-of-type{flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#4c86ff,rgba(140,178,255,.96))}* .apply-form-popup>div>div:first-of-type>img{margin:0}* .apply-form-popup>div>div:first-of-type>img:first-of-type{margin:24px}* .apply-form-popup>div>div:first-of-type>img{margin-right:32px}* .apply-form-popup .webform-content-container{display:flex;flex-direction:column;align-items:center;background:#fff;padding:16px 16px 0}* .apply-form-popup .webform-content-container #webform-container{min-height:440px;width:100%}* .apply-form-popup .webform-content-container>*{text-align:center}* .apply-form-popup .webform-content-container>h3{font-size:28px}* .apply-form-popup .webform-content-container>iframe{margin-bottom:-24px}@media(max-width:960px){* .apply-form-popup>div{grid-template-columns:fit-content(440px)}}@media(max-width:540px){* .apply-form-popup{padding:12px}* .apply-form-popup .webform-content-container{padding:32px 20px}* .apply-form-popup .webform-content-container #webform-container{min-height:460px}}* .toggle-button,* .toggle-button-alt,* .toggle-button-alt-v2,* .toggle-button-v2{display:flex;padding:6px 8px;gap:8px;border-radius:52px;z-index:100;transition:.3s;width:170px}* .toggle-button-alt-v2>div,* .toggle-button-alt>div,* .toggle-button-v2>div,* .toggle-button>div{min-height:40px;padding:0 20px;border-radius:40px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.4s}* .toggle-button-alt-v2,* .toggle-button-v2{width:205px}* .toggle-button,* .toggle-button-v2{background-color:#001747}* .toggle-button-v2>div,* .toggle-button>div{color:#fff}* .toggle-button-v2>div.selected,* .toggle-button>div.selected{background:#fff;color:#001747}* .toggle-button-alt,* .toggle-button-alt-v2{background-color:#fff}* .toggle-button-alt-v2>div,* .toggle-button-alt>div{color:#001747}* .toggle-button-alt-v2>div.selected,* .toggle-button-alt>div.selected{background:#001747;color:#fff}* .company-name-checker-item{margin-bottom:120px;margin-top:144px;transition:all .2s}* .company-name-checker-item>div{background:#daf5fb;border-radius:48px;min-height:520px;height:746px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:12px;row-gap:12px;align-items:center}* .company-name-checker-item>div>div:first-of-type{padding-left:48px}* .company-name-checker-item>div>div:first-of-type>div{display:flex;flex-direction:column;gap:24px;max-width:520px;margin:auto 0 auto auto;padding:64px 0}* .company-name-checker-item>div>div:last-of-type{display:flex;height:100%;width:100%}* .company-name-checker-item>div>div:last-of-type>div{position:relative;display:flex;align-items:center;width:100%;height:100%;justify-content:center}* .company-name-checker-item img{position:absolute;object-fit:fill;transition:all .2s}@media(max-width:960px){* .company-name-checker-item{margin-top:48px}* .company-name-checker-item>div{min-height:auto;border-radius:32px}* .company-name-checker-item>div>div:last-of-type>div{overflow:hidden}* .company-name-checker-item img{position:unset;max-height:440px;margin-top:40px;margin-bottom:-20px;object-fit:contain}}@media(max-width:768px){* .company-name-checker-item>div{display:flex;flex-direction:column;min-height:auto;border-radius:32px;padding:32px 24px}* .company-name-checker-item>div>div:first-of-type{padding:0;width:100%;text-align:center}* .company-name-checker-item>div>div:first-of-type>div{padding:0;width:100%;margin:auto}* .company-name-checker-item>div>div:last-of-type{padding-right:0}* .company-name-checker-item>div>div:last-of-type>div{overflow:unset}* .company-name-checker-item>div img{max-height:320px;margin-top:unset;margin-bottom:-32px}}@media(max-width:576px){* .company-name-checker-item>div{border-radius:24px}* .company-name-checker-item>div>div:last-of-type>div{overflow:unset}}@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}*{margin:0;padding:0;border:0;outline:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body,html{height:100%}.embla{overflow:hidden;margin-top:32px;--slide-spacing:1rem}.embla__container{display:flex}.embla__controls{margin-top:24px}.embla__controls .embla__buttons{display:flex;gap:16px}.embla__slide{flex:0 0 100%;-webkit-margin-end:8px;margin-inline-end:8px;-webkit-margin-start:8px;margin-inline-start:8px;min-width:0}.service-slide{height:600px;position:relative;display:flex;align-items:center;justify-content:center;background-color:#f2f6ff;color:#fff;overflow:hidden;border-radius:32px;transition-duration:.2s}.service-slide.blur{filter:blur(2px);scale:.95;opacity:.5}.service-slide .service-info{width:60%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:left;padding:0 64px 100px;gap:32px}.service-slide .service-info .btn{width:100%!important;margin-top:auto}.service-slide .service-info .service-header{font-family:Neue Montreal,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;color:#000;font-size:32px;font-weight:500;margin-top:auto}.service-slide .service-info .service-description{color:#000;font-size:14px;font-weight:400;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important}.service-slide .service-info .service-description li{list-style-type:none!important}.service-slide .service-info .service-description li :before{content:"*"}.service-slide .service-image{width:40%;height:100%;padding:0 24px;display:flex;vertical-align:middle}.service-slide .service-image img{width:100%;aspect-ratio:square}@media(max-width:960px){.service-slide{width:100%}.service-image{position:absolute;width:100%!important;z-index:8;opacity:.1;bottom:-100px!important}.service-image img{margin:0 auto!important;width:80%!important}.service-info{z-index:9;width:100%!important}}@media(max-width:768px){.services-section{padding-left:0!important;padding-right:0!important}.embla__slide{flex:0 0 100%!important;min-width:0}.service-slide{min-height:400px}.service-info{padding:24px!important}.service-info .btn{width:100%!important;margin:0!important}.service-info .service-header{margin-top:0!important;font-size:clamp(18px,18px,4vw)!important}.service-info .service-description{font-size:clamp(12px,12px,3vw)!important}}a{color:#0e0f0f;text-decoration:none;cursor:pointer}img{margin:auto;vertical-align:middle;max-width:100%}li,ul{list-style:none}.h100{height:100%}.hidden{display:none!important}.page-section{max-width:1240px}.page-section,.page-section-large{padding:0 32px;margin-left:auto;margin-right:auto}.page-section-large{max-width:1480px}.page-section-small{max-width:976px}.page-section-blog,.page-section-small{padding:0 32px;margin-left:auto;margin-right:auto}.page-section-blog{max-width:804px}@media(max-width:576px){.page-section,.page-section-blog,.page-section-large,.page-section-small{padding:0 16px}}* h1,* h2,* h3,* h4{font-family:Neue Montreal,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}* h1,* h2{font-size:48px;line-height:52px}* h3{font-size:32px;line-height:36px}* h4{font-size:24px;line-height:28px}* .subtitle-2x-large,* .subtitle-large,* .subtitle-medium,* .subtitle-small,* .subtitle-x-large,* .subtitle-x-small{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}* .subtitle-2x-large{font-size:72px;line-height:80px}* .subtitle-x-large{font-size:64px;line-height:68px}* .subtitle-large{font-size:48px;line-height:52px}* .subtitle-medium{font-size:40px;line-height:48px}* .subtitle-small{font-size:32px;line-height:40px}* .subtitle-x-small{font-size:24px;line-height:32px}* .text-large,* .text-x-large{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}* .text-medium,* .text-small,* .text-x-small{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400}* .text-x-large{font-size:20px;line-height:24px}* .text-large{font-size:18px;line-height:22px}* .text-medium{font-size:16px;line-height:20px}* .text-small{font-size:14px;line-height:20px}* .text-x-small{font-size:12px;line-height:12px}* p{font-size:16px;line-height:20px}* .fw-light{font-weight:300}* .fw-regular{font-weight:400}* .fw-medium{font-weight:500}* .fw-semibold{font-weight:600}* .fw-bold{font-weight:700}* .text-center{text-align:center}* .text-left{text-align:left}* .text-right{text-align:right}* .colorful{background-image:linear-gradient(45deg,#3773fe,#9ff4a2);-webkit-background-clip:text;-moz-background-clip:text}* .colorful,* .colorful-v2{-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;font-family:Neue Montreal,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}* .colorful-v2{background:linear-gradient(90deg,#3773fe .93%,#9ff4a2 36.52%),#0e0f0f;-webkit-background-clip:text;-moz-background-clip:text}* .m-auto{margin:auto}* .mt-auto{margin-top:auto}* .m-zero{margin:0}* .mt-8{margin-top:8px}* .mt-12{margin-top:12px}* .mt-16{margin-top:16px}* .mt-20{margin-top:20px}* .mt-24{margin-top:24px}* .mt-32{margin-top:32px}* .mt-48{margin-top:48px}* .mt-56{margin-top:56px}* .mt-64{margin-top:64px}* .mt-72{margin-top:72px}* .mt-144{margin-top:144px}* .mb-4{margin-bottom:4px}* .mb-4i{margin-bottom:4px!important}* .mb-8{margin-bottom:8px}* .mb-8i{margin-bottom:8px!important}* .mb-12{margin-bottom:12px}* .mb-16{margin-bottom:16px}* .mb-20{margin-bottom:20px}* .mb-24{margin-bottom:24px}* .mb-32{margin-bottom:32px}* .mb-48{margin-bottom:48px}* .mb-56{margin-bottom:56px}* .mb-64{margin-bottom:64px}* .mb-72{margin-bottom:72px}* .mb-144{margin-bottom:144px}* .mr-10{margin-right:10px}* .mr-16{margin-right:16px}* .ml-16{margin-left:16px}* .display-flex,* .display-flex-center,* .display-flex-column,* .display-flex-column-center,* .display-flex-h-center,* .display-flex-v-center{display:flex}* .display-flex-center,* .display-flex-column-center{align-items:center;justify-content:center}* .display-flex-h-center{justify-content:center}* .display-flex-v-center{align-items:center}* .display-flex-column,* .display-flex-column-center{flex-direction:column}* .flex-gap-4{gap:4px}* .flex-gap-8{gap:8px}* .flex-gap-12{gap:12px}* .flex-gap-16{gap:16px}* .flex-gap-20{gap:20px}* .flex-gap-24{gap:24px}* .flex-gap-48{gap:48px}* .flex-gap-64{gap:64px}* .flex-1{flex:1 1}* .flex-wrap{flex-wrap:wrap}* .justify-end{justify-content:flex-end}* .justify-space-between{justify-content:space-between}.opacity-2{opacity:.2}.opacity-3{opacity:.3}.opacity-5{opacity:.5}.opacity-7{opacity:.7}.banner-v1{background-color:#e7f8f8!important}.banner-v2{background-color:#f2f2f3!important}.banner-v3{background-color:#001747!important}.banner-v3,.banner-v3 .btn,.banner-v3 button{color:#fff!important}.banner-v4{background-color:#f7e0de!important}.banner-v5{background-color:#8ab4ff!important}.banner-v6{background-color:unset!important;min-height:unset!important}.banner-v6>div:first-of-type{order:2;padding:0 24px!important}.banner-v6>div:first-of-type>div{margin:auto!important}.banner-v6>div:last-of-type{order:1;overflow:hidden;height:100%;aspect-ratio:573/620;margin-right:24px;border-radius:48px}.banner-v6>div:last-of-type>img{max-width:100%;max-height:100%;height:100%;object-fit:cover;margin:0}@media(max-width:960px){.banner-v6>div:last-of-type{border-radius:32px}}@media(max-width:860px){.banner-v6>div:last-of-type{aspect-ratio:unset!important}}@media(max-width:768px){.banner-v6{flex-direction:column!important;padding:0!important}.banner-v6>div:first-of-type{padding:12px 24px!important}.banner-v6>div:first-of-type>div>a{max-width:unset}.banner-v6>div:last-of-type{border-radius:24px;aspect-ratio:unset!important;width:100%!important;margin-right:unset!important}.banner-v6>div:last-of-type>img{max-height:100%!important}}.banner-v7{background-color:#f2f6ff!important}img.banner-v6{min-height:120px!important;object-fit:cover}table{width:100%}td,th{padding:8px;text-align:center}table,td,th{border:1px solid #0e0f0f;border-collapse:collapse}.color-white{color:#fff}.color-primary{color:#3773fe}.color-gray-100{color:#c3c5c7}.color-gray-300{color:#96989b}.color-gray-400{color:#7f8184}.color-gray-500{color:#6d6f72}.color-error-400{color:#ee6b63}.color-error-500{color:#e3554d}.bg-color-primary-400{background-color:#3773fe}.bg-color-primary-800{background-color:#001747!important}.main-page header{position:absolute;top:20px;left:0;right:0;margin-top:0}@media(max-width:576px){.main-page header{top:16px}}.main-page .country-selection-section{margin-top:554px;margin-bottom:32px;transition:.3s}@media(max-width:1440px){.main-page .country-selection-section{margin-top:500px}}@media(max-width:1280px){.main-page .country-selection-section{margin-top:460px}}@media(max-width:960px){.main-page .country-selection-section{margin-top:460px}}@media(max-width:768px){.main-page .country-selection-section{margin-top:270px}}@media(max-width:440px){.main-page .country-selection-section{margin-top:240px}}.how-to-description{font-size:20px;text-align:left}.services-page .prices>div:first-of-type{background:linear-gradient(180deg,#daf5fb,#fff),#e7f8f8;border-radius:48px;overflow:hidden}.services-page .prices>div:first-of-type>div{display:flex;background-image:url(/images/image-164.webp);background-repeat:no-repeat;background-size:100%;background-position-x:100%;background-position-y:100%;transition:.2s;min-height:780px}.services-page .prices>div:first-of-type>div>div{display:flex;min-width:50%;padding:48px;transition:.2s}.services-page .prices>div:first-of-type>div>div>div{margin:auto 0 auto auto;max-width:520px;overflow:hidden;text-align:left}.services-page .prices>div:first-of-type>div>div>div>h1>br{display:none}.services-page .prices>div:first-of-type>div>div>div .register-part{display:flex}.services-page .prices>div:first-of-type>div>div>div .register-part>div{background-color:#fff;border-radius:16px;min-width:220px;padding:24px 32px;display:flex;flex-direction:column;gap:16px}.services-page .prices>div:first-of-type>div>div>div .price-items{display:flex;flex-wrap:wrap;gap:16px}.services-page .prices>div:first-of-type>div>div>div .price-items .price-item{background-color:#fff;border-radius:16px;min-width:220px;max-width:240px;padding:24px 16px;display:flex;flex-direction:column}.services-page .prices.UK>div{background:linear-gradient(180deg,#dae7fb,#fff),#e7f8f8}.services-page .prices.UK>div>div{background-image:url(/images/image-165.webp)}.services-page .prices.US>div{background:linear-gradient(180deg,#fbdada,#fff),#e7f8f8}.services-page .prices.US>div>div{background-image:url(/images/image-158.webp)}.services-page .prices.DE>div{background:linear-gradient(180deg,#f9f7c6,#fff),#e7f8f8}.services-page .prices.DE>div>div{background-image:url(/images/services-de.webp)}.services-page .prices.EE>div{background:linear-gradient(180deg,#5da8f1,#fff),#e7f8f8}.services-page .prices.EE>div>div{background-image:url(/images/services-ee.webp)}.services-page .prices .notify-inner{background-color:#fff;border-radius:12px;padding:8px 12px;margin-top:24px;margin-right:auto;display:inline-flex;align-items:center;gap:12px}.services-page .prices .notify-inner>div{background-color:#3773fe;min-width:20px;min-height:20px;border-radius:50%}.services-page .prices .notify-outer{max-width:936px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:16px;align-items:center}@media(max-width:960px){.services-page .prices>div{border-radius:32px!important}.services-page .prices>div>div{background-image:url(/images/image-164_v2.webp)}.services-page .prices.UK>div>div{background-image:url(/images/image-165_v2.webp)}.services-page .prices.US>div>div{background-image:url(/images/image-158_v2.webp)}.services-page .prices.DE>div>div{background-image:url(/images/services-de_v2.webp)}.services-page .prices.EE>div>div{background-image:url(/images/services-ee_v2.webp)}}@media(max-width:768px){.services-page .prices>div{border-radius:24px!important}.services-page .prices>div>div>div>div>p.text-small>br{display:none}.services-page .prices h2{font-size:40px;line-height:44px}.services-page .prices .register-part>div{max-width:260px}.services-page .prices .price-items{flex-direction:column}}@media(max-width:576px){.services-page .prices>div:first-of-type>div>div{padding:32px}.services-page .prices>div:first-of-type>div>div>div>h1>br{display:unset}.services-page .prices>div{border-radius:24px}.services-page .prices>div>div{min-height:auto;background-size:130%;background-position-x:40%}.services-page .prices>div>div>div{padding:128px 12px 48px}.services-page .prices>div>div>div>div{margin-top:0;text-align:center}.services-page .prices>div>div h2{font-size:32px;line-height:36px}.services-page .prices .register-part>div{margin:auto;max-width:240px;padding:24px 16px!important}.services-page .prices .price-items{align-items:center}}@media(max-width:480px){.services-page .prices>div:first-of-type>div>div{padding:24px}.services-page .prices .register-part>div{margin:auto;max-width:240px;padding:24px 16px!important}}.services-page .service-item-new>div{background-color:#e6edff;overflow:hidden;border-radius:48px;min-height:620px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:12px;row-gap:12px;align-items:center}.services-page .service-item-new>div>div:first-of-type{padding-left:48px}.services-page .service-item-new>div>div:first-of-type>div{display:flex;flex-direction:column;gap:24px;max-width:480px;margin:auto 0 auto auto;padding:64px 0}.services-page .service-item-new>div>div:last-of-type{display:flex}.services-page .service-item-new img{max-height:480px;max-width:430px;width:100%;object-fit:contain}@media(max-width:960px){.services-page .service-item-new>div{min-height:auto;border-radius:32px}}@media(max-width:768px){.services-page .service-item-new>div{display:flex;flex-direction:column-reverse;min-height:auto;border-radius:32px;padding:32px 24px}.services-page .service-item-new>div>div:first-of-type{padding:0;width:100%}.services-page .service-item-new>div>div:first-of-type>div{padding:0;width:100%;margin:auto}.services-page .service-item-new>div>div:last-of-type{padding-right:0}.services-page .service-item-new>div img{max-height:240px}}@media(max-width:576px){.services-page .service-item-new>div{border-radius:24px}.services-page .service-item-new>div img{max-height:200px}}.services-page .most-asked-questions-section,.services-page .register-section,.services-page .service-item-new{margin-top:120px}.services-page button{max-width:280px}.services-page .blue-800{background-color:#001747!important;color:#fff!important}.services-page .blue-800 button{color:#fff!important}.services-page .alternative-background{background-color:#e8f8fc!important}@media(max-width:960px){.services-page .most-asked-questions-section,.services-page .register-section,.services-page .service-item-new{margin-top:80px}}@media(max-width:768px){.services-page .most-asked-questions-section,.services-page .register-section,.services-page .service-item-new{margin-top:64px}.services-page h3>br{display:none}}@media(max-width:576px){.services-page .most-asked-questions-section,.services-page .register-section,.services-page .service-item-new{margin-top:52px}.services-page .prices h3{font-size:24px;line-height:28px}.services-page .country-selection-section>div>div{border-radius:32px}.services-page .country-selection-section>div>div>a{border-radius:18px;padding:0 18px}}@media(max-width:480px){.services-page button{max-width:none}.services-page .country-selection-section>div>div{border-radius:24px}.services-page .country-selection-section>div>div>a{border-radius:16px;padding:0 16px}.services-page .country-selection-section>div>div>a>span{display:none}}.prices-page h1{margin-top:32px;text-align:center}.prices-page h2{margin-top:140px;margin-bottom:32px;font-size:40px;line-height:40px;text-align:center}.prices-page .price-page-container{position:relative;max-width:1544px;margin-top:24px}.prices-page .price-page-container .inner-container{padding-top:44px;padding-bottom:144px;background:linear-gradient(180deg,#dae7fb,#fff),#e7f8f8;border-top-left-radius:48px;border-top-right-radius:48px}.prices-page .country-selection-section{margin-top:0;margin-bottom:0}.prices-page .price-list,.prices-page .price-list-alt{display:flex;flex-wrap:wrap;gap:48px;margin-top:36px;justify-content:center;transition:.2s}.prices-page .price-list .price-item,.prices-page .price-list .price-item-alt,.prices-page .price-list-alt .price-item,.prices-page .price-list-alt .price-item-alt{display:flex;flex-direction:column;gap:24px;background-color:#fff;color:#0e0f0f;padding:48px 32px;border-radius:48px;max-width:456px;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/2);transition:.2s}.prices-page .price-list .price-item-alt>ul,.prices-page .price-list .price-item>ul,.prices-page .price-list-alt .price-item-alt>ul,.prices-page .price-list-alt .price-item>ul{display:flex;flex-direction:column;gap:12px;margin-bottom:auto}.prices-page .price-list .price-item-alt>ul>li,.prices-page .price-list .price-item>ul>li,.prices-page .price-list-alt .price-item-alt>ul>li,.prices-page .price-list-alt .price-item>ul>li{display:flex;gap:12px;min-height:40px;align-items:center;transition:.2s}.prices-page .price-list .price-item-alt>ul>li>span,.prices-page .price-list .price-item>ul>li>span,.prices-page .price-list-alt .price-item-alt>ul>li>span,.prices-page .price-list-alt .price-item>ul>li>span{display:flex;align-items:center;justify-content:center;background-color:#69e693;color:#fff;min-width:24px;min-height:24px;border-radius:50%}.prices-page .price-list .price-item-alt>ul>li>div,.prices-page .price-list .price-item>ul>li>div,.prices-page .price-list-alt .price-item-alt>ul>li>div,.prices-page .price-list-alt .price-item>ul>li>div{display:flex;flex-direction:column;line-height:24px}.prices-page .price-list .price-item-alt>ul>li>div>span:last-of-type,.prices-page .price-list .price-item>ul>li>div>span:last-of-type,.prices-page .price-list-alt .price-item-alt>ul>li>div>span:last-of-type,.prices-page .price-list-alt .price-item>ul>li>div>span:last-of-type{line-height:14px;font-size:14px}.prices-page .price-list .price-item-alt,.prices-page .price-list-alt .price-item-alt{background-color:#001747;color:#fff}.prices-page .price-list-alt{gap:24px}.prices-page .price-list-alt .price-item,.prices-page .price-list-alt .price-item-alt{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/3)}.prices-page .jesty-package{display:flex;gap:48px;background-color:#fff;color:#0e0f0f;padding:48px 32px;border-radius:48px;max-width:960px;margin:48px auto auto}.prices-page .jesty-package ul{display:flex;flex-direction:column;gap:12px}.prices-page .jesty-package ul>li{display:flex;align-items:center;line-height:22px;transition:.2s}.prices-page .jesty-package>div{flex:1 1;display:flex;flex-direction:column;gap:12px}.prices-page .jesty-package>div>ul>li{opacity:.5}.prices-page .jesty-package>ul{max-width:320px;flex:1 1;justify-content:flex-end;gap:16px}.prices-page .jesty-package>ul>li{gap:12px;align-items:center}.prices-page .jesty-package>ul>li>span:first-of-type{display:flex;align-items:center;justify-content:center;background-color:#69e693;color:#fff;min-width:24px;min-height:24px;border-radius:50%}.prices-page .service-items{display:flex;flex-wrap:wrap;gap:48px;margin-top:36px;justify-content:center}.prices-page .service-items .service-item{position:relative;display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:48px;padding:48px;max-width:460px;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 24px)/2);transition:.4s}.prices-page .service-items .service-item ul{padding-left:24px}.prices-page .service-items .service-item ul>li{font-size:14px;line-height:20px;list-style-type:disc;padding:4px 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.prices-page .service-items .service-item>.title{display:flex;flex-direction:column}.prices-page .service-items .service-item>.title>i{font-size:14px}.prices-page .service-items .service-item .logo>img{max-width:120px;min-width:120px;max-height:120px;min-height:120px;border-radius:120px;background-color:#e6edff}.prices-page .service-items .service-item .flip-icon{position:absolute;top:20px;right:20px;height:64px;width:64px;border-radius:64px;background-color:#f2f2f3;display:none}.prices-page .service-items .service-item .btn,.prices-page .service-items .service-item button{margin-top:auto}.prices-page .register-section{margin-top:120px}@media(max-width:1164px){.prices-page .service-items>.service-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/2)}.prices-page .price-list-alt{gap:48px}.prices-page .price-list-alt>.price-item,.prices-page .price-list-alt>.price-item-alt{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/2)}}@media(max-width:960px){.prices-page .price-list,.prices-page .price-list-alt{column-gap:16px;margin-left:-8px;margin-right:-8px}.prices-page .price-list .price-item,.prices-page .price-list .price-item-alt,.prices-page .price-list-alt .price-item,.prices-page .price-list-alt .price-item-alt{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 16px)/2)}.prices-page .service-items{column-gap:16px;margin-left:-8px;margin-right:-8px}.prices-page .service-items .service-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 16px)/2);padding:32px}.prices-page .service-items .service-item .subtitle-x-small{font-size:18px;line-height:20px}.prices-page .service-items .service-item .subtitle-x-small>br{display:none}.prices-page .register-section{margin-top:80px}}@media(max-width:768px){.prices-page br{display:none}.prices-page .price-list,.prices-page .price-list-alt{margin-left:0;margin-right:0}.prices-page .price-list .price-item,.prices-page .price-list .price-item-alt,.prices-page .price-list-alt .price-item,.prices-page .price-list-alt .price-item-alt{flex:0 0 100%;border-radius:32px}.prices-page .price-list .price-item-alt>ul>li,.prices-page .price-list .price-item>ul>li,.prices-page .price-list-alt .price-item-alt>ul>li,.prices-page .price-list-alt .price-item>ul>li{min-height:32px}.prices-page .jesty-package{flex-direction:column;gap:36px;max-width:456px;border-radius:32px}.prices-page .service-items{margin-left:0;margin-right:0}.prices-page .service-items .service-item{flex:0 0 100%;border-radius:32px}.prices-page .service-items .service-item .logo{display:flex}.prices-page .service-items .service-item .logo>img{max-width:80px;min-width:80px;max-height:80px;min-height:80px;border-radius:80px}.prices-page .service-items .service-item .subtitle-x-small{font-size:18px;line-height:20px;text-align:center;font-size:1.7em}.prices-page .service-items .service-item .subtitle-x-small br{display:none}}@media(max-width:576px){.prices-page h1{display:none}.prices-page .country-selection-section>div>div>a{padding:0 20px}.prices-page .price-page-container>.inner-container{padding-top:16px;border-top-left-radius:32px;border-top-right-radius:32px}.prices-page .price-list,.prices-page .price-list-alt{row-gap:32px}.prices-page .price-list .price-item,.prices-page .price-list .price-item-alt,.prices-page .price-list-alt .price-item,.prices-page .price-list-alt .price-item-alt{border-radius:24px;padding:32px 24px;gap:20px}.prices-page .jesty-package{border-radius:24px;padding:32px 24px;margin-top:32px}.prices-page .service-items{row-gap:32px}.prices-page .service-items .service-item{border-radius:24px;padding:32px 24px;gap:20px}}@media(max-width:480px){.prices-page button{max-width:none}.prices-page .country-selection-section>div>div{border-radius:24px}.prices-page .country-selection-section>div>div>a{border-radius:16px;padding:0 16px}.prices-page .country-selection-section>div>div>a>span{display:none}}.support-page h2{margin-top:32px;margin-bottom:20px}.support-page .questions{display:flex;flex-direction:column;gap:128px;margin-top:64px;margin-bottom:80px}.support-page .questions .questions-section{display:flex}.support-page .questions .questions-section>div{flex:1 1;max-width:400px;min-width:284px}.support-page .questions .questions-section>div>div:first-of-type{display:flex;flex-direction:column;gap:24px}.support-page .questions .questions-section>div h3{margin-right:auto}.support-page .questions .questions-section>div img{max-height:175px;max-width:175px;border-radius:48px;margin:0}.support-page .questions .questions-section>div button{white-space:nowrap}.support-page .questions .questions-section ul.collapsible-panel{flex:2 1}.support-page .questions .questions-section button{margin-top:20px}@media(max-width:960px){.support-page .questions .questions-section{flex-direction:column;gap:20px}.support-page .questions .questions-section br{display:none}.support-page .questions .questions-section>div{max-width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px}.support-page .questions .questions-section>div>div:first-of-type{flex-direction:unset;align-items:center}.support-page .questions .questions-section>div h3{font-size:28px;line-height:32px}.support-page .questions .questions-section>div p{flex:1 1}.support-page .questions .questions-section>div img{max-height:144px;max-width:144px}.support-page .questions .questions-section button{margin-top:0}}@media(max-width:768px){.support-page .questions .questions-section>div h3{font-size:24px;line-height:28px}.support-page .questions .questions-section>div img{max-height:128px;max-width:128px;border-radius:32px}}@media(max-width:576px){.support-page .questions .questions-section>div{display:flex;flex-direction:column;align-items:unset}.support-page .questions .questions-section>div>div:first-of-type{gap:16px}.support-page .questions .questions-section>div button{width:100%}.support-page .questions .questions-section>div h3{font-size:20px;line-height:24px}.support-page .questions .questions-section>div img{max-height:100px;max-width:100px;border-radius:12px}}@media(max-width:960px){.support-page h2{font-size:40px;line-height:48px}}@media(max-width:768px){.support-page h2{font-size:36px;line-height:40px}}@media(max-width:576px){.support-page h2{font-size:32px;line-height:36px}}.about-page h2{margin-top:64px;margin-bottom:72px}.about-page .images-section{max-width:100%;overflow:hidden;margin-right:0;margin-left:calc((100% - 1240px)/2)}.about-page .images-section .images{display:grid;grid-template-columns:.98fr 1.4fr 1.4fr;align-items:start;grid-gap:24px;gap:24px;width:1878px;max-width:140%}.about-page .images-section .images .image-1{display:flex;background:linear-gradient(52.14deg,#578eff 6.58%,#d9fbfb 105.96%),#3773fe;border-radius:48px;height:78%}.about-page .images-section .images .image-1>img{max-width:45%}.about-page .images-section .images .image-2{border-radius:48px;overflow:hidden}.about-page .images-section .images .image-3{display:flex;height:100%;overflow:hidden}.about-page .images-section .images .image-3>img{margin-bottom:0;border-radius:48px}@media(max-width:1260px){.about-page .images-section{margin-left:0}}.about-page .info-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px}.about-page .info-section p.center{max-width:376px;margin-left:auto;margin-right:auto;text-align:center}.about-page .info-section .circle-left,.about-page .info-section .circle-right{width:172px;height:172px;border-radius:50%;margin-left:auto;margin-right:auto}.about-page .info-section .circle-left{background-color:#fbfae3}.about-page .info-section .circle-right{background-color:#e6edff}.about-page .info-section>div:last-of-type{display:flex;align-items:center;justify-content:center}.about-page .who-section h3{margin-bottom:16px}.about-page .who-section p{margin-bottom:20px;font-size:14px}.about-page .who-section>div>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:44px;gap:44px}.about-page .office-section{position:relative;margin-top:120px}.about-page .office-section>img:first-of-type{border-radius:48px;height:620px;object-fit:cover;transition:.4s}.about-page .office-section>img:last-of-type{position:absolute;right:300px;top:-96px;transition:.4s}.about-page .about-section{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:16px;gap:16px}.about-page .about-section h2{font-size:40px;line-height:44px}.about-page .about-section p{max-width:376px}.about-page .about-section .selection-1{display:none}.about-page .about-section .selection-2{margin-top:56px;margin-bottom:48px}.about-page .about-section>div.left{display:flex;flex-direction:column;justify-content:center}.about-page .about-section>div.left img{display:none}.about-page .about-section>div.right>div{position:relative;padding-top:11%;padding-right:13%;height:100%}.about-page .about-section>div.right>div>div{position:absolute;top:0;right:0;bottom:12%;left:15%;background-color:#0e0f0f;border-radius:48px;z-index:-1}.about-page .about-section>div.right>div img{border-radius:48px;height:100%;object-fit:cover}.about-page .about-section,.about-page .images-section,.about-page .info-section,.about-page .register-section,.about-page .who-section{margin-top:120px}@media(max-width:960px){.about-page h2{font-size:40px;line-height:48px}.about-page .images-section>.images{gap:16px}.about-page .office-section>img:first-of-type{height:560px}.about-page .office-section>img:last-of-type{right:200px}.about-page .about-section,.about-page .images-section,.about-page .info-section,.about-page .register-section,.about-page .who-section{margin-top:80px}}@media(max-width:768px){.about-page h2{margin-top:48px;margin-bottom:64px;font-size:36px;line-height:40px;text-align:center}.about-page .images-section{margin-left:0}.about-page .images-section .images{grid-template-columns:.6fr 1fr;max-width:120%}.about-page .images-section .images .image-1{height:68%}.about-page .images-section .images .image-3{display:none}.about-page .images-section .images .image-1,.about-page .images-section .images .image-2{border-radius:32px}.about-page .info-section{display:block}.about-page .info-section p.center{max-width:100%}.about-page .info-section .subtitle-2x-large{font-size:58px;line-height:64px}.about-page .info-section>div:first-of-type{text-align:center}.about-page .info-section>div:first-of-type>div:last-of-type{display:none}.about-page .info-section>div:last-of-type{display:block;margin-top:48px}.about-page .info-section>div:last-of-type>div:first-of-type{border-top-left-radius:32px;border-top-right-radius:32px;background-color:#b8cfff;height:48px;margin:0 32px}.about-page .info-section>div:last-of-type>div:last-of-type{padding:24px;background-color:#e6edff;border-radius:32px}.about-page .info-section .circle-right{background-color:#fff}.about-page .info-section .circle-right>img{display:none}.about-page .who-section>div>div{display:block}.about-page .office-section>img:first-of-type{height:500px;border-radius:32px}.about-page .office-section>img:last-of-type{right:160px}.about-page .about-section{grid-template-columns:1fr;gap:24px}.about-page .about-section p{max-width:100%}.about-page .about-section h2{font-size:32px;line-height:36px}.about-page .about-section h3{font-size:24px;line-height:28px}.about-page .about-section .selection-1{display:block}.about-page .about-section .selection-1 .address-selection{width:100%}.about-page .about-section .selection-1 .address-selection>div{width:100%;display:grid;grid-template-columns:1fr 1fr;border-radius:36px}.about-page .about-section .selection-1 .address-selection>div>a{display:flex;justify-content:center;border-radius:24px}.about-page .about-section .selection-2{display:none}.about-page .about-section>div.left{background-color:#f2f2f3;padding:24px;border-radius:32px}.about-page .about-section>div.left img{width:100%;display:block;border-radius:16px}.about-page .about-section>div.right{display:none}}@media(max-width:576px){.about-page h2{font-size:32px;line-height:36px}.about-page .images-section>.images .image-1,.about-page .images-section>.images .image-2{border-radius:24px}.about-page .office-section{max-width:100%;padding:0}.about-page .office-section>img:first-of-type{height:440px;border-radius:0}.about-page .office-section>img:last-of-type{right:80px}.about-page .info-section>div:last-of-type{margin-top:32px}.about-page .info-section>div:last-of-type>div:first-of-type{border-top-left-radius:24px;border-top-right-radius:24px;height:40px;margin:0 24px}.about-page .about-section>div.left,.about-page .info-section>div:last-of-type>div:last-of-type{border-radius:24px}.about-page .about-section>div.left img{border-radius:12px}}.policy-page h1{margin-top:40px;margin-bottom:40px;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#222}.policy-page .content-section{text-align:justify;color:#222}.policy-page .content-section p{margin-bottom:20px}.policy-page .content-section h3,.policy-page .content-section p{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.policy-page .content-section h3{margin-top:44px;margin-bottom:12px}.policy-page .content-section h4{margin-bottom:8px;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.policy-page .content-section a{color:#3773fe}.policy-page .content-section p{line-height:24px}.policy-page .content-section div>div{margin-bottom:20px}.policy-page .content-section div>div>p,.policy-page .content-section p>p{padding-left:16px;margin-top:20px;margin-bottom:0}.policy-page .content-section ul{margin-bottom:20px;padding-left:32px}.policy-page .content-section ul li{line-height:30px}.policy-page .content-section ul li:before{content:"·";font-size:80px;vertical-align:text-bottom;line-height:30px;margin-right:4px}.policy-page .content-section .list-container{line-height:32px}.policy-page .content-section p.warning{font-size:20px;line-height:28px;font-weight:500}.policy-page .others-section{color:#222}.policy-page .others-section>div{text-align:center}.policy-page .others-section>div p{margin-bottom:20px}.policy-page .others-section>div>span{background-color:#e6edff;width:40px;height:40px;margin:auto;display:flex;justify-content:center;align-items:center;border-radius:20px}.policy-page .others-section>ul{display:flex;flex-direction:column;gap:36px;margin-top:56px}.policy-page .others-section>ul li{display:flex}.policy-page .others-section>ul li>a{background-color:#f2f2f3;padding:24px 32px;border-radius:24px;width:100%}.policy-page .others-section>ul li>a>h3{font-size:24px;font-weight:500}.policy-page .others-section,.policy-page .register-section{margin-top:120px}@media(max-width:960px){.policy-page h1{font-size:40px;line-height:48px}.policy-page .others-section,.policy-page .register-section{margin-top:80px}}@media(max-width:768px){.policy-page h1{font-size:36px;line-height:40px}}@media(max-width:576px){.policy-page h1{font-size:32px;line-height:36px}}.financial-advisor-page h1{margin-top:32px;margin-bottom:20px;text-align:center}.financial-advisor-page .top-section p{max-width:960px;margin:auto;text-align:center}.financial-advisor-page .banner-section{margin-top:72px}.financial-advisor-page .banner-section>div{border-radius:48px;overflow:hidden}.financial-advisor-page .spec-section h3{margin-bottom:24px}.financial-advisor-page .spec-section>div{display:flex;flex-direction:column;gap:160px}.financial-advisor-page .spec-section>div>.spec-v1{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px}.financial-advisor-page .spec-section>div>.spec-v1>div:first-of-type{max-width:476px;margin:auto auto auto 0}.financial-advisor-page .spec-section>div>.spec-v1>div:last-of-type{border-radius:48px;overflow:hidden}.financial-advisor-page .spec-section>div>.spec-v2{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px}.financial-advisor-page .spec-section>div>.spec-v2>div{display:flex;flex-direction:column;max-width:476px;align-items:center;text-align:center}.financial-advisor-page .spec-section>div>.spec-v2>div h3{margin-top:40px}.financial-advisor-page .spec-section>div>.spec-v3{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px}.financial-advisor-page .spec-section>div>.spec-v3>div:first-of-type{border-radius:48px;overflow:hidden}.financial-advisor-page .spec-section>div>.spec-v3>div:last-of-type{max-width:476px;margin:auto 0 auto auto}.financial-advisor-page .blog-section p:first-of-type{max-width:560px}.financial-advisor-page .form-section{position:relative}.financial-advisor-page .form-section>img{position:absolute;left:calc(50% - 230px);top:-96px}.financial-advisor-page .form-section>div{background:linear-gradient(180deg,#dae7fb,#fff),#e7f8f8;border-top-left-radius:48px;border-top-right-radius:48px;padding:80px 24px 120px}.financial-advisor-page .form-section>div>form{display:flex;flex-direction:column;gap:40px}.financial-advisor-page .form-section>div>form>div:first-of-type{max-width:476px;margin:auto;text-align:center}.financial-advisor-page .form-section>div>form>div:first-of-type h4{margin-bottom:16px}.financial-advisor-page .form-section>div>form .application-form{max-width:840px;display:flex;justify-content:center;flex-wrap:wrap;row-gap:30px;column-gap:40px;margin:auto}.financial-advisor-page .form-section>div>form .application-form>div{display:flex;flex-direction:column;gap:8px;max-width:400px;width:100%;min-height:100px}.financial-advisor-page .form-section>div>form .application-form>div label{font-size:14px;line-height:16px;font-weight:600;padding:0 16px}.financial-advisor-page .form-section>div>form .application-form>div p{color:#ee6b63;font-weight:500;padding:0 16px}.financial-advisor-page .blog-section,.financial-advisor-page .form-section,.financial-advisor-page .register-section,.financial-advisor-page .spec-section{margin-top:120px}@media(max-width:960px){.financial-advisor-page .blog-section,.financial-advisor-page .form-section,.financial-advisor-page .register-section,.financial-advisor-page .spec-section{margin-top:80px}}@media(max-width:768px){.financial-advisor-page .spec-section>div{gap:120px}.financial-advisor-page .spec-section>div>.spec-v1{display:flex;flex-direction:column-reverse}.financial-advisor-page .spec-section>div>.spec-v1>div:first-of-type{margin-left:auto;text-align:center}.financial-advisor-page .spec-section>div>.spec-v1>div:last-of-type{border-radius:32px;max-width:476px;margin:auto}.financial-advisor-page .spec-section>div>.spec-v2{grid-template-columns:1fr;justify-items:center;gap:120px}.financial-advisor-page .spec-section>div>.spec-v3{grid-template-columns:1fr}.financial-advisor-page .spec-section>div>.spec-v3>div:first-of-type{max-width:476px;border-radius:32px;margin:auto}.financial-advisor-page .spec-section>div>.spec-v3>div:last-of-type{margin-right:auto;text-align:center}}@media(max-width:576px){.financial-advisor-page .form-section>img{left:calc(50% - 156px);top:-78px;max-height:180px}}.blog-detail-page .top-section{margin-top:44px;color:#222}.blog-detail-page .top-section .cover{position:relative;margin-bottom:48px}.blog-detail-page .top-section .cover>img{border-radius:48px;overflow:hidden}.blog-detail-page .top-section .cover>.share-panel{position:absolute;top:40px;right:-56px;display:flex;flex-direction:column;gap:12px;background-color:#fff;overflow:hidden;border-radius:12px;padding:8px;transition:.3s}.blog-detail-page .top-section .cover>.share-panel>a{display:flex;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:8px;border:1.5px solid #0e0f0f}.blog-detail-page .top-section .cover>.share-panel>a svg{display:flex;margin:auto}.blog-detail-page .top-section .author{display:flex;gap:16px;margin-bottom:24px;align-items:center}.blog-detail-page .top-section .author>div{max-height:48px;max-width:48px}.blog-detail-page .top-section .info{display:flex;gap:20px;align-items:center}.blog-detail-page .top-section .info .separator{min-width:8px;min-height:8px;background-color:#0e0f0f;border-radius:4px}.blog-detail-page .content-section{margin-top:24px;color:#222}.blog-detail-page .content-section h1,.blog-detail-page .content-section h1>strong{margin-bottom:40px;font-size:40px;line-height:48px;font-weight:700!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important}.blog-detail-page .content-section h2,.blog-detail-page .content-section h3>strong{font-size:32px;line-height:40px;margin-top:32px;margin-bottom:12px;font-weight:700!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important}.blog-detail-page .content-section h3,.blog-detail-page .content-section h3>strong{margin-top:32px;margin-bottom:8px;font-size:24px;font-weight:600!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important}.blog-detail-page .content-section p{margin-bottom:20px;font-size:18px;line-height:24px}.blog-detail-page .content-section a{color:#3773fe;text-decoration:underline}.blog-detail-page .content-section ul{margin-bottom:20px;padding-left:32px}.blog-detail-page .content-section ul li{list-style-type:disc;font-size:18px;line-height:28px}.blog-detail-page .content-section #ez-toc-container{background:#f2f2f3;border:1.2px solid #c3c5c7;border-radius:4px;padding:8px 16px}.blog-detail-page .content-section #ez-toc-container .ez-toc-title-container{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.blog-detail-page .content-section #ez-toc-container .ez-toc-title-container .ez-toc-title{font-size:20px;font-weight:600;margin-bottom:0}.blog-detail-page .content-section #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle{border-radius:4px;border:1.2px solid #c3c5c7;padding:4px}.blog-detail-page .content-section #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle>img{min-width:30px;max-width:30px;transition:.2s;transform:rotate(180deg)}.blog-detail-page .content-section #ez-toc-container ul{counter-reset:item;margin-bottom:8px;padding-left:0}.blog-detail-page .content-section #ez-toc-container ul li{list-style-type:none}.blog-detail-page .content-section #ez-toc-container ul li a{text-decoration:none;color:#0e0f0f;font-size:16px;line-height:140%;font-weight:500}.blog-detail-page .content-section #ez-toc-container ul li a:hover{text-decoration:underline}.blog-detail-page .content-section #ez-toc-container nav{display:block;margin-top:12px}.blog-detail-page .content-section #ez-toc-container nav ul li a:before{content:counters(item,".",decimal) ". ";display:inline-block;counter-increment:item;flex-grow:0;flex-shrink:0;margin-right:.2em}.blog-detail-page .content-section #ez-toc-container nav ul ul{padding-left:16px}.blog-detail-page .content-section #ez-toc-container.collapse nav{display:none}.blog-detail-page .content-section #ez-toc-container.collapse img{transform:rotate(0deg)!important}.blog-detail-page .others-section{color:#222}.blog-detail-page .others-section>div{text-align:center}.blog-detail-page .others-section>div p{margin-bottom:20px}.blog-detail-page .others-section>div>span{background-color:#e6edff;width:40px;height:40px;margin:auto;display:flex;justify-content:center;align-items:center;border-radius:20px}.blog-detail-page .others-section>ul{display:flex;flex-direction:column;gap:32px;margin-top:56px}.blog-detail-page .others-section>ul li{display:flex}.blog-detail-page .others-section>ul li>a{background-color:#f2f2f3;padding:24px 32px;border-radius:24px;width:100%;display:flex;gap:24px}.blog-detail-page .others-section>ul li>a>div:first-of-type{max-width:164px;max-height:144px;min-width:164px;min-height:144px;overflow:hidden;border-radius:24px}.blog-detail-page .others-section>ul li>a>div:first-of-type>img{width:100%;height:100%;object-fit:cover}.blog-detail-page .others-section>ul li>a>div:last-of-type{margin:auto 0}.blog-detail-page .others-section>ul li>a>div:last-of-type .info{display:flex;gap:12px;align-items:center;margin-top:20px}.blog-detail-page .others-section>ul li>a>div:last-of-type .info .separator{min-width:8px;min-height:8px;background-color:#0e0f0f;border-radius:4px}.blog-detail-page .others-section>ul li>a h3{font-size:24px;line-height:28px;font-weight:500}.blog-detail-page .download-section,.blog-detail-page .others-section{margin-top:120px}@media(max-width:960px){.blog-detail-page .download-section,.blog-detail-page .others-section{margin-top:80px}.blog-detail-page .top-section>.cover>.share-panel{right:12px}}@media(max-width:768px){.blog-detail-page .top-section .cover>img{border-radius:32px}.blog-detail-page .others-section>ul>li>a{padding:24px}.blog-detail-page .others-section>ul>li>a>div:first-of-type{max-width:156px;max-height:134px;min-width:156px;min-height:134px}}@media(max-width:576px){.blog-detail-page .top-section .cover>img{border-radius:24px}.blog-detail-page .others-section>ul>li>a{flex-direction:column;padding:16px 16px 32px}.blog-detail-page .others-section>ul>li>a>div:first-of-type{max-width:unset;max-height:unset}.blog-detail-page .others-section>ul>li>a>div:last-of-type h3{text-align:center}.blog-detail-page .others-section>ul>li>a>div:last-of-type .info{justify-content:center}}@media(max-width:480px){.blog-detail-page .top-section>.cover{margin-bottom:16px}.blog-detail-page .top-section>.cover>.share-panel{position:unset;flex-direction:row;justify-content:center;margin-top:16px}}.country-services-list li{text-align:left}.blog-page .category-list{margin-top:32px;overflow:hidden}.blog-page .category-list>ul{display:flex;flex-wrap:wrap;gap:16px}.blog-page .category-list>ul>li.selected,.blog-page .category-list>ul>li>a{display:flex;align-items:center;padding:16px 24px;border:1px solid #dbdcdd;border-radius:32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:16px;font-weight:500;white-space:nowrap}.blog-page .category-list>ul>li.selected{border:none;background-color:#001747;color:#fff}.blog-page .download-section{margin-top:120px}@media(max-width:960px){.blog-page .page-section>div>h2{font-size:40px;line-height:48px}.blog-page .download-section{margin-top:80px}}@media(max-width:576px){.blog-page .page-section>div>h2{font-size:32px;line-height:36px}.blog-page .category-list>ul{gap:12px}.blog-page .category-list>ul>li.selected,.blog-page .category-list>ul>li>a{font-size:14px;padding:12px 16px!important;border-radius:20px!important}.blog-page .blog-list{margin-top:32px!important}}.page-detail-section{display:flex;flex-direction:column;gap:72px}.page-detail-section .detail-container{text-align:center}.page-detail-section .detail-container .detail-header{padding-bottom:20px}.how-to-container{font-family:Neue Montreal;width:100%;padding-left:80px!important;padding-right:80px!important;margin-bottom:144px;align-items:center;gap:100px;display:flex}.how-to-container .detail-header{font-weight:400;padding-bottom:20px;font-size:32px}.how-to-container .how-to-description{font-size:14px;font-style:normal;font-weight:400;line-height:20px!important}.how-to-container .how-to-img{max-height:300px;height:300px;width:auto;flex-grow:1}.how-to-container .how-to-img img{height:100%}.how-to-container .how-to-area{width:50%;text-align:left!important}.blog-page .blog-list,.financial-advisor-page .blog-section .blog-list{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:32px;column-gap:32px;grid-row-gap:80px;row-gap:80px;margin-top:48px}.blog-page .blog-list .blog-item .post-media,.financial-advisor-page .blog-section .blog-list .blog-item .post-media{border-radius:48px;height:0;padding-bottom:65%;overflow:hidden;position:relative}.blog-page .blog-list .blog-item .post-media>div,.financial-advisor-page .blog-section .blog-list .blog-item .post-media>div{position:absolute;left:0;right:0;bottom:0;top:0}.blog-page .blog-list .blog-item .post-media>div>img,.financial-advisor-page .blog-section .blog-list .blog-item .post-media>div>img{height:100%;object-fit:cover}.blog-page .blog-list .blog-item .post-content,.financial-advisor-page .blog-section .blog-list .blog-item .post-content{margin-top:32px}.blog-page .blog-list .blog-item .post-content h2,.financial-advisor-page .blog-section .blog-list .blog-item .post-content h2{font-size:24px;line-height:28px}.blog-page .blog-list .blog-item .post-content .info,.financial-advisor-page .blog-section .blog-list .blog-item .post-content .info{display:flex;gap:12px;align-items:center;margin-bottom:16px}.blog-page .blog-list .blog-item .post-content .info .separator,.financial-advisor-page .blog-section .blog-list .blog-item .post-content .info .separator{min-width:8px;min-height:8px;background-color:#0e0f0f;border-radius:4px}@media(max-width:768px){.blog-page .blog-list,.financial-advisor-page .blog-section .blog-list{grid-template-columns:1fr}.blog-page .blog-list .blog-item .post-media,.financial-advisor-page .blog-section .blog-list .blog-item .post-media{border-radius:32px}}@media(max-width:576px){.blog-page .blog-list .blog-item .post-media,.financial-advisor-page .blog-section .blog-list .blog-item .post-media{border-radius:24px}.blog-page .blog-list .blog-item .post-content h2,.financial-advisor-page .blog-section .blog-list .blog-item .post-content h2{font-size:20px;line-height:24px}}.author-page .author-top{background-color:#f2f2f3;border-radius:32px;padding:32px 48px;display:flex;gap:20px;align-items:center}.author-page .author-top>div{max-height:100px;max-width:100px}.author-page .author-top>h1{font-size:24px;line-height:36px}@media(max-width:576px){.author-page .author-top{border-radius:24px;padding:32px}}@media(max-width:440px){.author-page .author-top{padding:32px 24px}.author-page .author-top>div{max-height:72px;max-width:72px}.author-page .author-top>h1{font-size:20px;line-height:30px}}.company-name-checker-item form{max-width:800px}.company-name-checker-item .application-form{position:relative;width:100%}.company-name-checker-item .application-form>div{display:flex;flex-direction:column;gap:8px;width:100%;min-height:100px}.company-name-checker-item .application-form>div input{padding-right:48px}.company-name-checker-item .application-form>div label{font-size:14px;line-height:16px;font-weight:600;padding:0 16px}.company-name-checker-item .application-form>div p{color:#ee6b63;font-weight:500;padding:0 16px}.company-name-checker-item .application-form .search-icon{position:absolute;right:6px}.company-name-checker-item .application-form .search-icon button:hover{box-shadow:none!important}.company-name-checker .top-section{margin-top:32px}.company-name-checker .top-section>div{background:radial-gradient(54.76% 38.66% at 10.41% 91.88%,#ffc800 0,hsla(0,0%,100%,0) 100%),radial-gradient(75.51% 53.31% at 67.55% 6.15%,#93e9fe 0,hsla(0,0%,100%,0) 100%),#fff;border-radius:48px;overflow:hidden}.company-name-checker .top-section>div>div{display:flex;background-image:url(/images/company-name-checker.svg);background-repeat:no-repeat;background-size:100%;background-position-x:100%;background-position-y:100%;transition:.2s;min-height:780px}.company-name-checker .top-section>div>div>div{max-width:1240px;width:100%;margin:0 auto;min-width:54%;padding:48px 32px;transition:.2s;transition:.3s}.company-name-checker .top-section>div>div>div>div{margin-top:64px;max-width:610px;overflow:hidden;padding:0 8px;transition:.3s}.company-name-checker .top-section>div>div>div>div>h1>br{display:none}.company-name-checker .top-section>div>div>div>div .application-form{padding-bottom:12px}.company-name-checker .top-section>div>div>div>div .application-form>div{position:relative}.company-name-checker .top-section>div>div>div>div .application-form>div input{line-height:32px;width:100%;font-size:16px;box-shadow:0 4px 8px rgba(0,0,0,.25)}.company-name-checker .top-section>div>div>div>div .application-form>div>div{position:absolute;top:0;right:0;bottom:0}.company-name-checker .top-section>div>div>div>div .application-form>div>div>button{margin:auto;height:100%}.company-name-checker .top-section>div>div>div>div .application-form>div>div>button:hover{box-shadow:none}.company-name-checker .top-section>div>div>div>div .application-form>div>div>button.spin>i{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.company-name-checker .top-section>div>div>div>div .application-form .text-x-small{color:crimson}.company-name-checker .top-section>div>div>div>div .btn{max-width:400px}.company-name-checker .top-section>div>div>div>div .btn.small{max-width:140px;font-size:13px;padding:8px;border-radius:8px}.company-name-checker .info-item>div{background-color:#e6edff;overflow:hidden;border-radius:48px;min-height:620px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:12px;row-gap:12px;align-items:center}.company-name-checker .info-item>div>div:first-of-type{padding-left:48px}.company-name-checker .info-item>div>div:first-of-type>div{display:flex;flex-direction:column;gap:24px;max-width:480px;margin:auto 0 auto auto;padding:64px 0}.company-name-checker .info-item>div>div:last-of-type{display:flex}.company-name-checker .info-item img{max-height:480px;max-width:430px;width:100%;object-fit:contain}.company-name-checker .info-item a{color:#3773fe;text-decoration:underline}@media(max-width:960px){.company-name-checker .info-item>div{min-height:auto;border-radius:32px}}@media(max-width:768px){.company-name-checker .info-item>div{display:flex;flex-direction:column-reverse;min-height:auto;border-radius:32px;padding:32px 24px}.company-name-checker .info-item>div>div:first-of-type{padding:0;width:100%}.company-name-checker .info-item>div>div:first-of-type>div{padding:0;width:100%;margin:auto}.company-name-checker .info-item>div>div:last-of-type{padding-right:0}.company-name-checker .info-item>div img{max-height:240px}}@media(max-width:576px){.company-name-checker .info-item>div{border-radius:24px}.company-name-checker .info-item>div img{max-height:200px}}.company-name-checker .price-section-inner{padding-top:64px;padding-bottom:64px;background:#dae7fb;border-radius:48px}.company-name-checker .price-list,.company-name-checker .price-list-alt{display:flex;flex-wrap:wrap;gap:48px;justify-content:center;transition:.2s}.company-name-checker .price-list .price-item,.company-name-checker .price-list .price-item-alt,.company-name-checker .price-list-alt .price-item,.company-name-checker .price-list-alt .price-item-alt{display:flex;flex-direction:column;gap:24px;background-color:#fff;color:#0e0f0f;padding:48px 32px;border-radius:48px;max-width:456px;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/2);transition:.2s}.company-name-checker .price-list .price-item-alt>ul,.company-name-checker .price-list .price-item>ul,.company-name-checker .price-list-alt .price-item-alt>ul,.company-name-checker .price-list-alt .price-item>ul{display:flex;flex-direction:column;gap:12px;margin-bottom:auto}.company-name-checker .price-list .price-item-alt>ul>li,.company-name-checker .price-list .price-item>ul>li,.company-name-checker .price-list-alt .price-item-alt>ul>li,.company-name-checker .price-list-alt .price-item>ul>li{display:flex;gap:12px;min-height:40px;align-items:center;transition:.2s}.company-name-checker .price-list .price-item-alt>ul>li>span,.company-name-checker .price-list .price-item>ul>li>span,.company-name-checker .price-list-alt .price-item-alt>ul>li>span,.company-name-checker .price-list-alt .price-item>ul>li>span{display:flex;align-items:center;justify-content:center;background-color:#69e693;color:#fff;min-width:24px;min-height:24px;border-radius:50%}.company-name-checker .price-list .price-item-alt>ul>li>div,.company-name-checker .price-list .price-item>ul>li>div,.company-name-checker .price-list-alt .price-item-alt>ul>li>div,.company-name-checker .price-list-alt .price-item>ul>li>div{display:flex;flex-direction:column;line-height:24px}.company-name-checker .price-list .price-item-alt>ul>li>div>span:last-of-type,.company-name-checker .price-list .price-item>ul>li>div>span:last-of-type,.company-name-checker .price-list-alt .price-item-alt>ul>li>div>span:last-of-type,.company-name-checker .price-list-alt .price-item>ul>li>div>span:last-of-type{line-height:14px;font-size:14px}.company-name-checker .price-list .price-item-alt,.company-name-checker .price-list-alt .price-item-alt{background-color:#001747;color:#fff}.company-name-checker .price-list-alt{gap:24px}.company-name-checker .price-list-alt .price-item,.company-name-checker .price-list-alt .price-item-alt{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/3)}.company-name-checker .info-item,.company-name-checker .most-asked-questions-section,.company-name-checker .price-section-inner,.company-name-checker .register-section{margin-top:120px}@media(max-width:1164px){.company-name-checker .price-list-alt{gap:48px}.company-name-checker .price-list-alt>.price-item,.company-name-checker .price-list-alt>.price-item-alt{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px)/2)}}@media(max-width:960px){.company-name-checker .top-section>div>div{min-height:720px}.company-name-checker .top-section>div>div>div{min-width:unset;padding:32px 80px 48px}.company-name-checker .top-section>div>div>div>div{max-width:unset;text-align:center}.company-name-checker .price-section-inner{padding-top:48px;padding-bottom:48px}.company-name-checker .price-list,.company-name-checker .price-list-alt{column-gap:16px;margin-left:-8px;margin-right:-8px}.company-name-checker .price-list .price-item,.company-name-checker .price-list .price-item-alt,.company-name-checker .price-list-alt .price-item,.company-name-checker .price-list-alt .price-item-alt{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 16px)/2)}.company-name-checker .info-item,.company-name-checker .most-asked-questions-section,.company-name-checker .price-section-inner,.company-name-checker .register-section{margin-top:80px}}@media(max-width:768px){.company-name-checker .top-section>div{border-radius:32px}.company-name-checker .top-section>div>div{min-height:680px}.company-name-checker .top-section>div>div>div{padding:24px 32px 32px}.company-name-checker .top-section>div>div>div>div>h1{font-size:40px;line-height:48px}.company-name-checker .top-section>div>div>div>div>h3{font-size:28px;line-height:30px}.company-name-checker .price-section-inner{border-radius:32px}.company-name-checker .price-list,.company-name-checker .price-list-alt{margin-left:0;margin-right:0}.company-name-checker .price-list .price-item,.company-name-checker .price-list .price-item-alt,.company-name-checker .price-list-alt .price-item,.company-name-checker .price-list-alt .price-item-alt{flex:0 0 100%;border-radius:32px}.company-name-checker .price-list .price-item-alt>ul>li,.company-name-checker .price-list .price-item>ul>li,.company-name-checker .price-list-alt .price-item-alt>ul>li,.company-name-checker .price-list-alt .price-item>ul>li{min-height:32px}.company-name-checker .info-item,.company-name-checker .most-asked-questions-section,.company-name-checker .price-section-inner,.company-name-checker .register-section{margin-top:64px}}@media(max-width:640px){.company-name-checker .top-section>div>div{min-height:640px}.company-name-checker .top-section>div>div>div{padding:24px}.company-name-checker .top-section>div>div>div>div>h1{font-size:40px;line-height:48px}.company-name-checker .top-section>div>div>div>div>h3{font-size:28px;line-height:30px}}@media(max-width:576px){.company-name-checker .top-section>div{border-radius:24px}.company-name-checker .top-section>div>div{min-height:600px}.company-name-checker .top-section>div>div>div{padding:16px}.company-name-checker .top-section>div>div>div>div{margin:48px 0 auto auto}.company-name-checker .price-section-inner{border-radius:24px}.company-name-checker .price-list,.company-name-checker .price-list-alt{row-gap:32px}.company-name-checker .price-list .price-item,.company-name-checker .price-list .price-item-alt,.company-name-checker .price-list-alt .price-item,.company-name-checker .price-list-alt .price-item-alt{border-radius:24px;padding:32px 24px;gap:20px}.company-name-checker .info-item,.company-name-checker .most-asked-questions-section,.company-name-checker .price-section-inner,.company-name-checker .register-section{margin-top:52px}}@media(max-width:440px){.company-name-checker .top-section>div>div>div>div>h3{font-size:24px;line-height:28px}.company-name-checker .top-section>div>div>div>div>h1{font-size:32px;line-height:40px}.company-name-checker .top-section>div>div>div>div>p{margin-top:20px;margin-bottom:32px}.company-name-checker .top-section>div>div>div>div .application-form>div input{line-height:24px;font-size:14px}.company-name-checker .top-section>div>div>div>div .application-form>div>div>button{font-size:14px}}.tooltip{display:flex;padding:20px;font-size:14px;line-height:18px;border-radius:12px;box-shadow:0 3px 3px rgba(0,0,0,.12)}.tooltip>ul{display:flex;flex-direction:column;gap:12px}.tippy-box[data-theme~=tooltip]{background-color:#001747;color:#fff;border-radius:12px}.tippy-box[data-theme~=tooltip]>.tippy-arrow{color:#001747}.tippy-box[data-theme~=tooltip]>.tippy-content{padding:0}.tippy-box[data-theme~=tooltip-alt]{background:#fff;color:#0e0f0f;border-radius:12px}.tippy-box[data-theme~=tooltip-alt]>.tippy-arrow{color:#fff}.tippy-box[data-theme~=tooltip-alt]>.tippy-content{padding:0}