/*--------------------*/
/*  Reset             */
/*--------------------*/
@media (prefers-reduced-motion: no-preference) {
    @view-transition {
        navigation: auto;
    }
}

html {
    height: auto;
    box-sizing: border-box;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--h-height, 0) + var(--h-top-gap) * 2);
    interpolate-size: allow-keywords;
}

html:not(.touch-screen)::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

html:not(.touch-screen):-webkit-scrollbar-track {
    background: transparent;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 0.25rem;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb:active {
    background: #8d8d8d;
}

body {
    height: auto;
    overflow-y: scroll;
    background-color: var(--bg-1);
}

body:not(.touch-screen) *::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

body:not(.touch-screen) *::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0.25rem;
}

body:not(.touch-screen) *::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}

:where(body.touch-screen *::-webkit-scrollbar) {
    display: none;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    font: inherit;
    font-size: 100%;
    line-height: inherit;
    vertical-align: baseline;
    -webkit-locale: auto;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

:is(*, *:before, *:after) {
    box-sizing: inherit;
}

:is(:focus, :hover, :active, :visited) {
    outline: none;
}

::-moz-selection {
    color: var(--clr-white);
    background: var(--clr-black);
}

::selection {
    color: var(--clr-white);
    background: var(--clr-black);
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: inherit;
    transition: var(--transition-1);
}

a:hover {
    text-decoration: none;
}

:is(ul, ol) {
    list-style: none;
}

:is(sub, sup) {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

picture {
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:is(img, svg, iframe) {
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

img {
    position: relative;
}

img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: no-repeat center/min(5rem, 50%) min(5rem, 50%) var(--clr-grey) url(../img/placeholder.svg);
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    font-weight: 400;
    color: var(--clr-black);
}

::-moz-placeholder {
    display: none;
}

::-webkit-input-placeholder {
    display: none;
}

:-ms-input-placeholder {
    display: none;
}

::-ms-input-placeholder {
    display: none;
}

::placeholder {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    height: 0.7em;
    width: 0.7em;
    background-size: contain;
    cursor: pointer;
}

:is(input, textarea, select) {
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

textarea {
    display: block;
    resize: none;
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

button {
    background: none;
}

/*----------------------*/
/*  Main Global         */
/*----------------------*/
:root {
    --root-scale: 1rem;
    --container-width: 100%;
    --ff-1: "Onest", sans-serif;
    --ff-2: "Montserrat", sans-serif;
    --h1: clamp(1.75rem, 0.826rem + 2.958vw, 4.375rem);
    --h2: clamp(1.625rem, 0.921rem + 2.254vw, 3.625rem);
    --h3: clamp(1.5rem, 1.148rem + 1.127vw, 2.5rem);
    --h4: clamp(1.375rem, 1.199rem + 0.563vw, 1.875rem);
    --h5: clamp(1.25rem, calc(1.04rem + 0.44vw), 1.50rem);
    --h6: clamp(1rem, 0.956rem + 0.141vw, 1.125rem);
    --text: clamp(1.00rem, calc(0.79rem + 0.44vw), 1.25rem);
    --text-sm: clamp(1rem, calc(0.8947rem + 0.2193vw), 1.125rem);
    --text-lg: clamp(1rem, 0.824rem + 0.563vw, 1.5rem);
    --sp-xl: clamp(3.75rem, calc(-0.46rem + 8.77vw), 8.75rem);
    --sp-lg: clamp(3.75rem, calc(1.64rem + 4.39vw), 6.25rem);
    --sp-md: clamp(1.88rem, calc(0.30rem + 3.29vw), 3.75rem);
    --sp-sm: clamp(0.938rem, 0.387rem + 1.761vw, 2.5rem);
    --sp-xs: clamp(0.75rem, 0.574rem + 0.563vw, 1.25rem);
    --gap: 1.25rem;
    --rd-1: 2.5rem;
    --clr-title: #000000;
    --clr-text: #4F4F59;
    --clr-plc: #4A5055;
    --clr-border: #D3D3D3;
    --clr-border-2: #DADAE3;
    --clr-border-3: #DDDDDD;
    --clr-border-4: #D9D9D9;
    --clr-input: var(--clr-border-2);
    --clr-white: #ffffff;
    --clr-white-30: rgba(255, 255, 255, .3);
    --clr-white-60: rgba(255, 255, 255, .6);
    --clr-white-75: rgba(255, 255, 255, .75);
    --clr-black: #000000;
    --clr-grey: #F1F1F1;
    --clr-grey-dark: #525252;
    --clr-red: #DC264F;
    --clr-green: #00A850;
    --clr-primary: #BDB76B;
    --clr-secondary: #2B3A1A;
    --clr-hover: #AC884B;
    --bg-1: var(--clr-grey);
    --bg-2: var(--clr-secondary);
    --blur: .125rem;
    --bg-overlay: rgba(11, 28, 43, 0.8);
    --box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.03), 0 0 0.5rem 0 rgba(0, 0, 0, 0.06);
    --gradient: 1.46deg, var(--clr-black) -36.56%, rgba(0, 0, 0, 0) 23.34%;
    --transition-1: .3s ease;
    --transition-2: 1.2s ease;
    --transition-3: 1s ease;
    --cubic-1: cubic-bezier(0.33, 1, 0.68, 1);
}

html {
    font-size: var(--root-scale);
}

html.keyboard-focus:focus {
    outline: auto;
}

html.overflow-menu,
html.overflow-hidden {
    overflow: clip;
}

html.overflow-menu body,
html.overflow-hidden body {
    overflow: clip;
}

.overflow-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 90;
    inset: 0;
    background-color: var(--bg-overlay);
    -webkit-backdrop-filter: blur(var(--blur));
    backdrop-filter: blur(var(--blur));
    transition: var(--cubic-1);
}

#content-block {
    position: relative;
    min-height: 100svh;
    overflow: clip;
    display: flex;
    flex-direction: column;
}

header {
    position: relative;
    opacity: 0;
}

main {
    display: flex;
    flex-direction: column;
}

main .seo-section {
    order: 1;
}

footer {
    margin-top: auto;
}

:where(.section:first-child) {
    margin-top: var(--sp-md);
}

:where(.section + .section) {
    margin-top: var(--sp-xl);
}

:where(.section:last-child) {
    margin-bottom: var(--sp-xl);
}

.section {
    will-change: opacity;
    position: relative;
    opacity: 0;
}

.section:has(.filter-wrapp) {
    z-index: 10;
}

.section.animated {
    opacity: 1;
    transition: 0.25s linear opacity;
}

.section-dark {
    --clr-title: var(--clr-white);
}

.section-dark .section-bg {
    background-color: var(--bg-2);
}

.section-bg {
    padding-block: var(--sp-xl);
    padding-inline: var(--sp-sm);
}

.container,
.container-fluid {
    --bs-gutter-x: 1.25rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
}

.swiper-container {
    will-change: opacity;
    opacity: 0;
}

.swiper-container.swiper-initialized {
    opacity: 1;
    transition: 0.15s linear opacity;
}

.informer,
.cart,
.cart-informer,
.cookies-informer,
.popup-wrapper {
    display: none;
}

.mt-auto {
    margin-top: auto;
}

/*--------------------*/
/*  Loader            */
/*--------------------*/
.loading>* {
    opacity: 0;
    visibility: hidden;
}

.loading::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icons/icon-spinner.svg") no-repeat center;
    -webkit-animation: 1.5s spin linear infinite;
    animation: 1.5s spin linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1441px) {
    .pl-xxl-1 {
        padding-left: 8.07vw;
    }

    .pl-xxl-2 {
        padding-left: 3.7vw;
    }

    .pr-xxl-1 {
        padding-right: 3.7vw;
    }

    .pr-xxl-2 {
        padding-right: 8vw;
    }

    .pr-xxl-3 {
        padding-right: 7.5vw;
    }
}

@media (min-width: 1200px) {
    :root {
        --container-width: 96.875vw;
    }

    .container {
        width: var(--container-width);
    }

    .is-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--h-height) + var(--h-top-gap) + var(--h-bottom-gap));
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    :root {
        --root-scale: 0.875rem;
    }
}

