:root{--zoom:1;--header-height:86px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#232323;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background:#f0eee7;font-family:Rubik,system-ui,sans-serif}html{overflow-x:hidden}#root{width:100%;min-height:100dvh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul{list-style:none}img,svg,video{display:block}main{padding-top:var(--header-height)}.slide-stack{width:100%;height:calc(100dvh - var(--header-height));position:relative}.slide-frame{will-change:transform;height:100%;position:absolute;top:0;left:0;right:0;overflow:hidden}.slide-frame__overlay{z-index:100;pointer-events:none;will-change:opacity;background:#0009;position:absolute;inset:0}@media (width<=768px){.slide-stack{height:auto}.slide-frame{height:auto;position:relative;overflow:visible}.slide-frame__overlay{display:none}.slide-frame [data-anim-dir=up]{opacity:0;transform:translateY(40px)}.slide-frame [data-anim-dir=left]{opacity:0;transform:translate(-30px)}.slide-frame [data-anim-dir=right]{opacity:0;transform:translate(30px)}.slide-frame [data-anim-dir=fade]{opacity:0}.slide-frame.is-visible [data-anim-mode=frame],.slide-frame .whatwedo__group.is-visible [data-anim-mode=sub]{opacity:1;transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1);transform:none}}.book-call{color:#f0eee7;font-family:Rubik,system-ui,sans-serif;font-size:calc(24px * var(--zoom,1));text-transform:uppercase;white-space:nowrap;background-color:#6693d5;border-radius:8px;justify-content:center;align-items:center;font-weight:700;line-height:1;transition:background-color .3s;display:inline-flex}.book-call:hover{background-color:#ec8c55}.book-call--compact{box-sizing:border-box;width:calc(270px * var(--zoom,1));padding:calc(10px * var(--zoom,1)) 0}.book-call--wide{width:calc(207px * var(--zoom,1));height:calc(73px * var(--zoom,1))}.book-call--cta{width:calc(289px * var(--zoom,1));height:calc(73px * var(--zoom,1))}.header{--zoom:var(--header-zoom,1);z-index:100;background:#f0eee7;width:100%;position:fixed;top:0;left:0;right:0}.header__bar{width:100%;max-width:1800px;height:var(--header-height);z-index:2;background:#f0eee7;justify-content:space-between;align-items:center;margin-left:auto;margin-right:auto;padding:0 60px;display:flex;position:relative}.header__logo{height:calc(58px * var(--zoom,1));width:auto}.header__actions{align-items:center;gap:calc(60px * var(--zoom,1));display:flex}.header__menu{width:calc(24px * var(--zoom,1));height:calc(24px * var(--zoom,1));justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.header__menu-icon{width:100%;height:100%;transition:opacity .25s,transform .25s;position:absolute;inset:0}.header__menu-icon--burger{opacity:1;transform:rotate(0)}.header__menu-icon--close{opacity:0;transform:rotate(-90deg)}.header__menu--open .header__menu-icon--burger{opacity:0;transform:rotate(90deg)}.header__menu--open .header__menu-icon--close{opacity:1;transform:rotate(0)}.header__dropdown{z-index:1;background:#f0eee7;border-bottom:2px solid #232323;max-height:0;transition:max-height .4s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.header__dropdown--open{max-height:100dvh}.header__dropdown-inner{justify-content:flex-end;width:100%;max-width:1800px;margin-left:auto;margin-right:auto;padding:20px 60px 60px 20px;display:flex}.header__menu-list{width:calc(calc(270px + 24px + 60px) * var(--zoom,1));flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.header__menu-item{width:100%}.header__menu-link{text-align:left;width:100%;font-family:Rubik,system-ui,sans-serif;font-size:calc(28px * var(--zoom,1));line-height:calc(32px * var(--zoom,1));color:#232323;cursor:pointer;background:0 0;border:none;padding:0;font-weight:400;transition:color .3s;display:block}.header__menu-link:hover{color:#6693d5}.header__menu-separator{background:#6693d5;width:100%;height:2px;margin-top:12px;margin-bottom:12px}.header__menu-item:last-child .header__menu-separator{margin-bottom:0}.header__dropdown-cta,.header__dropdown-footer{display:none}@media (width<=768px){.header__bar{height:76px;padding:0 20px}.header__logo{height:48px}.header__actions .book-call{display:none}.header__dropdown--open{border-bottom:none;max-height:calc(100dvh - 76px)}.header__dropdown-inner{flex-direction:column;justify-content:flex-start;height:calc(100dvh - 76px);padding:20px;overflow-y:auto}.header__menu-list{width:100%}.header__dropdown-cta{width:100%;margin-top:40px;margin-bottom:40px;display:block}.header__dropdown-cta .book-call{width:100%;height:73px}.header__dropdown-footer{flex-direction:column;align-items:flex-start;gap:33px;margin-top:auto;display:flex}.header__dropdown-logo{width:auto;height:40px}.header__dropdown-copyright{color:#232323;text-align:left;margin:0;font-family:Rubik,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:16px}}.hero{width:100%;height:100%;position:relative;overflow:hidden}.hero__video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{z-index:2;background:#00000080;position:absolute;inset:0}.hero__content{z-index:3;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;max-width:1800px;height:100%;margin-left:auto;margin-right:auto;padding:60px;display:flex;position:relative}.hero__heading{font-family:Rubik,system-ui,sans-serif;font-size:calc(67px * var(--zoom,1));font-weight:400;line-height:calc(70px * var(--zoom,1));color:#f0eee7;text-transform:uppercase;margin-bottom:20px}.hero__description{max-width:calc(796px * var(--zoom,1));font-family:Rubik,system-ui,sans-serif;font-size:calc(24px * var(--zoom,1));font-weight:400;line-height:calc(28px * var(--zoom,1));color:#f0eee7;white-space:pre-line;margin-bottom:60px}@media (width<=768px){.hero{width:100%;height:calc(100dvh - 76px)}.hero__content{padding:60px 20px}.hero__heading{font-size:38px;font-style:normal;line-height:40px}.hero__description{font-size:18px;line-height:20px}}.block{width:100%;height:100%;scroll-margin-top:86px;position:relative}.block__inner{will-change:transform;flex-direction:column;justify-content:center;gap:60px;width:100%;max-width:1800px;min-height:100%;margin-left:auto;margin-right:auto;padding:60px;display:flex}@media (width<=768px){.block{height:auto;scroll-margin-top:76px}.block__inner{gap:40px;min-height:0;padding:40px 20px}}.block-header{align-items:end;column-gap:calc(40px * var(--zoom,1));grid-template-columns:1fr auto;display:grid}.block-header__title,.block-header__number{font-family:Rubik,system-ui,sans-serif;font-size:calc(96px * var(--zoom,1));line-height:calc(100px * var(--zoom,1));text-transform:uppercase;margin:0;font-weight:400}.block-header__number{align-self:end}.block-header__separator{grid-column:1/-1;height:2px;margin-top:10px}@media (width<=768px){.block-header__title,.block-header__number{font-size:38px;line-height:40px}}.block-title{font-family:Rubik,system-ui,sans-serif;font-size:calc(42px * var(--zoom,1));line-height:calc(52px * var(--zoom,1));margin:0;padding:10px 0;font-weight:400}@media (width<=768px){.block-title{font-size:28px;line-height:32px}}.block-info{gap:calc(40px * var(--zoom,1));flex-direction:column;width:68.9923%;margin-left:auto;display:flex}.block-info__subtitle{padding-left:calc(80px * var(--zoom,1));font-family:Rubik,system-ui,sans-serif;font-size:calc(24px * var(--zoom,1));line-height:calc(28px * var(--zoom,1));margin:0;font-weight:400}.block-info__list{gap:calc(32px * var(--zoom,1));flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.block-info__footer{padding-left:calc(80px * var(--zoom,1));font-family:Rubik,system-ui,sans-serif;font-size:calc(42px * var(--zoom,1));line-height:calc(52px * var(--zoom,1));margin:0;font-weight:400}@media (width<=768px){.block-info{gap:20px;width:100%;margin-left:0}.block-info__subtitle{padding-left:0;font-size:18px;line-height:24px}.block-info__list{gap:24px}.block-info__footer{padding-left:0;font-size:28px;line-height:32px}}.block-list-item{align-items:flex-start;gap:calc(32px * var(--zoom,1));display:flex}.block-list-item__icon{width:calc(48px * var(--zoom,1));height:calc(48px * var(--zoom,1));flex-shrink:0;justify-content:center;align-items:center;display:flex}.block-list-item__icon svg{width:100%;height:100%}.block-list-item__content{flex:1;min-width:0}.block-list-item__text{font-family:Rubik,system-ui,sans-serif;font-size:calc(42px * var(--zoom,1));line-height:calc(42px * var(--zoom,1));margin:0;font-weight:400}.block-list-item__description{font-family:Rubik,system-ui,sans-serif;font-size:calc(24px * var(--zoom,1));line-height:calc(28px * var(--zoom,1));margin:8px 0 0;font-weight:400}.block-list-item__line{width:100%;height:2px;margin-top:12px}@media (width<=768px){.block-list-item__text{font-size:28px;line-height:32px}}.block-footer{font-family:Rubik,system-ui,sans-serif;font-size:calc(42px * var(--zoom,1));line-height:calc(52px * var(--zoom,1));margin:0;font-weight:400}@media (width<=768px){.block-footer{font-size:28px;line-height:32px}}.why-section-logo{height:calc(88px * var(--zoom,1));width:auto}@media (width<=768px){.why-section-logo{height:35px}}.whatwedo__group{flex-direction:column;gap:60px;margin-top:-60px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:60px max(60px,50vw - 840px);display:flex}.whatwedo__group:last-child{margin-bottom:-60px}@media (width<=768px){.whatwedo__group{gap:40px;margin-top:-40px;margin-left:-20px;margin-right:-20px;padding:40px 20px}.whatwedo__group:last-child{margin-bottom:-40px}}.getstarted{isolation:isolate;position:relative;overflow:hidden}.getstarted__bg-video{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.getstarted__bg-overlay{z-index:-1;background:#000000b3;position:absolute;inset:0}.getstarted__info{gap:calc(40px * var(--zoom,1));flex-direction:column;display:flex}.getstarted__subtitle{width:68.9923%;padding-left:calc(80px * var(--zoom,1));font-family:Rubik,system-ui,sans-serif;font-size:calc(24px * var(--zoom,1));line-height:calc(28px * var(--zoom,1));margin:0 0 0 auto;font-weight:400}.getstarted__row{align-items:flex-start;display:flex}.getstarted__logo{height:calc(58px * var(--zoom,1));align-self:flex-start;width:auto}.getstarted__list{gap:calc(32px * var(--zoom,1));flex-direction:column;width:68.9923%;margin:0 0 0 auto;padding:0;list-style:none;display:flex}.getstarted__footer{width:68.9923%;padding-left:calc(80px * var(--zoom,1));font-family:Rubik,system-ui,sans-serif;font-size:calc(24px * var(--zoom,1));line-height:calc(28px * var(--zoom,1));margin:0 0 0 auto;font-weight:400}.getstarted__cta{width:68.9923%;padding-left:calc(80px * var(--zoom,1));gap:calc(30px * var(--zoom,1));flex-direction:column;align-items:flex-start;margin-left:auto;display:flex}.getstarted__schedule{font-family:Rubik,system-ui,sans-serif;font-size:calc(42px * var(--zoom,1));line-height:calc(52px * var(--zoom,1));margin:0;font-weight:400}.getstarted__footer-group{padding-left:max(60px,50vw - 840px);padding-right:max(60px,50vw - 840px);padding-top:calc(20px * var(--zoom,1));padding-bottom:calc(20px * var(--zoom,1));height:calc(96px * var(--zoom,1));background:#f0eee7;flex-shrink:0;margin:auto calc(50% - 50vw) -60px}.getstarted__footer-inner{width:68.9923%;padding-left:calc(80px * var(--zoom,1));align-items:flex-end;gap:calc(33px * var(--zoom,1));height:100%;margin-left:auto;display:flex}.getstarted__footer-logo{height:calc(56px * var(--zoom,1));align-self:flex-start;width:auto}.getstarted__footer-copyright{font-family:Rubik,system-ui,sans-serif;font-size:calc(16px * var(--zoom,1));line-height:calc(16px * var(--zoom,1));color:#232323;margin:0;font-weight:400}@media (width<=768px){.getstarted__info{gap:20px}.getstarted__subtitle{width:100%;margin:0;padding-left:0;font-size:18px;line-height:24px}.getstarted__logo{display:none}.getstarted__list{gap:24px;width:100%;margin:0}.getstarted__footer{width:100%;margin:0;padding-left:0;font-size:28px;line-height:32px}.getstarted__cta{width:100%;margin-left:0;padding-left:0}.getstarted__schedule{font-size:28px;line-height:32px}.getstarted__footer-group{height:auto;margin-bottom:-40px;margin-left:-20px;margin-right:-20px;padding:20px}.getstarted__footer-inner{flex-direction:column;align-items:flex-start;gap:33px;width:100%;height:auto;margin-left:0;padding-left:0}.getstarted__footer-logo{height:40px}}.book-call-dialog{z-index:1000;background:0 0;justify-content:center;align-items:center;padding:20px;transition:background-color .25s;display:flex;position:fixed;inset:0}.book-call-dialog__panel{zoom:var(--zoom,1);opacity:0;background:#f0eee7;border-radius:17px;flex-direction:column;gap:28px;width:100%;max-width:510px;max-height:calc(100dvh - 40px);padding:48px 34px 38px;transition:opacity .25s,transform .25s,max-width .25s;display:flex;position:relative;overflow-y:auto;transform:translateY(16px)scale(.96)}.book-call-dialog__panel--success{max-width:440px}.book-call-dialog--visible{background:#0009}.book-call-dialog--visible .book-call-dialog__panel{opacity:1;transform:translateY(0)scale(1)}.book-call-dialog__close{color:#232323;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background-color .2s;display:inline-flex;position:absolute;top:14px;right:14px}.book-call-dialog__close:hover{background:#23232314}.book-call-dialog__close svg{width:24px;height:24px}.book-call-dialog__heading{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.book-call-dialog__title{color:#232323;margin:0;font-family:Rubik,system-ui,sans-serif;font-size:32px;font-weight:400;line-height:38px}.book-call-dialog__subtitle{color:#232323a6;margin:0;font-family:Rubik,system-ui,sans-serif;font-size:17px;font-weight:400;line-height:22px}.book-call-dialog__form{flex-direction:column;gap:14px;display:flex}.book-call-dialog__input{color:#232323;background:#fff9;border:2px solid #23232333;border-radius:10px;outline:none;padding:9px 20px;font-family:Rubik,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:20px}.book-call-dialog__input::placeholder{color:#2323238c}.book-call-dialog__submit{color:#f0eee7;text-transform:uppercase;cursor:pointer;background-color:#6693d5;border-radius:8px;align-self:center;margin-top:14px;padding:12px 54px;font-family:Rubik,system-ui,sans-serif;font-size:22px;font-weight:700;line-height:1;transition:background-color .3s,opacity .2s}.book-call-dialog__submit:hover{background-color:#ec8c55}.book-call-dialog__submit:disabled{opacity:.6;cursor:not-allowed}.book-call-dialog__submit:disabled:hover{background-color:#6693d5}.book-call-dialog__success{text-align:center;flex-direction:column;align-items:center;gap:24px;animation:.4s both book-call-success-in;display:flex}.book-call-dialog__success .book-call-dialog__submit{margin-top:0}@keyframes book-call-success-in{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.book-call-dialog{padding:16px}.book-call-dialog__panel{zoom:1;border-radius:12px;gap:18px;max-width:100%;padding:28px 20px 22px}.book-call-dialog__close{width:32px;height:32px;top:10px;right:10px}.book-call-dialog__close svg{width:18px;height:18px}.book-call-dialog__heading{gap:4px}.book-call-dialog__title{font-size:20px;line-height:24px}.book-call-dialog__subtitle{font-size:13px;line-height:17px}.book-call-dialog__form{gap:10px}.book-call-dialog__input{border-width:2px;border-radius:10px;padding:8px 14px;font-size:14px;line-height:18px}.book-call-dialog__submit{border-radius:8px;margin-top:10px;padding:12px 36px;font-size:16px}.book-call-dialog__success{gap:18px}}
