@charset "utf-8";
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

.header .toggle-wrapper {
    display: none;
    flex-direction: column;
    width: 30px;
    height: 26px;
    position: absolute;
    margin: 30px 0 0 20px;
    z-index: 80;
}

/* 2022 CB */
/* Logo */
.nav_item_logo {
    flex: 1 0 150px;
}
.mobile_logo {
    display: none;
}

a.logo_link {
    width: 150px;
    background-position: center right;
    background-size: 150px;
    background-repeat: no-repeat;
    margin: 0 50px 0 0;
    transition: all ease-in-out 400ms;
    height: 24px;
}

a.logo_link.homelogo {
    width: 28px;
}

a.logo_link.homelogo.past {
    width: 150px;
}

a.logo_link h1 {
    text-indent: -9999px;
    height: normal;
    position: absolute;
    margin: 0;
    padding: 0;
}

.nav_wrapper_propper {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
}

.nav_wrapper_propper .nav-item {
    display: flex;
    flex: 0 1 150px;
}
.nav_wrapper_propper .nav-item > a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 35px 0px;
    display: block;
    line-height: 20px;
    transition: color 0.3s ease-out;
    text-align: center;
    width: 100%;
}
.nav_wrapper_propper .nav-item > a.withchild {
    padding: 18px 4px 18px 20px;
}
.nav_wrapper_propper .nav-item .toggle {
    padding: 18px 15px 18px 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease-out;
    display: none;
}

.nav_wrapper_propper .nav-item > a:hover {
    color: #fec93b;
}

.header_logo {
    display: block;
    flex: 0 0 120px;
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.header {
    background: rgba(0, 0, 0, 0.9);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+5,000000+100&1+1,0.7+45,0.4+78,0+100 */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.97) 5%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: fixed;
    width: 100%;
    top: 0;
    transition: ease all 800ms;
    z-index: 50;
}
/* .header:hover {
    background: rgba(0, 0, 0, 1);
} */

.header .toggle-wrapper p {
    color: #ffffff;
    font-size: 0.6em;
    margin: 30px 0 0 -1px;
}

.header .menu-toggle {
    cursor: pointer;
}

.header .menu-toggle .bg {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
}

.header .menu-toggle .bar {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    top: 10%;
}

.header .menu-toggle .bar:nth-child(2) {
    top: 50%;
}

.header .menu-toggle .bar:nth-child(3) {
    top: 90%;
}

.header .menu-toggle.active .bar {
    transition: all 0.3s ease-out;
}

.header .menu-toggle.active .bar:first-child {
    background: #efc000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.header .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.header .menu-toggle.active .bar:nth-child(3) {
    background: #efc000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.header .menu-toggle.inactive .bar {
    transition: all 0.3s ease-out;
}

.header .menu-toggle.inactive .bar:first-child {
    background: #ffffff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 20%;
}

.header .menu-toggle.inactive .bar:nth-child(2) {
    opacity: 1;
}

.header .menu-toggle.inactive .bar:nth-child(3) {
    background: #ffffff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 80%;
}

@media only screen and (max-width: 576px) {
    .header .logo div span {
        display: none;
    }
}

.header .logo-container {
    align-items: center;
    background: #000000;
    display: flex;
    font-size: 1.7em;
    height: 120px;
    justify-content: center;
    letter-spacing: 3px;
    z-index: 3;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .header .logo-container {
        margin-left: 25px;
    }
}

.header .logo-container a {
    color: #ffffff;
    text-decoration: none;
}

.header .logo-container .top-date {
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .header .logo-container .top-date {
        margin-left: -30px;
    }
}

.header .navigation {
    align-items: center;
    display: flex;
    font-size: 1.1em;
    justify-content: center;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .header .navigation {
        padding: 0;
        justify-content: space-between;
    }
}

.header .navigation .logo {
    position: absolute;
    margin-top: -30px;
    width: 80px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    .header .navigation .logo {
        margin-top: 13px;
    }
}

.header .navigation .nav {
    align-items: center;
    display: flex;
    padding: 0 60px;
    margin: 0 0 0 0;
    justify-content: space-around;
    text-align: right;
    z-index: 10;
    width: 100%;
}

.header .navigation .nav > .nav-item {
    color: blue;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
}

/* .subnav a {
    padding: 22px 20px;
    display: block;
    color: #222;
    transition: ease all 200ms;
    font-size: 15px;
    font-weight: bold;
}
.subnav a:hover {
    color: #222;
    background: #f4f0f0;
} */

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------------------------------ */

