/*===========================
  01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
    --font-lato: "Lato", sans-serif;
    --black-color: #000;
    --white-color: #ffff;
    --duration: 800ms;
    --easing: ease;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-family: var(--font-lato);
}
p {
    margin-bottom: 1.6rem;
    color: #fff;
    font-weight: 300;
    font-family: var(--font-lato);
    font-size: 1.2rem;
    line-height: 1.5;
}
@media (max-width: 767px) {
    p {
        font-size: 19px;
    }
}
input {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

i.bx {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.pb-130 {
    padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}
h1 {
    font-weight: 300;
}

.pt-130 {
    padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .pt-130 {
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .pt-130 {
        margin-bottom: 70px;
    }
}

.mb-130 {
    margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-130 {
        margin-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .mb-130 {
        margin-bottom: 90px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-100 {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-50 {
    padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-50 {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .pt-50 {
        padding-top: 30px;
    }
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-110 {
    padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .pl-110 {
        padding-left: 40px;
    }
}
@media (max-width: 1199px) {
    .pl-110 {
        padding-left: unset;
    }
}

.mb-65 {
    margin-bottom: 65px;
}
@media (max-width: 1199px) {
    .mb-65 {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .mb-65 {
        margin-bottom: 45px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .mb-70 {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}

.mt-60 {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-65 {
    margin-top: 65px;
}
@media (max-width: 1199px) {
    .mt-65 {
        margin-top: 55px;
    }
}
@media (max-width: 767px) {
    .mt-65 {
        margin-top: 45px;
    }
}

.mt-70 {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .mt-70 {
        margin-top: 40px;
    }
}
header {
    background-color: #000;
}
.header-hamburger_burger_holder__tOCQw {
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.header-hamburger_burger_holder__tOCQw .header-hamburger_line__jOEz4 {
    display: block;
    width: 21px;
    height: 1px;
    margin: 5px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 2200px) {
    .header-hamburger_burger_holder__tOCQw .header-hamburger_line__jOEz4 {
        width: 30px;
        height: 4px;
        margin: 8px auto;
    }
}
header .comp-header_main_header__G_1aX {
    position: fixed;
    width: 100vw;
    background-color: #000;
    z-index: 999999;
    top: 0;
}

header .comp-header_main_header__G_1aX.sticky {
    background-color: #000;
}

header .comp-header_main_header_container__fB_W0 {
    display: grid;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 70px;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    transition: background 0.3s ease-in-out;
}

header
    .comp-header_main_header_container__fB_W0
    .comp-header_left___V59n
    .comp-header_theme_selector_container__z3mks {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
}

header .comp-header_main_header_container__fB_W0 .comp-header_center__UgA6y {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s ease-in-out;
}

header
    .comp-header_main_header_container__fB_W0
    .comp-header_center__UgA6y
    .comp-header_logo__zU5s9 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

header .comp-header_main_header_container__fB_W0 .comp-header_right__MWw1l {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 0 0 0 auto;
}

header
    .comp-header_main_header_container__fB_W0
    .comp-header_right__MWw1l
    .comp-header_menu_container__6DN0_
    ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

header
    .comp-header_main_header_container__fB_W0
    .comp-header_right__MWw1l
    .comp-header_menu_container__6DN0_
    a {
    display: block;
    transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 1099px) {
    header .comp-header_main_header_container__fB_W0 {
        grid-template-rows: 70px;
        height: 70px;
    }
    header
        .comp-header_main_header_container__fB_W0
        .comp-header_left___V59n
        .comp-header_theme_selector_container__z3mks
        button {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: normal;
    }
    header
        .comp-header_main_header_container__fB_W0
        .comp-header_center__UgA6y
        .comp-header_logo__zU5s9 {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1.35px;
    }
    header .comp-header_main_header_container__fB_W0 .comp-header_right__MWw1l {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    header
        .comp-header_main_header_container__fB_W0
        .comp-header_right__MWw1l
        .comp-header_menu_container__6DN0_
        a {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 979px) {
    header .comp-header_main_header_container__fB_W0 {
        grid-template-rows: 70px;
        height: 70px;
    }
    header
        .comp-header_main_header_container__fB_W0
        .comp-header_center__UgA6y
        .comp-header_logo__zU5s9 {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1.35px;
    }
    header
        .comp-header_main_header_container__fB_W0
        .comp-header_left___V59n
        .comp-header_theme_selector_container__z3mks {
        row-gap: 5px;
    }
}
@media only screen and (max-width: 360px) {
    header
        .comp-header_main_header_container__fB_W0
        .comp-header_center__UgA6y
        .comp-header_logo__zU5s9 {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1.35px;
    }
}
.header-flyout-menu_fs-title-1__DBh9e,
.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 120px;
    letter-spacing: -1px;
    font-size: 42px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        font-size: calc(12.6086956522vw - 96.6956521739px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        font-size: 100px;
    }
}
.header-flyout-menu_fs-title-1__DBh9e,
.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
    line-height: 52px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        line-height: calc(14.7826086957vw - 110.6086956522px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        line-height: 120px;
    }
}
.header-flyout-menu_fs-title-1__DBh9e,
.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
    letter-spacing: -0.6px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        letter-spacing: calc(-0.0869565217vw + 0.3565217391px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        letter-spacing: -1px;
    }
}
.header-flyout-menu_fs-title-2__9TB_l {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 100px;
    letter-spacing: normal;
    font-size: 80px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-2__9TB_l {
        font-size: calc(4.347826087vw + 32.1739130435px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-2__9TB_l {
        font-size: 100px;
    }
}
.header-flyout-menu_fs-title-2__9TB_l {
    line-height: 80px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-2__9TB_l {
        line-height: calc(4.347826087vw + 32.1739130435px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-2__9TB_l {
        line-height: 100px;
    }
}
.header-flyout-menu_fs-title-3__V2KLM {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 100px;
    letter-spacing: -2px;
    font-size: 50px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-3__V2KLM {
        font-size: calc(8.6956521739vw - 45.652173913px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-3__V2KLM {
        font-size: 90px;
    }
}
.header-flyout-menu_fs-title-3__V2KLM {
    line-height: 60px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-3__V2KLM {
        line-height: calc(8.6956521739vw - 35.652173913px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-3__V2KLM {
        line-height: 100px;
    }
}
.header-flyout-menu_fs-title-3__V2KLM {
    letter-spacing: -1px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-3__V2KLM {
        letter-spacing: calc(-0.2173913043vw + 1.3913043478px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-3__V2KLM {
        letter-spacing: -2px;
    }
}
.header-flyout-menu_fs-title-4__BkCJS,
.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 60px;
    letter-spacing: normal;
    font-size: 30px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-4__BkCJS,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        font-size: calc(4.347826087vw - 17.8260869565px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-4__BkCJS,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        font-size: 50px;
    }
}
.header-flyout-menu_fs-title-4__BkCJS,
.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
    line-height: 38px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-4__BkCJS,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        line-height: calc(4.7826086957vw - 14.6086956522px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-4__BkCJS,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        line-height: 60px;
    }
}
.header-flyout-menu_fs-title-4-alt__rep0u {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 60px;
    letter-spacing: normal;
    font-size: 30px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-4-alt__rep0u {
        font-size: calc(4.347826087vw - 17.8260869565px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-4-alt__rep0u {
        font-size: 50px;
    }
}
.header-flyout-menu_fs-title-4-alt__rep0u {
    line-height: 38px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-4-alt__rep0u {
        line-height: calc(4.7826086957vw - 14.6086956522px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-4-alt__rep0u {
        line-height: 60px;
    }
}
.header-flyout-menu_fs-title-6__ZyfbY {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 45px;
    letter-spacing: normal;
    font-size: 20px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-6__ZyfbY {
        font-size: calc(3.2608695652vw - 15.8695652174px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-6__ZyfbY {
        font-size: 35px;
    }
}
.header-flyout-menu_fs-title-6__ZyfbY {
    line-height: 28px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-6__ZyfbY {
        line-height: calc(3.6956521739vw - 12.652173913px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-6__ZyfbY {
        line-height: 45px;
    }
}
.header-flyout-menu_fs-title-8__X1G6s {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 40px;
    letter-spacing: -0.6px;
    font-size: 24px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-8__X1G6s {
        font-size: calc(1.3043478261vw + 9.652173913px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-8__X1G6s {
        font-size: 30px;
    }
}
.header-flyout-menu_fs-title-8__X1G6s {
    line-height: 32px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-8__X1G6s {
        line-height: calc(1.7391304348vw + 12.8695652174px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-8__X1G6s {
        line-height: 40px;
    }
}
.header-flyout-menu_fs-title-8__X1G6s {
    letter-spacing: -0.48px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-title-8__X1G6s {
        letter-spacing: calc(-0.0260869565vw - 0.1930434783px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-title-8__X1G6s {
        letter-spacing: -0.6px;
    }
}
.header-flyout-menu_fs-lg-p__vue7b,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy p,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    line-height: 35px;
    letter-spacing: -0.5px;
    font-size: 16px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        font-size: calc(1.9565217391vw - 5.5217391304px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        font-size: 25px;
    }
}
.header-flyout-menu_fs-lg-p__vue7b,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy p,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
    line-height: 22px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        line-height: calc(2.8260869565vw - 9.0869565217px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        line-height: 35px;
    }
}
.header-flyout-menu_fs-lg-p__vue7b,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy p,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
    letter-spacing: -0.3px;
}

@media screen and (min-width: 1100px) {
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        letter-spacing: calc(-0.0434782609vw + 0.1782608696px);
    }
}
@media screen and (min-width: 1560px) {
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        letter-spacing: -0.5px;
    }
}
.header-flyout-menu_fs-md-p__R14m9,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li ul li,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 p,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li ul li {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.header-flyout-menu_fs-md-p-alt__LhTnd {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: normal;
}

.header-flyout-menu_fs-md-p-alt__LhTnd,
.header-flyout-menu_fs-sm-p__s2WDh {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

.header-flyout-menu_fs-sm-p__s2WDh {
    font-size: 18px;
    line-height: 24px;
}

.header-flyout-menu_fs-md-label__IHnwn {
    line-height: 19px;
}

.header-flyout-menu_fs-md-label__IHnwn,
.header-flyout-menu_fs-sm-label__nh_vh {
    font-family: var(--font-messina-sans-regular), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    letter-spacing: -0.32px;
}

.header-flyout-menu_fs-sm-label__nh_vh {
    line-height: 22px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
.header-flyout-menu_fs-wysiwyg-med__sfjxy h4 {
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ul {
    padding: 0 0 30px;
    margin-left: 20px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li {
    list-style: none;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li:before {
    position: absolute;
    padding-top: 2px;
    left: 0;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul {
    padding: 10px 0 0;
    margin-block-start: 0;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
    list-style: none;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li:before {
    position: absolute;
    padding-top: 2px;
    left: 20px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ol {
    padding: 0 0 30px;
    margin-left: 20px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li {
    list-style: decimal;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul {
    padding: 10px 0 0;
    margin-block-start: 0;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li {
    list-style: none;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li:before {
    position: absolute;
    padding-top: 2px;
    left: 20px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy img {
    margin: 30px 0;
    border-radius: 20px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy h5 {
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote {
    padding: 30px 0;
    margin: 0;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p {
    width: 100%;
    padding: 40px 0 30px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6 {
    padding-bottom: 40px;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy a {
    cursor: pointer;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.header-flyout-menu_fs-wysiwyg-med__sfjxy a:hover {
    opacity: 0.6;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4 {
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul {
    padding: 0 0 30px;
    margin-left: 20px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li {
    list-style: none;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li:before {
    position: absolute;
    padding-top: 2px;
    left: 0;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li ul {
    padding: 10px 0 0;
    margin-block-start: 0;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li ul li {
    list-style: none;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li ul li:before {
    position: absolute;
    padding-top: 2px;
    left: 20px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol {
    padding: 0 0 30px;
    margin-left: 20px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li {
    list-style: decimal;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li ul {
    padding: 10px 0 0;
    margin-block-start: 0;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li ul li {
    list-style: none;
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li ul li:before {
    position: absolute;
    padding-top: 2px;
    left: 20px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 img {
    margin: 30px 0;
    border-radius: 20px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
    padding-bottom: 10px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote {
    padding: 30px 0;
    margin: 0;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
    width: 100%;
    padding: 40px 0 30px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6 {
    padding-bottom: 40px;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 a {
    cursor: pointer;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.header-flyout-menu_fs-wysiwyg-sm__7IAy7 a:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 1099px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -0.6px;
    }
    .header-flyout-menu_fs-title-2__9TB_l {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 80px;
        line-height: 80px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-title-3__V2KLM {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 50px;
        line-height: 60px;
        letter-spacing: -1px;
    }
    .header-flyout-menu_fs-title-4__BkCJS,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-title-4-alt__rep0u {
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-title-6__ZyfbY {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.3px;
    }
    .header-flyout-menu_fs-md-p__R14m9,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li ul li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li ul li {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .header-flyout-menu_fs-md-p-alt__LhTnd,
    .header-flyout-menu_fs-sm-p__s2WDh {
        line-height: 22px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-md-label__IHnwn,
    .header-flyout-menu_fs-md-p-alt__LhTnd,
    .header-flyout-menu_fs-sm-p__s2WDh {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 16px;
    }
    .header-flyout-menu_fs-md-label__IHnwn {
        line-height: 19px;
        letter-spacing: -0.32px;
    }
    .header-flyout-menu_fs-sm-label__nh_vh {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.32px;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li:before {
        padding-top: 4px !important;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        padding-bottom: 30px !important;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        padding: 30px 0 !important;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6 {
        padding-bottom: 30px !important;
    }
}
@media only screen and (max-width: 979px) {
    .header-flyout-menu_fs-title-1__DBh9e,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote h6,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h2,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h3,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h4,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy h5,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h2,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h3,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h4,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.6px;
    }
    .header-flyout-menu_fs-title-2__9TB_l {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-title-3__V2KLM {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.6px;
    }
    .header-flyout-menu_fs-title-4__BkCJS,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy blockquote p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-title-4-alt__rep0u {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-title-6__ZyfbY {
        font-family: var(--font-canela-light), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-lg-p__vue7b,
    .header-flyout-menu_fs-md-p__R14m9,
    .header-flyout-menu_fs-title-8__X1G6s,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ol li ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy p,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li,
    .header-flyout-menu_fs-wysiwyg-med__sfjxy ul li ul li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ol li ul li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 p,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li,
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 ul li ul li {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.3px;
    }
    .header-flyout-menu_fs-md-p-alt__LhTnd,
    .header-flyout-menu_fs-sm-p__s2WDh {
        line-height: 22px;
        letter-spacing: normal;
    }
    .header-flyout-menu_fs-md-label__IHnwn,
    .header-flyout-menu_fs-md-p-alt__LhTnd,
    .header-flyout-menu_fs-sm-p__s2WDh {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 16px;
    }
    .header-flyout-menu_fs-md-label__IHnwn {
        line-height: 19px;
        letter-spacing: -0.32px;
    }
    .header-flyout-menu_fs-sm-label__nh_vh {
        font-family: var(--font-messina-sans-regular), serif;
        font-weight: 400;
        font-style: normal;
        font-display: block;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.32px;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 h5 {
        padding-bottom: 30px !important;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote p {
        padding: 30px 0 !important;
    }
    .header-flyout-menu_fs-wysiwyg-sm__7IAy7 blockquote h6 {
        padding-bottom: 30px !important;
    }
}
header .header-flyout-menu_flyout_menu_container__tcC_d {
    display: block;
    position: fixed;
    z-index: 15;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: #000;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
    margin: 0;
    z-index: 888;
    overflow-y: scroll;
}

[data-theme="light"] header .header-flyout-menu_flyout_menu_container__tcC_d {
    background: #f5f3ef;
}

header
    .header-flyout-menu_flyout_menu_container__tcC_d.header-flyout-menu_is_active__NQ4_G {
    opacity: 1;
    pointer-events: all;
}

.insight-sections {
    padding: 150px 0 70px;
    overflow: hidden;
}
.insight-sections .section-title h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-lato);
    color: var(--white-color);
}
.insight-sections .insight-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    position: relative;
}
.insight-sections .insight-wrap .single-insight {
    position: relative;
    opacity: 0.7;
    transition: 0.4s ease-in-out;
    /* padding: 10px 0; */
}

