@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*:not(i){font-family:"Inter",serif}:root{--color-green-a:#A3BE4C;--color-green-a-hover:#abcd3d;--color-green-b:#EEF8CC;--color-green-b-hover:#f1ffb3;--color-gray:#F5F5F5}[data-component] ul{list-style:none}[data-component] ul>li:before{background-image:url(/src/front/assets/bullet.svg);background-size:20px 20px;background-repeat:no-repeat;display:inline-block;width:20px;height:20px;content:"";padding-right:30px;transform:translateY(4px)}.space-1{width:100%;margin-bottom:1.2em}.space-2{width:100%;margin-bottom:2.6em}.space-3{width:100%;margin-bottom:3.6em}.space-4{width:100%;margin-bottom:4.6em}.space-5{width:100%;margin-bottom:5.6em}.space-6{width:100%;margin-bottom:6.6em}.space-7{width:100%;margin-bottom:7.6em}.space-p-4{width:100%;padding-bottom:4.6em}.indentation{padding-left:calc(24px * 7)}.indentation-both{padding-left:calc(24px * 7);padding-right:calc(24px * 7)}@media only screen and (max-width:1200px){.indentation{padding-left:0}.indentation-both{padding-left:0;padding-right:0}}.modal#modal-localisation .languages{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.modal#modal-localisation .languages>button{border:none;outline:1px solid #000;outline-offset:-1px;padding:6px 12px;background-color:#fff;margin-right:6px;margin-bottom:6px;font-weight:600}.modal#modal-localisation .languages>button.selected{background-color:#333;color:#fff}.modal#modal-localisation .languages>button:hover:not(.selected){background-color:#D7D7D7}.typo-0>span,.typo-1>span,.typo-2>span,.typo-3>span,.typo-0,.typo-1,.typo-2,.typo-3{font-size:1em;font-weight:400;margin:0;line-height:1.2em}.typo-0,.typo-0>span{font-size:44px}.typo-1,.typo-1>span{font-size:38px}.typo-2,.typo-2>span{font-size:24px}.typo-3,.typo-3>span{font-size:18px}@media only screen and (max-width:1200px){.typo-0,.typo-0>span{font-size:calc(44px * 0.9)}.typo-1,.typo-1>span{font-size:calc(38px * 0.9)}.typo-2,.typo-2>span{font-size:calc(24px * 0.9)}.typo-3,.typo-3>span{font-size:calc(18px * 1)}}@media only screen and (max-width:992px){.typo-0,.typo-0>span{font-size:calc(44px * 0.8)}.typo-1,.typo-1>span{font-size:calc(38px * 0.8)}.typo-2,.typo-2>span{font-size:calc(24px * 0.9)}.typo-3,.typo-3>span{font-size:calc(18px * 1)}}.button{display:inline-block;background-color:var(--color-green-a);border:none;border-radius:24px;height:48px;padding-top:12px;padding-bottom:12px;padding-left:36px;padding-right:26px;outline:none;cursor:pointer;text-decoration:none;color:#000;font-size:1rem;transition:0.2s background-color}.button:hover{color:#000;background-color:var(--color-green-a-hover)}.button>i{margin-left:12px}.button.button-light{background-color:var(--color-green-b)}.button.button-light:hover{background-color:var(--color-green-b-hover)}.input-wrap-half{display:flex;flex-wrap:wrap}.input-wrap-half>div{width:50%}.input-wrap-half>div:nth-child(1){padding-right:12px}.input-wrap-half>div:nth-child(2){padding-left:12px}.input-wrap-full>div{width:100%}.input-wrap-half>div,.input-wrap-full>div{margin-bottom:24px}@media screen and (max-width:768px){.input-wrap-half>div{width:100%}.input-wrap-half>div:nth-child(1){padding-right:0}.input-wrap-half>div:nth-child(2){padding-left:0}}.input-wrap{display:inline-flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.input-wrap>label{color:gray}.input-wrap>label>span{font-weight:600;margin-left:12px}.input-wrap>input{border:none;outline:none;border-bottom:1px solid gray;height:48px;font-size:1rem}.input-wrap>textarea{border:none;outline:none;border-bottom:1px solid gray;min-height:48px;font-size:1rem}.input-wrap>p.error{display:none;color:orangered;font-size:.8em;font-weight:600}:root{--animation-duration:1.4s}[data-animation-type]{animation-iteration-count:1;animation-fill-mode:forwards;animation-duration:var(--animation-duration)}[data-animation-type="fade-from-right"]{transform:translateX(24px);opacity:0}[data-animation="active"] [data-animation-type="fade-from-right"]{animation-name:stavride-fade-from-right}@keyframes stavride-fade-from-right{0%{opacity:0;transform:translateX(24px)}100%{opacity:1;transform:translateX(0)}}[data-animation-type="fade-from-left"]{transform:translateX(-24px);opacity:0}[data-animation="active"] [data-animation-type="fade-from-left"]{animation-name:stavride-fade-from-left}@keyframes stavride-fade-from-left{0%{opacity:0;transform:translateX(-24px)}100%{opacity:1;transform:translateX(0)}}[data-animation-type="fade-from-top"]{transform:translateY(-24px);opacity:0}[data-animation="active"] [data-animation-type="fade-from-top"]{animation-name:stavride-fade-from-top}@keyframes stavride-fade-from-top{0%{opacity:0;transform:translateY(-24px)}100%{opacity:1;transform:translateY(0)}}[data-animation-type="fade-from-bottom"]{transform:translateY(24px);opacity:0}[data-animation="active"] [data-animation-type="fade-from-bottom"]{animation-name:stavride-fade-from-bottom}@keyframes stavride-fade-from-bottom{0%{opacity:0;transform:translateY(24px)}100%{opacity:1;transform:translateY(0)}}[data-animation-type="fade"]{opacity:0}[data-animation="active"] [data-animation-type="fade"]{animation-name:stavride-fade}@keyframes stavride-fade{0%{opacity:0}100%{opacity:1}}[data-animation-type="fade-blur-from-right"]{filter:blur(16px);opacity:0}[data-animation="active"] [data-animation-type="fade-blur-from-right"]{animation-name:stavride-fade-blur-from-right}@keyframes stavride-fade-blur-from-right{0%{opacity:0;filter:blur(16px);transform:translateX(24px)}75%{filter:blur(0)}100%{opacity:1;filter:blur(0);transform:translateX(0)}}[data-animation-type="fade-blur-from-left"]{filter:blur(16px);opacity:0}[data-animation="active"] [data-animation-type="fade-blur-from-left"]{animation-name:stavride-fade-blur-from-left}@keyframes stavride-fade-blur-from-left{0%{opacity:0;filter:blur(16px);transform:translateX(-24px)}75%{filter:blur(0)}100%{opacity:1;filter:blur(0);transform:translateX(0)}}[data-animation-type="fade-blur-from-top"]{filter:blur(16px);opacity:0}[data-animation="active"] [data-animation-type="fade-blur-from-top"]{animation-name:stavride-fade-blur-from-top}@keyframes stavride-fade-blur-from-top{0%{opacity:0;filter:blur(16px);transform:translateY(-24px)}75%{filter:blur(0)}100%{opacity:1;filter:blur(0);transform:translateY(0)}}[data-animation-type="fade-blur-from-bottom"]{filter:blur(16px);opacity:0}[data-animation="active"] [data-animation-type="fade-blur-from-bottom"]{animation-name:stavride-fade-blur-from-bottom}@keyframes stavride-fade-blur-from-bottom{0%{opacity:0;filter:blur(16px);transform:translateY(24px)}75%{filter:blur(0)}100%{opacity:1;filter:blur(0);transform:translateY(0)}}[data-animation-type="fade-blur"]{filter:blur(16px);opacity:0}[data-animation="active"] [data-animation-type="fade-blur"]{animation-name:stavride-fade-blur}@keyframes stavride-fade-blur{0%{opacity:0;filter:blur(16px)}75%{filter:blur(0)}100%{opacity:1;filter:blur(0)}}[data-animation-type="letter-fade-from-bottom"] span{opacity:0;transform:translateY(16px);display:inline-block;animation-iteration-count:inherit;animation-fill-mode:inherit;animation-duration:0.6s;animation-delay:var(--delay)}[data-animation="active"] [data-animation-type="letter-fade-from-bottom"] span{animation-name:stavride-letter-fade-from-bottom}@keyframes stavride-letter-fade-from-bottom{0%{opacity:0;transform:translateY(16px)}100%{opacity:1;transform:translateY(0)}}[data-animation-type="letter-fade-blur-from-bottom"] span{opacity:0;filter:blur(16px);transform:translateY(16px);display:inline-block;animation-iteration-count:inherit;animation-fill-mode:inherit;animation-duration:0.6s;animation-delay:var(--delay)}[data-animation="active"] [data-animation-type="letter-fade-blur-from-bottom"] span{animation-name:stavride-letter-fade-blur-from-bottom}@keyframes stavride-letter-fade-blur-from-bottom{0%{opacity:0;filter:blur(16px);transform:translateY(16px)}74%{filter:blur(0)}100%{opacity:1;filter:blur(0);transform:translateY(0)}}[data-animation-type="word-fade-from-bottom"] span{opacity:0;transform:translateY(16px);display:inline-block;animation-iteration-count:inherit;animation-fill-mode:inherit;animation-duration:0.6s;animation-delay:var(--delay)}[data-animation="active"] [data-animation-type="word-fade-from-bottom"] span{animation-name:stavride-word-fade-from-bottom}@keyframes stavride-word-fade-from-bottom{0%{opacity:0;transform:translateY(16px)}100%{opacity:1;transform:translateY(0)}}[data-animation-type="word-fade-blur-from-bottom"] span{opacity:0;filter:blur(16px);transform:translateY(16px);display:inline-block;animation-iteration-count:inherit;animation-fill-mode:inherit;animation-duration:0.6s;animation-delay:var(--delay)}[data-animation="active"] [data-animation-type="word-fade-blur-from-bottom"] span{animation-name:stavride-word-fade-blur-from-bottom}@keyframes stavride-word-fade-blur-from-bottom{0%{opacity:0;filter:blur(16px);transform:translateY(16px)}74%{filter:blur(0)}100%{opacity:1;filter:blur(0);transform:translateY(0)}}.articles{min-height:50dvh}.articles>.container.header{display:flex;justify-content:space-between;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid gray}.articles>.container.header>select{min-width:120px;padding:6px 24px;cursor:pointer;-webkit-appearance:none;appearance:none;color:#111;background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px}@media screen and (max-width:992px){.articles>.container.header{flex-direction:column}.articles>.container.header>h2{margin-bottom:12px}.articles>.container.header>select{width:100%}}.articles>.container.items{display:flex;flex-wrap:wrap;justify-content:flex-start}.articles>.container.items>.article-item{height:auto;margin-bottom:24px;cursor:pointer;text-decoration:none;color:#000}.articles>.container.items>.article-item>.photo{position:relative;height:400px;overflow:hidden;margin-bottom:12px}.articles>.container.items>.article-item>.photo>img{object-fit:cover;width:100%;height:100%}.articles>.container.items>.article-item>.photo>img.secondary{position:absolute;top:-400px;left:0;width:100%;height:100%;filter:blur(16px);opacity:0;transition:0.3s filter,0.4s opacity,0.4s top}.articles>.container.items>.article-item:hover>.photo>img.secondary{filter:blur(0);opacity:1;top:0}.articles>.container.items>.article-item>p{margin:0}.articles>.container.items>.article-item>p.tags>span{color:gray}.articles>.container.items>.article-item{width:calc(25% - calc(calc(12px * 3) / 4));margin-right:12px}.articles>.container.items>.article-item[data-nth="4"]{margin-right:0}@media screen and (max-width:1200px){.articles>.container.items>.article-item[data-nth="4"]{margin-right:unset}.articles>.container.items>.article-item{width:calc(33.33% - calc(calc(12px * 2) / 3))}.articles>.container.items>.article-item[data-nth="3"]{margin-right:0}}@media screen and (max-width:992px){.articles>.container.items>.article-item[data-nth="3"]{margin-right:unset}.articles>.container.items>.article-item{width:calc(50% - calc(calc(12px * 1) / 2))}.articles>.container.items>.article-item[data-nth="2"]{margin-right:0}}@media screen and (max-width:576px){.articles>.container.items>.article-item{margin-right:0}.articles>.container.items>.article-item{width:100%}}.article>.article-gallery{display:flex;flex-wrap:wrap}.article>.article-gallery>a{display:inline-block;overflow:hidden;margin-bottom:12px;height:340px}.article>.article-gallery>a>img{width:100%;height:100%;object-fit:cover;transform:scale(1);opacity:1;transition:1s transform,1s opacity}.article>.article-gallery>a:hover>img{transform:scale(1.2);opacity:.85}.article>.article-gallery a{width:calc(50% - 6px);margin-right:12px}.article>.article-gallery a:nth-child(2n){margin-right:0}@media only screen and (max-width:992px){.article>.article-gallery a{width:100%;margin-right:0}}.references{min-height:50dvh}.references>.container.header{display:flex;justify-content:space-between;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid gray}.references>.container.header>select{min-width:120px;padding:6px 24px;cursor:pointer;-webkit-appearance:none;appearance:none;color:#111;background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px}@media screen and (max-width:992px){.references>.container.header{flex-direction:column}.references>.container.header>h2{margin-bottom:12px}.references>.container.header>select{width:100%}}.references>.container.items{display:flex;flex-wrap:wrap;justify-content:flex-start}.references>.container.items>.reference-item{height:auto;margin-bottom:24px;cursor:pointer;text-decoration:none;color:#000}.references>.container.items>.reference-item>.photo{position:relative;height:400px;overflow:hidden;margin-bottom:12px}.references>.container.items>.reference-item>.photo>img{object-fit:cover;width:100%;height:100%}.references>.container.items>.reference-item>.photo>img.secondary{position:absolute;top:-400px;left:0;width:100%;height:100%;filter:blur(16px);opacity:0;transition:0.3s filter,0.4s opacity,0.4s top}.references>.container.items>.reference-item:hover>.photo>img.secondary{filter:blur(0);opacity:1;top:0}.references>.container.items>.reference-item>p{margin:0}.references>.container.items>.reference-item>p.tags>span{color:gray}.references>.container.items>.reference-item>p.architect{display:inline-block;padding:1px 8px;border-radius:4px;font-size:.85rem;background-color:var(--color-green-b);color:#000}.references>.container.items>.reference-item{width:calc(25% - calc(calc(12px * 3) / 4));margin-right:12px}.references>.container.items>.reference-item[data-nth="4"]{margin-right:0}@media screen and (max-width:1200px){.references>.container.items>.reference-item[data-nth="4"]{margin-right:unset}.references>.container.items>.reference-item{width:calc(33.33% - calc(calc(12px * 2) / 3))}.references>.container.items>.reference-item[data-nth="3"]{margin-right:0}}@media screen and (max-width:992px){.references>.container.items>.reference-item[data-nth="3"]{margin-right:unset}.references>.container.items>.reference-item{width:calc(50% - calc(calc(12px * 1) / 2))}.references>.container.items>.reference-item[data-nth="2"]{margin-right:0}}@media screen and (max-width:576px){.references>.container.items>.reference-item{margin-right:0}.references>.container.items>.reference-item{width:100%}}.reference>.reference-gallery{display:flex;flex-wrap:wrap}.reference>.reference-gallery>a{display:inline-block;overflow:hidden;margin-right:24px;margin-bottom:24px;height:400px}.reference>.reference-gallery>a>img{width:100%;height:100%;object-fit:cover;transform:scale(1);opacity:1;transition:1s transform,1s opacity}.reference>.reference-gallery>a:hover>img{transform:scale(1.2);opacity:.85}.reference>.reference-gallery a{width:calc(40% - 12px)}.reference>.reference-gallery>a:nth-child(1n){width:calc(40% - 12px);margin-right:24px}.reference>.reference-gallery>a:nth-child(2n){width:calc(60% - 12px);margin-right:0}.reference>.reference-gallery>a:nth-child(2n+1){width:calc(60% - 12px);margin-right:24px}.reference>.reference-gallery>a:nth-child(4n){width:calc(40% - 12px);margin-right:0}.reference>.reference-gallery>a:nth-child(4n+1){width:calc(40% - 12px);margin-right:24px}@media only screen and (max-width:1200px){.reference>.reference-gallery>a:nth-child(1n){width:unset;margin-right:unset}.reference>.reference-gallery>a:nth-child(2n){width:unset;margin-right:unset}.reference>.reference-gallery>a:nth-child(2n+1){width:unset;margin-right:unset}.reference>.reference-gallery>a:nth-child(4n){width:unset;margin-right:unset}.reference>.reference-gallery>a:nth-child(4n+1){width:unset;margin-right:unset}.reference>.reference-gallery a{width:calc(50% - 6px)!important;margin-right:12px!important;margin-bottom:12px}.reference>.reference-gallery>a:nth-child(2n){margin-right:0px!important}}@media only screen and (max-width:992px){.reference>.reference-gallery a{width:100%!important;margin-right:0px!important;margin-bottom:12px}}.contact>.container{display:flex;flex-wrap:wrap}.contact>.container>.left{width:50%;padding-right:24px}.contact>.container>.right{width:50%;padding-left:24px}@media screen and (max-width:1200px){.contact>.container>.left{width:100%;padding-right:0;margin-bottom:24px}.contact>.container>.right{width:100%;padding-left:0}}.contact .box{padding:24px;background-color:var(--color-gray)}.contact .box>h2{margin-bottom:24px}.contact .box>div{width:100%}.contact .box>div>p,.contact .box>p{margin:0}.contact .box>div>p.title,.contact .box>p.title{color:gray}.contact .box>div>p.content,.contact .box>p.content{color:#000}.contact .box>div>p.content>a,.contact .box>p.content>a{color:#000}.contact .box>div>.separator,.contact .box>.separator{display:inline-block;height:1px;background-color:lightgrey!important;width:100%;margin-top:24px;margin-bottom:24px}body.header-merge [data-component="header"].header{background-color:#FFF0;transition:0.2s background-color}body.header-merge [data-component="header-space"].header-space{padding-bottom:0}body.header-merge.header-scroll [data-component="header"].header{background-color:#FFF}[data-component="header-space"].header-space{padding-bottom:80px;transition:0.2s padding-bottom}.header-scroll [data-component="header"].header{box-shadow:-1px -1px 44px 0 rgb(0 0 0 / .23);-webkit-box-shadow:-1px -1px 44px 0 rgb(0 0 0 / .23);-moz-box-shadow:-1px -1px 44px 0 rgb(0 0 0 / .23)}[data-component="header"].header{z-index:100;position:fixed;width:100%;background-image:url(/src/front/assets/bg/header.svg);background-color:#fff;background-position:center;background-size:cover}[data-component="header"].header>.container{display:flex;height:80px;transition:0.2s height}[data-component="header"].header>.container>.logo>img{height:100%;padding:10px 0;width:240px}[data-component="header"].header>.container>.options{height:100%;padding:10px 0;padding-right:24px;display:flex;justify-content:flex-start;align-items:center;background-color:#fff}[data-component="header"].header>.container>.options>a{display:inline-block;text-decoration:unset;color:#000;margin-left:24px}[data-component="header"].header>.container>.options>a:hover{text-decoration:underline}[data-component="header"].header>.container>.fill{flex-grow:1;display:flex;justify-content:flex-end;align-items:center}[data-component="header"].header>.container>.mobile{flex-grow:1;display:none;justify-content:flex-end;align-items:center}[data-component="header"].header>.container>.mobile>a[data-mobile-menu="trigger"]{width:60px;height:60px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none}[data-component="header"].header>.container>.mobile>a[data-mobile-menu="trigger"]>i{color:#000;font-size:2rem}a[data-mobile-menu="trigger"]>i[data-trigger="close"]{display:none}a[data-mobile-menu="trigger"]>i[data-trigger="open"]{display:block}body.mobile-menu-open a[data-mobile-menu="trigger"]>i[data-trigger="close"]{display:block}body.mobile-menu-open a[data-mobile-menu="trigger"]>i[data-trigger="open"]{display:none}@media only screen and (max-width:1200px){[data-component="header"].header{background-color:white!important}[data-component="header"].header>.container{height:60px}[data-component="header-space"].header-space{padding-bottom:60px!important}[data-component="header"].header>.container>.options,[data-component="header"].header>.container>.fill{display:none}[data-component="header"].header>.container>.mobile{display:flex}}[data-component="footer"]{background-color:var(--color-green-a);padding:48px 0}[data-component="footer"]>.container{display:flex;flex-direction:column}[data-component="footer"]>.container>.level-1,[data-component="footer"]>.container>.level-2,[data-component="footer"]>.container>.level-3{width:100%}[data-component="footer"]>.container>.level-1{display:flex;justify-content:space-between}[data-component="footer"]>.container>.level-1>.logo{width:400px;display:flex;justify-content:flex-start}[data-component="footer"]>.container>.level-1>.logo>img{width:340px;height:125px;object-fit:contain}[data-component="footer"]>.container>.level-1>.options{width:calc(100% - 400px);display:flex}[data-component="footer"]>.container>.level-1>.options>.option-column{width:25%;display:flex;flex-direction:column}[data-component="footer"]>.container>.level-1>.options>.option-column>a{color:#000;text-decoration:none;display:inline-block;padding-bottom:6px}[data-component="footer"]>.container>.level-2{display:flex;align-items:center}[data-component="footer"]>.container>.level-2>.line{display:inline-block;height:1px;background-color:#151515;flex-grow:1}[data-component="footer"]>.container>.level-2>.social{display:flex}[data-component="footer"]>.container>.level-2>.social>a{color:#000;text-decoration:none;display:inline-block;margin-left:24px}[data-component="footer"]>.container>.level-3{display:flex;justify-content:flex-start}[data-component="footer"]>.container>.level-3>p{margin:0}@media only screen and (max-width:1200px){[data-component="footer"]{}[data-component="footer"]>.container>.level-1{flex-wrap:wrap}[data-component="footer"]>.container>.level-1>.logo{width:100%;display:flex;justify-content:center;border-bottom:1px solid #151515;padding-bottom:24px;margin-bottom:24px}[data-component="footer"]>.container>.level-1>.options{width:100%;flex-wrap:wrap;border-bottom:1px solid #151515;padding-bottom:24px;margin-bottom:24px}[data-component="footer"]>.container>.level-1>.options>.option-column{width:100%;text-align:center}[data-component="footer"]>.container>.level-2{border-bottom:1px solid #151515;padding-bottom:24px;margin-bottom:24px}[data-component="footer"]>.container>.level-2>.line{display:none}[data-component="footer"]>.container>.level-2>.social{width:100%;justify-content:center}[data-component="footer"]>.container>.level-2>.social>a{margin:0 6px}[data-component="footer"]>.container>.level-3>p{text-align:center;width:100%}}@media only screen and (max-width:992px){[data-component="footer"]{}}.footer-quote>.container{display:flex;flex-wrap:wrap}.footer-quote>.container>.content{width:calc(100% - 280px)}.footer-quote>.container>.side{width:280px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.footer-quote>.container>.content>p{margin:0}.footer-quote>.container>.content>p:nth-child(2){color:var(--color-green-a)}.footer-quote>.container>.side>.info{margin-bottom:24px}.footer-quote>.container>.side>.info>a{text-decoration:none;font-weight:600}@media only screen and (max-width:1200px){.footer-quote>.container>.content{width:100%}.footer-quote>.container>.side{width:100%;margin-top:24px;display:flex;justify-content:center;align-items:center}.footer-quote>.container>.side>.info{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}}[data-component="header-mobile"].header-mobile{z-index:99;position:fixed;top:-100%;left:0;width:100%;height:100dvh;background-color:#FFF;padding-top:60px;user-select:none;pointer-events:none;transition:0.6s top}[data-component="header-mobile"].header-mobile{display:none}body.mobile-menu-open{overflow:unset}@media screen and (max-width:1200px){[data-component="header-mobile"].header-mobile{display:flex}body.mobile-menu-open{overflow:hidden}}body.mobile-menu-open [data-component="header-mobile"].header-mobile{pointer-events:unset;top:0}[data-component="header-mobile"].header-mobile>.container{display:flex;flex-direction:column;height:100%;border-top:1px solid gray;padding-top:30px}[data-component="header-mobile"].header-mobile>.container>a{display:inline-block;width:100%;text-decoration:none;margin-bottom:12px;color:#000;font-size:1.75rem}[data-component-type="breadcrumb"]>.container{padding:0}[data-component-type="breadcrumb"] .frame>a:first-child{padding-left:0}[data-component-type="breadcrumb"] .frame{display:flex;flex-wrap:wrap;text-transform:uppercase}[data-component-type="breadcrumb"] .frame>a{display:inline-block;color:#000;text-decoration:unset;font-size:.8em;font-weight:600;padding:4px 0 4px 6px}[data-component-type="breadcrumb"] .frame>a>i{margin-left:6px}[data-component-type="breadcrumb"] .frame>a:last-child{margin-right:6px;padding:4px 6px 4px 6px}[data-component-type="breadcrumb"] .frame>a:last-child>i{display:none}[data-component-type="breadcrumb"] .frame>a>span{transition:0.2s color}[data-component-type="breadcrumb"] .frame>a:hover>span{color:#707070}[data-component-type="paginator"]{display:flex;justify-content:space-between}[data-component-type="paginator"] a{text-decoration:unset}[data-component-type="paginator"] #prev,[data-component-type="paginator"] #next{display:flex;flex-direction:column}[data-component-type="paginator"] #prev i,[data-component-type="paginator"] #next i{text-align:center}[data-component-type="paginator"] #prev i{margin-right:12px}[data-component-type="paginator"] #next i{margin-left:12px}[data-component-type="paginator"] #prev a,[data-component-type="paginator"] #next a{background-color:#fff;color:#000;border-radius:0;padding:6px 12px;font-size:.8em;margin-bottom:8px;outline:1px solid #D7D7D7;outline-offset:-1px}[data-component-type="paginator"] #prev a.inactive,[data-component-type="paginator"] #next a.inactive{opacity:.4;pointer-events:none}[data-component-type="paginator"] #prev{text-align:start}[data-component-type="paginator"] #next{text-align:end}[data-component-type="paginator"] #pages{display:flex}[data-component-type="paginator"] #pages>a{display:inline-block;font-weight:600;width:36px;height:36px;line-height:36px;border-radius:0;text-align:center;margin:0 4px;background-color:#fff;color:#000;cursor:pointer;transition:0.2s background-color;outline:1px solid #D7D7D7;outline-offset:-1px}[data-component-type="paginator"] #pages>a:hover{background-color:#D7D7D7}[data-component-type="paginator"] #pages>a.active{background-color:#000;color:#fff}@media screen and (max-width:768px){[data-component-type="paginator"]{flex-wrap:wrap;justify-content:space-between}[data-component-type="paginator"] #prev a,[data-component-type="paginator"] #next a{margin-bottom:24px}[data-component-type="paginator"] #pages a{margin:0 8px}[data-component-type="paginator"] #pages{display:flex;justify-content:center;margin-bottom:24px}[data-component-type="paginator"] #pages{width:100%;order:1}[data-component-type="paginator"] #prev{width:calc(50% - 24px);order:2}[data-component-type="paginator"] #next{width:calc(50% - 24px);order:3}}[data-style="header"]>.content{position:relative;margin:0 auto;max-width:1920px;height:100dvh;max-height:calc(1080px / 2)}[data-style="header"]>.content.fullscreen{max-height:calc(1080px * 1)}[data-style="header"]>.content.fullscreen>.swiper{max-height:calc(1080px * 1)}[data-style="header"]>.content>.swiper{max-height:calc(1080px / 2);height:100dvh;position:relative;z-index:1}[data-style="header"]>.content>.swiper>.swiper-wrapper{height:100dvh;max-height:inherit}[data-style="header"]>.content>.swiper>.swiper-wrapper>.swiper-slide{height:100dvh;max-height:inherit;width:100%}[data-style="header"]>.content>.swiper>.swiper-wrapper>.swiper-slide>img{height:100dvh;max-height:inherit;width:100%;object-fit:cover}[data-style="header"]>.content>.bottom{z-index:2;position:absolute;left:0;bottom:0;width:100%}[data-style="header"]>.content>.bottom>.container{display:flex;justify-content:flex-start;margin:0;padding:0;width:100%;max-width:100%}[data-style="header"]>.content>.bottom>.container>.content-card{max-width:800px;background-color:var(--color-green-a);color:#000;padding-top:36px;padding-bottom:36px;padding-left:48px;padding-right:48px;transition:0.2s width}[data-style="header"]>.content>.bottom>.container>.content-card.bb{margin-left:48px}[data-style="header"]>.content>.bottom>.container>.content-card p{margin-bottom:0}[data-style="header"]>.content>.bottom>.container>.content-card>.card-breadcrumb{margin-top:12px;display:flex;flex-wrap:wrap}[data-style="header"]>.content>.bottom>.container>.content-card>.card-breadcrumb>i:first-child{display:none}[data-style="header"]>.content>.bottom>.container>.content-card>.card-breadcrumb>a{color:#000;text-decoration:unset}[data-style="header"]>.content>.slider-navigation{z-index:2;position:absolute;display:flex;width:80px;height:40px;right:0;top:calc(50% - 20px)}[data-style="header"]>.content>.slider-navigation>button{width:40px;height:40px;border:none;outline:none;background-color:#FFFA;color:#000;display:flex;justify-content:center;align-items:center;transition:0.2s background-color}[data-style="header"]>.content>.slider-navigation>button:hover{background-color:#FFF}@media only screen and (max-width:1200px){[data-style="header"]>.content>.slider-navigation{top:unset;bottom:0}[data-style="header"]>.content.fullscreen,[data-style="header"]>.content{height:auto;max-height:max-content}[data-style="header"]>.content>.bottom{position:relative;background-color:var(--color-green-a)}[data-style="header"]>.content>.bottom>.container>.content-card{padding:24px;width:100%;max-width:calc(100% - calc(calc(40px * 2) + 24px))}[data-style="header"]>.content>.bottom>.container>.content-card>.card-breadcrumb{display:none}}@media only screen and (max-width:992px){[data-style="header"]>.content>.bottom>.container>.content-card.bb,[data-style="header"]>.content>.bottom>.container>.content-card{padding-left:12px;padding-right:12px;margin-left:0}}[data-style="content_and_photo"]>.container{display:flex;justify-content:space-between}[data-style="content_and_photo"]>.container>.photo{width:40%}[data-style="content_and_photo"]>.container>.content{width:calc(60% - 24px)}[data-style="content_and_photo"]>.container>.photo{order:1}[data-style="content_and_photo"]>.container>.content{order:2}[data-style="content_and_photo"]>.container.invert-photo .photo{order:2}[data-style="content_and_photo"]>.container.invert-photo .content{order:1}@media only screen and (max-width:992px){[data-style="content_and_photo"]>.container{flex-wrap:wrap}[data-style="content_and_photo"]>.container>.photo{width:100%}[data-style="content_and_photo"]>.container>.content{width:100%}[data-style="content_and_photo"]>.container>.photo{order:1!important}[data-style="content_and_photo"]>.container>.content{order:2!important}[data-style="content_and_photo"]>.container>.photo{margin-bottom:24px}}[data-style="content_and_side_button"] .container{display:flex;justify-content:space-between}[data-style="content_and_side_button"] .container>.content-left{width:70%}[data-style="content_and_side_button"] .container>.content-right{width:calc(30% - 48px)}[data-style="content_and_side_button"] .container>.content-right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}@media only screen and (max-width:1200px){[data-style="content_and_side_button"] .container{flex-wrap:wrap}[data-style="content_and_side_button"] .container>.content-left{width:100%}[data-style="content_and_side_button"] .container>.content-right{width:100%}[data-style="content_and_side_button"] .container>.content-left{margin-bottom:24px}}[data-style="accordions"] .accordion-blocks>.accordion-block{padding:12px 12px;border-bottom:1px solid #7D7D7D;transition:0.2s background-color;cursor:pointer}[data-style="accordions"] .accordion-blocks>.accordion-block>.header{display:flex;justify-content:space-between;align-items:center}[data-style="accordions"] .accordion-blocks>.accordion-block>.header>p{margin:0;cursor:pointer}[data-style="accordions"] .accordion-blocks>.accordion-block>.header>i{font-size:2em;margin-left:24px}[data-style="accordions"] .accordion-blocks>.accordion-block>p{margin:0;overflow-y:hidden;transition:0.2s padding-top,0.2s padding-bottom,0.2s height}[data-style="accordions"] .accordion-blocks>.accordion-block>p.preparing{position:absolute;opacity:0;pointer-events:none}[data-style="partners"] .title-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}[data-style="partners"] .title-line>p{flex-grow:1;text-align:center}[data-style="partners"] .title-line>span{flex-grow:2;height:1px;display:inline-block;background-color:#949494}[data-style="partners"] .partners{display:flex;flex-wrap:wrap;justify-content:flex-start}[data-style="partners"] .partners>img{width:25%;height:100px;object-fit:contain;margin-bottom:12px;padding:24px}@media only screen and (max-width:992px){[data-style="partners"] .partners>img{width:50%}}[data-style="satisfied"] .container{display:flex;justify-content:center}[data-style="satisfied"] .satisfied{display:flex;justify-content:center;align-items:center;max-width:600px}[data-style="satisfied"] .satisfied>.photos{display:flex;flex-direction:row-reverse}[data-style="satisfied"] .satisfied>.photos>.photo{width:40px;height:60px;position:relative}[data-style="satisfied"] .satisfied>.photos>.photo>img{position:absolute;top:0;right:0;width:60px;height:60px;border-radius:30px}[data-style="satisfied"] .satisfied>.content{min-height:60px;display:flex;justify-content:flex-start;align-items:center}[data-style="satisfied"] .satisfied>.content>p{margin:0;font-weight:600}[data-style="satisfied"] .satisfied>.photos{width:50%;padding-right:24px}[data-style="satisfied"] .satisfied>.content{width:50%;padding-left:24px;border-left:1px solid #DDE2E6}@media only screen and (max-width:1200px){[data-style="satisfied"] .satisfied{width:100%;max-width:400px;flex-direction:column}[data-style="satisfied"] .satisfied>.photos{width:100%;padding-right:0;padding-bottom:12px;justify-content:center}[data-style="satisfied"] .satisfied>.photos>.photo{transform:translateX(10px)}[data-style="satisfied"] .satisfied>.content{width:100%;padding-left:0;padding-top:12px;border-left:0;border-top:1px solid #DDE2E6;justify-content:center;min-height:unset}[data-style="satisfied"] .satisfied>.content>p{text-align:center}}[data-style="slider"]>.content{max-width:1920px;margin-left:auto;margin-right:auto}[data-style="slider"] .swiper-slide{position:relative}[data-style="slider"] .swiper-slide>img{width:100%;height:725px;object-fit:cover}[data-style="slider"] .swiper-slide>div{width:100%;margin-top:24px;padding:0 48px}[data-style="slider"] .swiper-slide>p{margin-top:12px;padding:0 48px}[data-style="slider"] .swiper-slide>span{position:absolute;top:calc(calc(725px / 2) - 50px);left:calc(50% - 50px);width:100px;height:100px;border-radius:50px;background-color:#FFFFFF60;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px);transition:0.2s opacity,0.2s background-color}[data-style="slider"] .swiper-slide>span>i{font-size:1.6em;color:#fff}[data-style="slider"] .swiper-slide:not(.swiper-slide-active)>span{opacity:0}[data-style="slider"] .swiper-slide.swiper-slide-active>span{opacity:1}[data-style="slider"] .swiper-slide.swiper-slide-active:hover>span{background-color:#FFF}[data-style="slider"] .swiper-slide.swiper-slide-active:hover>span>i{color:#000}[data-style="slider"] .swiper-slide{transition:0.2s opacity,0.2s transform}[data-style="slider"] .swiper-slide.swiper-slide-active{opacity:1;transform:scale(1)}[data-style="slider"] .swiper-slide:not(.swiper-slide-active){opacity:.75;transform:scale(.75)}[data-style="slider"] .swiper-slide:not(.swiper-slide-active)>div,[data-style="slider"] .swiper-slide:not(.swiper-slide-active)>p{opacity:0;transition:0.2s opacity}[data-style="slider"] .swiper-slide.swiper-slide-active>div,[data-style="slider"] .swiper-slide.swiper-slide-active>p{opacity:1}@media only screen and (max-width:992px){[data-style="slider"] .swiper-slide>img{height:400px}[data-style="slider"] .swiper-slide>span{top:calc(calc(400px / 2) - 50px)}[data-style="slider"] .swiper-slide.swiper-slide-active>span{display:none}}[data-style="card_smoke"] .content-cards{display:flex;width:100%;max-width:1980px;margin-left:auto;margin-right:auto}[data-style="card_smoke"] .content-cards>.content-card{position:relative;padding:0 48px;height:800px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}[data-style="card_smoke"] .content-cards>.content-card{border-left:1px solid #fff;border-right:1px solid #fff}[data-style="card_smoke"] .content-cards>.content-card:first-child{border-left:none}[data-style="card_smoke"] .content-cards>.content-card:last-child{border-right:none}[data-style="card_smoke"] .content-cards>.content-card>img.source{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:.25;transition:0.4s opacity}[data-style="card_smoke"] .content-cards>.content-card>img.source-fade{position:absolute;bottom:0;left:0;width:100%;height:260px;z-index:2;opacity:0;transition:0.2s opacity}[data-style="card_smoke"] .content-cards>.content-card>p,[data-style="card_smoke"] .content-cards>.content-card>a{position:relative;z-index:3}[data-style="card_smoke"] .content-cards>.content-card>p{color:#000;transition:0.4s color}[data-style="card_smoke"] .content-cards>.content-card>p.title{padding-top:calc(48px * 2);transition:0.4s padding-top}[data-style="card_smoke"] .content-cards>.content-card>a{margin-top:auto;margin-bottom:48px;transform:translateY(12px);pointer-events:none;opacity:0;transition:0.4s transform,0.4s opacity}[data-style="card_smoke"] .content-cards>.content-card:hover>img.source{opacity:1}[data-style="card_smoke"] .content-cards>.content-card:hover>p{color:#fff}[data-style="card_smoke"] .content-cards>.content-card:hover>p.title{padding-top:600px}[data-style="card_smoke"] .content-cards>.content-card:hover>a{pointer-events:unset;opacity:1;transform:translateY(0)}[data-style="card_smoke"] .content-cards>.content-card:hover>img.source-fade{opacity:.85}@media only screen and (max-width:1200px){[data-style="card_smoke"] .content-cards>.content-card{height:600px}[data-style="card_smoke"] .content-cards>.content-card:hover>p.title{padding-top:400px}}@media only screen and (max-width:992px){[data-style="card_smoke"] .content-cards{flex-wrap:wrap}[data-style="card_smoke"] .content-cards>.content-card{width:100%!important}[data-style="card_smoke"] .content-cards>.content-card>img.source{opacity:1}[data-style="card_smoke"] .content-cards>.content-card>p{color:#fff}[data-style="card_smoke"] .content-cards>.content-card>p.title{padding-top:400px}[data-style="card_smoke"] .content-cards>.content-card>a{pointer-events:unset;opacity:1;transform:translateY(0)}[data-style="card_smoke"] .content-cards>.content-card>img.source-fade{opacity:.85}[data-style="card_smoke"] .content-cards>.content-card{border-left:none;border-right:none;border-top:1px solid #fff;border-bottom:1px solid #fff}[data-style="card_smoke"] .content-cards>.content-card:first-child{border-top:none}[data-style="card_smoke"] .content-cards>.content-card:last-child{border-bottom:none}}[data-style="card_clear"] .content-cards{display:flex;width:100%;max-width:1980px;margin-left:auto;margin-right:auto}[data-style="card_clear"] .content-cards>.content-card{position:relative;padding:0 48px;height:800px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}[data-style="card_clear"] .content-cards>.content-card{border-left:1px solid #fff;border-right:1px solid #fff}[data-style="card_clear"] .content-cards>.content-card:first-child{border-left:none}[data-style="card_clear"] .content-cards>.content-card:last-child{border-right:none}[data-style="card_clear"] .content-cards>.content-card>img.source{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}[data-style="card_clear"] .content-cards>.content-card>img.source-fade{position:absolute;bottom:0;left:0;width:100%;height:260px;z-index:2;opacity:.75;transition:0.2s opacity}[data-style="card_clear"] .content-cards>.content-card>p,[data-style="card_clear"] .content-cards>.content-card>a{position:relative;z-index:3;transform:translateY(48px);transition:0.4s transform}[data-style="card_clear"] .content-cards>.content-card>p{color:#fff}[data-style="card_clear"] .content-cards>.content-card>a{margin-bottom:48px;margin-top:12px;pointer-events:none;opacity:0;transition:0.4s transform,0.4s opacity}[data-style="card_clear"] .content-cards>.content-card:hover>p,[data-style="card_clear"] .content-cards>.content-card:hover>a{transform:translateY(0)}[data-style="card_clear"] .content-cards>.content-card:hover>a{pointer-events:unset;opacity:1}@media only screen and (max-width:1200px){[data-style="card_clear"] .content-cards>.content-card{height:600px}[data-style="card_clear"] .content-cards>.content-card:hover>p.title{padding-top:400px}}@media only screen and (max-width:992px){[data-style="card_clear"] .content-cards{flex-wrap:wrap}[data-style="card_clear"] .content-cards>.content-card{width:100%!important}[data-style="card_clear"] .content-cards>.content-card>p,[data-style="card_clear"] .content-cards>.content-card>a{transform:translateY(0)}[data-style="card_clear"] .content-cards>.content-card>a{pointer-events:unset;opacity:1}[data-style="card_clear"] .content-cards>.content-card{border-left:none;border-right:none;border-top:1px solid #fff;border-bottom:1px solid #fff}[data-style="card_clear"] .content-cards>.content-card:first-child{border-top:none}[data-style="card_clear"] .content-cards>.content-card:last-child{border-bottom:none}}[data-style="content_scattering"]>.container{display:flex;justify-content:space-between}[data-style="content_scattering"]>.container>.photos{width:calc(50% - calc(48px / 2))}[data-style="content_scattering"]>.container>.content{width:calc(50% - calc(48px * 2))}[data-style="content_scattering"]>.container>.photos{display:flex}[data-style="content_scattering"]>.container>.photos>div{display:flex;flex-direction:column}[data-style="content_scattering"]>.container>.photos>.left{width:50%;margin-top:0;align-items:flex-start}[data-style="content_scattering"]>.container>.photos>.right{width:50%;margin-top:48px;align-items:flex-end}[data-style="content_scattering"]>.container>.photos>div>img:nth-child(2){margin-top:48px}[data-style="content_scattering"]>.container>.photos>div>img{width:calc(100% - calc(48px / 2))}[data-style="content_scattering"]>.container>.content{display:flex;flex-direction:column;align-items:flex-start}[data-style="content_scattering"]>.container>.content>.content-primary{margin-left:0}[data-style="content_scattering"]>.container>.content>.content-secondary{margin-top:48px;margin-left:48px}[data-style="content_scattering"]>.container>.content>.content-bottom{margin-top:48px;margin-left:48px}[data-style="content_scattering"]>.container>.content>a{margin-top:24px;margin-left:48px}@media only screen and (max-width:1200px){[data-style="content_scattering"]>.container{flex-wrap:wrap}[data-style="content_scattering"]>.container>.photos{width:100%}[data-style="content_scattering"]>.container>.content{width:100%}[data-style="content_scattering"]>.container>.photos>.left>img,[data-style="content_scattering"]>.container>.photos>.right>img{display:none}[data-style="content_scattering"]>.container>.photos>.right{display:none}[data-style="content_scattering"]>.container>.photos>.left{width:100%;margin-bottom:24px}[data-style="content_scattering"]>.container>.photos>.left>img:nth-child(1){display:block;width:100%}[data-style="content_scattering"]>.container>.content>.content-secondary{margin-top:24px;margin-left:0}[data-style="content_scattering"]>.container>.content>.content-bottom{margin-top:24px;margin-left:0}[data-style="content_scattering"]>.container>.content>a{margin-top:24px;margin-left:0}}[data-style="photo"]>.container>img{width:100%;height:400px;object-fit:cover}[data-style="articles"]>.container{display:flex;flex-wrap:wrap;justify-content:space-between}[data-style="articles"] .article-block{cursor:pointer;height:400px}[data-style="articles"] .article-block:nth-child(2n),[data-style="articles"] .article-block:nth-child(2n+1){width:calc(40% - 12px)}[data-style="articles"] .article-block:nth-child(1),[data-style="articles"] .article-block:nth-child(4n),[data-style="articles"] .article-block:nth-child(4n+1){width:calc(60% - 12px)}[data-style="articles"] .article-block>.photo{width:100%;height:320px;position:relative;overflow:hidden}[data-style="articles"] .article-block>.photo>img{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;transition:0.6s transform}[data-style="articles"] .article-block>p{padding-top:12px;padding-left:24px;padding-right:24px}[data-style="articles"] .article-block:hover>.photo>img{transform:scale(1.05)}@media only screen and (max-width:1200px){[data-style="articles"] .article-block,[data-style="articles"] .article-block:nth-child(2n),[data-style="articles"] .article-block:nth-child(2n+1),[data-style="articles"] .article-block:nth-child(1),[data-style="articles"] .article-block:nth-child(4n),[data-style="articles"] .article-block:nth-child(4n+1){width:100%}}[data-style="gray_list"] .container{display:flex;background-color:var(--color-gray);padding:24px}[data-style="gray_list"] .container>.content-left{width:60%}[data-style="gray_list"] .container>.content-right{width:calc(40% - 24px)}@media only screen and (max-width:992px){[data-style="gray_list"] .container{flex-wrap:wrap}[data-style="gray_list"] .container>.content-left{width:100%}[data-style="gray_list"] .container>.content-right{width:100%}[data-style="gray_list"] .container>.content-left{margin-bottom:24px}}[data-style="background"]{position:relative;height:0}[data-style="background"]>.container>img{object-fit:contain;width:100%}@media only screen and (max-width:1200px){[data-style="background"]>.container{display:none}}[data-page-type="auth.reset-password-request"] form,[data-page-type="auth.reset-password-apply"] form,[data-page-type="auth.login"] form{margin:0 auto;max-width:460px}[data-page-type="auth.reset-password-request"] #additional,[data-page-type="auth.reset-password-apply"] #additional,[data-page-type="auth.register"] #additional,[data-page-type="auth.login"] #additional{margin:0 auto;max-width:460px;padding:24px 48px 0;text-align:center}[data-page-type="auth.reset-password-request"] #additional>a,[data-page-type="auth.reset-password-apply"] #additional>a,[data-page-type="auth.register"] #additional>a,[data-page-type="auth.login"] #additional>a{padding:6px 12px;text-decoration:unset;width:100%;display:inline-block;color:var(--dark-d)}[data-page-type="auth.reset-password-request"] #additional>a:hover,[data-page-type="auth.reset-password-apply"] #additional>a:hover,[data-page-type="auth.register"] #additional>a:hover,[data-page-type="auth.login"] #additional>a :hover{color:var(--color-primary)!important}[data-page-type="auth.register"] form{max-width:unset}[data-page-type="auth.register"] form>.register{display:flex;flex-wrap:wrap;justify-content:space-between}[data-page-type="auth.register"] form>.register>div{width:calc(50% - 12px)}@media screen and (max-width:991px){[data-page-type="auth.register"] form>.register>div{width:100%}}.modal{z-index:3000}.modal-content{border-radius:0;border:unset;background:#fff;color:#000}.modal-content>.modal-content-inner{width:100%;height:100%}