body.vibrant_2025 {
    padding: 0;
    font-family: "arboria";
}
.wrapper2025 {
    max-width: 1300px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto;
}
.hero_2025 {
    padding: 90px 0 0 0;
    background-color: black;
}
.hero_wrapper_2025 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.newhero_text {
    top: 50%;
    position: absolute;
    right: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 40px;
    z-index: 5;
    transform: translate(0, -50%);
    color: #fff;
}
.newhero_text h2 {
    font-size: 50px !important;
    margin: 0 0 30px 0 !important;
    position: relative;
    top: -40px;
    line-height: 1em !important;
    letter-spacing: 2px !important;
}
.newhero_text h3 {
    font-weight: 400 !important;
    font-size: 22px !important;
    padding: 0 25% 0 0;
    line-height: 1.2em !important;
    margin: 0;
    position: relative;
    top: -50px;
}
@media (max-width: 1300px) {
    body.transact .newhero_text h2,
    .newhero_text h2 {
        font-size: 50px !important;
    }
    body.transact .newhero_text h3,
    .newhero_text h3 {
        font-size: 22px !important;
    }
}
@media (max-width: 1100px) {
    body.transact .newhero_text h2,
    .newhero_text h2 {
        font-size: 45px !important;
    }
    body.transact .newhero_text h3,
    .newhero_text h3 {
        font-size: 20px !important;
    }
}
@media (max-width: 900px) {
    .newhero_text h2,
    body.transact .newhero_text h2 {
        font-size: 45px !important;
        top: -20px;
        letter-spacing: 1px !important;
    }
    body.transact .newhero_text h3 {
        font-size: 20px;
        top: -40px;
    }
}
@media (max-width: 700px) {
    body.transact .newhero_text h2,
    .newhero_text h2 {
        font-size: 34px !important;
        top: -20px;
        line-height: 0.9em !important;
    }
    body.transact .newhero_text h3,
    .newhero_text h3 {
        font-size: 20px !important;
        top: -30px;
        padding: 0;
    }
}
#newhero {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 15vw);
    gap: 10px;
    background: #000;
    position: relative;
}
#newhero .hero_tile {
    position: relative;
    background: black;
    overflow: hidden;
}

.hero_background_image {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    transition: all 1.2s ease;
}
#newhero:after {
    content: "";
    background: rgba(0, 0, 0, 0.46);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.hero_background_image.loaded {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
.concierge .hero_background_image.loaded {
    filter: brightness(1.1);
}

.hero_background_image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1.4s ease;
}