.insight-sections .insight-wrap .single-insight .insight-title-wrap {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 200px;
    padding: 24px 0;
    min-height: 130px;
}
.insight-sections
    .insight-wrap
    .single-insight:nth-child(even)
    .insight-title-wrap {
    flex-direction: row;
}
.insight-sections .insight-wrap .single-insight .insight-title-wrap::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #7c7878;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.insight-sections .insight-wrap .single-insight .insight-title-wrap h6 {
    margin-bottom: 0;
    /* font-size: 11px; */
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-lato);
    color: var(--white-color);
}
.insight-sections .insight-wrap .single-insight .insight-title-wrap h3 {
    margin-bottom: 0;
    /* font-size: 23px; */
    font-size: 36px;
    font-weight: 300;
    width: 60%;
    font-family: var(--font-lato);
    color: var(--white-color);
}
.insight-sections
    .insight-wrap
    .single-insight:nth-child(even)
    .insight-title-wrap
    h3 {
    text-align: end;
}
/* .insight-sections .insight-wrap .single-insight:nth-child(even) .gallery-and-location{
    justify-content: flex-end;
}
.insight-sections .insight-wrap .single-insight:nth-child(even) .gallery-and-location .media-coverage-item-ap .m-coverage-info-ap{
    text-align: end;
} */
.insight-sections
    .insight-wrap
    .single-insight:nth-child(even)
    .insight-content
    > .row {
    flex-direction: row-reverse;
}
/* .insight-sections .insight-wrap .single-insight:nth-child(even) .insight-content .row .more-info-btn.text-start{
    text-align: right !important;
} */
.insight-sections .insight-wrap .single-insight .insight-image {
    width: 640px;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
}
.insight-sections .insight-wrap .single-insight .insight-image img {
    width: 100%;
}
.insight-sections .insight-wrap .single-insight .insight-content {
    color: var(--white-color);

    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 14;
}
.insight-sections .insight-wrap .single-insight .insight-content.active {
    height: auto;
    border-top: 1px solid #7c7878;
    padding-top: 20px;
}
.insight-sections .insight-wrap .single-insight .insight-content p {
    color: var(--white-color);
    font-weight: 300;
    font-family: var(--font-lato);
    text-align: justify;
}
.about-page-wrapper p {
    color: var(--white-color);
    font-weight: 300;
    font-family: var(--font-lato);
    text-align: justify;
}
.insight-sections .insight-wrap .single-insight:hover {
    opacity: 1;
}
.insight-sections .insight-wrap .single-insight:hover .insight-image {
    opacity: 1;
} /*# sourceMappingURL=style.css.map */

