body {
    font-family: 'Century Gothic', 'Jost', system-ui, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
}

.logo-text {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(30, 155, 78);
    font-weight: 600;
}

.v-divider {
    width: 1px;
    height: 24px;
    background: rgb(199, 214, 204);
}

.btn-lang-active {
    padding: 5px 11px;
    font-size: 12.5px;
    border-radius: 6px;
    border: medium;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: rgb(30, 155, 78);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.btn-lang {
    padding: 5px 11px;
    font-size: 12.5px;
    border-radius: 6px;
    border: medium;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
    color: rgb(122, 131, 124);
    text-transform: uppercase;
}

.btn-lang:hover {
    color: rgb(151, 158, 153);
}

.btn-aff {
    background: rgb(30, 155, 78);
    color: rgb(255, 255, 255);
    border: medium;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.btn-aff:hover {
    background: rgb(37, 179, 91);
    color: rgb(255, 255, 255);
}

.hero-aff {
    background: rgb(12, 90, 44);
}

.hero-aff .title {
    font-size: 49px;
    line-height: 1.08;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: -0.6px;
}

.hero-aff .subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.uptitle {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.title-aff-1 {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgb(30, 155, 78);
    font-weight: 600;
}

.title-aff-2 {
    font-size: 33px !important;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.title-aff-3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
}

.title-aff-4 {
    font-size: 11px !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgb(156, 163, 157);
    margin-top: 12px !important;
    margin-bottom: 4px !important;
}

.cell {
    padding: 30px 28px;
    border: 1px solid rgb(231, 235, 229);
    border-radius: 12px;
}

p {
    font-size: 16px;
}

.p-card {
    font-size: 14.5px;
    line-height: 1.6;
}

.navbar-burger {
    color: rgb(30, 155, 78);
}

.icon-container {
    width: 54px;
    height: 54px;
    border-radius: 13px;
    background: rgb(234, 242, 236);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.about-section {
    background: rgb(245, 247, 243);
}

a {
    color: rgb(30, 155, 78);
}

.box-aff {
    border: 1px solid rgb(231, 235, 229);
    border-radius: 14px;
    padding: 34px;
}

.background-aff {
    background: rgb(12, 90, 44);
}