.hero_blurred,
.hero_sharp {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero_blurred {
    filter: blur(20px);
    z-index: 1;
}

.hero_sharp {
    z-index: 2;
}

.hero_blurred.loaded {
    opacity: 1;
}

.hero_sharp.loaded {
    opacity: 1;
}

#newhero .hero_tile:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
}
#newhero .hero_tile:nth-child(2) {
    grid-row: 3/5;
    grid-column: 1/2;
}
#newhero .hero_tile:nth-child(3) {
    grid-row: 1/2;
    grid-column: 2/3;
}
#newhero .hero_tile:nth-child(4) {
    grid-row: 1/2;
    grid-column: 3/5;
}
#newhero .hero_tile:nth-child(5) {
    grid-row: 2/4;
    grid-column: 2/4;
}
#newhero .hero_tile:nth-child(6) {
    grid-row: 4/5;
    grid-column: 2/3;
}
#newhero .hero_tile:nth-child(7) {
    grid-row: 2/3;
    grid-column: 4/5;
}
#newhero .hero_tile:nth-child(8) {
    grid-row: 3/4;
    grid-column: 4/5;
}
#newhero .hero_tile:nth-child(9) {
    grid-row: 4/5;
    grid-column: 3/5;
}
#newhero .hero_tile:nth-child(10) {
    grid-row: 1/2;
    grid-column: 5/6;
}
#newhero .hero_tile:nth-child(11) {
    grid-row: 2/4;
    grid-column: 5/6;
}
#newhero .hero_tile:nth-child(12) {
    grid-row: 4/5;
    grid-column: 5/6;
}
#newhero .hero_tile:nth-child(13) {
    grid-row: 1/3;
    grid-column: 6/7;
}
#newhero .hero_tile:nth-child(14) {
    grid-row: 3/5;
    grid-column: 6/7;
}
.gradient_bar {
    height: 25px;
}
.gradient_bar.post_hero {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db542+0,33adba+100 */
    background: linear-gradient(to right, rgba(93, 181, 66, 1) 0%, rgba(51, 173, 186, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home_content_2025 h2 {
    font-size: 60px;
    margin: 0 0 40px 0;
    line-height: 0.9em;
}
.home_content_2025 p {
    line-height: 1.3em;
    font-size: 18px;
    margin: 0 0 40px 0;
}
.homectas_2025_grid {
    display: grid;
    gap: 20px;
    padding: 100px 0;
    grid-template-columns: repeat(4, 1fr);
}
.grid_icon_2025 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
}
.homectas_2025_grid_item {
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 0 15px 15px 15px;
    text-decoration: none;
}
.homectas_2025_grid_item h2 {
    color: #333;
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 1.3em;
}
.homectas_2025_grid_item:nth-child(1) h2 {
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.homectas_2025_grid_item:nth-child(2) h2 {
    background: linear-gradient(to right, #424ba0, #00a0c6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.homectas_2025_grid_item:nth-child(3) h2 {
    background: linear-gradient(to right, #e77900, #f4ac00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.homectas_2025_grid_item:nth-child(4) h2 {
    background: linear-gradient(to right, #5db544, #33adb9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* Custom Accordion */
.custom_accordion {
    overflow: hidden;
    /* border-radius:5px; */
    margin: 100px 0;
    border-bottom: 1px solid #a4a4a4;
    border-top: 1px solid #a4a4a4;
}
.ac_body {
    height: 0;
    overflow: hidden;
    transition: ease all 350ms;
}

.custom_accordion .custom_accordion_item:nth-child(5n + 1) .ac_body_inner {
    background-image: url("../images/2025/icon-check-purple.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 2) .ac_body_inner {
    background-image: url("../images/2025/icon-check-blue.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 3) .ac_body_inner {
    background-image: url("../images/2025/icon-check-gold.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 4) .ac_body_inner {
    background-image: url("../images/2025/icon-check-orange.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 5) .ac_body_inner {
    background-image: url("../images/2025/icon-check-green.png");
}

.ac_body_inner {
    padding: 25px 25px 55px 150px;
    min-height: 150px;
    font-size: 22px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top 19px left 25px;
}
.ac_body_inner :first-child {
    margin-top: 0px !important;
}
.ac_body_inner :last-child {
    margin-bottom: 0px !important;
}

.accordion_header {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #a4a4a4;
    border-bottom: none;
}
.custom_accordion .custom_accordion_item:first-child .accordion_header {
    border-top: none;
}
.accordion_header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 80px 20px 25px;
    border: none;
    appearance: none;
    background: #fff;
    position: relative;
    transition: ease all 200ms;
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
.accordion_header button:hover {
    cursor: pointer;
}
.accordion_header button:after {
    content: "\2b";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 30px;
    font-weight: 900;
    text-align: center;
    width: 20px;
    font-size: 23px;
    display: block;
    transition: ease 800ms;
    transform: translate(0, -50%) rotate(0deg);
}
.custom_accordion .custom_accordion_item:nth-child(5n + 1) .accordion_header button:after {
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 2) .accordion_header button:after {
    background: linear-gradient(to right, #424ba0, #00a0c6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 3) .accordion_header button:after {
    background: linear-gradient(to right, #e77900, #f4ac00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 4) .accordion_header button:after {
    background: linear-gradient(to right, #e60044, #ff8a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 5) .accordion_header button:after {
    background: linear-gradient(to right, #5db544, #33adb9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.accordion_header button.active:after {
    /* content: "\f00d"; */
    transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 600px) {
    .accordion_header button {
        font-size: 19px;
        padding: 15px 80px 15px 15px;
    }
    .ac_body_inner {
        padding: 75px 15px 30px 15px;
        background-position: top 0px left 6px;
    }
}
@media (max-width: 500px) {
    .accordion_header button {
        font-size: 16px;
        padding: 15px 80px 15px 15px;
    }
    .custom_accordion {
        margin-top: 20px;
    }
}

#home_team_2025 {
    padding: 100px 0;
}
.home_team_wrapper {
    max-width: 1500px;
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
}
.home_team_flex {
    display: flex;
    gap: 50px;
    align-items: center;
}
.home_team_flex_content {
    flex: 0 0 38%;
}
.home_team_flex_content h2 {
    font-size: 80px;
    margin: 0 0 20px 0;
    line-height: 0.9em;
}
.home_team_flex_content p {
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 40px 0;
}
.home_team_flex_content a {
    color: #d1297a;
    font-size: 21px;
    text-decoration: none;
    position: relative;
}
.home_team_flex_content a:after {
    content: "";
    height: 1px;
    width: 0%;
    display: block;
    position: absolute;
    bottom: -3px;
    background: #d1297a;
    left: 0;
    transition: ease all 500ms;
}
.home_team_flex_content a:hover:after {
    width: 100%;
}
.home_team_flex_image {
    flex: 1 1 10%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    align-self: stretch;
}

#home_contact_2025 {
    background: black;
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
}
#home_contact_2025 .wrapper2025 {
    position: relative;
    z-index: 3;
}
#home_contact_2025:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 80%;
    width: 70%;
    border-radius: 500px;
    background: #181818;
    filter: blur(500px);
}
.home_contact2025 h2 {
    color: white;
    font-size: 60px;
    font-weight: normal;
    line-height: 0.9em;
    margin: 0 0 40px 0;
}
.home_contact2025 p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px 0;
    padding: 0 5vw;
    line-height: 1.3em;
}
.home_contact2025 a {
    color: #000;
    border-radius: 14px 14px 0 14px;
    padding: 15px 140px 13px 25px;
    display: inline-block;
    margin: 30px 0 0 0;
    background: linear-gradient(to right, #5db544, #33adb9);
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    position: relative;
}
.home_contact2025 a::after {
    content: "";
    background-image: url("../images/2025/button_arrow.png");
    display: block;
    position: absolute;
    height: 100%;
    width: 90px;
    right: 25px;
    top: 0;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center left;
    transition: ease all 400ms;
}
.home_contact2025 a:hover:after {
    background-position: center right;
}
#partners_2025 {
    padding: 100px 0;
}
.home_partner_grid2025_wrapper h2 {
    font-size: 53px;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 0.9em;
}
.home_partner_grid2025 {
    display: grid;
    margin: 50px 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.home_partner_grid2025 .logo_box {
    padding: 20px;
    border-radius: 12px;
    background-color: #f3f3f3;
}
.actual_logo {
    filter: grayscale(1) contrast(2);
    padding: 43% 0 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#testimonials_2025 {
    padding: 0 0 100px 0;
}
.slider_header {
    display: flex;
    margin: 0 0 30px 0;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}
.slider_header h2 {
    font-size: 38px;
    line-height: 0.9em;
    margin: 0;
}
.testimonials_2025_slider_controls {
    display: flex;
    gap: 15px;
}
.testimonials_2025_slider_controls_next,
.testimonials_2025_slider_controls_prev {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    background-image: url("../images/2025/arrow-test-slider.png");
    transform: rotate(180deg);
    opacity: 0.7;
    transition: ease all 300ms;
}
.testimonials_2025_slider_controls_next {
    transform: rotate(0deg);
}
.testimonials_2025_slider_controls_next:hover,
.testimonials_2025_slider_controls_prev:hover {
    opacity: 1;
    cursor: pointer;
}

#test_2025_slider .item {
    padding: 50px 8vw;
    border: 1px solid black;
    border-radius: 13px;
    text-align: center;
}
#test_2025_slider .item p {
    line-height: 1.4em;
    font-size: 18px;
}
#test_2025_slider .item p:nth-child(2) {
    font-weight: bold;
    margin: 0;
}

#news_2025 {
    border-bottom: 2px solid black;
    padding: 0 0 50px 0;
    position: relative;
    overflow: hidden;
}
.wrapper2025 {
    position: relative;
    z-index: 2;
}
#news_2025::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f476b3;
    height: 50vw;
    width: 50vw;
    filter: blur(600px);
    transform: translate(30%, 40%);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
}
#news_2025::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #8fdfe7;
    height: 50vw;
    width: 50vw;
    filter: blur(600px);
    transform: translate(-30%, 40%);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
}
#news_2025 h2 {
    font-size: 53px;
    margin: 0 0 20px 0;
    text-align: center;
}
.home_2025_news_box {
    padding: 20px;
    border-radius: 30px;
    background: #f1f1f1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 60px 0;
}
.blog_post_2025 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
    transition: ease all 500ms;
}
.blog_post_2025:hover {
    background: #f7f7f7;
}
.blog_post_2025_top {
    min-height: 150px;
}
.blog_post_2025_top a h3 span.cat_title {
    font-size: 18px;
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.blog_post_2025_top a h3 {
    font-weight: normal;
    margin: 0 0 6px 0;
    line-height: 1.2em;
    font-size: 29px;
    color: #000;
    transition: ease all 500ms;
    background: linear-gradient(to right, #000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.blog_post_2025_top a h3 strong {
    font-weight: normal;
}
.blog_post_2025_top a h3:hover {
    color: #000000;
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.blog_post_2025_top a {
    text-decoration: none;
}
.blog_post_2025_top .date {
    font-style: italic;
}
.blog_post_2025_bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
.blog_post_2025_bottom a {
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    transition: ease all 500ms;
    background: linear-gradient(to right, #000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.blog_post_2025_bottom a:hover {
    color: #000000;
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.pre_footer_2025_image {
    height: 50vw;
    max-height: 400px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

/* Footer */
/* ------------------------------------------------ */
footer {
    text-align: left;
}
footer .contact-link {
    text-decoration: underline;
}
footer .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    text-align: left;
}
footer .topbar > div {
    width: 70%;
    display: flex;
    justify-content: center;
}
footer .topbar > div:last-child {
    text-align: right;
}
footer .topbar > div:nth-child(2) {
    text-align: center;
}
@media only screen and (max-width: 992px) {
    footer .topbar {
        flex-direction: column;
    }
    footer .topbar > div {
        margin: 15px auto;
        text-align: center;
    }
    footer .topbar > div:last-child {
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    footer .logo {
        margin-left: 0;
    }
}
footer .border {
    background: #000;
    display: block;
    height: 1px;
    padding: 0;
    position: relative;
    width: 100%;
}
footer .bottombar {
    background: #ffffff;
    color: #000000;
    display: block;
    padding: 30px 0 80px 0;
    text-align: center;
    line-height: 1.8;
}
footer .bottombar a {
    color: black;
}
footer .bottombar a:hover {
    color: #444;
}
footer strong a {
    font-size: 1.2rem;
    line-height: 1.4em;
    font-weight: bold;
    text-decoration: none;
}
footer .badges {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}

footer .badges img {
    height: auto;
    width: 150px;
}
@media (max-width: 800px) {
    footer .badges img {
        width: 70px;
        flex: 1 1 20%;
    }
}

footer .badges .divider {
    background: #000000;
    display: block;
    width: 1px;
    height: 150px;
}

@media only screen and (max-width: 768px) {
    footer .badges .divider {
        display: none;
    }
}

footer .badges > div {
    margin-top: 10px;
}

footer .badges > div:nth-child(odd) {
    padding: 0 30px;
}

footer .badges > div:after {
    background: #ffffff;
    display: block;
    height: 100px;
    width: 10px;
}

@media (max-width: 1100px) {
    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 55px;
    }

    .home_2025_news_box {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .blog_post_2025 {
        background: #f7f7f7;
    }
    .blog_post_2025_top {
        min-height: 0;
    }
    .blog_post_2025_top a h3 {
        margin: 0 0 5px 0;
    }
    .blog_post_2025_bottom {
        gap: 0;
    }
    .blog_post_2025_bottom p {
        margin: 0 0 20px 0;
    }

    #home_team_2025 {
        padding: 0 0 100px 0;
    }
    .home_team_flex {
        flex-wrap: wrap;
    }
    .home_team_flex_content {
        flex: 1 1 100%;
        order: 2;
        text-align: center;
    }
    .home_team_flex_image {
        flex: 1 1 10%;
        background-position: center bottom;
        height: 23vw;
        min-height: 170px;
        position: relative;
    }
    .home_team_flex_image:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        background: #add6e9;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 1000px) {
    .home_partner_grid2025 {
        grid-template-columns: repeat(4, 1fr);
    }
    .nav_wrapper_propper .nav-item > a {
        font-size: 16px !important;
        padding: 18px 15px;
    }
}
@media (max-width: 900px) {
    .newhero_text {
        right: initial;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }

    #newhero {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 20vh);
    }
    #newhero .hero_tile:nth-child(10),
    #newhero .hero_tile:nth-child(11),
    #newhero .hero_tile:nth-child(12),
    #newhero .hero_tile:nth-child(13),
    #newhero .hero_tile:nth-child(14) {
        display: none;
    }

    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 45px;
    }

    /*  */
    .hero_2025 {
        padding: 55px 0 0 0;
    }

    .header .navigation {
        /* background-image: url("../images/vibrant-logo.png");
        background-size: 30px;
        background-repeat: no-repeat; */
        font-family: "Open Sans", sans-serif;
        /* background-position: center left 30px; */
    }
    .header {
        display: flex;
        justify-content: space-between;
    }
    .mobile_logo {
        display: block;
        background-image: url("../images/vibrant-logo.png");
        background-size: 30px;
        background-position: center;
        height: 55px;
        flex: 0 0 55px;
        background-repeat: no-repeat;
        margin: 0 0 0 15px;
    }

    .header .navigation {
        padding: 0;
    }
    .header .toggle-wrapper {
        right: 30px;
        top: 12px;
        margin: 0;
        width: 25px;
        display: flex;
    }
    .nav_wrapper_propper {
        display: none;
    }
    .nav.active .nav_wrapper_propper {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px 30px 20px 30px;
        background: rgba(0, 0, 0, 0.8);
    }
    .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }
    .nav_wrapper_propper .nav-item {
        flex: 0 1 auto !important;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px !important;
        flex: 1 0 80% !important;
    }

    .header .navigation .nav {
        padding: 0 30px;
        height: 55px;
    }
    .centered_box {
        position: relative;
        left: initial;
        right: initial;
        transform: none;
        padding: 110px 30px 55px 30px;
    }
    .nav-item:hover .subnav,
    .subnav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        flex-direction: column;
        flex: 1 0 100%;
        max-width: 100%;
        align-content: flex-end;
    }
    .nav-item:hover .subnav.active,
    .subnav.active {
        display: flex;
        border-right: 1px solid yellow;
    }

    .nav_wrapper_propper .nav-item .toggle {
        transition: ease all 200ms;
        cursor: pointer;
    }
    .nav_wrapper_propper .nav-item .toggle:hover {
        color: #efc000;
    }

    .nav.active .nav_wrapper_propper .subnav a {
        font-size: 14px;
        padding: 13px 15px;
        text-align: right;
    }
    .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }

    .home_partner_grid2025 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    #newhero {
        grid-template-columns: repeat(3, 1fr);
    }
    #newhero .hero_tile:nth-child(7),
    #newhero .hero_tile:nth-child(8) {
        display: none;
    }
    #newhero .hero_tile:nth-child(9),
    #newhero .hero_tile:nth-child(4) {
        grid-column: 3/4;
    }

    .homectas_2025_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .homectas_2025_grid_item h2 {
        font-size: 18px;
    }
    .grid_icon_2025 {
        height: 100px;
    }

    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 45px;
    }
    .home_contact2025 h2,
    .home_partner_grid2025_wrapper h2,
    #news_2025 h2 {
        font-size: 40px;
    }
    .slider_header h2 {
        font-size: 30px;
    }
    .home_team_wrapper {
        padding: 0 30px;
    }

    #partners_2025,
    .homectas_2025_grid {
        padding: 80px 0;
    }
}
@media (max-width: 700px) {
    .wrapper2025 {
        padding: 0 30px;
    }

    #newhero {
        grid-template-rows: repeat(4, 16vh);
    }
    .newhero_text {
        padding: 0 20px;
    }

    #newhero .hero_tile:nth-child(9),
    #newhero .hero_tile:nth-child(4),
    #newhero .hero_tile:nth-child(6) {
        display: none;
    }
    #newhero .hero_tile:nth-child(1) {
        grid-column: 1/3;
    }

    #newhero .hero_tile:nth-child(3) {
        grid-row: 1/3;
        grid-column: 3/4;
    }
    #newhero .hero_tile:nth-child(5) {
        grid-row: 3/5;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 70px 0;
    }
}
@media (max-width: 600px) {
    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 40px;
    }
    .home_contact2025 h2,
    .home_partner_grid2025_wrapper h2,
    #news_2025 h2 {
        font-size: 30px;
    }
    .home_partner_grid2025 {
        grid-template-columns: repeat(2, 1fr);
    }

    .home_team_flex {
        gap: 30px;
    }
    .home_team_flex_content p {
        font-size: 19px;
    }

    .custom_accordion {
        margin: 60px 0;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 60px 0;
    }
    #home_team_2025 {
        padding: 0 0 60px 0;
    }
    #testimonials_2025 {
        padding: 0 0 60px 0;
    }
}
@media (max-width: 500px) {
    .wrapper2025 {
        padding: 0 25px;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 50px 0;
    }
    .pre_footer_2025_image {
        height: 40vw;
    }
}