@media (min-width: 1381px) and (max-width: 1680px) {
    :root {
        --root-scale: 0.875rem;
    }
}

@media (min-width: 2100px) {
    html {
        font-size: 1.375rem;
    }
}

@media (min-width: 2600px) {
    html {
        font-size: 2rem;
    }
}

/*--------------------*/
/*  Header            */
/*--------------------*/
:root {
    --h-height: 5.625rem;
    --h-logo-width: 7.0625rem;
    --h-top-gap: 1.25rem;
    --h-bottom-gap: 1.25rem;
}

header {
    position: relative;
    z-index: 100;
    height: calc(var(--h-height) + var(--h-top-gap) + var(--h-bottom-gap));
}

header.type2 {
    height: auto;
}

.h-wrap {
    position: fixed;
    z-index: 100;
    top: var(--h-top-gap);
    left: 0;
    width: 100%;
    transition: box-shadow var(--transition-1);
}

.h-inner {
    position: relative;
    width: 100%;
    height: var(--h-height);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: clamp(1rem, 0.032rem + 3.099vw, 3.75rem);
    justify-content: space-between;
    background-color: var(--bg-2);
}

.h-logo {
    display: block;
    width: var(--h-logo-width);
    flex-shrink: 0;
}

.h-logo img {
    display: block;
    max-width: 100%;
}

