html {
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    overflow-x: hidden;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 30px 0 10px 0;
    color: #1d4ba1;
    font-family: "Chewy", sans-serif;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid rgba(29, 75, 161, 0.18);
    border-left: 5px solid #d61e25;
    background-color: #ffffff;
    color: #14233c;
    font-size: 0.95em;
    line-height: 1.5;
    box-shadow: 0 16px 38px rgba(20, 35, 60, 0.08);
    overflow: hidden;
}

table caption {
    caption-side: top;
    padding: 0 0 0.85rem 0;
    color: #1d4ba1;
    font-family: "Chewy", sans-serif;
    font-size: 1.35em;
    text-align: left;
}

table thead tr th,
table tr th {
    padding: 0.9rem 1rem;
    background: linear-gradient(135deg, #1d4ba1 0%, #183f8b 100%);
    border: 1px solid rgba(20, 35, 60, 0.18);
    border-bottom: 3px solid #fed300;
    color: #ffffff;
    font-family: "Chewy", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    letter-spacing: 0;
}

table tbody tr td,
table tr td {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(29, 75, 161, 0.16);
    background-color: #ffffff;
    color: #14233c;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition:
        background-color 0.22s ease,
        color 0.22s ease;
}

table tbody tr:nth-child(even) td,
table tr:nth-child(even) td {
    background-color: #f7f9ff;
}

table tbody tr:hover td,
table tr:hover td {
    background-color: #fff8d8;
}

table tbody tr td:first-child,
table tr td:first-child {
    width: 24%;
    color: #1d4ba1;
    font-weight: 700;
}

table a {
    color: #d61e25;
    font-weight: 700;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
    transition: color 0.2s ease;
}

table a:hover,
table a:focus-visible {
    color: #1d4ba1;
}

table ul,
table ol {
    margin: 0.15rem 0 0.15rem 1.1rem;
    padding: 0;
}

table li {
    margin: 0 0 0.35rem 0;
    padding: 0;
    line-height: 1.4;
}

table li:last-child {
    margin-bottom: 0;
}

img {
    border: 0;
}

hr {
    background-color: #adadad;
    border: 0;
    height: 1px;
}

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

.top_notice {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    display: none;
    clear: both;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red_notice {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    display: table;
    clear: both;
    background-color: red;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

*:focus {
    outline: none;
}

.gen_btn {
    width: auto;
    height: auto;
    padding: 10px 35px;
    background-color: #252525;
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media only screen and (max-width: 440px) {
    .gen_btn {
        width: 100%;
    }
}

.gen_btn:hover {
    background-color: #000000;
}

.gen_btn_right {
    float: right;
}

.gen_btn.disabled {
    background-color: #ccc; /* Grey out the button */
    cursor: not-allowed; /* Show a not-allowed cursor */
}

/* PRELOADER */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(
            circle at center,
            rgba(250, 178, 44, 0.16),
            transparent 32%
        ),
        rgba(0, 0, 0, 0.78);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.preloader_scene {
    width: 230px;
    height: 230px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
}

@media screen and (max-width: 1080px) {
    .preloader_scene {
        width: 210px;
        height: 210px;
    }
}

@media screen and (max-width: 767px) {
    .preloader_scene {
        width: 184px;
        height: 184px;
    }
}

.preloader_scene:before,
.preloader_scene:after {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
}

.preloader_scene:before {
    background:
        linear-gradient(
            90deg,
            transparent 48%,
            rgba(255, 255, 255, 0.22) 50%,
            transparent 52%
        ),
        linear-gradient(
            0deg,
            transparent 48%,
            rgba(255, 255, 255, 0.12) 50%,
            transparent 52%
        );
    opacity: 0.35;
    animation: preloaderCompass 4.8s linear infinite;
}

.preloader_scene:after {
    border: 1px solid rgba(250, 178, 44, 0.22);
    box-shadow:
        inset 0 0 32px rgba(250, 178, 44, 0.16),
        0 0 44px rgba(29, 75, 161, 0.28);
    animation: preloaderHalo 2.2s ease-in-out infinite;
}

.preloader_glow {
    width: 142px;
    height: 142px;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 58%),
        radial-gradient(circle, rgba(250, 178, 44, 0.28), transparent 70%);
    filter: blur(2px);
    animation: preloaderGlow 1.8s ease-in-out infinite;
    z-index: -1;
}

#preloader img {
    width: 132px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.35));
    animation: preloaderFloat 2s ease-in-out infinite;
}

@media screen and (max-width: 1080px) {
    #preloader img {
        width: 122px;
    }
}

@media screen and (max-width: 767px) {
    #preloader img {
        width: 106px;
    }
}

.preloader_orbit {
    width: 190px;
    height: 190px;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .preloader_orbit {
        width: 174px;
        height: 174px;
    }
}

@media screen and (max-width: 767px) {
    .preloader_orbit {
        width: 152px;
        height: 152px;
    }
}

.preloader_orbit_one {
    border-top-color: #fab22c;
    border-right-color: rgba(250, 178, 44, 0.18);
    animation: preloaderSpin 1.4s linear infinite;
}

.preloader_orbit_two {
    width: 158px;
    height: 158px;
    border-bottom-color: #1d4ba1;
    border-left-color: rgba(255, 255, 255, 0.28);
    animation: preloaderSpinReverse 2.1s linear infinite;
}

@media screen and (max-width: 1080px) {
    .preloader_orbit_two {
        width: 146px;
        height: 146px;
    }
}

@media screen and (max-width: 767px) {
    .preloader_orbit_two {
        width: 126px;
        height: 126px;
    }
}

.preloader_spark {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(250, 178, 44, 0.9);
    opacity: 0;
    animation: preloaderSpark 1.8s ease-in-out infinite;
}

.preloader_spark_one {
    top: 22px;
    right: 63px;
}

.preloader_spark_two {
    right: 28px;
    bottom: 68px;
    animation-delay: 0.45s;
}

.preloader_spark_three {
    bottom: 42px;
    left: 52px;
    animation-delay: 0.9s;
}

@keyframes preloaderFloat {
    0% {
        transform: translateY(0) scale(0.94) rotate(-2deg);
    }

    50% {
        transform: translateY(-8px) scale(1) rotate(2deg);
    }

    100% {
        transform: translateY(0) scale(0.94) rotate(-2deg);
    }
}

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

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

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

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

@keyframes preloaderHalo {
    0% {
        transform: scale(0.88);
        opacity: 0.45;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.88);
        opacity: 0.45;
    }
}

@keyframes preloaderGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.55;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.95;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.55;
    }
}

@keyframes preloaderCompass {
    0% {
        transform: rotate(0deg) scale(0.9);
    }

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

@keyframes preloaderSpark {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    30% {
        transform: scale(1);
        opacity: 0.95;
    }

    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

.grecaptcha-badge {
    display: none !important;
}

/* FONTAWESOME ICONS */
/* Search and filter layout */
.fa_filter_bar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

#fa-search {
    width: calc(100% - 200px);
    height: 20px;
    padding: 10px;
    margin: 0 5px 0 0;
    position: relative;
    clear: none;
    float: left;
    display: table;
    border: 2px solid #cccccc;
    border-radius: 4px;
    font-family: "Montserrat", serif;
    font-size: 1em;
}

@media only screen and (max-width: 560px) {
    #fa-search {
        width: calc(100% - 24px);
        margin: 0 0 5px 0;
        clear: both;
        float: none;
    }
}

#style-filter {
    width: 166px;
    height: 44px;
    padding: 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    border: 2px solid #cccccc;
    border-radius: 4px;
    font-size: 1em;
    font-family: "Montserrat", serif;
}

@media only screen and (max-width: 560px) {
    #style-filter {
        width: 100%;
        clear: both;
        float: none;
    }
}

.icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 15px;
}

.icon-item {
    text-align: center;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: 0.2s;
    background-color: #efefef;
}

.icon-item:hover {
    background: #e4e4e4;
    transform: scale(1.05);
}

.icon-name {
    font-size: 12px;
    margin-top: 6px;
    color: #000000;
}

.icon-tags {
    margin-top: 6px;
}

.tag {
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    font-size: 9px;
    color: #000000;
    padding: 2px 4px;
    font-weight: 500;
    margin: 2px;
}

.copy-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    display: none;
}

#loadMore {
    margin: 30px auto;
    display: block;
    background: #4b80b6;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    font-family: "Montserrat", serif;
}

#loadMore:hover {
    background: #365de0;
}

