@charset "UTF-8";.nav{position:fixed;top:35vh;right:20px;z-index:8}@media (max-width: 800px){.nav{top:30vh}}@media (max-width: 600px){.nav{top:27vh}}@media (max-height: 414px){.nav{top:25%;display:none}}@media (max-width: 525px){.nav{display:none}}.nav-toggle{background-color:#ffffff0a;backdrop-filter:blur(5px);border:none;color:#fff;font-size:14px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background .3s;width:max-content;display:flex;align-items:center;gap:5px}.nav-toggle:after{content:"";position:absolute;right:-32px;top:50%;border:16px solid transparent;border-left:16px solid rgba(255,255,255,.04);transform:translateY(-50%);transition:border .3s}.nav-toggle:hover{background-color:#ffffff1a}.nav-toggle:hover:after{border-left:16px solid rgba(255,255,255,.1)}.nav-sidebar{position:fixed;z-index:8;right:1.5%;top:42vh;display:flex;gap:8px;font-size:14px;flex-direction:column;align-items:flex-end}@media (max-width: 800px){.nav-sidebar{top:37vh}}@media (max-width: 600px){.nav-sidebar{top:34vh}}@media (max-height: 414px){.nav-sidebar{top:38%}}@media (max-width: 1024px){.nav-sidebar{font-size:12px}}.nav-sidebar__item{cursor:pointer;padding:8px;position:relative;width:fit-content;background:#ffffff0a;backdrop-filter:blur(5px);transition:background .3s}.nav-sidebar__item:hover{background:#ffffff1a}.nav-sidebar__item:hover:after{border-left:16px solid rgba(255,255,255,.1)}.nav-sidebar__item:after{content:"";position:absolute;right:-32px;top:50%;border:16px solid transparent;border-left:16px solid rgba(255,255,255,.04);transform:translateY(-50%);transition:border .3s}:root{--card-width: 228px;--card-height: 320px;--carousel-radius: 300px;--transition-speed: .5s}.carousel-wrapper{display:flex;flex-direction:column;width:100%;height:100%}.carousel-header{display:flex;gap:54px;width:100%}@media (max-width: 1048px){.carousel-header{gap:30px}}@media (max-width: 960px){.carousel-header{display:block}.carousel-header img{display:none}}.carousel-header h2{font-family:Manrope;font-weight:400;font-size:40px;line-height:1.3;white-space:wrap;letter-spacing:0%}@media (max-width: 960px){.carousel-header h2{font-size:clamp(33px,5.2vw,40px)}}@media (max-width: 830px){.carousel-header h2{text-align:left}}@media (max-width: 605px){.carousel-header h2{text-align:left;font-size:30px}}@media (max-width: 525px){.carousel-header h2{font-size:28px;white-space:wrap}}@media (max-width: 350px){.carousel-header h2{font-size:26px}}.carousel-main{max-width:1040px;margin:0 auto;padding:64px;display:flex;flex-direction:column;gap:88px;overflow:hidden;position:relative}@media (max-height: 700px){.carousel-main{gap:64px}}@media (max-width: 1440px){.carousel-main{padding:32px;max-width:975px}}@media (max-width: 1200px){.carousel-main{max-width:900px}}@media (max-width: 1024px){.carousel-main{padding:24px;max-width:850px}}@media (max-width: 960px){.carousel-main{max-width:782px;gap:64px}}@media (max-width: 680px){.carousel-main{gap:32px}}@media (max-width: 525px){.carousel-main{padding:16px}}.carousel-footer{display:flex;justify-content:center;gap:117px;align-items:center;width:100%}@media (max-width: 960px){.carousel-footer{gap:70px}}@media (max-width: 768px){.carousel-footer{gap:50px}}@media (max-width: 700px){.carousel-footer{gap:20px}}@media (max-width: 620px){.carousel-footer{flex-direction:column}}.carousel-footer .button-rounded-blue{width:274px;gap:11px;justify-content:center;font-size:15px;line-height:20.05px}.carousel-footer a{width:fit-content;height:fit-content;display:inline-block}.carousel-footer a .button-rounded-blue{width:274px;gap:11px;justify-content:center;font-size:15px;line-height:20.05px}.carousel-container{position:relative;width:100%;height:500px;perspective:1000px;transform-style:preserve-3d;display:flex;justify-content:center;align-items:center;touch-action:none}.carousel{position:relative;width:var(--carousel-radius);height:var(--carousel-radius);transform-style:preserve-3d;transition:transform 1s ease}.memory-card{position:absolute;width:var(--card-width);height:var(--card-height);left:50%;top:50%;margin-left:calc(var(--card-width) / -2);margin-top:calc(var(--card-height) / -2);transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275)}.card-inner .card-content{display:flex;flex-direction:column;justify-content:center}.memory-card:hover .card-inner{transform:translateZ(20px)}.memory-card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:14px;overflow:hidden;box-shadow:0 0 20px #00000080}.card-front{transform-style:preserve-3d;background:#ffffff0a}@supports (backdrop-filter: blur(40px)) or (-webkit-backdrop-filter: blur(40px)){.card-front{backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}}.card-back{transform:rotateY(180deg);background:#ffffff0a}.card-content{padding:14px;height:100%;display:flex;flex-direction:column;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;gap:20px}.memory-card-icon{margin:auto}@media (max-width: 768px){.memory-card-icon{width:123px;height:86px}}@media (max-width: 600px){.memory-card-icon{width:100px;height:70px}}@media (max-width: 500px){.memory-card-icon{width:80px;height:56px}}.memory-card-description{font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%;position:relative}.memory-card-description:after{content:"";position:absolute;width:100%;height:.5px;background:#fff;bottom:-10px;left:0}.memory-card-description br{display:none}@media (max-height: 700px){.memory-card-description{font-size:15px}}@media (max-width: 768px){.memory-card-description{font-size:15px}}@media (max-width: 600px){.memory-card-description{font-size:13px}}@media (max-width: 500px){.memory-card-description{font-size:10px}}.memory-card__sub-desc{font-weight:500;font-size:15px;line-height:130%;letter-spacing:0%}.memory-card__sub-desc br{display:none}@media (max-height: 700px){.memory-card__sub-desc{font-size:15px;line-height:130%}}@media (max-width: 768px){.memory-card__sub-desc{font-size:15px;font-weight:700;line-height:130%}}@media (max-width: 600px){.memory-card__sub-desc{font-size:13px}}@media (max-width: 500px){.memory-card__sub-desc{font-size:10px}}.desc__aibolit{font-weight:500;font-size:15px;display:inline-block;width:100%}@media (max-height: 700px){.desc__aibolit{font-size:15px}}@media (max-width: 768px){.desc__aibolit{font-weight:700}}.desc__aibolit br{display:none}@media (max-width: 768px){.desc__aibolit{font-size:15px}}@media (max-width: 600px){.desc__aibolit{font-size:13px}}@media (max-width: 500px){.desc__aibolit{font-size:10px}}.sub-desc__aibolit{font-weight:400;display:inline-block;width:100%;font-size:15px;line-height:130%}.sub-desc__aibolit br{display:none}@media (max-height: 700px){.sub-desc__aibolit{line-height:130%;font-size:15px}}@media (max-width: 768px){.sub-desc__aibolit{line-height:130%;font-size:15px}}@media (max-width: 600px){.sub-desc__aibolit{font-size:13px}}@media (max-width: 500px){.sub-desc__aibolit{font-size:10px}}.desc__dvorik{font-size:15px;display:inline-block;width:100%;font-weight:500}@media (max-height: 700px){.desc__dvorik{line-height:130%;font-size:15px}}@media (max-width: 768px){.desc__dvorik{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 600px){.desc__dvorik{font-size:13px}}@media (max-width: 500px){.desc__dvorik{font-size:10px}}.text-container{transform:translateZ(2px);position:relative;display:flex;flex-direction:column;gap:20px}.sub-desc__dvorik{font-size:15px;display:inline-block;width:100%;font-weight:400}@media (max-height: 700px){.sub-desc__dvorik{font-size:15px}}@media (max-width: 768px){.sub-desc__dvorik{font-size:15px}}@media (max-width: 600px){.sub-desc__dvorik{font-size:13px}}@media (max-width: 500px){.sub-desc__dvorik{font-size:10px}}.desc__talan{display:inline-block;width:100%;font-size:15px;font-weight:500}@media (max-height: 700px){.desc__talan{line-height:130%;font-size:15px}}@media (max-width: 768px){.desc__talan{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 600px){.desc__talan{font-size:13px}}@media (max-width: 500px){.desc__talan{font-size:10px}}.sub-desc__talan{font-size:15px;display:inline-block;width:100%;font-weight:400}@media (max-height: 700px){.sub-desc__talan{font-size:15px}}@media (max-width: 768px){.sub-desc__talan{font-size:15px}}@media (max-width: 600px){.sub-desc__talan{font-size:13px}}@media (max-width: 500px){.sub-desc__talan{font-size:10px}}@media (max-width: 768px){:root{--card-width: 203px;--card-height: 300px;--carousel-radius: 250px}.card-content{padding:10px 13px 17px;height:100%}.carousel-container{height:400px}}@media (max-width: 600px){:root{--card-width: 170px;--card-height: 270px;--carousel-radius: 200px}.carousel-container{height:350px}}@media (max-width: 500px){:root{--card-width: 140px;--card-height: 230px;--carousel-radius: 150px}.carousel-container{height:300px}}@media (max-width: 350px){:root{--card-width: 120px;--card-height: 210px;--carousel-radius: 140px}.carousel-container{height:300px}}#home__main{display:flex;flex-direction:column;gap:100px;padding-top:250px}@media (max-width: 990px){#home__main{padding-top:200px}}@media (max-width: 850px){#home__main{padding-top:120px}}@media (max-width: 768px){#home__main{padding-top:100px}}@media (max-width: 525px){#home__main{padding-top:100px}}#home__main .gold_text{color:#0000!important;background:var(--main);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:600}.hero{position:relative}.hero .container{padding-top:0;max-width:1040px;width:100%;position:relative}@media (max-width: 1440px){.hero .container{max-width:975px}}@media (max-width: 1200px){.hero .container{max-width:900px}}@media (max-width: 1024px){.hero .container{max-width:850px}}@media (max-width: 960px){.hero .container{max-width:782px}}.hero__logo-wrapper{position:absolute;right:0;top:-21%;width:550px;height:550px}@media (max-width: 1200px){.hero__logo-wrapper{position:absolute;top:-24%;right:-7%}}@media (max-width: 1024px){.hero__logo-wrapper{width:450px;height:450px;top:-21%;right:0%}}@media (max-width: 525px){.hero__logo-wrapper{top:-27%;width:400px;height:400px;opacity:.6}}@media (max-width: 450px){.hero__logo-wrapper{top:-21%;width:350px;height:350px}}.hero__title{margin-bottom:25px;width:100%;height:auto;max-width:730px}@media (max-width: 1024px){.hero__title{max-width:597px}}@media (max-width: 768px){.hero__title{max-width:489px}}@media (max-width: 600px){.hero__title{max-width:365px}}@media (max-width: 525px){.hero__title{max-width:340px;margin:0 auto 25px}}@media (max-width: 426px){.hero__title{max-width:300px}}@media (max-width: 350px){.hero__title{max-width:260px}}.hero__subtitle{font-weight:300;font-size:60px;line-height:1.3;letter-spacing:0%;margin-bottom:44px;font-size:clamp(24px,5.2vw,60px)}.hero__subtitle span{font-weight:300!important}@media (max-width: 960px){.hero__subtitle{margin-bottom:30px}}@media (max-width: 525px){.hero__subtitle{margin-bottom:20px;text-align:center}}@media (max-width: 350px){.hero__subtitle{font-size:22px}}.hero__checklist{margin-bottom:60px}@media (max-width: 960px){.hero__checklist{margin-bottom:43px}}@media (max-width: 525px){.hero__checklist{margin-bottom:30px;display:grid;place-content:start center}}.hero__checklist__list{display:flex;flex-direction:column;gap:17px}@media (max-width: 768px){.hero__checklist__list{gap:13px}}@media (max-width: 525px){.hero__checklist__list{gap:9px}}.hero__checklist__list__item{display:flex;gap:8px;align-items:center;font-weight:400;font-size:25.67px;line-height:32.67px;color:#fff}.hero__checklist__list__item br{display:none}.hero__checklist__list__item span{font-weight:400}@media (max-width: 960px){.hero__checklist__list__item{font-size:24px;line-height:1.29;font-size:clamp(18px,2.5vw,24px)}}@media (max-width: 768px){.hero__checklist__list__item img{width:25px;height:25px}}@media (max-width: 525px){.hero__checklist__list__item{gap:5px}.hero__checklist__list__item br{display:block}.hero__checklist__list__item img{width:17px;height:17px}}@media (max-width: 471px){.hero__checklist__list__item br{display:block}.hero__checklist__list__item img{align-self:flex-start}}.hero .show_on_mobile{display:none}@media (max-width: 820px){.hero .show_on_mobile{display:block}}@media (max-width: 525px){.hero .show_on_mobile{display:none}}.hero__btns{display:flex;gap:22px 78px}.hero__btns .button-rounded-blue{width:274px;padding:14.5px 20px;white-space:nowrap}@media (max-width: 960px){.hero__btns .button-rounded-blue{width:274px;font-size:15px;gap:8px;padding:14.5px 20px;white-space:nowrap}}@media (max-width: 768px){.hero__btns{gap:22px 40px}}@media (max-width: 660px){.hero__btns{flex-direction:column;white-space:nowrap}}@media (max-width: 525px){.hero__btns{align-items:center}.hero__btns .button-rounded-blue{font-size:14px;line-height:19px;gap:11px;white-space:nowrap}.hero__btns .button-rounded-blue img{width:22px;height:22px}}@media (max-width: 768px){.hero img{height:auto!important}}.section8-home{position:relative;overflow-x:hidden}.section8-home .container{display:flex;gap:88px;flex-direction:column;position:relative;max-width:100%;padding-left:0;padding-right:0}@media (max-width: 960px){.section8-home .container{gap:30px}}.section8-home .container .logo__bg{display:none}.section8-home__title{display:flex;gap:54px;margin-left:calc((100vw - 920px)/2)!important}@media (max-width: 1200px){.section8-home__title{margin-left:calc((100vw - 850px)/2)!important}}@media (max-width: 1024px){.section8-home__title{margin-left:calc((100vw - 800px)/2)!important}}@media (max-width: 1048px){.section8-home__title{gap:30px}}@media (max-width: 960px){.section8-home__title{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 830px){.section8-home__title{margin-left:calc((100vw - 780px)/2)!important;display:block;padding:24px 24px 0;text-align:left}.section8-home__title img{display:none}}@media (max-width: 780px){.section8-home__title{margin-left:0!important}}@media (max-width: 525px){.section8-home__title{padding:16px 16px 0}}.section8-home h2{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(46px,5.2vw,60px)}.section8-home h2 br{display:none}@media (max-width: 830px){.section8-home h2{text-align:left}}@media (max-width: 525px){.section8-home h2{font-size:40px;text-align:left}}@media (max-width: 380px){.section8-home h2{font-size:35px}}@media (max-width: 350px){.section8-home h2{font-size:33px}}.section8-home__swiper__block{width:100%}@media (max-width: 525px){.section8-home__swiper__block{display:none}}.section8-home__swiper__block .swiper_section8-home__pc{width:100%;margin:0;display:grid;place-items:center;cursor:pointer}.section8-home__swiper__block .swiper_section8-home__pc .swiper-wrapper{width:100%;height:100%;margin-left:calc((100vw - 920px)/2)!important}@media (max-width: 1200px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-wrapper{margin-left:calc((100vw - 850px)/2)!important}}@media (max-width: 1024px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-wrapper{margin-left:calc((100vw - 800px)/2)!important}}@media (max-width: 960px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 830px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 780px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-wrapper{margin-left:24px!important}}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide{display:grid;grid-template-columns:1fr 16px;align-items:center;place-content:center;gap:12px;max-width:906px!important}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide:last-child{margin-right:calc((100vw - 760px)/2)}@media (max-width: 1024px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide:last-child{margin-right:calc((100vw - 700px)/2)!important}}@media (max-width: 960px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide:last-child{margin-right:calc((100vw - 690px)/2)!important}}@media (max-width: 830px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide:last-child{margin-right:calc((100vw - 600px)/2)!important}}@media (max-width: 700px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide:last-child{margin-right:calc((100vw - 500px)/2)!important}}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide:last-child img{display:none}@media (max-width: 1024px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide{max-width:808px!important}}@media (max-width: 960px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide{max-width:707px!important}}@media (max-width: 830px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide{max-width:607px!important}}@media (max-width: 700px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide{max-width:507px!important}}@media (max-width: 600px){.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide{max-width:407px!important}}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card{border-radius:14.2px;display:flex;justify-content:space-between;flex-direction:column;padding:32px 27px;width:auto!important;max-width:960px;background:#ffffff0a;height:auto;min-height:237px;gap:30px}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card img{display:block}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__title{font-size:28px;line-height:140%;font-weight:400;color:#d3c879;font-size:clamp(16px,2.3vw,24px)}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__desc{line-height:140%;font-weight:400;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;font-size:clamp(16px,2.3vw,24px)}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__list-name{font-size:clamp(16px,2.3vw,24px);font-weight:400;color:#ffffffb3;line-height:140%}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__list{display:flex;flex-direction:column;gap:10px}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__list__item{position:relative;display:flex;gap:10px}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__list__item img{align-self:flex-start}.section8-home__swiper__block .swiper_section8-home__pc .swiper-slide .swiper-slide__section8-home__card__list__item p{font-weight:400;color:#ffffffb3;margin-top:-.4em;font-size:clamp(16px,2.3vw,24px);line-height:140%}.section8-home .button-rounded-yellow{background:#166959e6;border:1px solid rgba(22,105,89,.32);color:#fff;margin-left:calc((100vw + 425px)/2);width:274px;font-family:Manrope;font-weight:700;font-size:16px;line-height:20.8px;letter-spacing:0%;text-align:center}@media (max-width: 1440px){.section8-home .button-rounded-yellow{margin-left:calc((100vw + 460px)/2)}}@media (max-width: 1060px){.section8-home .button-rounded-yellow{margin-left:auto;margin-right:32px}}@media (max-width: 1024px){.section8-home .button-rounded-yellow{margin-right:24px}}@media (max-width: 960px){.section8-home .button-rounded-yellow{font-size:15px;line-height:19px;width:264px}.section8-home .button-rounded-yellow img{width:24px;height:24px}}@media (max-width: 600px){.section8-home .button-rounded-yellow{margin:auto}}@media (max-width: 525px){.section8-home .button-rounded-yellow{width:285px}}#section8-home-swiper{display:flex;flex-direction:column;gap:24px;display:none;padding:0 16px}@media (max-width: 525px){#section8-home-swiper{display:flex!important}}#section8-home-swiper .swiper{width:100%;height:100%}#section8-home-swiper .swiper .swiper-slide{width:100%;display:flex;justify-content:center;align-items:center;padding:1px}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile{border-radius:14.2px;background:#ffffff0a;display:flex;flex-direction:column;gap:30px;padding:24px 22px 24px 33px;justify-content:space-between;height:100%}@media (max-width: 385px){#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile{padding:24px}}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__title{font-size:24px;line-height:140%;font-weight:400;color:#d3c879;position:relative}@media (max-width: 385px){#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__title{font-size:20px}}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__title:after{content:"";position:absolute;width:100%;height:1px;background:#d3c87952;bottom:-10px;left:0}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__desc{line-height:140%;font-weight:400;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;font-size:18px}@media (max-width: 385px){#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__desc{font-size:16px}}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list-name{font-weight:400;line-height:140%;font-size:18px}@media (max-width: 385px){#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list-name{font-size:16px}}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list{display:flex;flex-direction:column;gap:10px}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list__item{position:relative;display:flex;gap:10px}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list__item img{align-self:flex-start}#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list__item p{font-weight:400;margin-top:-.4em;font-size:18px;line-height:140%}@media (max-width: 385px){#section8-home-swiper .swiper .swiper-slide .swiper-slide__section8-home__card__mobile__list__item p{font-size:16px}}#section8-home-swiper .swiper-custom-navigation{display:flex;justify-content:center;align-items:center}#section8-home-swiper .swiper-custom-navigation .swiper-progress{display:flex;justify-content:space-between;width:274px}#section8-home-swiper .swiper-custom-navigation .swiper-progress .swiper-progress__segment{width:6px;height:6px;background:#d3c879;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section8-home-swiper .swiper-custom-navigation .swiper-progress .swiper-progress__segment.active{width:52px;background:#d3c879}.section-companies-home .container{max-width:1205px;display:flex;flex-direction:column;gap:42px}@media (max-width: 960px){.section-companies-home .container{gap:29px}}@media (max-width: 525px){.section-companies-home .container{gap:21px}}.section-companies-home__title{font-weight:400;font-size:60px;line-height:130%;letter-spacing:0%;text-align:center;font-size:clamp(40px,5.2vw,60px)}@media (max-width: 350px){.section-companies-home__title{font-size:35px}}.section-companies-home__images{display:flex;flex-direction:column;gap:27px}@media (max-width: 1185px){.section-companies-home__images{gap:15px}}@media (max-width: 525px){.section-companies-home__images{display:none}}.section-companies-home__images__first{display:flex;gap:92px;justify-content:center;align-items:center}.section-companies-home__images__first div{display:flex;justify-content:center;align-items:center}@media (max-width: 1185px){.section-companies-home__images__first{gap:60px}}.section-companies-home__images__first img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__first img:hover{opacity:1}.section-companies-home__images__two{display:flex;gap:92px;justify-content:center;align-items:center}.section-companies-home__images__two div{display:flex;justify-content:center;align-items:center}@media (max-width: 1185px){.section-companies-home__images__two{gap:60px}}.section-companies-home__images__two img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__two img:hover{opacity:1}.section-companies-home__images__three{display:flex;gap:92px;justify-content:center;align-items:center}.section-companies-home__images__three div{display:flex;justify-content:center;align-items:center}@media (max-width: 1185px){.section-companies-home__images__three{gap:60px}}.section-companies-home__images__three img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__three img:hover{opacity:1}.section-companies-home__images__four{display:flex;gap:92px;justify-content:center;align-items:center}.section-companies-home__images__four div{display:flex;justify-content:center;align-items:center}@media (max-width: 1185px){.section-companies-home__images__four{gap:60px}}.section-companies-home__images__four img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__four img:hover{opacity:1}.section-companies-home__images__five{display:flex;gap:92px;justify-content:center;align-items:center}.section-companies-home__images__five div{display:flex;justify-content:center;align-items:center}@media (max-width: 1185px){.section-companies-home__images__five{gap:60px}}.section-companies-home__images__five img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__five img:hover{opacity:1}.section-companies-home__images__mobile{display:none;flex-direction:column;gap:15px}@media (max-width: 525px){.section-companies-home__images__mobile{display:flex}}.section-companies-home__images__mobile__first{display:flex;gap:35px;justify-content:center;align-items:center}.section-companies-home__images__mobile__first div{display:flex;justify-content:center;align-items:center}.section-companies-home__images__mobile__first img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__mobile__first img:hover{opacity:1}.section-companies-home__images__mobile__two{display:flex;gap:35px;justify-content:center;align-items:center}.section-companies-home__images__mobile__two div{display:flex;justify-content:center;align-items:center}.section-companies-home__images__mobile__two img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__mobile__two img:hover{opacity:1}.section-companies-home__images__mobile__three{display:flex;gap:35px;justify-content:center;align-items:center}.section-companies-home__images__mobile__three div{display:flex;justify-content:center;align-items:center}.section-companies-home__images__mobile__three img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__mobile__three img:hover{opacity:1}.section-companies-home__images__mobile__four{display:flex;gap:35px;justify-content:center;align-items:center}.section-companies-home__images__mobile__four div{display:flex;justify-content:center;align-items:center}.section-companies-home__images__mobile__four img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__mobile__four img:hover{opacity:1}.section-companies-home__images__mobile__five{display:flex;gap:35px;justify-content:center;align-items:center}.section-companies-home__images__mobile__five div{display:flex;justify-content:center;align-items:center}.section-companies-home__images__mobile__five img{opacity:.4;transition:opacity .3s ease-in-out}.section-companies-home__images__mobile__five img:hover{opacity:1}.section-optimize-home .container{max-width:1040px;width:100%;display:flex;flex-direction:column;gap:44px}@media (max-width: 1440px){.section-optimize-home .container{max-width:975px}}@media (max-width: 1200px){.section-optimize-home .container{max-width:900px}}@media (max-width: 1024px){.section-optimize-home .container{max-width:850px}}@media (max-width: 960px){.section-optimize-home .container{max-width:782px}}@media (max-width: 525px){.section-optimize-home .container{gap:30px}}.section-optimize-home__title{font-weight:400;line-height:1.3;font-size:clamp(32px,5.2vw,60px);text-align:center}.section-optimize-home__title br{display:none}.section-optimize-home__title .gold_text{font-weight:400!important}@media (max-width: 385px){.section-optimize-home__title{font-size:28px}}@media (max-width: 340px){.section-optimize-home__title{font-size:26px}}.section-optimize-home__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:72px}@media (max-width: 960px){.section-optimize-home__content{gap:44px}}.section-optimize-home__content__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}@media (max-width: 960px){.section-optimize-home__content__item{gap:8px}}.section-optimize-home__content__item img{width:66px;height:66px}@media (max-width: 960px){.section-optimize-home__content__item img{width:54px;height:54px}}.section-optimize-home__content__item__title{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;font-size:clamp(20px,2.3vw,24px)}.section-optimize-home__content__item__title .gold_text{font-weight:400!important}.section-statistic-home .container{display:flex;flex-direction:column;gap:0px;max-width:1040px;width:100%}@media (max-width: 1440px){.section-statistic-home .container{max-width:975px}}@media (max-width: 1200px){.section-statistic-home .container{max-width:900px}}@media (max-width: 1024px){.section-statistic-home .container{max-width:850px}}@media (max-width: 960px){.section-statistic-home .container{max-width:782px}}.section-statistic-home__title{font-size:clamp(40px,5.2vw,60px);font-weight:400;line-height:130%;letter-spacing:0%;margin-bottom:100px}.section-statistic-home__title br{display:none}@media (max-width: 1024px){.section-statistic-home__title{margin-bottom:70px}}@media (max-width: 960px){.section-statistic-home__title{margin-bottom:50px}}@media (max-width: 525px){.section-statistic-home__title{margin-bottom:30px}}@media (max-width: 500px){.section-statistic-home__title br{display:flex}}@media (max-width: 360px){.section-statistic-home__title{font-size:35px}}.section-statistic-home__title span{color:#ffffff54;font-weight:400;font-size:28px;line-height:130%;letter-spacing:0%;font-size:clamp(16px,2.5vw,28px)}.section-statistic-home__title .gold_text{font-weight:400!important;font-size:clamp(40px,5.2vw,60px)}@media (max-width: 360px){.section-statistic-home__title .gold_text{font-size:35px}}.section-statistic-home__content{display:grid;grid-template-columns:50% 50%;gap:96px 0px;position:relative}@media (max-width: 1024px){.section-statistic-home__content{gap:80px 0px}}@media (max-width: 960px){.section-statistic-home__content{gap:60px 0px}}.section-statistic-home__content:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:.84px;background:#d3c87952}@media (max-width: 540px){.section-statistic-home__content:after{left:0;transform:translateY(-50%);width:.84px;height:90%}}@media (max-width: 540px){.section-statistic-home__content:before{content:"";position:absolute;background:#d3c87952;right:0;top:50%;transform:translateY(-50%);width:.84px;height:90%}}@media (max-width: 540px){.section-statistic-home__content{display:flex;flex-direction:column;gap:0px 0px;padding:0 17px}}.section-statistic-home__content__card{padding:5px 54px;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:27px;justify-content:space-between}.section-statistic-home__content__card:first-child{border-right:none}@media (max-width: 540px){.section-statistic-home__content__card:first-child{border-top:.54px solid rgba(211,200,121,.32);padding:17px 0}}.section-statistic-home__content__card:last-child{border-left:none}@media (max-width: 615px){.section-statistic-home__content__card:last-child br{display:none}}@media (max-width: 540px){.section-statistic-home__content__card:last-child{border-bottom:.54px solid rgba(211,200,121,.32);order:0}.section-statistic-home__content__card:last-child .section-statistic-home__title br{display:flex}}@media (max-width: 1024px){.section-statistic-home__content__card{padding:5px 44px}}@media (max-width: 960px){.section-statistic-home__content__card{padding:5px 33px;gap:18px}}@media (max-width: 600px){.section-statistic-home__content__card{padding:5px 25px}}@media (max-width: 540px){.section-statistic-home__content__card{border:none;padding:33px 0 17px;border-bottom:.54px solid rgba(211,200,121,.32)}}.section-statistic-home__content__card__title{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;text-align:center;font-size:clamp(16px,1.7vw,24px);word-break:normal}@media (max-width: 540px){.section-statistic-home__content__card__title{order:1;max-width:200px}}.section-statistic-home__content__card__line{width:100%;height:.84px;background:#d3c87952}@media (max-width: 540px){.section-statistic-home__content__card__line{display:none}}.section-statistic-home__content__card__number{font-weight:400;font-size:100px;letter-spacing:0%;text-align:center;color:#d3c879;font-size:clamp(60px,7.3vw,100px)}@media (max-width: 540px){.section-statistic-home__content__card__number{order:0}}.section-statistic-home__subtitle{margin-top:90px;font-weight:400;margin-bottom:74px;line-height:130%;letter-spacing:0%;text-align:center;color:#ffffff54;font-size:clamp(16px,2vw,24px)}@media (max-width: 1024px){.section-statistic-home__subtitle{margin-top:70px;margin-bottom:64px}}@media (max-width: 960px){.section-statistic-home__subtitle{margin-top:50px;margin-bottom:54px}}@media (max-width: 525px){.section-statistic-home__subtitle{margin-top:40px;margin-bottom:44px}}.section-statistic-home__swiper{width:100%;margin:0}@media (max-width: 768px){.section-statistic-home__swiper{width:100%;position:relative;padding:1px 22px}}@media (max-width: 620px){.section-statistic-home__swiper{padding:1px 15px}}.section-statistic-home__swiper .swiper-wrapper{width:100%}.section-statistic-home__swiper .swiper-wrapper .swiper-slide{background:#ffffff0a;border-radius:17px;padding:8px;display:grid;place-content:center}.section2-when{position:relative;overflow-x:hidden}.section2-when .container{display:flex;gap:64px;flex-direction:column;position:relative;max-width:100%;padding-left:0;padding-right:0}@media (max-width: 960px){.section2-when .container{gap:44px}}@media (max-width: 525px){.section2-when .container{gap:33px}}.section2-when .container .logo__bg{display:none}.section2-when__title{display:flex;gap:54px;margin-left:calc((100vw - 920px)/2)!important}@media (max-width: 1200px){.section2-when__title{margin-left:calc((100vw - 850px)/2)!important}}@media (max-width: 1024px){.section2-when__title{margin-left:calc((100vw - 800px)/2)!important}}@media (max-width: 1048px){.section2-when__title{gap:30px}}@media (max-width: 960px){.section2-when__title{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 830px){.section2-when__title{margin-left:calc((100vw - 780px)/2)!important;display:block;padding:24px 24px 0;text-align:left}.section2-when__title img{display:none}}@media (max-width: 780px){.section2-when__title{margin-left:0!important}}@media (max-width: 525px){.section2-when__title{padding:16px 16px 0}}.section2-when h2{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(46px,5.2vw,60px)}.section2-when h2 br{display:none}.section2-when h2 .gold_text{font-weight:400!important}@media (max-width: 830px){.section2-when h2{text-align:left}}@media (max-width: 610px){.section2-when h2 br{display:block}}@media (max-width: 525px){.section2-when h2{font-size:40px;text-align:center}}@media (max-width: 390px){.section2-when h2{font-size:35px}}@media (max-width: 350px){.section2-when h2{font-size:33px}}@media (max-width: 330px){.section2-when h2{font-size:31px}}.section2-when__swiper__block{width:100%}@media (max-width: 525px){.section2-when__swiper__block{display:none}}.section2-when__swiper__block .swiper_section2-when__pc{width:100%;margin:0;display:grid;place-items:center;cursor:pointer}.section2-when__swiper__block .swiper_section2-when__pc .swiper-wrapper{width:100%;height:100%;margin-left:calc((100vw - 920px)/2)!important}@media (max-width: 1200px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-wrapper{margin-left:calc((100vw - 850px)/2)!important}}@media (max-width: 1024px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-wrapper{margin-left:calc((100vw - 800px)/2)!important}}@media (max-width: 960px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 830px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 780px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-wrapper{margin-left:24px!important}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{display:grid;grid-template-columns:1fr 16px;align-items:center;gap:12px;max-width:906px!important}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide:last-child{margin-right:calc((100vw - 760px)/2)}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide:last-child img:not([class]){display:none}@media (max-width: 1024px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{max-width:808px!important;margin-right:calc((100vw - 700px)/2)!important}}@media (max-width: 960px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{max-width:737px!important;margin-right:calc((100vw - 690px)/2)!important}}@media (max-width: 830px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{max-width:650px!important;margin-right:calc((100vw - 600px)/2)!important}}@media (max-width: 700px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{margin-right:calc((100vw - 500px)/2)!important}}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{max-width:550px!important}}@media (max-width: 630px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{max-width:500px!important}}@media (max-width: 570px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide{max-width:460px!important}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card{background:#ffffff0a;border-radius:14.2px;display:grid;justify-content:space-between;display:flex;flex-direction:row;gap:10px;max-height:425px;padding:30px 37px 30px 15px;align-items:center;height:100%}@media (max-width: 960px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card{padding:25px 30px 25px 11px;max-height:327px;gap:10px}}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card{padding:15px 20px 15px 10px;max-height:280px;height:100%}}@media (max-width: 630px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card{max-height:350px}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__img{max-width:364px;max-height:364px;width:100%;height:100%}@media (max-width: 630px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__img{height:200px;width:200px}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text{display:flex;flex-direction:column;gap:26px;justify-content:space-between;height:100%}@media (max-width: 960px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text{gap:0px}}@media (max-width: 768px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text{gap:15px}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text__title{line-height:160%;font-weight:400;color:#d3c879;font-size:clamp(28px,3.3vw,40px)}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text__title{font-size:20px}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text__desc{line-height:160%;font-weight:400;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;font-size:clamp(14px,1.7vw,20px)}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text__desc{font-size:12px}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text .button-rounded-blue{white-space:nowrap;max-width:274px;padding:14.5px 26px}@media (max-width: 960px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text .button-rounded-blue{padding:12px 55px}}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text .button-rounded-blue{padding:12px 20px;max-width:200px}}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text .button-rounded-blue{padding:8px 15px;max-width:150px;font-size:11px;gap:11px}}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text a{display:grid}.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text a .button-rounded-blue{white-space:nowrap;max-width:274px;padding:14.5px 26px}@media (max-width: 960px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text a .button-rounded-blue{padding:12px 55px}}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text a .button-rounded-blue{padding:12px 20px;max-width:200px}}@media (max-width: 730px){.section2-when__swiper__block .swiper_section2-when__pc .swiper-slide .swiper-slide__section2-when__card__text a .button-rounded-blue{padding:8px 15px;max-width:150px;font-size:11px;gap:11px}}.section2-when .button-rounded-yellow{background:#166959e6;border:1px solid rgba(22,105,89,.32);color:#fff;margin-left:calc((100vw + 425px)/2);width:274px;font-weight:700;font-size:16px;line-height:20.8px;letter-spacing:0%;text-align:center}@media (max-width: 1440px){.section2-when .button-rounded-yellow{margin-left:calc((100vw + 460px)/2)}}@media (max-width: 1060px){.section2-when .button-rounded-yellow{margin-left:auto;margin-right:32px}}@media (max-width: 1024px){.section2-when .button-rounded-yellow{margin-right:24px}}@media (max-width: 960px){.section2-when .button-rounded-yellow{font-size:15px;line-height:19px;width:264px}.section2-when .button-rounded-yellow img{width:24px;height:24px}}@media (max-width: 600px){.section2-when .button-rounded-yellow{margin:auto}}@media (max-width: 525px){.section2-when .button-rounded-yellow{width:285px}}#section2-when-swiper{display:flex;flex-direction:column;gap:24px;display:none;padding:0 16px}@media (max-width: 525px){#section2-when-swiper{display:flex!important}}#section2-when-swiper .swiper{width:100%;height:100%}#section2-when-swiper .swiper .swiper-slide{width:100%;display:flex;justify-content:center;align-items:center;padding:1px}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile{border-radius:14.2px;background:#ffffff0a;display:flex;flex-direction:column;align-items:center;gap:11px;padding:48px 8px 35px;justify-content:space-between;height:100%}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile__title{font-size:24px;line-height:140%;font-weight:400;color:#d3c879;position:relative;text-align:center}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile__line{width:100%;height:.5px;background-color:#d3c87952}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile__desc{font-family:Manrope;font-weight:400;font-size:18px;line-height:140%;letter-spacing:0%;text-align:center}@media (max-width: 385px){#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile__desc{font-size:16px;line-height:120%}}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile .button-rounded-blue{margin-top:15px;padding:14.5px 26px;max-width:261px}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile a{display:grid}#section2-when-swiper .swiper .swiper-slide .swiper-slide__section2-when__card__mobile a .button-rounded-blue{padding:14.5px 26px;max-width:261px}#section2-when-swiper .swiper-custom-navigation{display:flex;justify-content:center;align-items:center}#section2-when-swiper .swiper-custom-navigation .swiper-progress{display:flex;justify-content:space-between;width:274px}#section2-when-swiper .swiper-custom-navigation .swiper-progress .swiper-progress__segment{width:6px;height:6px;background:#d3c879;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section2-when-swiper .swiper-custom-navigation .swiper-progress .swiper-progress__segment.active{width:52px;background:#d3c879}.section-form-home{margin-top:100px}@media (max-width: 850px){.section-form-home{margin-top:0}}.section-form-home .gold_text{font-weight:500!important}.section-form-home .container{display:flex;flex-direction:row;max-width:1205px;align-items:center}@media (max-width: 1220px){.section-form-home .container{justify-content:space-between}}.section-form-home__img{transform:translateY(-105px)}@media (max-width: 1033px){.section-form-home__img{transform:translateY(-80px)}}@media (max-width: 1024px){.section-form-home__img{transform:translateY(-110px)}}@media (max-width: 1017px){.section-form-home__img{transform:translateY(-80px)}}@media (max-width: 960px){.section-form-home__img{transform:translateY(0);align-self:center;width:500px}}@media (max-width: 850px){.section-form-home__img{display:none}}.section-form-home__right{display:flex;flex-direction:column;gap:24px}@media (max-width: 850px){.section-form-home__right{gap:70px}}.section-form-home__right__img-container{display:none;position:absolute;right:0;bottom:102px;height:fit-content;width:fit-content;z-index:1;pointer-events:none}@media (max-width: 850px){.section-form-home__right__img-container{display:block}}@media (max-width: 525px){.section-form-home__right__img-container{bottom:95px}}.section-form-home__right__img-container__info{position:absolute;top:0;left:-197px;display:flex;flex-direction:column;gap:7px;padding:7px;border-radius:14px;background:#ffffff0f;width:268px;z-index:-1}@media (max-width: 400px){.section-form-home__right__img-container__info{width:240px;left:-160px}}@media (max-width: 365px){.section-form-home__right__img-container__info{width:220px;left:-140px}}@media (max-width: 345px){.section-form-home__right__img-container__info{width:200px;left:-125px}}.section-form-home__right__img-container__info span{font-weight:400;font-size:14px;line-height:96%;letter-spacing:0%}@media (max-width: 400px){.section-form-home__right__img-container__info span{font-size:12px}}@media (max-width: 365px){.section-form-home__right__img-container__info span{font-size:11px}}@media (max-width: 345px){.section-form-home__right__img-container__info span{font-size:10px}}.section-form-home__right__img-container__img{width:180px;height:auto}@media (max-width: 525px){.section-form-home__right__img-container__img{width:190px}}.section-form-home__right__title{font-weight:400;font-size:40px;line-height:130%;letter-spacing:0%}@media (max-width: 375px){.section-form-home__right__title{font-size:35px}}@media (max-width: 330px){.section-form-home__right__title{font-size:33px}}.section-form-home__right .form{font-size:14px}@media (max-width: 1024px){.section-form-home__right .form{gap:20px;font-size:12px}}@media (max-width: 960px){.section-form-home__right .form{font-size:16px}}.section-form-home__right .form__wrapper{padding:12px}@media (max-width: 426px){.section-form-home__right .form__wrapper label{font-size:13px}}@media (max-width: 360px){.section-form-home__right .form__wrapper label{font-size:12px;line-height:15px}}