.h-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.h-menu .h-lang {
    display: none;
}

.h-links>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.063rem, -0.906rem + 3.099vw, 2.813rem);
}

.h-links>ul>li>a,
.h-links>ul .h-drop-item>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--text-sm);
    font-family: var(--ff-2);
    line-height: 1.33;
    font-weight: 500;
    color: var(--clr-white);
}

.h-links>ul>li>a::before,
.h-links>ul .h-drop-item>a::before {
    content: "";
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    background-color: var(--clr-primary);
    position: absolute;
    left: -1.375rem;
    top: 50%;
    margin-top: -0.125rem;
    opacity: 0;
    transform: rotate(45deg) translateY(-50%);
    transition: var(--transition-1);
}

.h-drop-item {
    display: flex;
    align-items: center;
    color: var(--clr-white);
}

.h-drop-item i {
    margin-left: 0.75rem;
    position: relative;
    top: -0.0625rem;
}

.h-drop-item svg {
    transition: var(--transition-1);
}

.h-drop-list,
.h-menu-overlay,
.h-burger {
    display: none;
}

.h-controls {
    gap: 2.08vw;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.h-lang ul {
    display: flex;
}

.h-lang li {
    display: flex;
    align-items: center;
}

.h-lang li+li::before {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 1.0625rem;
    margin-inline: 0.9375rem;
    background-color: var(--clr-white);
}

.h-lang a {
    display: block;
    font-family: var(--ff-2);
    font-size: var(--text-sm);
    font-weight: 500;
    line-height: 1.78;
    color: var(--clr-border-2);
}

.h-lang a.current {
    color: var(--clr-white);
}

.h-menu-overlay {
    display: block;
    position: fixed;
    z-index: 99;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--bg-overlay);
    transition: var(--transition-1);
}

.open-menu .h-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.h-drop-list a.h-drop-title {
    font-family: var(--ff-2);
    font-weight: 800;
    font-size: var(--h5);
    line-height: 1.29;
    color: var(--clr-black);
}