.media-coverage-item-ap {
    border-bottom: 1px solid #7c7878;
}

/* .team-list-ap li:first-child .media-coverage-item-ap:first-child {
    border-top: 1px solid #7c7878;
} */
.insight-sections .insight-wrap .single-insight.active .insight-image {
    display: none;
}
.media-coverage-item-ap .m-coverage-title-ap {
    font-weight: 600;
    width: 200px;
    display: inline-block;
    padding: 7px 0;
}
.media-coverage-item-ap .m-coverage-info-ap {
    display: inline-block;
}
.gallary-image-wrap {
    padding-top: 15px;
}
button.btn.btn-primary.load-more-btn {
    background: #fff;
    border: unset;
    color: #000;
    padding: 7px 15px;
    border: 0;
    border-radius: 0;
}
.home .blank-header-div {
    display: none;
}
.filter-insights {
    margin: 0;
    padding: 0;
    /* display: none; */
}
.home .filter-insights {
    display: block;
}
.filter-insights ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 50px; */
    position: relative;
    z-index: 99;
}
.filter-insights ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
}
.filter-insights.header ul li {
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
    position: relative;
}
.filter-insights.header ul li.active {
    border-bottom: 1px solid var(--white-color);
}
.filter-insights.insights ul li::after {
    content: "";
    height: 14px;
    width: 14px;
    border: 1px solid var(--white-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.filter-insights.insights ul li::before {
    content: "✔"; /* or '☑' if you prefer */
    font-size: 10px;
    color: var(--black-color);
    height: 14px;
    width: 14px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.filter-insights.insights ul li.active::before {
    opacity: 1;
}
.filter-insights.insights ul li input {
    cursor: pointer;
    opacity: 0;
    width: 0;
}
.filter-insights.insights ul li label {
    cursor: pointer;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.filter-insights.header ul li input {
    cursor: pointer;
    opacity: 0;
    width: 0;
}
.filter-insights.header ul li label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    z-index: 1;
}
.article-info-idp {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter-insights ul li {
    font-size: 16px;
    font-weight: 300;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pagination .page-item .page-link {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-lato);
    color: #fff;
    border: unset;
    background-color: transparent;
    padding: 0;
}
.ui-design-block .pagination .page-item.active .page-link {
    font-size: 20px;
    background-color: transparent;
    color: #fff;
}
.ui-design-block .pagination .page-item:hover .page-link {
    background-color: transparent;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    display: none;
}
.content-image {
    width: 100%;
    margin-bottom: 25px;
}
.content-image img {
    width: 100%;
}
@media only screen and (max-width: 1599px) {
    .filter-insights ul {
        gap: 12px;
    }
    .filter-insights ul li {
        font-size: 13px;
        font-weight: 500;
        font-family: var(--font-lato);
        color: var(--white-color);
    }
}
@media only screen and (max-width: 992px) {
    .home .filter-insights {
        display: none;
    }
    .filter-insights.insight {
        display: block;
        margin-bottom: 30px;
    }
    .home .blank-header-div {
        display: block;
    }
    .filter-insights.insight ul {
        flex-wrap: wrap;
    }
    .filter-insights.insight ul li {
        font-size: 15px;
    }
    header .comp-header_main_header_container__fB_W0 {
        grid-template-columns: 1fr auto 1fr;
    }
}

/* .single-insight.active {
    background-color: var(--white-color);
}
.insight-sections .insight-wrap .single-insight.active .insight-title-wrap h3 {
    color: var(--black-color);
}
.insight-sections .insight-wrap .single-insight.active .insight-content p {
    color: var(--black-color);
}
.insight-sections .insight-wrap .single-insight.active .insight-content {
    color: var(--black-color);
} */

.publication-section {
    border-top: 1px solid #7c7878;
    padding-top: 70px;
    margin-bottom: 70px;
}

.publication-section .section-title h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-lato);
    color: var(--white-color);
}

.single-publication-wrapper {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity var(--duration) var(--easing),
        transform var(--duration) var(--easing);
    will-change: opacity, transform;
}
.single-publication-wrapper.show {
    opacity: 1;
    transform: translateY(0);
}
.single-publication-wrapper img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 16px;
}
.single-publication-wrapper p {
    font-size: 11px;
    font-family: var(--font-lato);
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 5px;
}
.single-publication-wrapper h3 {
    font-size: 12px;
    font-family: var(--font-lato);
    color: var(--white-color);
}
.single-publication-wrapper h4 {
    font-size: 12px;
    font-weight: 300;
    font-family: var(--font-lato);
    color: var(--white-color);
    opacity: 0.8;
}
.team-list-ap.top .media-coverage-item-ap .m-coverage-info-ap {
    display: inline-block;
    padding: 5px 0;
}
.team-list-ap.top {
    padding-top: 10px;
}
.insight-sections .insight-wrap .single-insight.active {
    opacity: 1;
}

.about-page-wrapper {
    padding: 150px 0 0;
}
.about-sections {
    border-bottom: 1px solid #7c7878;
    padding-bottom: 70px;
}

.main-insights-wrapper.teams {
    margin: 0;
    padding: 70px 0 0;
}
.main-insights-wrapper.teams .insight-sections {
    padding: 0;
}
.main-insights-wrapper.past-teams {
    margin: 0;
    padding: 70px 0;
}
.main-insights-wrapper.past-teams .insight-sections {
    padding: 0;
}

.menu-area {
    padding: 150px 0;
}
.menu-area .main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-area .main-menu li a {
    font-size: 50px;
    font-weight: 400;
    font-family: var(--font-lato);
    color: var(--white-color);
    padding: 10px 0;
    display: block;
}
.menu-area .contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-area .contact-info li a {
    color: var(--white-color);
}
.single-ecocide-study {
    padding: 70px 0;
    border-bottom: 1px solid #7c7878;
}
.single-ecocide-study:first-child {
    padding-top: 0;
}
.single-ecocide-study:last-child {
    border-bottom: unset;
}

footer {
    border-top: 1px solid #7c7878;
    padding: 50px 0;
    background: var(--black-color);
}
footer .list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 768px) {
    footer .list-unstyled {
        min-height: unset;
        min-width: 150px;
        width: 100%;
    }
}
footer .list-unstyled li {
    font-family: var(--font-lato);
    font-weight: 500;
}
footer .list-unstyled li a {
    color: var(--white-color);
    padding: 5px 0;
    display: block;
}
footer .list-unstyled li:first-child a {
    padding-top: 0;
}

