:root{--h1:60px;--h2:48px;--h3:36px;--h4:30px;--h5:24px;--h6:20px;--text:18px;--small_text:16px;--smallest_text:14px;--width-base:1160;--width-current:100vw;--width-multiplier:1px;--font-primary:#1d212b;--font-secondary:#ffffff;--font-primary-text:#5c6370;--font-secondary-text:#f8fafccc;--font-dark:#121721;--font-link:#228ec3;--hover:#f3f5f780;--light-gray:#f6f5f4;--gray:#eaeaea;--accent-color:#1dafa1;--border-color:#e8e6e3;--white:#ffffff;--dark:#171c26;--red:#dc2828}@media screen and (max-width:1024px){:root{--h1:48px;--h2:36px;--h3:30px;--h4:24px;--h5:20px}}@media screen and (max-width:680px){:root{--h1:36px;--h2:30px;--h3:24px;--h4:20px;--h5:18px;--h6:18px;--text:16px;--small_text:14px;--smallest_text:14px}}*,::after,::before{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}img{display:block}a{text-decoration:none;color:var(--font-link)}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit}dd,dl,dt,ol,p,ul{margin:0;padding:0}.eye-catching{font-weight:600;color:var(--font-dark)}@font-face{font-family:"Inter";font-style:normal;font-weight:300;src:url(../fonts/inter/Inter_18pt-Light.ttf)format("truetype");font-display:swap}@font-face{font-family:"Inter";font-style:normal;font-weight:400;src:url(../fonts/inter/Inter_18pt-Regular.ttf)format("truetype");font-display:swap}@font-face{font-family:"Inter";font-style:normal;font-weight:500;src:url(../fonts/inter/Inter_18pt-Medium.ttf)format("truetype");font-display:swap}@font-face{font-family:"Inter";font-style:normal;font-weight:600;src:url(../fonts/inter/Inter_18pt-SemiBold.ttf)format("truetype");font-display:swap}@font-face{font-family:"Inter";font-style:normal;font-weight:700;src:url(../fonts/inter/Inter_18pt-Bold.ttf)format("truetype");font-display:swap}.markets picture,.page{height:100%}.page__body{min-height:100%;margin:0 auto;display:grid;grid-template-rows:auto 1fr auto;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:var(--text);line-height:1.3;font-weight:300;color:var(--font-primary)}.container{max-width:1400px;margin:0 auto;padding:0 60px}@media (max-width:1256px){.container{padding:0 40px}}@media (max-width:768px){.container{padding:0 20px}}.section{padding:80px 0}@media screen and (max-width:1024px){.section{padding:60px 0}}@media screen and (max-width:680px){.section{padding:40px 0}}.section__title{margin-bottom:64px;font-size:var(--h3);font-weight:500}@media screen and (max-width:1024px){.section__title{margin-bottom:40px}}@media screen and (max-width:680px){.section__title{margin-bottom:20px}}.logo{padding:20px 20px 20px 0;color:inherit;font-size:var(--h6);font-weight:500;white-space:nowrap}.button,.button:hover{background-color:var(--accent-color)}.button{display:inline-block;padding:12px 32px;border-radius:16px;font-size:var(--smallest_text);color:var(--font-secondary);cursor:pointer;font-weight:500;border:0;transition:all;transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.button:hover{border-color:initial;opacity:.9}.button--transparent{background-color:transparent;border:1px solid var(--font-secondary)}.button--transparent:hover{background-color:#ffffff1a;border-color:#ffffff99}.button:disabled{opacity:.5;cursor:not-allowed}.button:disabled:hover{background-color:var(--accent-color);border-color:initial;opacity:.5}.main-header,.main-header.main-header--open{background-color:var(--white);color:var(--font-primary)}.main-header{padding:16px 0;position:fixed;right:0;left:0;border-bottom:var(--border-color);box-shadow:0 1px 2px 0#0000000d;z-index:2;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media screen and (max-width:680px){.main-header{padding:8px 0}}.main-header--transparent{background-color:#ffffff00;color:var(--font-secondary);border:0;box-shadow:none}.main-header.main-header--open{border:0;box-shadow:none;transition:none}.main-header.main-header--open .main-header__item{background-color:var(--white)}.main-header__inner{display:flex;align-items:baseline;justify-content:space-between;gap:40px}@media screen and (max-width:680px){.main-header__inner{align-items:center}}.main-header__list{display:flex;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:680px){.main-header__list{display:none;gap:0}}.main-header__item-link{display:block;padding:16px 0 16px 32px;color:inherit;font-size:var(--smallest_text);transition:all;transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.main-header__item-link:hover{color:var(--accent-color)}@media screen and (max-width:680px){.main-header__item-link{padding:20px}}.main-header__button{display:none}@media screen and (max-width:680px){.main-header__button{display:flex;position:relative;padding:0;width:48px;height:48px;background-color:transparent;border:0}.main-header__button::after,.main-header__button::before{position:absolute;content:"";width:50%;height:2px;left:50%;transform:translateX(-50%);border-radius:2px;background-color:var(--accent-color);transition:all .3s ease 0s}.main-header__button::before{top:25%}.main-header__button::after{bottom:25%}.main-header__button .main-header__button-line{position:absolute;width:100%;height:2px;background-color:var(--accent-color);top:50%;transform:translateY(-50%)}.main-header__button--open .main-header__button-line{transform:scale(0)}.main-header__button--open::after{bottom:50%;transform:rotate(47deg) translate(0,50%)}.main-header__button--open::before{top:50%;transform:rotate(-47deg) translate(0,-50%)}}.main-header__button--open+.main-header__list{display:flex;flex-wrap:nowrap;position:fixed;overflow:scroll;flex-direction:column;top:64px;bottom:0;z-index:1;right:0;left:0;justify-content:flex-start;box-shadow:0 4px 6px -1px #0f1f3d12,0 2px 4px -2px #0f1f3d0d}.main-header__button--open+.main-header__list .main-header__item{border-top:1px solid var(--border-color)}.main-header__button--open+.main-header__list .main-header__item:last-child{border-bottom:1px solid var(--border-color)}.main-footer{padding:32px 0;background-color:var(--dark);color:var(--font-secondary)}.main-footer__inner{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:20px 40px}.main-footer .logo,.main-footer__copyright{font-size:var(--smallest_text)}.main-footer__copyright{color:var(--font-secondary-text)}.hero,.main-footer .logo{color:var(--font-secondary)}.hero{--nav-height:80px;padding-top:calc(80px + var(--nav-height));background-image:linear-gradient(90deg,rgba(40,44,52,.5) 0%,rgba(40,44,52,.5) 100%),-webkit-image-set(url(../img/hero-architecture.webp)type("image/webp") 1x,url(../img/hero-architecture.jpg)1x);background-image:linear-gradient(90deg,rgba(40,44,52,.5)0,rgba(40,44,52,.5) 100%),image-set(url(../img/hero-architecture.webp)type("image/webp") 1x,url(../img/hero-architecture.jpg)1x);background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:#282c3480}.hero__title{max-width:900px;margin-bottom:24px;font-size:var(--h1);font-weight:500}@media screen and (max-width:1024px){.hero__title{max-width:600px}}@media screen and (max-width:680px){.hero__title{max-width:400px}}.hero__description{max-width:800px;font-size:var(--h6)}.hero__buttons{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px}.who-we-are{position:relative;color:var(--font-secondary);background-color:var(--dark)}.who-we-are__inner{position:relative;z-index:1}.who-we-are__description{margin-bottom:24px;font-size:var(--h6)}.what-we-do__list{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width:768px){.what-we-do__list{gap:16px}}@media screen and (max-width:680px){.what-we-do__list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.what-we-do__item{position:relative;padding:86px 32px 32px;border:1px solid var(--border-color);border-radius:20px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-delay:.1s}.clients__item:hover,.what-we-do__item:hover{border-color:#1dafa14d;box-shadow:0 0#0000,0 0#0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.what-we-do__item::before{position:absolute;content:"";top:32px;left:32px;width:32px;height:32px;-webkit-mask-image:url(../img/icons/stack.svg#research);mask-image:url(../img/icons/stack.svg#research);background-color:var(--accent-color);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media screen and (max-width:768px){.what-we-do__item::before{top:20px;left:20px;width:28px;height:28px}}.what-we-do__item--advisory::before{-webkit-mask-image:url(../img/icons/stack.svg#advisory);mask-image:url(../img/icons/stack.svg#advisory)}.what-we-do__item--data::before{-webkit-mask-image:url(../img/icons/stack.svg#data);mask-image:url(../img/icons/stack.svg#data)}.what-we-do__item--risk::before{-webkit-mask-image:url(../img/icons/stack.svg#risk);mask-image:url(../img/icons/stack.svg#risk)}@media screen and (max-width:768px){.what-we-do__item{padding:66px 20px 20px}}.what-we-do__item-title{margin-bottom:16px;font-size:var(--h6);font-weight:500}.what-we-do__item-description{font-size:var(--small_text)}.our-approach{background-color:var(--light-gray)}.our-approach__list{display:grid;gap:40px 20px;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:980px){.our-approach__list{grid-template-columns:initial}}.our-approach__item{padding-left:20px;border-left:1px solid var(--font-dark)}.our-approach__item-title{margin-bottom:8px;font-size:var(--h6);font-weight:500}.clients__description{margin-bottom:24px;font-size:var(--h6)}.clients__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}@media screen and (max-width:1024px){.clients__list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media screen and (max-width:768px){.clients__list{gap:20px}}.clients__item{position:relative;padding:86px 32px 32px;border:1px solid var(--border-color);border-radius:20px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-delay:.1s}.clients__item::before{position:absolute;content:"";top:32px;left:32px;width:32px;height:32px;-webkit-mask-image:url(../img/icons/stack.svg#research);mask-image:url(../img/icons/stack.svg#research);background-color:var(--accent-color);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media screen and (max-width:768px){.clients__item::before{top:20px;left:20px;width:28px;height:28px}}.clients__item--banks::before{-webkit-mask-image:url(../img/icons/stack.svg#banks);mask-image:url(../img/icons/stack.svg#banks)}.clients__item--companies::before{-webkit-mask-image:url(../img/icons/stack.svg#companies);mask-image:url(../img/icons/stack.svg#companies)}@media screen and (max-width:768px){.clients__item{padding:66px 20px 20px}}.clients__item-title{margin-bottom:16px;font-weight:500}.clients__item-description{font-size:var(--small_text)}.markets{background-color:var(--light-gray)}.markets__description{max-width:800px;color:var(--font-primary-text);font-size:var(--h6)}.markets__list{margin-top:60px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}@media screen and (max-width:680px){.markets__list{grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}}@media screen and (max-width:425px){.markets__list{grid-template-columns:1fr}}.markets__item{display:flex;flex-direction:column;justify-content:space-between;gap:8px}.markets__item:hover .markets__item-image{transform:scale(1.05)}.markets__item-title{color:var(--font-primary-text)}.markets__item-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;max-width:460px;border-radius:8px;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.contacts{background-color:var(--gray)}.contacts__inner{max-width:800px;margin:0 auto}.contacts__title{text-align:center}.contacts__description{margin-bottom:24px;font-size:var(--h6);text-align:center}.form,.form__area{display:flex;flex-direction:column}.form{align-items:flex-start;gap:24px}.form__area{width:100%;gap:8px}.form__label{font-weight:500;font-size:var(--smallest_text)}.form__required{color:var(--red);font-size:inherit;font-weight:inherit}.form__input,.form__textarea{padding:12px 16px;color:var(--font-primary);border-radius:16px;border:1px solid var(--border-color);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;resize:none}.form__input:focus,.form__textarea:focus{border-color:var(--accent-color);outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0#fff,0 0 0 2px #1dafa133,0 0#0000}.form__input::placeholder,.form__textarea::placeholder{color:var(--font-primary-text);font-weight:400;font-family:Inter,system-ui,-apple-system,sans-serif}
/*# sourceMappingURL=style.min.css.map */