.h-drop-list a.h-drop-title::before {
    margin-top: -0.0625rem;
}

.h-drop-list a.h-drop-title+ul {
    margin-top: 1.0625rem;
}

.h-drop-list a.h-drop-title+* {
    margin-top: var(--sp-sm);
}

.h-drop-list ul+.h-drop-title {
    margin-top: var(--sp-sm);
}

.h-drop-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 1200px) {

    .h-links:hover>ul>li>a,
    .h-links:hover ul .h-drop-item>a {
        color: var(--clr-white-75);
    }

    .h-links>ul>li>a:hover,
    .h-links ul .h-drop-item>a:hover {
        color: var(--clr-white);
    }

    .h-links>ul>li>a:hover::before,
    .h-links ul .h-drop-item>a:hover::before {
        opacity: 1;
    }

    .h-drop-item:hover svg {
        color: var(--clr-primary);
        transform: rotate(-180deg);
    }

    .h-lang a:not(.current):hover {
        color: var(--clr-white);
    }

    .h-drop.is-active>a::before {
        transform: translateY(-50%) rotateX(180deg);
    }

    .h-drop.is-active .h-drop-item {
        position: relative;
    }

    .h-drop.is-active .h-drop-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(var(--h-height) / 2);
        transform: translateY(100%);
    }

    .h-drop.is-active .h-drop-list {
        opacity: 1;
        visibility: visible;
    }

    .h-drop-list {
        position: absolute;
        z-index: 1;
        bottom: 0;
        transform: translate(0, 100%);
        padding: clamp(1rem, 0.824rem + 0.563vw, 1.5rem);
        width: 17.1875rem;
        line-height: 0;
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.0625rem;
        background-color: var(--clr-white);
        transition: var(--transition-1);
        content-visibility: auto;
    }

    .h-drop-list a {
        position: relative;
        display: flex;
        font-family: var(--ff-2);
        font-size: 1.25rem;
        line-height: 24px;
    }

    .h-drop-list a::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        margin-block: auto;
        width: 1.75rem;
        height: 1.75rem;
        background: url("../img/icons/icon-arrow-forward-2.svg") no-repeat 0 0;
        opacity: 0;
        transform: scale(0);
        transition: var(--transition-1);
    }

    .h-drop-list a b {
        transition: var(--transition-1);
    }

    .h-drop-list a:hover {
        color: var(--clr-black);
    }

    .h-drop-list a:hover::before {
        opacity: 1;
        transform: scale(1);
    }

    .h-drop-list a:hover b {
        transform: translateX(2rem);
    }

    .h-drop-list.is-fullwidth {
        width: 100%;
        padding: calc(var(--sp-md) - 0.625rem);
        left: 0;
        flex-direction: row;
        gap: var(--sp-sm);
    }

    .h-drop-list li+li {
        margin-top: 1.0625rem;
    }

    .h-drop-list li a {
        font-size: 1.25rem;
        color: var(--clr-text);
    }

    .h-drop-col {
        width: 21.625rem;
    }

    .h-drop-col:has(img) {
        margin-left: auto;
        width: auto;
    }
}

@media (max-width: 1440px) {

    .h-lang a,
    .h-links a {
        font-size: 1rem;
    }
}