footer .bottom-list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .list-unstyled li {
    font-family: var(--font-lato);
    font-weight: 500;
}

@media screen and (min-width: 991px) {
    .insight-sections.active {
        padding: 0;
    }
    .publication-section.active {
        padding-top: 150px;
    }
}
@media screen and (max-width: 991px) {
    .publication-section.active {
        padding-top: 0px;
        border-top: unset;
    }
    .insight-sections {
        padding: 150px 0 30px;
    }
    .insight-sections .insight-wrap .single-insight .insight-title-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 576px) {
    .insight-sections .insight-wrap .single-insight .insight-title-wrap {
        flex-direction: column;
    }
    .insight-sections .insight-wrap .single-insight .insight-title-wrap h3 {
        width: 100%;
        font-size: 28px;
    }
    .insight-sections
        .insight-wrap
        .single-insight:nth-child(even)
        .insight-title-wrap {
        justify-content: end;
    }
}
.home-page .insight-content iframe {
    border: 0;
    display: block;
    position: relative;
    height: 500px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.home-page .insight-content video {
    height: 500px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.image-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.image-gallery li {
    position: relative;
    width: 100%;
}
.image-gallery li a {
    width: 100%;
}
.image-gallery li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.fancybox__slide img {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.fancybox__toolbar,
.fancybox__nav {
    display: flex !important;
    opacity: 1 !important;
}

.fancybox__container {
    z-index: 999999 !important;
}
.ecocide-banner-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 70px;
    border-bottom: 1px solid #7c7878;
    margin-bottom: 70px;
    min-height: calc(100vh - 170px);
}
.ecocide-banner-video iframe {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 170px);
}
.insight-sections .insight-wrap .single-insight .insight-content p a {
    color: var(--white-color);
    text-decoration: underline;
}
.gallery-and-location {
    padding-top: 15px;
}
.gallery-and-location {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #7c7878;
    padding-bottom: 10px;
    /* margin-bottom: 15px; */
}
.gallery-and-location .media-coverage-item-ap {
    border-bottom: unset;
}

.gallery-and-location .media-coverage-item-ap .m-coverage-info-ap {
    display: block;
    text-align: start;
}

.more-info-btn {
    padding-bottom: 15px;
}
/* .more-info-ap{
    display: none;
}
.more-info-ap.active{
    display: block;
} */
.aditional-info-ap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.aditional-info-ap .m-coverage-title-ap {
    width: 40%;
}
.aditional-info-ap .m-coverage-info-ap {
    width: 55%;
}
.aditional-info-ap .m-coverage-info-ap p {
    margin-bottom: 0 !important;
}
.m-coverage-info-ap {
    font-size: 0.9em;
    padding: 5px 0;
}
.m-coverage-title-ap {
    font-weight: 700;
    font-size: 0.9em;
}
.more-info-btn {
    font-size: 14px;
}
.single-ecocide-study p img {
    margin: 0 auto;
    display: flex;
    width: 100% !important;
}

.team-sections .insight-wrap .single-insight.team .insight-title-wrap {
    gap: 0;
    min-height: unset;
}
.team-sections .insight-wrap .single-insight.team .insight-title-wrap {
    gap: 0;
    min-height: unset;
}
.team-sections .insight-wrap .single-insight.team .insight-content {
    border-top: unset;
    padding-top: 0;
}
.filter-insights.mobile ul {
    display: block;
    gap: unset;
}
.filter-insights.mobile ul li {
    font-size: 50px;
    font-weight: 400;
    font-family: var(--font-lato);
    color: var(--white-color);
    padding: 10px 0;
}
.filter-insights.header.mobile ul li.active {
    border-bottom: unset;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.insight-sections .insight-wrap .single-insight .insight-title-wrap.project-2 {
    display: block;
    column-gap: unset;
}
.insight-sections
    .insight-wrap
    .single-insight:nth-child(even)
    .insight-title-wrap.project-2
    .for-row-reverse {
    flex-direction: row-reverse;
    /* width: 100%; */
}
.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .title-and-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}
.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .title-and-content
    h3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 56px;
}
.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .title-and-content
    h6 {
    /* padding-top: 30px; */
    text-align: end;
}

