@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)}}ul.hero-block__breadcrumbs{margin-bottom:auto;display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:16px;color:var(--text-light-grey-color)}ul.hero-block__breadcrumbs a{color:inherit}ul.hero-block__breadcrumbs li{display:flex;align-items:center;gap:4px}ul.hero-block__breadcrumbs li:not(:last-child):after{content:"";background-image:url(../img/icons/arrow-right-breadcrumbs.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;flex:0 0 auto}@media (min-width: 1270px){ul.hero-block__breadcrumbs{margin-bottom:40px}}@media (min-width: 1750px){ul.hero-block__breadcrumbs{margin-bottom:70px}}.hero-block{padding:calc(var(--header-height) + 30px) 0 30px;height:667px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--black-color);color:var(--white-color);position:relative;overflow:hidden}.hero-block:after,.hero-block:before{content:"";position:absolute;left:0;right:0;bottom:0;z-index:var(--z-index-shadow);width:100%}.hero-block:before{top:0;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5),transparent 30%)}.hero-block:after{height:490px;background:linear-gradient(0,var(--black-color) 39.51%,rgba(0,0,0,0) 100%)}.hero-block .container{height:100%}@media (min-width: 768px){.hero-block{padding:110px 0 75px;height:700px}.hero-block:before{background:linear-gradient(180deg,rgba(0,0,0,.5),transparent 30%)}.hero-block:after{right:auto;top:0;bottom:0;height:100%;width:911px;background:linear-gradient(90deg,#00000080 28.39%,#00000054 55.19%,#0000)}.hero-block .container{height:100%}}@media (min-width: 1750px){.hero-block{padding:140px 0 100px;min-height:900px}.hero-block:after{width:1040px}}.hero-block__media{position:absolute;left:0;top:0;right:0;z-index:0;height:100%}.hero-block__media picture{width:100%;height:100%;display:block}.hero-block__media img,.hero-block__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-block__media img,.hero-block__media video{-o-object-position:right;object-position:right}}.hero-block__media video{position:absolute;left:0;top:0;right:0;z-index:2}.hero-block__main{position:relative;z-index:var(--z-index-main);height:100%;max-width:818px;display:flex;flex-direction:column}@media (min-width: 1750px){.hero-block__main{max-width:990px}}.hero-block__title{margin-bottom:20px}.hero-block__title em{background:var(--accent-color);font-style:normal;color:var(--white-color)}@media (min-width: 1270px){.hero-block__title{margin-bottom:30px}}.hero-block__desc{margin-bottom:20px}@media (min-width: 1270px){.hero-block__desc{max-width:496px}}@media (min-width: 1750px){.hero-block__desc{max-width:583px;font-size:18px}}.hero-block__cta.btn-main{margin-bottom:40px}@media (min-width: 768px){.hero-block__cta.btn-main{display:none}}ul.hero-block__items{margin-top:auto;max-width:531px;display:flex;flex-wrap:wrap;gap:4px}ul.hero-block__items li{flex:1 1 auto;padding:10px 15px;border:1px solid var(--stroke-light-grey-color);border-radius:1px;color:var(--text-light-grey-color);font-size:12px;font-weight:500;text-transform:capitalize;text-align:center}@media (min-width: 1750px){ul.hero-block__items{max-width:708px;gap:8px}ul.hero-block__items li{font-size:16px}}.client-context{margin:100px 0}.client-context .container{display:flex;flex-direction:column;gap:40px}@media (min-width: 1270px){.client-context{margin:180px 0}.client-context .container{flex-direction:row-reverse;gap:30px}}@media (min-width: 1750px){.client-context{margin:200px 0}}.client-context__info h2{margin-bottom:20px}.client-context__info .p1{color:var(--text-grey-color)}.client-context__info p+p{margin-top:1em}@media (min-width: 1270px){.client-context__info{flex:0 0 calc(50% - 15px)}.client-context__info h2{margin-bottom:40px}}@media (min-width: 1750px){.client-context__info h2{margin-bottom:60px}}.client-context__images{display:flex;flex-direction:column;gap:20px}.client-context__images img{display:block;width:100%;height:425px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}@media (min-width: 1270px){.client-context__images{flex:1 1 auto;flex-direction:row;align-items:flex-start;gap:30px}.client-context__images img{height:100%;width:100%;border-radius:0;transition:transform .3s ease-in}.client-context__images>picture{border-radius:1px;overflow:hidden;height:355px;width:288px}.client-context__images>picture:first-child{margin-top:80px}.client-context__images>picture:hover img{transform:scale(1.12)}}@media (min-width: 1750px){.client-context__images>picture{height:501px;width:407px}.client-context__images>picture:first-child{margin-top:90px}}.business-challenge{margin-bottom:100px;margin-left:calc(-1 * var(--padding));width:calc(100% + var(--padding) * 2);display:flex;flex-direction:column;background:var(--fill-grey-color)}@media (min-width: 1270px){.business-challenge{margin-bottom:120px;margin-left:0;width:100%;align-items:center;flex-direction:row;gap:35px;border-radius:1px}}@media (min-width: 1750px){.business-challenge{margin-bottom:150px;gap:48px}}.business-challenge__info{padding:40px var(--padding)}.business-challenge__info h2{margin-bottom:30px}.business-challenge__info .p1{margin-bottom:40px;color:var(--text-grey-color)}.business-challenge__info .p1 ul{margin:1em 0}.business-challenge__info .p1 ul li{--padding: 25px;padding-left:var(--padding);position:relative}.business-challenge__info .p1 ul li:before{content:"";border-radius:50%;background-color:currentColor;display:block;width:5px;height:5px;position:absolute;top:9px;left:calc(var(--padding) / 2);transform:translate(-50%)}@media (min-width: 1270px){.business-challenge__info{padding:40px 0 40px 40px}.business-challenge__info h2{margin-bottom:40px}}@media (min-width: 1750px){.business-challenge__info{padding:65.5px 0 65.5px 60px}.business-challenge__info h2,.business-challenge__info .p1{margin-bottom:60px}}.business-challenge__strong{font-size:18px;font-weight:500}@media (min-width: 1270px){.business-challenge__strong{font-size:24px}}.business-challenge__media{height:300px;width:100%}.business-challenge__media img,.business-challenge__media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:var(--black-color);border-radius:1px}@media (min-width: 1270px){.business-challenge__media{height:auto;width:600px;flex:0 0 auto;align-self:stretch;border-radius:0 1px 1px 0;overflow:hidden}.business-challenge__media img,.business-challenge__media video{border-radius:0 1px 1px 0}}@media (min-width: 1750px){.business-challenge__media{width:875px}}.project-objectives{margin:100px 0 90px}@media (min-width: 1270px){.project-objectives{margin:180px 0}}@media (min-width: 1750px){.project-objectives{margin:200px 0}}.project-objectives__info{margin-bottom:30px}@media (min-width: 1270px){.project-objectives__info{margin-bottom:40px;text-align:center}}@media (min-width: 1750px){.project-objectives__info{margin-bottom:60px}}ul.project-objectives__items{overflow-y:hidden;overflow-x:auto;width:calc(100% + var(--padding));padding:10px 0;display:grid;--size: 288px;grid-template-columns:repeat(4,var(--size));gap:15px;counter-reset:project-objectives-items}@media (min-width: 1270px){ul.project-objectives__items{overflow:initial;padding:0;gap:30px;--size: 1fr}}ul.project-objectives__items li{min-height:355px;padding:20px;border-radius:1px;position:relative;display:flex;flex-direction:column;justify-content:space-between;color:var(--text-grey-color);font-weight:500}ul.project-objectives__items li:before{counter-increment:project-objectives-items;content:"0" counter(project-objectives-items);display:block;font-size:80px;line-height:1.4;color:var(--text-light-grey-color)}ul.project-objectives__items li:first-child{background-color:var(--accent-color);color:var(--white-color)}ul.project-objectives__items li:first-child:before{color:var(--white-color)}ul.project-objectives__items li:nth-child(2){background-color:var(--fill-grey-color)}ul.project-objectives__items li:nth-child(3){border:1px solid var(--stroke-light-grey-color);--size: 20px}ul.project-objectives__items li:nth-child(3):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;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)}ul.project-objectives__items li:nth-child(4){background-color:var(--fill-dark-color);color:var(--text-light-grey-color)}ul.project-objectives__items li:nth-child(4):before{color:var(--text-grey-color)}@media (min-width: 1270px){ul.project-objectives__items li{font-size:20px;flex:0 1 calc(25% - 22.5px)}ul.project-objectives__items li:before{font-size:80px}ul.project-objectives__items li p{max-width:248px}}@media (min-width: 1750px){ul.project-objectives__items li{min-height:501px;font-size:24px;border-radius:1px}ul.project-objectives__items li:before{font-size:100px}ul.project-objectives__items li p{max-width:367px}}.services-provided{margin:100px 0;margin-left:calc(-1 * var(--padding));width:calc(100% + var(--padding) * 2);padding:40px var(--padding);display:flex;flex-direction:column;gap:40px;background:var(--black-color);color:var(--white-color);text-align:center}@media (min-width: 1270px){.services-provided{margin:180px 0;padding:80px 40px;width:100%;border-radius:1px}}@media (min-width: 1750px){.services-provided{margin:200px 0}}.services-provided__info .p1{margin-top:15px}@media (min-width: 1270px){.services-provided__info .p1{max-width:600px;margin-left:auto;margin-right:auto}}@media (min-width: 1750px){.services-provided__info .p1{max-width:800px}}.services-provided__links{display:grid;grid-gap:20px}@media (min-width: 1270px){.services-provided__links{grid-template-columns:repeat(6,1fr)}}.services-provided__links a{padding:16px 20px;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:500;text-align:left;background:var(--accent-color);border-radius:1px;color:var(--white-color);transition:background-color .3s ease,color .3s ease}.services-provided__links a svg{flex:0 0 auto;width:24px;height:24px}.services-provided__links a svg path{stroke:var(--white-color);transition:stroke .3s ease}@media (min-width: 1270px){.services-provided__links a{grid-column:span 2;padding:20px;font-size:20px}.services-provided__links a:hover,.services-provided__links a:active{background-color:var(--white-color);color:var(--black-color)}.services-provided__links a:hover svg path,.services-provided__links a:active svg path{stroke:var(--black-color)}.services-provided__links a:last-child:nth-child(3n+1){grid-column:1/-1}.services-provided__links a:nth-last-child(2):nth-child(3n+1),.services-provided__links a:last-child:nth-child(3n+2){grid-column:span 3}}@media (min-width: 1750px){.services-provided__links a{padding:30px;border-radius:1px;font-size:24px}}.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}}.key-visuals{margin:100px 0;padding:40px 0;background:var(--fill-grey-color)}@media (min-width: 1270px){.key-visuals{margin:180px 0;padding:100px 0}}@media (min-width: 1750px){.key-visuals{margin:200px 0}}.key-visuals__info{margin-bottom:40px}.key-visuals__rows{display:flex;flex-direction:column;gap:40px}@media (min-width: 1270px){.key-visuals__rows{gap:30px}}.key-visuals__row{display:flex;flex-direction:column;gap:20px}.key-visuals__row:nth-child(2n-1) .key-visuals__row-header{flex-direction:row-reverse}.key-visuals__row-header{display:flex;align-items:center;justify-content:space-between}.key-visuals__row-header span{font-size:14px;color:var(--text-grey-color)}.key-visuals__row-header h3{font-size:16px;font-weight:500}@media (min-width: 1270px){.key-visuals__row-header h3{font-size:24px}}@media (min-width: 1750px){.key-visuals__row-header span{font-size:16px}.key-visuals__row-header h3{font-size:32px}}.key-visuals__items{display:flex;gap:15px}.key-visuals__items:not(.has-featured){overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;width:calc(100% + var(--padding));padding-right:15px}.key-visuals__items.has-featured{flex-direction:column;gap:30px}@media (min-width: 1270px){.key-visuals__items{padding-right:0}.key-visuals__items:not(.has-featured){overflow:initial;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%;padding-right:0}}.key-visuals__scroll-items{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;width:calc(100% + var(--padding));padding-right:15px;display:flex;gap:15px}@media (min-width: 1270px){.key-visuals__scroll-items{overflow:initial;padding-right:0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}}.key-visuals-item{border-radius:1px;border:1px solid var(--stroke-light-grey-color);padding:20px}.key-visuals-item.is-featured{display:flex;width:100%;border:none;padding:0}.key-visuals-item.is-featured.desktop{display:none}.key-visuals-item.is-featured .key-visuals-item__img{border-radius:1px;margin-bottom:0;height:400px;width:100%}@media (min-width: 1270px){.key-visuals-item.is-featured{grid-column:1/3}.key-visuals-item.is-featured.desktop{display:flex}.key-visuals-item.is-featured.mobile{display:none}.key-visuals-item.is-featured .key-visuals-item__img{border-radius:1px;height:451px}}@media (min-width: 1750px){.key-visuals-item.is-featured .key-visuals-item__img{height:532px}}.key-visuals-item.shadow .key-visuals-item__img{background-color:#133b5c}.key-visuals-item.shadow .key-visuals-item__img img{height:118%;-o-object-position:left;object-position:left;transform-origin:85% 8%;transform:matrix(.87,-.5,.87,.5,0,0);transition:box-shadow .3s ease,transform-origin .3s ease}@media (min-width: 1270px){.key-visuals-item.shadow .key-visuals-item__img:hover img{transform-origin:83% 8%;box-shadow:0 10px 50px #567d9e99}}@media (min-width: 1270px){.key-visuals-item:not(.shadow):hover .key-visuals-item__img img{transform:scale(1.1)}}.key-visuals-item__title{font-weight:500;font-size:16px}@media (min-width: 1270px){.key-visuals-item__title{font-size:20px}}@media (min-width: 1750px){.key-visuals-item__title{font-size:24px}}.key-visuals-item__desc{margin-top:15px;font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.key-visuals-item__desc{font-size:16px}}.key-visuals-item__img{margin-bottom:20px;width:216px;height:162px;background-color:var(--black-color);overflow:hidden}.key-visuals-item__img img,.key-visuals-item__img video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.key-visuals-item__img img{transition:transform .3s ease}@media (min-width: 1270px){.key-visuals-item__img{width:100%;height:240px}}@media (min-width: 1750px){.key-visuals-item__img{margin-bottom:30px;height:295px}}.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}.strategic-cgi{margin:100px 0}@media (min-width: 1270px){.strategic-cgi{margin:180px 0 280px}}@media (min-width: 1750px){.strategic-cgi{margin:200px 0 300px}}.strategic-cgi__main{margin-bottom:100px;display:flex;flex-direction:column;gap:40px}@media (min-width: 1270px){.strategic-cgi__main{margin-bottom:280px;flex-direction:row;align-items:center;gap:80px}}@media (min-width: 1750px){.strategic-cgi__main{margin-bottom:300px;gap:30px}}.strategic-cgi__info{flex:1 1 auto}.strategic-cgi__info h2{margin-bottom:30px}.strategic-cgi__info .p1{color:var(--text-grey-color)}@media (min-width: 1750px){.strategic-cgi__info h2{max-width:800px}.strategic-cgi__info .p1{max-width:698px}}.strategic-cgi__media{flex:0 0 auto;width:100%;aspect-ratio:.8625}.strategic-cgi__media img,.strategic-cgi__media video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}@media (min-width: 1270px){.strategic-cgi__media{width:580px;height:400px;aspect-ratio:auto;overflow:hidden;border-radius:1px}.strategic-cgi__media img,.strategic-cgi__media video{border-radius:0}}@media (min-width: 1750px){.strategic-cgi__media{width:845px;height:501px;border-radius:1px}}.strategic-cgi__quote{padding:6px 0 12px;text-align:center;font-size:22px}.strategic-cgi__quote span{color:var(--text-grey-color)}@media (min-width: 1270px){.strategic-cgi__quote{padding:0;font-size:42px}}@media (min-width: 1750px){.strategic-cgi__quote{font-size:58px}}.result-business-impact{margin:100px 0}.result-business-impact .section-subtitle{margin-bottom:40px}@media (min-width: 1270px){.result-business-impact{margin:120px 0 180px}}@media (min-width: 1750px){.result-business-impact{margin:120px 0 200px}.result-business-impact .section-subtitle{margin-bottom:60px}}.result-business-impact__video{overflow:hidden;position:relative;margin-left:calc(-1 * var(--padding));padding:0 var(--padding);width:100vw}.result-business-impact__video>div{width:100%;height:100%}.result-business-impact__video:not(.is-active){cursor:pointer}.result-business-impact__video:not(.is-active):before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:80px;height:80px;background:url(../img/icons/play.svg) no-repeat center center;background-size:contain}.result-business-impact__video:not(.is-active) video{pointer-events:none}.result-business-impact__video video{width:100%;height:400px;background:var(--black-color);border-radius:1px}@media (min-width: 1270px){.result-business-impact__video{overflow:initial;margin-top:40px;margin-left:0;width:100%;padding:0}.result-business-impact__video video{height:auto;background:var(--black-color);border-radius:1px}}@media (min-width: 1750px){.result-business-impact__video{margin-top:60px}}.result-business-impact__video-iframe{overflow:hidden;position:relative;margin-left:calc(-1 * var(--padding));padding:0 var(--padding);width:100vw}.result-business-impact__video-iframe iframe{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--black-color);border-radius:1px;border:none}@media (min-width: 1270px){.result-business-impact__video-iframe{overflow:initial;margin-top:40px;margin-left:0;width:100%;padding:0}.result-business-impact__video-iframe iframe{border-radius:1px}}@media (min-width: 1750px){.result-business-impact__video-iframe{margin-top:60px}}.result-business-impact__photo img{width:100%;height:400px;background:var(--black-color);border-radius:1px;-o-object-fit:cover;object-fit:cover}@media (min-width: 1270px){.result-business-impact__photo{margin-top:40px}.result-business-impact__photo img{height:auto;background:var(--black-color);border-radius:1px}}@media (min-width: 1750px){.result-business-impact__photo{margin-top:60px}}.result-business-impact__items{display:grid;grid-template-columns:repeat(2,1fr)}.result-business-impact__items li{margin-bottom:20px}.result-business-impact__items li:first-child{padding-right:30px}.result-business-impact__items li:nth-child(2){border-left:1px solid var(--stroke-light-grey-color);padding-left:30px}.result-business-impact__items li:nth-child(3){padding-right:30px}.result-business-impact__items li:nth-child(4){border-left:1px solid var(--stroke-light-grey-color);padding-left:30px}.result-business-impact__items:not(.numbers) li:nth-child(3),.result-business-impact__items:not(.numbers) li:nth-child(4){grid-column:1/-1}.result-business-impact__items:not(.numbers) li:nth-child(4){border-top:1px solid var(--stroke-light-grey-color);border-left:0;padding-left:0}@media (min-width: 1270px){.result-business-impact__items{grid-template-columns:repeat(4,1fr);gap:30px}.result-business-impact__items li{margin-bottom:0}.result-business-impact__items li:not(:last-child){border-right:1px solid var(--stroke-light-grey-color);padding-right:30px}.result-business-impact__items li:nth-child(2),.result-business-impact__items li:nth-child(4){padding-left:0;border-left:none}.result-business-impact__items:not(.numbers) li:nth-child(3),.result-business-impact__items:not(.numbers) li:nth-child(4){grid-column:auto}.result-business-impact__items:not(.numbers) li:nth-child(4){border-top:0}}@media (min-width: 1750px){.result-business-impact__items li{font-size:18px}}.result-business-impact__number{margin-bottom:20px;font-weight:500;font-size:38px;font-variant-numeric:tabular-nums}.result-business-impact__number span{color:var(--accent-color)}@media (min-width: 1270px){.result-business-impact__number{margin-bottom:30px;font-size:96px}}@media (min-width: 1750px){.result-business-impact__number{margin-bottom:30px;font-size:100px}}.result-business-impact__item-text{font-weight:500;grid-column:auto;padding-top:20px}@media (min-width: 1270px){.result-business-impact__item-text{padding-top:30px;font-size:20px}}@media (min-width: 1750px){.result-business-impact__item-text{font-size:24px}}.marketing-sales{margin:100px 0}@media (min-width: 1270px){.marketing-sales{margin:180px 0}.marketing-sales .container{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}}@media (min-width: 1750px){.marketing-sales{margin:200px 0}}.marketing-sales__info ul{margin-top:1em}.marketing-sales__info ul li{--padding: 25px;padding-left:var(--padding);position:relative}.marketing-sales__info ul li:before{content:"";border-radius:50%;background-color:currentColor;display:block;width:5px;height:5px;position:absolute;top:9px;left:calc(var(--padding) / 2);transform:translate(-50%)}@media (min-width: 1270px){.marketing-sales__info h2{margin-bottom:40px}}@media (min-width: 1750px){.marketing-sales__info h2{margin-bottom:60px}}.marketing-sales__img{margin:60px 0}.marketing-sales__img.desktop{display:none}.marketing-sales__img.is-presentation img{height:350px;-o-object-fit:cover;object-fit:cover}.marketing-sales__img img{background-color:var(--fill-grey-color);border-radius:1px;display:block;width:100%;height:420px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media (min-width: 1270px){.marketing-sales__img{margin:0;border-radius:1px;overflow:hidden}.marketing-sales__img.mobile{display:none}.marketing-sales__img.desktop{display:block}.marketing-sales__img img{height:100%;border-radius:0}}.marketing-sales__quote{margin-top:30px;font-size:18px;font-weight:500}.marketing-sales__quote span{color:var(--text-grey-color)}@media (min-width: 1270px){.marketing-sales__quote{margin-top:40px;font-size:24px}}@media (min-width: 1750px){.marketing-sales__quote{margin-top:60px;font-size:32px}}.key-insight{margin:100px 0}@media (min-width: 1270px){.key-insight{margin:180px 0}}@media (min-width: 1750px){.key-insight{margin:200px 0}}.key-insight__info{padding:30px 15px;border:1px solid var(--stroke-light-grey-color);--size: 20px;position:relative;text-align:center}.key-insight__info: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)}@media (min-width: 1270px){.key-insight__info{--size-x: 55px;padding:78px var(--size-x);margin-left:calc(-1 * var(--size-x));width:calc(100% + var(--size-x) * 2)}}.key-insight__main{display:inline;font-size:22px;background:linear-gradient(90deg,var(--black-color) 0% 50%,var(--text-grey-color) 50%);background-size:200% 100%;background-position:0 0;-webkit-background-clip:text;background-clip:text;color:transparent}@media (min-width: 1270px){.key-insight__main{font-size:42px}}@media (min-width: 1750px){.key-insight__main{font-size:58px}}.team-items{margin:100px 0}.team-items .section-subtitle{margin-bottom:40px}@media (min-width: 1270px){.team-items{margin:180px 0}}@media (min-width: 1750px){.team-items{margin:200px 0}.team-items .section-subtitle{margin-bottom:15px}}.team-items__info{margin-bottom:40px;display:flex;flex-direction:column;gap:15px}.team-items__info p{align-self:flex-end;max-width:266px;font-size:12px;color:var(--text-grey-color)}@media (min-width: 1270px){.team-items__info{margin-bottom:40px;min-height:162px;flex-direction:row;justify-content:flex-start;gap:30px}.team-items__info h2{max-width:605px}.team-items__info p{max-width:500px;font-size:16px}}@media (min-width: 1750px){.team-items__info{margin-bottom:60px;min-height:193px}.team-items__info h2{max-width:845px}.team-items__info p{max-width:699px;font-size:18px}}.team-items__items{width:calc(100% + var(--padding))}@media (min-width: 1270px){.team-items__items{width:100%}}.team-items__items .mfs-snap__track{--mfs-snap-gap: 15px;justify-content:safe center}@media (min-width: 1270px){.team-items__items .mfs-snap__track{--mfs-snap-gap: 30px}}.team-items__items .mfs-snap__item{width:auto;scroll-snap-align:center}.team-item{display:block;width:168px;background-color:var(--fill-grey-color);border-radius:1px;overflow:hidden}@media (min-width: 1270px){.team-item{width:287px;border-radius:1px}.team-item:hover .team-item__img img:last-child,.team-item:hover .team-item__bottom svg{opacity:1}}@media (min-width: 1750px){.team-item{width:407px}}.team-item__img{height:190px;position:relative}.team-item__img img{position:absolute;left:0;top:0;right:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.team-item__img img:nth-child(2){z-index:2;opacity:0;transition:opacity .3s ease}@media (min-width: 1270px){.team-item__img{height:321px}}@media (min-width: 1750px){.team-item__img{height:478px}}.team-item__info{padding:16px;display:flex;flex-direction:column;gap:8px}@media (min-width: 1270px){.team-item__info{padding:20px;gap:10px}}@media (min-width: 1750px){.team-item__info{padding:30px}}.team-item__name{font-weight:500;font-size:16px}@media (min-width: 1270px){.team-item__name{font-size:24px}}@media (min-width: 1750px){.team-item__name{font-size:32px}}.team-item__position{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.team-item__position{font-size:16px}}@media (min-width: 1750px){.team-item__position{font-size:18px}}.team-item__bottom svg{display:none}@media (min-width: 1270px){.team-item__bottom{display:flex;justify-content:space-between;gap:20px}.team-item__bottom svg{display:block;width:24px;height:24px;flex:0 0 auto;opacity:0;transition:opacity .3s ease}}.similar-cases{margin:100px 0}.similar-cases .section-subtitle{margin-bottom:30px}@media (min-width: 1270px){.similar-cases{margin:180px 0}}@media (min-width: 1750px){.similar-cases{margin:200px 0}}.similar-cases__items{display:grid;gap:30px}@media (min-width: 1270px){.similar-cases__items{display:flex;align-items:stretch}.similar-cases__items>*{flex:0 1 calc(33.33% - 20px)}}[class*=solutions] .similar-cases>.container{max-width:calc(var(--container-small) + var(--padding) * 2)}.similar-cases__head{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:40px}@media (min-width: 1270px){.similar-cases__head{grid-template-columns:minmax(0,710fr) minmax(0,588fr);gap:40px;align-items:end;margin-bottom:60px}}.similar-cases__head-main{display:flex;flex-direction:column;gap:15px}.similar-cases__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:0;color:var(--accent-color);font-size:16px;line-height:1.4}.similar-cases__kicker:before{content:"";flex:0 0 auto;width:10px;height:10px;border-radius:50%;background:var(--accent-color)}.similar-cases__title{font-weight:500;line-height:1.4;color:var(--black-color);font-size:22px}@media (min-width: 1270px){.similar-cases__title{font-size:40px;line-height:1.2}}@media (min-width: 1750px){.similar-cases__title{font-size:48px}}.similar-cases__desc{color:var(--text-grey-color);font-size:14px;line-height:1.4}@media (min-width: 1750px){.similar-cases__desc{font-size:16px}}[class*=solutions] .similar-cases .case-item__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[class*=solutions] .similar-cases .case-item__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}[class*=solutions] .similar-cases .case-item__arrow{margin-top:auto}.small-cta{--margin: 100px;--padding: 20px;margin:var(--margin) 0;padding:var(--padding);background:var(--accent-color);border-radius:1px;color:var(--white-color);display:flex;flex-direction:column;gap:30px}.small-cta.white{background-color:var(--fill-grey-color);color:var(--black-color)}.small-cta.white .small-cta__info .p1{color:var(--text-grey-color)}.small-cta button{width:100%}@media (min-width: 1270px){.small-cta{--margin: 180px;--padding: 60px;flex-direction:row;justify-content:space-between;align-items:center}.small-cta button{width:182px;flex:0 0 auto}}@media (min-width: 1750px){.small-cta{--margin: 200px}}.small-cta__info{display:flex;flex-direction:column;gap:15px}.small-cta__info h2{font-size:18px;font-weight:500}.small-cta__info .p1{font-size:14px}@media (min-width: 1270px){.small-cta__info{max-width:461px}.small-cta__info h2{font-size:32px}.small-cta__info .p1{font-size:18px}}.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}.hero-front{padding:calc(var(--header-height) + 30px) 0 20px;height:100dvh;min-height:900px;background:var(--black-color);color:var(--white-color);position:relative;overflow:hidden}.hero-front .container{height:100%;display:flex;flex-direction:column;gap:30px}@media (min-width: 1270px){.hero-front{padding:0;min-height:600px}.hero-front .container{flex-direction:row;align-items:center;gap:40px}}@media (min-width: 1750px){.hero-front .container{gap:29px}}.hero-front .hero-block__breadcrumbs{margin:0 0 16px}@media (min-width: 1270px){.hero-front .hero-block__breadcrumbs{position:absolute;top:calc(var(--header-height) + 16px);left:50%;transform:translate(-50%);width:100%;max-width:calc(var(--container-small) + var(--padding) * 2);padding:0 var(--padding);margin:0;z-index:3}}.hero__main.hero-front__main{margin:0;display:flex;flex-direction:column}.hero-front__titles{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero-front__subtitle{font-size:14px}@media (min-width: 1270px){.hero-front__subtitle{font-size:12px;display:flex;justify-content:center;align-items:center;padding:6px 12px;gap:8px;background:#151515;border:1px solid var(--text-grey-color);border-radius:1px}.hero-front__subtitle:before{content:"";display:block;width:7px;height:7px;background:var(--accent-color);border-radius:1px;animation:mfs-badge-blink 1.4s ease-in-out infinite}}.hero-front__desc{font-size:14px;color:var(--stroke-light-grey-color)}.hero-front__desc ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.hero-front__desc li{position:relative;padding-left:16px}.hero-front__desc li:before{content:"";position:absolute;left:0;top:.62em;transform:translateY(-50%);width:7px;height:7px;background:var(--accent-color);border-radius:1px}@media (min-width: 1750px){.hero-front__desc{max-width:549px;font-size:18px}}.hero-front__sliders{display:flex;flex-direction:column;gap:10px;margin-left:calc(-1 * var(--padding));width:calc(100% + var(--padding) * 2)}@media (min-width: 1270px){.hero-front__sliders{margin:0 -55px 0 0;align-self:stretch;flex:0 0 auto;width:595px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:minmax(0,1fr);gap:20px;position:relative}.hero-front__sliders:before,.hero-front__sliders:after{content:"";position:absolute;left:0;right:0;z-index:2;display:block;height:90px;pointer-events:none}.hero-front__sliders:before{top:0;background:linear-gradient(180deg,var(--black-color) 16.35%,rgba(0,0,0,0) 100%)}.hero-front__sliders:after{bottom:0;background:linear-gradient(0deg,var(--black-color) 16.35%,rgba(0,0,0,0) 100%)}}@media (min-width: 1750px){.hero-front__sliders{margin-right:-140px;width:848px;gap:30px}}.hero-front__slider{min-height:0;overflow:hidden;container-type:inline-size}@media (min-width: 1270px){.hero-front__slider{height:100%;container-type:size}}.hero-front__marquee{--mfs-marquee-dur: 70s}.hero-front__marquee .mfs-marquee__track{animation-name:mfs-hero-pp-x;animation-timing-function:ease-in-out;animation-direction:alternate}.hero-front__marquee.mfs-marquee--reverse .mfs-marquee__track{animation-direction:alternate-reverse}.hero-front__marquee .mfs-marquee__item{height:177px;margin-right:10px}.hero-front__marquee .hero-front__slider-item,.hero-front__marquee .hero-front__slider-item img{width:auto;height:100%}@media (min-width: 1270px){.hero-front__marquee{height:100%}.hero-front__marquee .mfs-marquee__track{flex-direction:column;align-items:stretch;width:100%;height:-moz-max-content;height:max-content;animation-name:mfs-hero-pp-y}.hero-front__marquee .mfs-marquee__item{width:100%;height:auto;margin-right:0;margin-bottom:30px}.hero-front__marquee .hero-front__slider-item,.hero-front__marquee .hero-front__slider-item img{width:100%;height:auto}}.hero-front__slider-item{position:relative;display:flex;align-items:center;height:100%}.hero-front__slider-item img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:1px}@media (min-width: 1270px){.hero-front__slider-item img{border-radius:1px}}@media (min-width: 1750px){.hero-front__slider-item img{border-radius:1px}}.hero-front__slider-item img:nth-of-type(2),.hero-front__slider-item .hero-front__slider-hover{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .3s ease}@media (min-width: 1270px){.hero-front__slider-item img:nth-of-type(2),.hero-front__slider-item .hero-front__slider-hover{top:0;transform:none}}.hero-front__slider-item:hover img:nth-of-type(2),.hero-front__slider-item:hover .hero-front__slider-hover{opacity:1}@keyframes mfs-badge-blink{0%,80%,to{background-color:var(--accent-color)}88%{background-color:transparent}}.hero-front .text-highlight em,.hero-front .text-highlight.is-animated em{background-image:none;background-size:0 0;color:inherit}html.single-solutions .hero-front__slider.js-reveal{opacity:1!important}.hero-front__reveal{opacity:0;animation:hero-front-reveal .6s ease .05s forwards;will-change:opacity}@keyframes hero-front-reveal{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.hero-front__reveal{animation:none;opacity:1}}@keyframes mfs-hero-pp-x{to{transform:translate(calc(-100% + 100cqw))}}@keyframes mfs-hero-pp-y{to{transform:translateY(calc(-100% + 100cqh))}}.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}}.what-we-do{--margin: 100px;margin-top:var(--margin);margin-bottom:var(--margin)}@media (min-width: 1270px){.what-we-do{--margin: 180px}}.what-we-do .container{display:flex;flex-direction:column;gap:40px}@media (min-width: 1750px){.what-we-do .container{gap:60px}}.what-we-do__info{display:flex;flex-direction:column;gap:15px;text-align:center}.what-we-do__info .section-subtitle{justify-content:center}@media (min-width: 1270px){.what-we-do__info{text-align:left;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:end}.what-we-do__info .section-subtitle{justify-content:flex-start}}@media (min-width: 1750px){.what-we-do__info{grid-template-columns:711fr auto;gap:15px}.what-we-do__info .section-subtitle{justify-content:flex-start}}.what-we-do__desc{color:var(--text-grey-color);font-size:14px}@media (min-width: 1270px){.what-we-do__desc{font-size:16px}}@media (min-width: 1750px){.what-we-do__desc{font-size:18px;max-width:694px}}.what-we-do__items{display:flex;flex-direction:column;gap:30px}@media (min-width: 1270px){.what-we-do__items{position:relative}}ul.what-we-do__tabs{display:flex;align-items:center;gap:4px;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;border-bottom:1px solid var(--line)}ul.what-we-do__tabs button{flex:0 0 auto;white-space:nowrap;padding:12px 16px;margin-bottom:-1px;background:transparent;color:var(--text-grey-color);border-bottom:2px solid transparent;transition:color .3s,border-color .3s;font-size:15px;font-weight:500;text-align:center}ul.what-we-do__tabs button.is-active{color:var(--black-color);border-bottom-color:var(--accent-color)}@media (min-width: 1270px){ul.what-we-do__tabs{position:sticky;top:var(--header-height);z-index:3;background:#0d1126d1;backdrop-filter:blur(32px) saturate(185%);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff1a}ul.what-we-do__tabs button{white-space:normal;color:#ffffffd9;text-shadow:0 1px 2px rgba(0,0,0,.28)}ul.what-we-do__tabs button.is-active{color:var(--white-color)}ul.what-we-do__tabs button:hover:not(.is-active){color:var(--white-color)}}@media (min-width: 1750px){ul.what-we-do__tabs button{padding:14px 18px;font-size:16px}}@media (min-width: 1270px){.what-we-do__tabs-content{flex:1}}.what-we-do__tab-content{display:none}.what-we-do__tab-content.is-active{display:block}.what-we-do__tab-content .mfs-snap__item{width:auto}.what-we-do__tab-content .mfs-snap__dots{margin-top:20px;display:flex;justify-content:center;gap:8px}.what-we-do__tab-content .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;border-radius:50%;background-color:var(--stroke-light-grey-color);transition:background-color .3s ease,transform .3s ease}.what-we-do__tab-content .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.what-we-do__tab-content .mfs-snap__dots .mfs-snap__dot[aria-current]{background-color:var(--accent-color);transform:scale(1.3)}@media (min-width: 1270px){.what-we-do__tab-content .mfs-snap__track{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;width:100%;overflow:visible;scroll-snap-type:none}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item{width:auto;grid-column:span 3;grid-row:span 2}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.row-1-2{grid-row:span 1}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.row-1-2 .what-we-do-item{height:190px}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.row-2{grid-row:span 2}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.row-2 .what-we-do-item{height:400px}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.size-1{grid-column:span 12}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.size-1-2{grid-column:span 6}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.size-1-3,.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.size-2-3{grid-column:span 4}.what-we-do__tab-content .mfs-snap__dots{display:none}}@media (min-width: 1750px){.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.row-1-2 .what-we-do-item{height:215px}.what-we-do__tab-content .mfs-snap__track .mfs-snap__item.row-2 .what-we-do-item{height:450px}}.what-we-do-item{position:relative;width:270px;height:330px;border-radius:1px;overflow:hidden;color:var(--white-color)}.what-we-do-item.black-color{color:var(--black-color)}.what-we-do-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 1270px){.what-we-do-item{width:100%;border-radius:1px}}@media (min-width: 1750px){.what-we-do-item{height:400px}}.what-we-do-item__info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#0a0c1873,#0a0c180d);backdrop-filter:blur(30px) saturate(185%) brightness(.92);border-top:1px solid rgba(255,255,255,.18);color:var(--white-color);padding:12px 14px}.what-we-do-item__info>div{display:flex;flex-direction:column;gap:4px}.what-we-do-item__info h3{font-size:16px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.5)}@media (min-width: 1750px){.what-we-do-item__info{padding:14px 16px}.what-we-do-item__info h3{font-size:18px}}.what-we-do-item__desc{font-size:14px}@media (min-width: 1750px){.what-we-do-item__desc{font-size:16px}}.what-we-do-item__btn{display:inline-block;margin:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;gap:6px;padding:7px 10px;background:#0d112673;backdrop-filter:blur(14px) saturate(150%);border:1px solid rgba(255,255,255,.25);border-radius:1px;color:var(--white-color);font-size:12px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,transform .3s ease}.what-we-do-item__btn:disabled{cursor:default}.what-we-do-item__btn:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 0 4px #2d40ae59;opacity:0;pointer-events:none;animation:mfs-cta-pulse 2s ease-in-out infinite}.what-we-do-item__btn svg{width:13px;height:13px}.what-we-do-item__btn:disabled{opacity:.45;cursor:default}.what-we-do-item__btn:disabled:after{animation:none;opacity:0}@media (min-width: 1270px){.what-we-do-item__btn:hover:not(:disabled){background:#2d40aeb3;border-color:#ffffff73;transform:scale(1.05)}.what-we-do-item__btn:hover:not(:disabled):after{animation:none;opacity:0}}@media (prefers-reduced-motion: reduce){.what-we-do-item__btn:after{animation:none}}@keyframes mfs-cta-pulse{0%,to{opacity:0}50%{opacity:1}}.what-we-do__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){.what-we-do__cta{flex-direction:row;align-items:center;gap:30px;padding:30px;font-size:20px}}@media (min-width: 1750px){.what-we-do__cta{font-size:24px}}.what-we-do__cta>svg{--size: 44px;width:var(--size);height:var(--size)}@media (min-width: 1270px){.what-we-do__cta>svg{--size: 54px}}@media (min-width: 1750px){.what-we-do__cta>svg{--size: 64px}}.what-we-do__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){.what-we-do__cta .btn-main{margin-left:auto;padding:18px 40px;width:200px}}@media (min-width: 1750px){.what-we-do__cta .btn-main{width:232px}}.what-we-do__cta-info h3{margin-bottom:10px;font-size:16px;font-weight:500}@media (min-width: 1750px){.what-we-do__cta-info h3{font-size:18px}}.what-we-do__cta-info p{margin-bottom:20px;max-width:500px;font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.what-we-do__cta-info p{max-width:556px;font-size:16px}}.what-we-do__cta-advantages{display:flex;flex-direction:column}@media (min-width: 1270px){.what-we-do__cta-advantages{flex-direction:row;gap:20px}}@media (min-width: 1750px){.what-we-do__cta-advantages{gap:28px}}.what-we-do__cta-advantages li{padding:4px 0;display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}@media (min-width: 1270px){.what-we-do__cta-advantages li{padding:10px 0}}@media (min-width: 1750px){.what-we-do__cta-advantages li{gap:8px;font-size:toREm(14)}}.what-we-do__cta-advantages li>svg{--size: 16px;width:var(--size);height:var(--size)}@media (min-width: 1270px){.what-we-do__cta-advantages li>svg{--size: 16px}}@media (min-width: 1750px){.what-we-do__cta-advantages li>svg{--size: 24px}}.what-we-do-item__service{width:-moz-fit-content;width:fit-content;margin-top:6px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--white-color);transition:opacity .3s ease}.what-we-do-item__service:after{content:"";width:14px;height:14px;flex:0 0 auto;background-color:currentColor;-webkit-mask:url(../img/icons/arrow-open.svg) no-repeat center/contain;mask:url(../img/icons/arrow-open.svg) no-repeat center/contain;transition:transform .3s ease}@media (min-width: 1270px){.what-we-do-item__service:hover:after{transform:translate(3px)}}.what-we-do-item__title-link{color:inherit;text-decoration:none;transition:opacity .3s ease}@media (min-width: 1270px){.what-we-do-item__title-link:hover{opacity:.85}}.performance-scale{margin:80px 0;padding:64px 0;background-color:var(--black-color)}@media (min-width: 1270px){.performance-scale{margin:120px 0}}.performance-scale__info{margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;gap:15px;color:var(--white-color)}.performance-scale__info h2{text-align:center}.performance-scale__info .section-subtitle{color:var(--text-light-grey-color);text-align:center;justify-content:center;margin-bottom:0}.performance-scale__info .section-subtitle:before{background-color:var(--accent-color)}@media (min-width: 1270px){.performance-scale__info{margin-bottom:40px;max-width:700px;justify-content:flex-start}.performance-scale__info h2,.performance-scale__info .section-subtitle{text-align:left}.performance-scale__info .section-subtitle{justify-content:flex-start}}@media (min-width: 1750px){.performance-scale__info{margin-bottom:60px;max-width:900px;justify-content:flex-start}}.performance-scale__items{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 1270px){.performance-scale__items{grid-template-columns:repeat(4,1fr);gap:20px}}.performance-scale-item{border-radius:1px;background-color:var(--white-color);position:relative;padding:15px 15px 39px}@media (min-width: 1270px){.performance-scale-item{padding:30px}}.performance-scale-item__review-link{position:absolute;bottom:0;right:0;display:block}.performance-scale-item__review-link img{width:32px;height:32px;display:block;-o-object-fit:contain;object-fit:contain;border-radius:1px}@media (min-width: 1270px){.performance-scale-item__review-link img{width:44px;height:44px}}.performance-scale-item__info{display:flex;flex-direction:column-reverse}@media (min-width: 1270px){.performance-scale-item__info{flex-direction:column;height:100%;justify-content:space-between}}.performance-scale-item__num{font-size:44px;font-weight:500}.performance-scale-item__num span,.performance-scale-item__num em{color:var(--accent-color)}@media (min-width: 1270px){.performance-scale-item__num{font-size:60px}}.performance-scale-item__title{color:var(--text-middle-grey-color);font-size:14px;font-weight:500}@media (min-width: 1270px){.performance-scale-item__title{font-size:16px}}@media (min-width: 1750px){.performance-scale-item__title{font-size:18px}}.performance-scale-case{border-radius:1px;overflow:hidden;position:relative;height:220px}.performance-scale-case:nth-child(5){grid-row:2;grid-column:1/-1}.performance-scale-case:nth-child(6){grid-row:4;grid-column:1/-1}@media (min-width: 1270px){.performance-scale-case{grid-column:span 2}.performance-scale-case:nth-child(5){grid-row:1;grid-column:3/5}.performance-scale-case:nth-child(6){grid-row:2;grid-column:1/3}}@media (min-width: 1750px){.performance-scale-case{height:260px}}.performance-scale-case__img{position:absolute;left:0;top:0;width:100%;height:100%}.performance-scale-case__img:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:linear-gradient(0deg,#00000080,#0000);backdrop-filter:blur(2.5px)}.performance-scale-case__img img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.performance-scale-case__info{position:relative;z-index:2;padding:30px;height:100%;display:flex;flex-direction:column}.performance-scale-case__title{font-size:15px;font-weight:500;color:var(--white-color);max-width:196px;margin-bottom:28px}.performance-scale-case__title em{background-color:var(--accent-color);color:var(--white-color);font-style:normal}@media (min-width: 1270px){.performance-scale-case__title{max-width:407px;margin-bottom:30px;font-size:24px}}.performance-scale-case__link{margin-top:auto;display:flex;align-items:center;gap:4px;font-size:14px;color:var(--white-color)}.performance-scale-case__link svg path{stroke:currentColor}.performance-scale-case__link:before{content:"";width:100%;height:100%;display:block;position:absolute;left:0;top:0}.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}.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}}.section--articles{margin-bottom:100px}@media (min-width: 1270px){.section--articles{margin-bottom:180px}}@media (min-width: 1750px){.section--articles{margin-bottom:200px}}.section__head{text-align:center;margin-bottom:40px}@media (min-width: 1750px){.section__head{margin-bottom:60px}}.section__head--row{display:grid;grid-template-areas:"search search" "tags tags" "toggle-category sort" "category category" "subcategory subcategory";grid-template-columns:1fr 1fr}@media (min-width: 1270px){.section__head--row{grid-template-areas:"toggle-category search tags sort" "category category category category" "subcategory subcategory subcategory subcategory";grid-template-columns:auto 1fr auto auto}}.section__eyebrow{text-align:center;margin-bottom:15px;color:var(--accent-color)}.section__text{margin-top:15px;margin-left:auto;margin-right:auto;max-width:635px;color:var(--text-grey-color)}.section__toggle--primary{font-size:14px;font-weight:500}@media (min-width: 1270px){.section__toggle--primary{font-size:16px}}.section__toggle--primary{grid-area:toggle-category}.section__toggle--sort{grid-area:sort;display:flex;justify-content:flex-end;align-items:center}@media (min-width: 1270px){.section__toggle--sort{gap:8px}}.section__toggle--sort .--label{display:none}@media (min-width: 1270px){.section__toggle--sort .--label{display:block}}.section__toggle--search{margin-bottom:20px;grid-area:search}@media (min-width: 1270px){.section__toggle--search{margin-bottom:0}}@media (min-width: 1270px){.section__toggle+.section__toggle--search{margin-left:30px}}.section__categories{max-width:890px;display:flex;flex-wrap:wrap;gap:8px 4px}@media (min-width: 1270px){.section__categories{gap:16px 8px}}.section__categories--tags{margin-bottom:20px;grid-area:tags}@media (min-width: 1270px){.section__categories--tags{margin-bottom:0}}@media (min-width: 1270px){.section__categories--tags+.section__toggle--sort{margin-left:30px}}@media (min-width: 1750px){.section__categories--tags+.section__toggle--sort{margin-left:60px}}.section__categories--primary,.section__categories--secondary{margin-top:15px}@media (min-width: 1270px){.section__categories--primary,.section__categories--secondary{margin-top:30px}}.section__categories--primary{grid-area:category}.section__categories--secondary{grid-area:subcategory}.section__categories:not(.is-active){display:none}.section__categories .pill{font-size:14px;font-weight:500}.section__categories .section__filters{justify-content:start}.section__categories .section__filters-prev{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;padding-right:16px}.section__btn{text-align:center;margin-top:40px}@media (min-width: 1750px){.section__btn{margin-top:60px}}.cards{display:grid;gap:40px 30px}@media (min-width: 1750px){.cards{row-gap:60px}}.cards--4{grid-template-columns:repeat(2,1fr)}@media (min-width: 1270px){.cards--4{grid-template-columns:repeat(4,1fr)}}.cards--3{grid-template-columns:1fr}@media (min-width: 1270px){.cards--3{grid-template-columns:repeat(3,1fr)}}.cards .case-item .case-item__title,.cards .case-item .case-item__excerpt{max-height:-moz-max-content;max-height:max-content;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media (min-width: 1270px){.success-stories-page .hero__main{max-width:930px}}@media (min-width: 1750px){.success-stories-page .hero__main{max-width:1280px}}.success-stories-page .hero__title{text-transform:uppercase}.success-stories-page .hero__desc{color:var(--text-grey-color)}@media (min-width: 1270px){.success-stories-page .hero__desc{max-width:550px}}@media (min-width: 1750px){.success-stories-page .hero__desc{font-size:18px;max-width:590px}}.success-stories-page .review-item{color:var(--black-color)}.success-stories-page .hero-front .review-item{color:var(--white-color)}.success-stories-page .hero__title em.mark{background-size:100% 100%!important}.success-stories-page .hero-block__breadcrumbs{margin-top:36px;opacity:1!important;color:var(--text-grey-color)}.success-stories-page .hero-block__breadcrumbs a{color:var(--black-color)}.success-stories-page .hero-block__breadcrumbs li:not(:last-child):after{background-image:url(../img/icons/arrow-right-breadcrumbs-black.svg)}