/* HEADER */
.header {
    width: 100%;
    padding: 10px 5%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background-color: #ffffff;
    z-index: 900;
    box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
    .header {
        padding: 10px 40px;
        gap: 18px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 15px 40px 0 40px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .header {
        padding: 15px 20px 0 20px;
    }
}

@media screen and (max-width: 440px) {
    .header {
        padding: 10px 20px 0 15px;
    }
}

@media screen and (max-width: 1080px) {
    .header:after {
        right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .header:after {
        right: 40px;
        width: 92px;
    }
}

.logo {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    flex: 0 0 auto;
}

.logo_link,
.logo_link:visited {
    width: auto;
    height: 90px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .logo_link,
    .logo_link:visited {
        height: 80px;
    }
}

@media screen and (max-width: 1080px) {
    .logo_link,
    .logo_link:visited {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .logo,
    .logo_link {
        height: 70px;
    }
}

@media screen and (max-width: 560px) {
    .logo,
    .logo_link {
        height: 60px;
    }
}

@media screen and (max-width: 440px) {
    .logo,
    .logo_link {
        height: 55px;
    }
}

.logo img {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    z-index: 1;
    object-fit: contain;
    transform-origin: center;
    transition:
        opacity 0.24s ease-in-out,
        transform 0.24s ease-in-out;
}

.logo_sticky {
    display: none !important;
}

body.navigation_sticky_active .logo_main {
    animation: logoMainSettle 0.62s ease-out both;
}

.logo_link:hover .logo_main,
.logo_link:focus-visible .logo_main {
    animation: logoMainRefocus 0.72s ease-out both;
}

.navigation_bar_is_sticky .navigation_sticky_logo:hover img,
.navigation_bar_is_sticky .navigation_sticky_logo:focus-visible img {
    animation: logoStickyRefocus 0.72s ease-out both;
}

@keyframes logoStickyReveal {
    0% {
        opacity: 0;
        transform: translateY(-14px) rotate(-4deg) scale(0.82);
        filter: saturate(1.25);
    }

    55% {
        opacity: 1;
        transform: translateY(4px) rotate(2deg) scale(1.08);
        filter: saturate(1.08);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg) scale(1);
        filter: none;
    }
}

@keyframes logoMainSettle {
    0% {
        opacity: 0.86;
        transform: translateY(6px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes logoMainRefocus {
    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    35% {
        transform: translateY(-5px) rotate(-2deg) scale(1.05);
    }

    68% {
        transform: translateY(2px) rotate(1deg) scale(0.99);
    }
}

@keyframes logoStickyRefocus {
    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
        filter: none;
    }

    42% {
        transform: translateY(-4px) rotate(3deg) scale(1.08);
        filter: drop-shadow(0 7px 10px rgba(254, 211, 0, 0.32));
    }

    72% {
        transform: translateY(2px) rotate(-1deg) scale(0.98);
        filter: none;
    }
}

.quick_links {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 1 1 auto;
}

@media screen and (max-width: 1080px) {
    .quick_links {
        gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .quick_links {
        align-items: center;
        flex-direction: column;
        gap: 12px;
    }
}

.contacts {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

@media screen and (max-width: 767px) {
    .contacts {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .contacts {
        width: 100%;
        justify-content: center;
    }
}

.contact_holder,
.content_holder {
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background-color: rgba(29, 75, 161, 0.06);
    color: #253045;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .contact_holder,
    .content_holder {
        min-height: 36px;
        font-size: 0.86em;
    }
}

@media screen and (max-width: 440px) {
    .contact_holder:not(.socials),
    .content_holder {
        width: calc(100% - 24px);
        justify-content: center;
    }
}

.contact_holder a,
.contact_holder a:visited,
.content_holder a,
.content_holder a:visited {
    color: #253045;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:focus,
.content_holder a:hover,
.content_holder a:focus {
    color: #df2027;
}

.contact_icon {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffe84b;
    color: #df2027;
    font-size: 0.78em;
    flex: 0 0 auto;
}

.contact_holder.socials {
    padding: 0;
    gap: 5px;
    background-color: transparent;
}

@media screen and (max-width: 1080px) {
    .contact_holder.socials {
        display: none;
    }
}

.contact_holder.socials a,
.contact_holder.socials a:visited {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #df2027;
    color: #ffffff;
    text-decoration: none;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

.contact_holder.socials a:hover,
.contact_holder.socials a:focus {
    background-color: #ffe84b;
    color: #df2027;
    transform: translateY(-2px);
}

.header_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

@media screen and (max-width: 1080px) {
    .header > .quick_links .header_button {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header > .quick_links .header_button {
        display: none;
    }
}

.header_button a,
.header_button a:visited {
    --header-button-bg: #d61e25;
    --header-button-hover-bg: #b8181c;
    width: auto;
    min-height: 44px;
    padding: 0 18px;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background-color: var(--header-button-bg);
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
    transition:
        background-color 0.22s ease-in-out,
        color 0.22s ease-in-out,
        transform 0.22s ease-in-out,
        box-shadow 0.22s ease-in-out;
}

@media screen and (max-width: 440px) {
    .header_button a,
    .header_button a:visited {
        width: calc(100% - 36px);
    }
}

.header_button a.header_button_link_red,
.header_button a.header_button_link_red:visited {
    --header-button-bg: #d61e25;
    --header-button-hover-bg: #b8181c;
}

.header_button a.header_button_link_blue,
.header_button a.header_button_link_blue:visited {
    --header-button-bg: #1d4ba1;
    --header-button-hover-bg: #194089;
}

.header_button a.header_button_link_yellow,
.header_button a.header_button_link_yellow:visited {
    --header-button-bg: #fed300;
    --header-button-hover-bg: #d4b007;
    color: #df2027;
}

.header_button a.header_button_link_green,
.header_button a.header_button_link_green:visited {
    --header-button-bg: #56a628;
    --header-button-hover-bg: #468622;
}

.header_button a:hover,
.header_button a:focus {
    background-color: var(--header-button-hover-bg);
    color: #ffffff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.14);
}

.navigation_mobile_header_button {
    display: none;
}

@media screen and (max-width: 1080px) {
    .navigation_mobile_header_button {
        width: 100%;
        padding: 12px 0 0 0;
        margin: 8px 0 0 0;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 1080px) {
    .navigation_mobile_header_button a,
    .navigation_mobile_header_button a:visited {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .logo_mark {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.is-active {
    color: #ff0000 !important;
}

@media screen and (max-width: 1080px) {
    .is-active {
        color: #c4c4c4 !important;
    }
}

.link_no_click {
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .link_no_click {
        pointer-events: all;
    }
}

/* NAVIGATION BAR */
.navigation_sticky_marker {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}

.navigation_bar {
    width: calc(100% - 10%);
    height: auto;
    padding: 0 5%;
    margin: 0 auto;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    clear: both;
    z-index: 1400;
    isolation: isolate;
    pointer-events: auto;
    transition:
        width 0.24s ease-in-out,
        padding 0.24s ease-in-out,
        margin 0.24s ease-in-out,
        background-color 0.24s ease-in-out,
        box-shadow 0.24s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .navigation_bar {
        width: 100%;
        margin: 0;
        padding: 5px 40px;
        box-sizing: border-box;
        text-align: right;
        background-color: #d61e25;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .navigation_bar {
        background-color: transparent;
    }
}

@media screen and (max-width: 440px) {
    .navigation_bar {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.navigation_bar_is_sticky {
    width: 100%;
    padding: 8px 5%;
    margin: 0 auto;
    background-color: #d61e25;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    pointer-events: auto;
    transform: translateZ(0);
}

.navigation_bar_is_sticky::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #d61e25;
    pointer-events: auto;
}

@media screen and (max-width: 767px) {
    .navigation_bar_is_sticky {
        padding: 8px 40px;
        background-color: #d61e25;
    }

    .navigation_bar_is_sticky::before {
        top: -60px;
    }
}

@media screen and (max-width: 440px) {
    .navigation_bar_is_sticky {
        padding: 8px 10px;
    }
}

.navigation_sticky_logo,
.navigation_sticky_logo:visited {
    width: auto;
    height: 52px;
    padding: 6px 14px;
    margin: 0;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background-color: #ffffff;
    box-shadow:
        0 9px 18px rgba(0, 0, 0, 0.16),
        inset 0 0 0 2px rgba(254, 211, 0, 0.42);
    box-sizing: border-box;
    text-decoration: none;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .navigation_sticky_logo,
    .navigation_sticky_logo:visited {
        height: 48px;
        padding: 5px 12px;
    }
}

@media screen and (max-width: 440px) {
    .navigation_sticky_logo,
    .navigation_sticky_logo:visited {
        height: 44px;
        padding: 5px 10px;
    }
}

.navigation_bar_is_sticky .navigation_sticky_logo,
.navigation_bar_is_sticky .navigation_sticky_logo:visited {
    display: inline-flex;
    animation: logoStickyReveal 0.78s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
}

.navigation_sticky_logo img {
    width: auto;
    max-width: 150px;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: contain;
    transform-origin: center;
}

@media screen and (max-width: 1080px) {
    .navigation_sticky_logo img {
        max-width: 132px;
    }
}

@media screen and (max-width: 440px) {
    .navigation_sticky_logo img {
        max-width: 110px;
    }
}

.navigation_menu_toggle {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.navigation_menu_button {
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0 0 0 auto;
    position: relative;
    display: none;
    border-radius: 50%;
    background-color: #df2027;
    cursor: pointer;
    z-index: 1002;
}

@media screen and (max-width: 1080px) {
    .navigation_bar_is_sticky .navigation_menu_button {
        position: relative;
        top: auto;
        right: auto;
        order: 2;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 1080px) {
    .navigation_menu_button {
        display: block;
        border-radius: 0;
        position: relative;
        text-align: right;
        float: right;
        z-index: 1003;
        background-color: #d61e25;
    }
}

@media screen and (max-width: 767px) {
    .navigation_menu_button {
        position: absolute;
        top: -60px;
        right: 40px;
    }
}

@media screen and (max-width: 560px) {
    .navigation_menu_button {
        top: -55px;
        right: 20px;
    }
}

@media screen and (max-width: 440px) {
    .navigation_menu_button {
        top: -57px;
    }
}

.navigation_menu_button_line {
    width: 36px;
    height: 2px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5%;
    border-radius: 999px;
    background-color: #ffffff;
    transition:
        top 0.25s ease-in-out,
        opacity 0.2s ease-in-out,
        transform 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .navigation_menu_button_line {
        width: 31px;
        right: 8px;
    }
}

.navigation_menu_button_line:nth-child(1) {
    top: 10px;
}

@media (max-width: 1080px) {
    .navigation_menu_button_line:nth-child(1) {
        top: 12px;
    }
}

.navigation_menu_button_line:nth-child(2) {
    top: 23px;
}

@media (max-width: 1080px) {
    .navigation_menu_button_line:nth-child(2) {
        top: 23px;
    }
}

.navigation_menu_button_line:nth-child(3) {
    top: 36px;
}

@media (max-width: 1080px) {
    .navigation_menu_button_line:nth-child(3) {
        top: 34px;
    }
}

.navigation_menu_toggle:checked
    + .navigation_menu_button
    .navigation_menu_button_line:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
}

.navigation_menu_toggle:checked
    + .navigation_menu_button
    .navigation_menu_button_line:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
}

.navigation_menu_toggle:checked
    + .navigation_menu_button
    .navigation_menu_button_line:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 1080px) {
    .navigation_menu_toggle:checked + .navigation_menu_button {
        position: fixed;
        top: 34px;
        right: 40px;
    }
}

@media screen and (max-width: 440px) {
    .navigation_menu_toggle:checked + .navigation_menu_button {
        top: 28px;
        right: 28px;
    }
}

.navigation_menu_overlay {
    display: none;
}

@media screen and (max-width: 1080px) {
    .navigation_menu_toggle:checked
        + .navigation_menu_button
        + .navigation_menu_overlay {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.28);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        z-index: 1001;
        cursor: default;
    }
}

.navigation_menu_panel {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 12px 10px 10px 10px;
    margin: 0 auto;
    position: relative;
    flex: 1 1 auto;
    border-radius: 999px;
    background-color: #d61e25;
}

@media screen and (max-width: 1080px) {
    .navigation_menu_toggle:checked ~ .navigation_menu_panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }
}

@media screen and (max-width: 1080px) {
    .navigation_menu_panel {
        width: auto;
        max-height: calc(100vh - 96px);
        padding: 70px 25px 18px 25px;
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        border-radius: 18px;
        box-sizing: border-box;
        z-index: 1002;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px) scale(0.96);
        transform-origin: top right;
        transition:
            opacity 0.25s ease-in-out,
            visibility 0.25s ease-in-out,
            transform 0.25s ease-in-out;
    }
}

@media screen and (max-width: 440px) {
    .navigation_menu_panel {
        width: auto;
        top: 10px;
        right: 10px;
        left: 10px;
    }
}

.navigation_bar_is_sticky .navigation_menu_panel {
    margin: 0;
    background-color: transparent;
}

@media screen and (max-width: 1080px) {
    .navigation_bar_is_sticky .navigation_menu_panel {
        background-color: #d61e25;
    }
}

.navigation_menu,
.navigation_submenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation_menu {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@media screen and (max-width: 1080px) {
    .navigation_menu {
        display: block;
    }
}

.navigation_menu_item {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .navigation_menu_item {
        width: 100%;
        clear: both;
    }
}

.navigation_menu_link,
.navigation_menu_link:visited {
    min-height: 36px;
    padding: 0 20px;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color 0.22s ease-in-out,
        color 0.22s ease-in-out,
        transform 0.22s ease-in-out,
        box-shadow 0.22s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .navigation_menu_item:last-child > .navigation_menu_link,
    .navigation_menu_item:last-child > .navigation_menu_link:visited {
        border-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .navigation_menu_link,
    .navigation_menu_link:visited {
        padding: 0 14px;
        font-size: 0.95em;
    }
}

@media screen and (max-width: 1080px) {
    .navigation_menu_link,
    .navigation_menu_link:visited {
        width: 100%;
        min-height: 44px;
        padding: 0;
        box-sizing: border-box;
        justify-content: space-between;
        font-size: 1.05em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.navigation_menu_link_static {
    cursor: default;
}

.navigation_menu_item_active > .navigation_menu_link,
.navigation_menu_link:hover,
.navigation_menu_link:focus {
    color: #ffe84b;
}

@media screen and (max-width: 1080px) {
    .navigation_menu_link .navigation_submenu_indicator_desktop {
        display: none !important;
    }
}

.navigation_submenu_indicator {
    font-size: 0.72em;
    transition: transform 0.22s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .navigation_menu_item_has_submenu.navigation_submenu_open
        > .navigation_submenu_toggle_button
        .navigation_submenu_indicator {
        transform: rotate(180deg);
    }
}

.navigation_submenu_toggle {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.navigation_submenu_toggle_button {
    display: none;
}

@media screen and (max-width: 1080px) {
    .navigation_submenu_toggle_button {
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        cursor: pointer;
        z-index: 2;
    }
}

@media screen and (min-width: 1081px) {
    .navigation_menu_item_has_submenu:hover
        > .navigation_menu_link
        .navigation_submenu_indicator,
    .navigation_menu_item_has_submenu:focus-within
        > .navigation_menu_link
        .navigation_submenu_indicator {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1080px) {
    .navigation_menu_item_has_submenu > .navigation_menu_link,
    .navigation_menu_item_has_submenu > .navigation_menu_link:visited {
        padding-right: 54px;
    }
}

.navigation_submenu {
    min-width: 210px;
    padding: 8px;
    margin: 10px 0 0 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px) scale(0.96);
    transform-origin: top center;
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .navigation_submenu {
        display: none;
        width: 100%;
        min-width: 0;
        padding: 0;
        margin: 0;
        position: static;
        top: auto;
        left: auto;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: none;
        transition: none;
    }

    .navigation_menu_item_has_submenu.navigation_submenu_open
        > .navigation_submenu {
        display: block;
        padding: 4px 0 6px 0;
        margin: 0;
    }
}

.navigation_submenu:before {
    content: "";
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -6px;
    left: 50%;
    background-color: #ffffff;
    transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
    .navigation_submenu:before {
        display: none;
    }
}

@media screen and (min-width: 1081px) {
    .navigation_menu_item_has_submenu:hover > .navigation_submenu,
    .navigation_menu_item_has_submenu:focus-within > .navigation_submenu {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0) scale(1);
    }
}

.navigation_submenu_item {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
}

.navigation_submenu_item:last-child {
    width: 100%;
    margin: 0;
}

.navigation_submenu_link,
.navigation_submenu_link:visited {
    width: calc(100% - 24px);
    min-height: 38px;
    padding: 0 12px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    color: #d61e25;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .navigation_submenu_link,
    .navigation_submenu_link:visited {
        width: 100%;
        min-height: 38px;
        padding: 0 0 0 15px;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        color: #ffffff;
        font-size: 0.92em;
        font-weight: 600;
        border-radius: 0;
        transform: none;
        transition: color 0.15s ease-in-out;
    }

    .navigation_submenu_item_active > .navigation_submenu_link,
    .navigation_submenu_link:hover,
    .navigation_submenu_link:focus {
        color: #fed300 !important;
        background-color: transparent;
        transform: none;
    }
}

.navigation_submenu_item:last-child > .navigation_submenu_link,
.navigation_submenu_item:last-child > .navigation_submenu_link:visited {
    border-bottom: 0;
}

.navigation_submenu_item_active > .navigation_submenu_link,
.navigation_submenu_link:hover,
.navigation_submenu_link:focus {
    color: #b91a1f;
}

body.admin-edit-mode .admin-div {
    outline: 2px dashed rgba(22, 93, 150, 0.55);
    outline-offset: 4px;
}

body.admin-edit-mode .admin-div:hover,
body.admin-edit-mode .admin-div.admin-div-active {
    outline-color: rgba(22, 93, 150, 0.95);
    box-shadow: 0 0 0 6px rgba(22, 93, 150, 0.14);
}

.admin-edit-badge {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(13, 35, 58, 0.18);
    background: rgba(13, 35, 58, 0.96);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition:
        opacity 0.16s ease-in-out,
        visibility 0.16s ease-in-out;
}

.admin-edit-badge.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.admin-edit-badge:hover,
.admin-edit-badge:focus {
    color: #ffffff;
    text-decoration: none;
    background: rgba(22, 93, 150, 0.98);
}

.admin-edit-badge i {
    font-size: 12px;
}

.admin-edit-toggle {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 2147483647;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: rgba(22, 93, 150, 0.98);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
    transition:
        background 0.16s ease-in-out,
        transform 0.16s ease-in-out;
}

.admin-edit-toggle:hover,
.admin-edit-toggle:focus-visible {
    background: rgba(13, 35, 58, 0.98);
    outline: none;
    transform: translateY(-1px);
}

.admin-edit-toggle.is-off {
    background: rgba(70, 70, 70, 0.94);
}

.admin-edit-toggle i {
    font-size: 18px;
    line-height: 1;
}

@media screen and (max-width: 560px) {
    .admin-edit-toggle {
        top: 10px;
        left: 10px;
    }
}

/* BANNER SLIDER IMAGES */
.slider {
    width: 100%;
    height: auto;
    padding: 0;
    margin: -60px auto 0 auto;
    position: relative;
    clear: both;
    z-index: 1;
    overflow: visible;
    background-color: #eef7ff;
}

.slider:before {
    width: 100%;
    height: 42px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    display: block;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    z-index: 30;
}

@media (max-width: 1080px) {
    .slider {
        margin: 0 auto;
    }
}

.slider:before {
    top: -1px;
    background-image: url("../images/slider_border_top.webp");
}

@media (max-width: 1080px) {
    .slider:before {
        top: -5px;
    }
}

@media screen and (max-width: 767px) {
    .slider:before {
        top: -8px;
        height: 30px;
        background-image: url("../images/slider_border_top.webp");
    }
}

@media screen and (max-width: 560px) {
    .slider:before {
        top: -4px;
        height: 30px;
        background-image: url("../images/slider_border_top.webp");
        background-position: top center;
    }

    .slider:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        pointer-events: none;
        background-image: url("../images/slider_border_bottom2.webp");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% auto;
        z-index: 35;
    }
}

.slider .bx-wrapper {
    max-width: none !important;
    padding: 0;
    margin: 0;
    position: relative;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.slider .bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    pointer-events: none;
}

.slider .bx-viewport {
    overflow: hidden !important;
    visibility: visible;
}

.bxslider,
.banner_slider {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider_holder {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 14% 12%,
            rgba(84, 171, 229, 0.5),
            transparent 24%
        ),
        radial-gradient(
            circle at 68% 18%,
            rgba(47, 147, 216, 0.38),
            transparent 26%
        ),
        radial-gradient(
            circle at 88% 70%,
            rgba(82, 176, 232, 0.28),
            transparent 22%
        ),
        radial-gradient(
            circle at 42% 88%,
            rgba(53, 156, 222, 0.2),
            transparent 24%
        ),
        linear-gradient(180deg, #dceffa 0%, #edf8ff 52%, #e1f2fc 100%);
}

.slider_bottom_border {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 35;
}

@media (max-width: 1080px) {
    .slider_bottom_border {
        bottom: 0px;
    }
}

@media (max-width: 560px) {
    .slider_bottom_border {
        display: none;
    }
}

.slider_content {
    width: 100%;
    padding: 50px 8% 80px 8%;
    margin: 0;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 28px;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .slider_content {
        padding-right: 6%;
        padding-left: 6%;
    }
}

@media (max-width: 1080px) {
    .slider_content {
        padding: 40px 60px 80px 60px;
        margin: 0;
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
        gap: 20px;
        box-sizing: border-box;
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }
}

@media screen and (max-width: 767px) {
    .slider_content {
        padding: 50px 28px 0 28px;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 18px;
    }
}

@media screen and (max-width: 560px) {
    .slider_content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.slider_info {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    align-self: center;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    text-align: left;
}

.slider_info_center {
    text-align: center;
}

.slider_info_right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .slider_info,
    .slider_info_right {
        max-width: none;
        text-align: center;
    }
}

.slider_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    color: #14233c;
    font-family: "Chewy", "Montserrat", sans-serif;
    font-size: clamp(2.2em, 4vw, 3.6em);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 3px 0 rgba(20, 35, 60, 0.1);
    overflow: visible;
}

.slider_title_word {
    display: inline-block;
    margin-right: 0.18em;
}

.slider_main_title strong,
.slider_main_title em {
    color: #df2027;
    font-style: normal;
}

.slider_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 22px 0 0 0;
    position: relative;
    color: #253045;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8em, 1.5vw, 1em);
    font-weight: 500;
    line-height: 1.4;
}

.slider_info_center .slider_description {
    margin-right: auto;
    margin-left: auto;
}

.slider_info_right .slider_description {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .slider_description,
    .slider_info_right .slider_description {
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.94em;
    }
}

@media (max-width: 767px) {
    .slider_description {
        display: none;
    }
}

.slider_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 28px 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 767px) {
    .slider_button {
        margin: 18px 0 0 0;
    }
}

@media screen and (max-width: 560px) {
    .slider_button {
        gap: 10px;
    }
}

.slider_info_center .slider_button {
    justify-content: center;
}

.slider_info_right .slider_button {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .slider_button,
    .slider_info_right .slider_button {
        justify-content: center;
    }
}

.slider_button_link,
.slider_button_link:visited {
    --slider-button-bg: #d61e25;
    --slider-button-border: #d61e25;
    --slider-button-color: #ffffff;
    --slider-button-hover-bg: #b8181c;
    --slider-button-hover-color: #ffffff;
    padding: 10px 10px 10px 20px;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid var(--slider-button-border);
    border-radius: 999px;
    background-color: var(--slider-button-bg);
    color: var(--slider-button-color);
    box-shadow: 0 13px 24px rgba(214, 30, 37, 0.22);
    box-sizing: border-box;
    font-size: 0.95em;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    touch-action: manipulation;
    transition:
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
}

@media (max-width: 1080px) {
    .slider_button_link,
    .slider_button_link:visited {
        padding: 8px 10px 8px 20px;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 560px) {
    .slider_button_link,
    .slider_button_link:visited {
        padding: 8px 10px 8px 18px;
        font-size: 0.86em;
    }
}

@media screen and (max-width: 440px) {
    .slider_button_link,
    .slider_button_link:visited {
        width: 100%;
        min-height: 48px;
        padding: 0 10px 0 15px;
        font-size: 0.9em;
    }
}

.slider_button_link i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #d61e25;
    font-size: 0.9em;
    flex: 0 0 auto;
}

.slider_button_link_white,
.slider_button_link_white:visited {
    --slider-button-bg: rgba(255, 255, 255, 0.88);
    --slider-button-border: rgba(20, 35, 60, 0.28);
    --slider-button-color: #14233c;
    --slider-button-hover-bg: #ffffff;
    --slider-button-hover-color: #d61e25;
    box-shadow: 0 12px 22px rgba(20, 35, 60, 0.12);
}

.slider_button_link_blue,
.slider_button_link_blue:visited {
    --slider-button-bg: #1d4ba1;
    --slider-button-border: #1d4ba1;
    --slider-button-hover-bg: #193f86;
    box-shadow: 0 13px 24px rgba(29, 75, 161, 0.2);
}

.slider_button_link_yellow,
.slider_button_link_yellow:visited {
    --slider-button-bg: #fed300;
    --slider-button-border: #fed300;
    --slider-button-color: #14233c;
    --slider-button-hover-bg: #e6bf00;
    --slider-button-hover-color: #14233c;
    box-shadow: 0 13px 24px rgba(254, 211, 0, 0.24);
}

.slider_button_link_green,
.slider_button_link_green:visited {
    --slider-button-bg: #56a628;
    --slider-button-border: #56a628;
    --slider-button-hover-bg: #468622;
    box-shadow: 0 13px 24px rgba(86, 166, 40, 0.2);
}

.slider_button_link:hover,
.slider_button_link:focus {
    border-color: var(--slider-button-hover-bg);
    background-color: var(--slider-button-hover-bg);
    color: var(--slider-button-hover-color);
    box-shadow: 0 15px 28px rgba(20, 35, 60, 0.18);
    transform: translateY(-2px);
}

.slider_image {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    perspective: 1200px;
}

.slider_image_stage {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform-style: preserve-3d;
}

.slider_image_orbit,
.slider_image_glow {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.slider_image_orbit {
    width: 88%;
    height: 88%;
    top: 8%;
    left: 6%;
    border: 2px dashed rgba(47, 147, 216, 0.34);
    border-radius: 42% 58% 63% 37% / 48% 42% 58% 52%;
    opacity: 0.72;
    transform: scale(1) rotate(0deg);
}

.slider_image_glow {
    width: 72%;
    height: 58%;
    top: 18%;
    left: 14%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(84, 171, 229, 0.42) 0%,
        rgba(84, 171, 229, 0) 72%
    );
    filter: blur(8px);
    opacity: 0.85;
    transform: scale(1);
}

.slider_image_halign_left {
    justify-content: flex-start;
}

.slider_image_halign_right {
    justify-content: flex-end;
}

.slider_image_valign_top {
    align-items: flex-start;
}

.slider_image_valign_center {
    align-items: flex-end;
}

.slider_image_valign_bottom {
    align-items: flex-end;
}

.slider_image img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(20, 35, 60, 0.16));
    z-index: 3;
    transform-origin: center bottom;
}

@media screen and (max-width: 1080px) {
    .slider_image img {
        max-height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .slider_image img {
        max-width: none;
        max-height: none;
        height: 300px;
        width: auto;
    }
}

.slider_info_center .slider_title_accent {
    margin-right: auto;
    margin-left: auto;
}

.slider_info_right .slider_title_accent {
    margin-left: auto;
}

.slider--animate .slider_title_word,
.slider--animate .slider_description,
.slider--animate .slider_button,
.slider--animate .slider_image_stage {
    opacity: 0;
}

.slider--animate .slider_holder.slider_enter .slider_title_word {
    animation: sliderWordIn 0.6s ease-out calc(0.05s * var(--word-i)) both;
}

.slider--animate .slider_holder.slider_enter .slider_description {
    animation: sliderDescIn 0.65s ease-out 0.12s both;
}

.slider--animate .slider_holder.slider_enter .slider_button {
    animation: sliderBtnIn 0.6s ease-out 0.22s both;
}

.slider--animate .slider_anim_1.slider_holder.slider_enter .slider_image_stage,
.slider--animate .slider_anim_2.slider_holder.slider_enter .slider_image_stage,
.slider--animate .slider_anim_3.slider_holder.slider_enter .slider_image_stage {
    animation: sliderImgIn 0.75s ease-out 0.08s both;
}

.slider_image_orbit {
    animation: sliderOrbitSpin 18s linear infinite;
}

.slider_image_stage img {
    animation: sliderImageFloat 5s ease-in-out infinite;
}

@keyframes sliderWordIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes sliderDescIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 16px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes sliderBtnIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes sliderImgIn {
    0% {
        opacity: 0;
        transform: translate3d(24px, 20px, 0) scale(0.94);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

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

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

@keyframes sliderImageFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -8px, 0);
    }
}

.slider .bx-controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    pointer-events: none;
}

.slider .bx-controls-direction {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    pointer-events: none;
}

.slider .bx-prev,
.slider .bx-next,
.slider .bx-prev:visited,
.slider .bx-next:visited {
    width: 45px !important;
    height: 45px !important;
    padding: 0;
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #14233c;
    box-shadow: 0 10px 24px rgba(20, 35, 60, 0.14);
    text-indent: 0 !important;
    text-decoration: none;
    z-index: 40 !important;
    pointer-events: auto;
    transform: translateY(-50%);
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
}

@media (max-width: 1080px) {
    .slider .bx-prev,
    .slider .bx-next,
    .slider .bx-prev:visited,
    .slider .bx-next:visited {
        width: 35px !important;
        height: 35px !important;
        background-color: transparent;
        color: #14233c;
        box-shadow: none;
    }
}

.slider .bx-prev {
    left: 10px !important;
}

.slider .bx-next {
    right: 10px !important;
}

.slider .bx-prev span,
.slider .bx-next span {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.slider .bx-prev:hover,
.slider .bx-prev:focus,
.slider .bx-next:hover,
.slider .bx-next:focus {
    background: #d61e25 !important;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(214, 30, 37, 0.2);
    transform: translateY(-50%) scale(1.06);
}

.slider .bx-pager {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute !important;
    right: 0;
    bottom: 20px !important;
    left: 0;
    display: none !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 40;
    pointer-events: auto;
}

@media screen and (max-width: 1080px) {
    .slider .bx-pager {
        display: none !important;
    }
}

.slider .bx-pager-item {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.slider .bx-pager-link,
.slider .bx-pager-link:visited {
    width: 15px !important;
    height: 15px !important;
    padding: 0;
    margin: 0;
    display: block !important;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 4px 10px rgba(20, 35, 60, 0.18);
    box-sizing: border-box;
    overflow: hidden;
    text-indent: -999px !important;
    transition:
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

.slider .bx-pager-link.active,
.slider .bx-pager-link:hover,
.slider .bx-pager-link:focus {
    background: #df2027 !important;
    border: 2px solid #000000 !important;
}

/* MAIN CONTENT */
.content {
    width: 1000px;
    height: auto;
    padding: 50px 0 40px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

@media (max-width: 1080px) {
    .content {
        width: calc(100% - 80px);
        padding: 50px 40px 40px 40px;
    }
}

@media (max-width: 560px) {
    .content {
        width: calc(100% - 40px);
        padding: 50px 20px 40px 20px;
    }
}

.content:has(table) {
    overflow-x: visible;
}

.content table {
    width: 100%;
    max-width: 100%;
    margin: 1.25rem 0 1.6rem;
    box-sizing: border-box;
}

.content table,
.content table thead,
.content table tbody,
.content table tr,
.content table th,
.content table td {
    box-sizing: border-box;
}

.content table em,
.content table i {
    font-style: italic;
    font-weight: 400;
    opacity: 0.95;
}

@media screen and (max-width: 767px) {
    .content table,
    .content table thead,
    .content table tbody,
    .content table tr,
    .content table th,
    .content table td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        min-height: 0;
    }

    .content table {
        table-layout: fixed;
        border: 0;
        border-left: 0;
        background: transparent;
        box-shadow: none;
        font-size: 0.92em;
        line-height: 1.45;
        margin: 0.9rem 0 1.25rem;
    }

    .content table thead tr th,
    .content table tr th {
        margin: 0;
        padding: 0.85rem 0.9rem;
        border: 0;
        border-bottom: 3px solid #fed300;
        background: #1d4ba1;
        color: #ffffff;
        text-align: left;
    }

    .content table tr:first-child th {
        margin-top: 0;
    }

    .content table tbody tr,
    .content table tr {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        min-height: 0;
        margin: 0 0 1rem;
        border: 1px solid rgba(29, 75, 161, 0.18);
        border-left: 5px solid #d61e25;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 14px 30px rgba(20, 35, 60, 0.1);
        overflow: hidden;
    }

    .content table tr:has(th) {
        border-color: rgba(29, 75, 161, 0.28);
        border-left-color: #d61e25;
    }

    .content table tbody tr td,
    .content table tr td {
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        height: auto !important;
        min-height: 0;
        padding: 0.8rem 0.9rem;
        border: 0;
        border-bottom: 1px solid rgba(29, 75, 161, 0.13);
        background: #ffffff;
        color: #14233c;
        text-align: left;
        overflow: visible;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .content table tbody tr td:last-child,
    .content table tr td:last-child {
        border-bottom: 0;
    }

    .content table tbody tr td:first-child,
    .content table tr td:first-child {
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        height: auto !important;
        padding-bottom: 0.65rem;
        background: #f7f9ff;
        color: #d61e25;
        font-size: 1em;
        font-weight: 800;
    }

    .content table tbody tr:nth-child(even) td,
    .content table tr:nth-child(even) td,
    .content table tbody tr:hover td,
    .content table tr:hover td {
        background: #ffffff;
    }

    .content table tbody tr:nth-child(even) td:first-child,
    .content table tr:nth-child(even) td:first-child,
    .content table tbody tr:hover td:first-child,
    .content table tr:hover td:first-child {
        background: #f7f9ff;
    }

    .content table ul,
    .content table ol {
        margin: 0.35rem 0 0;
        padding-left: 1.15rem;
    }

    .content table li {
        margin-bottom: 0.4rem;
        padding-left: 0.1rem;
    }

    .content table li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .content table,
    .content table thead,
    .content table tbody,
    .content table tr,
    .content table th,
    .content table td {
        display: block;
        width: 100%;
    }

    .content table {
        border: 0;
        border-left: 0;
        background: transparent;
        box-shadow: none;
        font-size: 0.92em;
        line-height: 1.45;
        margin: 0.9rem 0 1.25rem;
    }

    .content table thead tr th,
    .content table tr th {
        margin: 0;
        padding: 0.85rem 0.9rem;
        border: 0;
        border-bottom: 3px solid #fed300;
        background: #1d4ba1;
        color: #ffffff;
        text-align: left;
    }

    .content table tr:first-child th {
        margin-top: 0;
    }

    .content table tbody tr,
    .content table tr {
        margin: 0 0 1rem;
        border: 1px solid rgba(29, 75, 161, 0.18);
        border-left: 5px solid #d61e25;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 14px 30px rgba(20, 35, 60, 0.1);
        overflow: hidden;
    }

    .content table tr:has(th) {
        border-color: rgba(29, 75, 161, 0.28);
        border-left-color: #d61e25;
    }

    .content table tbody tr td,
    .content table tr td {
        width: 100%;
        min-width: 0;
        padding: 0.8rem 0.9rem;
        border: 0;
        border-bottom: 1px solid rgba(29, 75, 161, 0.13);
        background: #ffffff;
        text-align: left;
    }

    .content table tbody tr td:last-child,
    .content table tr td:last-child {
        border-bottom: 0;
    }

    .content table tbody tr td:first-child,
    .content table tr td:first-child {
        width: 100%;
        min-width: 0;
        padding-bottom: 0.65rem;
        background: #f7f9ff;
        color: #d61e25;
        font-size: 1em;
        font-weight: 800;
    }

    .content table tbody tr:nth-child(even) td,
    .content table tr:nth-child(even) td,
    .content table tbody tr:hover td,
    .content table tr:hover td {
        background: #ffffff;
    }

    .content table tbody tr:nth-child(even) td:first-child,
    .content table tr:nth-child(even) td:first-child,
    .content table tbody tr:hover td:first-child,
    .content table tr:hover td:first-child {
        background: #f7f9ff;
    }

    .content table ul,
    .content table ol {
        margin: 0.35rem 0 0;
        padding-left: 1.15rem;
    }

    .content table li {
        margin-bottom: 0.4rem;
        padding-left: 0.1rem;
    }

    .content table li:last-child {
        margin-bottom: 0;
    }
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    float: none;
    font-size: clamp(2.2em, 3.5vw, 3.5em);
    color: #1d4ba1;
    line-height: 1.2;
    font-family: "Chewy", sans-serif;
}

.content_h2_header::before,
.content_h2_header::after {
    content: "";
    display: inline-block;
    width: clamp(34px, 4vw, 54px);
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.content_h2_header::before {
    margin-right: 12px;
    background-image: url("../images/heart_yellow.webp");
}

.content_h2_header::after {
    margin-left: 12px;
    background-image: url("../images/heart_green.webp");
}

@media (max-width: 560px) {
    .content_h2_header::before,
    .content_h2_header::after {
        width: 32px;
    }
}

@media (max-width: 767px) {
    .content_h2_header::before {
        display: block;
        width: 42px;
        margin: 0 auto 8px;
    }

    .content_h2_header::after {
        display: none;
    }
}

.content_h2_header_left {
    text-align: left;
    margin: 0;
}

.content_h2_header_center {
    text-align: center;
    margin: 0 auto;
}

.content_h2_sub_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    float: none;
    font-size: clamp(1.5em, 2.5vw, 2.2em);
    color: #d61e25;
    line-height: 1.2;
    font-family: "Chewy", sans-serif;
}

.content_h2_sub_header_left {
    text-align: left;
    margin: 0;
}

.content_h2_sub_header_center {
    text-align: center;
    margin: 0 auto;
}

.content p {
    text-align: justify;
    line-height: 1.5;
}

@media (max-width: 560px) {
    .content p {
        text-align: left;
    }
}

.content ol li,
.content ul li {
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

/* CONTACT DETAILS BLOCKS */
.contact_enquiry_layout {
    width: 100%;
    height: auto;
    padding: 20px 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
    align-items: start;
    gap: 32px;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    .contact_enquiry_layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.contact_enquiry_details {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    animation: contactPanelSlideLeft 0.78s ease-out both;
}

@media screen and (max-width: 900px) {
    .contact_enquiry_details {
        animation: contactPanelRise 0.68s ease-out both;
    }
}

.contact_enquiry_form {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    animation: contactPanelSlideRight 0.78s ease-out 0.12s both;
}

@media screen and (max-width: 900px) {
    .contact_enquiry_form {
        animation: contactPanelRise 0.68s ease-out 0.08s both;
    }
}

.contact_blocks {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact_block_holder {
    --contact-block-accent: #d61e25;
    --contact-block-glow: rgba(214, 30, 37, 0.38);
    width: 100%;
    height: auto;
    min-height: 112px;
    padding: 18px 18px 18px 20px;
    margin: 0;
    position: relative;
    clear: none;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(254, 211, 0, 0.18), transparent 38%),
        #ffffff;
    border: 1px solid rgba(29, 75, 161, 0.12);
    box-sizing: border-box;
    overflow: hidden;
    animation: contactCardReveal 0.66s ease-out both;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

@media screen and (max-width: 440px) {
    .contact_block_holder {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
        min-height: auto;
        padding: 15px;
    }
}

.contact_block_holder:nth-child(2) {
    animation-delay: 0.08s;
}

.contact_block_holder:nth-child(3) {
    animation-delay: 0.16s;
}

.contact_block_holder:nth-child(4) {
    animation-delay: 0.24s;
}

.contact_block_holder:nth-child(5) {
    animation-delay: 0.32s;
}

.contact_block_holder:hover,
.contact_block_holder:focus-within {
    border-color: rgba(214, 30, 37, 0.28);
    transform: translateY(-8px);
    filter: drop-shadow(0 14px 18px rgba(20, 35, 60, 0.1));
    box-shadow: 0 16px 28px rgba(20, 35, 60, 0.08);
}

.contact_block_holder:focus {
    outline: none;
}

.contact_block_holder:focus-visible {
    outline: 3px solid rgba(29, 75, 161, 0.45);
    outline-offset: 4px;
}

.contact_block_icon {
    width: 58px;
    height: 58px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    border-radius: 50%;
    background-color: #d61e25;
    color: #ffffff;
    font-family: "Font Awesome 6 Pro", sans-serif;
    box-shadow: 0 10px 22px rgba(214, 30, 37, 0.24);
    box-sizing: border-box;
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        background-color 0.38s ease;
}

.contact_block_icon::before,
.contact_block_icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.contact_block_icon::before {
    inset: -7px;
    border: 2px solid var(--contact-block-accent);
    opacity: 0;
    transform: scale(0.82);
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact_block_icon::after {
    background: radial-gradient(
        circle,
        var(--contact-block-glow) 0%,
        transparent 72%
    );
    opacity: 0;
    transform: scale(0.7);
    z-index: -1;
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 440px) {
    .contact_block_icon {
        width: 48px;
        height: 48px;
    }
}

.contact_block_icon i {
    display: block;
    font-size: 1.55em;
    color: #ffffff;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact_block_holder:hover .contact_block_icon,
.contact_block_holder:focus-within .contact_block_icon {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 18px 34px var(--contact-block-glow);
}

.contact_block_holder:hover .contact_block_icon::before,
.contact_block_holder:focus-within .contact_block_icon::before {
    opacity: 0.75;
    transform: scale(1.14);
    animation: iconBoxRingPulse 1.35s ease-out infinite;
}

.contact_block_holder:hover .contact_block_icon::after,
.contact_block_holder:focus-within .contact_block_icon::after {
    opacity: 1;
    transform: scale(1.45);
}

.contact_block_holder:hover .contact_block_icon i,
.contact_block_holder:focus-within .contact_block_icon i {
    animation: iconBoxWiggle 0.65s ease-in-out;
}

@media screen and (max-width: 440px) {
    .contact_block_icon i {
        font-size: 1.25em;
    }
}

.contact_block_info {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    display: block;
}

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 6px 0;
    margin: 0;
    clear: both;
    display: block;
    font-size: 1.12em;
    font-weight: 800;
    color: #14233c;
    line-height: 1.18;
    overflow-wrap: anywhere;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        letter-spacing 0.35s ease;
}

.contact_block_holder:hover .contact_block_title,
.contact_block_holder:focus-within .contact_block_title {
    transform: translateY(-2px) scale(1.02);
    letter-spacing: 0.02em;
}

@media screen and (max-width: 440px) {
    .contact_block_title {
        font-size: 1em;
    }
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 6px 0;
    margin: 0;
    clear: both;
    display: block;
    font-size: 0.92em;
    font-weight: 700;
    color: #d61e25;
    line-height: 1.35;
    overflow-wrap: anywhere;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.35s ease;
}

.contact_block_holder:hover .contact_block_description,
.contact_block_holder:focus-within .contact_block_description {
    color: #b8181c;
    transform: translateY(-1px);
}

@media screen and (max-width: 440px) {
    .contact_block_description {
        font-size: 0.88em;
    }
}

.contact_block_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: block;
    font-size: 0.96em;
    font-weight: 600;
    color: #253045;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 440px) {
    .contact_block_content {
        font-size: 0.9em;
    }
}

.contact_block_content a,
.contact_block_content a:visited {
    color: #1d4ba1;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.22s ease-in-out,
        text-decoration-color 0.22s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
    color: #df2027;
    text-decoration-color: #fed300;
}

.contact_enquiry_layout .enquire {
    width: 100%;
    height: auto;
    padding: 24px;
    margin: 0;
    position: relative;
    clear: both;
    display: block;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(29, 75, 161, 0.1), transparent 34%),
        linear-gradient(315deg, rgba(254, 211, 0, 0.18), transparent 42%),
        #ffffff;
    border: 1px solid rgba(29, 75, 161, 0.13);
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .contact_enquiry_layout .enquire {
        padding: 18px;
    }
}

.contact_enquiry_layout .form_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
    clear: none;
    float: none;
    width: 100%;
}

@media screen and (max-width: 680px) {
    .contact_enquiry_layout .form_group {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.contact_enquiry_layout .form_group_left,
.contact_enquiry_layout .form_group_right,
.contact_enquiry_layout .form_group_full {
    width: 100%;
    float: none;
    clear: none;
    margin: 0;
    display: block;
}

.contact_enquiry_layout .form_group .form_group_full {
    grid-column: 1 / -1;
}

.contact_enquiry_layout .form_group.form_group_double .form_group_full {
    text-align: right;
}

.contact_enquiry_layout .form_field input[type="text"],
.contact_enquiry_layout .form_field input[type="number"],
.contact_enquiry_layout .form_field input[type="email"],
.contact_enquiry_layout .form_field textarea,
.contact_enquiry_layout .form_field select {
    border-color: rgba(29, 75, 161, 0.24);
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.contact_enquiry_layout .form_field select {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 0.92em;
    font-weight: 600;
    background-color: #ffffff;
}

.contact_enquiry_layout .form_field input[type="text"]:hover,
.contact_enquiry_layout .form_field input[type="text"]:focus,
.contact_enquiry_layout .form_field input[type="number"]:hover,
.contact_enquiry_layout .form_field input[type="number"]:focus,
.contact_enquiry_layout .form_field input[type="email"]:hover,
.contact_enquiry_layout .form_field input[type="email"]:focus,
.contact_enquiry_layout .form_field textarea:hover,
.contact_enquiry_layout .form_field textarea:focus,
.contact_enquiry_layout .form_field select:hover,
.contact_enquiry_layout .form_field select:focus {
    background-color: #ffffff;
    border-color: #1d4ba1;
    box-shadow:
        0 0 0 3px rgba(254, 211, 0, 0.26),
        inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    transform: translateY(-1px);
}

.contact_enquiry_layout .gen_btn {
    min-height: 50px;
    padding: 13px 32px;
    margin-top: 0;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background-color: #d61e25;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95em;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(214, 30, 37, 0.28);
    cursor: pointer;
    float: right;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
}

.contact_enquiry_layout .gen_btn:hover,
.contact_enquiry_layout .gen_btn:focus {
    background-color: #14233c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(20, 35, 60, 0.28);
}

@media screen and (max-width: 560px) {
    .contact_enquiry_layout .gen_btn {
        width: 100%;
        float: none;
    }
}

@keyframes contactPanelSlideLeft {
    0% {
        opacity: 0;
        transform: translateX(-26px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactPanelSlideRight {
    0% {
        opacity: 0;
        transform: translateX(26px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactPanelRise {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contactCardReveal {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* PAGE IMAGES */
.page_images {
    width: 100%;
    height: auto;
    padding: 14px;
    margin: 25px 0;
    position: relative;
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(125px, auto);
    gap: 14px;
    grid-auto-flow: dense;
    border-radius: 8px;
    background:
        linear-gradient(
            135deg,
            rgba(254, 211, 0, 0.2),
            rgba(86, 166, 40, 0.12)
        ),
        #ffffff;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .page_images {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
    }
}

@media screen and (max-width: 440px) {
    .page_images {
        grid-template-columns: repeat(1, 1fr);
    }
}

.page_image_link {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    display: block;
    z-index: 2;
    outline-offset: -5px;
}

.page_images_container {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 8px;
    transform: translateY(0);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-sizing: border-box;
}

.page_images_container:hover {
    border-color: #fed300;
    box-shadow:
        0 16px 30px rgba(29, 75, 161, 0.2),
        inset 0 0 0 2px rgba(86, 166, 40, 0.38);
    transform: translateY(-4px);
}

.page_images_container.page_images_video_container {
    background: #111827;
    background-size: cover;
    background-position: center center;
    grid-column: span 2;
    grid-row: span 2;
    padding-bottom: calc(60% + 14px);
}

.page_images_container.page_images_video_container:hover {
    transform: translateY(-4px);
}

.page_image_video_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_image_video_play {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(254, 211, 0, 0.94);
    color: #1d4ba1;
    font-size: 24px;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.page_image_video_play i {
    margin-left: 4px;
}

.page_image_contribution {
    max-width: calc(100% - 24px);
    padding: 4px 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    border-radius: 4px;
    background: rgba(17, 24, 39, 0.68);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.page_images_container_1 {
    grid-column: span 1;
    grid-row: span 1;
}

.page_images_container_2 {
    grid-column: span 1;
    grid-row: span 2;
    padding-bottom: calc(120% + 14px);
}

@media screen and (max-width: 440px) {
    .page_images_container_2 {
        grid-column: span 1;
        grid-row: span 1;
        padding-bottom: 60%;
    }

    .page_images_container.page_images_video_container {
        grid-column: span 1;
        grid-row: span 1;
        padding-bottom: 60%;
    }
}

.page_images_container_3 {
    grid-column: span 3;
    grid-row: span 1;
}

@media screen and (max-width: 767px) {
    .page_images_container_3 {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media screen and (max-width: 440px) {
    .page_images_container_3 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 6px 10px;
    margin: 0 auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transform: translateY(0);
    text-align: center;
    display: table;
    transition: all 0.4s ease-in-out;
    font-family: "Chewy", sans-serif;
    font-size: clamp(1em, 1.5vw, 1.1em);
    color: #ffffff;
    line-height: 1.1;
    border-radius: 20px;
    background-color: rgba(214, 30, 37, 0.88);
    z-index: 2;
    box-sizing: border-box;
}

.page_image_link:hover .page_image_title {
    background-color: rgba(29, 75, 161, 0.9);
    transform: translateY(-4px);
}

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(
            180deg,
            rgba(29, 75, 161, 0.02) 0%,
            rgba(29, 75, 161, 0.24) 100%
        ),
        linear-gradient(
            135deg,
            rgba(254, 211, 0, 0.16),
            rgba(214, 30, 37, 0.18)
        );
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page_image_link:hover .page_image_filter {
    background:
        linear-gradient(
            180deg,
            rgba(29, 75, 161, 0) 0%,
            rgba(86, 166, 40, 0.18) 100%
        ),
        linear-gradient(
            135deg,
            rgba(254, 211, 0, 0.06),
            rgba(214, 30, 37, 0.04)
        );
}

/* PAGE BUTTONS */
.page_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 25px auto;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.pg_btn,
.pg_btn:visited {
    --page-button-bg: #d61e25;
    --page-button-border: #d61e25;
    --page-button-color: #ffffff;
    --page-button-hover-bg: #b8181c;
    --page-button-hover-color: #ffffff;
    padding: 10px 10px 10px 22px;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border: 2px solid var(--page-button-border);
    border-radius: 999px;
    background-color: var(--page-button-bg);
    color: var(--page-button-color);
    text-decoration: none;
    font-size: 0.95em;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    box-shadow: 0 13px 24px rgba(214, 30, 37, 0.22);
    touch-action: manipulation;
    transition:
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    box-sizing: border-box;
}

.pg_btn span {
    position: relative;
    z-index: 1;
}

.pg_btn i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #ffffff;
    color: #d61e25;
    font-size: 0.9em;
}

.pg_btn_white,
.pg_btn_white:visited {
    --page-button-bg: rgba(255, 255, 255, 0.9);
    --page-button-border: rgba(20, 35, 60, 0.28);
    --page-button-color: #14233c;
    --page-button-hover-bg: #ffffff;
    --page-button-hover-color: #d61e25;
    box-shadow: 0 12px 22px rgba(20, 35, 60, 0.12);
}

.pg_btn_blue,
.pg_btn_blue:visited {
    --page-button-bg: #1d4ba1;
    --page-button-border: #1d4ba1;
    --page-button-hover-bg: #193f86;
    box-shadow: 0 13px 24px rgba(29, 75, 161, 0.2);
}

.pg_btn_yellow,
.pg_btn_yellow:visited {
    --page-button-bg: #fed300;
    --page-button-border: #fed300;
    --page-button-color: #14233c;
    --page-button-hover-bg: #e6bf00;
    --page-button-hover-color: #14233c;
    box-shadow: 0 13px 24px rgba(254, 211, 0, 0.24);
}

.pg_btn_green,
.pg_btn_green:visited {
    --page-button-bg: #56a628;
    --page-button-border: #56a628;
    --page-button-hover-bg: #468622;
    box-shadow: 0 13px 24px rgba(86, 166, 40, 0.2);
}

@media screen and (max-width: 560px) {
    .page_buttons {
        gap: 10px;
    }

    .pg_btn {
        width: 100%;
        min-height: 48px;
        padding: 0 10px 0 18px;
        font-size: 0.9em;
    }
}

.pg_btn:hover,
.pg_btn:focus {
    border-color: var(--page-button-hover-bg);
    background-color: var(--page-button-hover-bg);
    color: var(--page-button-hover-color);
    box-shadow: 0 15px 28px rgba(20, 35, 60, 0.18);
    transform: translateY(-2px);
}

.pg_btn:active {
    transform: translateY(0);
}

/* CTA */
.cta {
    --cta-bg: #1d4ba1;
    --cta-bg-dark: #193f86;
    --cta-text: #ffffff;
    --cta-accent: #fed300;
    --cta-field-bg: rgba(255, 255, 255, 0.14);
    --cta-field-bg-focus: rgba(255, 255, 255, 0.24);
    --cta-field-border: rgba(255, 255, 255, 0.42);
    --cta-field-text: #ffffff;
    --cta-field-placeholder: rgba(255, 255, 255, 0.72);
    --cta-focus-ring: rgba(254, 211, 0, 0.32);
    width: 90%;
    margin: 36px 5% 48px 5%;
    position: relative;
    clear: both;
    box-sizing: border-box;
    transform-origin: center center;
    animation:
        ctaReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) both,
        ctaFloat 9s ease-in-out 0.85s infinite;
}

@media screen and (max-width: 1200px) {
    .cta {
        width: calc(100% - 80px);
        margin: 32px 40px 44px 40px;
    }
}

@media screen and (max-width: 1080px) {
    .cta {
        width: calc(100% - 80px);
        margin: 30px 40px 40px 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta {
        width: calc(100% - 80px);
        margin: 28px 40px 36px 40px;
    }
}

@media screen and (max-width: 560px) {
    .cta {
        width: 100%;
        margin: 24px auto;
        animation: none;
    }
}

.cta_blue {
    --cta-bg: #1d4ba1;
    --cta-bg-dark: #193f86;
    --cta-text: #ffffff;
    --cta-accent: #fed300;
}

.cta_green {
    --cta-bg: #56a628;
    --cta-bg-dark: #468622;
    --cta-text: #ffffff;
    --cta-accent: #fed300;
}

.cta_red {
    --cta-bg: #d61e25;
    --cta-bg-dark: #b8181c;
    --cta-text: #ffffff;
    --cta-accent: #fed300;
}

.cta_yellow {
    --cta-bg: #fed300;
    --cta-bg-dark: #e6bf00;
    --cta-text: #14233c;
    --cta-accent: #d61e25;
    --cta-field-bg: rgba(255, 255, 255, 0.72);
    --cta-field-bg-focus: rgba(255, 255, 255, 0.9);
    --cta-field-border: rgba(20, 35, 60, 0.16);
    --cta-field-text: #14233c;
    --cta-field-placeholder: rgba(20, 35, 60, 0.52);
    --cta-focus-ring: rgba(214, 30, 37, 0.22);
}

.cta_white {
    --cta-bg: #ffffff;
    --cta-bg-dark: #edf8ff;
    --cta-text: #14233c;
    --cta-accent: #d61e25;
    --cta-field-bg: rgba(237, 248, 255, 0.92);
    --cta-field-bg-focus: #ffffff;
    --cta-field-border: rgba(29, 75, 161, 0.2);
    --cta-field-text: #14233c;
    --cta-field-placeholder: rgba(20, 35, 60, 0.48);
    --cta-focus-ring: rgba(29, 75, 161, 0.18);
}

.cta_shell {
    width: 100%;
    position: relative;
    display: grid;
    overflow: hidden;
}

.cta_backdrop,
.cta_fx,
.cta_inner {
    grid-area: 1 / 1;
}

.cta_backdrop {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.cta_bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 18% 22%,
            rgba(255, 255, 255, 0.2),
            transparent 38%
        ),
        radial-gradient(
            circle at 82% 78%,
            rgba(0, 0, 0, 0.08),
            transparent 34%
        ),
        linear-gradient(155deg, var(--cta-bg) 0%, var(--cta-bg-dark) 100%);
    z-index: 0;
    animation: ctaBgPulse 8s ease-in-out infinite;
}

@media (max-width: 560px) {
    .cta_bg {
        background-image:
            url("../images/slider_border_top.webp"),
            url("../images/slider_border_bottom2.webp"),
            radial-gradient(
                circle at 18% 22%,
                rgba(255, 255, 255, 0.2),
                transparent 38%
            ),
            radial-gradient(
                circle at 82% 78%,
                rgba(0, 0, 0, 0.08),
                transparent 34%
            ),
            linear-gradient(155deg, var(--cta-bg) 0%, var(--cta-bg-dark) 100%);
        background-attachment: scroll, scroll, scroll, scroll, scroll;
        background-repeat:
            no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position:
            top center,
            bottom center,
            center center,
            center center,
            center center;
        background-size:
            150% 40px,
            150% 40px,
            auto auto,
            auto auto,
            auto auto;
    }
}

.cta_frame {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 560px) {
    .cta_frame {
        display: none;
    }
}

.cta_fx {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.cta_fx_item {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.9;
    filter: drop-shadow(0 6px 12px rgba(20, 35, 60, 0.14));
    will-change: transform;
}

.cta_fx_sun {
    aspect-ratio: 1;
    background-image: url("../images/sun.webp");
}

.cta_fx_heart {
    aspect-ratio: 1;
}

.cta_fx_heart_1 {
    background-image: url("../images/heart_yellow.webp");
}

.cta_fx_heart_2 {
    background-image: url("../images/heart_green.webp");
}

.cta_fx_heart_3 {
    background-image: url("../images/heart_red.webp");
}

.cta_fx_heart_4 {
    background-image: url("../images/heart_blue.webp");
}

.cta_blue .cta_fx_heart_1,
.cta_green .cta_fx_heart_1,
.cta_red .cta_fx_heart_1 {
    background-image: url("../images/heart_yellow.webp");
}

.cta_blue .cta_fx_heart_2,
.cta_green .cta_fx_heart_2,
.cta_red .cta_fx_heart_2 {
    background-image: url("../images/heart_red.webp");
}

.cta_blue .cta_fx_heart_3,
.cta_green .cta_fx_heart_3,
.cta_red .cta_fx_heart_3 {
    background-image: url("../images/heart_green.webp");
}

.cta_blue .cta_fx_heart_4,
.cta_green .cta_fx_heart_4,
.cta_red .cta_fx_heart_4 {
    background-image: url("../images/heart_yellow.webp");
}

.cta_yellow .cta_fx_heart_1,
.cta_white .cta_fx_heart_1 {
    background-image: url("../images/heart_red.webp");
}

.cta_yellow .cta_fx_heart_2,
.cta_white .cta_fx_heart_2 {
    background-image: url("../images/heart_blue.webp");
}

.cta_yellow .cta_fx_heart_3,
.cta_white .cta_fx_heart_3 {
    background-image: url("../images/heart_green.webp");
}

.cta_yellow .cta_fx_heart_4,
.cta_white .cta_fx_heart_4 {
    background-image: url("../images/heart_red.webp");
}

.cta_fx_sun_1 {
    top: 7%;
    left: 4.5%;
    width: clamp(90px, 5.5vw, 120px);
    animation: ctaSunFloat1 16s linear infinite;
}

@media (max-width: 560px) {
    .cta_fx_sun_1 {
        top: 1%;
        left: 0%;
        width: clamp(80px, 5vw, 100px);
        animation: ctaSunFloat1 16s linear infinite;
    }
}

.cta_fx_heart_1 {
    top: 5%;
    right: 14%;
    width: clamp(26px, 3vw, 38px);
    animation: ctaHeartFloat1 6.2s ease-in-out infinite;
}

@media (max-width: 1080px) {
    .cta_fx_heart_1 {
        top: 7%;
        right: 5%;
    }
}

@media (max-width: 560px) {
    .cta_fx_heart_1 {
        top: 4%;
        right: 3%;
    }
}

.cta_fx_heart_2 {
    bottom: 8%;
    left: 8%;
    width: clamp(24px, 2.8vw, 34px);
    animation: ctaHeartFloat2 7.4s ease-in-out 0.8s infinite;
}

@media (max-width: 1080px) {
    .cta_fx_heart_2 {
        bottom: 7%;
        left: 9%;
    }
}

.cta_fx_heart_3 {
    bottom: 7%;
    right: 26%;
    width: clamp(42px, 2.5vw, 45px);
    animation: ctaHeartFloat3 6.8s ease-in-out 1.4s infinite;
}

@media (max-width: 1080px) {
    .cta_fx_heart_3 {
        bottom: 8%;
        right: 45%;
    }
}

@media (max-width: 560px) {
    .cta_fx_heart_3 {
        bottom: 10%;
        right: 1%;
    }
}

.cta_fx_heart_4 {
    top: 16%;
    left: 30%;
    width: clamp(22px, 2.4vw, 28px);
    animation: ctaHeartFloat4 7s ease-in-out 1.1s infinite;
}

@media (max-width: 1080px) {
    .cta_fx_heart_4 {
        top: 22%;
        left: 12%;
    }
}

@media (max-width: 767px) {
    .cta_fx_heart_4 {
        top: 42%;
        left: 3%;
    }
}

@media (max-width: 560px) {
    .cta_fx_heart_4 {
        top: 22%;
        left: 2%;
    }
}

.cta_inner {
    width: 100%;
    min-height: clamp(360px, 42vw, 420px);
    padding: clamp(40px, 7%, 72px) clamp(32px, 6%, 64px);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
    align-items: center;
    gap: clamp(14px, 2.2vw, 28px);
    box-sizing: border-box;
    z-index: 2;
}

@media screen and (max-width: 1080px) {
    .cta_inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 70px 40px;
        gap: 28px;
    }
}

@media screen and (max-width: 767px) {
    .cta_inner {
        padding: 80px 40px;
        gap: 24px;
    }
}

@media screen and (max-width: 560px) {
    .cta_inner {
        padding: 90px 40px;
        gap: 20px;
    }
}

.cta_content {
    width: 100%;
    max-width: 760px;
    position: relative;
    color: var(--cta-text);
    text-align: left;
    animation: ctaContentIn 0.8s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media screen and (max-width: 1080px) {
    .cta_content {
        max-width: none;
        text-align: center;
    }
}

.cta_title {
    padding: 0;
    margin: 0 0 14px 0;
    color: var(--cta-text);
    font-family: "Chewy", sans-serif;
    font-size: clamp(2.4em, 4.5vw, 4.2em);
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 3px 0 rgba(20, 35, 60, 0.14);
}

.cta_description {
    max-width: 66ch;
    padding: 0;
    margin: 0;
    color: var(--cta-text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8em, 1.3vw, 1.12em);
    font-weight: 500;
    line-height: 1.65;
}

@media screen and (max-width: 1080px) {
    .cta_description {
        max-width: 62ch;
        margin: 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .cta_description {
        display: none;
    }
}

.cta_form {
    width: 100%;
    position: relative;
    animation: ctaFormIn 0.85s 0.22s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cta_form .enquire {
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.cta_form .form_label {
    display: none;
}

.cta_form .form_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
    clear: none;
    float: none;
    width: 100%;
}

@media screen and (max-width: 680px) {
    .cta_form .form_group {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.cta_form .form_group_left,
.cta_form .form_group_right,
.cta_form .form_group_full {
    width: 100%;
    float: none;
    clear: none;
    margin: 0;
    display: block;
}

.cta_form .form_group .form_group_full {
    grid-column: 1 / -1;
}

.cta_form .form_group.form_group_double {
    margin-top: 6px;
    margin-bottom: 0;
}

.cta_form .form_group.form_group_double .form_group_full {
    text-align: right;
}

.cta_form .form_field input[type="text"],
.cta_form .form_field input[type="number"],
.cta_form .form_field input[type="email"],
.cta_form .form_field textarea,
.cta_form .form_field select {
    width: 100%;
    border: 2px solid var(--cta-field-border);
    border-radius: 14px;
    background-color: var(--cta-field-bg);
    color: var(--cta-field-text);
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 0.92em;
    font-weight: 600;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition:
        border-color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}

.cta_form .form_field select {
    height: 46px;
    padding: 0 14px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--cta-field-text) 50%),
        linear-gradient(135deg, var(--cta-field-text) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 2px),
        calc(100% - 12px) calc(50% - 2px);
    background-size:
        6px 6px,
        6px 6px;
    background-repeat: no-repeat;
}

.cta_form .form_field input[type="text"]::placeholder,
.cta_form .form_field input[type="number"]::placeholder,
.cta_form .form_field input[type="email"]::placeholder,
.cta_form .form_field textarea::placeholder {
    color: var(--cta-field-placeholder);
    opacity: 1;
}

.cta_form .form_field input[type="text"],
.cta_form .form_field input[type="number"],
.cta_form .form_field input[type="email"] {
    height: 46px;
    padding: 0 14px;
}

.cta_form .form_field textarea {
    height: 120px;
    padding: 12px 14px;
    resize: vertical;
}

.cta_form .form_field input[type="text"]:hover,
.cta_form .form_field input[type="text"]:focus,
.cta_form .form_field input[type="number"]:hover,
.cta_form .form_field input[type="number"]:focus,
.cta_form .form_field input[type="email"]:hover,
.cta_form .form_field input[type="email"]:focus,
.cta_form .form_field textarea:hover,
.cta_form .form_field textarea:focus,
.cta_form .form_field select:hover,
.cta_form .form_field select:focus {
    border-color: var(--cta-accent);
    background-color: var(--cta-field-bg-focus);
    outline: none;
    box-shadow: 0 0 0 4px var(--cta-focus-ring);
    transform: translateY(-1px);
}

.cta_form .gen_btn {
    min-height: 50px;
    padding: 13px 32px;
    margin-top: 0;
    border-radius: 999px;
    border: 2px solid var(--cta-field-border);
    background-color: var(--cta-accent);
    color: #14233c;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95em;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 28px rgba(20, 35, 60, 0.22);
    cursor: pointer;
    float: right;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
}

.cta_yellow .cta_form .gen_btn,
.cta_white .cta_form .gen_btn {
    color: #ffffff;
}

.cta_form .gen_btn:hover,
.cta_form .gen_btn:focus {
    background-color: #d61e25;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(214, 30, 37, 0.28);
}

@media screen and (max-width: 560px) {
    .cta_form .gen_btn {
        width: 100%;
    }
}

@keyframes ctaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ctaContentIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ctaFormIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ctaBgPulse {
    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.06);
    }
}

@keyframes ctaFloat {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(2px, -3px) rotate(0.25deg);
    }

    50% {
        transform: translate(-2px, 2px) rotate(-0.2deg);
    }

    75% {
        transform: translate(2px, 2px) rotate(0.15deg);
    }
}

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

    50% {
        transform: translateY(-8px) rotate(180deg);
    }

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

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

    50% {
        transform: translateY(-6px) rotate(-180deg);
    }

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

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

    50% {
        transform: translateY(-5px) rotate(180deg);
    }

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

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

    50% {
        transform: translateY(-7px) rotate(-180deg);
    }

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

@keyframes ctaHeartFloat1 {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-7px) scale(1.08);
    }
}

@keyframes ctaHeartFloat2 {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-6px) scale(1.1);
    }
}

@keyframes ctaHeartFloat3 {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.06);
    }
}

@keyframes ctaHeartFloat4 {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-6px) scale(1.07);
    }
}

/* STATISTICS */
.statistics {
    width: 90%;
    margin: 28px 5% 36px 5%;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .statistics {
        width: calc(100% - 80px);
        margin: 26px 40px 34px 40px;
    }
}

@media screen and (max-width: 560px) {
    .statistics {
        width: calc(100% - 32px);
        margin: 22px 16px 28px 16px;
    }
}

.statistics_shell {
    width: 100%;
    padding: clamp(28px, 4vw, 42px) clamp(22px, 3.5vw, 36px);
    border-radius: clamp(24px, 4vw, 40px);
    background-color: #fff9ef;
    box-shadow: 0 18px 40px rgba(20, 35, 60, 0.08);
    box-sizing: border-box;
    animation: statisticsShellIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media screen and (max-width: 767px) {
    .statistics_shell {
        padding: 24px 18px;
        border-radius: 24px;
    }
}

.statistics_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 20px);
    margin: 0 0 clamp(24px, 3vw, 34px);
}

@media screen and (max-width: 560px) {
    .statistics_header {
        gap: 10px;
        margin-bottom: 22px;
    }
}

.statistics_header_heart {
    width: clamp(28px, 3vw, 38px);
    height: auto;
    flex: 0 0 auto;
    display: block;
    animation: statisticsHeartPulse 4.8s ease-in-out infinite;
}

@media screen and (max-width: 560px) {
    .statistics_header_heart {
        width: 26px;
    }
}

.statistics_header_heart_right {
    animation-delay: 0.8s;
}

.statistics_title {
    margin: 0;
    padding: 0;
    color: #1d4ba1;
    font-family: "Chewy", sans-serif;
    font-size: clamp(2em, 3.5vw, 2.6em);
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
}

.statistics_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
}

@media screen and (max-width: 1080px) {
    .statistics_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 24px;
    }
}

@media screen and (max-width: 560px) {
    .statistics_grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

.statistics_item {
    --statistics-accent: #d61e25;
    --statistics-glow: rgba(214, 30, 37, 0.34);
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.6vw, 18px);
    min-width: 0;
    padding: 0 clamp(14px, 2vw, 22px);
    position: relative;
    border-right: 1px solid rgba(20, 35, 60, 0.12);
    box-sizing: border-box;
    animation: statisticsItemIn 0.75s var(--statistics-delay, 0s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

.statistics_item:hover,
.statistics_item:focus-within {
    transform: translateY(-8px);
    filter: drop-shadow(0 14px 18px rgba(20, 35, 60, 0.1));
}

.statistics_item:focus {
    outline: none;
}

.statistics_item:focus-visible {
    outline: 3px solid rgba(29, 75, 161, 0.45);
    outline-offset: 4px;
    border-radius: 12px;
}

.statistics_item_red {
    --statistics-accent: #d61e25;
    --statistics-glow: rgba(214, 30, 37, 0.38);
}

.statistics_item_blue {
    --statistics-accent: #1d4ba1;
    --statistics-glow: rgba(29, 75, 161, 0.34);
}

.statistics_item_yellow {
    --statistics-accent: #fed300;
    --statistics-glow: rgba(254, 211, 0, 0.42);
}

.statistics_item_green {
    --statistics-accent: #56a628;
    --statistics-glow: rgba(86, 166, 40, 0.36);
}

.statistics_item_white {
    --statistics-accent: #14233c;
    --statistics-glow: rgba(20, 35, 60, 0.16);
}

@media screen and (max-width: 1080px) {
    .statistics_item {
        border-right: 0;
        padding: 0 10px;
    }

    .statistics_item:nth-child(odd) {
        border-right: 1px solid rgba(20, 35, 60, 0.12);
    }
}

@media screen and (max-width: 560px) {
    .statistics_item {
        border-right: 0 !important;
        padding: 0 4px;
    }
}

.statistics_item:last-child {
    border-right: 0;
}

@media screen and (max-width: 1080px) {
    .statistics_item:nth-last-child(-n + 2) {
        border-right: 0;
    }

    .statistics_item:nth-child(odd):nth-last-child(-n + 2) {
        border-right: 1px solid rgba(20, 35, 60, 0.12);
    }

    .statistics_item:last-child:nth-child(odd) {
        border-right: 0;
    }
}

.statistics_icon {
    width: clamp(54px, 5vw, 68px);
    height: clamp(54px, 5vw, 68px);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    border-radius: 50%;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    box-shadow: 0 10px 22px rgba(20, 35, 60, 0.14);
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        background-color 0.38s ease;
    animation: statisticsIconPop 0.7s calc(var(--statistics-delay, 0s) + 0.12s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
}

.statistics_icon::before,
.statistics_icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.statistics_icon::before {
    inset: -7px;
    border: 2px solid var(--statistics-accent);
    opacity: 0;
    transform: scale(0.82);
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.statistics_icon::after {
    background: radial-gradient(
        circle,
        var(--statistics-glow) 0%,
        transparent 72%
    );
    opacity: 0;
    transform: scale(0.7);
    z-index: -1;
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.statistics_icon i {
    display: block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.statistics_item:hover .statistics_icon,
.statistics_item:focus-within .statistics_icon {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 18px 34px var(--statistics-glow);
}

.statistics_item:hover .statistics_icon::before,
.statistics_item:focus-within .statistics_icon::before {
    opacity: 0.75;
    transform: scale(1.14);
    animation: iconBoxRingPulse 1.35s ease-out infinite;
}

.statistics_item:hover .statistics_icon::after,
.statistics_item:focus-within .statistics_icon::after {
    opacity: 1;
    transform: scale(1.45);
}

.statistics_item:hover .statistics_icon i,
.statistics_item:focus-within .statistics_icon i {
    animation: iconBoxWiggle 0.65s ease-in-out;
}

@media screen and (max-width: 560px) {
    .statistics_icon {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
    }
}

.statistics_item_red .statistics_icon {
    background-color: #d61e25;
}

.statistics_item_blue .statistics_icon {
    background-color: #1d4ba1;
}

.statistics_item_yellow .statistics_icon {
    background-color: #fed300;
    color: #14233c;
}

.statistics_item_green .statistics_icon {
    background-color: #56a628;
}

.statistics_item_white .statistics_icon {
    background-color: #ffffff;
    color: #14233c;
    border: 2px solid rgba(20, 35, 60, 0.12);
}

.statistics_body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.statistics_value {
    display: flex;
    align-items: baseline;
    gap: 1px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        letter-spacing 0.35s ease;
}

.statistics_item:hover .statistics_value,
.statistics_item:focus-within .statistics_value {
    transform: translateY(-2px) scale(1.04);
    letter-spacing: 0.02em;
}

@media screen and (max-width: 560px) {
    .statistics_value {
        font-size: 1.65rem;
    }
}

.statistics_item_red .statistics_value {
    color: #d61e25;
}

.statistics_item_blue .statistics_value {
    color: #1d4ba1;
}

.statistics_item_yellow .statistics_value {
    color: #c9a800;
}

.statistics_item_green .statistics_value {
    color: #56a628;
}

.statistics_item_white .statistics_value {
    color: #14233c;
}

.statistics_value_text {
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

@media screen and (max-width: 560px) {
    .statistics_value_text {
        font-size: 1.35rem;
    }
}

.statistics_suffix {
    font-size: 0.92em;
}

.statistics_label {
    color: #14233c;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.78rem, 1.1vw, 0.95rem);
    font-weight: 600;
    line-height: 1.35;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.35s ease,
        opacity 0.35s ease;
}

.statistics_item:hover .statistics_label,
.statistics_item:focus-within .statistics_label {
    color: #0f1a2e;
    transform: translateY(-1px);
}

@media screen and (max-width: 560px) {
    .statistics_label {
        font-size: 0.82rem;
    }
}

@keyframes statisticsShellIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes statisticsItemIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes statisticsIconPop {
    from {
        opacity: 0;
        transform: scale(0.72);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes statisticsHeartPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

/* ICON BOXES */
.icon_boxes {
    width: 100%;
    margin: 25px auto;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .icon_boxes {
        margin-bottom: 22px;
    }
}

.icon_boxes_grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    align-items: stretch;
}

.icon_boxes_grid > .icon_box {
    --icon-box-grid-start: auto;
    grid-column: var(--icon-box-grid-start) / span 2;
}

.icon_boxes_grid > .icon_box:nth-last-child(1):nth-child(6n + 1) {
    --icon-box-grid-start: 6;
}

.icon_boxes_grid > .icon_box:nth-last-child(2):nth-child(6n + 1) {
    --icon-box-grid-start: 5;
}

.icon_boxes_grid > .icon_box:nth-last-child(3):nth-child(6n + 1) {
    --icon-box-grid-start: 4;
}

.icon_boxes_grid > .icon_box:nth-last-child(4):nth-child(6n + 1) {
    --icon-box-grid-start: 3;
}

.icon_boxes_grid > .icon_box:nth-last-child(5):nth-child(6n + 1) {
    --icon-box-grid-start: 2;
}

@media screen and (max-width: 1200px) {
    .icon_boxes_grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .icon_boxes_grid > .icon_box:nth-last-child(1):nth-child(6n + 1),
    .icon_boxes_grid > .icon_box:nth-last-child(2):nth-child(6n + 1),
    .icon_boxes_grid > .icon_box:nth-last-child(3):nth-child(6n + 1),
    .icon_boxes_grid > .icon_box:nth-last-child(4):nth-child(6n + 1),
    .icon_boxes_grid > .icon_box:nth-last-child(5):nth-child(6n + 1) {
        --icon-box-grid-start: auto;
    }

    .icon_boxes_grid > .icon_box:nth-last-child(1):nth-child(3n + 1) {
        --icon-box-grid-start: 3;
    }

    .icon_boxes_grid > .icon_box:nth-last-child(2):nth-child(3n + 1) {
        --icon-box-grid-start: 2;
    }
}

@media screen and (max-width: 767px) {
    .icon_boxes_grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .icon_boxes_grid > .icon_box:nth-last-child(1):nth-child(3n + 1),
    .icon_boxes_grid > .icon_box:nth-last-child(2):nth-child(3n + 1) {
        --icon-box-grid-start: auto;
    }

    .icon_boxes_grid > .icon_box:nth-last-child(1):nth-child(2n + 1) {
        --icon-box-grid-start: 2;
    }
}

@media screen and (max-width: 560px) {
    .icon_boxes_grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .icon_boxes_grid > .icon_box {
        --icon-box-grid-start: auto;
        grid-column: 1 / -1;
    }
}

.icon_box {
    --icon-box-accent: #d61e25;
    --icon-box-glow: rgba(214, 30, 37, 0.34);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(8px, 1.2vw, 14px) clamp(6px, 1vw, 10px);
    position: relative;
    box-sizing: border-box;
    animation: iconBoxIn 0.72s var(--icon-box-delay, 0s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

@media screen and (max-width: 560px) {
    .icon_box {
        padding: 6px 4px;
    }
}

.icon_box:hover,
.icon_box:focus-within {
    transform: translateY(-8px);
    filter: drop-shadow(0 14px 18px rgba(20, 35, 60, 0.1));
}

.icon_box:focus {
    outline: none;
}

.icon_box:focus-visible {
    outline: 3px solid rgba(29, 75, 161, 0.45);
    outline-offset: 4px;
    border-radius: 12px;
}

.icon_box_red {
    --icon-box-accent: #d61e25;
    --icon-box-glow: rgba(214, 30, 37, 0.38);
}

.icon_box_blue {
    --icon-box-accent: #1d4ba1;
    --icon-box-glow: rgba(29, 75, 161, 0.34);
}

.icon_box_yellow {
    --icon-box-accent: #fed300;
    --icon-box-glow: rgba(254, 211, 0, 0.42);
}

.icon_box_green {
    --icon-box-accent: #56a628;
    --icon-box-glow: rgba(86, 166, 40, 0.36);
}

.icon_box_white {
    --icon-box-accent: #14233c;
    --icon-box-glow: rgba(20, 35, 60, 0.16);
}

.icon_box_icon {
    width: clamp(58px, 5.5vw, 72px);
    height: clamp(58px, 5.5vw, 72px);
    margin: 0 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    border-radius: 50%;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    box-shadow: 0 12px 24px rgba(20, 35, 60, 0.14);
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        background-color 0.38s ease;
    animation: iconBoxIconPop 0.68s calc(var(--icon-box-delay, 0s) + 0.08s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
}

.icon_box_icon::before,
.icon_box_icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.icon_box_icon::before {
    inset: -7px;
    border: 2px solid var(--icon-box-accent);
    opacity: 0;
    transform: scale(0.82);
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.icon_box_icon::after {
    background: radial-gradient(
        circle,
        var(--icon-box-glow) 0%,
        transparent 72%
    );
    opacity: 0;
    transform: scale(0.7);
    z-index: -1;
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.icon_box_icon i {
    display: block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 560px) {
    .icon_box_icon {
        width: 62px;
        height: 62px;
        margin-bottom: 12px;
        font-size: 1.4rem;
    }
}

.icon_box:hover .icon_box_icon,
.icon_box:focus-within .icon_box_icon {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 18px 34px var(--icon-box-glow);
}

.icon_box:hover .icon_box_icon::before,
.icon_box:focus-within .icon_box_icon::before {
    opacity: 0.75;
    transform: scale(1.14);
    animation: iconBoxRingPulse 1.35s ease-out infinite;
}

.icon_box:hover .icon_box_icon::after,
.icon_box:focus-within .icon_box_icon::after {
    opacity: 1;
    transform: scale(1.45);
}

.icon_box:hover .icon_box_icon i,
.icon_box:focus-within .icon_box_icon i {
    animation: iconBoxWiggle 0.65s ease-in-out;
}

.icon_box_red .icon_box_icon {
    background-color: #d61e25;
}

.icon_box_blue .icon_box_icon {
    background-color: #1d4ba1;
}

.icon_box_yellow .icon_box_icon {
    background-color: #fed300;
    color: #14233c;
}

.icon_box_green .icon_box_icon {
    background-color: #56a628;
}

.icon_box_white .icon_box_icon {
    background-color: #ffffff;
    color: #14233c;
    border: 2px solid rgba(20, 35, 60, 0.12);
}

.icon_box_title {
    margin: 0 0 8px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.88rem, 1.15vw, 1rem);
    font-weight: 800;
    line-height: 1.25;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        letter-spacing 0.35s ease,
        color 0.35s ease;
}

.icon_box:hover .icon_box_title,
.icon_box:focus-within .icon_box_title {
    transform: translateY(-2px) scale(1.04);
    letter-spacing: 0.02em;
}

@media screen and (max-width: 560px) {
    .icon_box_title {
        font-size: 0.95rem;
    }
}

.icon_box_red .icon_box_title {
    color: #d61e25;
}

.icon_box_blue .icon_box_title {
    color: #1d4ba1;
}

.icon_box_yellow .icon_box_title {
    color: #c9a800;
}

.icon_box_green .icon_box_title {
    color: #56a628;
}

.icon_box_white .icon_box_title {
    color: #14233c;
}

.icon_box_description {
    margin: 0;
    padding: 0;
    max-width: 18ch;
    color: #5a6478;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 0.95vw, 0.9rem);
    font-weight: 500;
    line-height: 1.3 !important;
    text-align: center !important;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.35s ease,
        opacity 0.35s ease;
}

.icon_box:hover .icon_box_description,
.icon_box:focus-within .icon_box_description {
    color: #14233c;
    transform: translateY(-1px);
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .icon_box_description {
        max-width: 22ch;
    }
}

@media screen and (max-width: 560px) {
    .icon_box_description {
        max-width: 34ch;
    }
}

@keyframes iconBoxIn {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes iconBoxIconPop {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes iconBoxWiggle {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    20% {
        transform: rotate(-10deg) scale(1.08);
    }

    40% {
        transform: rotate(8deg) scale(1.12);
    }

    60% {
        transform: rotate(-6deg) scale(1.08);
    }

    80% {
        transform: rotate(4deg) scale(1.04);
    }
}

@keyframes iconBoxRingPulse {
    0% {
        opacity: 0.75;
        transform: scale(1.08);
    }

    70% {
        opacity: 0;
        transform: scale(1.42);
    }

    100% {
        opacity: 0;
        transform: scale(1.42);
    }
}

/* LOGO SLIDER */
.logo_slider {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 10px auto 0 auto;
    position: relative;
    background-color: #ffffff;
    display: table;
    clear: both;
    overflow: hidden;
}

.logo_slider .slick-slide {
    box-sizing: border-box;
}

.logo_slider .slick-slide > div,
.logo_slider .slick-slide > div > div {
    width: 100%;
}

.logo_slider img,
.logo_slider .slick-slide img {
    width: min(72%, 190px) !important;
    max-width: 100%;
    height: auto !important;
    max-height: 118px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.logo_sliderlink {
    display: block;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .logo_slider {
        padding: 12px 0 16px;
    }

    .logo_slider img,
    .logo_slider .slick-slide img {
        width: min(74vw, 240px) !important;
        height: auto !important;
        max-height: 140px;
    }
}

@media screen and (max-width: 440px) {
    .logo_slider img,
    .logo_slider .slick-slide img {
        width: min(78vw, 260px) !important;
        height: auto !important;
        max-height: 150px;
    }
}

.logo_slider_header {
    width: calc(100% - 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 20px);
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .logo_slider_header {
        width: calc(100% - 32px);
        gap: 10px;
    }
}

.logo_slider_header_icon {
    width: clamp(28px, 3vw, 42px);
    height: auto;
    flex: 0 0 auto;
    display: block;
}

@media screen and (max-width: 560px) {
    .logo_slider_header_icon {
        width: 26px;
    }
}

.logo_slider_header_title {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    display: block;
    font-size: clamp(2em, 3.5vw, 2.6em);
    line-height: 1.3;
    color: #1d4ba1;
    text-align: center;
    font-family: "Chewy", serif;
}

.logo_slider .slick-prev,
.logo_slider .slick-next {
    width: auto;
    height: auto;
    padding: 0;
    z-index: 100;
}

.logo_slider .slick-prev {
    left: 12px;
}

.logo_slider .slick-next {
    right: 12px;
}

.logo_slider .slick-prev:before,
.logo_slider .slick-next:before {
    content: none;
    display: none;
}

.logo_slider .slick-prev i,
.logo_slider .slick-next i {
    display: block;
    color: #888888;
    font-size: 28px;
    line-height: 1;
    transition: color 0.2s ease-in-out;
}

.logo_slider .slick-prev:hover i,
.logo_slider .slick-prev:focus i,
.logo_slider .slick-next:hover i,
.logo_slider .slick-next:focus i {
    color: #666666;
}

.logo_slider .slick-prev.slick-disabled i,
.logo_slider .slick-next.slick-disabled i {
    color: #cccccc;
    opacity: 1;
}

@media screen and (max-width: 560px) {
    .logo_slider .slick-prev i,
    .logo_slider .slick-next i {
        font-size: 24px;
    }
}

/* MAP */
.map_section {
    width: 100%;
    margin: 28px auto 10px;
    position: relative;
    clear: both;
    box-sizing: border-box;
    animation: mapSectionIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media screen and (max-width: 560px) {
    .map_section {
        margin: 22px auto 8px;
    }
}

.map_shell {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.map_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 18px;
    animation: mapHeaderIn 0.75s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media screen and (max-width: 560px) {
    .map_header {
        gap: 10px;
        margin-bottom: 14px;
    }
}

.map_header_icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1d4ba1;
    color: #ffffff;
    font-size: 1.15rem;
    animation: mapIconPulse 4.5s ease-in-out infinite;
}

@media screen and (max-width: 560px) {
    .map_header_icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

.map_title {
    margin: 0;
    padding: 0;
    color: #14233c;
    font-family: "Chewy", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 400;
    line-height: 1.1;
}

@media screen and (max-width: 560px) {
    .map_title {
        font-size: 1.45rem;
    }
}

.mapouter {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    overflow: visible;
    text-align: left;
}

.map_frame_wrap {
    width: calc(100% - 4px);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(29, 75, 161, 0.12);
    background-color: #edf8ff;
    animation: mapFrameIn 0.8s 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.map_fx_pin::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
}

@media screen and (max-width: 560px) {
    .map_fx_pin {
        display: none;
    }
}

.gmap_canvas {
    width: 100%;
    background: none !important;
    overflow: hidden;
    position: relative;
    z-index: 0;
    line-height: 0;
}

.gmap_iframe,
#gmap_canvas {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    border: 0;
    filter: saturate(1.02) contrast(1.02);
    transition: filter 0.35s ease;
}

.map_frame_wrap:hover .gmap_iframe,
.map_frame_wrap:hover #gmap_canvas {
    filter: saturate(1.08) contrast(1.04);
}

.map_overlay {
    position: absolute;
    right: clamp(14px, 2.5vw, 22px);
    bottom: clamp(14px, 2.5vw, 22px);
    z-index: 2;
    animation: mapOverlayIn 0.75s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media screen and (max-width: 560px) {
    .map_overlay {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }
}

.map_directions_btn {
    min-height: 48px;
    padding: 10px 10px 10px 22px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.92em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 28px rgba(29, 75, 161, 0.28);
}

.map_directions_btn i {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.map_directions_btn:hover i,
.map_directions_btn:focus i {
    transform: translateX(3px) rotate(-8deg);
}

@media screen and (max-width: 560px) {
    .map_directions_btn {
        width: 100%;
        justify-content: center;
    }
}

@keyframes mapSectionIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mapHeaderIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mapFrameIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mapOverlayIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mapIconPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes mapPinFloat {
    0%,
    100% {
        transform: rotate(-45deg) translateY(0);
    }

    50% {
        transform: rotate(-45deg) translateY(-8px);
    }
}

/* PEOPLE */
.people_section {
    width: 100%;
    margin: 28px auto 36px;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

.people_category {
    width: 100%;
    margin: 0 0 42px;
    position: relative;
    clear: both;
    animation: peopleCategoryIn 0.8s var(--people-category-delay, 0s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
}

.people_category:last-child {
    margin-bottom: 0;
}

.people_category_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 22px);
    margin: 0 0 clamp(22px, 3vw, 34px);
    text-align: center;
}

.people_category_heart {
    width: clamp(24px, 2.8vw, 34px);
    height: auto;
    flex: 0 0 auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(20, 35, 60, 0.12));
    animation: peopleHeartBob 4.8s ease-in-out infinite;
}

.people_category_heart_right {
    animation-delay: 0.8s;
}

.people_category_title {
    margin: 0;
    font-family: "Chewy", serif;
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
    font-weight: 500;
    line-height: 1.05;
    color: #1d4ba1;
}

.people_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 30px);
    align-items: stretch;
}

@media screen and (max-width: 900px) {
    .people_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 560px) {
    .people_grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 360px;
        margin: 0 auto;
    }
}

.people_card {
    --people-accent: #d61e25;
    --people-accent-dark: #b8181c;
    --people-text: #ffffff;
    --people-glow: rgba(214, 30, 37, 0.28);
    position: relative;
    box-sizing: border-box;
    animation: peopleCardIn 0.78s var(--people-delay, 0s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

.people_card:hover,
.people_card:focus-within {
    transform: translateY(-10px);
}

.people_card:focus {
    outline: none;
}

.people_card:focus-visible {
    outline: 3px solid rgba(29, 75, 161, 0.45);
    outline-offset: 6px;
    border-radius: 18px;
}

.people_card_red {
    --people-accent: #d61e25;
    --people-accent-dark: #b8181c;
    --people-glow: rgba(214, 30, 37, 0.3);
}

.people_card_blue {
    --people-accent: #1d4ba1;
    --people-accent-dark: #193f86;
    --people-glow: rgba(29, 75, 161, 0.28);
}

.people_card_yellow {
    --people-accent: #fed300;
    --people-accent-dark: #e6bf00;
    --people-glow: rgba(254, 211, 0, 0.34);
}

.people_card_green {
    --people-accent: #56a628;
    --people-accent-dark: #468622;
    --people-glow: rgba(86, 166, 40, 0.3);
}

.people_card_shell {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.people_card_inner {
    width: 100%;
    position: relative;
    display: grid;
    box-sizing: border-box;
}

.people_card_backdrop,
.people_card_content,
.people_card_frame {
    grid-area: 1 / 1;
}

.people_card_backdrop {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.people_card_bg {
    position: absolute;
    inset: 4px;
    border-radius: 12px;
    background:
        radial-gradient(
            circle at 82% 82%,
            rgba(255, 255, 255, 0.24),
            transparent 42%
        ),
        radial-gradient(
            circle at 82% 82%,
            rgba(0, 0, 0, 0.08),
            transparent 36%
        ),
        linear-gradient(
            155deg,
            var(--people-accent) 0%,
            var(--people-accent-dark) 100%
        );
}

.people_card_frame {
    grid-area: 1 / 1;
    z-index: 3;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: -2px;
    display: block;
    object-fit: fill;
    pointer-events: none;
    align-self: stretch;
    justify-self: stretch;
    box-sizing: border-box;
    transform-origin: center center;
}

.people_card_frame_flip_x {
    transform: scaleX(-1);
}

.people_card_frame_flip_y {
    transform: scaleY(-1);
}

.people_card_frame_flip_xy {
    transform: scale(-1, -1);
}

.people_card_content {
    width: 100%;
    min-height: 100%;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(12px, 1.8vw, 16px);
    box-sizing: border-box;
    z-index: 2;
}

.people_card_photo_wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.12);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.45s ease;
}

.people_card:hover .people_card_photo_wrap,
.people_card:focus-within .people_card_photo_wrap {
    filter: brightness(1.04) saturate(1.05);
    transform: scale(1.02);
}

.content .people_section .people_card_photo {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.people_card_body {
    width: 100%;
    margin-top: auto;
    padding: 0;
    text-align: center;
}

.people_card_name {
    margin: 0 0 6px;
    font-family: "Chewy", serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.1;
    color: var(--people-text);
    text-wrap: balance;
}

.people_card_designation {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.82rem, 1.4vw, 0.95rem);
    font-weight: 700;
    line-height: 1.35;
    text-align: center !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--people-text);
    opacity: 0.92;
}

@keyframes peopleCategoryIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes peopleCardIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes peopleCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes peopleCardBgPulse {
    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.05);
    }
}

@keyframes peopleHeartBob {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-4px) rotate(4deg);
    }
}

@keyframes peopleSunSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 560px) {
    .people_category_heart {
        width: 22px;
    }
}

/* FOOTER */
.footer_top_border {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    bottom: -2px;
}

.footer_top_border img {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.footer {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    background-color: #709a25;
}

.footer_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(
            circle at 12% 68%,
            rgba(168, 214, 98, 0.42),
            transparent 44%
        ),
        radial-gradient(
            circle at 88% 56%,
            rgba(186, 228, 118, 0.36),
            transparent 40%
        ),
        radial-gradient(
            circle at 38% 82%,
            rgba(152, 200, 86, 0.34),
            transparent 38%
        ),
        radial-gradient(
            circle at 72% 78%,
            rgba(196, 236, 130, 0.3),
            transparent 36%
        ),
        radial-gradient(
            circle at 55% 58%,
            rgba(175, 220, 105, 0.22),
            transparent 32%
        );
    mask-image: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.15) 18%,
        rgba(0, 0, 0, 0.85) 32%,
        #000 48%
    );
}

.footer_nowapp {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer_shell {
    width: calc(100% - 10%);
    margin: 0 auto;
    padding: 52px 5% 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
    .footer_shell {
        width: calc(100% - 40px);
        padding: 48px 20px 0;
    }
}

.footer_border_top {
    width: calc(100% + 4px);
    max-width: none;
    height: auto;
    margin: 0 0 8px -2px;
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none;
    opacity: 0.95;
}

.footer_fx {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.footer_fx_item {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.82;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.28));
    will-change: transform;
}

.footer_fx_sun {
    aspect-ratio: 1;
    background-image: url("../images/sun.webp");
}

.footer_fx_heart {
    aspect-ratio: 1;
}

.footer_fx_heart_1 {
    background-image: url("../images/heart_yellow.webp");
}

.footer_fx_heart_2 {
    background-image: url("../images/heart_red.webp");
}

.footer_fx_heart_3 {
    background-image: url("../images/heart_blue.webp");
}

.footer_fx_heart_4 {
    background-image: url("../images/heart_blue.webp");
}

.footer_fx_heart_5 {
    background-image: url("../images/heart_yellow.webp");
}

.footer_fx_heart_6 {
    background-image: url("../images/heart_red.webp");
}

.footer_fx_sun_1 {
    top: 2%;
    left: 0%;
    width: clamp(86px, 5vw, 104px);
    animation: footerSunFloat1 16s linear infinite;
}

.footer_fx_heart_1 {
    top: 7%;
    right: 7%;
    width: clamp(24px, 2.4vw, 34px);
    animation: footerHeartFloat1 6.4s ease-in-out infinite;
}

.footer_fx_heart_2 {
    top: 42%;
    left: 1.5%;
    width: clamp(22px, 2.2vw, 30px);
    animation: footerHeartFloat2 7.2s ease-in-out 0.6s infinite;
}

.footer_fx_heart_3 {
    top: 24%;
    right: 1.5%;
    width: clamp(20px, 2vw, 28px);
    animation: footerHeartFloat3 6.8s ease-in-out 1.1s infinite;
}

.footer_fx_heart_4 {
    bottom: 22%;
    left: 5%;
    width: clamp(26px, 2.6vw, 36px);
    animation: footerHeartFloat4 7s ease-in-out 0.9s infinite;
}

.footer_fx_heart_5 {
    bottom: 10%;
    right: 14%;
    width: clamp(18px, 1.8vw, 26px);
    animation: footerHeartFloat1 5.8s ease-in-out 1.4s infinite;
}

.footer_fx_heart_6 {
    top: 16%;
    left: 16%;
    width: clamp(20px, 2vw, 28px);
    animation: footerHeartFloat3 6.6s ease-in-out 0.4s infinite;
}

.footer_inner {
    width: 100%;
    position: relative;
    z-index: 2;
    display: table;
    clear: both;
}

@media screen and (max-width: 1080px) {
    .footer_fx_sun_1 {
        top: 2%;
        left: 1%;
    }

    .footer_fx_heart_2,
    .footer_fx_heart_6 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer_fx_heart_3,
    .footer_fx_heart_5 {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .footer_shell {
        width: 100%;
        padding: 42px 16px 0;
    }

    .footer_fx_heart_1,
    .footer_fx_heart_4 {
        opacity: 0.7;
    }
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-family: "Font Awesome 5 Pro", sans-serif;
}

.footer_socials i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin: 0 4px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    transition:
        background-color 0.28s ease,
        color 0.28s ease,
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

@media only screen and (max-width: 767px) {
    .footer_socials i {
        width: 30px;
        height: 30px;
        margin: 0 1px;
        line-height: 30px;
        font-size: 14px;
    }
}

.footer_socials i:hover {
    background-color: #fed300;
    border-color: #fed300;
    color: #14233c;
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.footer_socials a {
    text-decoration: none;
}

.footer_addresses {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media only screen and (max-width: 767px) {
    .footer_addresses {
        padding: 0;
    }
}

.footer_address_holder {
    width: 50%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        display: table;
        padding: 0 0 10px 0;
        position: relative;
        clear: both;
        font-size: 0.9em;
        text-align: center;
    }
}

.footer_address_header {
    font-size: 1.6em;
    font-weight: 500;
    padding: 0 0 8px 0;
    font-family: "Chewy", serif;
    color: #ffffff;
}

.footer_logo_holder {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .footer_logo_holder {
        text-align: center;
    }
}

.footer_logo_well {
    display: inline-block;
    padding: 14px 18px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow:
        0 10px 28px rgba(20, 35, 60, 0.14),
        0 2px 8px rgba(20, 35, 60, 0.08);
    box-sizing: border-box;
}

.footer_logo_well img {
    width: auto;
    height: 200px;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    float: none;
}

@media only screen and (max-width: 767px) {
    .footer_logo_well {
        margin: 0 auto 20px;
    }

    .footer_logo_well img {
        width: auto;
        height: auto;
        max-height: 160px;
        max-width: min(260px, 72vw);
    }
}

.footer_address_info {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 400;
    font-size: 1em;
}

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy_policy .pg_btn {
    min-width: 220px;
}

@media screen and (max-width: 560px) {
    .privacy_policy .pg_btn {
        width: 100%;
        max-width: 320px;
    }
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.9em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.9em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #c4c4d4;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #fed300;
    text-decoration: underline;
}

@keyframes footerReveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

    50% {
        transform: translateY(-10px) rotate(180deg);
    }

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

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

    50% {
        transform: translateY(-8px) rotate(-180deg);
    }

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

@keyframes footerHeartFloat1 {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-7px) scale(1.08);
    }
}

@keyframes footerHeartFloat2 {
    0%,
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
    }

    50% {
        transform: translateY(-6px) scale(1.06) rotate(6deg);
    }
}

@keyframes footerHeartFloat3 {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.1);
    }
}

@keyframes footerHeartFloat4 {
    0%,
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) scale(1.07) rotate(-5deg);
    }
}

/* WHATSAPP BUTTON */
.floating_button_holder_whatsapp {
    --whatsapp-color: #25d366;
    --whatsapp-size: 50px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1005;
}

@media screen and (max-width: 560px) {
    .floating_button_holder_whatsapp {
        right: 14px;
        bottom: 14px;
    }
}

.whatsapp_link,
.whatsapp_link:visited {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    color: var(--whatsapp-color);
    text-decoration: none;
    animation: animateWhatsappFloat 3.4s ease-in-out infinite;
}

.whatsapp_button {
    width: calc(var(--whatsapp-size) + 22px);
    height: calc(var(--whatsapp-size) + 22px);
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 32% 26%,
            rgba(255, 255, 255, 0.92) 0 10%,
            rgba(255, 255, 255, 0.24) 11% 24%,
            transparent 25%
        ),
        linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 38%),
        var(--whatsapp-color);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.28),
        inset 0 -8px 18px rgba(0, 0, 0, 0.18),
        inset 0 8px 16px rgba(255, 255, 255, 0.22);
    isolation: isolate;
    transition:
        transform 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out;
}

.whatsapp_button i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: var(--whatsapp-size);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
    transition:
        transform 0.25s ease-in-out,
        filter 0.25s ease-in-out;
}

.whatsapp_button:before,
.whatsapp_button:after {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
}

.whatsapp_button:before {
    background: conic-gradient(
        from 20deg,
        transparent 0 46%,
        rgba(255, 255, 255, 0.8) 48% 52%,
        transparent 54% 100%
    );
    opacity: 0.55;
    animation: animateWhatsappSweep 3.8s linear infinite;
    z-index: 1;
}

.whatsapp_button:after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.18);
    z-index: 2;
}

.whatsapp_button_ring {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--whatsapp-color);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.whatsapp_button_ring_one {
    animation: animateWhatsappRipple 2.2s ease-out infinite;
}

.whatsapp_button_ring_two {
    animation: animateWhatsappRipple 2.2s ease-out 0.75s infinite;
}

.whatsapp_button_glow {
    width: 82%;
    height: 82%;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    background-color: var(--whatsapp-color);
    filter: blur(18px);
    opacity: 0.42;
    z-index: -2;
    animation: animateWhatsappGlow 2.6s ease-in-out infinite;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 9px 13px;
    margin: 0 13px 0 0;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: 5;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
    color: #252525;
    opacity: 0;
    visibility: hidden;
    transform: translate(10px, -50%) scale(0.94);
    transform-origin: right center;
    pointer-events: none;
    animation: animateWhatsappPopup 0.7s ease-in-out 2.5s 1 forwards;
    transition:
        opacity 0.22s ease-in-out,
        visibility 0.22s ease-in-out,
        transform 0.22s ease-in-out;
}

@media screen and (max-width: 560px) {
    .whatsapp_popup {
        display: none;
    }
}

.whatsapp_popup:after {
    content: "";
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -6px;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    transform: translateY(-50%) rotate(45deg);
}

.whatsapp_link:hover .whatsapp_button,
.whatsapp_link:focus .whatsapp_button {
    transform: translateY(-4px) scale(1.04);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.34),
        inset 0 -8px 18px rgba(0, 0, 0, 0.18),
        inset 0 8px 16px rgba(255, 255, 255, 0.26);
}

.whatsapp_link:hover .whatsapp_button i,
.whatsapp_link:focus .whatsapp_button i {
    transform: rotate(-8deg) scale(1.08);
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.3));
}

.whatsapp_link:hover .whatsapp_popup,
.whatsapp_link:focus .whatsapp_popup {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%) scale(1);
}

@keyframes animateWhatsappPopup {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate(10px, -50%) scale(0.94);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translate(0, -50%) scale(1);
    }
}

@keyframes animateWhatsappFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes animateWhatsappRipple {
    0% {
        transform: scale(0.78);
        opacity: 0.48;
    }

    80% {
        opacity: 0;
    }

    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

@keyframes animateWhatsappGlow {
    0% {
        transform: scale(0.85);
        opacity: 0.35;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.55;
    }

    100% {
        transform: scale(0.85);
        opacity: 0.35;
    }
}

@keyframes animateWhatsappSweep {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

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

/* ****************************** */

/* PHOTO GALLERY */
.portfolio {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 24px auto 0;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

.photo_gallery_section .content_wrapper {
    width: 100%;
    box-sizing: border-box;
}

.photo_gallery_breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 14px 18px;
    text-align: center;
    font-family: "Chewy", serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.2;
    color: #14233c;
    background: linear-gradient(
        135deg,
        rgba(254, 211, 0, 0.22),
        rgba(29, 75, 161, 0.1)
    );
    border: 2px solid rgba(29, 75, 161, 0.16);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 35, 60, 0.08);
    box-sizing: border-box;
    animation: galleryBreadcrumbIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.photo_gallery_breadcrumb a,
.photo_gallery_breadcrumb a:visited {
    color: #1d4ba1;
    text-decoration: none;
    transition: color 0.25s ease;
}

.photo_gallery_breadcrumb a:hover,
.photo_gallery_breadcrumb a:visited:hover {
    color: #d61e25;
}

.photo_gallery_breadcrumb i {
    color: #56a628;
    font-size: 0.9em;
}

.photo_gallery_breadcrumb span {
    color: #14233c;
}

.album_gallery,
.photo_gallery {
    width: 100%;
    height: auto;
    padding: 4px 0 8px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(100px, auto);
    gap: clamp(14px, 2vw, 22px);
    grid-auto-flow: dense;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .album_gallery,
    .photo_gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 440px) {
    .album_gallery,
    .photo_gallery {
        grid-template-columns: minmax(0, 1fr);
    }
}

.gallery_tile {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    outline: none;
    animation: galleryTileIn 0.72s var(--gallery-delay, 0s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery_tile:hover,
.gallery_tile:focus-visible {
    transform: translateY(-6px);
}

.gallery_tile:focus {
    outline: none;
}

.gallery_tile:focus-visible .gallery_tile_card {
    outline: 3px solid rgba(29, 75, 161, 0.45);
    outline-offset: 4px;
}

.gallery_tile_card {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 12px;
    background-color: #edf8ff;
    box-shadow:
        0 12px 26px rgba(20, 35, 60, 0.12),
        inset 0 0 0 1px rgba(29, 75, 161, 0.08);
    transform: translateY(0);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-sizing: border-box;
}

.gallery_tile:hover .gallery_tile_card,
.gallery_tile:focus-visible .gallery_tile_card {
    border-color: #fed300;
    box-shadow:
        0 18px 34px rgba(29, 75, 161, 0.18),
        inset 0 0 0 2px rgba(86, 166, 40, 0.32);
}

.gallery_tile_media {
    position: absolute;
    inset: 0;
    background-color: #e8eef5;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery_tile:hover .gallery_tile_media,
.gallery_tile:focus-visible .gallery_tile_media {
    transform: scale(1.08);
}

.gallery_tile_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(29, 75, 161, 0.04) 0%,
            rgba(20, 35, 60, 0.42) 100%
        ),
        linear-gradient(
            135deg,
            rgba(254, 211, 0, 0.14),
            rgba(214, 30, 37, 0.12)
        );
    opacity: 0.82;
    transition:
        opacity 0.35s ease,
        background 0.35s ease;
}

.gallery_tile:hover .gallery_tile_overlay,
.gallery_tile:focus-visible .gallery_tile_overlay {
    opacity: 1;
    background:
        linear-gradient(
            180deg,
            rgba(29, 75, 161, 0.08) 0%,
            rgba(86, 166, 40, 0.28) 100%
        ),
        linear-gradient(135deg, rgba(254, 211, 0, 0.1), rgba(214, 30, 37, 0.08));
}

.gallery_tile_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #d61e25;
    font-size: 1.35rem;
    box-shadow: 0 10px 22px rgba(20, 35, 60, 0.18);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
    transition:
        opacity 0.3s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery_tile:hover .gallery_tile_icon,
.gallery_tile:focus-visible .gallery_tile_icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gallery_tile_title {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    z-index: 3;
    padding: 8px 12px;
    text-align: center;
    font-family: "Chewy", serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    line-height: 1.15;
    color: #ffffff;
    border-radius: 999px;
    box-sizing: border-box;
    text-wrap: balance;
    transform: translateY(0);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.35s ease;
}

.gallery_tile:hover .gallery_tile_title,
.gallery_tile:focus-visible .gallery_tile_title {
    transform: translateY(-4px);
}

.gallery_tile_red .gallery_tile_title {
    background-color: rgba(214, 30, 37, 0.9);
}

.gallery_tile_blue .gallery_tile_title {
    background-color: rgba(29, 75, 161, 0.9);
}

.gallery_tile_yellow .gallery_tile_title {
    background-color: rgba(254, 211, 0, 0.94);
    color: #14233c;
}

.gallery_tile_green .gallery_tile_title {
    background-color: rgba(86, 166, 40, 0.92);
}

.gallery_tile_red:hover .gallery_tile_title,
.gallery_tile_red:focus-visible .gallery_tile_title {
    background-color: rgba(29, 75, 161, 0.92);
    color: #ffffff;
}

.gallery_tile_blue:hover .gallery_tile_title,
.gallery_tile_blue:focus-visible .gallery_tile_title {
    background-color: rgba(214, 30, 37, 0.92);
    color: #ffffff;
}

.gallery_tile_yellow:hover .gallery_tile_title,
.gallery_tile_yellow:focus-visible .gallery_tile_title {
    background-color: rgba(29, 75, 161, 0.92);
    color: #ffffff;
}

.gallery_tile_green:hover .gallery_tile_title,
.gallery_tile_green:focus-visible .gallery_tile_title {
    background-color: rgba(214, 30, 37, 0.92);
    color: #ffffff;
}

.gallery_tile.album_holder_1 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery_tile.album_holder_2 {
    grid-column: span 2;
    grid-row: span 2;
}

@media screen and (max-width: 560px) {
    .gallery_tile.album_holder_2 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.gallery_tile.album_holder_3 {
    grid-column: span 3;
    grid-row: span 3;
}

@media screen and (max-width: 767px) {
    .gallery_tile.album_holder_3 {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media screen and (max-width: 560px) {
    .gallery_tile.album_holder_3 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.album_button {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 20px;
    position: relative;
    text-align: center;
    width: auto;
}

.album_button a,
.album_button a:visited {
    border: 2px solid #1d4ba1;
    border-radius: 999px;
    color: #1d4ba1;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 auto;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.album_button a:hover,
.album_button a:visited:hover {
    border-color: #d61e25;
    background-color: #d61e25;
    color: #ffffff;
    transform: translateY(-2px);
}

@keyframes galleryTileIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes galleryBreadcrumbIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* WISHLIST */
.wishlist_section {
    width: calc(100% - 16px);
    margin: 28px auto 36px;
    position: relative;
    clear: both;
    box-sizing: border-box;
}

.wishlist_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 26px);
    align-items: stretch;
}

@media screen and (max-width: 900px) {
    .wishlist_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 560px) {
    .wishlist_grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 420px;
        margin: 0 auto;
    }
}

.wishlist_item {
    --wishlist-accent: #d61e25;
    --wishlist-accent-dark: #b8181c;
    --wishlist-text: #ffffff;
    --wishlist-glow: rgba(214, 30, 37, 0.28);
    position: relative;
    box-sizing: border-box;
    animation: wishlistItemIn 0.78s var(--wishlist-delay, 0s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

.wishlist_item:hover,
.wishlist_item:focus-within {
    transform: translateY(-8px);
}

.wishlist_item:focus {
    outline: none;
}

.wishlist_item:focus-visible {
    outline: 12px solid rgba(29, 75, 161, 0.45);
    outline-offset: 6px;
    border-radius: 16px;
}

.wishlist_item_red {
    --wishlist-accent: #d61e25;
    --wishlist-accent-dark: #b8181c;
    --wishlist-glow: rgba(255, 255, 255, 0.3);
}

.wishlist_item_blue {
    --wishlist-accent: #1d4ba1;
    --wishlist-accent-dark: #193f86;
    --wishlist-glow: rgba(255, 255, 255, 0.3);
}

.wishlist_item_yellow {
    --wishlist-accent: #fed300;
    --wishlist-accent-dark: #e6bf00;
    --wishlist-glow: rgba(255, 255, 255, 0.3);
}

.wishlist_item_green {
    --wishlist-accent: #56a628;
    --wishlist-accent-dark: #468622;
    --wishlist-glow: rgba(255, 255, 255, 0.3);
}

.wishlist_item_shell {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: grid;
    overflow: hidden;
    border-radius: 16px;
    border: 4px solid #ffffff;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.wishlist_item:hover .wishlist_item_shell,
.wishlist_item:focus-within .wishlist_item_shell {
    border-color: #fed300;
}

.wishlist_item_backdrop,
.wishlist_item_fx,
.wishlist_item_inner {
    grid-area: 1 / 1;
}

.wishlist_item_backdrop {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.wishlist_item_bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 18% 18%,
            rgba(255, 255, 255, 0.24),
            transparent 42%
        ),
        radial-gradient(
            circle at 82% 82%,
            rgba(0, 0, 0, 0.08),
            transparent 36%
        ),
        linear-gradient(
            155deg,
            var(--wishlist-accent) 0%,
            var(--wishlist-accent-dark) 100%
        );
}

.wishlist_item_fx {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.wishlist_item_fx_sun,
.wishlist_item_fx_heart {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.78;
    filter: drop-shadow(0 4px 8px rgba(20, 35, 60, 0.14));
}

.wishlist_item_fx_sun {
    top: 8%;
    left: 6%;
    width: clamp(26px, 3vw, 34px);
    aspect-ratio: 1;
    background-image: url("../images/sun.webp");
    animation: wishlistSunSpin 14s linear infinite;
}

.wishlist_item_fx_heart {
    bottom: 10%;
    right: 8%;
    width: clamp(16px, 1.8vw, 22px);
    aspect-ratio: 1;
    background-image: url("../images/heart_yellow.webp");
    animation: wishlistHeartBob 5.2s ease-in-out infinite;
}

.wishlist_item_inner {
    width: 100%;
    min-height: 100%;
    padding: clamp(22px, 3.5vw, 30px) clamp(18px, 3vw, 26px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    box-sizing: border-box;
    z-index: 2;
}

.wishlist_item_icon {
    width: clamp(58px, 5.5vw, 72px);
    height: clamp(58px, 5.5vw, 72px);
    margin: 0 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    border-radius: 50%;
    border: 4px solid #ffffff;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    box-shadow: 0 12px 24px rgba(20, 35, 60, 0.14);
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        background-color 0.38s ease;
    animation: iconBoxIconPop 0.68s calc(var(--wishlist-delay, 0s) + 0.08s)
        cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wishlist_item_icon::before,
.wishlist_item_icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.wishlist_item_icon::before {
    inset: -7px;
    border: 2px solid var(--wishlist-accent);
    opacity: 0;
    transform: scale(0.82);
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wishlist_item_icon::after {
    background: radial-gradient(
        circle,
        var(--wishlist-glow) 0%,
        transparent 72%
    );
    opacity: 0;
    transform: scale(0.7);
    z-index: -1;
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wishlist_item_icon i {
    display: block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 560px) {
    .wishlist_item_icon {
        width: 62px;
        height: 62px;
        font-size: 1.4rem;
    }
}

.wishlist_item_red .wishlist_item_icon {
    background-color: #d61e25;
}

.wishlist_item_blue .wishlist_item_icon {
    background-color: #1d4ba1;
}

.wishlist_item_yellow .wishlist_item_icon {
    background-color: #fed300;
}

.wishlist_item_green .wishlist_item_icon {
    background-color: #56a628;
}

.wishlist_item:hover .wishlist_item_icon,
.wishlist_item:focus-within .wishlist_item_icon {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 18px 34px var(--wishlist-glow);
}

.wishlist_item:hover .wishlist_item_icon::before,
.wishlist_item:focus-within .wishlist_item_icon::before {
    opacity: 0.75;
    transform: scale(2.14);
    animation: iconBoxRingPulse 1.35s ease-out infinite;
}

.wishlist_item:hover .wishlist_item_icon::after,
.wishlist_item:focus-within .wishlist_item_icon::after {
    opacity: 1;
    transform: scale(2.45);
}

.wishlist_item:hover .wishlist_item_icon i,
.wishlist_item:focus-within .wishlist_item_icon i {
    animation: iconBoxWiggle 0.65s ease-in-out;
}

.wishlist_item_title {
    margin: 0;
    font-family: "Chewy", serif;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--wishlist-text);
    text-wrap: balance;
}

.wishlist_item_description {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.84rem, 1.4vw, 0.95rem);
    font-weight: 600;
    line-height: 1.5;
    color: var(--wishlist-text);
    opacity: 0.94;
    text-align: center !important;
}

@keyframes wishlistHeaderIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wishlistItemIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes wishlistHeartBob {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-4px) rotate(4deg);
    }
}

@keyframes wishlistSunSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* VIDEO GALLERY */
.video_gallery {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    clear: both;
}

@media screen and (max-width: 1080px) {
    .video_gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .video_gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

.video_gallery_holder {
    width: 100%;
    height: auto;
    padding-bottom: 56%;
    margin: 0;
    position: relative;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.video_icon {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.video_icon i {
    text-align: center;
    font-size: 5vw;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .video_icon i {
        font-size: 7vw;
    }
}

@media screen and (max-width: 560px) {
    .video_icon i {
        font-size: 14vw;
    }
}

.video_gallery_holder:hover i {
    color: #ff0000;
}

/* FORM STYLING */
.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_full {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    position: relative;
    width: 49%;
}

@media screen and (max-width: 560px) {
    .form_group_left {
        clear: both;
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
}

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 1%;
    padding: 0;
    position: relative;
    width: 49%;
}

@media screen and (max-width: 560px) {
    .form_group_right {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }
}

.form_group_1_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
    .form_group_1_3 {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.form_group_2_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 1%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
    .form_group_2_3 {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
    }
}

.form_group_3_3 {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 1%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
    .form_group_3_3 {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.form_field {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: "Montserrat", sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: "Montserrat", sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: "Montserrat", sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_oneliner_label {
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    vertical-align: middle;
    width: 48%;
}

.form_oneliner_field {
    display: table-cell;
    height: auto;
    padding: 0 0 0 2%;
    vertical-align: middle;
    width: 48%;
}

.form_note {
    clear: both;
    color: #525252;
    display: table;
    font-size: 0.9em;
    height: auto;
    margin: 2px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.red_asterisk {
    color: red;
    font-size: 0.8em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: "\f069";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 0.6em;
    vertical-align: super;
}

.hfield {
    display: none !important;
}