.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .title-and-content
    p {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 300;
    font-family: var(--font-lato);
    line-height: 1.3em;
    text-align: justify;
}
.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .title-and-content
    p
    a {
    color: var(--white-color);
    text-decoration: underline;
}
.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .imagess {
    width: 100%;
}
.insight-sections
    .insight-wrap
    .single-insight
    .insight-title-wrap.project-2
    .imagess
    img {
    height: 220px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.insight-sections
    .insight-wrap
    .single-insight:nth-child(even)
    .insight-title-wrap.project-2
    .title-and-content
    h6 {
    text-align: start;
}
.new-load-more-btn {
    background-color: transparent;
    color: var(--white-color);
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
    margin-bottom: -50px;
}
.insight-video {
    width: 100%;
}
a.btn.btn-primary {
    color: #000;
    background: #fff;
    border: none;
    border-radius: 0;
}

/* .filter-insights.header.porject2 {
    display: none;
}
content.project2 .filter-insights.header.all-pages{
    display: none;
}
content.project2 .filter-insights.header.porject2{
    display: block;
} */
@media only screen and (max-width: 991px) {
    .filter-insights.mobile {
        display: block;
    }
    .filter-insights ul {
        gap: 12px;
        flex-wrap: wrap;
        /* margin-top: 10px; */
    }
    .filter-insights ul li {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--font-lato);
        color: var(--white-color);
    }
}

