@font-face{font-family:inter-regular;src:url(/_next/static/media/Inter-Regular.8903bea00c8685f80a9bd69396345866.otf) format("otf"),url(/_next/static/media/Inter-Regular.77478209a2aad8b54b830ed0a57a2929.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:inter-bold;src:url(/_next/static/media/Inter-Bold.5abfc0f9b96674363b5a1089b1605a7f.otf) format("otf"),url(/_next/static/media/Inter-Bold.7ba1603596409c48e8e76ab2e40af04b.woff) format("woff");font-weight:400;font-style:normal}body.fixed{overflow:hidden}body{margin:0;padding:0;background-color:#fff;font-family:inter-regular;color:#171f31;scroll-behavior:smooth;overflow-x:hidden}body .index{max-width:1440px}body .cover{width:100vw;height:100vh;overflow:hidden;position:relative}@media screen and (max-width:719px){body .cover{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible}}body .cover .header.down{-webkit-transform:translateY(-200px);transform:translateY(-200px)}body .cover .header.up{-webkit-transform:translateY(0);transform:translateY(0)}body .cover .header{position:fixed;display:flex;display:-webkit-flex;justify-content:center;height:80px;margin-top:48px;z-index:2;right:10px;left:10px;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;padding:0 100px}body .cover .header .nav-header{display:none;width:100vw;height:100vh;background-color:#171f31}body .cover .header .content_header{background-color:#fff;width:100%;border-radius:8px;-webkit-box-shadow:0 5px 10px rgba(200,201,202,.25);box-shadow:0 5px 10px rgba(200,201,202,.25);display:flex;display:-webkit-flex;justify-content:space-between;align-items:center;padding:0 45px}body .cover .header .content_header .logo{width:193px;height:60px;display:flex;display:-webkit-flex;justify-content:center;align-items:center;flex-shrink:0}body .cover .header .content_header .logo svg{width:100%;height:100%;display:block;shape-rendering:geometricPrecision}body .cover .header .content_header .menu_icon{display:none}body .cover .header .content_header .content_menu{display:flex;display:-webkit-flex;align-items:center}body .cover .header .content_header .content_menu a{color:#171f31;text-decoration:none;margin-left:60px;font-size:16px;cursor:pointer}body .cover .header .content_header .content_menu a:focus{color:#077bee;border:none;text-decoration:underline}body .cover .header .content_header .content_menu a:hover{color:#077bee}body .cover .header .content_header .content_menu a:first-child{margin-left:0}body .cover .header .content_header .content_menu a.nav-resources-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:28px;padding:0 22px;height:40px;border-radius:6px;background:#2d62ec;color:#fff;font-size:15px;line-height:1;text-decoration:none;-webkit-transition:background .2s ease-in;transition:background .2s ease-in}body .cover .header .content_header .content_menu a.nav-resources-btn:hover{background:#077bee;color:#fff;text-decoration:none}body .cover .header .content_header .content_menu a.nav-resources-btn:focus{color:#fff;text-decoration:none}body .cover .header .content_header .content_menu a.nav-resources-btn:active{background:#2d53ec;color:#fff}@media screen and (max-width:880px)and (min-width:720px){body .cover .header{padding:0 40px}body .cover .header .content_header{padding:0 32px}}@media screen and (max-width:719px){body .cover .header{margin:0;padding:0;height:60px;right:0;left:0}body .cover .header .nav-header{position:fixed;display:block;z-index:3;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;right:-100%;-webkit-transition:right .3s ease-out;transition:right .3s ease-out}body .cover .header .nav-header .content_nav{min-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:40px}body .cover .header .nav-header .content_nav .logo_close{display:flex;display:-webkit-flex;justify-content:space-between;align-items:center;padding:20px 24px}body .cover .header .nav-header .content_nav .logo_close .close,body .cover .header .nav-header .content_nav .logo_close .close svg{width:28px;height:28px}body .cover .header .nav-header .content_nav .logo_close .close svg path{fill:#fff}body .cover .header .nav-header .content_nav .options{padding:28px 24px 0 40px;color:#fff;font-size:24px;line-height:30px;text-align:left;display:flex;display:-webkit-flex;flex-direction:column;justify-content:flex-start}body .cover .header .nav-header .content_nav .options a{width:100%;margin-bottom:28px;color:#fff;text-decoration:none}body .cover .header .nav-header .content_nav .options a:active{color:#077bee;text-decoration:underline}body .cover .header .nav-header .content_nav .options a.nav-resources-btn{display:block;width:100%;height:auto;margin:0 0 28px;padding:0;border-radius:0;background:transparent;color:#fff;font-size:inherit;line-height:inherit;text-decoration:none;text-align:left;justify-content:flex-start}body .cover .header .nav-header .content_nav .options a.nav-resources-btn:active,body .cover .header .nav-header .content_nav .options a.nav-resources-btn:focus,body .cover .header .nav-header .content_nav .options a.nav-resources-btn:hover{background:transparent;color:#077bee;text-decoration:underline}body .cover .header .nav-header.visible{right:0}body .cover .header .content_header{-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding:0 24px}body .cover .header .content_header .menu_icon{display:inline-block}body .cover .header .content_header .content_menu{display:none}body .cover .header .content_header .logo{width:137px;height:50px}body .cover .header .content_header .logo svg{width:100%;height:100%;display:block;shape-rendering:geometricPrecision}}body .cover .text_animation-appear{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}body .cover .text_animation-appear.text_animation-appear-active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all .5s ease-out;transition:all .5s ease-out}body .cover .text_animation_2-appear{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}body .cover .text_animation_2-appear.text_animation_2-appear-active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-delay:.5s;transition-delay:.5s}body .cover .text_animation_form-appear{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}body .cover .text_animation_form-appear.text_animation_form-appear-active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-delay:.5s;transition-delay:.5s}body .cover .content_cover{max-width:1440px}body .cover .content_cover .c-cover-son{padding-top:200px;max-width:700px;padding-left:240px}body .cover .content_cover .c-cover-son .c-s-text h1{font-size:56px;font-family:inter-bold;line-height:64px}body .cover .content_cover .c-cover-son .c-s-text p{font-size:16px;line-height:28px;margin:0}body .cover .content_cover .c-cover-son .c-s-text p+p{margin-top:16px}body .cover .content_cover .c-cover-son .c-s-form{margin-top:40px;display:flex;display:-webkit-flex;align-items:center;grid-gap:32px;gap:32px;position:relative;padding:22px 24px;background:linear-gradient(135deg,#f3f8ff,#eef4fd);border:1px solid #d6e6fb;border-radius:12px}body .cover .content_cover .c-cover-son .c-s-form .booking-copy{max-width:380px}body .cover .content_cover .c-cover-son .c-s-form .booking-copy label{display:block;color:#171f31;font-family:inter-bold;font-size:18px;line-height:26px}body .cover .content_cover .c-cover-son .c-s-form .booking-copy p{margin:10px 0 0;font-size:15px;line-height:24px;color:#5b6472}body .cover .content_cover .c-cover-son .c-s-form .booking-link-button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:182px;min-height:54px;padding:10px 16px;border-radius:0;background:#2d62ec;color:#fff;text-decoration:none;font-family:inter-regular;font-size:16px;line-height:20px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative;overflow:hidden;-webkit-transition:background .2s ease-in;transition:background .2s ease-in}body .cover .content_cover .c-cover-son .c-s-form .booking-link-button:after{content:"";position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(110deg,transparent 20%,hsla(0,0%,100%,.35) 50%,transparent 80%);-webkit-transform:skewX(-18deg);transform:skewX(-18deg);-webkit-transition:left .55s ease;transition:left .55s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){body .cover .content_cover .c-cover-son .c-s-form .booking-link-button:hover{background:#077bee}body .cover .content_cover .c-cover-son .c-s-form .booking-link-button:hover:after{left:140%}}body .cover .content_cover .c-cover-son .c-s-form .booking-link-button:active{background-color:#2d53ec}@media screen and (max-width:1300px)and (min-width:874px){body .cover .content_cover .c-cover-son{padding-left:150px}}@media screen and (max-width:873px)and (min-width:719px){body .cover .content_cover .c-cover-son{padding-top:230px;padding-left:88px}body .cover .content_cover .c-cover-son .c-s-text{max-width:400px}body .cover .content_cover .c-cover-son .c-s-text h1{font-size:32px;line-height:50px}body .cover .content_cover .c-cover-son .c-s-form{max-width:600px}}@media screen and (max-width:719px){body .cover .content_cover .c-cover-son{padding:120px 24px 32px}body .cover .content_cover .c-cover-son .c-s-text{max-width:100%}body .cover .content_cover .c-cover-son .c-s-text h1{font-size:24px;line-height:34px}body .cover .content_cover .c-cover-son .c-s-text p{font-size:14px;line-height:22px}body .cover .content_cover .c-cover-son .c-s-form{max-width:100%;margin-top:28px;flex-direction:column;align-items:stretch;grid-gap:16px;gap:16px;padding:16px;margin-bottom:0}body .cover .content_cover .c-cover-son .c-s-form .booking-copy{max-width:100%}body .cover .content_cover .c-cover-son .c-s-form .booking-copy label{font-size:16px;line-height:24px}body .cover .content_cover .c-cover-son .c-s-form .booking-copy p{margin:6px 0 0;font-size:13px;line-height:20px}body .cover .content_cover .c-cover-son .c-s-form .booking-link-button{width:100%;min-height:48px;border-radius:8px;font-size:15px}}body .cover #background_css3{top:0;background-color:#fff;z-index:-10000}body .why_us{width:100vw;background-color:#fff;position:relative}body .why_us .people{width:100%}body .why_us .people .p-content{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .5s ease-in;transition:all .5s ease-in;-webkit-transition-delay:.2s;transition-delay:.2s}body .why_us .people .p-content .p-content-description{margin:0;font-size:16px;line-height:28px;color:#171f31}body .why_us .people .p-content .c-people{display:flex;display:-webkit-flex;align-items:center;margin-top:20px}body .why_us .people .p-content .c-people .p-image{width:54px;height:54px;border-radius:50%;overflow:hidden;flex-shrink:0}body .why_us .people .p-content .c-people .p-image img{width:54px;height:54px;object-fit:cover}body .why_us .people .p-content .c-people .p-description{margin-left:12px}body .why_us .people .p-content .c-people .p-description .p-d-name-role p{margin:0;color:#949494;font-size:14px}body .why_us .people .p-content .c-people .p-description .p-d-name-role p:first-child{color:#171f31;font-size:15px;margin-bottom:2px}body .why_us .people .p-content.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}body .why_us .content_why_us{position:relative;z-index:1;width:100%;display:flex;display:-webkit-flex;align-items:center;flex-direction:column;padding-top:56px;padding-bottom:56px}body .why_us .content_why_us h2{text-align:center;font-size:48px;line-height:54px;font-family:inter-bold;width:583px;max-width:100%;opacity:0;-webkit-transition:all 1s ease-in;transition:all 1s ease-in}body .why_us .content_why_us h2.visible{opacity:1}body .why_us .content_why_us .why_us-intro{text-align:center;max-width:580px;margin:16px auto 0;padding:0 24px;font-size:16px;line-height:28px;color:#4a5568;opacity:0;-webkit-transition:all 1s ease-in;transition:all 1s ease-in}body .why_us .content_why_us .why_us-intro.visible{opacity:1}body .why_us .content_why_us .c-w-people{width:100%;max-width:1200px;margin:56px auto 0;padding:0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:40px;gap:40px;align-items:start}body .why_us .content_why_us .c-w-people .people{width:100%}body .why_us .why_us_background{overflow:hidden;width:100%;height:100%;position:absolute;display:flex;display:-webkit-flex;justify-content:center;align-items:center;margin:0 auto}body .why_us .why_us_background .b-rect1{position:absolute;background-color:#f7f6f6;width:200%;height:609px;opacity:.8;-webkit-transform:rotate(33deg);transform:rotate(33deg)}body .why_us .why_us_background .b-rect2{position:absolute;background-color:#f7f6f6;width:200%;height:674px;opacity:.5;-webkit-transform:rotate(146deg);transform:rotate(146deg)}@media screen and (max-width:768px){body .why_us .why_us_background{background:#f7f6f6}body .why_us .why_us_background .b-rect1,body .why_us .why_us_background .b-rect2{display:none}}@media screen and (max-width:1199px)and (min-width:768px){body .why_us .content_why_us h2{font-size:34px;line-height:40px}body .why_us .content_why_us .c-w-people{margin-top:44px;grid-gap:32px;gap:32px}}@media screen and (max-width:767px)and (min-width:320px){body .why_us .content_why_us{padding-top:40px}body .why_us .content_why_us h2{width:auto;max-width:297px;font-size:24px;line-height:34px}body .why_us .content_why_us .c-w-people{margin-top:32px;grid-gap:24px;gap:24px}}@-webkit-keyframes twenty-rise{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes twenty-rise{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes twenty-slide{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes twenty-slide{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}body .twenty .twenty-live-demo{width:100%;display:flex;flex-direction:column;grid-gap:10px;gap:10px}body .twenty .twenty-live-demo .twenty-live-demo-head .twenty-live-demo-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0563c4;margin-bottom:4px}body .twenty .twenty-live-demo .twenty-live-demo-head h3{margin:0;font-family:inter-bold;font-size:18px;line-height:26px;color:#171f31}body .twenty .twenty-live-demo .twenty-live-demo-frame{background:#fff;border:1px solid #e5e9f0;border-radius:12px;-webkit-box-shadow:0 12px 32px rgba(23,31,49,.1);box-shadow:0 12px 32px rgba(23,31,49,.1);overflow:hidden}body .twenty .twenty-live-demo .twenty-live-demo-chrome{height:32px;background:#f7f9fc;border-bottom:1px solid #e5e9f0;display:flex;align-items:center;grid-gap:6px;gap:6px;padding:0 12px}body .twenty .twenty-live-demo .twenty-live-demo-chrome i{width:9px;height:9px;border-radius:50%;background:#d8dde6}body .twenty .twenty-live-demo .twenty-live-demo-chrome i:first-child{background:#f3a6a0}body .twenty .twenty-live-demo .twenty-live-demo-chrome i:nth-child(2){background:#f6d488}body .twenty .twenty-live-demo .twenty-live-demo-chrome i:nth-child(3){background:#a9e2a5}body .twenty .twenty-live-demo .twenty-live-demo-chrome span{margin-left:6px;font-size:11px;color:#949494;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .twenty .twenty-live-demo .twenty-live-demo-vp{position:relative;height:480px;overflow:hidden;background:#f4f6f9}body .twenty .twenty-live-demo .twenty-live-demo-vp iframe{width:1280px;height:1140px;border:0;-webkit-transform-origin:top left;transform-origin:top left;position:absolute;top:0;left:0;background:#fff;overflow:hidden}body .twenty .twenty-live-demo .twenty-live-demo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:#949494}body .twenty .twenty-live-demo .twenty-live-demo-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;grid-gap:8px 12px;gap:8px 12px;font-size:12px;line-height:18px;color:#4a5568}body .twenty .twenty-live-demo .twenty-live-demo-note a{color:#2d62ec;text-decoration:none;font-family:inter-bold;white-space:nowrap}body .twenty .twenty-live-demo .twenty-live-demo-note a:hover{text-decoration:underline}body .twenty .twenty-live-demo .twenty-live-demo-tag{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:#e8eef8;border:1px solid #b8d4fa;color:#0563c4;font-size:11px;font-family:inter-bold;border-radius:12px;padding:3px 10px}body .twenty .twenty-live-demo .twenty-live-demo-tag i{width:7px;height:7px;border-radius:50%;background:#15c212}@media screen and (min-width:801px){body .twenty .twenty-live-demo .twenty-live-demo-head h3{font-size:20px;line-height:28px}body .twenty .twenty-live-demo .twenty-live-demo-vp{height:560px}}@media screen and (min-width:1201px){body .twenty .twenty-live-demo{grid-gap:12px;gap:12px}body .twenty .twenty-live-demo .twenty-live-demo-head h3{font-size:22px;line-height:30px}body .twenty .twenty-live-demo .twenty-live-demo-vp{height:720px}body .twenty .twenty-live-demo .twenty-live-demo-note{font-size:13px;line-height:20px}}@media screen and (min-width:1441px){body .twenty .twenty-live-demo .twenty-live-demo-vp{height:780px}}body .twenty .twenty-cost-compare{margin-top:14px;padding:14px 14px 12px;background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 24px rgba(23,31,49,.06);box-shadow:0 8px 24px rgba(23,31,49,.06)}body .twenty .twenty-cost-compare .twenty-cost-compare-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}body .twenty .twenty-cost-compare .twenty-cost-compare-label{font-size:12px;line-height:18px;color:#949494}body .twenty .twenty-cost-compare .twenty-cost-compare-users{font-family:inter-bold;font-size:13px;line-height:20px;color:#171f31}body .twenty .twenty-cost-compare .twenty-cost-compare-slider{width:100%;height:18px;margin:0 0 14px;-webkit-appearance:none;appearance:none;background:transparent;outline:none;cursor:pointer;--slider-fill:16%}body .twenty .twenty-cost-compare .twenty-cost-compare-slider::-webkit-slider-runnable-track{height:5px;border-radius:3px;background:-webkit-gradient(linear,left top,right top,from(#b8d4fa),color-stop(#b8d4fa),color-stop(#e8eef8),to(#e8eef8));background:linear-gradient(to right,#b8d4fa 0,#b8d4fa var(--slider-fill),#e8eef8 var(--slider-fill),#e8eef8 100%)}body .twenty .twenty-cost-compare .twenty-cost-compare-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-5.5px;border-radius:50%;background:#2d62ec;border:2px solid #fff;-webkit-box-shadow:0 2px 6px rgba(45,98,236,.35);box-shadow:0 2px 6px rgba(45,98,236,.35);cursor:pointer}body .twenty .twenty-cost-compare .twenty-cost-compare-slider::-moz-range-track{height:5px;border-radius:3px;background:#e8eef8}body .twenty .twenty-cost-compare .twenty-cost-compare-slider::-moz-range-progress{height:5px;border-radius:3px;background:#b8d4fa}body .twenty .twenty-cost-compare .twenty-cost-compare-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#2d62ec;border:2px solid #fff;box-shadow:0 2px 6px rgba(45,98,236,.35);cursor:pointer}body .twenty .twenty-cost-compare .twenty-cost-compare-block{padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #eef2f8}body .twenty .twenty-cost-compare .twenty-cost-compare-block:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}body .twenty .twenty-cost-compare .twenty-cost-compare-block-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;grid-gap:2px 8px;gap:2px 8px;margin-bottom:8px}body .twenty .twenty-cost-compare .twenty-cost-compare-scale-note{font-size:10px;line-height:14px;color:#949494}body .twenty .twenty-cost-compare .twenty-cost-compare-bars{display:flex;flex-direction:column;grid-gap:8px;gap:8px}body .twenty .twenty-cost-compare .twenty-cost-compare-bars-twenty{grid-gap:6px;gap:6px;padding:8px 10px;background:#f7faff;border:1px solid #e3edfc;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box}body .twenty .twenty-cost-compare .twenty-cost-compare-row{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}body .twenty .twenty-cost-compare .twenty-cost-compare-meta{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:8px;gap:8px;margin-bottom:4px}body .twenty .twenty-cost-compare .twenty-cost-compare-titles{display:flex;flex-direction:column;grid-gap:1px;gap:1px;flex:1 1 auto;min-width:0}body .twenty .twenty-cost-compare .twenty-cost-compare-basis{display:block;font-family:inter-regular;font-size:10px;line-height:14px;color:#636363}body .twenty .twenty-cost-compare .twenty-cost-compare-footnote{display:block;margin-top:2px;font-family:inter-regular;font-size:9px;line-height:13px;color:#949494}body .twenty .twenty-cost-compare .twenty-cost-compare-group-label{margin:0;font-family:inter-bold;font-size:11px;line-height:16px;letter-spacing:.04em;text-transform:uppercase;color:#2d62ec}body .twenty .twenty-cost-compare .twenty-cost-compare-row-flat{padding:8px 10px;background:#fff;border:1px solid #dce9fc;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0}body .twenty .twenty-cost-compare .twenty-cost-compare-flat-foot{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px;margin-top:6px}body .twenty .twenty-cost-compare .twenty-cost-compare-flat-badge{flex-shrink:0;padding:2px 7px;font-size:9px;line-height:14px;letter-spacing:.04em;text-transform:uppercase;color:#2d62ec;background:#e8f1fe;border:1px solid rgba(45,98,236,.22);border-radius:4px;font-family:inter-bold;font-weight:400}body .twenty .twenty-cost-compare .twenty-cost-compare-flat-price{margin:0;font-family:inter-bold;font-size:18px;line-height:24px;color:#2d62ec}body .twenty .twenty-cost-compare .twenty-cost-compare-flat-price span{font-family:inter-regular;font-size:12px;line-height:18px;color:#949494}body .twenty .twenty-cost-compare .twenty-cost-compare-name{display:block;font-family:inter-bold;font-size:12px;line-height:18px;color:#171f31;font-weight:400}body .twenty .twenty-cost-compare .twenty-cost-compare-amount{font-family:inter-bold;font-size:12px;line-height:18px;flex-shrink:0;white-space:nowrap}body .twenty .twenty-cost-compare .twenty-cost-compare-amount-sf{color:#636363}body .twenty .twenty-cost-compare .twenty-cost-compare-amount-hubspot{color:#d45b3a}body .twenty .twenty-cost-compare .twenty-cost-compare-amount-twenty{color:#2d62ec}body .twenty .twenty-cost-compare .twenty-cost-compare-track{width:100%;height:6px;background:#eef2f8;border-radius:3px;overflow:hidden}body .twenty .twenty-cost-compare .twenty-cost-compare-fill{height:100%;border-radius:3px;-webkit-transition:width .25s ease-out;transition:width .25s ease-out}body .twenty .twenty-cost-compare .twenty-cost-compare-fill-sf{background:#8a93a4}body .twenty .twenty-cost-compare .twenty-cost-compare-fill-hubspot{background:-webkit-gradient(linear,left top,right top,from(#ff7a59),to(#e8836b));background:linear-gradient(90deg,#ff7a59,#e8836b)}body .twenty .twenty-cost-compare .twenty-cost-compare-fill-twenty-cloud{background:-webkit-gradient(linear,left top,right top,from(#077bee),to(#2d62ec));background:linear-gradient(90deg,#077bee,#2d62ec);min-width:4px}@media screen and (min-width:901px){body .twenty .twenty-cost-compare{padding:14px 16px 12px}body .twenty .twenty-cost-compare .twenty-cost-compare-amount,body .twenty .twenty-cost-compare .twenty-cost-compare-label,body .twenty .twenty-cost-compare .twenty-cost-compare-name{font-size:12px;line-height:18px}body .twenty .twenty-cost-compare .twenty-cost-compare-users{font-size:13px}body .twenty .twenty-cost-compare .twenty-cost-compare-flat-price{font-size:18px;line-height:24px}}@media screen and (min-width:1201px){body .twenty .twenty-cost-compare{margin-top:16px;padding:16px}body .twenty .twenty-cost-compare .twenty-cost-compare-bars{grid-gap:10px;gap:10px}body .twenty .twenty-cost-compare .twenty-cost-compare-amount,body .twenty .twenty-cost-compare .twenty-cost-compare-label,body .twenty .twenty-cost-compare .twenty-cost-compare-name{font-size:13px;line-height:20px}body .twenty .twenty-cost-compare .twenty-cost-compare-users{font-size:14px}}body .twenty{background:#f0f7fe;width:100vw}body .twenty .twenty-header{padding:32px 24px 0;margin:0 auto;max-width:1440px;text-align:center}body .twenty .twenty-header h2{font-size:24px;line-height:34px;margin:0}body .twenty .twenty-header h2.visible{-webkit-animation:twenty-rise .5s ease-in both;animation:twenty-rise .5s ease-in both}body .twenty .twenty-header p{margin:16px auto 0;max-width:560px;font-size:14px;line-height:22px}body .twenty .twenty-header p a{color:inherit;text-decoration:underline;font-family:inter-bold}body .twenty .twenty-header p.visible{-webkit-animation:twenty-rise .5s ease-in .1s both;animation:twenty-rise .5s ease-in .1s both}body .twenty .twenty-content{padding:28px 24px 24px;margin:0 auto;width:100%;max-width:1440px;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;flex-direction:column;grid-gap:28px;gap:28px}body .twenty .twenty-content .twenty-text{width:100%}body .twenty .twenty-content .twenty-text .twenty-details.visible{-webkit-animation:twenty-rise .5s ease-in .15s both;animation:twenty-rise .5s ease-in .15s both}body .twenty .twenty-content .twenty-text .twenty-value{display:flex;flex-direction:column;grid-gap:10px;gap:10px}body .twenty .twenty-content .twenty-text .twenty-value-card{padding:12px 14px;background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 24px rgba(23,31,49,.06);box-shadow:0 8px 24px rgba(23,31,49,.06)}body .twenty .twenty-content .twenty-text .twenty-value-card h3{margin:0;font-size:13px;line-height:20px;font-family:inter-bold;color:#171f31}body .twenty .twenty-content .twenty-text .twenty-value-card ul{margin:8px 0 0;padding:0;list-style:none}body .twenty .twenty-content .twenty-text .twenty-value-card li{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;margin-top:6px;font-size:12px;line-height:18px;color:#171f31}body .twenty .twenty-content .twenty-text .twenty-value-card li svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}body .twenty .twenty-content .twenty-text .twenty-value-keep{border-left:3px solid #077bee}body .twenty .twenty-content .twenty-text .twenty-value-gain{border-left:3px solid #feb029}body .twenty .twenty-content .twenty-demo{flex:1 1 auto;width:100%;min-width:0}body .twenty .twenty-content .twenty-demo.visible .twenty-live-demo{-webkit-animation:twenty-slide .5s ease-in .2s both;animation:twenty-slide .5s ease-in .2s both}body .twenty .twenty-or{display:flex;display:-webkit-flex;align-items:center;justify-content:center;grid-gap:18px;gap:18px;max-width:720px;margin:0 auto;padding:8px 24px 0}body .twenty .twenty-or .twenty-or-line{flex:1 1;height:1px;background:#c9dcf2}body .twenty .twenty-or a{display:flex;display:-webkit-flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;border-radius:50%;background:#2d62ec;color:#fff;font-family:inter-bold;font-size:16px;text-decoration:none;-webkit-transition:background .2s ease-in;transition:background .2s ease-in}@media(hover:hover)and (pointer:fine){body .twenty .twenty-or a:hover{background:#077bee}}body .twenty .twenty-or-caption{margin:14px auto 0;padding:0 24px 40px;max-width:560px;text-align:center;font-size:14px;line-height:22px;color:#171f31}@media screen and (max-width:499px){body .twenty .twenty-header{text-align:left}body .twenty .twenty-header p{max-width:none}}@media screen and (max-width:900px)and (min-width:500px){body .twenty .twenty-header{padding:32px 40px 0}body .twenty .twenty-header h2{font-size:32px;line-height:44px}body .twenty .twenty-header p{font-size:16px;line-height:28px}body .twenty .twenty-content{padding:28px 40px 32px;grid-gap:32px;gap:32px}}@media screen and (min-width:901px){body .twenty .twenty-header{padding:48px 40px 0}body .twenty .twenty-header h2{font-size:48px;line-height:56px}body .twenty .twenty-header p{font-size:16px;line-height:28px;max-width:640px}body .twenty .twenty-content{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);grid-gap:36px;gap:36px;align-items:start;padding:36px 40px 44px}body .twenty .twenty-content .twenty-text .twenty-value{flex-direction:column;grid-gap:10px;gap:10px}body .twenty .twenty-content .twenty-text .twenty-value-card{padding:14px 16px}body .twenty .twenty-content .twenty-text .twenty-value-card h3{font-size:14px;line-height:22px}body .twenty .twenty-content .twenty-text .twenty-value-card li{font-size:13px;line-height:20px}}@media screen and (min-width:1201px){body .twenty .twenty-header{padding:56px 80px 0}body .twenty .twenty-header h2{font-size:56px;line-height:64px}body .twenty .twenty-header p{font-size:18px;line-height:30px;max-width:720px}body .twenty .twenty-content{grid-template-columns:minmax(300px,400px) minmax(0,1fr);grid-gap:48px;gap:48px;padding:44px 80px 52px}body .twenty .twenty-content .twenty-text .twenty-value-card{padding:16px 18px}body .twenty .twenty-content .twenty-text .twenty-value-card li{font-size:14px;line-height:22px}body .twenty .twenty-or{max-width:800px;padding-top:16px}body .twenty .twenty-or-caption{max-width:640px;padding-bottom:56px}}@media screen and (min-width:1441px){body .twenty .twenty-header{padding:64px 96px 0}body .twenty .twenty-content{grid-template-columns:minmax(320px,420px) minmax(0,1fr);grid-gap:56px;gap:56px;padding:52px 96px 64px}}@-webkit-keyframes twenty-path-bounce{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:18}}@keyframes twenty-path-bounce{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:18}}@-webkit-keyframes twenty-step-float{0%,to{margin-top:0}50%{margin-top:-6px}}@keyframes twenty-step-float{0%,to{margin-top:0}50%{margin-top:-6px}}body .twenty-graphic{position:relative;width:100%;min-height:400px;overflow:visible}body .twenty-graphic .twenty-graphic-bg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:130%;max-width:380px;opacity:.3;pointer-events:none;z-index:0}body .twenty-graphic .twenty-graphic-bg svg{width:100%;height:auto}body .twenty-graphic .twenty-graphic-shape{position:absolute;display:block;opacity:.12;pointer-events:none;z-index:0}body .twenty-graphic .twenty-graphic-shape-small{width:72px;height:72px;top:4%;right:8%}body .twenty-graphic .twenty-graphic-shape-big{width:110px;height:110px;left:0;bottom:2%}body .twenty-graphic .twenty-graphic-paths{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}body .twenty-graphic .twenty-graphic-path{-webkit-animation:twenty-path-bounce 2.8s ease-in-out infinite;animation:twenty-path-bounce 2.8s ease-in-out infinite}body .twenty-graphic .twenty-graphic-path-2{-webkit-animation-delay:.4s;animation-delay:.4s}body .twenty-graphic .twenty-graphic-path-3{-webkit-animation-delay:.8s;animation-delay:.8s}body .twenty-graphic .twenty-graphic-step{position:absolute;z-index:2;width:108px}body .twenty-graphic .twenty-graphic-step-float{display:flex;flex-direction:column;align-items:center;text-align:center;-webkit-animation:twenty-step-float 3s ease-in-out infinite;animation:twenty-step-float 3s ease-in-out infinite}body .twenty-graphic .twenty-graphic-step-1{top:2%;left:2%}body .twenty-graphic .twenty-graphic-step-1 .twenty-graphic-step-float{-webkit-animation-delay:0s;animation-delay:0s}body .twenty-graphic .twenty-graphic-step-2{top:22%;right:0}body .twenty-graphic .twenty-graphic-step-2 .twenty-graphic-step-float{-webkit-animation-delay:.3s;animation-delay:.3s}body .twenty-graphic .twenty-graphic-step-3{bottom:14%;left:2%}body .twenty-graphic .twenty-graphic-step-3 .twenty-graphic-step-float{-webkit-animation-delay:.6s;animation-delay:.6s}body .twenty-graphic .twenty-graphic-step-4{bottom:2%;right:0}body .twenty-graphic .twenty-graphic-step-4 .twenty-graphic-step-float{-webkit-animation-delay:.9s;animation-delay:.9s}body .twenty-graphic .twenty-graphic-step-circle{width:80px;height:80px;border-radius:50%;background:rgba(31,136,241,.5);display:flex;align-items:center;justify-content:center;-webkit-box-shadow:0 0 0 10px rgba(125,188,251,.2);box-shadow:0 0 0 10px rgba(125,188,251,.2)}body .twenty-graphic .twenty-graphic-step-2 .twenty-graphic-step-circle{width:88px;height:88px;background:rgba(7,123,238,.55);-webkit-box-shadow:0 0 0 12px rgba(125,188,251,.25);box-shadow:0 0 0 12px rgba(125,188,251,.25)}body .twenty-graphic .twenty-graphic-step-4 .twenty-graphic-step-circle{background:rgba(45,98,236,.6);-webkit-box-shadow:0 0 0 10px rgba(254,176,41,.15);box-shadow:0 0 0 10px rgba(254,176,41,.15)}body .twenty-graphic .twenty-graphic-step-number{width:32px;height:32px;border-radius:50%;background:#fff;color:#2d62ec;font-family:inter-bold;font-size:14px;line-height:32px;text-align:center}body .twenty-graphic .twenty-graphic-step-4 .twenty-graphic-step-number{background:#feb029;color:#171f31}body .twenty-graphic .twenty-graphic-step-text{margin-top:8px}body .twenty-graphic .twenty-graphic-step-text strong{display:block;font-family:inter-bold;font-size:13px;line-height:20px;color:#171f31}body .twenty-graphic .twenty-graphic-step-text span{display:block;margin-top:2px;font-size:11px;line-height:16px;color:#949494}@media screen and (min-width:801px){body .twenty-graphic{min-height:480px}body .twenty-graphic .twenty-graphic-bg{width:115%;max-width:420px}body .twenty-graphic .twenty-graphic-step{width:120px}body .twenty-graphic .twenty-graphic-step-circle{width:92px;height:92px}body .twenty-graphic .twenty-graphic-step-2 .twenty-graphic-step-circle{width:100px;height:100px}body .twenty-graphic .twenty-graphic-step-number{width:36px;height:36px;font-size:16px;line-height:36px}body .twenty-graphic .twenty-graphic-step-text strong{font-size:14px;line-height:22px}body .twenty-graphic .twenty-graphic-step-text span{font-size:12px;line-height:18px}body .twenty-graphic .twenty-graphic-shape-small{width:87px;height:87px}body .twenty-graphic .twenty-graphic-shape-big{width:140px;height:140px}}@media screen and (min-width:1201px){body .twenty-graphic{min-height:560px}body .twenty-graphic .twenty-graphic-bg{width:120%;max-width:500px;opacity:.35}body .twenty-graphic .twenty-graphic-step{width:132px}body .twenty-graphic .twenty-graphic-step-circle{width:100px;height:100px;-webkit-box-shadow:0 0 0 12px rgba(125,188,251,.22);box-shadow:0 0 0 12px rgba(125,188,251,.22)}body .twenty-graphic .twenty-graphic-step-2 .twenty-graphic-step-circle{width:108px;height:108px;-webkit-box-shadow:0 0 0 14px rgba(125,188,251,.28);box-shadow:0 0 0 14px rgba(125,188,251,.28)}body .twenty-graphic .twenty-graphic-step-4 .twenty-graphic-step-circle{-webkit-box-shadow:0 0 0 12px rgba(254,176,41,.18);box-shadow:0 0 0 12px rgba(254,176,41,.18)}body .twenty-graphic .twenty-graphic-step-number{width:40px;height:40px;font-size:17px;line-height:40px}body .twenty-graphic .twenty-graphic-step-text{margin-top:10px}body .twenty-graphic .twenty-graphic-step-text strong{font-size:15px;line-height:24px}body .twenty-graphic .twenty-graphic-step-text span{font-size:13px;line-height:20px}body .twenty-graphic .twenty-graphic-shape-small{width:96px;height:96px}body .twenty-graphic .twenty-graphic-shape-big{width:155px;height:155px}body .twenty-graphic .twenty-graphic-path{stroke-width:3.5}}@media screen and (min-width:1441px){body .twenty-graphic{min-height:600px}body .twenty-graphic .twenty-graphic-bg{max-width:540px}body .twenty-graphic .twenty-graphic-step{width:140px}body .twenty-graphic .twenty-graphic-step-circle{width:108px;height:108px}body .twenty-graphic .twenty-graphic-step-2 .twenty-graphic-step-circle{width:116px;height:116px}body .twenty-graphic .twenty-graphic-shape-small{width:104px;height:104px}body .twenty-graphic .twenty-graphic-shape-big{width:168px;height:168px}}body .pricing{background-color:#077bee;position:relative}body .pricing .card{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;grid-template-rows:subgrid;grid-row:span 3;grid-row-gap:0;row-gap:0;background-color:#fff;border-radius:8px;padding:18px;text-align:center}body .pricing .card .recommend{position:absolute;bottom:100%;left:0;right:0;background:#171f31;border-radius:8px 8px 0 0;color:#fff;height:28px;display:flex;display:-webkit-flex;justify-content:center;align-items:center;font-family:inter-regular;font-size:13px;line-height:18px}body .pricing .card .c-text p{margin:0;font-family:inter-bold;font-size:20px;line-height:28px;color:#171f31}body .pricing .card .c-text span{display:inline-block;margin-top:2px;font-size:14px;line-height:20px;color:#171f31}body .pricing .card .c-description{margin:10px 0 0}body .pricing .card .c-description span{font-size:13px;line-height:18px;color:#949494}body .pricing .card .c-includes{list-style:none;margin:16px 0 0;padding:16px 0 0;border-top:1px solid #f0eeee;text-align:left}body .pricing .card .c-includes li{display:flex;display:-webkit-flex;align-items:flex-start;margin-bottom:8px;font-size:13px;line-height:18px;color:#171f31}body .pricing .card .c-includes li:last-child{margin-bottom:0}body .pricing .card .c-includes li svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;margin-right:8px}body .pricing .card.recommendedIndex{border-radius:0 0 8px 8px;-webkit-filter:drop-shadow(0 4px 30px hsla(0,0%,65.1%,.25));filter:drop-shadow(0 4px 30px rgba(166,166,166,.25));z-index:1}@media screen and (max-width:699px){body .pricing .card{display:flex;flex-direction:column;grid-template-rows:none;grid-row:auto;padding:16px 16px 18px;text-align:left}body .pricing .card .recommend{border-radius:8px 8px 0 0;font-size:12px;height:26px}body .pricing .card .c-text p{font-size:22px;line-height:28px}body .pricing .card .c-text span{font-size:13px;line-height:18px}body .pricing .card .c-description{margin:8px 0 0}body .pricing .card .c-description span{font-size:13px;line-height:19px}body .pricing .card .c-includes{margin:14px 0 0;padding:14px 0 0}body .pricing .card .c-includes li{margin-bottom:9px;font-size:13px;line-height:19px}body .pricing .card .c-includes li svg{margin-top:2px}body .pricing .card.recommendedIndex{margin-top:26px;border-radius:0 0 8px 8px}}body .pricing .bg{display:none;position:absolute;left:-130px;z-index:0}body .pricing .bg svg{width:100%;height:100%}body .pricing .pricing-content{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:44px 24px 48px;text-align:center;display:flex;display:-webkit-flex;flex-direction:column;align-items:center}body .pricing .pricing-content .text-content{margin-bottom:28px}body .pricing .pricing-content .text-content p{margin:0;font-family:inter-bold;font-size:20px;line-height:28px;color:#fff;text-align:center}body .pricing .pricing-content .list-pricing{width:100%;max-width:840px;margin:0 auto;padding-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;grid-row-gap:0;row-gap:0}body .pricing .pricing-content .pricing-cta{display:flex;display:-webkit-flex;justify-content:center;margin-top:28px}body .pricing .pricing-content .pricing-cta button{min-width:180px;background-color:#171f31}body .pricing .pricing-content .pricing-cta button:hover{background-color:#0f1522}@media screen and (max-width:699px){body .pricing .pricing-content{padding:28px 16px 32px}body .pricing .pricing-content .text-content{margin-bottom:18px}body .pricing .pricing-content .text-content p{font-size:17px;line-height:24px}body .pricing .pricing-content .list-pricing{grid-template-columns:1fr;max-width:100%;padding-top:0;grid-row-gap:20px;row-gap:20px}body .pricing .pricing-content .pricing-cta{margin-top:22px}body .pricing .pricing-content .pricing-cta button{width:100%;max-width:280px;min-height:48px}}@media screen and (max-width:1200px)and (min-width:700px){body .pricing .pricing-content{padding:36px 40px 40px}body .pricing .pricing-content .text-content p{font-size:24px;line-height:32px}}@media screen and (min-width:1201px){body .pricing{width:100vw}body .pricing .bg{display:inline-block;width:450px;height:450px;top:60px}body .pricing .pricing-content{padding:48px 24px 52px}body .pricing .pricing-content .text-content p{font-size:24px;line-height:32px}}body .about{background:#f0f7fe;width:100vw}body .about .about-content{padding:32px 24px;margin:0 auto}body .about .about-content .about-text h2{font-size:24px;line-height:34px;margin:0;-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}body .about .about-content .about-text h2.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}body .about .about-content .about-text p{font-size:14px;line-height:22px;margin:16px 0 24px;-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}body .about .about-content .about-text p.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}body .about .about-content .about-image{width:100%;height:100%;overflow:hidden}body .about .about-content .about-image img{-webkit-transform:translateX(60px);transform:translateX(60px);opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in;width:100%;height:100%}body .about .about-content .about-image.visible img{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}@media screen and (max-width:800px)and (min-width:500px){body .about .about-content{display:flex;display:-webkit-flex;justify-content:space-between;align-items:center;padding:32px 40px;height:379px}body .about .about-content .about-text{max-width:253px}body .about .about-content .about-text h2{font-size:32px;line-height:44px}body .about .about-content .about-text p{font-size:16px;line-height:28px}body .about .about-content .about-image{max-width:314px;max-height:326px}}@media screen and (min-width:801px){body .about .about-content{display:flex;display:-webkit-flex;justify-content:space-around;align-items:center;height:714px;padding:32px 40px;max-width:1440px}body .about .about-content .about-text{max-width:405px}body .about .about-content .about-text h2{font-size:56px;line-height:64px}body .about .about-content .about-text p{font-size:16px;line-height:28px}body .about .about-content .about-image{max-width:498px;max-height:518px}}body .price{background:#fff;width:100vw}body .price .price-content{height:472px;margin:0 auto;position:relative;padding:32px 24px}body .price .price-content .price-text h2{font-size:24px;line-height:34px;margin:0;-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}body .price .price-content .price-text h2.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}body .price .price-content .price-text p{font-size:14px;line-height:22px;margin:16px 0 24px;-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}body .price .price-content .price-text p.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}body .price .price-content .price-image{position:absolute;top:150px;left:24px;overflow:hidden}body .price .price-content .price-image img{-webkit-transform:translateX(-60px);transform:translateX(-60px);opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in;width:100%;height:100%}body .price .price-content .price-image.visible img{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}@media screen and (max-width:499px){body .price .price-content{height:auto;padding:32px 24px}body .price .price-content .price-image{display:none}body .price .price-content .price-text h2{font-size:24px;line-height:34px}body .price .price-content .price-text p{font-size:14px;line-height:22px}}@media screen and (max-width:800px)and (min-width:500px){body .price .price-content{display:flex;display:-webkit-flex;justify-content:center;align-items:center;padding:32px 40px;height:379px}body .price .price-content .price-text{max-width:253px;margin-left:30px}body .price .price-content .price-text h2{font-size:32px;line-height:44px}body .price .price-content .price-text p{font-size:16px;line-height:28px}body .price .price-content .price-image{position:static;max-width:332px;max-height:248px}}@media screen and (min-width:801px){body .price .price-content{display:flex;display:-webkit-flex;justify-content:space-around;align-items:center;height:714px;padding:32px 40px;max-width:1440px}body .price .price-content .price-text{max-width:405px}body .price .price-content .price-text h2{font-size:56px;line-height:64px}body .price .price-content .price-text p{font-size:16px;line-height:28px}body .price .price-content .price-image{position:static;max-width:580px;max-height:427px}}body .footer{width:100vw;min-height:850px;background-color:#171f31;overflow:hidden;position:relative}body .footer .footer-content{padding:34px 24px}body .footer .footer-content h2{color:#fff;font-size:24px;line-height:34px;margin-bottom:34px}body .footer .footer-content .footer-form{margin-bottom:20px}body .footer .footer-content .footer-form .input{width:100%;margin-bottom:24px}body .footer .footer-content .footer-form .input label{color:#fff}body .footer .footer-content .footer-form .footer-form-description{width:100%;margin-top:0;margin-bottom:24px}body .footer .footer-content .footer-form .footer-form-description label{color:#fff;display:block;font-size:14px;line-height:22px;margin-bottom:8px}body .footer .footer-content .footer-form .footer-form-description .footer-description-textarea{width:100%;min-height:100px;padding:12px 16px;font-family:inherit;font-size:14px;line-height:22px;color:#171f31;background-color:#fff;border:none;border-radius:4px;resize:vertical;-webkit-box-sizing:border-box;box-sizing:border-box}body .footer .footer-content .footer-form .footer-form-description .footer-description-textarea::-webkit-input-placeholder{color:#949494}body .footer .footer-content .footer-form .footer-form-description .footer-description-textarea:-ms-input-placeholder{color:#949494}body .footer .footer-content .footer-form .footer-form-description .footer-description-textarea::placeholder{color:#949494}body .footer .footer-content .footer-footer{margin-top:30px;text-align:center;display:flex;display:-webkit-flex;justify-content:center}body .footer .footer-content .footer-footer .f-f-text{display:flex;flex-direction:column}body .footer .footer-content .footer-footer .f-f-text .f-f-top-row{display:flex;align-items:flex-start}body .footer .footer-content .footer-footer .f-f-text .f-f-brand{position:relative;display:inline-flex;flex-direction:column;align-items:center}body .footer .footer-content .footer-footer .f-f-text .f-f-copyright{position:absolute;top:4px;left:100%;margin-left:2px;color:#fff;font-size:11px;line-height:1;white-space:nowrap}body .footer .footer-content .footer-footer .f-f-text .f-f-company{display:block;font-size:12px;color:#949494;margin-top:4px;text-align:center;max-width:250px}body .footer .footer-content .footer-footer .f-f-text .f-f-image{width:250px;height:78px;margin-bottom:4px;flex-shrink:0}body .footer .footer-content .footer-footer .f-f-text .f-f-image svg{width:100%;height:100%;display:block;shape-rendering:geometricPrecision}body .footer .footer-content .correct_message{color:#fff;height:30px;font-size:14px;line-height:22px;width:80%}body .footer .footer-image-decoration{position:absolute;width:102px;bottom:0;right:-8%;opacity:0;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}body .footer .footer-image-decoration.visible{bottom:20%;opacity:1}@media screen and (max-width:699px){body .footer{min-height:auto}body .footer .footer-content{padding:34px 20px}body .footer .footer-content h2{font-size:22px;line-height:30px;margin-bottom:24px}body .footer .footer-content .footer-form .input{margin-bottom:16px}body .footer .footer-content .footer-form button{width:100%;margin-bottom:16px}body .footer .footer-content .footer-form .footer-form-description{margin-top:0}body .footer .footer-content .footer-footer{margin-top:24px}body .footer .footer-content .footer-footer .f-f-text{align-items:center}body .footer .footer-content .footer-footer .f-f-text .f-f-brand{margin:0 auto}body .footer .footer-content .footer-footer .f-f-text .f-f-image{width:180px;height:56px;margin-bottom:6px}body .footer .footer-content .footer-footer .f-f-text .f-f-copyright{font-size:10px;margin-left:0}body .footer .footer-content .footer-footer .f-f-text .f-f-company{font-size:11px;margin-top:6px;max-width:180px}body .footer .footer-image-decoration{display:none}}@media screen and (max-width:1200px)and (min-width:700px){body .footer{min-height:800px;--footer-inline-gap:clamp(40px,5vw,80px);padding-left:var(--footer-inline-gap);padding-right:var(--footer-inline-gap);-webkit-box-sizing:border-box;box-sizing:border-box}body .footer .footer-content{padding:34px 0}body .footer .footer-content h2{font-size:32px;line-height:44px}body .footer .footer-content .footer-form{max-width:60%}body .footer .footer-content .footer-footer{margin-top:30px;justify-content:flex-start;text-align:start}body .footer .footer-content .footer-footer .f-f-text span{padding-bottom:30px}body .footer .footer-image-decoration{width:244px;right:var(--footer-inline-gap);bottom:-20%}body .footer .footer-image-decoration.visible{bottom:-5%}}@media screen and (max-width:1820px)and (min-width:1201px){body .footer{min-height:610px;--footer-inline-gap:clamp(40px,10vw,140px);padding-left:var(--footer-inline-gap);padding-right:var(--footer-inline-gap);-webkit-box-sizing:border-box;box-sizing:border-box}body .footer .footer-content{padding:50px 0;margin:0;max-width:none}body .footer .footer-content h2{font-size:32px;line-height:44px;width:522px}body .footer .footer-content .footer-form{width:100%;display:flex;display:-webkit-flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:0}body .footer .footer-content .footer-form .input{width:270px;margin-right:10px;margin-bottom:0;height:auto}body .footer .footer-content .footer-form .input label{display:block;font-size:14px;line-height:22px;margin-bottom:8px}body .footer .footer-content .footer-form .input input{margin-top:0}body .footer .footer-content .footer-form .footer-form-description{flex-basis:100%;max-width:830px;order:3;margin-top:4px;margin-right:0}body .footer .footer-content .footer-form button{margin-top:30px;margin-bottom:0;order:0;flex-basis:182px;flex-shrink:0;height:54px}body .footer .footer-footer{margin-top:120px;justify-content:flex-start;text-align:start}body .footer .footer-footer .f-f-text .f-f-top-row{align-items:flex-start}body .footer .footer-footer .f-f-text .f-f-company{margin-top:4px}body .footer .footer-footer .correct_message{text-align:left;width:auto}body .footer .footer-image-decoration{width:283px;right:var(--footer-inline-gap);bottom:-20%}body .footer .footer-image-decoration.visible{bottom:-10%}}@media screen and (min-width:1821px){body .footer{min-height:610px;--footer-inline-gap:140px;padding-left:var(--footer-inline-gap);padding-right:var(--footer-inline-gap);-webkit-box-sizing:border-box;box-sizing:border-box}body .footer .footer-content{padding:50px 0;margin:0;max-width:none}body .footer .footer-content h2{font-size:32px;line-height:44px;width:522px}body .footer .footer-content .footer-form{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:0;display:-webkit-flex}body .footer .footer-content .footer-form .input{width:270px;margin-right:10px;margin-bottom:0;height:auto}body .footer .footer-content .footer-form .input label{display:block;font-size:14px;line-height:22px;margin-bottom:8px}body .footer .footer-content .footer-form .input input{margin-top:0}body .footer .footer-content .footer-form .footer-form-description{flex-basis:100%;max-width:830px;order:3;margin-top:4px;margin-right:0}body .footer .footer-content .footer-form button{margin-top:30px;margin-bottom:0;order:0;flex-basis:182px;flex-shrink:0;height:54px}body .footer .footer-content .footer-footer{margin-top:120px;justify-content:flex-start;text-align:start}body .footer .footer-content .footer-footer .f-f-text .f-f-top-row{align-items:flex-start}body .footer .footer-content .footer-footer .f-f-text .f-f-company{margin-top:4px}body .footer .footer-content .correct_message{text-align:left;width:auto}body .footer .footer-image-decoration{width:283px;right:var(--footer-inline-gap);bottom:-20%}body .footer .footer-image-decoration.visible{bottom:-10%}}body .input{width:370px;height:104px}body .input label{color:#171f31}body .input input{width:100%;border-radius:0;height:54px;border:none;background:none;background-color:#f7f6f6;font-family:inter-regular;font-size:16px;margin-top:8px;padding-left:20px;outline:0 none;-webkit-box-sizing:border-box;box-sizing:border-box}body .input input:focus{border:1px solid #077bee}body .input .error{border:1px solid #e01a1a}body .input span{margin-top:4px;font-size:14px;line-height:22px;color:#e01a1a}body .landing-header.down{-webkit-transform:translateY(-200px);transform:translateY(-200px)}body .landing-header.up{-webkit-transform:translateY(0);transform:translateY(0)}body .landing-header{position:fixed;display:flex;justify-content:center;height:80px;margin-top:48px;z-index:2;right:10px;left:10px;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;padding:0 100px}body .landing-header .nav-header{display:none;width:100vw;height:100vh;background-color:#171f31}body .landing-header .content_header{background-color:#fff;width:100%;border-radius:8px;-webkit-box-shadow:0 5px 10px rgba(200,201,202,.25);box-shadow:0 5px 10px rgba(200,201,202,.25);display:flex;justify-content:space-between;align-items:center;padding:0 45px}body .landing-header .content_header .logo{width:193px;height:60px;display:flex;justify-content:center;align-items:center;flex-shrink:0;text-decoration:none}body .landing-header .content_header .logo svg{width:100%;height:100%;display:block;shape-rendering:geometricPrecision}body .landing-header .content_header .menu_icon{display:none}body .landing-header .content_header .content_menu{display:flex;align-items:center}body .landing-header .content_header .content_menu a{color:#171f31;text-decoration:none;margin-left:40px;font-size:16px;cursor:pointer}body .landing-header .content_header .content_menu a:focus,body .landing-header .content_header .content_menu a:hover{color:#077bee;text-decoration:underline}@media screen and (max-width:880px)and (min-width:720px){body .landing-header{padding:0 40px}body .landing-header .content_header{padding:0 32px}}@media screen and (max-width:719px){body .landing-header{margin:0;padding:0;height:60px;right:0;left:0}body .landing-header .nav-header{position:fixed;display:inline-block;z-index:1;overflow:hidden;right:-100%;-webkit-transition:right .3s ease-out;transition:right .3s ease-out}body .landing-header .nav-header .content_nav .logo_close{display:flex;justify-content:space-between;align-items:center;padding:24px}body .landing-header .nav-header .content_nav .logo_close .close,body .landing-header .nav-header .content_nav .logo_close .close svg{width:28px;height:28px}body .landing-header .nav-header .content_nav .logo_close .close svg path{fill:#fff}body .landing-header .nav-header .content_nav .options{padding:56px 0 0 56px;color:#fff;font-size:28px;line-height:34px;text-align:left;display:flex;flex-direction:column;justify-content:space-around}body .landing-header .nav-header .content_nav .options a{width:100%;margin-bottom:52px;color:#fff;text-decoration:none}body .landing-header .nav-header .content_nav .options a:active{color:#077bee;text-decoration:underline}body .landing-header .nav-header.visible{right:0}body .landing-header .content_header{-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding:0 24px}body .landing-header .content_header .menu_icon{display:inline-block}body .landing-header .content_header .content_menu{display:none}body .landing-header .content_header .logo{width:137px;height:50px}}body .landing-page{overflow-x:hidden}body .landing-page main{padding-top:128px}body .landing-page .landing-hero{width:100%;position:relative;overflow:hidden;background:#f0f7fe;padding:72px 40px 80px;min-height:420px;-webkit-box-sizing:border-box;box-sizing:border-box}body .landing-page .landing-hero .landing-hero-bg{position:absolute;top:50%;right:0;-webkit-transform:translate(15%,-50%);transform:translate(15%,-50%);width:min(52vw,560px);opacity:.28;pointer-events:none}body .landing-page .landing-hero .landing-hero-bg svg{width:100%;height:auto}body .landing-page .landing-hero .landing-hero-shape{position:absolute;display:block;opacity:.16;pointer-events:none}body .landing-page .landing-hero .landing-hero-shape-small{width:87px;height:87px;top:14%;right:22%}body .landing-page .landing-hero .landing-hero-shape-big{width:150px;height:150px;left:5%;bottom:10%}body .landing-page .landing-hero .landing-hero-shape-middle{width:117px;height:117px;right:8%;bottom:12%}body .landing-page .landing-hero .landing-hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;grid-gap:56px;gap:56px}body .landing-page .landing-hero .landing-hero-text{flex:1 1;max-width:580px}body .landing-page .landing-hero h1{font-size:44px;line-height:52px;margin:0 0 20px;color:#171f31}body .landing-page .landing-hero p{font-size:17px;line-height:28px;margin:0 0 32px;color:#4a5568}body .landing-page .landing-hero p a{color:#2d62ec;font-family:inter-bold}body .landing-page .landing-hero .landing-hero-image{flex:0 0 auto;width:min(44%,498px);max-height:518px;overflow:hidden}body .landing-page .landing-hero .landing-hero-image img{width:100%;height:auto;display:block}body .landing-page .landing-hero .landing-cta{display:inline-block;background:#2d62ec;color:#fff;text-decoration:none;font-size:16px;padding:16px 36px;border-radius:4px;-webkit-transition:background .2s ease-in,-webkit-transform .2s ease-in;transition:background .2s ease-in,-webkit-transform .2s ease-in;transition:background .2s ease-in,transform .2s ease-in;transition:background .2s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in}body .landing-page .landing-hero .landing-cta:hover{background:#077bee;-webkit-transform:translateY(-1px);transform:translateY(-1px)}body .landing-page .landing-hero-centered .landing-hero-inner{justify-content:center;text-align:center}body .landing-page .landing-hero-centered .landing-hero-text{max-width:720px}body .landing-page .landing-hero-centered .landing-hero-bg{right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:.2}body .landing-page .landing-hero-dark{background:#171f31}body .landing-page .landing-hero-dark h1,body .landing-page .landing-hero-dark p{color:#fff}body .landing-page .landing-hero-dark p{color:hsla(0,0%,100%,.82)}body .landing-page .landing-hero-dark p a{color:#77b4ff}body .landing-page .landing-section{width:100%;position:relative;overflow:hidden;padding:72px 40px;-webkit-box-sizing:border-box;box-sizing:border-box}body .landing-page .landing-section.landing-section-tone-light{background:#fff}body .landing-page .landing-section.landing-section-tone-alt{background:#f0f7fe}body .landing-page .landing-section .landing-section-shape{position:absolute;opacity:.1;pointer-events:none}body .landing-page .landing-section .landing-section-shape-small{width:87px;height:87px;top:32px;right:40px}body .landing-page .landing-section .landing-section-shape-big{width:150px;height:150px;left:32px;bottom:32px}body .landing-page .landing-section .landing-section-shape-middle{width:117px;height:117px;right:48px;bottom:48px}body .landing-page .landing-section .landing-section-inner{max-width:1180px;margin:0 auto}body .landing-page .landing-section h2{font-size:36px;line-height:44px;margin:0 0 16px;color:#171f31}body .landing-page .landing-section .landing-section-body{font-size:16px;line-height:28px;margin:0 0 28px;color:#4a5568;max-width:640px}body .landing-page .landing-section-split .landing-section-split-inner{display:flex;align-items:center;justify-content:space-between;grid-gap:56px;gap:56px;max-width:1100px;margin:0 auto}body .landing-page .landing-section-split .landing-section-text{flex:1 1;max-width:520px}body .landing-page .landing-section-split .landing-section-image{flex:0 0 auto;width:min(44%,498px);max-height:518px;overflow:hidden}body .landing-page .landing-section-split .landing-section-image img{width:100%;height:auto;display:block}body .landing-page .landing-section-split .landing-shape-cluster{position:relative;flex:0 0 auto;width:min(44%,320px);min-height:280px}body .landing-page .landing-section-split .landing-shape-cluster-item{position:absolute;display:block;opacity:.18}body .landing-page .landing-section-split .landing-shape-cluster-small{width:87px;height:87px;top:8%;left:0}body .landing-page .landing-section-split .landing-shape-cluster-middle{width:117px;height:117px;right:0;bottom:12%}body .landing-page .landing-section-split .landing-shape-cluster-big{width:150px;height:150px;left:18%;bottom:0}body .landing-page .landing-section-split .landing-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}body .landing-page .landing-section-split .landing-list li{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:12px 16px;border-radius:8px;-webkit-box-shadow:0 4px 16px rgba(23,31,49,.04);box-shadow:0 4px 16px rgba(23,31,49,.04);font-size:15px;line-height:24px}body .landing-page .landing-section-split .landing-list li svg{width:18px;height:18px;flex-shrink:0;margin-top:3px}body .landing-page .landing-section-split .landing-section-tone-light .landing-list li{background:#f6f8fa}body .landing-page .landing-section-split .landing-section-tone-alt .landing-list li{background:#fff;-webkit-box-shadow:0 4px 16px rgba(23,31,49,.06);box-shadow:0 4px 16px rgba(23,31,49,.06)}body .landing-page .landing-section-split.landing-section-visual-left .landing-section-split-inner{flex-direction:row-reverse}body .landing-page .landing-section-cards .landing-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px;margin-top:12px}body .landing-page .landing-section-cards .landing-panel{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:22px 24px;background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 24px rgba(23,31,49,.06);box-shadow:0 8px 24px rgba(23,31,49,.06);font-size:15px;line-height:24px;border-left:3px solid #077bee}body .landing-page .landing-section-cards .landing-panel svg{width:18px;height:18px;flex-shrink:0;margin-top:3px}body .landing-page .landing-section-cards.landing-panel-accent-gain .landing-panel,body .landing-page .landing-section-cards.landing-panel-accent-yellow .landing-panel{border-left-color:#feb029}body .landing-page .landing-section-cards.landing-panel-accent-keep .landing-panel{border-left-color:#077bee}body .landing-page .landing-section-steps{padding-bottom:80px}body .landing-page .landing-section-steps .landing-section-steps-inner{display:flex;align-items:center;justify-content:space-between;grid-gap:48px;gap:48px}body .landing-page .landing-section-steps .landing-section-text{flex:0 0 360px;max-width:360px}body .landing-page .landing-section-steps .landing-section-graphic{flex:1 1;min-width:0;max-width:560px;overflow:visible}body .landing-page .landing-pricing{width:100%}@media screen and (min-width:801px){body .landing-page .landing-hero{padding:88px 40px 96px;min-height:480px}body .landing-page .landing-hero h1{font-size:56px;line-height:64px}}@media screen and (max-width:960px){body .landing-page .landing-section-cards .landing-panels{grid-template-columns:1fr}}@media screen and (max-width:800px){body .landing-page .landing-hero{padding:56px 24px 64px;min-height:0}body .landing-page .landing-hero .landing-hero-inner{flex-direction:column;align-items:flex-start;grid-gap:40px;gap:40px}body .landing-page .landing-hero .landing-hero-image{width:100%;max-width:400px}body .landing-page .landing-hero.landing-hero-centered .landing-hero-inner{align-items:center;text-align:center}body .landing-page .landing-section-split{padding:56px 24px}body .landing-page .landing-section-split .landing-section-split-inner{flex-direction:column;grid-gap:36px;gap:36px}body .landing-page .landing-section-split.landing-section-visual-left .landing-section-split-inner{flex-direction:column}body .landing-page .landing-section-split .landing-section-image,body .landing-page .landing-section-split .landing-shape-cluster{width:100%;max-width:420px}body .landing-page .landing-section-steps .landing-section-steps-inner{flex-direction:column}body .landing-page .landing-section-steps .landing-section-text{flex:none;max-width:none}body .landing-page .landing-section-steps .landing-section-graphic{width:100%}}@media screen and (max-width:719px){body .landing-page main{padding-top:60px}body .landing-page .landing-hero h1{font-size:32px;line-height:40px}body .landing-page .landing-section{padding:48px 24px}body .landing-page .landing-section h2{font-size:28px;line-height:36px}}@-webkit-keyframes trusted-by-scroll{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}@keyframes trusted-by-scroll{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}body .trusted-by{width:100%;position:relative;overflow:hidden;background:#f0f7fe;padding:72px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #e8ecf0}body .trusted-by .trusted-by__shape{position:absolute;width:117px;height:117px;top:32px;right:40px;opacity:.1;pointer-events:none}body .trusted-by .trusted-by__inner{max-width:1180px;margin:0 auto;padding:0 40px}body .trusted-by .trusted-by__header{max-width:640px;margin:0 auto 48px;text-align:center}body .trusted-by .trusted-by__title{font-size:36px;line-height:44px;font-weight:700;color:#171f31;letter-spacing:-.02em;margin:0 0 16px;font-family:inter-bold}body .trusted-by .trusted-by__subtitle{font-size:16px;line-height:28px;color:#4a5568;margin:0 auto;max-width:560px}body .trusted-by .trusted-by__strip{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;padding-bottom:72px;background:#f0f7fe}body .trusted-by .trusted-by__marquee{position:relative;overflow:hidden;touch-action:pan-y}body .trusted-by .trusted-by__marquee:after,body .trusted-by .trusted-by__marquee:before{content:"";position:absolute;top:0;bottom:0;width:160px;z-index:4;pointer-events:none}body .trusted-by .trusted-by__marquee:before{left:0;background:-webkit-gradient(linear,left top,right top,color-stop(20%,#f0f7fe),to(transparent));background:linear-gradient(90deg,#f0f7fe 20%,transparent)}body .trusted-by .trusted-by__marquee:after{right:0;background:-webkit-gradient(linear,right top,left top,color-stop(20%,#f0f7fe),to(transparent));background:linear-gradient(270deg,#f0f7fe 20%,transparent)}body .trusted-by .trusted-by__track{display:flex;align-items:center;width:-webkit-max-content;width:max-content;-webkit-animation:trusted-by-scroll 42s linear infinite;animation:trusted-by-scroll 42s linear infinite;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}body .trusted-by .trusted-by__logo,body .trusted-by .trusted-by__set{display:flex;align-items:center;flex-shrink:0}body .trusted-by .trusted-by__logo{justify-content:center;padding:26px 42px;-webkit-filter:grayscale(100%) opacity(38%);filter:grayscale(100%) opacity(38%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media(hover:hover)and (pointer:fine){body .trusted-by .trusted-by__logo:hover{-webkit-filter:grayscale(0) opacity(100%);filter:grayscale(0) opacity(100%)}}body .trusted-by .trusted-by__logo img{width:auto;max-width:240px;display:block}body .trusted-by .trusted-by__logo--word img{height:36px}body .trusted-by .trusted-by__logo--mark img{height:52px}body .trusted-by .trusted-by__dot{flex-shrink:0;width:4px;height:4px;border-radius:50%;background:#d1d5db}@media(prefers-reduced-motion:reduce){body .trusted-by .trusted-by__track{-webkit-animation:none;animation:none}}@media screen and (max-width:719px){body .trusted-by{padding-top:48px}body .trusted-by .trusted-by__inner{padding:0 24px}body .trusted-by .trusted-by__header{margin-bottom:36px}body .trusted-by .trusted-by__title{font-size:28px;line-height:36px}body .trusted-by .trusted-by__strip{padding-bottom:48px}body .trusted-by .trusted-by__shape{right:24px;width:87px;height:87px}body .trusted-by .trusted-by__marquee:after,body .trusted-by .trusted-by__marquee:before{width:48px}body .trusted-by .trusted-by__track{-webkit-animation-duration:32s;animation-duration:32s}body .trusted-by .trusted-by__logo{padding:16px 20px}body .trusted-by .trusted-by__logo--word img{height:28px;max-width:160px}body .trusted-by .trusted-by__logo--mark img{height:40px;max-width:120px}}body .index .trusted-by,body .landing-page .trusted-by{width:100vw;margin:0}body h1,body h2{font-family:inter-bold}body button{background:#2d62ec;color:#fff;font-size:16px;width:182px;height:54px;border:none;outline:0 none;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inter-regular;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;cursor:pointer}@media(hover:hover)and (pointer:fine){body button:hover{background:#077bee radial-gradient(circle,#077bee 1%,transparent 0) 50%/15000%}}body button:active{background-color:#2d53ec;background-size:100%;-webkit-transition:background .2s ease-out;transition:background .2s ease-out}body button:disabled{background:#f6f8fa;color:#949494}body button .loader{font-size:10px;margin:0 auto;text-indent:-9999em;width:3em;height:3em;border-radius:50%;background:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(10%,#fff),color-stop(42%,hsla(0,0%,100%,0)));background:linear-gradient(90deg,#fff 10%,hsla(0,0%,100%,0) 42%);position:relative;-webkit-animation:load3 1.4s linear infinite;animation:load3 1.4s linear infinite;-webkit-transform:translateZ(0);transform:translateZ(0)}body button .loader:before{width:50%;height:50%;background:#fff;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}body button .loader:after{background:#2d62ec;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body button.secondary{background:none;border:2px solid #077bee;color:#077bee}body button.secondary:active{background:#2d53ec;color:#fff}@media(hover:hover)and (pointer:fine){body button.secondary:hover{background:#077bee;color:#fff}}body button.secondary:disabled{background:#f7f6f6;border:2px solid #dcdcdc;color:#949494}body button.loading{pointer-events:none}body button.correct{background:#15c212;pointer-events:none}body button.correct .check{display:flex;display:-webkit-flex;justify-content:center;align-items:center;width:100%;height:100%}body button.correct .check svg{width:32px;height:32px}body button.correct .check svg path{fill:#fff}.gate-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(135deg,#f3f8ff,#eef4fd);color:#171f31}.gate-card,.gate-page{-webkit-box-sizing:border-box;box-sizing:border-box}.gate-card{width:100%;max-width:420px;background:#fff;padding:40px 36px}.gate-brand{display:inline-block;margin-bottom:28px}.gate-brand img{display:block;height:28px;width:auto}.gate-card h1{margin:0 0 10px;font-family:inter-bold,sans-serif;font-size:28px;line-height:1.2;color:#171f31}.gate-copy{margin:0 0 24px;font-size:16px;line-height:1.5;color:#4a5568}.gate-error{margin:0 0 16px;padding:12px 14px;background:#fff1f0;color:#b42318;font-size:14px;line-height:1.4}.gate-form{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.gate-label{font-size:14px;color:#171f31}.gate-input{height:48px;border:1px solid #d0d5dd;padding:0 14px;font-size:16px;font-family:inter-regular,sans-serif;color:#171f31;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}.gate-input:focus{border-color:#2d62ec}.gate-submit{margin-top:10px;width:100%;height:54px;border:none;background:#2d62ec;color:#fff;font-size:16px;font-family:inter-regular,sans-serif;cursor:pointer;-webkit-transition:background .2s ease-in;transition:background .2s ease-in}@media(hover:hover)and (pointer:fine){.gate-submit:hover{background:#077bee}}.gate-submit:active{background:#2d53ec}.decks-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(135deg,#f3f8ff,#eef4fd);color:#171f31}.decks-card,.decks-page{-webkit-box-sizing:border-box;box-sizing:border-box}.decks-card{width:100%;max-width:560px;background:#fff;padding:40px 36px}.decks-brand{display:inline-block;margin-bottom:28px}.decks-brand img{display:block;height:28px;width:auto}.decks-card h1{margin:0 0 10px;font-family:inter-bold,sans-serif;font-size:28px;line-height:1.2;color:#171f31}.decks-copy{margin:0 0 24px;font-size:16px;line-height:1.5;color:#4a5568}.decks-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.decks-item{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:16px;gap:16px;padding:16px 18px;border:1px solid #e5e9f0;text-decoration:none;color:inherit;-webkit-transition:border-color .15s ease,background .15s ease;transition:border-color .15s ease,background .15s ease}.decks-item:hover{border-color:#2d62ec;background:#f0f7fe}.decks-item-main{display:flex;flex-direction:column;grid-gap:4px;gap:4px;min-width:0}.decks-item-label{font-family:inter-bold,sans-serif;font-size:16px;color:#171f31}.decks-item-desc{font-size:14px;line-height:1.45;color:#4a5568}.decks-item-access{flex:none;font-size:12px;font-weight:600;letter-spacing:.02em;color:#0563c4;background:#e8eef8;padding:4px 10px;margin-top:2px}.decks-back{margin:28px 0 0;font-size:14px}.decks-back a{color:#2d62ec;text-decoration:none}.decks-back a:hover{text-decoration:underline}