@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}:root{--accent-color: #2d40ae;--accent-hover-color: #4253b6;--accent-light-color: #5766be;--accent-dark-color: #24338b;--black-color: #000;--white-color: #fff;--purple-color: #c9d7fb;--purple-color-dark: #3c4059;--error-red-color: #dc3737;--fill-dark-color: #393939;--fill-grey-color: #f6f6f6;--stroke-grey-color: #393939;--stroke-light-grey-color: #dcdcdc;--text-grey-color: #404040;--text-middle-grey-color: #1e1e1e;--text-light-grey-color: #dcdcdc;--line: #e6e8ee;--alt: #f5f7fb;--navy-color: #0d1126;--blue-bright-color: #2a4bff;--grey-900-color: #1a1a1a;--grey-850-color: #2a2a2a;--grey-600-color: #575757;--grey-550-color: #5f5e5a;--grey-500-color: #888;--container: 1240px;--container-small: 1140px;--header-height: 64px;--padding: 15px;--radius: 14px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 18px;--shadow: 0 12px 34px rgba(16, 24, 40, .1);--z-index-shadow: 2;--z-index-main: 3;--z-index-sticky-cta: 99;--z-index-header: 100;--z-index-menu: 100;--z-index-blur: 999;--z-index-modal: 1000;--z-index-dropdown: 20;--z-index-panel: 1010;--z-index-panel-toggle: 1011;--z-index-progress: 1020;--z-index-lightbox: 1030;--scroll-width: 4px}@media (min-width: 1270px){:root{--header-height: 70px}}@media (min-width: 1750px){:root{--container: 1720px;--container-small: 1440px}}::-moz-selection{background-color:var(--accent-color);color:var(--white-color)}::selection{background-color:var(--accent-color);color:var(--white-color)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scrollbar-gutter:stable}body{margin:0;display:flex;justify-content:flex-start;flex-direction:column;width:100%;min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.4;color:var(--black-color);background:var(--white-color);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.is-fixed{overflow:hidden;padding-right:var(--scroll-width)}.scrollbar::-webkit-scrollbar{width:var(--scroll-width)}.scrollbar::-webkit-scrollbar-track{background:var(--fill-grey-color);border-radius:var(--radius)}.scrollbar::-webkit-scrollbar-thumb{background:var(--accent-light-color);border-radius:var(--radius);background-clip:content-box}.main{flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:calc(var(--container) + var(--padding) * 2);width:100%;margin:0 auto;padding:0 var(--padding)}.container_small{max-width:calc(var(--container-small) + var(--padding) * 2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.inner-page{margin-top:var(--header-height);padding-top:8px}img{max-width:100%;height:auto}ul:not(.list){list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}h1,.h1{font-size:28px;font-weight:400;line-height:1.2}@media (min-width: 1270px){h1,.h1{font-size:50px}}@media (min-width: 1750px){h1,.h1{font-size:60px}}h2,.h2{font-size:22px;font-weight:500;line-height:1.4}@media (min-width: 1270px){h2,.h2{font-size:40px;font-weight:500;line-height:1.2}}@media (min-width: 1750px){h2,.h2{font-size:48px}}h3,.h3{font-size:18px;font-weight:500;line-height:1.4}@media (min-width: 1270px){h3,.h3{font-size:24px}}@media (min-width: 1750px){h3,.h3{font-size:32px}}h4,.h4{font-size:14px;font-weight:400;line-height:1.4}@media (min-width: 1270px){h4,.h4{font-size:24px;font-weight:500}}h5,h6,.h5,.h6{font-size:12px;font-weight:400;line-height:1.4}@media (min-width: 1270px){h5,h6,.h5,.h6{font-size:14px}}@media (min-width: 1750px){h5,h6,.h5,.h6{font-size:16px}}.section-subtitle{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px;font-weight:400;color:var(--accent-color)}.section-subtitle.white{color:var(--white-color)}.section-subtitle:before{content:"";margin-left:8px;display:block;width:8px;height:8px;flex:0 0 auto;background:currentColor;border-radius:1px;animation:mfs-badge-blink 1.4s ease-in-out infinite}@media (min-width: 1750px){.section-subtitle{font-size:16px}}.p1{font-size:16px}@media (min-width: 1750px){.p1{font-size:18px}}a{color:inherit;text-decoration:none}em.mark{position:relative;font-style:normal;color:var(--white-color);background-size:0 100%;background-repeat:no-repeat;background-image:linear-gradient(0,var(--accent-color),var(--accent-color));animation:fillColor 1s forwards}button{background:none;border:none;padding:0;cursor:pointer}.blur-up{filter:blur(5px);transition:filter .4s;overflow:hidden}.blur-up.lazyloaded{filter:blur(0)}.blur-overlay{position:fixed;inset:0;backdrop-filter:blur(5px);background:#0000001a;z-index:var(--z-index-blur);pointer-events:none}.blur-overlay_menu{z-index:calc(var(--z-index-menu) - 1);pointer-events:all}.js-reveal{opacity:0;transition:transform .6s cubic-bezier(.33,1,.68,1),opacity .6s cubic-bezier(.33,1,.68,1)}.js-reveal[data-anim=up]{transform:translateY(40px)}.js-reveal[data-anim=down]{transform:translateY(-80px)}.js-reveal[data-anim=left]{transform:translate(-40px)}.js-reveal[data-anim=right]{transform:translate(40px)}.js-reveal.is-in{opacity:1;transform:none}.js-reveal-group>.js-reveal-item{opacity:0;transform:translate(-60px);transition:transform .6s cubic-bezier(.33,1,.68,1),opacity .6s cubic-bezier(.33,1,.68,1)}.js-reveal-group>.js-reveal-item.is-in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.js-reveal,.js-reveal-group>.js-reveal-item{transition:none;opacity:1;transform:none}}.reveal-css{opacity:0;animation:mfs-reveal-fade .6s ease .05s forwards;will-change:opacity}@keyframes mfs-reveal-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.reveal-css{animation:none;opacity:1}}.text-highlight em{font-style:normal;color:currentColor;background-image:linear-gradient(var(--accent-color),var(--accent-color));background-repeat:no-repeat;background-position:left;background-color:transparent;background-size:0% 100%;transition:background-size .9s ease,color .9s ease}.text-highlight.is-animated em{background-size:100% 100%;color:var(--white-color)}.svg-icon{display:inline-flex;justify-content:center;align-items:center;position:relative}.dot{display:inline-flex;width:9px;height:9px;border-radius:50%;background-color:var(--accent-color)}.link{text-decoration:none;transition:all .25s}@media (hover: hover){.link:hover{color:var(--accent-color)}}.pill{display:inline-flex;align-items:center;padding:12px;border-radius:50rem;border:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.pill{padding:12px 16px}}.pill.is-active{background-color:var(--accent-color);color:var(--white-color);pointer-events:none}.pill__count{display:inline-flex}.tag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#0a142859;color:var(--white-color);font-size:12px;font-weight:700;backdrop-filter:blur(6px)}.tag--filled{background:var(--accent-color);border-color:#ffffff26}.text-muted{color:var(--text-grey-color)}.color-primary{color:var(--accent-color)}.author{display:inline-flex;align-items:center;gap:12px}.author__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#d7dbff,#f2f4ff);border:1px solid var(--line);overflow:hidden}.author__info{display:flex;flex-direction:column}.author__name{font-size:16px;font-weight:500}@media (min-width: 1750px){.author__name{font-size:18px}}.author__text{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.author__text{font-size:16px}}.scroll-snap{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}@keyframes fillColor{0%{background-size:0 100%}to{background-size:100% 100%}}.client-context__info a,.business-challenge__info a,.strategic-cgi__info a,.marketing-sales__info a,.production-process-item__desc a,.key-visuals-item__desc a,.faq-item__answer-inner a,html.single-success-stories .wp-block-paragraph a{color:var(--accent-color);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.client-context__info a:hover,.business-challenge__info a:hover,.strategic-cgi__info a:hover,.marketing-sales__info a:hover,.production-process-item__desc a:hover,.key-visuals-item__desc a:hover,.faq-item__answer-inner a:hover,html.single-success-stories .wp-block-paragraph a:hover{text-decoration:none;opacity:.8}html.single-success-stories main>.wp-block-paragraph{max-width:1750px;margin-inline:auto;padding:24px 15px 48px}.btn-main{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:44px;font-size:14px;font-weight:500;background-color:var(--accent-color);border-radius:2px;transition:background-color .3s ease,color .3s ease}.btn-main:disabled{cursor:default}.btn-main:not(:disabled):hover,.btn-main:not(:disabled):active{background-color:var(--accent-light-color)}.btn-main:disabled{background-color:var(--fill-dark-color)}.btn-main.fill{width:100%}.btn-secondary{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:42px;font-size:14px;font-weight:500;border:1px solid var(--white-color);border-radius:2px;background-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.btn-secondary:disabled{cursor:default}.btn-secondary:not(:disabled):hover,.btn-secondary:not(:disabled):active{background-color:var(--white-color);color:var(--black-color)}.btn-secondary:not(:disabled):active{border-color:var(--black-color)}.btn-secondary:disabled{border-color:var(--stroke-grey-color);color:var(--stroke-grey-color)}.btn-secondary.fill{width:100%}.btn-secondary-black{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:42px;font-size:14px;font-weight:500;border:1px solid var(--black-color);border-radius:2px;background-color:transparent;color:var(--black-color);transition:background-color .3s ease,border-color .3s ease,color .3s ease}.btn-secondary-black:disabled{cursor:default}.btn-secondary-black:not(:disabled):hover,.btn-secondary-black:not(:disabled):active{background-color:var(--black-color);color:var(--white-color)}.btn-secondary-black:disabled{border-color:var(--stroke-light-grey-color);color:var(--text-light-grey-color)}.btn-secondary-black.fill{width:100%}.btn-cta{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:44px;font-size:14px;font-weight:500;color:var(--accent-color);background-color:var(--white-color);border-radius:1px;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}.btn-cta:disabled{cursor:default}.btn-cta.black-color{color:var(--black-color)}.btn-cta.fill{width:100%}.btn-cta:not(:disabled):hover{box-shadow:2px 2px 10px #bac0e3}.btn-cta:disabled{background-color:var(--fill-dark-color);color:var(--text-light-grey-color)}.header{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:var(--z-index-header);transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.header.is-black,.header.is-scrolled{background-color:#0d11266b;backdrop-filter:blur(32px) saturate(185%);border-bottom-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a}.header.is-tablet-menu{position:fixed;background-color:transparent;width:100%;pointer-events:none}.header.is-tablet-menu.is-black{background-color:transparent}.header.is-tablet-menu .logo{display:none}.header.is-tablet-menu .header__menu-btn{margin-left:auto;display:none;pointer-events:all}.header.is-tablet-menu .menu{display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px;height:100dvh;width:420px;padding:40px;overflow-y:auto;overflow-x:hidden;position:absolute;inset:0 0 0 auto;background-color:var(--fill-grey-color);pointer-events:all}.header.is-tablet-menu .menu__list{flex-direction:column;align-items:stretch;gap:0;height:auto}.header.is-tablet-menu .menu__list>li{padding:20px 0;border-bottom:1px solid var(--stroke-light-grey-color);height:auto;display:block}.header.is-tablet-menu .menu__list>li>a,.header.is-tablet-menu .menu__list>li>span{color:var(--black-color);font-size:14px;gap:4px}.header.is-tablet-menu .menu__list>li:first-child{padding-top:0}.header.is-tablet-menu .menu-item-has-children>a:after,.header.is-tablet-menu .menu-item-has-children>span:after{background-image:url(../img/icons/arrow-down-menu-black.svg)}.header.is-tablet-menu .menu-item-has-children>span:before{display:none}.header.is-tablet-menu .menu-item-has-children.is-active .menu__submenu{display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu{position:static;top:auto;left:auto;right:auto;max-height:none;max-width:none;margin:0;overflow:visible;opacity:1;visibility:visible}.header.is-tablet-menu .menu-item-has-children .menu__submenu>ul{flex-direction:column;flex-wrap:nowrap;gap:20px;padding:20px 0 0;background-color:transparent;border-radius:0;opacity:1;transform:none}.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul{gap:20px}.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul>li:first-child,.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul>li:nth-child(2){display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul{gap:20px}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul>li:first-child{display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul>li:last-child{flex:none}.header.is-tablet-menu .menu-item-has-children .menu__submenu.company{position:static;left:auto;transform:none;width:100%}.header.is-tablet-menu .menu__submenu>ul>li>ul{margin-top:30px;display:flex;flex-direction:column;gap:30px;width:100%}.header.is-tablet-menu .menu__submenu>ul>li>ul.services{grid-template-columns:none}.header.is-tablet-menu .menu__submenu>ul>li>ul>li{padding:0;border-left:none}.header.is-tablet-menu .btn-main.menu__cta{display:block;width:100%;margin:0 auto}.header.is-tablet-menu .menu__big-links:not(.company){display:flex}.header.is-tablet-menu .menu__big-link{padding:0;border-top:none}.header.is-tablet-menu .menu__big-link:not(:first-child){border-top:none}.header.is-tablet-menu .menu__desktop-container,.header.is-tablet-menu .menu__desktop-links,.header.is-tablet-menu .menu__desktop-link,.header.is-tablet-menu .menu-desktop-links__download{display:none}.header.is-tablet-menu .menu .menu-catalog,.header.is-tablet-menu .menu__post-items,.header.is-tablet-menu .menu .menu__post-item{display:flex}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources .menu__icons{display:flex;width:100%;flex:none}.header.is-tablet-menu .menu__post-items{grid-template-columns:1fr;gap:12px}.header.is-tablet-menu .menu .menu__post-item{position:static;z-index:auto;height:auto;padding:0;flex-direction:row;align-items:center;border-radius:0}.header.is-tablet-menu .menu .menu__post-item:after{display:none}.header.is-tablet-menu .menu .menu__post-item.resources p{display:block}.header.is-tablet-menu .menu .menu__post-item img,.header.is-tablet-menu .menu .menu__post-item video{position:static;width:100px;height:58px;border-radius:2px}.header.is-tablet-menu .menu .menu__post-item p{color:inherit;pointer-events:auto}.header.is-tablet-menu .menu .menu__post-item .menu__video{display:none}.header.is-tablet-menu .menu .menu-catalog{margin-top:30px;width:100%;flex:none;align-self:auto;justify-self:auto}.header.is-opened{background-color:#0d1126d9;backdrop-filter:blur(20px) saturate(150%)}.header.is-opened .header__menu-btn .burger{display:none}.header.is-opened .header__menu-btn .close,.header.is-opened .menu{display:flex}.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .logo,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .burger{filter:invert(1);transition:filter .3s ease}@media (min-width: 1270px){.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>a,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>span{color:var(--black-color)}.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>a:after,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>span:after{background-image:url(../img/icons/arrow-down-menu-black.svg)}}.header__container{height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{--size: 44px;width:var(--size);height:var(--size)}.header__logo img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__menu-btn{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:center}.header__menu-btn:disabled{cursor:default}.header__menu-btn svg{width:24px;height:24px}.header__menu-btn .burger{display:flex}.header__menu-btn .close{display:none}@media (min-width: 1270px){.header__menu-btn{display:none;width:44px;height:44px;border-radius:2px;background-color:var(--black-color);transition:background-color .3s ease}.header__menu-btn:hover{background-color:#191919}.header__menu-btn:active{background-color:#333}}@media (min-width: 1750px){.header__menu-btn{display:none}}.menu{display:none;flex-direction:column;gap:20px;height:calc(100dvh - var(--header-height));padding:30px 15px;overflow-y:auto;overflow-x:hidden;position:absolute;top:var(--header-height);left:0;right:0;background-color:var(--white-color)}@media (min-width: 1270px){.menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:25px;height:100%;padding:0;overflow:initial;position:static;background-color:transparent}}@media (min-width: 1750px){.menu{gap:45px}}.menu__list{display:flex;flex-direction:column}.menu__list>li{padding:20px 0;border-bottom:1px solid var(--stroke-light-grey-color)}.menu__list>li>a,.menu__list>li>span{color:var(--black-color);font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:4px}.menu__list>li:first-child{padding-top:0}@media (min-width: 1270px){.menu__list{flex-direction:row;align-items:center;gap:0;height:100%}.menu__list>li{padding:0 15px;border-bottom:none;height:100%;display:flex;align-items:center}.menu__list>li>a,.menu__list>li>span{color:var(--white-color);font-size:14px;line-height:20px;text-shadow:0 1px 2px rgba(0,0,0,.28);gap:0}}.menu-item-has-children{position:relative}.menu-item-has-children.is-active .menu__submenu{display:block;pointer-events:all}.menu-item-has-children.is-active .menu__submenu>ul{opacity:1;transform:none}.menu-item-has-children.is-active>a:after,.menu-item-has-children.is-active>span:after{transform:rotate(180deg)}.menu-item-has-children>a,.menu-item-has-children>span{cursor:pointer}.menu-item-has-children>a:after,.menu-item-has-children>span:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-down-menu-black.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease;transform-origin:center}@media (min-width: 1270px){.menu-item-has-children>a:after,.menu-item-has-children>span:after{background-image:url(../img/icons/arrow-down-menu.svg)}.menu-item-has-children>span{position:relative}.menu-item-has-children>span:before{content:"";display:block;height:1px;width:36px;left:0;position:absolute;bottom:0;background:var(--white-color);transition:transform .3s;transform:scale3d(0,1,1);transform-origin:100% 50%}.menu-item-has-children.is-active .menu__submenu{opacity:1;visibility:visible}.menu-item-has-children.is-active>span:before{transform-origin:0% 50%;transition-timing-function:ease;transform:scaleZ(1)}}.menu-item-has-children .menu__submenu{display:none}.menu-item-has-children .menu__submenu>ul{display:flex;flex-direction:column;gap:20px;padding-top:20px}.menu-item-has-children .menu__submenu>ul>li{width:100%}@media (min-width: 1270px){.menu-item-has-children .menu__submenu{position:fixed;top:var(--header-height);left:0;right:0;max-height:calc(100dvh - var(--header-height) - 20px);max-width:var(--container);margin:0 auto;display:block;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .6s ease}.menu-item-has-children .menu__submenu>ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;padding:30px 40px;background-color:var(--white-color);border-radius:0 0 1px 1px;opacity:0;transition:opacity .6s ease}.menu-item-has-children .menu__submenu.with-cta>ul>li{display:flex}.menu-item-has-children .menu__submenu.our_works>ul{gap:20px}.menu-item-has-children .menu__submenu.our_works>ul>li:first-child,.menu-item-has-children .menu__submenu.our_works>ul>li:nth-child(2){display:none}.menu-item-has-children .menu__submenu.resources>ul{gap:20px}.menu-item-has-children .menu__submenu.resources>ul>li{width:auto}.menu-item-has-children .menu__submenu.resources>ul>li:first-child{display:none}.menu-item-has-children .menu__submenu.resources>ul>li:last-child{flex:1 1 auto}.menu-item-has-children .menu__submenu.company{position:absolute;left:50%;right:auto;transform:translate(-50%);width:214px}.menu-item-has-children .menu__submenu.company>ul{padding:13px 30px}}@media (min-width: 1750px){.menu-item-has-children .menu__submenu>ul{padding:40px 60px}.menu-item-has-children .menu__submenu.with-cta>ul>li{display:flex;gap:50px}.menu-item-has-children .menu__submenu.our_works>ul{gap:30px}.menu-item-has-children .menu__submenu.resources>ul{gap:30px}.menu-item-has-children .menu__submenu.company>ul{padding:23px 30px}}.menu__submenu>ul>li>ul{margin-top:30px;display:flex;flex-direction:column;gap:30px}@media (min-width: 1270px){.menu__submenu>ul>li>ul{margin-top:0;flex:1 1 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;position:relative}.menu__submenu>ul>li>ul.services{grid-template-columns:repeat(5,1fr)}.menu__submenu>ul>li>ul>li{padding:0 20px;display:flex;flex-direction:column}.menu__submenu>ul>li>ul>li:first-child{padding-left:0}.menu__submenu>ul>li>ul>li:not(:first-child):not(.menu__desktop-container){border-left:1px solid var(--stroke-light-grey-color)}}.menu__submenu>ul>li>ul strong{display:block;font-weight:500;font-size:14px;color:var(--accent-color)}@media (min-width: 1270px){.menu__submenu>ul>li>ul strong a{transition:color .3s ease}.menu__submenu>ul>li>ul strong a:hover,.menu__submenu>ul>li>ul strong a:active{color:var(--accent-dark-color)}}.menu__submenu>ul>li>ul strong+ul{margin-top:15px}@media (min-width: 1270px){.menu__submenu>ul>li>ul strong+ul{margin-top:20px}}.menu__submenu>ul>li>ul ul{display:flex;flex-direction:column;gap:15px;height:100%}.menu__submenu>ul>li>ul ul a,.menu__submenu>ul>li>ul ul span{color:var(--text-grey-color);font-size:14px}@media (min-width: 1270px){.menu__submenu>ul>li>ul ul a{display:block;transition:color .3s ease}.menu__submenu>ul>li>ul ul a:hover,.menu__submenu>ul>li>ul ul a:active{color:var(--black-color)}}.btn-main.menu__cta{margin:0 auto;width:100%}@media (min-width: 1270px){.btn-main.menu__cta{display:block;width:auto;min-width:126px}}.menu__big-links{display:flex;flex-direction:column;gap:20px;width:100%}.menu__big-links.company{padding:16px;background-color:var(--fill-grey-color);border-radius:2px}@media (min-width: 1270px){.menu__big-links{gap:0}.menu__big-links:not(.company){display:none}.menu__big-links.company{padding:0;background-color:transparent;border-radius:0}}.menu__big-link{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:var(--text-middle-grey-color)}.menu__big-link:after{content:"";flex:0 0 auto;width:16px;height:16px;background-image:url(../img/icons/arrow-right-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:background-image .3s ease}@media (min-width: 1270px){.menu__big-link{padding:14px 0;gap:15px;font-size:14px;background:transparent;transition:color .3s ease}.menu__big-link:not(:first-child){border-top:1px solid var(--stroke-light-grey-color)}.menu__big-link:hover{color:var(--accent-color)}.menu__big-link:hover:after{background-image:url(../img/icons/arrow-right-accent.svg)}}@media (min-width: 1750px){.menu__big-link{padding:14px 0;font-size:16px}}span.menu__big-link{color:silver}span.menu__big-link:after{background-image:url(../img/icons/arrow-right-menu-grey.svg)}@media (min-width: 1270px){.menu-item-has-children .menu__submenu.resources .menu__icons{width:500px;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:30px;padding-right:20px;border-right:1px solid var(--stroke-light-grey-color)}}@media (min-width: 1750px){.menu-item-has-children .menu__submenu.resources .menu__icons{width:699px;padding-right:30px}}.menu__icons-links{display:flex;flex-direction:column;gap:12px;width:100%}.menu__icons-links>*{padding-bottom:12px;border-bottom:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.menu__icons-links{gap:15px}.menu__icons-links>*{padding-bottom:15px}}.menu__icons-link{display:grid;grid-template-columns:24px auto;gap:4px 16px}@media (min-width: 1270px){.menu__icons-link{gap:4px 0;grid-template-columns:auto 24px}}.menu__icons-link svg{margin-top:5px;grid-row:1/3}.menu__icons-link svg path{fill:var(--accent-color)}@media (min-width: 1270px){.menu__icons-link svg{margin-top:0;grid-row:1/3;grid-column:2;align-self:center}.menu__icons-link svg path{transition:fill .3s ease}}.menu__icons-link strong{font-size:14px;font-weight:500}@media (min-width: 1270px){.menu__icons-link strong{color:var(--accent-color)}}@media (min-width: 1750px){.menu__icons-link strong{font-size:16px}}.menu__icons-link span{grid-column:2;color:var(--text-grey-color);font-size:12px}@media (min-width: 1270px){.menu__icons-link span{grid-column:1;font-size:12px}}@media (min-width: 1750px){.menu__icons-link span{font-size:14px}}@media (min-width: 1270px){a.menu__icons-link strong{transition:color .3s ease}a.menu__icons-link:hover strong,a.menu__icons-link:active strong{color:var(--accent-dark-color)}a.menu__icons-link:hover svg path,a.menu__icons-link:active svg path{fill:var(--accent-dark-color)}}.menu .menu-catalog{margin-top:30px;border-radius:4px;overflow:hidden}@media (min-width: 1270px){.menu .menu-catalog{margin-top:0;width:200px;flex:0 0 auto;align-self:flex-end;justify-self:flex-end;display:flex;flex-direction:column}}@media (min-width: 1750px){.menu .menu-catalog{width:237px}}.menu .menu-catalog img{display:block;width:100%;height:150px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px}@media (min-width: 1270px){.menu .menu-catalog img{height:130px;flex:0 0 auto}}.menu .menu-catalog__info{padding:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;background:var(--fill-grey-color)}@media (min-width: 1750px){.menu .menu-catalog__info{flex:0 0 auto}}.menu .menu-catalog__download{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;font-size:16px;color:var(--accent-color);border-bottom:1px solid currentColor}.menu .menu-catalog__download:disabled{cursor:default}@media (min-width: 1270px){.menu .menu-catalog__download{font-size:14px}}@media (min-width: 1750px){.menu .menu-catalog__download{font-size:16px}}.menu .menu-catalog__title{text-transform:uppercase;font-size:18px;font-weight:500}@media (min-width: 1270px){.menu .menu-catalog__title{font-size:16px}}@media (min-width: 1750px){.menu .menu-catalog__title{font-size:18px}}.menu .menu-catalog p:not(.menu-catalog__title){color:var(--text-grey-color);font-size:14px;font-weight:500}@media (min-width: 1270px){.menu .menu-catalog p:not(.menu-catalog__title){font-size:12px}}@media (min-width: 1750px){.menu .menu-catalog p:not(.menu-catalog__title){font-size:14px}}.menu__post-items{display:grid;gap:12px}@media (min-width: 1270px){.menu__post-items{grid-template-columns:repeat(3,1fr);gap:20px}.menu__post-items.resources{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1750px){.menu__post-items{gap:30px}}.menu .menu__post-item{display:flex;align-items:center;gap:12px;overflow:hidden}@media (min-width: 1270px){.menu .menu__post-item{position:relative;z-index:2;height:200px;padding:15px;flex-direction:column;align-items:flex-start;justify-content:space-between;border-radius:4px}.menu .menu__post-item:not(.resources):after{content:"";position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;display:block;background:#0003;pointer-events:none}.menu .menu__post-item:not(.resources) p{pointer-events:none}.menu .menu__post-item.resources{height:180px}.menu .menu__post-item.resources p{display:none}.menu .menu__post-item.resources:hover img{transform:scale(1.05)}}@media (min-width: 1750px){.menu .menu__post-item{height:224px;padding:20px}.menu .menu__post-item.resources{height:224px}}.menu .menu__post-item img,.menu .menu__post-item video{flex:0 0 auto;width:100px;height:58px;-o-object-fit:cover;object-fit:cover;border-radius:2px}@media (min-width: 1270px){.menu .menu__post-item img,.menu .menu__post-item video{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;transition:transform .3s ease;border-radius:4px}}.menu .menu__post-item .menu__video{display:none}@media (min-width: 1270px){.menu .menu__post-item .menu__video{display:block}}.menu .menu__post-item p{font-size:14px;font-weight:500}@media (min-width: 1270px){.menu .menu__post-item p{font-size:16px;color:var(--white-color)}}@media (min-width: 1750px){.menu .menu__post-item p{font-size:18px}}.menu__desktop-container{display:none}@media (min-width: 1270px){.menu__desktop-container{display:flex;margin-top:auto}}.menu__desktop-links{display:none}@media (min-width: 1270px){.menu__desktop-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 1750px){.menu__desktop-links{gap:30px}}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link,.menu__desktop-link{display:none}@media (min-width: 1270px){.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link,.menu__desktop-link{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:500;white-space:nowrap;color:var(--text-middle-grey-color);transition:color .3s ease}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link img,.menu__desktop-link img{width:100%;height:206px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:after,.menu__desktop-link:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-right-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:background-image .3s ease}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:hover,.menu__desktop-link:hover{color:var(--accent-color)}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:hover:after,.menu__desktop-link:hover:after{background-image:url(../img/icons/arrow-right-accent.svg)}}@media (min-width: 1750px){.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link img,.menu__desktop-link img{height:283px}}.menu-desktop-links__download{display:none}@media (min-width: 1270px){.menu-desktop-links__download{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:500;white-space:nowrap;color:var(--accent-color);transition:color .3s ease}.menu-desktop-links__download:disabled{cursor:default}.menu-desktop-links__download img{width:100%;height:206px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.menu-desktop-links__download span{border-bottom:1px solid currentColor;transition:border-color .3s ease}.menu-desktop-links__download:hover{color:var(--accent-dark-color)}.menu-desktop-links__download:hover span{border-color:transparent}}@media (min-width: 1750px){.menu-desktop-links__download img{height:283px}}.menu__submenu-footer{display:none}@media (min-width: 1270px){.menu__submenu-footer{display:block;flex:0 0 100%;width:100%;margin-top:24px;padding-top:20px;border-top:1px solid var(--stroke-light-grey-color)}}@media (min-width: 1270px){.menu__submenu-alllink{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;white-space:nowrap;color:var(--accent-color);transition:color .3s ease,gap .3s ease}.menu__submenu-alllink:after{content:"";flex:0 0 auto;width:20px;height:20px;background-image:url(../img/icons/arrow-right-accent.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.menu__submenu-alllink:hover{color:var(--accent-dark-color);gap:16px}}.footer{padding:60px 0 42px;background:var(--black-color);color:var(--white-color)}@media (min-width: 1270px){.footer{padding:30px 0 26px}}@media (min-width: 1750px){.footer{padding:50px 0 38px}}.footer__top{margin-bottom:72.5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:42px}@media (min-width: 1270px){.footer__top{margin-bottom:80px;flex-direction:row;gap:132px}}@media (min-width: 1750px){.footer__top{margin-bottom:117.5px;gap:297px}}.footer__logo{width:50px;height:50px;flex:0 0 auto}.footer__logo img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}@media (min-width: 1270px){.footer__logo{width:120px;height:120px}}.footer__subtitle{margin-bottom:20px;font-weight:500;font-size:18px;display:inline-block}.footer__subtitle:last-child{margin-bottom:0}@media (min-width: 1270px){.footer__subtitle{font-size:24px}}@media (min-width: 1750px){.footer__subtitle{font-size:32px}}.footer__cta{padding:75px 25px;display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative;border:1.2px solid var(--stroke-grey-color);--size: 20px}.footer__cta:after{content:"";position:absolute;left:calc(-1 * var(--size) / 2);top:calc(-1 * var(--size) / 2);width:calc(100% + var(--size));height:calc(100% + var(--size));display:block;pointer-events:none;background:url(../img/icons/plus-white.svg) no-repeat 0 0/var(--size),url(../img/icons/plus-white.svg) no-repeat 100% 0/var(--size),url(../img/icons/plus-white.svg) no-repeat 0 100%/var(--size),url(../img/icons/plus-white.svg) no-repeat 100% 100%/var(--size)}.footer__cta h2{font-size:28px;line-height:1.2}.footer__cta p{font-size:14px}@media (min-width: 1270px){.footer__cta{margin-top:43px;max-width:736px;padding:63px 80px}.footer__cta h2{font-size:48px}.footer__cta p{font-size:16px}}@media (min-width: 1750px){.footer__cta{margin-top:32px;max-width:886px;padding:87px 60px}.footer__cta h2{font-size:64px}.footer__cta p{font-size:18px}}@media (min-width: 1270px){.footer__links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 83px}}.footer__links-item{border-top:1px solid var(--stroke-grey-color);padding:20px 0}.footer__links-item.active .footer-links__btn:after{transform:rotate(180deg)}@media (min-width: 1270px){.footer__links-item:first-of-type .footer-links__item{-moz-column-count:3;column-count:3;-moz-column-gap:40px;column-gap:40px}.footer__links-item:first-of-type .footer-links__subitem:nth-child(3),.footer__links-item:first-of-type .footer-links__subitem:nth-child(6){margin-top:0;-moz-column-break-before:column;break-before:column}.footer__links-item:first-of-type .footer-links__subitem:last-child{margin-top:0;-moz-column-break-before:column;break-before:column}.footer__links-item:nth-of-type(2) .footer-links__item{-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px}.footer__links-item:nth-of-type(2) .footer-links__subitem:nth-child(3){margin-top:0;-moz-column-break-before:column;break-before:column}}.footer-links__btn{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;gap:5px;font-weight:500;font-size:18px}.footer-links__btn:disabled{cursor:default}.footer-links__btn:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-down-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease}@media (min-width: 1270px){.footer-links__btn{font-size:24px;gap:4px}}@media (min-width: 1750px){.footer-links__btn{font-size:32px}}.footer-links__item-overflow{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.footer-links__item{margin-top:40px}.footer-links__subitem:not(:first-child){margin-top:40px}.footer-links__subitem ul{display:flex;flex-direction:column;gap:15px}.footer-links__subitem ul a{font-size:16px;color:var(--text-light-grey-color)}@media (min-width: 1270px){.footer-links__subitem.horizontal{margin-top:15px}.footer-links__subitem.horizontal ul{flex-direction:row;gap:20px}}.footer__contacts{margin-top:50px;margin-bottom:60px;display:flex;flex-direction:column;gap:50px}@media (min-width: 1270px){.footer__contacts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:83px}}.footer__contacts-info ul{display:flex;flex-direction:column;gap:10px;font-weight:500}.footer__contacts-info ul a{font-weight:500}.footer__contacts-info ul .phone,.footer__contacts-info ul .phone a:first-child{display:flex;align-items:center}.footer__contacts-info ul .phone a:first-child:after{content:"";margin:0 15px;height:15px;display:block;border-left:1px solid #b9b9b9}.footer__reviews-info{display:flex;align-items:center}.footer__reviews-info svg{height:24px;width:100%}.footer__reviews-info a:first-child{display:flex;align-items:center}.footer__reviews-info a:first-child:after{content:"";margin:0 15px;height:20px;display:block;border-left:1px solid #b9b9b9}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:15px}@media (min-width: 1270px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--white-color)}@media (min-width: 1270px){.footer__copy{font-weight:500}}@media (min-width: 1750px){.footer__copy{font-size:14px}}.footer__bottom-links{display:flex;align-items:center;flex-wrap:wrap}.footer__bottom-links li{display:flex;align-items:center}.footer__bottom-links li:not(:last-child):after{content:"";margin:0 15px;height:20px;display:block;border-left:1px solid var(--text-grey-color)}.footer__bottom-links a{font-size:14px;text-decoration:underline;color:var(--white-color);transition:color .3s ease}@media (min-width: 1270px){.footer__bottom-links a:active,.footer__bottom-links a:hover{color:var(--white-color)}}.footer-socials{padding-top:15px}@media (min-width: 1270px){.footer-socials{padding-top:0}}.footer-socials a{background-color:var(--white-color)}.footer-lang{position:relative;display:flex;justify-content:center}@media (min-width: 1270px){.footer-lang{justify-content:flex-start}}.footer-lang__toggle{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--text-light-grey-color);transition:color .3s ease}.footer-lang__toggle:disabled{cursor:default}.footer-lang__toggle:hover{color:var(--white-color)}.footer-lang__caret{flex:0 0 auto;transition:transform .25s ease}.footer-lang.is-open .footer-lang__caret{transform:rotate(180deg)}.footer-lang__panel{position:absolute;left:50%;transform:translate(-50%,6px);bottom:calc(100% + 12px);min-width:230px;background:var(--black-color);border:1px solid var(--grey-600-color);border-radius:2px;padding:6px;opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:var(--z-index-dropdown)}@media (min-width: 1270px){.footer-lang__panel{left:0;transform:translateY(6px)}}.footer-lang.is-open .footer-lang__panel{opacity:1;visibility:visible;transform:translate(-50%)}@media (min-width: 1270px){.footer-lang.is-open .footer-lang__panel{transform:translate(0)}}.footer-lang__panel ul{display:flex;flex-direction:column;gap:1px}.footer-lang__opt{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:2px;text-decoration:none;transition:background-color .15s ease}.footer-lang__opt:hover{background:var(--fill-dark-color)}.footer-lang__opt.is-current{background:var(--accent-color)}.footer-lang__flag{width:26px;height:17px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:.5px solid var(--grey-600-color);border-radius:2px}.footer-lang__flag svg{display:block;width:100%;height:100%}.footer-lang__flag--globe{background:var(--fill-dark-color);color:var(--text-light-grey-color)}.footer-lang__flag--globe svg{width:14px;height:14px}.footer-lang__txt{display:flex;flex-direction:column;line-height:1.25;margin-right:auto}.footer-lang__txt strong{font-weight:500;font-size:14px;color:var(--white-color)}.footer-lang__txt span{font-size:13px;color:var(--text-light-grey-color)}.footer-lang__check{width:16px;height:16px;flex:0 0 auto;color:var(--white-color);opacity:0}.footer-lang__opt.is-current .footer-lang__check{opacity:1}.footer-lang__opt.is-current .footer-lang__txt span{color:#ffffffd9}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--z-index-modal);display:none;align-items:center}.modal.is-opened{display:flex}.modal .blur-overlay{--z-index-blur: -1;pointer-events:all;background:rgba(var(--black-color),.1)}.modal__inner{max-width:100%;margin:0 auto;border-radius:1px;overflow:hidden;position:relative;z-index:var(--z-index-modal)}.modal__close{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;position:absolute;top:16px;right:16px;width:24px;height:24px}.modal__close:disabled{cursor:default}.modal__close svg{display:block;width:100%;height:100%}.modal__close svg path{fill:var(--black-color)}@media (min-width: 1270px){.modal__close{top:20.5px;right:30px}}@media (min-width: 1750px){.modal__close{top:30px}}.modal__title{text-align:center}.modal__desc{font-size:14px;text-align:center;color:var(--text-grey-color)}@media (min-width: 1270px){.modal__desc{font-size:16px}}@media (min-width: 1750px){.modal__desc{font-size:18px}}.modal__btns{display:flex;flex-wrap:wrap;gap:15px;max-width:379px}.modal.is-success .modal__desc,.modal.is-success form{display:none}.modal.is-success .modal__success{display:block}.modal__success{display:none;font-size:14px;text-align:center;color:var(--text-grey-color)}.modal__success b{font-weight:500;display:block}.modal__success a{color:inherit;text-decoration:none;border-bottom:1px solid var(--black-color);transition:border-color .3s ease}.modal__success a:hover{border-color:transparent}@media (min-width: 1270px){.modal__success{font-size:16px}}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-form__input{display:flex;flex-direction:column;gap:6px}.modal-form__input.error .modal-form__error{display:block}.modal-form__input.error .modal-form__label{color:var(--error-red-color)}.modal-form__input.error input{color:var(--error-red-color);border-color:var(--error-red-color)}.modal-form__input.error input::-moz-placeholder{color:var(--error-red-color)}.modal-form__input.error input::placeholder{color:var(--error-red-color)}.modal-form__input input{width:100%;height:54px;padding:16px;background-color:var(--white-color);border:1px solid var(--stroke-light-grey-color);border-radius:1px;transition:border-color .3s ease,color .3s ease;color:var(--black-color);font-family:inherit;font-size:16px;line-height:1.4}.modal-form__input input::-moz-placeholder{color:var(--text-grey-color)}.modal-form__input input::placeholder{color:var(--text-grey-color)}.modal-form__input input:hover,.modal-form__input input:focus{border-color:var(--accent-color)}.modal-form__input input:focus{outline:none}.modal-form__error{display:none;font-size:14px;font-weight:500;color:var(--error-red-color)}.modal-form__label{font-size:16px;line-height:1.4;color:var(--text-grey-color)}.modal-download .modal__inner{color:var(--black-color)}@media (min-width: 1270px){.modal-download .modal__inner{display:flex}}.modal-download__img{display:none}@media (min-width: 1270px){.modal-download__img{display:block;flex:0 0 auto;width:712px}.modal-download__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1px 0 0 1px}}@media (min-width: 1750px){.modal-download__img{width:1000px}}.modal-download__main{padding:20px;display:flex;flex-direction:column;gap:30px;max-width:345px;width:100%;background:var(--white-color);border-radius:1px}@media (min-width: 1270px){.modal-download__main{padding:40px;max-width:478px;margin-left:-5px}}@media (min-width: 1750px){.modal-download__main{padding:60px;max-width:620px}}.modal-book.modal.is-success .modal-book__form-privacy{display:none}.modal-book.modal.is-success .modal__success{color:var(--white-color)}.modal-book .modal__inner{background-color:var(--white-color);padding:20px;max-width:345px;width:100%;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-book .modal__inner{max-width:1222px;padding:60px;flex-direction:row;gap:40px}}@media (min-width: 1750px){.modal-book .modal__inner{max-width:1242px;gap:60px}}.modal-book .modal__close{top:10px;right:10px}@media (min-width: 1270px){.modal-book .modal__close{top:30px;right:30px}}.modal-book__main{display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-book__main{max-width:500px;gap:40px}}@media (min-width: 1750px){.modal-book__main{gap:60px}}.modal-book__main .modal__title{text-align:left;font-size:18px;font-weight:500}@media (min-width: 1270px){.modal-book__main .modal__title{font-size:32px}}.modal-book__main .modal__desc{text-align:left}.modal-book__main .modal__desc>p>strong{display:inline-block;margin-bottom:20px;font-size:18px;font-weight:500;color:var(--black-color)}@media (min-width: 1270px){.modal-book__main .modal__desc>p>strong{font-size:20px}}@media (min-width: 1750px){.modal-book__main .modal__desc>p>strong{font-size:24px}}.modal-book__main .modal__desc ul{font-size:12px;list-style:disc;padding-left:20px}@media (min-width: 1270px){.modal-book__main .modal__desc ul{font-size:16px}}.modal-book__form{background-color:var(--accent-color);background-image:url(../img/common/modal-book/looper-mob.svg);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:1px;color:var(--white-color);padding:15px;display:flex;flex-direction:column;gap:10px}@media (min-width: 1270px){.modal-book__form{background-image:url(../img/common/modal-book/looper.svg);padding:30px;width:562px;flex:0 0 auto;gap:30px}}.modal-book__form-title{text-align:center;font-size:16px;font-weight:500}@media (min-width: 1270px){.modal-book__form-title{font-size:24px}}@media (min-width: 1750px){.modal-book__form-title{font-size:32px}}.modal-book__form-privacy{font-size:10px;font-weight:500;text-align:center;color:var(--text-light-grey-color)}.modal-book__form-privacy a{color:var(--white-color);text-decoration:underline}@media (min-width: 1270px){.modal-book__form-privacy{font-size:14px;max-width:350px;margin:0 auto}}.modal-book__form .modal-form{gap:8px}@media (min-width: 1270px){.modal-book__form .modal-form{gap:15px}}.modal-book__form .modal-form .modal-form__input.error input{color:var(--error-red-color);border-color:var(--error-red-color)}.modal-book__form .modal-form .modal-form__input.error input::-moz-placeholder{color:var(--error-red-color)}.modal-book__form .modal-form .modal-form__input.error input::placeholder{color:var(--error-red-color)}.modal-book__form .modal-form .modal-form__input input{height:44px;background:#ffffff03;border:1px solid var(--stroke-light-grey-color);backdrop-filter:blur(2.5px);font-size:12px;color:var(--white-color)}.modal-book__form .modal-form .modal-form__input input::-moz-placeholder{color:var(--text-light-grey-color)}.modal-book__form .modal-form .modal-form__input input::placeholder{color:var(--text-light-grey-color)}@media (min-width: 1270px){.modal-book__form .modal-form .modal-form__input input{height:54px;font-size:16px}}.modal-book__form .modal-form .btn-cta{margin-top:2px}@media (min-width: 1270px){.modal-book__form .modal-form .btn-cta{margin-top:15px;line-height:61px}}.modal-design-services .modal__inner{margin:121px 0 0;overflow-y:auto;height:100%;width:100%;padding:54px 15px 140px;background:var(--white-color);border-radius:8px 8px 0 0;position:relative}.modal-design-services .modal__inner:before{content:"";position:absolute;width:40px;height:4px;left:50%;top:8px;transform:translate(-50%);background:var(--stroke-light-grey-color);border-radius:100px}.modal-design-services .modal__inner:after{content:"";position:fixed;left:0;right:0;bottom:0;width:100%;height:87px;background:linear-gradient(0deg,var(--white-color) 16.35%,rgba(255,255,255,0) 100%)}@media (min-width: 1270px){.modal-design-services .modal__inner{overflow:hidden;margin:0 auto;max-width:1030px;max-height:641px;height:auto;padding:40px 0;display:flex;flex-direction:column;border-radius:8px}.modal-design-services .modal__inner:before,.modal-design-services .modal__inner:after{display:none}}@media (min-width: 1750px){.modal-design-services .modal__inner{max-width:1440px;max-height:919px;padding:60px 10px}}.modal-design-services .modal__close{top:40px;right:40px}.modal-design-services .modal__title{text-align:left;font-size:18px;font-weight:500}@media (min-width: 1270px){.modal-design-services .modal__title{font-size:24px}}@media (min-width: 1750px){.modal-design-services .modal__title{font-size:32px}}.modal-design-services .modal__desc{text-align:left}.modal-design-services__main{max-width:100%;display:flex;flex-direction:column;gap:40px}@media (min-width: 1270px){.modal-design-services__main{flex:1 1 auto;min-height:0;height:100%;flex-direction:row;flex-wrap:wrap;gap:40px 80px}}@media (min-width: 1750px){.modal-design-services__main{gap:60px 80px}}.modal-design-services__main-info{display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-design-services__main-info{padding-left:40px;max-width:423px;flex:0 0 auto;gap:20px}.modal-design-services__main-info .btn-main{width:182px}}@media (min-width: 1750px){.modal-design-services__main-info{padding-left:50px;max-width:645px;gap:30px}}.modal-design-services__how{margin:12px 0;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-design-services__how{flex:0 0 auto;gap:20px;max-width:423px}}@media (min-width: 1750px){.modal-design-services__how{gap:30px;max-width:431px}}.modal-design-services__how-title{font-size:16px;font-weight:500}@media (min-width: 1270px){.modal-design-services__how-title{font-size:20px}}@media (min-width: 1750px){.modal-design-services__how-title{font-size:24px}}.modal-design-services__how-items{display:flex;flex-direction:column;gap:15px}.modal-design-services__how-items li{display:flex;align-items:flex-start;gap:8px;font-size:14px}.modal-design-services__how-items li:before{content:"";background:url(../img/icons/checkbox.svg) no-repeat center/contain;width:24px;height:24px;flex:0 0 auto;margin-top:-2px}@media (min-width: 1270px){.modal-design-services__how-items li{font-size:16px}}@media (min-width: 1750px){.modal-design-services__how-items li{font-size:18px}}.modal-design-services__products{overflow-y:hidden;overflow-x:auto;display:flex;gap:10px}@media (min-width: 1270px){.modal-design-services__products{--products-height-cap: 280px;flex:1 1 auto;min-height:0;width:100%;height:min(var(--products-height-cap),var(--products-height-available, var(--products-height-cap)));max-height:var(--products-height-cap);overflow:initial}}@media (min-width: 1750px){.modal-design-services__products{--products-height-cap: 445px}}.modal-design-services__products .mfs-marquee{width:100%;min-width:0;--mfs-marquee-dur: 40s}.modal-design-services__products .mfs-marquee,.modal-design-services__products .mfs-marquee__track,.modal-design-services__products .mfs-marquee__item{height:100%}.modal-design-services__products .mfs-marquee__item{margin-right:15px}.modal-design-services__product{border-radius:2px;overflow:hidden;position:relative;height:400px;flex:0 0 auto}@media (min-width: 1270px){.modal-design-services__product{height:100%;min-height:0;border-radius:4px}.modal-design-services__product:hover img{transform:scale(1.05)}}.modal-design-services__product img,.modal-design-services__product video{width:auto;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .5s ease}.modal-design-services__product-overlay{position:absolute;bottom:0;left:0;right:0;z-index:2;color:var(--white-color);padding:9px 8px}@media (min-width: 1270px){.modal-design-services__product-overlay{backdrop-filter:blur(2.5px);background:#00000080;padding:30px}}.modal-design-services__product-overlay-row{display:flex;justify-content:space-between;align-items:center}.modal-design-services__product-overlay-row:not(.modal-design-services__product-overlay-row_header){display:none}@media (min-width: 1270px){.modal-design-services__product-overlay-row{font-size:16px}.modal-design-services__product-overlay-row:not(.modal-design-services__product-overlay-row_header){display:flex}.modal-design-services__product-overlay-row:nth-child(2){margin-top:15px}.modal-design-services__product-overlay-row:nth-child(3){margin-top:4px}.modal-design-services__product-overlay-row span{color:var(--text-light-grey-color)}}.modal-design-services__product-overlay-title{font-weight:500;font-size:16px}@media (min-width: 1270px){.modal-design-services__product-overlay-title{font-size:32px}}@media (min-width: 1270px){.modal.modal-what-we-do{align-items:flex-start;overflow-y:auto;padding-top:60px;padding-bottom:60px}.modal.modal-what-we-do .modal__inner{max-width:1210px;margin:0 auto;max-height:none;overflow-y:visible;overflow-x:hidden;padding:60px;background-color:var(--fill-grey-color)}.modal.modal-what-we-do .modal-design-services__main{gap:60px}.modal.modal-what-we-do .modal-design-services__main-info{padding:0;max-width:568px;gap:30px}.modal.modal-what-we-do .modal-design-services__how{max-width:338px}}@media (min-width: 1750px){.modal.modal-what-we-do .modal__inner{max-width:1440px}.modal.modal-what-we-do .modal-design-services__main{gap:60px 80px}.modal.modal-what-we-do .modal-design-services__main-info{padding:0;max-width:645px}.modal.modal-what-we-do .modal-design-services__how{max-width:431px}}.modal-what-we-do__stats{width:100%}.modal-what-we-do__stats-desktop{display:none}@media (min-width: 1270px){.modal-what-we-do__stats-desktop{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width: 1750px){.modal-what-we-do__stats-desktop{gap:30px}}@media (min-width: 1270px){.modal-what-we-do__stats-mobile{display:none}}.modal-what-we-do__stats-slider{--mfs-snap-gap: 15px}.modal-what-we-do__stats-slider .mfs-snap__dots{margin-top:15px;display:flex;gap:4px}.modal-what-we-do__stats-slider .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:5px;height:5px;flex:0 0 auto;border-radius:50px;background-color:var(--fill-grey-color);transition:background-color .3s ease,width .3s ease}.modal-what-we-do__stats-slider .mfs-snap__dot:disabled{cursor:default}.modal-what-we-do__stats-slider .mfs-snap__dot[aria-current]{background-color:var(--accent-color);width:24px}.modal-what-we-do__media{height:385px;width:100%}.modal-what-we-do__media>div{height:100%}.modal-what-we-do__media iframe,.modal-what-we-do__media img{display:block;width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover}@media (min-width: 1270px){.modal-what-we-do__media{grid-column:span 2;height:300px}}@media (min-width: 1750px){.modal-what-we-do__media{height:385px}}.modal-what-we-do__number{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;height:385px;padding:30px;border-radius:4px;position:relative;overflow:visible}@media (min-width: 1270px){.modal-what-we-do__number{height:300px;gap:8px}}@media (min-width: 1750px){.modal-what-we-do__number{height:385px;gap:15px}}.modal-what-we-do__number.num-1{background:var(--accent-color);color:var(--white-color)}.modal-what-we-do__number.num-2{border:1px solid var(--stroke-light-grey-color);background-color:var(--white-color);--size: 20px}.modal-what-we-do__number.num-2:after{content:"";position:absolute;left:calc(-1 * var(--size) / 2);top:calc(-1 * var(--size) / 2);width:calc(100% + var(--size));height:calc(100% + var(--size));display:block;pointer-events:none;background:url(../img/icons/plus-accent.svg) no-repeat 0 0/var(--size),url(../img/icons/plus-accent.svg) no-repeat 100% 0/var(--size),url(../img/icons/plus-accent.svg) no-repeat 0 100%/var(--size),url(../img/icons/plus-accent.svg) no-repeat 100% 100%/var(--size)}.modal-what-we-do__number.num-2 .modal-what-we-do__number-title{color:var(--text-grey-color)}.modal-what-we-do__number.num-3{background-color:var(--fill-dark-color);color:var(--white-color)}.modal-what-we-do__number.num-3 .modal-what-we-do__number-title{color:var(--text-light-grey-color)}@media (min-width: 1270px){.modal-what-we-do__number.num-3{grid-column:span 2}}.modal-what-we-do__number-value{font-size:100px;font-weight:500;text-align:center}.modal-what-we-do__number-value span{color:var(--accent-color)}@media (min-width: 1270px){.modal-what-we-do__number-value{font-size:80px}}@media (min-width: 1750px){.modal-what-we-do__number-value{font-size:100px}}.modal-what-we-do__number-title{font-size:18px;text-align:center}@media (min-width: 1270px){.modal-what-we-do__number-title{font-size:16px}}@media (min-width: 1750px){.modal-what-we-do__number-title{font-size:18px}}.modal-book-calendar .modal__inner{background-color:var(--white-color);padding:20px;max-width:345px;width:100%;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-book-calendar .modal__inner{max-width:900px;padding:40px;flex-direction:row;gap:40px}}.modal-book-calendar .modal__close{top:10px;right:10px}@media (min-width: 1270px){.modal-book-calendar .modal__close{top:20px;right:20px}}.bookcal__intro{display:flex;flex-direction:column;gap:16px}.bookcal__intro[hidden]{display:none}@media (min-width: 1270px){.bookcal__intro{max-width:320px;flex:0 0 auto}}.bookcal__intro .modal__title{text-align:left;font-size:18px;font-weight:500}@media (min-width: 1270px){.bookcal__intro .modal__title{font-size:26px}}.bookcal__intro-lead{font-size:13px;line-height:1.5;color:var(--text-grey-color)}.bookcal__intro-list{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--black-color)}.bookcal__intro-list li{position:relative;padding-left:22px}.bookcal__intro-list li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;background:var(--accent-color)}.bookcal__intro-note{font-size:12px;font-weight:500;color:var(--accent-color);margin-top:4px}.bookcal__panel{background-color:var(--accent-color);color:var(--white-color);border-radius:1px;padding:16px;flex:1}@media (min-width: 1270px){.bookcal__panel{padding:28px}}.bookcal__heading{font-size:16px;font-weight:500;margin-bottom:14px}@media (min-width: 1270px){.bookcal__heading{font-size:20px}}.bookcal__cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.bookcal__month{font-size:14px;font-weight:500}.bookcal__nav{width:28px;height:28px;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);border-radius:1px;color:var(--white-color);font-size:16px;line-height:1;cursor:pointer}.bookcal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;text-align:center;font-size:11px;color:#fff9;margin-bottom:4px}.bookcal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.bookcal__day{height:34px;border:1px solid rgba(255,255,255,.22);border-radius:1px;background:transparent;color:var(--white-color);font-size:13px;cursor:pointer;transition:background .2s ease,color .2s ease}.bookcal__day:hover{background:#ffffff24}.bookcal__day.is-selected{background:var(--white-color);color:var(--accent-color)}.bookcal__day.is-disabled{border-color:transparent;color:#ffffff47;cursor:default;pointer-events:none}.bookcal__slots-wrap{margin-top:16px}.bookcal__slots-label{font-size:12px;color:#ffffffb3;margin-bottom:8px}.bookcal__slots{display:flex;flex-wrap:wrap;gap:6px}.bookcal__slot{background:#ffffff0f;border:1px solid rgba(255,255,255,.35);border-radius:1px;color:var(--white-color);padding:8px 12px;font-size:13px;cursor:pointer}.bookcal__slot.is-selected{background:var(--white-color);color:var(--accent-color)}.bookcal__slot.is-disabled,.bookcal__slot:disabled{background:transparent;border-color:transparent;color:#ffffff47;cursor:default;pointer-events:none;text-decoration:line-through}.bookcal__tzrow{display:flex;align-items:center;gap:6px;margin-top:16px}.bookcal__tz-ico{font-style:normal;font-size:14px;opacity:.8}.bookcal__tz{flex:1;height:34px;background:#ffffff0f;border:1px solid rgba(255,255,255,.3);border-radius:1px;color:var(--white-color);font-size:12px;padding:0 8px}.bookcal__tz option{color:var(--black-color)}.bookcal__actions{margin-top:18px;display:flex;justify-content:flex-end}.bookcal__continue,.bookcal__confirm{line-height:44px}.bookcal__continue:disabled,.bookcal__confirm:disabled{opacity:.45;cursor:default}.bookcal__summary{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:1px;padding:10px 12px;font-size:13px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.bookcal__change{color:var(--white-color);font-size:12px;text-decoration:underline;flex:0 0 auto}.bookcal__form{display:flex;flex-direction:column;gap:8px}.bookcal__field input{width:100%;height:44px;box-sizing:border-box;padding:0 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.35);border-radius:1px;color:var(--white-color);font-size:14px}.bookcal__field input::-moz-placeholder{color:#ffffffb3}.bookcal__field input::placeholder{color:#ffffffb3}.bookcal__confirm{width:100%;margin-top:6px}.bookcal__error{font-size:12px;color:#ffd2d2;text-align:center;margin-top:8px;min-height:14px}.bookcal__privacy{font-size:10px;color:#ffffff8c;text-align:center;margin-top:8px}.bookcal__privacy a{color:var(--white-color);text-decoration:underline}.bookcal__step--done{text-align:center;padding-top:20px}.bookcal__check{width:54px;height:54px;border-radius:50%;background:var(--white-color);color:var(--accent-color);font-size:28px;line-height:54px;margin:0 auto 16px}.bookcal__done-text{font-size:14px;margin-bottom:6px}.bookcal__done-sub{font-size:12px;color:#fff9}.modal-form__reassure{margin-top:10px;font-size:13px;line-height:1.4;color:var(--text-grey-color)}.modal-book .modal-form__reassure{color:var(--text-light-grey-color)}.custom-select-wrapper{position:relative}.custom-select-selected{cursor:pointer;padding-right:24px;position:relative;color:var(--accent-color)}.custom-select-selected:after{content:"";width:24px;height:24px;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);background:url(../img/icons/arrow-down-menu-black.svg) no-repeat center/cover;transition:all .25s}.custom-select-selected.active:after{transform:rotate(180deg) translateY(50%)}.custom-select-dropdown{position:absolute;top:100%;right:0;margin-top:5px;padding:16px;background:var(--white-color);border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;display:none;z-index:var(--z-index-modal);min-width:130px;text-align:start;flex-direction:column;gap:8px}.custom-select-dropdown.show{display:flex}.custom-select-option{color:var(--text-grey-color);cursor:pointer}.custom-select-option.active{color:var(--black-color);border-bottom:1px solid var(--accent-color);padding-bottom:10px}.socials{display:flex;justify-content:center;align-items:center;gap:8px}.socials a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;transition:background-color .3s ease}.socials a svg path{transition:fill .3s ease}@media (hover: hover){.socials a:hover{background-color:var(--accent-color)}.socials a:hover svg path{fill:var(--white-color)}}@media (min-width: 1270px){.socials a:active{background-color:var(--accent-dark-color)}.socials a:active svg path{fill:var(--white-color)}}.mfs-marquee{overflow:hidden}.mfs-marquee__track{display:flex;align-items:center;width:-moz-max-content;width:max-content;margin:0;padding:0;list-style:none;animation:mfs-marquee-x var(--mfs-marquee-dur, 45s) linear infinite;will-change:transform}.mfs-marquee__item{flex:0 0 auto}.mfs-marquee--reverse .mfs-marquee__track{animation-direction:reverse}.mfs-marquee:hover .mfs-marquee__track{animation-play-state:paused}@keyframes mfs-marquee-x{to{transform:translate(-50%)}}@keyframes mfs-marquee-y{to{transform:translateY(-50%)}}@media (prefers-reduced-motion: reduce){.mfs-marquee__track{animation:none}}.mfs-snap{position:relative}.mfs-snap__track{display:flex;gap:var(--mfs-snap-gap, 20px);margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mfs-snap__track::-webkit-scrollbar{display:none}.mfs-snap__item{flex:0 0 auto;width:100%;scroll-snap-align:start}.mfs-snap__arrow[disabled]{opacity:.4;pointer-events:none}@media (prefers-reduced-motion: reduce){.mfs-snap__track{scroll-behavior:auto}}.case-item{padding-bottom:20px;border-bottom:1px solid var(--stroke-light-grey-color)}.case-item:hover .case-item__hover{opacity:1}@media (min-width: 1270px){.case-item{padding-bottom:30px}}.case-item.--blog .case-item__img,.case-item.--related .case-item__img,.case-item.--hero-blog .case-item__img,.case-item.--trending .case-item__img{overflow:hidden}.case-item.--blog .case-item__img img,.case-item.--related .case-item__img img,.case-item.--hero-blog .case-item__img img,.case-item.--trending .case-item__img img{transition:all .5s ease}.case-item.--blog .case-item__title span,.case-item.--related .case-item__title span,.case-item.--hero-blog .case-item__title span,.case-item.--trending .case-item__title span{transition:background-size .5s ease;width:calc(100% + 1px);padding-bottom:2px;background-image:linear-gradient(transparent calc(100% - 1px),var(--black-color) 1px);background-repeat:no-repeat;background-size:0% 100%}@media (hover: hover){.case-item.--blog:hover .case-item__img img,.case-item.--related:hover .case-item__img img,.case-item.--hero-blog:hover .case-item__img img,.case-item.--trending:hover .case-item__img img{transform:scale(1.05)}.case-item.--blog:hover .case-item__title span,.case-item.--related:hover .case-item__title span,.case-item.--hero-blog:hover .case-item__title span,.case-item.--trending:hover .case-item__title span{background-size:100% 100%}}.case-item__link{display:flex;flex-direction:column;gap:20px;height:100%}@media (min-width: 1750px){.case-item__link{gap:30px}}.case-item__img{width:100%;height:187px;display:block;position:relative}.case-item__img>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 1270px){.case-item__img{height:213.2px}}@media (min-width: 1750px){.case-item__img{height:300px}}.case-item__hover{position:absolute;left:0;top:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(2.5px);opacity:0;transition:opacity .3s ease;padding:16px;display:flex;align-items:flex-end;color:var(--white-color);font-size:18px;font-weight:500}@media (min-width: 1270px){.case-item__hover{font-size:20px}}@media (min-width: 1750px){.case-item__hover{font-size:24px}}.case-item__info{display:flex;flex-direction:column;gap:15px;flex-grow:1}.case-item__tags{display:flex;gap:10px;flex-wrap:wrap}.case-item__tag{padding:8px 16px;border-radius:100px;color:var(--purple-color-dark);background-color:var(--purple-color);font-size:10px;text-transform:uppercase;white-space:nowrap}.case-item__date{font-size:14px;color:#585858}@media (min-width: 1750px){.case-item__date{font-size:16px}}.case-item__title{font-size:24px}.case-item__title em{background-color:var(--accent-color);color:var(--white-color);font-style:normal}@media (min-width: 1750px){.case-item__title{font-size:32px}}.case-item__excerpt{font-size:16px;color:var(--text-grey-color)}.case-item__footer{display:flex;align-items:end;gap:12px;margin-top:auto}.case-item__arrow{color:var(--accent-color);font-weight:500;font-size:14px;white-space:nowrap;margin-left:auto;display:inline-flex;align-items:center;gap:5px;margin-top:auto}.case-item__arrow svg{width:100%;height:100%}.sticky-cta{display:none}@media (min-width: 1270px){.sticky-cta{position:fixed;z-index:var(--z-index-sticky-cta);right:calc(50% - var(--container-small) / 2);bottom:80px;width:225px;padding:10px;display:grid;grid-template-columns:1fr;gap:8px;border:1px solid var(--stroke-light-grey-color);border-radius:1px;background:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:mfs-sticky-cta-in .4s ease both}}@media (min-width: 1750px){.sticky-cta{bottom:100px}}.sticky-cta.is-suppressed{display:none}.sticky-cta__media{position:relative;overflow:hidden;border-radius:1px;line-height:0}.sticky-cta__media>div{position:relative;width:100%}.sticky-cta__media iframe{display:block;width:100%;height:100%;border:0}.sticky-cta__media>iframe,.sticky-cta__media>video,.sticky-cta__media>img{position:static;width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.sticky-cta__btn.btn-main{padding:8px 15px;line-height:24px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.sticky-cta__btn.btn-main svg{flex:0 0 auto;width:16px;height:16px}.sticky-cta__close{position:absolute;top:6px;right:6px;z-index:2;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;color:var(--white-color);background:#0000008c;border:0;border-radius:1px;cursor:pointer;backdrop-filter:blur(2px);transition:background .2s ease}.sticky-cta__close:hover{background:#000000d9}.sticky-cta__close svg{display:block;width:10px;height:10px}.sticky-cta.is-media-hidden .sticky-cta__media{display:none}@keyframes mfs-sticky-cta-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mfs-video{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:var(--black-color, var(--black-color));border-radius:1px}.mfs-video video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:var(--black-color, var(--black-color))}.mfs-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding:0 0 0 4px;color:var(--white-color);cursor:pointer;background:#0000008c;border:1px solid rgba(255,255,255,.85);border-radius:999px;transition:background .2s ease,transform .2s ease}.mfs-video__play:hover{background:var(--accent-color, var(--accent-color));transform:translate(-50%,-50%) scale(1.06)}.mfs-video.is-playing .mfs-video__play{display:none}.mfs-video--hover{cursor:pointer}.mfs-video--hover.is-idle video{filter:brightness(.82)}.mfs-video--hover video{transition:filter .3s ease}.mfs-video__quality{position:absolute;right:6px;bottom:84px;z-index:3}.mfs-video__gear{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:var(--white-color);cursor:pointer;background:#0000008c;border:1px solid rgba(255,255,255,.25);border-radius:1px;transition:background .2s ease}.mfs-video__gear:hover{background:#000c}.mfs-video__gear svg{display:block}.mfs-video__menu{position:absolute;bottom:calc(100% + 6px);right:0;min-width:104px;max-height:240px;overflow-y:auto;padding:4px;background:#111111f5;border:1px solid rgba(255,255,255,.14);border-radius:1px;display:none}.mfs-video__menu.is-open{display:block}.mfs-video__menu-item{display:block;width:100%;padding:7px 12px;font-size:13px;line-height:1;text-align:left;color:var(--white-color);cursor:pointer;background:transparent;border:0;border-radius:1px;white-space:nowrap}.mfs-video__menu-item:hover{background:#ffffff1f}.mfs-video__menu-item.is-active{color:var(--accent-color, var(--accent-color));font-weight:600;background:#ffffff0f}.showreel__video,.solution-intro__media,.sticky-cta__media{position:relative}.sticky-cta__media:has(>.js-mfs-video),.solution-intro__media:has(>.js-mfs-video){aspect-ratio:16/9;height:auto}body :where(.editor-styles-wrapper){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;font-weight:400;line-height:1.4!important}.editor-styles-wrapper .modal{display:none}.editor-styles-wrapper .js-reveal{opacity:1}.editor-styles-wrapper .hero,.editor-styles-wrapper .hero-block{overflow:hidden}.editor-styles-wrapper h1{margin-bottom:50px}.editor-styles-wrapper h2{margin-top:60px;margin-bottom:15px}.editor-styles-wrapper h3,.editor-styles-wrapper h4,.editor-styles-wrapper h5,.editor-styles-wrapper h6{margin-top:50px;margin-bottom:15px}.editor-styles-wrapper .rich-text a{color:var(--accent-color);text-decoration:underline}.editor-styles-wrapper img,.editor-styles-wrapper video{margin:40px 0}.editor-styles-wrapper .blur-up{filter:none}.editor-styles-wrapper .blur-overlay{backdrop-filter:none}blockquote{font-size:18px;font-weight:500;text-align:end;position:relative;max-width:-moz-max-content;max-width:max-content;padding:32px 0 0 32px;margin:0 auto 40px}@media (min-width: 1270px){blockquote{font-size:20px;max-width:none}}@media (min-width: 1750px){blockquote{font-size:24px}}blockquote:before{content:"";position:absolute;width:32px;height:32px;background:url(../img/icons/blockquote.svg) no-repeat center/cover;left:0;top:0}blockquote .author{text-align:start;margin-top:10px}@media (min-width: 1270px){blockquote .author{margin-top:20px}}blockquote .author__avatar{width:48px;height:48px}@media (min-width: 1750px){blockquote .author__avatar{width:52px;height:52px}}figure{margin:0}figure img{max-height:100dvh;display:block;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto}figure figcaption{font-size:14px;font-weight:500;color:var(--text-grey-color);padding-top:15px;margin:0!important;text-align:center}.not-found{display:none;flex-direction:column;align-items:center;gap:15px;max-width:500px;margin:0 auto;padding:60px 0;text-align:center}.not-found__text{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.not-found__text{font-size:16px}}@media (min-width: 1750px){.not-found__text{font-size:18px}}.not-found.is-active{display:flex}.not-found button{width:180px}.js-articles-category-toggle{position:relative;display:flex;align-items:center;gap:4px}.js-articles-category-toggle:before{content:"";width:24px;height:24px;background:url(../img/icons/category-filter.svg) no-repeat center/cover}.js-articles-category-toggle.is-active:before{background:url(../img/icons/close.svg) no-repeat center/cover}.js-articles-category-toggle:hover,.js-articles-category-toggle.is-active{color:var(--accent-color)}.js-articles-category-toggle:hover:before,.js-articles-category-toggle.is-active:before{filter:brightness(0) saturate(100%) invert(28%) sepia(57%) saturate(1423%) hue-rotate(208deg) brightness(85%) contrast(112%)}.js-articles-search{position:relative;display:flex;gap:5px;border-radius:999px;border:1px solid var(--stroke-light-grey-color);cursor:pointer;overflow:hidden;max-width:46px;transition:all .3s ease}.js-articles-search.is-active{max-width:400px;background-color:var(--fill-grey-color)}.js-articles-search.is-active .svg-icon.js-articles-search-reset{opacity:1}.js-articles-search-reset{padding:0 10px 0 0}.js-articles-search .svg-icon{padding:10px}.js-articles-search .svg-icon.js-articles-search-reset{opacity:0}.js-articles-search input{border:none;outline:none;padding:0;background-color:transparent;width:100%}.js-articles-search input::-webkit-search-decoration,.js-articles-search input::-webkit-search-cancel-button,.js-articles-search input::-webkit-search-results-button,.js-articles-search input::-webkit-search-results-decoration{display:none}.video-player,.wp-video .mejs-container{position:relative;width:100%;max-width:800px;margin-left:auto;margin-right:auto;aspect-ratio:16/9;background-color:var(--black-color);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-player__poster:before,.video-player .mejs-poster:before,.wp-video .mejs-container__poster:before,.wp-video .mejs-container .mejs-poster:before{content:"";position:absolute;inset:0;background-color:#0003;backdrop-filter:blur(1px)}@media (hover: hover){.video-player .mejs-overlay:hover .mejs-overlay-button,.wp-video .mejs-container .mejs-overlay:hover .mejs-overlay-button{background-image:url(../img/icons/play-hover.svg);background-position:center}}.video-player__play-large,.video-player .mejs-overlay-button,.wp-video .mejs-container__play-large,.wp-video .mejs-container .mejs-overlay-button{width:52px;height:52px;background-image:url(../img/icons/play.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s ease}@media (min-width: 1750px){.video-player__play-large,.video-player .mejs-overlay-button,.wp-video .mejs-container__play-large,.wp-video .mejs-container .mejs-overlay-button{width:70px;height:70px}}.video-player__controls,.video-player .mejs-controls,.wp-video .mejs-container__controls,.wp-video .mejs-container .mejs-controls{width:calc(100% - 40px);background-color:#fff3;backdrop-filter:blur(1px);border-radius:8px;bottom:20px;left:20px;right:20px;z-index:10}.video-player__controls .mejs-play button,.video-player .mejs-controls .mejs-play button,.wp-video .mejs-container__controls .mejs-play button,.wp-video .mejs-container .mejs-controls .mejs-play button{background:url(../img/icons/play-white.svg) no-repeat center/contain}.video-player__controls .mejs-volume-button>button,.video-player .mejs-controls .mejs-volume-button>button,.wp-video .mejs-container__controls .mejs-volume-button>button,.wp-video .mejs-container .mejs-controls .mejs-volume-button>button{background:url(../img/icons/volume.svg) no-repeat center/contain}.video-player__controls .mejs-fullscreen-button>button,.video-player .mejs-controls .mejs-fullscreen-button>button,.wp-video .mejs-container__controls .mejs-fullscreen-button>button,.wp-video .mejs-container .mejs-controls .mejs-fullscreen-button>button{background:url(../img/icons/maximize.svg) no-repeat center/contain}.video-player__time,.video-player .mejs-time,.wp-video .mejs-container__time,.wp-video .mejs-container .mejs-time{font-size:18px}.video-player__timeline,.video-player .mejs-time-total,.wp-video .mejs-container__timeline,.wp-video .mejs-container .mejs-time-total{height:8px;margin-top:7px;background-color:#ffffff80;border-radius:18px}.video-player__timeline .mejs-time-handle-content,.video-player .mejs-time-total .mejs-time-handle-content,.wp-video .mejs-container__timeline .mejs-time-handle-content,.wp-video .mejs-container .mejs-time-total .mejs-time-handle-content{border-radius:50%}.video-player__progress,.wp-video .mejs-container__progress{position:absolute;left:0;top:0;height:100%;background-color:#fff;border-radius:18px}.js-sidebar-toggle{display:flex;align-items:center;justify-content:center;gap:4px;background-color:var(--accent-color);color:var(--white-color);padding:10px}@media (min-width: 1270px){.js-sidebar-toggle{display:none}}.js-sidebar-toggle:after{content:"";width:24px;height:24px;background-image:url(/wp-content/themes/maverickframe/img/icons/arrow-down-menu.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media (max-width: 1269px){.js-sidebar-toggle,.js-sidebar{position:fixed;top:auto;bottom:15px;left:50%;transform:translate(-50%);transition:all .5s ease-in-out;z-index:var(--z-index-header)}.js-sidebar{max-height:0;bottom:-60px}.js-sidebar.opened{max-height:100%;bottom:0}.js-sidebar.opened .toc__title:after{transform:rotate(180deg)}}.hero{padding:200px 0 19px;min-height:667px;background:var(--black-color);color:var(--white-color);position:relative}.hero:before{content:"";position:absolute;left:0;right:0;top:0;z-index:var(--z-index-shadow);height:103px;width:100%;background:linear-gradient(180deg,#00000080 -1.32%,#0000)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:var(--z-index-shadow);height:525px;width:100%;background:linear-gradient(0,var(--black-color) 39.51%,rgba(0,0,0,0) 100%)}@media (min-width: 1270px){.hero{padding:var(--header-height) 0;min-height:800px;display:flex;align-items:center}.hero:before{height:107px}.hero:after{right:auto;top:0;bottom:0;height:100%;width:1176px;background:linear-gradient(90deg,#000000a3 20.11%,#00000065 64.93%,#0000);-webkit-mask-image:linear-gradient(90deg,rgb(0,0,0) 20.11%,rgba(0,0,0,.6) 64.93%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,#000 20.11%,#0009 64.93%,#0000);backdrop-filter:blur(2px)}}@media (min-width: 1750px){.hero{min-height:900px}}.hero__media{position:absolute;left:0;top:0;right:0;z-index:0;height:100%}.hero__media picture{width:100%;height:100%;display:block}.hero__media img,.hero__media video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 1270px){.hero__media img,.hero__media video{-o-object-position:right;object-position:right}}.hero__media video{position:absolute;left:0;top:0;right:0;z-index:2}.hero__main{max-width:874px;position:relative;z-index:var(--z-index-main);display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.hero__main{gap:30px}}.hero__main-info{display:flex;flex-direction:column;gap:20px}.hero__small-desc{font-size:14px;max-width:698px}@media (min-width: 1270px){.hero__small-desc{font-size:20px;font-weight:500}}@media (min-width: 1750px){.hero__small-desc{font-size:24px}}.hero__desc{font-size:14px}@media (min-width: 1270px){.hero__desc{font-size:16px;max-width:500px}}@media (min-width: 1750px){.hero__desc{max-width:549px}}.hero__list{display:flex;flex-direction:column;gap:10px;max-width:698px}.hero__list li{display:flex;gap:10px;align-items:center;font-size:16px}@media (min-width: 1750px){.hero__list li{font-size:18px}}.hero__reviews{display:flex;align-items:center}.hero__reviews>:first-child:after{content:"";width:0;height:15px;margin:0 10px;border-left:1px solid #b9b9b9;border-radius:200px}@media (min-width: 1750px){.hero__reviews>:first-child:after{margin:0 15px}}.review-item{display:flex;align-items:center;color:var(--white-color);font-size:14px}.review-item svg:first-child{margin-right:8px}@media (min-width: 1750px){.review-item{font-size:16px}.review-item svg:first-child{height:20px;width:auto}}.hero__btns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px}@media (min-width: 1270px){.hero__btns{grid-template-columns:repeat(2,182px)}}.hero__cta{position:relative;z-index:var(--z-index-sticky-cta);margin-top:30px;padding:10px;border:1px solid var(--stroke-light-grey-color);border-radius:1px;background:#0006;backdrop-filter:blur(2px);display:grid;grid-template-columns:repeat(2,1fr);gap:5px;width:100%}.hero__cta img,.hero__cta video{height:69px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:1px}.hero__cta .btn-main{padding:8px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}@media (min-width: 1270px){.hero__cta{width:225px;grid-template-columns:1fr;position:fixed;right:calc(50% - var(--container-small) / 2);bottom:80px}.hero__cta img,.hero__cta video{width:100%;height:86px}.hero__cta .btn-main{line-height:24px}}@media (min-width: 1750px){.hero__cta{bottom:100px}}.trusted{margin:100px 0}@media (min-width: 1270px){.trusted{margin:180px 0 150px}}@media (min-width: 1750px){.trusted{margin-bottom:120px}}.container.trusted__container{margin-bottom:20px;display:flex;align-items:center;gap:30px}.container.trusted__container h2{max-width:178px;flex:0 0 auto}@media (min-width: 1270px){.container.trusted__container{gap:30px;margin-bottom:30px}.container.trusted__container h2{max-width:463px}}@media (min-width: 1750px){.container.trusted__container{margin-bottom:35px;gap:25px}.container.trusted__container h2{max-width:710px}}.trusted__slider{min-width:0}.trusted__slider.one{position:relative}.trusted__slider.one:before{content:"";position:absolute;width:45px;height:100%;left:0;top:0;z-index:var(--z-index-shadow);background:linear-gradient(90deg,var(--white-color) 0%,rgba(255,255,255,0) 100%)}@media (min-width: 1270px){.trusted__slider.one:before{width:70px}}@media (min-width: 1750px){.trusted__slider.one:before{width:97px}}@media (min-width: 1270px){.trusted__slider.one{position:absolute;right:0;max-width:773px}}@media (min-width: 1750px){.trusted__slider.one{max-width:945px}}.trusted__slider.one{--mfs-marquee-dur: 40s}.trusted__slider.two{--mfs-marquee-dur: 85s}.trusted__slider-item{transition:filter .3s ease;margin-right:15px}.trusted__slider-item img{width:120px;height:66px;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 1270px){.trusted__slider-item:hover{filter:invert(1)}.trusted__slider-item img{width:182px;height:100px}}@media (min-width: 1750px){.trusted__slider-item img{width:220px;height:121px}}.completeness-visual{margin:100px 0}@media (min-width: 1270px){.completeness-visual{margin:180px 0}}.completeness-visual .container{display:flex;flex-direction:column;gap:40px}@media (min-width: 1750px){.completeness-visual .container{gap:60px}}.completeness-visual__info{display:flex;flex-direction:column;gap:15px}.completeness-visual__info>p{color:var(--text-grey-color);font-size:16px}@media (min-width: 1270px){.completeness-visual__info{gap:24px}.completeness-visual__info h2{max-width:560px}.completeness-visual__info>p{align-self:flex-end;max-width:560px;font-size:16px}}@media (min-width: 1750px){.completeness-visual__info{gap:0}.completeness-visual__info h2{max-width:710px}.completeness-visual__info>p{max-width:588px;margin-right:122px;font-size:18px}}.completeness-visual__items{counter-reset:completeness-visual-items}.completeness-visual__items .mfs-snap__dots{margin-top:15px;padding:0 15px;display:flex;gap:4px;height:6px}.completeness-visual__items .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:block;flex:1 1 auto;width:100%;height:100%;border-radius:1px;background-color:var(--stroke-light-grey-color)}.completeness-visual__items .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.completeness-visual__items .mfs-snap__dots .mfs-snap__dot[aria-current]{background-color:var(--accent-color)}@media (min-width: 1270px){.completeness-visual__items .mfs-snap__track{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;overflow:visible;scroll-snap-type:none}.completeness-visual__items .mfs-snap__dots{display:none}}.completeness-visual-item{height:350px;border-radius:1px;overflow:hidden;position:relative}.completeness-visual-item img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}@media (min-width: 1270px){.completeness-visual-item{height:250px}.completeness-visual-item:hover img{transform:scale(1.05)}.completeness-visual-item:hover .completeness-visual-item__info{height:100%;background-color:#00000080}.completeness-visual-item:hover .completeness-visual-item__info .black-color{color:var(--white-color)}.completeness-visual-item:hover .completeness-visual-item__text{height:auto;opacity:1;transform:translate(0)}}@media (min-width: 1750px){.completeness-visual-item{height:290px}}.completeness-visual-item__info{position:absolute;left:0;top:0;z-index:2;padding:20px;color:var(--white-color);display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;background:#000000b3}.completeness-visual-item__info h3{font-weight:500;font-size:20px;text-transform:capitalize;display:flex;align-items:center;gap:15px}.completeness-visual-item__info h3:before{counter-increment:completeness-visual-items;content:"0" counter(completeness-visual-items);padding-right:15px;border-right:1px solid var(--stroke-light-grey-color);font-size:32px;font-weight:400}@media (min-width: 1270px){.completeness-visual-item__info{top:auto;bottom:0;height:auto;background:#0003;backdrop-filter:blur(5px)}.completeness-visual-item__info>div{overflow:hidden;height:0}.completeness-visual-item__info.black-color{color:var(--black-color)}}.completeness-visual-item__text{font-size:14px}@media (min-width: 1270px){.completeness-visual-item__text{transform:translateY(101%);opacity:0;transition:transform .5s ease,opacity .5s ease}}@media (min-width: 1750px){.completeness-visual-item__text{font-size:16px}}.completeness-visual__cta{display:flex;flex-direction:column;gap:20px;padding:15px;border-radius:1px;background:var(--fill-grey-color);color:var(--black-color);font-size:18px;font-weight:500}@media (min-width: 1270px){.completeness-visual__cta{flex-direction:row;align-items:center;gap:30px;padding:30px;font-size:20px}}@media (min-width: 1750px){.completeness-visual__cta{font-size:24px}}.completeness-visual__cta>svg{--size: 44px;width:var(--size);height:var(--size)}@media (min-width: 1270px){.completeness-visual__cta>svg{--size: 54px}}@media (min-width: 1750px){.completeness-visual__cta>svg{--size: 64px}}.completeness-visual__cta .btn-main{width:100%;padding:13px 20px;line-height:1.42857;text-align:left;font-size:14px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 1270px){.completeness-visual__cta .btn-main{margin-left:auto;padding:18px 40px;width:300px}}.visuals-slider{margin:100px 0 86px}@media (min-width: 1270px){.visuals-slider{margin:180px 0 106px}}@media (min-width: 1750px){.visuals-slider{margin:200px 0 156px}}.visuals-slider__info{margin-bottom:40px;display:flex;flex-direction:column;gap:15px;max-width:710px}.visuals-slider__info .section-subtitle{margin-bottom:0}.visuals-slider__info .p1{color:var(--text-grey-color)}@media (min-width: 1270px){.visuals-slider__info h2{margin-bottom:5px}}@media (min-width: 1750px){.visuals-slider__info{margin-bottom:60px}.visuals-slider__info .p1{font-size:16px}}.visuals-slider__items{padding:0 var(--padding)}@media (min-width: 1270px){.visuals-slider__items{padding:0}}.visuals-slider__items .mfs-snap__track{--peek: 0px;--per: 1;--mfs-snap-gap: 15px;padding-inline:var(--peek);scroll-padding-inline:var(--peek);align-items:stretch}@media (min-width: 1270px){.visuals-slider__items .mfs-snap__track{--peek: 10%;--per: 3;--mfs-snap-gap: 20px}}@media (min-width: 1441px){.visuals-slider__items .mfs-snap__track{--peek: 5%;--per: 4}}.visuals-slider__items .mfs-snap__item{width:calc((100% - (var(--per) - 1) * var(--mfs-snap-gap)) / var(--per))}.visuals-slider__items .mfs-snap__dots{margin-top:20px;display:flex;gap:4px;height:6px}.visuals-slider__items .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;flex:1 1 auto;width:100%;height:100%;border-radius:1px;background-color:var(--stroke-light-grey-color)}.visuals-slider__items .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.visuals-slider__items .mfs-snap__dots .mfs-snap__dot[aria-current]{min-width:100px;background-color:var(--accent-color)}@media (min-width: 1270px){.visuals-slider__items .mfs-snap__dots .mfs-snap__dot{flex:0 0 auto;width:60px}.visuals-slider__items .mfs-snap__dots .mfs-snap__dot[aria-current]{min-width:143px}}@media (min-width: 1750px){.visuals-slider__items .mfs-snap__dots{margin-top:30px}}.visuals-slider__items .mfs-snap__arrows{display:none}@media (min-width: 1270px){.visuals-slider__items .mfs-snap__arrows{position:absolute;right:calc(50% - var(--container-small) / 2);top:-40px;transform:translateY(-100%);display:flex;justify-content:center;gap:10px}}@media (min-width: 1750px){.visuals-slider__items .mfs-snap__arrows{top:-60px}}.visuals-slider__items .mfs-snap__arrow{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:34px;height:34px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:1px;transition:background-color .3s ease}.visuals-slider__items .mfs-snap__arrow:disabled{cursor:default}.visuals-slider__items .mfs-snap__arrow svg{width:17px;height:13px}.visuals-slider__items .mfs-snap__arrow--prev{background-color:var(--fill-grey-color)}.visuals-slider__items .mfs-snap__arrow--prev:hover{background-color:var(--stroke-light-grey-color)}.visuals-slider__items .mfs-snap__arrow--next{background-color:var(--accent-color)}.visuals-slider__items .mfs-snap__arrow--next:hover{background-color:var(--accent-light-color)}.visuals-slider-item{height:100%;padding:20px;border-radius:1px;background-color:var(--fill-grey-color)}.visuals-slider-item picture{margin-bottom:20px;display:block;height:200px;overflow:hidden;border-radius:1px}.visuals-slider-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}@media (min-width: 1270px){.visuals-slider-item:hover img{transform:scale(1.05)}}@media (min-width: 1750px){.visuals-slider-item picture{height:230px}}.visuals-slider-item__info{display:flex;flex-direction:column;justify-content:space-between;gap:8px}.visuals-slider-item__info h3{font-size:18px;font-weight:500;text-transform:capitalize}.visuals-slider-item__info p{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.visuals-slider-item__info h3{font-size:20px}}@media (min-width: 1750px){.visuals-slider-item__info h3{font-size:24px}.visuals-slider-item__info p{font-size:16px}}.production-process{margin:100px 0}@media (min-width: 1270px){.production-process{margin:180px 0}}.production-process__info{margin-bottom:40px}@media (min-width: 1750px){.production-process__info{margin-bottom:60px}}.production-process__info h2{margin-bottom:20px}@media (min-width: 1270px){.production-process__info h2{max-width:560px;margin-bottom:0}}@media (min-width: 1750px){.production-process__info h2{max-width:710px}}.production-process__desc{color:var(--text-grey-color);font-size:14px}@media (min-width: 1270px){.production-process__desc{justify-self:flex-end;margin-right:48px;max-width:560px;font-size:16px}}@media (min-width: 1750px){.production-process__desc{margin-right:115px;max-width:588px}}.production-process__items{counter-reset:production-process-items}.production-process__items .mfs-snap__dots{margin-top:15px;padding:0 15px;display:flex;gap:4px;height:6px}.production-process__items .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:block;flex:1 1 auto;width:100%;height:100%;border-radius:1px;background-color:var(--stroke-light-grey-color)}.production-process__items .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.production-process__items .mfs-snap__dots .mfs-snap__dot[aria-current]{background-color:var(--accent-color)}@media (min-width: 1270px){.production-process__items .mfs-snap__track{display:grid;gap:40px;overflow:visible;scroll-snap-type:none}.production-process__items .mfs-snap__dots{display:none}}.production-process-item{display:flex;flex-direction:column;gap:30px}.production-process-item:before{counter-increment:production-process-items;content:"0" counter(production-process-items);display:inline-block;font-size:40px;font-weight:400;line-height:1;color:var(--accent-color);transition:color .3s ease}@media (min-width: 1270px){.production-process-item{flex-direction:row;align-items:center;gap:127px;padding-bottom:40px;border-bottom:1px solid var(--stroke-light-grey-color)}.production-process-item:before{order:-1;font-size:50px;color:var(--fill-grey-color)}.production-process-item:hover:before{color:var(--accent-color)}.production-process-item:hover .production-process-item__img{opacity:1}.production-process-item:hover .production-process-item__desc{color:var(--black-color)}}@media (min-width: 1750px){.production-process-item{gap:218px}.production-process-item:before{font-size:68px}}.production-process-item__img{width:100%;height:230px}.production-process-item__img img{width:100%;height:100%;display:block;border-radius:1px;-o-object-fit:cover;object-fit:cover}@media (min-width: 1270px){.production-process-item__img{order:-1;height:180px;width:270px;flex:0 0 auto;opacity:0;transition:opacity .3s ease}}@media (min-width: 1750px){.production-process-item__img{height:242px;width:363px}}.production-process-item__title{margin-bottom:15px;font-weight:500;color:var(--black-color);font-size:18px}@media (min-width: 1270px){.production-process-item__title{font-size:28px}}@media (min-width: 1750px){.production-process-item__title{font-size:32px}}.production-process-item__desc{font-size:14px}@media (min-width: 1270px){.production-process-item__desc{max-width:500px;font-size:16px;color:var(--text-grey-color);transition:color .3s ease}}@media (min-width: 1750px){.production-process-item__desc{font-size:18px}}.presentation-clients{padding:100px 0;background-color:var(--black-color);color:var(--white-color)}@media (min-width: 1270px){.presentation-clients{padding:100px 0}.presentation-clients .container{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}}@media (min-width: 1750px){.presentation-clients{padding:150px 0}}.presentation-clients__info{margin-bottom:60px;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.presentation-clients__info{margin-bottom:0}}.presentation-clients__desc{font-size:14px;color:var(--text-light-grey-color)}.presentation-clients__desc p+p{margin-top:1em}@media (min-width: 1750px){.presentation-clients__desc{max-width:600px;font-size:16px}}.presentation-clients__clients{padding-top:20px;display:flex;align-items:center}.presentation-clients__clients p{margin-left:10px;font-size:16px}@media (min-width: 1270px){.presentation-clients__clients{padding-top:0;margin-top:auto}}.presentation-clients__clients-img{width:52px;height:52px;border-radius:50%;overflow:hidden}.presentation-clients__clients-img:not(:first-child){margin-left:-16px}.presentation-clients__clients-img img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.presentation-clients__stats{display:flex;flex-direction:column;gap:40px}.presentation-clients__stats li{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--stroke-grey-color)}.presentation-clients__stats-number{font-weight:500;font-size:80px;line-height:1.2}.presentation-clients__stats-number span{color:var(--accent-color)}@media (min-width: 1270px){.presentation-clients__stats-number{font-size:100px}}@media (min-width: 1750px){.presentation-clients__stats-number{font-size:120px}}.presentation-clients__stats-info{font-size:16px}.challenges{margin:100px 0}@media (min-width: 1270px){.challenges{margin:120px 0 180px}}.challenges__info{margin-bottom:40px;display:flex;flex-direction:column;gap:15px;max-width:845px}.challenges__info .section-subtitle{margin-bottom:0}.challenges__info .p1{color:var(--text-grey-color)}@media (min-width: 1750px){.challenges__info{margin-bottom:60px}.challenges__info .p1{font-size:16px}}.challenges__items{padding:0 var(--padding)}@media (min-width: 1270px){.challenges__items{padding:0}}.challenges__items .mfs-snap__track{--peek: 0px;--per: 1;--mfs-snap-gap: 15px;padding-inline:var(--peek);scroll-padding-inline:var(--peek);align-items:stretch}@media (min-width: 1270px){.challenges__items .mfs-snap__track{--peek: 11%;--per: 3;--mfs-snap-gap: 20px}}@media (min-width: 1441px){.challenges__items .mfs-snap__track{--peek: 5%;--per: 4}}.challenges__items .mfs-snap__item{width:calc((100% - (var(--per) - 1) * var(--mfs-snap-gap)) / var(--per))}.challenges__items .mfs-snap__dots{margin-top:20px;display:flex;gap:4px;height:6px}.challenges__items .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;flex:1 1 auto;width:100%;height:100%;border-radius:1px;background-color:var(--stroke-light-grey-color)}.challenges__items .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.challenges__items .mfs-snap__dots .mfs-snap__dot[aria-current]{min-width:100px;background-color:var(--accent-color)}@media (min-width: 1270px){.challenges__items .mfs-snap__dots .mfs-snap__dot{flex:0 0 auto;width:60px}.challenges__items .mfs-snap__dots .mfs-snap__dot[aria-current]{min-width:143px}}@media (min-width: 1750px){.challenges__items .mfs-snap__dots{margin-top:30px}}.challenges__items .mfs-snap__arrows{display:none}@media (min-width: 1270px){.challenges__items .mfs-snap__arrows{position:absolute;right:calc(50% - var(--container-small) / 2);top:-40px;transform:translateY(-100%);display:flex;justify-content:center;gap:10px}}@media (min-width: 1750px){.challenges__items .mfs-snap__arrows{top:-60px}}.challenges__items .mfs-snap__arrow{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:34px;height:34px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:1px;transition:background-color .3s ease}.challenges__items .mfs-snap__arrow:disabled{cursor:default}.challenges__items .mfs-snap__arrow svg{width:17px;height:13px}.challenges__items .mfs-snap__arrow--prev{background-color:var(--fill-grey-color)}.challenges__items .mfs-snap__arrow--prev:hover{background-color:var(--stroke-light-grey-color)}.challenges__items .mfs-snap__arrow--next{background-color:var(--accent-color)}.challenges__items .mfs-snap__arrow--next:hover{background-color:var(--accent-light-color)}.challenges-item{height:100%;padding:20px;border-radius:1px;border:1px solid var(--stroke-light-grey-color);display:flex;flex-direction:column;gap:18px;--icon-size: 28px}.challenges-item img,.challenges-item svg{display:block;width:var(--icon-size);height:var(--icon-size);-o-object-fit:cover;object-fit:cover}.challenges-item h3{min-height:50px;font-size:18px;font-weight:500;text-transform:capitalize}@media (min-width: 1270px){.challenges-item{padding:30px;--icon-size: 38px}.challenges-item h3{min-height:56px;font-size:20px}}@media (min-width: 1750px){.challenges-item{gap:24px;--icon-size: 48px}.challenges-item h3{min-height:58px;font-size:24px;line-height:1.2}}.challenges-item__desc{font-size:14px;color:var(--text-grey-color);padding:18px 0;display:flex;align-items:flex-start;border:1px solid var(--stroke-light-grey-color);border-left:none;border-right:none}.challenges-item__desc:before{content:"";flex:0 0 auto;width:8.75px;margin-left:3px;margin-right:18px;margin-top:6px;border:1.25px solid currentColor}@media (min-width: 1750px){.challenges-item__desc{padding:24px 0;font-size:16px}.challenges-item__desc span{max-width:288px}.challenges-item__desc:before{margin-top:8px}}.challenges-item__quote{flex:1 1 auto;padding:15px;display:flex;align-items:flex-start;gap:8px;background:#2d40ae0d;border:1px solid rgba(45,64,174,.7);border-radius:1px;color:var(--accent-color);font-size:14px;--icon-size: 20px}.challenges-item__quote svg{width:var(--icon-size);height:var(--icon-size);flex:0 0 auto}@media (min-width: 1270px){.challenges-item__quote{padding:20px;--icon-size: 24px}}@media (min-width: 1750px){.challenges-item__quote{font-size:16px}}.why-choose-us{margin:100px 0}@media (min-width: 1270px){.why-choose-us{margin:180px 0}}@media (min-width: 1750px){.why-choose-us{--container-small: 1197px}}.why-choose-us__info{margin:0 auto 40px;display:flex;flex-direction:column;text-align:center;gap:15px;max-width:700px}.why-choose-us__info .section-subtitle{justify-content:center;margin-bottom:0}.why-choose-us__info .p1{color:var(--text-grey-color);max-width:600px;margin:0 auto}@media (min-width: 1270px){.why-choose-us__info .p1{font-size:16px}}@media (min-width: 1750px){.why-choose-us__info{margin-bottom:60px;max-width:800px}}.why-choose-us__items{margin-bottom:20px;display:grid;gap:20px}@media (min-width: 1270px){.why-choose-us__items{grid-template-columns:repeat(3,1fr)}}.why-choose-us-item{height:260px;padding:20px;border-radius:1px;border:1px solid var(--stroke-light-grey-color);display:flex;flex-direction:column;gap:15px;--icon-size: 38px}.why-choose-us-item:nth-child(2n){background-color:var(--fill-grey-color);border:none}.why-choose-us-item img,.why-choose-us-item svg{margin-bottom:auto;display:block;width:var(--icon-size);height:var(--icon-size);-o-object-fit:cover;object-fit:cover}@media (min-width: 1270px){.why-choose-us-item{padding:30px}}@media (min-width: 1750px){.why-choose-us-item{gap:25px;height:280px;--icon-size: 48px}}.why-choose-us-item__info{display:flex;flex-direction:column;gap:15px}.why-choose-us-item__info h3{font-size:18px}.why-choose-us-item__info h3 span,.why-choose-us-item__info h3 em{color:var(--accent-color)}.why-choose-us-item__info p{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.why-choose-us-item__info h3{font-size:20px}}@media (min-width: 1750px){.why-choose-us-item__info h3{font-size:24px;line-height:.9}.why-choose-us-item__info p{font-size:16px}}.why-choose-us__cta{display:flex;flex-direction:column;gap:30px;padding:20px;border-radius:1px;background:var(--fill-grey-color);color:var(--black-color)}@media (min-width: 1270px){.why-choose-us__cta{flex-direction:row;align-items:center;gap:30px;padding:30px;font-size:20px}}@media (min-width: 1750px){.why-choose-us__cta{font-size:24px}}.why-choose-us__cta>svg{--size: 44px;width:var(--size);height:var(--size)}@media (min-width: 1270px){.why-choose-us__cta>svg{--size: 54px}}@media (min-width: 1750px){.why-choose-us__cta>svg{--size: 64px}}.why-choose-us__cta .btn-main{width:100%;padding:13px 20px;line-height:1.42857;text-align:left;font-size:14px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 1270px){.why-choose-us__cta .btn-main{margin-left:auto;padding:18px 40px;width:200px}}@media (min-width: 1750px){.why-choose-us__cta .btn-main{width:232px}}.why-choose-us__cta-info h3{margin-bottom:10px;font-size:16px;font-weight:500}@media (min-width: 1750px){.why-choose-us__cta-info h3{font-size:18px}}.why-choose-us__cta-info p{margin-bottom:20px;max-width:500px;font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.why-choose-us__cta-info p{max-width:556px;font-size:16px}}.why-choose-us__cta-advantages{display:flex;flex-direction:column}@media (min-width: 1270px){.why-choose-us__cta-advantages{flex-direction:row;gap:20px}}@media (min-width: 1750px){.why-choose-us__cta-advantages{gap:28px}}.why-choose-us__cta-advantages li{padding:4px 0;display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}@media (min-width: 1270px){.why-choose-us__cta-advantages li{padding:10px 0}}@media (min-width: 1750px){.why-choose-us__cta-advantages li{gap:8px;font-size:toREm(14)}}.why-choose-us__cta-advantages li>svg{--size: 16px;width:var(--size);height:var(--size)}@media (min-width: 1270px){.why-choose-us__cta-advantages li>svg{--size: 16px}}@media (min-width: 1750px){.why-choose-us__cta-advantages li>svg{--size: 24px}}.visual-results{margin:100px 0}@media (min-width: 1270px){.visual-results{margin:100px 0 180px}}@media (min-width: 1750px){.visual-results{margin:180px 0}}.visual-results__info{margin-bottom:40px;text-align:center}.visual-results__info .section-subtitle{justify-content:center}.visual-results__info h2{margin-bottom:15px}.visual-results__info .p1{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.visual-results__info h2{max-width:700px;margin:0 auto 15px}.visual-results__info .p1{max-width:600px;margin:0 auto}}@media (min-width: 1750px){.visual-results__info{margin-bottom:60px}}.visual-results__slider{--vr-peek: 13%}.visual-results__slider .mfs-snap__track{padding-inline:var(--vr-peek);scroll-padding-inline:var(--vr-peek)}.visual-results__slider .mfs-snap__arrows{margin-top:30px;display:flex;justify-content:center;gap:15px}.visual-results__slider .mfs-snap__arrow{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:40px;height:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.visual-results__slider .mfs-snap__arrow:disabled{cursor:default}.visual-results__slider .mfs-snap__arrow svg{width:23px;height:23px}.visual-results__slider .mfs-snap__arrow--prev{background-color:var(--fill-grey-color)}.visual-results__slider .mfs-snap__arrow--prev:hover{background-color:var(--stroke-light-grey-color)}.visual-results__slider .mfs-snap__arrow--next{background-color:var(--accent-color)}.visual-results__slider .mfs-snap__arrow--next:hover{background-color:var(--accent-light-color)}@media (min-width: 1270px){.visual-results__slider .mfs-snap__arrow{width:80px;height:80px}.visual-results__slider .mfs-snap__arrow svg{width:46px;height:46px}}.visual-results__items{display:grid;gap:4px}@media (min-width: 1270px){.visual-results__items{grid-template-columns:repeat(3,1fr);gap:10px}}.visual-results__btn.btn-secondary-black{display:block;margin:40px auto 0}@media (min-width: 1750px){.visual-results__btn.btn-secondary-black{margin-top:60px}}.visual-results-item{height:450px;--extra-height: 250px;position:relative;overflow:hidden}.visual-results-item.extra-item{display:none}.visual-results-item>div{height:100%}.visual-results-item iframe,.visual-results-item img,.visual-results-item video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}.visual-results-item:nth-child(22n+1),.visual-results-item:nth-child(22n+4),.visual-results-item:nth-child(22n+6),.visual-results-item:nth-child(22n+11),.visual-results-item:nth-child(22n+20){height:var(--extra-height)}@media (min-width: 1270px){.visual-results-item{--extra-height: 450px}.visual-results-item iframe,.visual-results-item img,.visual-results-item video{width:100%;-o-object-position:left center;object-position:left center;border-radius:1px}.visual-results-item.stretch{grid-column:span 2}.visual-results-item:hover .visual-results-item__title{opacity:1}}@media (min-width: 1750px){.visual-results-item{height:700px;--extra-height: 700px}.visual-results-item.is-slider{height:789px}}.visual-results-item__title{position:absolute;left:0;right:0;bottom:0;padding:20px;min-height:200px;display:flex;align-items:flex-end;opacity:0;transition:opacity .3s ease;font-size:24px;font-weight:500;color:var(--white-color);background:linear-gradient(360deg,#00000080 12.98%,#0000);border-radius:1px}.worldwide-rendering{--margin: 100px;margin-top:var(--margin);margin-bottom:var(--margin)}@media (min-width: 1270px){.worldwide-rendering{--margin: 180px}}.worldwide-rendering .container{display:flex;justify-content:space-between;flex-direction:column;gap:40px}@media (min-width: 1270px){.worldwide-rendering .container{flex-direction:row;align-items:center;gap:60px}}@media (min-width: 1750px){.worldwide-rendering .container{gap:75px}}.worldwide-rendering__info{flex:0 0 auto;max-width:556px;display:flex;flex-direction:column;gap:40px}@media (min-width: 1750px){.worldwide-rendering__info{max-width:710px;gap:60px}}.worldwide-rendering__info .btn-main{display:none}@media (min-width: 1270px){.worldwide-rendering__info .btn-main{display:block}}.worldwide-rendering__desc{font-size:14px;color:var(--text-grey-color)}.worldwide-rendering__desc ul{padding-left:20px;list-style:disc;display:flex;flex-direction:column;gap:1em 0}.worldwide-rendering__desc b,.worldwide-rendering__desc strong{font-weight:500;color:var(--black-color)}@media (min-width: 1750px){.worldwide-rendering__desc{font-size:18px}}.worldwide-rendering__particle-wrapper{flex:0 0 auto;width:100%;padding-bottom:100%;position:relative}.worldwide-rendering__particle-wrapper.is-active img{display:none}@media (min-width: 1270px){.worldwide-rendering__particle-wrapper{width:524px;height:524px;padding-bottom:0}.worldwide-rendering__particle-wrapper:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:449px;height:449px;background:#2d40ae26;border-radius:50%;filter:blur(100px);pointer-events:none}}@media (min-width: 1750px){.worldwide-rendering__particle-wrapper{width:655px;height:655px}.worldwide-rendering__particle-wrapper:after{width:537px;height:537px;background:#2d40ae26}}.worldwide-rendering__particle-wrapper canvas,.worldwide-rendering__particle-wrapper img{position:absolute;left:0;top:0;display:block;width:100%;height:100%}@media (min-width: 1270px){.worldwide-rendering__particle-wrapper canvas,.worldwide-rendering__particle-wrapper img{position:static}}.worldwide-rendering__particle-wrapper.is-reveal{cursor:crosshair}.worldwide-rendering__particle-wrapper.is-reveal canvas,.worldwide-rendering__particle-wrapper.is-reveal img{position:absolute;inset:0;width:100%;height:100%;border-radius:var(--radius)}.worldwide-rendering__particle-wrapper.is-reveal canvas{z-index:1}.worldwide-rendering__particle-wrapper.is-reveal-static img{border-radius:var(--radius)}.worldwide-rendering__hint{position:absolute;left:50%;bottom:20px;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:8px;padding:9px 18px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--white-color);background-color:var(--accent-color);border-radius:22px;box-shadow:0 6px 20px #2d40ae59;opacity:0;transition:opacity .4s ease;pointer-events:none}.worldwide-rendering__hint:before{content:"";width:7px;height:7px;border-radius:50%;background-color:var(--white-color);animation:worldwide-hint-pulse 1.6s ease-in-out infinite}.is-reveal:not(.is-touched) .worldwide-rendering__hint{opacity:1;animation:worldwide-hint-bob 2.4s ease-in-out infinite}@keyframes worldwide-hint-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.7);opacity:.55}}@keyframes worldwide-hint-bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-5px)}}@media (prefers-reduced-motion: reduce){.worldwide-rendering__hint,.worldwide-rendering__hint:before{animation:none!important}}.design-services{margin:100px 0 110px}@media (min-width: 1270px){.design-services{margin-bottom:180px}}@media (min-width: 1750px){.design-services{margin:150px 0 200px}}.design-services__info{margin:0 auto 40px;max-width:700px;display:flex;flex-direction:column;gap:15px;text-align:center}.design-services__info>p{color:var(--text-grey-color)}@media (min-width: 1270px){.design-services__info{margin-bottom:50.5px}.design-services__info>p{max-width:600px;margin:0 auto}}@media (min-width: 1750px){.design-services__info{margin-bottom:60px;max-width:944px}}.design-services__items{display:flex;flex-direction:column;gap:20px;counter-reset:design-services-items}@media (min-width: 1270px){.design-services__items{flex-direction:row;flex-wrap:wrap;gap:30px}}.design-services-item{min-height:280px;padding:20px;border-radius:1px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.design-services-item:not(:nth-child(2)):not(:nth-child(4)){background-color:var(--fill-grey-color)}.design-services-item:nth-child(2),.design-services-item:nth-child(4){border:1px solid var(--stroke-light-grey-color);--size: 20px;--btn-color: var(--fill-grey-color)}.design-services-item:nth-child(2):after,.design-services-item:nth-child(4):after{content:"";position:absolute;left:calc(-1 * var(--size) / 2);top:calc(-1 * var(--size) / 2);width:calc(100% + var(--size));height:calc(100% + var(--size));display:block;pointer-events:none;background:url(../img/icons/plus-accent.svg) no-repeat 0 0/var(--size),url(../img/icons/plus-accent.svg) no-repeat 100% 0/var(--size),url(../img/icons/plus-accent.svg) no-repeat 0 100%/var(--size),url(../img/icons/plus-accent.svg) no-repeat 100% 100%/var(--size)}.design-services-item:before{counter-increment:design-services-items;content:"0" counter(design-services-items);display:block;margin-bottom:50px;font-size:70px;line-height:1.2;color:var(--text-light-grey-color)}.design-services-item img{display:none}.design-services-item.expanded:before{opacity:0;visibility:hidden;height:0;width:0}.design-services-item.expanded.extended .design-services-item__text{-webkit-line-clamp:unset;line-clamp:unset;overflow:initial;padding-right:0}@media (min-width: 1270px){.design-services-item{flex:0 0 auto;min-height:311px;min-width:287px}.design-services-item:nth-child(1),.design-services-item:nth-child(5){width:499px}.design-services-item:nth-child(2),.design-services-item:nth-child(6){width:287px}.design-services-item:nth-child(3),.design-services-item:nth-child(4){width:394px}.design-services-item:nth-child(2),.design-services-item:nth-child(4){--size: 21px}.design-services-item:nth-child(7){width:711px}.design-services-item:nth-child(8){width:499px}.design-services-item:last-child{flex:1 1 auto}.design-services-item.extended{height:400px}.design-services-item.extended:before{margin-bottom:0}.design-services-item.extended:nth-child(1),.design-services-item.extended:nth-child(5){width:var(--desktop-width, 499px)}.design-services-item.extended:nth-child(2),.design-services-item.extended:nth-child(6){width:var(--desktop-width, 287px)}.design-services-item.extended:nth-child(3),.design-services-item.extended:nth-child(4){width:var(--desktop-width, 394px)}.design-services-item.extended:nth-child(7){width:var(--desktop-width, 711px)}.design-services-item.extended:nth-child(8){width:var(--desktop-width, 499px)}.design-services-item:before{font-size:80px;line-height:1}.design-services-item img{position:absolute;left:0;top:0;display:block;width:100%;height:100%;opacity:0;transition:opacity .3s ease;-o-object-fit:cover;object-fit:cover}.design-services-item:hover img{opacity:1}.design-services-item:hover .design-services-item__more-btn{color:var(--purple-color)}.design-services-item:hover .design-services-item__info:before{opacity:1}.design-services-item:hover.extended .design-services-item__info,.design-services-item:hover.extended .design-services-item__info .design-services-item__text,.design-services-item:hover:not(:nth-child(2)):not(:nth-child(5)) .design-services-item__info,.design-services-item:hover:not(:nth-child(2)):not(:nth-child(5)) .design-services-item__info .design-services-item__text{color:var(--white-color)}.design-services-item:hover:not(.extended):nth-child(2) .design-services-item__info .design-services-item__text,.design-services-item:hover:not(.extended):nth-child(5) .design-services-item__info .design-services-item__text{color:var(--black-color)}.design-services-item:hover:not(.extended):nth-child(2) .design-services-item__info:before,.design-services-item:hover:not(.extended):nth-child(5) .design-services-item__info:before{opacity:0}}@media (min-width: 1750px){.design-services-item{min-height:436px;min-width:408px;padding:30px 20px}.design-services-item:nth-child(1),.design-services-item:nth-child(5){width:700px}.design-services-item:nth-child(2),.design-services-item:nth-child(6){width:408px}.design-services-item:nth-child(3),.design-services-item:nth-child(4){width:552px}.design-services-item:nth-child(7){width:990px}.design-services-item:nth-child(8){width:700px}.design-services-item.extended{height:436px}.design-services-item.extended:nth-child(1),.design-services-item.extended:nth-child(5){width:var(--desktop-width, 700px)}.design-services-item.extended:nth-child(2),.design-services-item.extended:nth-child(6){width:var(--desktop-width, 408px)}.design-services-item.extended:nth-child(3),.design-services-item.extended:nth-child(4){width:var(--desktop-width, 552px)}.design-services-item.extended:nth-child(7){width:var(--desktop-width, 990px)}.design-services-item.extended:nth-child(8){width:var(--desktop-width, 700px)}.design-services-item:before{font-size:100px}}.design-services-item__btn{display:inline-block;margin:30px 0 0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:500;color:var(--accent-color);background:var(--btn-color, var(--white-color));border-radius:1px;cursor:pointer;transition:color .3s ease,background-color .3s ease}.design-services-item__btn:disabled{cursor:default}.design-services-item__btn:disabled{color:var(--stroke-light-grey-color)}.design-services-item__btn:disabled .design-services-item__btn-icon{background-color:var(--stroke-light-grey-color)}@media (min-width: 1270px){.design-services-item__btn{position:absolute;right:20px;top:20px;z-index:2;margin-top:0;width:auto}.design-services-item__btn:hover:not(:disabled){background-color:var(--accent-color);color:var(--white-color)}.design-services-item__btn:active:not(:disabled){background-color:var(--accent-hover-color);color:var(--white-color)}.design-services-item__btn:active:not(:disabled) .design-services-item__btn-icon{background-color:var(--accent-hover-color)}}@media (min-width: 1750px){.design-services-item__btn{right:30px;top:30px}}.design-services-item__btn-icon{flex:0 0 auto;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-color);border-radius:1px;transition:background-color .3s ease}.design-services-item__btn-icon svg{width:18px;height:18px}.design-services-item__btn-title{padding-left:8px;padding-right:10px}.design-services-item__info{margin-top:auto;display:flex;flex-direction:column;gap:15px}.design-services-item__info h3{position:relative;z-index:2}@media (min-width: 1270px){.design-services-item__info{max-width:100%}.design-services-item__info h3{font-size:24px}.design-services-item__info:before{content:"";position:absolute;left:0;right:0;bottom:0;display:block;height:238px;background:linear-gradient(360deg,var(--black-color) 12.98%,rgba(0,0,0,0) 100%);opacity:0;transition:opacity .3s ease}}@media (min-width: 1750px){.design-services-item__info h3{font-size:32px}}.design-services-item__text{position:relative;z-index:2;color:var(--text-grey-color)}@media (min-width: 1270px){.design-services-item__text{min-height:67px}}@media (min-width: 1750px){.design-services-item__text{min-height:76px}}.design-services-item.extended .design-services-item__text{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0}.design-services-item__more-btn{position:relative;z-index:3;align-self:flex-start;display:inline-block;margin-top:8px;background:none;border:none;border-bottom:1px solid currentColor;color:var(--accent-color);cursor:pointer;transition:border-color .3s ease,color .3s ease;font-size:14px;font-weight:400;text-align:left}.design-services-item__more-btn:hover{border-color:transparent}.design-services-item__more-btn.hidden{display:none}@media (min-width: 1270px){.design-services-item__more-btn{font-size:16px}}.our-work{margin:100px 0}@media (min-width: 1270px){.our-work{margin:180px 0}}@media (min-width: 1750px){.our-work{margin:200px 0}}.our-work__info{margin-bottom:40px;display:flex;flex-direction:column;gap:15px}.our-work__info>p{align-self:flex-end;max-width:266px;color:var(--text-grey-color);font-size:12px}@media (min-width: 1270px){.our-work__info{min-height:221px;flex-direction:row;justify-content:flex-start;gap:30px}.our-work__info h2{max-width:605px}.our-work__info>p{max-width:500px;font-size:16px}}@media (min-width: 1750px){.our-work__info{min-height:242px;margin-bottom:60px;gap:35px}.our-work__info h2{max-width:845px}.our-work__info>p{max-width:694px;font-size:18px}}.our-work__items{display:grid;gap:20px}@media (min-width: 1270px){.our-work__items{display:flex;gap:30px}.our-work__items>*{flex:0 1 calc(33.33% - 20px)}.our-work__items:not(.no-stretch)>*{transition:flex-basis .3s ease}.our-work__items:not(.no-stretch)>*:hover{flex-basis:calc(35% - 20px)}}.selective-works{margin:100px 0}@media (min-width: 1270px){.selective-works{margin:180px 0}.selective-works .container{max-width:984px}}@media (min-width: 1750px){.selective-works{margin:200px 0}.selective-works .container{max-width:1197px}}.selective-works__info{margin-bottom:40px;display:flex;flex-direction:column;gap:15px}.selective-works__info>p{color:var(--text-grey-color);font-size:16px}@media (min-width: 1270px){.selective-works__info{max-width:710px;margin:0 auto 40px;text-align:center}.selective-works__info>p{max-width:500px;margin:0 auto}}@media (min-width: 1750px){.selective-works__info{margin-bottom:60px}.selective-works__info>p{max-width:600px}}.selective-works__items{position:relative}.selective-works__items .mfs-snap__track{--mfs-snap-gap: 15px}@media (min-width: 1270px){.selective-works__items .mfs-snap__track{--mfs-snap-gap: 20px}}@media (min-width: 1750px){.selective-works__items .mfs-snap__track{--mfs-snap-gap: 30px}}.selective-works__items .mfs-snap__dots{margin-top:20px;display:flex;gap:4px;height:6px}.selective-works__items .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;flex:1 1 auto;width:100%;height:100%;border-radius:1px;background-color:var(--stroke-light-grey-color)}.selective-works__items .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.selective-works__items .mfs-snap__dots .mfs-snap__dot[aria-current]{min-width:100px;background-color:var(--accent-color)}@media (min-width: 1270px){.selective-works__items .mfs-snap__dots{margin-top:30px}.selective-works__items .mfs-snap__dots .mfs-snap__dot{flex:0 0 auto;width:60px}.selective-works__items .mfs-snap__dots .mfs-snap__dot[aria-current]{min-width:143px}}.selective-works__items .mfs-snap__arrows{display:none}@media (min-width: 1270px){.selective-works__items .mfs-snap__arrows{position:absolute;right:30px;top:30px;display:flex;justify-content:center;gap:10px}}.selective-works__items .mfs-snap__arrow{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:34px;height:34px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:1px;transition:background-color .3s ease}.selective-works__items .mfs-snap__arrow:disabled{cursor:default}.selective-works__items .mfs-snap__arrow svg{width:17px;height:13px}.selective-works__items .mfs-snap__arrow--prev{background-color:var(--fill-grey-color)}.selective-works__items .mfs-snap__arrow--prev:hover{background-color:var(--stroke-light-grey-color)}.selective-works__items .mfs-snap__arrow--next{background-color:var(--accent-color)}.selective-works__items .mfs-snap__arrow--next:hover{background-color:var(--accent-light-color)}.selective-works-item{position:relative;border-radius:1px;overflow:hidden}.selective-works-item.expanded .selective-works-item__desc{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:initial}.selective-works-item img{width:100%;height:234px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media (min-width: 1270px){.selective-works-item{display:flex;flex-direction:row;height:500px}.selective-works-item img{position:absolute;left:0;top:0;height:100%;-o-object-position:right top;object-position:right top}.selective-works-item.collapsed .selective-works-item__info{margin:30px;padding:15px}.selective-works-item.collapsed .selective-works-item__info h3,.selective-works-item.collapsed .selective-works-item__info .selective-works-item__desc,.selective-works-item.collapsed .selective-works-item__info .selective-works-item__link span{display:none}.selective-works-item.collapsed .selective-works-item__collapse-btn{margin:0 auto;transform:rotate(180deg)}.selective-works-item.collapsed .selective-works-item__link{padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}}@media (min-width: 1750px){.selective-works-item{height:614px}.selective-works-item.collapsed .selective-works-item__link{width:34px;height:34px}}.selective-works-item__info{margin-top:-72px;position:relative;z-index:2;padding:20px;display:flex;flex-direction:column;gap:40px;border-radius:1px;background-color:var(--fill-grey-color)}.selective-works-item__info h3{margin-bottom:15px;font-size:18px}@media (min-width: 1270px){.selective-works-item__info{margin-top:0;padding:30px;flex:0 0 auto;max-width:502px}.selective-works-item__info h3{margin-bottom:15px;font-size:20px}}@media (min-width: 1750px){.selective-works-item__info{max-width:586px;gap:60px}.selective-works-item__info h3{max-width:462px;font-size:24px}}.selective-works-item__info .selective-works-item__desc{color:var(--text-grey-color);font-size:14px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.selective-works-item__info .selective-works-item__desc p+p{margin-top:1em}@media (min-width: 1270px){.selective-works-item__info .selective-works-item__desc{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:initial}}@media (min-width: 1750px){.selective-works-item__info .selective-works-item__desc{max-width:462px;font-size:16px}}.selective-works-item__collapse-btn{display:none}@media (min-width: 1270px){.selective-works-item__collapse-btn{display:block;margin-left:auto;margin-bottom:16px;width:24px;height:24px}.selective-works-item__collapse-btn svg{width:100%;height:100%}}@media (min-width: 1750px){.selective-works-item__collapse-btn{width:34px;height:34px;margin-bottom:36px}}.selective-works-item__more-btn{margin-top:10px;font-weight:400;font-size:16px;line-height:17px;text-align:left;letter-spacing:-.02em;text-decoration:none;color:var(--accent-color);border-bottom:1px solid currentColor;cursor:pointer;transition:border-color .3s ease}.selective-works-item__more-btn.hidden{display:none}@media (min-width: 1270px){.selective-works-item__more-btn{display:none}}.selective-works-item__link{margin-top:auto;display:flex;gap:10px;align-items:center;justify-content:space-between;padding:18px 30px;font-size:14px;line-height:1.4}.cta{background:var(--accent-color) url(../img/icons/cta-lines.svg) no-repeat -333px -48px;color:var(--white-color);text-align:center;--margin: 100px;margin-top:var(--margin);margin-bottom:var(--margin);margin-left:calc(-1 * var(--padding));width:calc(100% + var(--padding) * 2);padding:120px 15px}.cta h2{font-size:28px}@media (min-width: 1270px){.cta{--margin: 180px;padding:108px 0;margin-left:0;width:100%;border-radius:1px;background-position:center -48px}.cta h2{font-size:50px}.cta p{max-width:496px;margin:0 auto}}@media (min-width: 1750px){.cta{padding:188.5px 0;background-position:center 0}.cta h2{font-size:60px}.cta p{max-width:600px}}.cta__container{display:flex;flex-direction:column;align-items:center;gap:30px;max-width:800px;margin:0 auto}@media (min-width: 1750px){.cta__container{max-width:1000px}}.cta-form-section{--size: 32px;margin:100px 0;padding:60px 20px;position:relative;display:flex;flex-direction:column;gap:60px;border-radius:1px;overflow:hidden}.cta-form-section:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:block;pointer-events:none;background:url(../img/icons/plus-grey.svg) no-repeat 0 0/var(--size),url(../img/icons/plus-grey.svg) no-repeat 100% 0/var(--size),url(../img/icons/plus-grey.svg) no-repeat 0 100%/var(--size),url(../img/icons/plus-grey.svg) no-repeat 100% 100%/var(--size)}@media (min-width: 1270px){.cta-form-section{--size: 44px;margin:180px 0;padding:47px 47px 47px 80px;flex-direction:row;gap:55px;border-radius:1px}}@media (min-width: 1750px){.cta-form-section{margin:200px 0;padding:80px;gap:180px;border-radius:1px}}.cta-form-section__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.cta-form-section__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cta-form-section__info{color:var(--white-color);display:flex;flex-direction:column;gap:30px}.cta-form-section__info h2{font-size:22px;font-weight:400}@media (min-width: 1270px){.cta-form-section__info h2{font-size:42px;max-width:500px}}@media (min-width: 1750px){.cta-form-section__info h2{font-size:58px;max-width:623px}}.cta-form-section__desc{font-size:14px}@media (min-width: 1270px){.cta-form-section__desc{font-size:16px;max-width:500px}}@media (min-width: 1750px){.cta-form-section__desc{max-width:623px}}.cta-form-section__desc ul{margin-left:20px;list-style-type:disc}.cta-form-section__desc b,.cta-form-section__desc strong{font-weight:600}.cta-form-section__clients{display:grid;grid-template-columns:repeat(3,97px);gap:7px}@media (min-width: 1270px){.cta-form-section__clients{margin-top:auto;grid-template-columns:repeat(4,130px);gap:10px}}@media (min-width: 1750px){.cta-form-section__clients{grid-template-columns:repeat(4,190px);gap:19.5px}}.cta-form-section__client{display:flex;align-items:center;justify-content:center;height:59px;width:100%;border:.5px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.cta-form-section__client{height:80px}}@media (min-width: 1750px){.cta-form-section__client{height:117px}}.cta-form-section__client:last-child{display:none}@media (min-width: 1270px){.cta-form-section__client:last-child{display:flex}}.cta-form-section__client img{max-width:65px;max-height:45px;-o-object-fit:contain;object-fit:contain}@media (min-width: 1270px){.cta-form-section__client img{max-width:86px;max-height:39px}}@media (min-width: 1750px){.cta-form-section__client img{max-width:126px;max-height:56px}}.cta-form-section__form{padding:15px;display:flex;flex-direction:column;gap:20px;background-color:var(--white-color);border-radius:1px}@media (min-width: 1270px){.cta-form-section__form{padding:30px;width:500px;flex:0 0 auto;gap:30px;border-radius:1px}}@media (min-width: 1750px){.cta-form-section__form{width:562px}}.cta-form-section__form.is-success form,.cta-form-section__form.is-success .cta-form__privacy{display:none}.cta-form-section__form.is-success .cta-form__success{display:block}.cta-form-section__form-title{font-size:16px;font-weight:500;text-align:center}@media (min-width: 1270px){.cta-form-section__form-title{font-size:24px}}@media (min-width: 1750px){.cta-form-section__form-title{font-size:32px}}.cta-form{display:flex;flex-direction:column;gap:8px}.cta-form button{margin-top:12px}@media (min-width: 1270px){.cta-form{gap:15px}.cta-form button{margin-top:15px;height:61px}}.cta-form__input{display:flex;flex-direction:column;gap:6px}.cta-form__input.error .cta-form__error{display:block}.cta-form__input.error .cta-form__label{color:var(--error-red-color)}.cta-form__input.error input{color:var(--error-red-color);border-color:var(--error-red-color)}.cta-form__input.error input::-moz-placeholder{color:var(--error-red-color)}.cta-form__input.error input::placeholder{color:var(--error-red-color)}.cta-form__input input,.cta-form__input textarea{width:100%;height:44px;padding:0 16px;background-color:var(--white-color);border:1px solid var(--stroke-light-grey-color);border-radius:1px;transition:border-color .3s ease,color .3s ease;color:var(--black-color);font-family:inherit;font-size:12px;line-height:1.4}.cta-form__input input::-moz-placeholder,.cta-form__input textarea::-moz-placeholder{color:var(--text-grey-color)}.cta-form__input input::placeholder,.cta-form__input textarea::placeholder{color:var(--text-grey-color)}.cta-form__input input:hover,.cta-form__input input:focus,.cta-form__input textarea:hover,.cta-form__input textarea:focus{border-color:var(--accent-color)}.cta-form__input input:focus,.cta-form__input textarea:focus{outline:none}@media (min-width: 1270px){.cta-form__input input,.cta-form__input textarea{height:auto;padding:16px;font-size:16px}}.cta-form__input textarea{padding-top:13.5px;resize:vertical}@media (min-width: 1270px){.cta-form__input textarea{padding-top:16px}}.cta-form__error{display:none;font-size:14px;font-weight:500;color:var(--error-red-color)}.cta-form__success{display:none;font-size:14px;text-align:center;color:var(--text-grey-color)}.cta-form__success b{font-weight:500;display:block}.cta-form__success a{color:inherit;text-decoration:none;border-bottom:1px solid var(--black-color);transition:border-color .3s ease}.cta-form__success a:hover{border-color:transparent}@media (min-width: 1270px){.cta-form__success{font-size:16px}}.cta-form__privacy{font-size:10px;font-weight:500;text-align:center;color:var(--text-grey-color)}.cta-form__privacy a{color:var(--accent-color);text-decoration:underline}@media (min-width: 1270px){.cta-form__privacy{font-size:14px;max-width:350px;margin:0 auto}}.price{margin:100px 0}@media (min-width: 1270px){.price{margin:180px 0;--container-small: 984px}}@media (min-width: 1750px){.price{--container-small: 1197px}}.price__info{margin:0 auto 40px;display:flex;flex-direction:column;text-align:center;gap:15px;max-width:700px}.price__info .section-subtitle{justify-content:center;margin-bottom:0}.price__info .p1{color:var(--text-grey-color);max-width:550px;margin:0 auto}@media (min-width: 1270px){.price__info .p1{font-size:16px}}@media (min-width: 1750px){.price__info{margin-bottom:60px;max-width:800px}.price__info .p1{max-width:650px}}.price__items{margin-bottom:20px;display:grid;gap:16px}@media (min-width: 1270px){.price__items{grid-template-columns:repeat(3,1fr)}}.price-item{padding:20px;border-radius:1px;border:1px solid var(--stroke-light-grey-color);display:flex;flex-direction:column;color:var(--text-grey-color)}.price-item:nth-child(2n){background-color:var(--black-color);color:var(--text-light-grey-color)}.price-item:nth-child(2n) .price-item__title{color:var(--white-color)}.price-item:nth-child(2n) .price-item__price{border-bottom-color:var(--stroke-grey-color);color:var(--white-color)}.price-item:nth-child(2n) .price-item__price .price{color:var(--white-color)}.price-item .btn-main{line-height:58px;border:1px solid var(--accent-color)}.price-item:nth-child(2n-1) .btn-main{background-color:transparent;color:var(--accent-color)}.price-item em{font-style:normal;color:var(--accent-color)}@media (min-width: 1270px){.price-item{padding:24px}}@media (min-width: 1750px){.price-item{padding:30px}}.price-item__header{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:10px;--icon-size: 24px}.price-item__header img,.price-item__header svg{display:block;width:var(--icon-size);height:var(--icon-size);-o-object-fit:cover;object-fit:cover}@media (min-width: 1270px){.price-item__header{--icon-size: 38px}}@media (min-width: 1750px){.price-item__header{margin-bottom:30px;align-items:flex-start;--icon-size: 48px}}.price-item__badge{padding:8px;border-radius:1px;background-color:var(--accent-color);color:var(--white-color);font-size:8px;text-transform:uppercase;font-weight:600}@media (min-width: 1270px){.price-item__badge{padding:10px 15px}}@media (min-width: 1750px){.price-item__badge{font-size:10px}}.price-item__title{margin-bottom:4px;font-size:18px;font-weight:500;color:var(--black-color)}@media (min-width: 1270px){.price-item__title{font-size:20px}}@media (min-width: 1750px){.price-item__title{margin-bottom:10px;font-size:24px}}.price-item__price{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--stroke-light-grey-color);font-size:14px;font-weight:500}.price-item__price .custom{display:block;padding-top:11px;min-height:45px;font-size:20px}.price-item__price .price{margin:0 15px;font-weight:600;font-size:28px;color:var(--black-color)}@media (min-width: 1270px){.price-item__price{padding-bottom:38px;font-size:16px}.price-item__price .price{font-size:36px}}@media (min-width: 1750px){.price-item__price{padding-bottom:30px;margin-bottom:30px;font-size:18px}.price-item__price .custom{font-size:24px;padding-top:20px;padding-bottom:7px}.price-item__price .price{font-size:42px}}.price-item__desc,.price-item__best-for{margin-bottom:30px;font-size:14px;font-weight:500}@media (min-width: 1750px){.price-item__desc,.price-item__best-for{margin-bottom:40px;font-size:16px}}.price-item__best-for-title{margin-top:auto;margin-bottom:20px;font-weight:600;font-size:14px;text-transform:uppercase;color:var(--accent-color)}@media (min-width: 1750px){.price-item__best-for-title{font-size:16px}}.price__cta{display:flex;flex-direction:column;gap:30px;padding:20px;border-radius:1px;background:var(--fill-grey-color);color:var(--black-color)}@media (min-width: 1270px){.price__cta{flex-direction:row;align-items:center;gap:30px;padding:30px;font-size:20px}}@media (min-width: 1750px){.price__cta{font-size:24px}}.price__cta>svg{--size: 44px;width:var(--size);height:var(--size)}@media (min-width: 1270px){.price__cta>svg{--size: 54px}}@media (min-width: 1750px){.price__cta>svg{--size: 64px}}.price__cta .btn-main{width:100%;padding:13px 20px;line-height:1.42857;text-align:left;font-size:14px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 1270px){.price__cta .btn-main{margin-left:auto;padding:18px 40px;gap:16px;min-width:200px;width:-moz-fit-content;width:fit-content}}@media (min-width: 1750px){.price__cta .btn-main{min-width:300px;width:-moz-fit-content;width:fit-content}}.price__cta-info h3{margin-bottom:10px;font-size:16px;font-weight:500}@media (min-width: 1750px){.price__cta-info h3{font-size:18px}}.price__cta-info p{max-width:500px;font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.price__cta-info p{max-width:608px;font-size:16px}}.price__cost-answer{margin-bottom:20px;padding:24px;border-radius:1px;border:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.price__cost-answer{padding:32px 36px}}.price__cost-q{margin-bottom:12px;font-size:18px;font-weight:500;color:var(--black-color)}@media (min-width: 1750px){.price__cost-q{font-size:22px}}.price__cost-answer-text{margin-bottom:20px;max-width:720px;font-size:15px;line-height:1.55;color:var(--black-color)}@media (min-width: 1270px){.price__cost-answer-text{font-size:16px}}.price__cost-rows{margin:0;padding:0;list-style:none;display:grid;gap:12px;max-width:640px}.price__cost-row{position:relative;padding-left:20px;font-size:14px;line-height:1.5;color:var(--text-grey-color)}@media (min-width: 1270px){.price__cost-row{font-size:15px}}.price__cost-row:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--accent-color)}.price__cost-line{display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:inherit;text-decoration:none}a.price__cost-line{transition:color .2s ease}a.price__cost-line:hover,a.price__cost-line:hover .price__cost-label,a.price__cost-line:hover .price__cost-price{color:var(--accent-color)}.price__cost-label{color:inherit}.price__cost-price{flex-shrink:0;font-weight:600;color:var(--black-color)}.price__cost-note{margin-top:14px;font-size:13px;color:var(--text-grey-color)}.mfsq{padding:64px 0;background:var(--black-color)}@media (min-width: 1270px){.mfsq{padding:90px 0}}.mfsq__intro{text-align:center;color:var(--white-color);margin-bottom:28px}.mfsq__intro .section-subtitle{color:var(--white-color);justify-content:center}.mfsq__intro h2{color:var(--white-color);font-size:26px;font-weight:400;margin:10px 0}@media (min-width: 1270px){.mfsq__intro h2{font-size:40px}}.mfsq__sub{font-size:14px;line-height:1.6;color:#ffffffb3;max-width:520px;margin:0 auto}@media (min-width: 1270px){.mfsq__sub{font-size:16px}}.mfsq__card{max-width:720px;margin:0 auto;padding:22px;background:var(--white-color);border-radius:1px}@media (min-width: 1270px){.mfsq__card{padding:36px 40px}}.mfsq__head{margin-bottom:24px}.mfsq__count{font-size:13px;color:var(--grey-550-color)}.mfsq__bar{display:flex;gap:6px;margin-top:8px}.mfsq__bar span{flex:1;height:4px;border-radius:1px;background:#e6e6ea;transition:background .25s ease}.mfsq__bar span.is-on{background:var(--accent-color)}.mfsq__step{display:none}.mfsq__step.is-on{display:block}.mfsq__step h3{font-size:19px;font-weight:500;color:var(--navy-color);margin:0 0 16px}@media (min-width: 1270px){.mfsq__step h3{font-size:22px}}.mfsq__opts{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 1270px){.mfsq__opts{grid-template-columns:1fr 1fr}}.mfsq__opt{width:100%;padding:15px 18px;text-align:left;background:var(--white-color);border:1px solid #e6e6ea;border-radius:1px;font-family:inherit;font-size:15px;color:var(--navy-color);cursor:pointer;transition:border-color .2s ease,background .2s ease}.mfsq__opt:hover{border-color:var(--accent-color);background:#f6f7fe}.mfsq__looks{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (min-width: 1270px){.mfsq__looks{grid-template-columns:repeat(4,1fr)}}.mfsq__look{display:flex;flex-direction:column;padding:0;overflow:hidden;background:var(--white-color);border:1px solid #e6e6ea;border-radius:1px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.mfsq__look:hover{border-color:var(--accent-color);transform:translateY(-2px)}.mfsq__look-img{display:block;line-height:0}.mfsq__look-img img{width:100%;height:104px;-o-object-fit:cover;object-fit:cover;display:block}.mfsq__look-cap{padding:10px 6px;font-size:13px;text-align:center;color:var(--navy-color)}.mfsq__gate-sub{font-size:14px;line-height:1.6;color:var(--grey-550-color);margin:0 0 16px}.mfsq__input{width:100%;height:48px;padding:0 16px;margin-bottom:10px;border:1px solid #e6e6ea;border-radius:1px;font-family:inherit;font-size:15px;color:var(--navy-color)}.mfsq__input:focus{outline:none;border-color:var(--accent-color)}.mfsq__input::-moz-placeholder{color:#8a8a86}.mfsq__input::placeholder{color:#8a8a86}.mfsq__submit{width:100%;height:52px;margin-top:4px;background:var(--accent-color);color:var(--white-color);border:none;border-radius:1px;font-family:inherit;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s ease}.mfsq__submit:hover{background:#24348a}.mfsq__fine{font-size:11px;color:#8a8a86;margin:10px 0 0}.mfsq__back{display:none;margin-top:18px;padding:0;background:none;border:none;color:var(--grey-550-color);font-family:inherit;font-size:13px;cursor:pointer}.mfsq__back.is-on{display:inline-block}.mfsq__back:hover{color:var(--navy-color)}.mfsq__result-eyebrow{font-size:13px;color:var(--grey-550-color);margin:0}.mfsq__result-head{font-size:22px;font-weight:500;color:var(--navy-color);margin:6px 0 14px;line-height:1.25}.mfsq__result-row{display:flex;align-items:flex-start;gap:8px;padding:9px 0;border-top:1px solid #ececed;font-size:14px;color:var(--navy-color)}.mfsq__result-row b{font-weight:500}.mfsq__result-row:before{content:"";flex:0 0 auto;width:7px;height:7px;margin-top:6px;border-radius:1px;background:var(--accent-color)}.mfsq__result-success{text-align:center;padding:24px 8px}.mfsq__result-success p{margin:6px 0}.mfsq__result-success .h{font-size:17px;font-weight:500;color:var(--navy-color)}.mfsq__result-success .s{font-size:14px;color:var(--grey-550-color);line-height:1.5}.reviews-section{margin:100px 0;border-radius:1px;background-color:var(--fill-grey-color);padding:20px}@media (min-width: 1270px){.reviews-section{margin:180px 0;padding:30px;display:grid;grid-template-columns:1fr 205px;gap:20px}}@media (min-width: 1750px){.reviews-section{grid-template-columns:1fr 316px}}.reviews-section__nav{margin-top:40px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 1270px){.reviews-section__nav{display:none}}.reviews-section__nav .mfs-snap__dots{display:flex;gap:4px}.reviews-section__nav .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:8px;height:8px;flex:0 0 auto;border-radius:50px;background-color:var(--purple-color);transition:background-color .3s ease}.reviews-section__nav .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.reviews-section__nav .mfs-snap__dots .mfs-snap__dot[aria-current]{background-color:var(--accent-color)}.reviews-section__nav .mfs-snap__arrow--next{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;color:var(--accent-color);font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.reviews-section__nav .mfs-snap__arrow--next:disabled{cursor:default}.reviews-section__main-slider{width:100%;max-width:100%;min-width:0}.reviews-section__thumb-slider{display:none}@media (min-width: 1270px){.reviews-section__thumb-slider{display:block}}.reviews-item{display:flex;flex-direction:column;width:100%}.reviews-item.expanded .reviews-item__review-text{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:initial}@media (min-width: 1270px){.reviews-item{flex-direction:row;gap:40px}}@media (min-width: 1750px){.reviews-item{gap:60px}}.reviews-item__date{position:absolute;right:0;top:0;font-size:12px;color:var(--text-grey-color)}@media (min-width: 1270px){.reviews-item__date{position:static;margin-bottom:auto;font-size:14px}}@media (min-width: 1750px){.reviews-item__date{font-size:16px}}.reviews-item__review{margin-bottom:15px;font-size:18px;font-weight:500;color:var(--text-grey-color)}.reviews-item__review svg{display:block;width:42px;height:42px;margin-bottom:2px}.reviews-item__review svg path{fill:var(--stroke-light-grey-color)}.reviews-item__review a{display:inline;color:var(--accent-color);font-size:14px;font-weight:400;padding-bottom:4px;border-bottom:1px solid currentColor}@media (min-width: 1270px){.reviews-item__review{font-size:20px}}@media (min-width: 1750px){.reviews-item__review{font-size:24px}}.reviews-item__review-text{text-indent:55px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical}.reviews-item__review-text p{display:inline}.reviews-item__review-text b,.reviews-item__review-text strong{font-weight:500;color:var(--black-color)}.reviews-item__more-btn{display:block;margin-top:8px;margin-left:auto;font-weight:400;font-size:14px;line-height:17px;text-align:left;letter-spacing:-.02em;text-decoration:none;color:var(--accent-color);border-bottom:1px solid currentColor;cursor:pointer;transition:border-color .3s ease,color .3s ease}.reviews-item__more-btn.hidden{display:none}@media (min-width: 1270px){.reviews-item__more-btn{font-size:16px}.reviews-item__more-btn:hover{border-color:transparent}}@media (min-width: 1270px){.reviews-item__main{display:flex;flex-direction:column}}.reviews-item__rating-wrapper{margin-bottom:40px;border-top:1px solid var(--stroke-light-grey-color);padding-top:15px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1270px){.reviews-item__rating-wrapper{flex:1 0 auto;margin-bottom:0;flex-direction:column;align-items:flex-start}}.reviews-item__rating{display:flex;align-items:center;gap:8px}.reviews-item__place{width:80px;height:20px}.reviews-item__place svg{width:100%;height:100%}@media (min-width: 1270px){.reviews-item__place{width:102px;height:25px}}@media (min-width: 1750px){.reviews-item__place{width:101px;height:33px}}.reviews-item__info{display:flex;align-items:center;gap:16px}.reviews-item__info img{flex:0 0 auto;width:85px;height:85px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}@media (min-width: 1270px){.reviews-item__info{width:284px;height:400px;flex:0 0 auto;position:relative;border-radius:1px;overflow:hidden}.reviews-item__info img{width:100%;height:100%;position:absolute;left:0;top:0;border-radius:1px}.reviews-item__info:after{content:"";display:block;height:200px;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#000000b3 13%,#0000)}}@media (min-width: 1750px){.reviews-item__info{width:384px;height:500px}}.reviews-item__info-main{display:flex;flex-direction:column;gap:8px}@media (min-width: 1270px){.reviews-item__info-main{height:100%;width:100%;padding:20px;gap:10px;z-index:2;color:var(--white-color)}}@media (min-width: 1750px){.reviews-item__info-main{gap:4px}}.reviews-item__name{font-size:18px;font-weight:500}@media (min-width: 1270px){.reviews-item__name{font-size:28px}}@media (min-width: 1750px){.reviews-item__name{font-size:32px}}.reviews-item__position{font-size:14px}@media (min-width: 1750px){.reviews-item__position{font-size:18px}}.reviews-item__location{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-grey-color)}.reviews-item__location svg{width:22.8px;height:24px}.reviews-item__location svg path{stroke:var(--stroke-grey-color)}@media (min-width: 1270px){.reviews-item__location{font-size:14px;color:var(--text-light-grey-color)}.reviews-item__location svg path{stroke:var(--stroke-light-grey-color)}}@media (min-width: 1750px){.reviews-item__location{padding-top:12px;font-size:16px}}.reviews-item-thumb{cursor:pointer;display:flex;flex-direction:column;gap:8px}@media (min-width: 1750px){.reviews-item-thumb{gap:15px}}.reviews-item-thumb img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}@media (min-width: 1750px){.reviews-item-thumb img{height:230px}}.reviews-item-thumb__info{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.reviews-item-thumb__date{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.reviews-item-thumb__date{font-size:16px}}.reviews-item-thumb__title{margin-bottom:4px;font-size:20px;font-weight:500}@media (min-width: 1750px){.reviews-item-thumb__title{font-size:24px}}.reviews-item-thumb__position{margin-bottom:15px;font-size:16px;font-weight:500}@media (min-width: 1750px){.reviews-item-thumb__position{font-size:18px}}.reviews-item-thumb__review{font-size:14px;color:var(--text-grey-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 1750px){.reviews-item-thumb__review{font-size:16px}}.reviews-item-thumb__arrow{display:flex;align-items:center;gap:4px;color:var(--accent-color);font-size:14px}.workflow{display:none;margin:100px 0}.workflow_mobile{display:block}.workflow h2{margin-bottom:15px}@media (min-width: 1270px){.workflow{display:block;margin:180px 0}.workflow h2{margin-bottom:0}}@media (min-width: 1750px){.workflow{margin:200px 0}}.workflow__subtitle{margin-bottom:15px;font-size:14px;color:var(--accent-color)}@media (min-width: 1750px){.workflow__subtitle{font-size:16px}}.workflow__start{width:266px;margin-left:auto;margin-bottom:20px;font-size:12px;color:var(--text-grey-color)}@media (min-width: 1270px){.workflow__start{width:500px;margin-right:105px;margin-bottom:0;font-size:16px;transform:translateY(70px)}}@media (min-width: 1750px){.workflow__start{width:694px;margin-right:146px;font-size:18px;transform:translateY(85px)}}.workflow__line{position:absolute;top:0;left:0;pointer-events:none}.workflow__line svg .path-anim{stroke:var(--accent-color);stroke-dasharray:var(--path-length);stroke-dashoffset:var(--path-length);transition:stroke-dashoffset .1s ease;will-change:stroke-dashoffset}.workflow__line .desktop,.workflow__line .desktop-big{display:none}@media (min-width: 1270px){.workflow__line{margin-top:-30px}.workflow__line .mobile{display:none}.workflow__line .desktop{display:block}}@media (min-width: 1750px){.workflow__line{margin-top:-25px}.workflow__line .desktop{display:none}.workflow__line .desktop-big{display:block}}.workflow__items{position:relative;padding-top:40px;display:flex;flex-direction:column;gap:70px;width:345px;min-height:869px}@media (min-width: 1270px){.workflow__items{margin-top:50px;padding-top:80px;width:100%;min-height:988px;gap:0}}@media (min-width: 1750px){.workflow__items{margin-top:60px;padding-top:110px;min-height:1214px}}.workflow-item{max-width:225px;width:100%;position:relative}@media (min-width: 1270px){.workflow-item{margin-left:var(--offset-md);margin-top:var(--mt-md);max-width:var(--max-width-md);min-height:110px}}@media (min-width: 1750px){.workflow-item{margin-left:var(--offset-lg);margin-top:var(--mt-lg);max-width:var(--max-width-lg);min-height:150px}}.workflow-item .dot{width:8px;height:8px;background-color:var(--accent-color);border-radius:50%;display:block;transition:transform .3s .6s ease;transform:scale(0);position:absolute;top:10px;z-index:2}@media (min-width: 1270px){.workflow-item .dot{width:14px;height:14px;top:11px}}@media (min-width: 1750px){.workflow-item .dot{top:16px}}.workflow-item .connector{display:block;width:105px;height:1px;overflow:hidden;position:absolute;top:14px}.workflow-item .connector:before{content:"";width:100%;height:100%;display:block;background:url(../img/icons/workflow-dash.svg) repeat-x center/359px 1px;transform:translate(-101%);transition:transform .3s .3s ease}@media (min-width: 1270px){.workflow-item .connector{top:18px}}@media (min-width: 1750px){.workflow-item .connector{top:23px}}.workflow-item.is-active[data-side] .dot{transform:scale(1);transition-delay:0s}.workflow-item.is-active[data-side] .connector:before{transform:translate(0)}.workflow-item.is-active[data-side] .workflow-item__content{color:var(--black-color)}.workflow-item.is-active[data-side] .workflow-item__content h3{color:var(--accent-color)}@media (min-width: 1270px){.workflow-item[data-side=left] .dot{left:var(--connector-md)}.workflow-item[data-side=left] .connector{left:0;width:var(--connector-md)}.workflow-item[data-side=left] .connector:before{transform:translate(101%)}}@media (min-width: 1750px){.workflow-item[data-side=left] .dot{left:var(--connector-lg)}.workflow-item[data-side=left] .connector{width:var(--connector-lg)}}@media (min-width: 1270px){.workflow-item[data-side=right] .dot,.workflow-item[data-side=right] .connector{right:auto;left:calc(-1 * var(--connector-md) - 15px)}.workflow-item[data-side=right] .connector{width:var(--connector-md)}}@media (min-width: 1750px){.workflow-item[data-side=right] .dot,.workflow-item[data-side=right] .connector{left:calc(-1 * var(--connector-lg) - 15px)}.workflow-item[data-side=right] .connector{width:var(--connector-lg)}}@media (max-width: 1270px){.workflow-item{align-self:flex-end}.workflow-item .dot,.workflow-item .connector{left:-122px}.workflow-item:nth-child(2n){align-self:flex-start}.workflow-item:nth-child(2n) .dot,.workflow-item:nth-child(2n) .connector{left:auto;right:-39px}.workflow-item:nth-child(2n) .connector{transform-origin:right}.workflow-item:nth-of-type(2) .connector{width:156px}.workflow-item:nth-of-type(3) .dot,.workflow-item:nth-of-type(3) .connector{left:-105px}.workflow-item:nth-of-type(3) .connector{width:80px}.workflow-item:nth-of-type(4) .dot,.workflow-item:nth-of-type(4) .connector{right:-103px}.workflow-item:nth-of-type(4) .connector{width:255px}.workflow-item:nth-of-type(5) .dot,.workflow-item:nth-of-type(5) .connector{left:-55px}.workflow-item:nth-of-type(5) .connector{width:50px}}.workflow-item__content{display:flex;flex-direction:column;gap:10px;color:var(--text-grey-color);transition:color .3s .6s ease}.workflow-item__content p{font-size:14px}.workflow-item__content h3{position:relative;align-self:flex-start;padding-right:15px;background-color:var(--white-color);transition:color .3s .6s ease}@media (min-width: 1270px){.workflow-item__content{gap:16px}.workflow-item__content h3{font-size:24px}}@media (min-width: 1750px){.workflow-item__content{gap:16px}.workflow-item__content h3{font-size:32px}.workflow-item__content p{font-size:16px}}.faq{margin-bottom:60px}@media (min-width: 1270px){.faq{margin-bottom:100px}}@media (min-width: 1750px){.faq{margin-bottom:120px}}.mfsq+.faq{padding-top:60px}@media (min-width: 1270px){.mfsq+.faq{padding-top:100px}}@media (min-width: 1750px){.mfsq+.faq{padding-top:120px}}.faq__info{margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.faq__info h2{text-align:center}@media (min-width: 1750px){.faq__info{margin-bottom:32px}}.faq__description{display:none;max-width:600px;margin:0 auto;text-align:center;color:var(--text-grey-color);font-size:15px}@media (min-width: 1270px){.faq__description{display:block}}.faq__items{display:flex;flex-direction:column;gap:12px}@media (min-width: 1270px){.faq__items{display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 40px}}@media (min-width: 1750px){.faq__items{gap:20px 60px}}.faq-item{padding-bottom:12px;border-bottom:1px solid var(--stroke-light-grey-color)}.faq-item.active .faq-item__btn:after{transform:rotate(-90deg)}@media (min-width: 1270px){.faq-item{padding-bottom:16px}}@media (min-width: 1750px){.faq-item{padding-bottom:20px}}.faq-item__btn{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;font-weight:500;font-size:16px;color:var(--black-color);text-align:left;white-space:normal}.faq-item__btn:disabled{cursor:default}.faq-item__btn:after{content:"";background-image:url(../img/icons/arrow-down.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:20px;height:20px;flex:0 0 auto;transition:transform .3s ease}@media (min-width: 1270px){.faq-item__btn{font-size:17px;gap:24px}}@media (min-width: 1750px){.faq-item__btn{font-size:18px;gap:40px}}.faq-item__answer{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.faq-item.active .faq-item__answer{max-height:80vh}.faq-item__answer-inner{width:100%;padding-right:40px;margin-top:12px;font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.faq-item__answer-inner{padding-right:0;max-width:600px;margin-top:14px;font-size:15px}}@media (min-width: 1750px){.faq-item__answer-inner{max-width:650px;font-size:16px}}.faq-item__btn span{flex:1;min-width:0}.faq-item:not(.active) .faq-item__btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.free-test-render.cta-form-section{color:var(--white-color);background:var(--black-color);margin-bottom:0;box-shadow:0 0 0 100vw var(--black-color);clip-path:inset(0 -100vw)}.free-test-render.cta-form-section:after{display:none}@media (min-width: 1270px){.free-test-render.cta-form-section{padding:44px;gap:40px}}@media (min-width: 1750px){.free-test-render.cta-form-section{padding:48px;gap:72px;justify-content:center}}.free-test-render__info .section-subtitle{color:var(--white-color);margin-bottom:-10px}@media (min-width: 1270px){.free-test-render__info{gap:20px;max-width:520px}}@media (min-width: 1750px){.free-test-render__info{max-width:600px}}@media (min-width: 1270px){.free-test-render .cta-form-section__form{padding-top:20px;gap:18px}}.free-test-render .cta-form-section__form-title{color:var(--black-color)}.free-test-render__intro{font-size:14px;line-height:1.55;color:#ffffffc7}@media (min-width: 1270px){.free-test-render__intro{font-size:16px}}.free-test-render__group{display:flex;flex-direction:column;gap:12px}.free-test-render__label{text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:600;color:#ffffff8c}.free-test-render__steps{counter-reset:ftr-step;display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.free-test-render__steps li{counter-increment:ftr-step;display:flex;align-items:center;gap:12px;font-size:14px;line-height:1.4;color:#ffffffeb}.free-test-render__steps li:before{content:counter(ftr-step);flex:0 0 auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--accent-color);border-radius:1px;color:var(--white-color);font-size:12px;font-weight:600}.free-test-render__checklist{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}.free-test-render__checklist li{position:relative;padding-left:26px;font-size:13px;line-height:1.5;color:#ffffffc7}.free-test-render__checklist li:before{content:"";position:absolute;left:0;top:3px;width:15px;height:15px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5l3 3 7-7' fill='none' stroke='%236e8bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain}@media (min-width: 1270px){.cta-form.free-test-render__form{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.cta-form.free-test-render__form>.free-test-render__full,.cta-form.free-test-render__form>button{grid-column:1/-1}.cta-form.free-test-render__form button{margin-top:4px}}.cta-form.free-test-render__form select{width:100%;height:44px;padding:0 40px 0 16px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:var(--white-color);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23404040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:11px;border:1px solid var(--stroke-light-grey-color);border-radius:1px;transition:border-color .3s ease,color .3s ease;color:var(--black-color);font-family:inherit;font-size:12px;line-height:1.4;cursor:pointer}.cta-form.free-test-render__form select:hover,.cta-form.free-test-render__form select:focus{border-color:var(--accent-color);outline:none}.cta-form.free-test-render__form select:invalid{color:var(--text-grey-color)}@media (min-width: 1270px){.cta-form.free-test-render__form select{height:auto;padding:16px 40px 16px 16px;font-size:16px}}.free-test-render__privacy{margin-top:2px;font-size:10px;font-weight:400;line-height:1.3}@media (min-width: 1270px){.free-test-render__privacy{margin-top:6px;font-size:10px;max-width:300px}}