/* .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: auto;
} */
.box {
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}

.single-box {
    display: flex;
    align-items: center;
    padding: 25px;
    gap: 20px;
    flex-direction: column;
    background: linear-gradient(135deg, #0000ff, #0000ff);
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
}
.single-box.show {
    opacity: 1;
}
.single-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease;
    z-index: -1;
}
.single-box:hover::before {
    opacity: 0.5;
}

.single-box.big {
    align-items: self-start;
    justify-content: end;
    padding: 40px 25px;
}
.single-box.verticale {
    flex-direction: row;
    padding: 25px 35px;
}
.single-box.verticale p {
    text-align: start;
    font-size: 14px;
    margin-bottom: 0;
}
.single-box.verticale a {
    font-size: 12px;
}
.single-box.big p {
    text-align: start;
}
.single-box .number-block .date {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-top: 8px;
}
.single-box.verticale .number-block .date {
    text-align: center;
}
.single-box.sm .number-block .date {
    text-align: center;
}
.single-box.big .number-block h2 {
    /* color: #000; */
    text-align: start;
}
.single-box.sm {
    padding: 40px 20px;
}
.single-box.sm .number-block h2 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.single-box.verticale .number-block h2 {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.single-box.verticale .number-block h6 {
    margin-top: 0;
    text-align: center;
}

.single-box.sm .number-block h6 {
    font-size: 12px;
}
.single-box.sm .number-block h6 {
    margin-top: 0;
    text-align: center;
}

.single-box.sm p {
    font-size: 14px;
}
/* .single-box.big p {
    color: #000;
}

.single-box.big a {
    color: #000;
} */

.single-box .number-block h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.single-box .number-block h6 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}

