@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital@0;1&display=swap";.TheHeader{position:fixed;z-index:9;width:100%;display:flex;justify-content:center}.TheHeader__container{flex-direction:row;justify-content:space-between;align-items:center;background:#fff;padding:1rem 2.5vw;margin:1.5rem 0;display:flex;width:95vw;border-radius:20px}.TheHeader__logo svg{height:25px;width:auto;fill:#0a1d19}.TheHeader__burger{width:30px;height:30px;display:flex;flex-direction:column;justify-content:space-between;padding:5px 2px;cursor:pointer}.TheHeader__burger:hover .line{background:#0bedc1}.TheHeader__burger .line{background:#0a1d19;width:100%;height:1px;display:flex;transition:.2s all ease}.TheHeader__burger .line.active:nth-child(1){transform:rotate(45deg);transform-origin:left top}.TheHeader__burger .line.active:nth-child(2){opacity:0}.TheHeader__burger .line.active:nth-child(3){transform:rotate(-45deg);transform-origin:left top}@media (min-width: 992px){.TheHeader__burger{display:none}}.TheHeader__links{display:none;flex-direction:row;gap:clamp(1rem,.5rem + 1.5vw,2.2rem)}@media (min-width: 992px){.TheHeader__links{display:flex}}.TheHeader__link{color:#0a1d19;font-size:clamp(.8rem,.7rem + .6vw,1.75rem);line-height:1.5;font-weight:500;transition:.2s all ease}.TheHeader__link:hover{color:#048c73}.TheMenu{position:fixed;background:#0a1d19;width:100%;height:100vh;z-index:8;display:flex;align-items:center;justify-content:center}@media (min-width: 992px){.TheMenu{display:none}}.TheMenu__container{display:flex;width:95vw;padding:80px 0 20vh;flex-direction:column;justify-content:center;gap:2rem}.TheMenu__item{font-size:clamp(1.5rem,.8rem + 2.2vw,5rem);font-weight:600;color:#fff;transition:.2s all ease}.TheMenu__item:hover{color:#0bedc1}.TheFooter{position:relative;z-index:9;background-color:#000;color:#fff;padding:1rem;width:100%;display:flex;align-items:center;justify-content:center}.TheFooter__container{flex-direction:row;justify-content:space-between;align-items:center;display:flex;width:95vw}.TheFooter__logo svg{height:30px;width:auto;fill:#fff}*{box-sizing:border-box;padding:0;margin:0;border:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none}body{max-width:100vw;overflow-x:hidden;font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-text-size-adjust:none;color:#000}html{-webkit-text-size-adjust:none;font-size:16px;font-weight:400;line-height:1.3;text-decoration:none;scroll-behavior:smooth}a{display:block;text-decoration:none;color:inherit;font-size:inherit}p a{display:inline}li{list-style-type:none}form,input,textarea,select,button,label{font-family:inherit;font-size:inherit;-webkit-hyphens:auto;hyphens:auto;background-color:transparent;color:inherit;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}button{cursor:pointer}.btn{background:#0bedc1;color:#000;display:flex;align-items:center;padding:15px 30px;border-radius:40px;cursor:pointer;width:-moz-fit-content;width:fit-content;font-size:clamp(.8rem,.7rem + .6vw,1.75rem);line-height:1.5;font-weight:500;transition:.2s all ease}.btn:hover{background:#5cc4a8}.bg-gradient{background:linear-gradient(160deg,#005350 20%,#5cc4a8 145%)}.container{display:flex;width:95vw}.content{background:linear-gradient(160deg,#005350 20%,#5cc4a8 145%);display:flex;flex-direction:row;gap:clamp(2.5rem,2rem + 2vw,6rem);border-radius:20px;padding-left:2.5vw;padding-right:2.5vw;padding-top:clamp(1.5rem,1.2rem + 2vw,6rem);padding-bottom:clamp(1.5rem,1.2rem + 2vw,6rem);margin-top:clamp(1.5rem,1.2rem + 2vw,6rem);margin-bottom:clamp(1.5rem,1.2rem + 2vw,6rem)}.content__left,.content__right{width:50%;flex-shrink:1}.content__title{color:#ccc2b6;margin-top:1.5rem;font-size:clamp(2rem,1.4rem + 1.6vw,6rem);font-weight:300;line-height:1.2}.content__body{width:75%}.content.column{flex-direction:column}.subpages{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.1rem,1rem + 1vw,2.8rem);flex-wrap:wrap;margin-bottom:clamp(1.5rem,1.2rem + 2vw,6rem)}.subpages__item{aspect-ratio:1/1;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;padding:clamp(1.2rem,.8rem + 1vw,2.8rem);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;border-radius:20px}.subpages__item--gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#0a1d1999 20%,#0a1d1900)}.subpages__item--gradient.bg-green{background:linear-gradient(160deg,#005350 20%,#5cc4a8 145%)}.subpages__item--title{color:#fff;position:relative;z-index:2;font-size:clamp(1.3rem,1rem + .8vw,2.3rem);font-weight:500}.hero{position:relative;width:100%;aspect-ratio:1/1;display:flex}@media (min-width: 576px){.hero{aspect-ratio:3/2}}@media (min-width: 992px){.hero{aspect-ratio:16/8}}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0009 30%,#0000)}@media (min-width: 992px){.hero:after{display:none}}.hero__left{position:absolute;z-index:2;bottom:0;width:100%;padding-left:2.5vw;padding-right:2.5vw;padding-top:clamp(1.5rem,1.2rem + 2vw,6rem);padding-bottom:clamp(1.5rem,1.2rem + 2vw,6rem);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media (min-width: 992px){.hero__left{position:relative;width:50%}}.hero__title *{color:#fff;font-family:Playfair Display,serif;font-size:clamp(2.5rem,1.6rem + 3.8vw,8rem);letter-spacing:-.8px}@media (min-width: 992px){.hero__title *{color:#005350}}.hero__title{position:relative;width:100%;padding-bottom:.5rem;margin-bottom:.5rem}.hero__title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff}@media (min-width: 992px){.hero__title:after{background-color:#005350}}.hero__links{display:flex;flex-wrap:wrap;gap:1rem 2rem;padding-top:1.5rem}.hero__links--item{position:relative;color:#ede9e3;font-size:clamp(.85rem,.8rem + .6vw,1.9rem);font-weight:500;transition:.2s all ease}@media (min-width: 992px){.hero__links--item{color:#b78a70}}.hero__links--item:hover{color:#032e25}.hero__links--item.active{color:#048c73}.hero__links--item:after{content:"";position:absolute;bottom:0;left:calc(100% + 1rem);width:1px;height:23px;background-color:#b78a70}.hero__links--item:last-child:after{display:none}.hero__right{width:100%;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom-left-radius:20px;overflow:hidden}@media (min-width: 992px){.hero__right{width:50%}}.hero__right--gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__right--gradient.bg-gradient{background:linear-gradient(160deg,#005350 20%,#5cc4a8 145%)}.bard h2,.bard h3{color:#ccc2b6;font-size:clamp(2rem,1.4rem + 1.6vw,6rem);font-weight:300;line-height:1.2;margin-bottom:clamp(1rem,.7rem + 1vw,1.5rem)}.bard h4{color:#ccc2b6;font-size:clamp(1.3rem,1rem + .8vw,2.3rem);font-weight:500;margin-bottom:clamp(1rem,.7rem + 1vw,1.5rem)}.bard p{color:#ede9e3;font-size:clamp(.8rem,.7rem + .6vw,1.75rem);line-height:1.5;margin-bottom:clamp(1rem,.7rem + 1vw,1.5rem)}.bard a{color:#0bedc1;display:inline-block;transition:.2s all ease}.bard a:hover{color:#5cc4a8}.bard ul{font-size:clamp(.8rem,.7rem + .6vw,1.75rem);line-height:1.5;padding-left:1.5rem}.bard ul li{color:#ccc2b6;list-style-type:disc}
