:root{--background:#fff;--foreground:#081511;--fs-default:16px;--fs-large:18px;--fs-xl:20px;--fs-2xl:24px;--f-regular:400;--f-medium:500;--f--semibold:600;--f-bold:700;--f-black:800;--f-black-heavy:900;--primary:#14453d;--color-black-light:#070610;--color-black-dark:#081511;--color-white:#fff;--color-yellow:#dec678;--color-grey:#696c7a}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none!important}p{margin:0!important}ul{list-style:none;padding:0;margin:0}input,textarea{border:none;outline:none}textarea{resize:vertical}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.justify-content-between{justify-content:space-between!important}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.header-heading h2{color:#fff;font-family:var(--font-primary);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;transition:all .4s;display:inline-block}@media (min-width:992px){.header-heading h2{font-size:56px}}.header-heading p{color:#fff;font-family:var(--font-primary);font-size:18px;font-style:normal;font-weight:400;line-height:30px;transition:all .4s}.rounded-lg{border-radius:16px}.rounded-md{border-radius:8px}.rounded-sm{border-radius:4px}.image-cover{width:100%;height:100%;object-fit:cover}.image-anime{position:relative;overflow:hidden}.image-anime:after{content:"";position:absolute;width:200%;height:0;left:50%;top:50%;background-color:hsla(0,0%,100%,.3);transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.image-anime:hover:after{height:250%;transition:all .6s linear;background-color:transparent}.form-control-item{color:#081511;font-family:var(--font-primary);font-size:16px;font-style:normal;font-weight:500;line-height:1;border-radius:4px;padding:10px 16px;background:#f0f1f1;width:100%}.form-control-item__wrapper{display:flex;flex-direction:column;margin-bottom:16px}.form-control-item.variant-secondary{background-color:#e3e7e5}.form-control-item.variant-contrast{background-color:#fff}.form-control-item__error{color:red;font-size:12px;margin-top:5px}.form-control-item__label{font-weight:500;margin-bottom:5px;font-size:14px}.section{padding:60px 0}@media (min-width:992px){.section{padding:120px 0}}.section-tag{color:#14453d;font-size:18px;font-weight:600;line-height:1;letter-spacing:2px;text-transform:uppercase;border-radius:64px;background:rgba(20,69,61,.1);padding:10px 14px;display:inline-block}.section-title{color:#081511;font-size:32px;font-weight:700;line-height:1}@media (min-width:992px){.section-title{font-size:44px}}.section-subtitle{color:#4e5352;font-size:16px;font-weight:500;line-height:1.7}.section-header{margin-bottom:30px}@media (min-width:992px){.section-header{margin-bottom:80px}}