.single-box p {
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.single-box a {
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.green {
    background: linear-gradient(135deg, green, green);
}

.red {
    background: linear-gradient(135deg, #ff0000, #ff0000);
}

.blue {
    background: linear-gradient(135deg, #0000ff, #0000ff);
}

.purple {
    background: linear-gradient(135deg, purple, purple);
}

.box h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 300;
}

.box p {
    margin: 5px 0 15px;
    font-size: 1rem;
}

.box a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
    }
}
.yellow.single-box .number-block h2 {
    color: #000 !important;
}
.single-box.yellow .number-block h6 {
    color: #000 !important;
}
.single-box.yellow p {
    color: #000 !important;
}
.ui-design-block {
    padding-top: 150px;
    padding-bottom: 50px;
}
table.table.table-striped {
    --bs-table-bg: transparent;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #fff;
}
/* Newly Added */
.post-details iframe {
    height: 480px !important;
}
@media only screen and (max-width: 991px) {
    .post-details iframe {
        height: 380px !important;
    }
}
@media only screen and (max-width: 576px) {
    .post-details iframe {
        height: 280px !important;
    }
}
@media only screen and (max-width: 425px) {
    .post-details iframe {
        height: 240px !important;
    }
}

.dt-next-prev button {
    color: var(--white-color);
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
}
.dt-next-prev button:hover {
    color: var(--white-color);
    background: transparent;
}
footer .footer-menu-wrap .list-unstyled {
    min-height: unset;
}
footer .footer-menu-wrap .filter-insights.mobile ul li {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-lato);
    color: var(--white-color);
    padding: 5px 0;
    display: block;
}