@media (max-width: 1199px) {
    :root {
        --h-height: 4rem;
        --h-logo-width: 5rem;
        --h-top-gap: .75rem;
        --h-bottom-gap: var(--h-top-gap);
    }

    .h-burger {
        position: relative;
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        border: 0.0625rem solid var(--clr-white-75);
        flex-shrink: 0;
    }

    .h-burger i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 0.125rem;
        background-color: var(--clr-white-75);
        transition: var(--transition-1);
    }

    .h-burger i:before,
    .h-burger i:after {
        content: "";
        position: absolute;
        left: 0;
        top: -0.375rem;
        width: 100%;
        height: 100%;
        background-color: var(--clr-white-75);
        transition: var(--transition-1);
    }

    .h-burger i:after {
        top: 0.375rem;
    }

    .h-inner {
        justify-content: flex-start;
        padding: 0.75rem;
        height: auto;
    }

    .h-controls .h-lang {
        display: none;
    }

    .h-links a {
        font-size: 0.875rem;
    }

    .h-menu {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: var(--transition-1);
        width: min(100%, 26.75rem);
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background-color: var(--clr-white);
        opacity: 0;
        padding: 1rem;
        padding-top: calc(var(--h-height) + 2.25rem);
    }

    .h-menu>*+* {
        margin-top: 2rem;
    }

    .h-menu .h-lang {
        display: block;
    }

    .h-menu .h-lang li+li::before {
        background-color: var(--clr-black);
    }

    .h-menu .h-lang a {
        color: var(--clr-black);
    }

    .h-menu .h-lang a.current {
        color: var(--clr-primary);
    }

    .h-links {
        width: 100%;
    }

    .h-links ul {
        gap: 1.25rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .h-links li {
        width: 100%;
    }

    .h-links li li {
        margin-top: 0.5em;
    }

    .h-drop-item i {
        margin-left: auto;
        top: 0;
        width: 1.3125rem;
        height: 1.3125rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .h-drop-item svg {
        color: var(--clr-black);
    }

    .h-links>ul>li>a,
    .h-links>ul .h-drop-item>a {
        color: var(--clr-black);
    }

    .h-drop-list {
        display: none;
    }

    .h-drop-list>*:first-child {
        padding-top: 0.5em;
    }

    .h-drop-list a {
        display: block;
    }

    .h-drop-list a+* {
        margin-top: 0.5em;
    }

    .h-drop-list a.h-drop-title {
        font-size: var(--h6);
    }

    .h-drop-list a.h-drop-title+ul {
        margin-top: 0;
    }

    .h-drop-item.active svg {
        transform: rotate(-180deg);
    }

    .h-drop-col {
        width: 100%;
    }

    .h-drop-col+* {
        margin-top: 1rem;
    }

    .h-controls {
        margin-left: auto;
    }

    .open-menu .h-burger i {
        background-color: transparent;
    }

    .open-menu .h-burger i:before,
    .open-menu .h-burger i:after {
        top: 0;
        transform-origin: center;
        transform: rotate(-45deg);
    }

    .open-menu .h-burger i:after {
        transform: rotate(45deg);
    }

    .open-menu .h-menu {
        transform: translateX(0%);
        opacity: 1;
    }
}

header {
    opacity: 1;
    transition: 0.15s linear opacity;
}

/*--------------------*/
/*  Typography        */
/*--------------------*/
body {
    font-family: var(--ff-1);
    font-weight: 400;
    font-size: var(--h6);
    line-height: 1.4em;
    color: var(--clr-text);
}

.text {
    --text-space: 1.875rem;
    --text-li-padding: 1.5rem;
    --text-th-height: 4rem;
    --text-th-padding: 1.25rem;
    font-size: var(--text);
    line-height: 1.6;
    font-weight: 400;
    color: var(--clr-text);
}

.text-sm {
    font-size: var(--text-sm);
    line-height: 1.44;
}

.text-lg {
    font-size: var(--text-lg);
}

.text *+ :where(*) {
    margin-top: calc(var(--text-space) * 1.33);
}

.text *+ :is(p, ul, ol) {
    margin-top: var(--text-space);
}

.text *+ :is(li) {
    margin-top: calc(var(--text-space) * 0.26);
}

.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry)+*:not(figcaption) {
    margin-top: calc(var(--text-space) * 1.33);
}

.text .swiper-entry>* * {
    margin-top: 0;
}

.text.color-white {
    --clr-text: var(--clr-white);
}

.text b {
    font-weight: 500;
}

.text strong {
    font-weight: 700;
    color: var(--clr-black);
}

