@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");:root{--color-c-black-v-100: #000;--color-c-brown-v-100: #D4B5B5;--color-c-indigo-v-100: #F1F4FF;--color-c-indigo-v-200: #CFD6F3;--color-c-indigo-v-300: #C5D1FF;--color-c-indigo-v-400: #B9C8FF;--color-c-indigo-v-500: #849CF3;--color-c-indigo-v-600: #889CE7;--color-c-indigo-v-700: #617AD6;--color-c-indigo-v-800: #4E63B3;--color-c-red-v-100: #FFF0F0;--color-c-red-v-200: #FF7C7C;--color-c-red-v-300: #FF6262;--color-c-red-v-400: #E44F4F;--color-c-grey-v-100: #98A2C7;--color-c-grey-v-200: #838EB8;--color-c-grey-v-300: #404040;--color-c-white-v-100: #fff;--color-add-white-v-100: #fff;--color-add-yellow-v-100: #FFDB71;--color-add-yellow-v-200: #FFE69D;--color-add-green-v-050: #193B35;--color-add-green-v-100: #1F4A42;--color-add-green-v-200: #2F7366;--color-add-green-v-300: #82aba3;--color-add-green-v-400: #acc7c2;--color-add-grey-v-100: #6C6C6C;--color-add-grey-v-200: #6C6C6C;--color-add-grey-v-300: #f5f5f5;--color-add-grey-v-400: #D8D8D8;--color-add-grey-v-500: #949494;--color-add-black-v-100: #000;--color-add-black-v-200: #181818;--color-add-black-v-300: #313836;--space-xxs: 8px;--space-xs: 16px;--space-sm: 32px;--space-md: 40px;--space-lg: 48px;--space-xl: 60px;--space-xxl: 72px;--space-xxxl: 80px;--space-xxxx: 100px;--space-xxxxx: 120px}@use '../abstracts/variables' as *;.section-home-hero{width:100%;height:auto;margin:0;padding:0;position:relative;background:#1F4A42}.section-home-hero__content{width:100%;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0}@media (max-width: 767px){.section-home-hero__content{grid-template-columns:1fr}}.section-home-hero__content__text{padding:160px 0 120px 0;text-align:right}@media (max-width: 767px){.section-home-hero__content__text{padding:24px 0}}.section-home-hero__content__text__wrapper{max-width:560px;margin:0  0 0 auto;padding:0 80px 0 0;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:40px}@media (max-width: 767px){.section-home-hero__content__text__wrapper{max-width:94%;padding:0 3%;gap:24px}}.section-home-hero__content__text__wrapper h1{margin:0;padding:0;font-size:72px;line-height:75px;font-weight:400;color:var(--color-add-white-v-100);text-align:left}@media (max-width: 767px){.section-home-hero__content__text__wrapper h1{font-size:48px;line-height:55px}}.section-home-hero__content__text__wrapper h1 span{display:block;font-size:40px;line-height:60px;text-align:center}.section-home-hero__content__text__wrapper p{max-width:925px;margin:0 auto;padding:0;font-size:20px;line-height:35px;font-weight:500;color:var(--color-add-white-v-100);text-align:left}@media (max-width: 767px){.section-home-hero__content__text__wrapper p{font-size:20px}}.section-home-hero__content__text__wrapper p a{font-weight:600;color:#fff;text-decoration:none;position:relative}.section-home-hero__content__text__wrapper p a::before{content:"";width:0;height:1px;background:#FFE69D;position:absolute;left:50%;bottom:-2px;opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all 0.3s ease-out}.section-home-hero__content__text__wrapper p a:hover{color:#FFE69D}.section-home-hero__content__text__wrapper p a:hover::before{width:100%;opacity:1}.section-home-hero__content__text__wrapper p strong{font-size:32px;line-height:35px;font-weight:500;color:#FFDB71}@media (max-width: 767px){.section-home-hero__content__text__wrapper p strong{font-size:24px}}.section-home-hero__content__image{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 767px){.section-home-hero__content__image{width:100%;height:225px}}.section-home-hero__bottom{width:100%;height:auto;margin:0;padding:0;position:relative}.section-home-hero__bottom::before{content:'';position:absolute;top:0;left:0;width:50%;height:100%;background:#FFDB71;z-index:1}@media (max-width: 767px){.section-home-hero__bottom::before{width:100%;height:50%}}.section-home-hero__bottom .container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;position:relative;z-index:2}@media (max-width: 767px){.section-home-hero__bottom .container{grid-template-columns:1fr}}.section-home-hero__bottom__box{padding:70px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}@media (max-width: 767px){.section-home-hero__bottom__box{flex-direction:column;padding:16px;gap:12px}}.section-home-hero__bottom__box h4{margin:0;padding:0;font-size:32px;line-height:40px;font-weight:400}@media (max-width: 767px){.section-home-hero__bottom__box .btn{width:calc(100% - 48px);padding:16px 24px;text-align:center}}.section-home-hero__bottom__box:first-child{padding-right:80px}@media (max-width: 767px){.section-home-hero__bottom__box:first-child{padding-right:16px}}.section-home-hero__bottom__box:first-child h4{color:#181818}.section-home-hero__bottom__box:last-child{padding-left:80px}@media (max-width: 767px){.section-home-hero__bottom__box:last-child{padding-left:16px}}.section-home-hero__bottom__box:last-child h4{color:#fff}

/*# sourceMappingURL=home-hero.css.map */