.post-details video {
    width: 100%;
}
.left-content {
    position: sticky;
    top: 100px;
}
.single-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.single-item:last-child {
    border-bottom: unset;
}
.single-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.single-item {
    font-size: 12px;
    font-weight: 300;
}
.single-item p:last-child {
    margin-bottom: 0;
}
.single-box p a {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0;
    display: contents;
    font-weight: 300;
    line-height: 1.5;
}
.single-box.sm p a {
    font-size: 14px;
    text-align: center;
}
.single-box.verticale p a {
    text-align: start;
    font-size: 14px;
    margin-bottom: 0;
}
.table > :not(caption) > * > * {
    color: #fff !important;
}
.publish-date {
    font-size: 15px;
    font-weight: 500;
}
.post-hero.no-image .banner-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #7c7878;
}
.post-hero.no-image .hero-overlay {
    padding-bottom: 0px !important;
}

.tag-batch {
    color: blue;
    display: inline-block;
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
.dt-next-prev {
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.dt-next-prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100%;
    background: #fff;
}
.dt-next-prev .btn-outline-secondary {
    padding: 28px 20px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.dt-next-prev .btn-outline-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.dt-next-prev .btn-outline-secondary:hover {
    color: #000;
}
.dt-next-prev .btn-outline-secondary:hover::after {
    width: 100%;
}
.breadcrumb li a {
    color: #fff;
    text-transform: capitalize !important;
}

.share-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.post-top-area {
    padding-top: 120px;
}
.footer-logo {
    display: block;
}
.share-text {
    font-size: 14px;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 8px;
}
.social-icons i:hover {
    color: #0077b5;
}

.post-details ~ footer {
    border-color: #ffffff;
}
.post-details p {
    text-align: justify;
}
.post-details p a {
    color: #fff;
    text-decoration: underline;
}
.contact-us h6 {
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-bottom: 15px;
    font-family: var(--font-lato);
    font-size: 14px;
    font-weight: 700;
}
.single-ecocide-study h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 28px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    color: #fff;
}
footer ul li {
    font-size: 13px;
}
.single-item p {
    font-size: 12px;
    font-weight: 300;
}
footer ul.footer-text li {
    font-size: 12px;
}
caption {
    color: #fff;
    display: block;
}

@media only screen and (max-width: 768px) {
    .dt-next-prev::after {
        height: 1px;
        width: 100%;
        top: 50%;
    }
}
@media only screen and (max-width: 576px) {
    .single-box.verticale .number-block h2 {
        font-size: 16px;
    }
    .single-box.sm .number-block h2 {
        font-size: 16px;
    }
    .single-box .number-block h2 {
        font-size: 20px;
    }
    .single-box.verticale {
        padding: 25px 15px;
    }
    .single-box.sm {
        padding: 40px 15px;
    }
    .single-box.big {
        padding: 40px 15px;
    }
    .menu-area .main-menu li a {
        font-size: 25px;
    }
    .filter-insights.mobile ul li {
        font-size: 25px;
    }
    .past-teams
        .insight-sections
        .insight-wrap
        .single-insight
        .insight-title-wrap {
        min-height: auto;
    }
    .single-box .content {
        display: none;
    }
    .single-box.verticale {
        justify-content: center;
    }
    .single-box.sm {
        align-items: center;
        justify-content: center;
    }
    .ui-design-block {
        padding-top: 100px;
    }
    .about-page-wrapper {
        padding: 100px 0 0;
    }
    .ecocide-banner-video {
        min-height: 300px;
        max-height: 300px;
        margin-top: 0 !important;
    }
    .ecocide-banner-video iframe {
        min-height: 300px !important;
        max-height: 300px !important;
    }
}