.text em {
    font-style: italic;
    font-weight: 500;
}

.text a:not(.btn) {
    display: inline;
    font-weight: 500;
    color: var(--clr-black);
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 0.0625rem;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.text ul li,
.text ol li {
    position: relative;
    padding-left: var(--text-li-padding);
}

.text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.5em;
    height: 0.5em;
    background-color: var(--clr-primary);
    transform: rotate(45deg);
}

.text.text-lg ul li:before {
    top: .6em;
}

.text ol {
    counter-reset: number;
}

.text ol li {
    --text-li-padding: 1.75rem;
}

.text ol li:before {
    counter-increment: number;
    content: counter(number) ".";
    display: inline-block;
    position: absolute;
    left: 0;
    font-weight: 500;
    line-height: inherit;
    color: var(--clr-black);
}

.text img {
    display: block;
    max-width: 100%;
}

.text figure {
    line-height: 0;
    width: 100%;
}

.text figure.aligncenter {
    text-align: center;
}

.text figure.alignright {
    text-align: right;
}

.text figure>img {
    width: auto;
}

.text figure figcaption {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--clr-black);
    margin: 0.25rem;
}

.text iframe {
    display: block;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
}

.text blockquote {
    display: flex;
    gap: 0.75rem;
    text-align: left;
    font-size: clamp(1.125rem, 0.861rem + 0.845vw, 1.875rem);
    font-weight: 500;
    font-family: var(--ff-2);
    line-height: 1.27;
    padding: calc(var(--sp-sm) * 0.75);
    color: var(--clr-black);
    background-color: var(--clr-white);
}

.text blockquote::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 28px;
    background: url("../img/icons/icon-quotes.svg") no-repeat 0 0;
}

.text table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.text tbody tr {
    text-align: left;
    border-bottom: 0.0625rem solid var(--clr-border);
}

.text thead tr {
    border: none;
}

.text thead th,
.text thead td {
    height: var(--text-th-height);
    font-family: var(--ff-2);
    font-weight: 800;
    font-size: var(--h6);
    color: var(--clr-white);
    background-color: var(--clr-secondary);
}

.text td,
.text th {
    vertical-align: top;
    height: calc(var(--text-th-height) * 1.59375);
    padding: var(--text-th-padding);
    font-size: var(--text-sm);
    line-height: inherit;
    font-weight: inherit;
    color: var(--clr-text);
}

.text tbody td {
    padding-block: calc(var(--text-th-padding) * 1.25);
}

.text *:first-child img {
    margin-top: 0;
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    font-family: var(--ff-2);
    font-weight: 800;
    color: var(--clr-title);
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) strong,
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) b {
    color: var(--clr-primary);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.15em;
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.38em;
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.15em;
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25em;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.3em;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.4em;
}

.title {
    --padd-lr: .3em;
    --padd-top: .2em;
    text-transform: uppercase;
    margin-top: var(--padd-top);
}

.title:has(b) {
    line-height: 1.38;
}

.title b {
    display: inline;
    font-weight: inherit;
    color: var(--clr-black);
    background-color: transparent;
    padding: var(--padd-top) var(--padd-lr) 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: background-color var(--transition-1);
    transition-delay: .75s;
}

.section.animated .title b,
.active .title b {
    background-color: var(--clr-primary);
}

.title.page-title {
    --padd-lr: .05em;
}

.subtitle {
    font-family: var(--ff-2);
    font-size: var(--text);
    font-weight: 500;
    line-height: 1.5;
    color: var(--clr-title);
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
}

.subtitle::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.875rem;
    position: relative;
    top: -0.1em;
    background-color: var(--clr-primary);
    transform: rotate(45deg);
}

.title-desc {
    padding-top: calc(var(--sp-md) - 0.3125rem);
}

.title-desc>*+* {
    margin-top: var(--sp-sm);
}

.title-desc:has(.btn:only-child) {
    text-align: right;
    padding-block: 0 1.5625rem;
}

.text-balance {
    text-wrap: balance;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media (min-width: 1200px) {
    .text a:not(.btn):hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

@media (max-width: 1199px) {
    .title-desc:has(.btn:only-child) {
        text-align: left;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .text {
        --text-space: .75rem;
        --text-li-padding: 1.5rem;
        --text-th-height: 3.5rem;
        --text-th-padding: .5rem;
    }
}

@media (max-width: 767px) {
    .subtitle {
        margin-bottom: 0.5em;
    }

    .text thead td,
    .text td {
        font-size: 0.75rem;
    }
}

/*--------------------*/
/*  Buttons           */
/*--------------------*/
.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: clip;
    text-decoration: none;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-family: var(--ff-2);
    font-size: 1.0625rem;
    line-height: 1em;
    font-weight: 500;
    color: var(--clr-white);
    padding-block: 1.068em;
    padding-inline: 1.29em 1.76em;
    border: none;
    background-color: var(--clr-black);
    transition: var(--transition-1);
    gap: 0.7em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn b {
    position: relative;
    top: 0.1em;
}

.btn-small {
    font-size: 1rem;
    gap: 0.75em;
    padding-block: 0.384em;
    padding-inline: 1.125em;
}

.btn-primary {
    background-color: var(--clr-primary);
    color: var(--clr-black);
}

.btn-primary i {
    width: 1.75rem;
    height: 1.75rem;
    position: relative;
    overflow: hidden;
}

.btn-primary i::before,
.btn-primary i::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url("../img/icons/icon-arrow-forward.svg") no-repeat center;
    transition: var(--transition-1);
    transform: translate(-50%, -50%);
}

.btn-primary i::after {
    transform: translate(-120%, 20%);
}

.btn-secondary {
    background-color: var(--clr-white);
    color: var(--clr-black);
}

.btn-simple {
    padding: 0.74999999em 1.5em;
    font-size: 1rem;
    background-color: var(--clr-primary);
    color: var(--clr-black);
}

.btn svg {
    color: currentColor;
}

.btn svg *[stroke] {
    stroke: currentColor;
}

.btn svg *[fill] {
    fill: currentColor;
}

.btn-block {
    width: 100%;
}

.btn.disabled {
    pointer-events: none;
    background-color: var(--clr-grey);
}

.btn:has(svg:only-child) {
    padding: 0.9em;
}

.btn:has(svg:only-child) svg {
    width: 1.2em;
    height: 1.2em;
}

.btn b[data-txt],
.btn-link b[data-txt] {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: inherit;
    line-height: 1.3;
    color: transparent;
}

.btn b[data-txt]::before,
.btn b[data-txt]::after,
.btn-link b[data-txt]::before,
.btn-link b[data-txt]::after {
    content: attr(data-txt);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition-1);
}

.btn-primary b[data-txt]::before,
.btn-primary b[data-txt]::after,
.btn-link b[data-txt]::before,
.btn-link b[data-txt]::after {
    color: var(--clr-black);
}

.btn b[data-txt]::after,
.btn-link b[data-txt]::after {
    transform: translateY(100%);
}

.btn-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    --bw: 3rem;
    width: var(--bw);
    height: var(--bw);
    color: var(--clr-black);
    border-radius: 100%;
    background-color: var(--clr-grey);
    transition: var(--transition-1);
}

.btn-back {
    cursor: pointer;
    position: absolute;
    left: var(--sp-sm);
    top: var(--sp-sm);
    z-index: 1;
    width: 2.25rem;
    height: 2.25rem;
    background: url("../img/icons/icon-arrow-left.svg") no-repeat center var(--clr-primary);
    transition: var(--transition-1);
}

.btn-link {
    cursor: pointer;
    position: relative;
    gap: 0.5rem;
    display: inline-flex;
    align-items: center;
    font-family: var(--ff-2);
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
    color: var(--clr-black);
    transition: var(--transition-1);
}

.btn-link b,
.btn-link::after {
    position: relative;
    top: 0.1em;
}

.btn-link i {
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    overflow: hidden;
    background-color: var(--clr-primary);
}

.btn-link i::before,
.btn-link i::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url("../img/icons/icon-arrow-forward.svg") no-repeat center;
    transform: translate(-50%, -50%);
    transition: var(--transition-1);
}

.btn-link i::after {
    transform: translate(-120%, 20%);
}

.btn-link.type2 {
    --size: 2.5rem;
    --gap: .75rem;
}

.btn-link.type2 b {
    position: absolute;
    bottom: 0;
    top: 0;
    right: calc(var(--size) + var(--gap));
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-1);
}

.btn-link.type2 i {
    width: var(--size);
    height: var(--size);
}

.btn-link.type4 i::before,
.btn-link.type4 i::after {
    transform: rotate(135deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

.btn-link.type4 i::after {
    transform: rotate(135deg) translate(-100%, 0%);
}

@media (min-width: 1200px) {

    .btn-primary:hover i::before,
    .btn-link:hover i::before,
    .media-box:hover .btn-link i::before {
        transform: translate(20%, -120%);
    }

    .btn-primary:hover i::after,
    .btn-link:hover i::after,
    .media-box:hover .btn-link i::after {
        transform: translate(-50%, -50%);
    }

    .btn-simple:hover,
    .btn-back:hover {
        background-color: var(--clr-hover);
    }

    .btn-secondary:hover {
        color: var(--clr-white);
        background-color: var(--clr-secondary);
    }

    .btn-close:hover {
        color: var(--clr-red);
        background-color: var(--clr-grey);
    }

    .btn-link.type2:hover b,
    .media-box:hover .btn-link b {
        opacity: 1;
    }

    .btn-link.type3:hover {
        color: var(--clr-primary);
    }

    .btn-link.type4:hover i::before {
        transform: rotate(135deg) translate(0%, -100%);
    }

    .btn-link.type4:hover i::after {
        transform: rotate(135deg) translate(-50%, -50%);
    }

    .btn:hover b[data-txt]::before,
    .btn-link:hover b[data-txt]::before {
        transform: translateY(-120%);
    }

    .btn:hover b[data-txt]::after,
    .btn-link:hover b[data-txt]::after {
        transform: translateY(0%);
    }
}

@media (max-width: 1199px) {

    .btn,
    .btn-link {
        font-size: 1.125rem;
    }

    .btn-link.type2 b {
        position: static;
        opacity: 1;
        visibility: visible;
    }

    .btn-close {
        --bw: 2rem;
    }
}

@media (max-width: 991px) {

    .btn,
    .btn-link {
        font-size: 1rem;
    }
}

/*--------------------*/
/*  BREADCRUMBS       */
/*--------------------*/
.breadcrumbs {
    --br-fz: 0.875rem;
    --br-space: 1rem;
    width: 100%;
    margin-block: -0.5rem var(--sp-sm);
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    z-index: 1;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.breadcrumbs ul {
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    line-height: 0;
    padding-right: var(--br-space);
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: var(--br-fz);
    line-height: 1.7;
    color: var(--clr-title);
    scroll-snap-align: start;
    scroll-margin-left: var(--br-space);
}

.breadcrumbs li:after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 0.5rem;
    width: 0.4375rem;
    height: 0.4375rem;
    background-color: var(--clr-primary);
    transform: rotate(45deg) translateY(-0.1rem);
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li.active {
    color: var(--clr-text);
}

.breadcrumbs a {
    font-weight: 500;
}

body:has(.page-404) .breadcrumbs {
    position: absolute;
    z-index: 1;
}

@media (min-width: 1200px) {
    .breadcrumbs li a:hover {
        color: var(--clr-primary);
    }
}