/*
Theme Name: Vast
Theme URI: 
Author: Your Name
Author URI: 
Description: A modern Gutenberg-first WordPress theme with dynamic blocks
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vast
*/

/* ================================================
   DESKTOP STYLES (NO @MEDIA)
   ================================================ */

/* CSS reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Font Face Declarations */


@font-face {
    font-family: 'FieldGothic-No.62Regular';
    src: url('./assets/fonts/FieldGothic-No62Regular.woff2') format('woff2'),
        url('./assets/fonts/FieldGothic-No62Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FieldGothic-No.64Demi';
    src: url('./assets/fonts/FieldGothic-No64Demi.woff2') format('woff2'),
        url('./assets/fonts/FieldGothic-No64Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FieldGothic-No.43MedCond';
    src: url('./assets/fonts/FieldGothic-No43MedCond.woff2') format('woff2'),
        url('./assets/fonts/FieldGothic-No43MedCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FieldGothic-No.45BoldCond';
    src: url('./assets/fonts/FieldGothic-No45BoldCond.woff2') format('woff2'),
        url('./assets/fonts/FieldGothic-No45BoldCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FieldGothic-No.53MedCompact';
    src: url('./assets/fonts/FieldGothic-No53MedCompact.woff2') format('woff2'),
        url('./assets/fonts/FieldGothic-No53MedCompact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Fallback: Hide empty block content areas (now handled in PHP) */
div:empty {
    display: none;
}



/* Base HTML & Body Styles */
.test {
    color: #002575;
    font-family: "FieldGothic-No.62Regular";
    font-size: 24px;
    font-style: normal;
    line-height: 27.5px;
}

html {
    font-family: "FieldGothic-No.62Regular";
    font-size: 24px;
    line-height: 32px;
    color: #002575;
}

body {
    margin: 0;
    padding: 0;
    line-height: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern"1;
}

main {
    margin-top: 0px;
    background-color: #F9F9F9;
}

/* a:-webkit-any-link {
    color: #0042D0;
    cursor: pointer;
    text-decoration: none;
} */

/* Site Structure */
.wp-site-blocks {
    overflow: hidden;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
}

.site-header {
    height: 90px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.header-class {
    height: 80px;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px 0;
    position: relative;
    background-color: #fbeff2;
}

.header-class-inner {
    height: 80px;
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbeff2;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.site_logo {
    display: flex;
    align-items: center;
}

.site_logo img {
    max-height: 50px;
    width: auto;
}

/* ================================================
   MENU-A STYLES
   ================================================ */
.vast-menu-a {
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 999999;
    padding: 0px 40px 0px 40px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.vast-menu-a__container {
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    gap: 32px;
}

.vast-menu-a__logo {
    flex: 0 0 auto;
    height: 50px;
    z-index: 999999;
    position: relative;
    display: block;
    order: 1;
}

.vast-menu-a__logo img {
    height: 50px;
    width: auto;
    transition: opacity 0.3s ease;
}

.vast-menu-a__logo-light {
    opacity: 1;
}

.vast-menu-a__logo-dark {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

body.scrolled .vast-menu-a__logo-light,
body.menu-open .vast-menu-a__logo-light {
    opacity: 0;
}

body.scrolled .vast-menu-a__logo-dark,
body.menu-open .vast-menu-a__logo-dark {
    opacity: 1;
    z-index: 999999;
}

.vast-menu-a__navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    order: 2;
}

.vast-menu-a__items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
}

.vast-menu-a__item {
    position: relative;
}

.vast-menu-a__link,
.vast-menu-a__toggle {
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    gap: 10px;
    position: relative;
    font-family: "FieldGothic-No.53MedCompact";
    font-size: 18px;
    line-height: 18px;
}

.vast-menu-a__link:hover,
.vast-menu-a__toggle:hover {
    color: rgba(255, 255, 255, 0.8);
}

body.scrolled .vast-menu-a__link,
body.scrolled .vast-menu-a__toggle,
body.menu-open .vast-menu-a__link,
body.menu-open .vast-menu-a__toggle {
    color: #002575;
    font-weight: normal;
    font-style: normal;
}

body.scrolled .vast-menu-a__link:hover,
body.scrolled .vast-menu-a__toggle:hover,
body.menu-open .vast-menu-a__link:hover,
body.menu-open .vast-menu-a__toggle:hover {
    color: #0042D0;
}

.vast-menu-a__toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
}

.vast-menu-a__toggle::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.vast-menu-a__toggle[aria-expanded="true"]::after {
    transform: rotate(225deg);
}

.vast-menu-a__toggle[aria-expanded="true"] {
    color: #0042D0 !important;
}

.vast-menu-a__mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.vast-menu-a__mobile-toggle-icon {
    width: 24px;
    height: 2px;
    background: #002575;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.vast-menu-a__mobile-toggle-icon::before,
.vast-menu-a__mobile-toggle-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #002575;
    transition: all 0.3s ease;
}

.vast-menu-a__mobile-toggle-icon::before {
    top: -6px;
}

.vast-menu-a__mobile-toggle-icon::after {
    top: 6px;
}

.vast-menu-a__mobile-toggle[aria-expanded="true"] .vast-menu-a__mobile-toggle-icon {
    background: transparent;
}

.vast-menu-a__mobile-toggle[aria-expanded="true"] .vast-menu-a__mobile-toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
    background: #002575;
}

.vast-menu-a__mobile-toggle[aria-expanded="true"] .vast-menu-a__mobile-toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
    background: #002575;
}

.vast-menu-a__mobile-toggle-text {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}

.vast-menu-a__mobile-toggle-button {
    display: none;
    width: 100%;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 16px 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    justify-content: space-between;
    align-items: center;
}

.vast-menu-a__mobile-toggle-button::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.vast-menu-a__mobile-toggle-button[aria-expanded="true"]::after {
    transform: rotate(-135deg);
}

.vast-menu-a__panel {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    width: 100vw;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    border-top: .5px solid #DDE2EB;
}

.vast-menu-a__panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.vast-menu-a__panel-inner {
    padding: 70px 40px 90px 40px;
}

.vast-menu-a__panel-columns {
    display: flex;
    gap: 40px;
    margin: 0 auto;
}

.vast-menu-a__panel-columns-left {
    display: flex;
    gap: 40px;
    flex: 0 0 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.vast-menu-a__panel-column--right {
    flex: 0 0 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 40px;
    margin-right: 20px;
}

.vast-menu-a__panel-column--far-right {
    flex: 0 0 25%;
}

.vast-menu-a__social-icons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.vast-menu-a__social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: opacity 0.3s ease;
}

.vast-menu-a__social-link:hover {
    opacity: 0.7;
}

.vast-menu-a__social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    box-sizing: border-box;
}

.vast-menu-a__panel-column {
    flex: 1;
    min-width: 220px;
}

.vast-menu-a__panel-column h3 {
    margin: 0 0 40px 0;
    letter-spacing: 0.5px;
    border-bottom: none;
    padding-bottom: 0;
    font-family: "FieldGothic-No.53MedCompact";
    font-size: 24px;
    line-height: 32px;
    color: #919191;
}

.vast-menu-a__panel-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vast-menu-a__panel-column li {
    margin-bottom: 20px;
}

.vast-menu-a__panel-column a {
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    padding: 4px 0;
    font-family: "FieldGothic-No.53MedCompact";
    font-size: 18px;
    line-height: 18px;
    color: #002575;
}

.vast-menu-a__panel-column a:hover {
    color: #0042D0;
}

.vast-menu-a__sublinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vast-menu-a__subitem {
    margin-bottom: 8px;
}

.vast-menu-a__sublink {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    padding-left: 12px;
}

.vast-menu-a__sublink:hover,
.vast-menu-a__sublink:focus {
    color: #002575;
}

.vast-menu-a__button {
    flex: 0 0 auto;
    margin-left: 20px;
    order: 3;
}

.vast-menu-a__button .wp-block-button__link {
    background-color: #0042D0;
    color: white;
    border: 2px solid #0042D0;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vast-menu-a__button .wp-block-button__link:hover {
    background-color: #e55a00;
    border-color: #e55a00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

body.scrolled .vast-menu-a__button .wp-block-button__link,
body.menu-open .vast-menu-a__button .wp-block-button__link {
    background-color: #0042D0;
    color: white;
    border-color: #0042D0;
}

body.scrolled .vast-menu-a__button .wp-block-button__link:hover,
body.menu-open .vast-menu-a__button .wp-block-button__link:hover {
    background-color: #e55a00;
    border-color: #e55a00;
    transform: translateY(-1px);
}

.vast-menu-a :focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.vast-menu-a__cta-button {
    font-family: 'FieldGothic-No.45BoldCond';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
    border: 1.5px solid #ffffff;
    padding: 10px 36px;
    border-radius: 30px;
    background-color: #0042D000;
    transition: background-color 0.3s ease;
}

body.scrolled .vast-menu-a__cta-button,
body.menu-open .vast-menu-a__cta-button {
    background-color: #0042D0;
    border: 1.5px solid #0042D0;
}

.vast-menu-a::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: linear-gradient(180deg, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 14%) 30%, rgb(0 0 0 / 0%) 60%, transparent 100%);
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease;
}

body.scrolled .vast-menu-a::before,
body.menu-open .vast-menu-a::before {
    opacity: 0;
}

body.scrolled .vast-menu-a,
body.menu-open .vast-menu-a {
    background: #ffffff;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.vast-menu-a__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.vast-menu-a__overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.vast-menu-a__panel-bottom-text {
    text-align: center;
    padding: 80px 0px 0px 0px;
    font-family: "FieldGothic-No.53MedCompact";
    font-size: 45px;
    line-height: 45px;
    color: #0025751a;
}

/* Desktop Navigation Styles (Default) */
.vast-menu-a__mobile-toggle {
    display: none;
}

.vast-menu-a__mobile-toggle-button {
    display: none;
}

/* Hide mobile panels on desktop */
.vast-menu-a__panel:not(.vast-menu-a__panel--desktop) {
    display: none;
}

/* Hide mobile-only items on desktop */
.vast-menu-a__item--mobile-only {
    display: none;
}

/* Hide mobile bottom content on desktop */
.vast-menu-a__mobile-bottom-content {
    display: none;
}

/* Screen Reader Text - Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* ================================================
   FOOTER STYLES
   ================================================ */
.home footer,
.front-page footer {
    display: block;
}

footer {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.vast-footer-a {
    width: 100%;
    background-color: #002575;
    padding: 100px 100px 100px 100px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.vast-footer-a__top-logo {
    text-align: center;
    margin-bottom: 60px;
}

.vast-footer-a__top-logo img {
    height: 80px;
    width: auto;
}

.vast-footer-a__container {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    gap: 0px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 90px;
    font-family: 'FieldGothic-No.62Regular';
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
}

.vast-footer-a__carousel {
    width: 100%;
    margin-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.vast-footer-a__carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0 60px;
}

.vast-footer-a__carousel-viewport {
    overflow: hidden;
    position: relative;
}

.vast-footer-a__carousel-track {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    transition: transform 0.6s ease;
    min-width: max-content;
}

.vast-footer-a__carousel-item {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1.0;
    transition: opacity 0.3s ease;
}

.vast-footer-a__carousel-item:hover {
    opacity: 1;
}

.vast-footer-a__carousel-item img {
    height: 90px;
    max-width: 90px;
    width: auto;
    object-fit: contain;
}

.vast-footer-a__carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 0%);
    border: 0px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    z-index: 10;
}

.vast-footer-a__carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.vast-footer-a__carousel-arrow--left {
    left: -60px;
}

.vast-footer-a__carousel-arrow--right {
    right: -60px;
}

.vast-footer-a__social {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    justify-content: center;
}

.vast-footer-a__social-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.vast-footer-a__social-link:hover {
    opacity: 0.8;
}

.vast-footer-a__social-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    padding: 0px;
    box-sizing: border-box;
}

.vast-footer-a__copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    margin: 0;
}

.vast-footer-a__copyright a{
    color: #6a98ff;
    text-decoration: none;
}

.vast-footer-a__copyright p {
    margin-bottom: 10px;
}

.vast-footer-a__copyright p:last-child {
    margin-bottom: 0;
}

.vast-footer-a__copyright strong {
    font-family: 'FieldGothic-No.64Demi';
}



.vast-footer-a__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    border-right: .5px solid white;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}

.vast-footer-a__title {
    font-family: "FieldGothic-No.62Regular";
    font-size: 48px;
    line-height: 56px;
    color: white;
    margin: 0;
    text-transform: uppercase;
}

.vast-footer-a__description {
    margin: 0;
    max-width: 500px;
    font-family: "FieldGothic-No.62Regular";
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.vast-footer-a__button {
    display: inline-block;
    letter-spacing: 0.5px;
    align-self: flex-start;
    font-family: "FieldGothic-No.62Regular";
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    color: white;
    border: 1.5px solid #ffffff;
    padding: 7px 30px;
    border-radius: 3.5px;
    background-color: #0042D000;
    transition: all 0.3s ease;
}

.vast-footer-a__button:hover {
    background-color: #0042D0;
    border-color: #0042D0;
    transition: all 0.3s ease;
}

.vast-footer-a__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}

.vast-footer-a__columns {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.vast-footer-a__column {
    flex: 1;
}

.vast-footer-a__column-heading {
    font-family: "FieldGothic-No.62Regular";
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin: 0 0 32px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vast-footer-a__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vast-footer-a__link-item {
    margin-bottom: 16px;
}

.vast-footer-a__link {
    font-family: "FieldGothic-No.62Regular";
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.vast-footer-a__link:hover {
    color: #f5f2f0;
    transition: all 0.3s ease;
}

/* ================================================
   MAP-GLOBAL BLOCK STYLES
   ================================================ */
.vast-map-global {
    width: 100%;
    padding: 0px 40px 80px 40px;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.vast-map-global__title {
    font-family: 'FieldGothic-No.62Regular';
    font-size: 48px;
    line-height: 56px;
    color: #002575;
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

.vast-map-global__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 30px;
}

.vast-map-global__filter-btn {
    font-family: 'FieldGothic-No.62Regular';
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #002575;
    border: 2px solid #002575;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vast-map-global__filter-btn:hover {
    background-color: #002575;
    color: #ffffff;
}

.vast-map-global__filter-btn.active {
    background-color: #0042D0;
    border-color: #0042D0;
    color: #ffffff;
}

.vast-map-global__container {
    width: 100%;
    height: 600px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Leaflet popup customization */
.vast-map-popup h3 {
    font-family: 'FieldGothic-No.62Regular';
    font-size: 20px;
    line-height: 28px;
    color: #002575;
    margin: 0 0 8px 0;
}

.vast-map-popup__country {
    font-family: 'FieldGothic-No.62Regular';
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 0 0 8px 0;
}

.vast-map-popup__address {
    font-family: 'FieldGothic-No.62Regular';
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0;
}

/* Override Leaflet default styles */
.leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 12px;
}

.leaflet-popup-content {
    margin: 8px 12px;
    line-height: 1.4;
}

/* ================================================
   HERO-A BLOCK STYLES
   ================================================ */
.vast-hero-a {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.vast-hero-a__content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0px;
    height: calc(100vh + -0px);
}

.vast-hero-a__content-background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -0px);
    background: linear-gradient(0deg, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
    display: none;
}

.vast-hero-a__media-container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    margin: 0;
    height: calc(100vh + -0px);
}

.vast-hero-a__image,
.vast-hero-a__video {
    display: block;
    width: 100%;
    height: calc(100vh + -0px);
    object-fit: cover;
    overflow: visible;
}

.vast-hero-a__text-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 30px 90px 60px 50px;
}

.vast-hero-a__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-hero-a__title {
    font-size: clamp(50px, calc(10vw + -40px), 110px);
    line-height: clamp(50px, calc(10vw + -40px), 110px);
    margin: 0;
    text-align: left;
    color: #ffffff;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    font-style: normal;
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    flex-direction: column;
}

.vast-hero-a__title__image {
    position: absolute;
    right: 40px;
    bottom: 75px;
}

.vast-hero-a__title__image__image {
    width: 182px;
    height: auto;
}

.vast-hero-a__subtitle {
    font-family: "FieldGothic-No.62Regular";
    font-size: 24px;
    line-height: 32px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vast-hero-a__subtitle--linked {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    padding: 20px 0px 0px 0px;
    transition: opacity 0.3s ease;
}

.vast-hero-a__subtitle--linked:hover {
    opacity: 0.8;
}

.vast-hero-a__subtitle-text {
    font-family: "FieldGothic-No.62Regular";
    font-size: 24px;
    line-height: 32px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.vast-hero-a__subtitle-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

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

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

.vast-hero-a__arrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
    display: none;
}

.vast-hero-a__arrow:hover {
    opacity: 0.8;
}

.vast-hero-a__arrow-icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
    animation: float 2s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.vast-hero-a__arrow:hover .vast-hero-a__arrow-icon {
    transform: translateY(5px);
}

.vast-hero-a--light .vast-hero-a__arrow-icon {
    filter: brightness(0);
}

/* ================================================
   HERO-B BLOCK STYLES
   ================================================ */
.vast-hero-b {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    position: relative;
    /* background-color: #0042D0; */
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height: 75vh;
}

.vast-hero-b__content {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 40px;
    box-sizing: border-box;
    height: 75vh;
}

.vast-hero-b__content-background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -60px);
    background: linear-gradient(0deg, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    display: none;
}

.vast-hero-b__media-container {
    position: absolute;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
}

.vast-hero-b__image,
.vast-hero-b__video {
    display: block;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    filter: brightness(70%);
}

.vast-hero-b__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 0px 40px;
    z-index: 9;
}

.vast-hero-b__text-content:after {
    padding-right: 5px;
    margin-left: -37px;
    content: url(./assets/images/color_bar1.svg);
    position: absolute;
    bottom: -4px;
    left: 0px;
    display: none;
}

.vast-hero-b__title {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    font-family: 'FieldGothic-No.45BoldCond';
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    font-size: 110px;
    line-height: 110px;
    padding: 70px 0px;
    border-bottom: 1px solid white;
}

.vast-hero-b__title__image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.vast-hero-b__title__image__image {
    width: 55px;
    height: auto;
}

.vast-hero-b__subtitle {
    display: none;
}

.vast-hero-b__button-container {
    display: none;
}

.vast-hero-b__button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
    font-style: normal;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.vast-hero-b__button:hover {
    background-color: #000;
    color: #fff;
}

/* ================================================
   HERO-C BLOCK STYLES
   ================================================ */
.vast-hero-c {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    position: relative;
    /* background-color: #ffffff; */
    flex-direction: column;
    align-items: center;
}

.vast-hero-c__content {
    display: inline-flex;
    flex-direction: column;
    min-height: 450px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-hero-c__content-background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -60px);
    background: linear-gradient(0deg, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    display: none;
}

.vast-hero-c__media-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -60px);
    display: none;
}

.vast-hero-c__image,
.vast-hero-c__video {
    display: block;
    width: 100%;
    height: calc(100vh + -60px);
    object-fit: cover;
}

.vast-hero-c__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 0px 40px;
}

.vast-hero-c__text-content:after {
    padding-right: 5px;
    margin-left: -37px;
    content: url(./assets/images/color_bar1.svg);
    position: absolute;
    bottom: -4px;
    left: 0px;
    display: none;
}

.vast-hero-c__title {
    color: #0142d0;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    font-family: 'FieldGothic-No.45BoldCond';
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    font-size: 110px;
    line-height: 110px;
    padding: 70px 0px;
    border-bottom: 1px solid #0142d0;
}

.vast-hero-c__title__image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.vast-hero-c__title__image__image {
    width: 55px;
    height: auto;
}

.vast-hero-c__subtitle {
    display: none;
}

.vast-hero-c__button-container {
    display: none;
}

.vast-hero-c__button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
    font-style: normal;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.vast-hero-c__button:hover {
    background-color: #000;
    color: #fff;
}

/* ================================================
   HERO-D BLOCK STYLES
   ================================================ */
.vast-hero-d {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    position: relative;
    background-color: #0142d0;
    flex-direction: column;
    align-items: center;
}

.vast-hero-d__content {
    display: inline-flex;
    flex-direction: column;
    min-height: 450px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-hero-d__content-background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -60px);
    background: linear-gradient(0deg, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    display: none;
}

.vast-hero-d__media-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -60px);
    display: none;
}

.vast-hero-d__image,
.vast-hero-d__video {
    display: block;
    width: 100%;
    height: calc(100vh + -60px);
    object-fit: cover;
}

.vast-hero-d__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 0px 40px;
}

.vast-hero-d__text-content:after {
    padding-right: 5px;
    margin-left: -37px;
    content: url(./assets/images/color_bar1.svg);
    position: absolute;
    bottom: -4px;
    left: 0px;
    display: none;
}

.vast-hero-d__title {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    font-family: 'FieldGothic-No.45BoldCond';
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    font-size: 110px;
    line-height: 110px;
    padding: 70px 0px;
    border-bottom: 1px solid #fff;
}

.vast-hero-d__title__image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.vast-hero-d__title__image__image {
    width: 55px;
    height: auto;
}

.vast-hero-d__subtitle {
    display: none;
}

.vast-hero-d__button-container {
    display: none;
}

.vast-hero-d__button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
    font-style: normal;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.vast-hero-d__button:hover {
    background-color: #000;
    color: #fff;
}

/* ================================================
   BLOCK-A STYLES
   ================================================ */
.vast-block-a {
    padding: 90px 0px 69px 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #002575;
    color: white;
    box-sizing: border-box;
}

.vast-block-a__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-a__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-a__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-a__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 30%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-a__subtitle {
    font-size: 20px;
    color: white;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-a__button-container {
    display: block;
}

.vast-block-a__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-a__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-a__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-a__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.vast-block-a__inner-item {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0px 40px 0px;
    box-sizing: border-box;
}

.vast-block-a__inner-item:nth-child(even) {
    flex-direction: row-reverse;
}

a.vast-block-a__inner-item {
    cursor: pointer;
}

.vast-block-a__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-a__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-a__inner-image-container {
    position: relative;
    width: 70%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 2 / 1;
}

.vast-block-a__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-a__inner-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 30%;
    padding: 0px 40px 40px 40px;
    box-sizing: border-box;
}

.vast-block-a__inner-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding-bottom: 60px;
}

.vast-block-a__inner-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 0px;
}

.vast-block-a__inner-subtitle p{
    margin-bottom: 10px;
}

.vast-block-a__inner-button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    margin-top: 40px;
    transition: all 0.3s ease;
}

.vast-block-a__inner-button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-a__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-a__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-a__inner-item:hover .vast-block-a__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   BLOCK-B STYLES
   ================================================ */
.vast-block-b {
    padding: 90px 0px 70px 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: white;
    color: #002575;
    box-sizing: border-box;
}

.vast-block-b__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-b__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-b__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-b__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 30%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-b__subtitle {
    font-size: 20px;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-b__button-container {
    display: block;
}

.vast-block-b__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-b__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-b__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-b__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}

.vast-block-b__inner-item {
    position: relative;
    display: inline-flex;
    width: 50%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px 60px 40px;
    box-sizing: border-box;
}


a.vast-block-b__inner-item {
    cursor: pointer;
}

.vast-block-b__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-b__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-b__inner-image-container {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 6 / 4.5;
}

.vast-block-b__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-b__inner-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 40px 0px 40px 0px;
    box-sizing: border-box;
}

.vast-block-b__inner-title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding-bottom: 40px;
}

.vast-block-b__inner-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 40px;
}

.vast-block-b__inner-button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-b__inner-button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-b__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-b__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-b__inner-item:hover .vast-block-b__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   BLOCK-C STYLES
   ================================================ */
.vast-block-c {
    padding: 0px 0px 40px 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: white;
    color: #002575;
    box-sizing: border-box;
}

.vast-block-c__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-c__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px 40px 40px 40px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-c__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-c__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 30%;
    padding: 0px 60px 0px 0px;
    box-sizing: border-box;
}

.vast-block-c__subtitle {
    font-size: 20px;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-c__subtitle p{
    margin-bottom: 10px;
}

.vast-block-c__button-container {
    display: block;
}

.vast-block-c__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-c__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-c__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-c__block {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}

.vast-block-c__inner-item {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px 0px 40px;
    box-sizing: border-box;
}


a.vast-block-c__inner-item {
    cursor: pointer;
}

.vast-block-c__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-c__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-c__inner-image-container {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 3 / 1;
}

.vast-block-c__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-c__inner-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 40px 0px 0px 0px;
    box-sizing: border-box;
}

.vast-block-c__inner-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding: 0px 60px 40px 0px;
    width: 30%;
    box-sizing: border-box;
    margin-top: -5px;
}

.vast-block-c__inner-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 40px;
    width: 70%;
    box-sizing: border-box;
}

.vast-block-c__inner-subtitle strong {
    font-family: 'FieldGothic-No.64Demi';
}

.vast-block-c__inner-subtitle p{
    margin-bottom: 10px;
}

.vast-block-c__inner-subtitle a {
    color: #0042D0;
}

.vast-block-c__inner-button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-c__inner-button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-c__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-c__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-c__inner-item:hover .vast-block-c__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   BLOCK-D STYLES
   ================================================ */
.vast-block-d {
    padding: 0px 30px 30px 30px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    color: #002575;
    box-sizing: border-box;
}

.vast-block-d__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-d__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-d__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-d__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 30%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-d__subtitle {
    font-size: 20px;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-d__button-container {
    display: block;
}

.vast-block-d__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-d__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-d__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-d__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}

.vast-block-d__inner-item {
    position: relative;
    display: inline-flex;
    width: 25%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
}


a.vast-block-d__inner-item {
    cursor: pointer;
}

.vast-block-d__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-d__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-d__inner-image-container {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 3 / 1;
}

.vast-block-d__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-d__inner-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
}

.vast-block-d__inner-title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding: 0px 60px 40px 0px;
    width: 30%;
    box-sizing: border-box;
    display: none;
}

.vast-block-d__inner-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 40px;
    width: 70%;
    box-sizing: border-box;
    display: none;

}

.vast-block-d__inner-button {
    width: 100%;
    text-decoration: none;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #002575;
    padding: 10px;
    border-radius: 0px;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
    transition: all 0.3s ease;
}

.vast-block-d__inner-button:after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: url('./assets/images/down_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-d__inner-button:hover {
    background-color: #0042D0;
    color: white;
    text-decoration: none;
}

.vast-block-d__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-d__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-d__inner-item:hover .vast-block-d__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   BLOCK-E STYLES
   ================================================ */
.vast-block-e {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #F6F6F6;
    color: #002575;
    box-sizing: border-box;
}

.vast-block-e__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-e__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-e__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-e__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 30%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-e__subtitle {
    font-size: 20px;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}


.vast-block-e__button-container {
    display: block;
}

.vast-block-e__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-e__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-e__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-e__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}

.vast-block-e__inner-item {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}


a.vast-block-e__inner-item {
    cursor: pointer;
}

.vast-block-e__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-e__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-e__inner-image-container {
    position: relative;
    width: 50%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.vast-block-e__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-e__inner-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50%;
    padding: 0px 90px 0px 90px;
    box-sizing: border-box;
}

.vast-block-e__inner-title {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding-bottom: 40px;
}

.vast-block-e__inner-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 40px;
}


.vast-block-e__inner-subtitle p {
    margin-bottom: 10px;
}

.vast-block-e__inner-subtitle a {
    color: #0042D0;
}

.vast-block-e__inner-button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-e__inner-button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-e__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-e__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-e__inner-item:hover .vast-block-e__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   BLOCK-F STYLES
   ================================================ */
.vast-block-f {
    padding: 0px 90px 0px 90px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: white;
    color: #002575;
    box-sizing: border-box;
}

.vast-block-f__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-f__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-f__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-f__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-f__subtitle {
    font-size: 20px;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-f__button-container {
    display: block;
}

.vast-block-f__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-f__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-f__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-f__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
}

.vast-block-f__inner-item {
    position: relative;
    display: inline-flex;
    width: 25%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    /* padding: 45px; */
    padding: 3%;

    box-sizing: border-box;
}


a.vast-block-f__inner-item {
    cursor: pointer;
}

.vast-block-f__inner-image-container {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.vast-block-f__inner-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vast-block-f__inner-button {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-f__inner-button:hover .vast-block-f__inner-image {
    /* transform: scale(1.05); */
    transition: all 0.3s ease;
}


/* ================================================
   BLOCK-G STYLES
   ================================================ */
.vast-block-g {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #0042D0;
    color: white;
    box-sizing: border-box;
}

.vast-block-g__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
    padding: 60px 40px 60px 40px;
}

.vast-block-g__text-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-g__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-g__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-g__subtitle {
    font-size: 20px;
    width: 100%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-g__button-container {
    display: block;
}

.vast-block-g__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-g__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-g__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-g__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}

.vast-block-g__inner-item {
    position: relative;
    display: inline-flex;
    width: 33.3%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    align-content: center;
    padding: 40px 40px;
}


a.vast-block-g__inner-item {
    cursor: pointer;
}

.vast-block-g__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-g__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-g__inner-image-container {
    position: relative;
    width: 50%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.vast-block-g__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-g__inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.vast-block-g__inner-title {
    font-size: 192px;
    line-height: 192px;
    margin: 0;
    text-align: center;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding-bottom: 60px;
}

.vast-block-g__inner-subtitle {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 40px;
}

.vast-block-g__inner-button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-g__inner-button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-g__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-g__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-g__inner-item:hover .vast-block-g__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   DATA-A STYLES
   ================================================ */
.vast-data-a {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #0042D0;
    color: white;
    box-sizing: border-box;
}

.vast-data-a__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
    padding: 60px 40px 60px 40px;
}

.vast-data-a__text-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-data-a__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-data-a__data-display {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vast-data-a__table-container {
    width: 100%;
    overflow-x: auto;
}

.vast-data-a__table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.vast-data-a__table th,
.vast-data-a__table td {
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.vast-data-a__table th {
    background: #002575;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: 'FieldGothic-No.43MedCond';
    text-transform: uppercase;
}

.vast-data-a__table th:first-child {
    text-align: left;
}

.vast-data-a__table td {
    font-size: 18px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
}

.vast-data-a__table td:first-child {
    text-align: left;
    font-weight: bold;
    background: #f8f9fa;
}

.vast-data-a__table td:not(:first-child) {
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
}

.vast-data-a__error {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

/* ================================================
   BLOCK-H STYLES
   ================================================ */
.vast-block-h {
    padding: 90px 0px 70px 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: white;
    color: #002575;
    box-sizing: border-box;
}

.vast-block-h__content {
    flex-direction: column;
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex;
    box-sizing: border-box;
}

.vast-block-h__text-content {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px 0px 60px 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.vast-block-h__text-content:after {
    padding-right: 5px;
    margin-left: 25px;
    content: url(./assets/images/color_bar1.svg);
    display: none;
}

.vast-block-h__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    width: 30%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-block-h__subtitle {
    font-size: 20px;
    width: 70%;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
}

.vast-block-h__button-container {
    display: block;
}

.vast-block-h__button:before {
    display: block;
    font-size: 52px;
    line-height: 29px;
    color: #e61ce2;
    content: "—";
    position: relative;
    margin-right: 20px;
    width: 24px;
    overflow: hidden;
    float: left;
}

.vast-block-h__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-h__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-h__block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}

.vast-block-h__inner-item {
    position: relative;
    display: inline-flex;
    width: 33.33%;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px 60px 40px;
    box-sizing: border-box;
}


a.vast-block-h__inner-item {
    cursor: pointer;
}

.vast-block-h__inner-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.vast-block-h__inner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.vast-block-h__inner-image-container {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.vast-block-h__inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-h__inner-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 40px 0px 40px 0px;
    box-sizing: border-box;
}

.vast-block-h__inner-title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.43MedCond';
    padding-bottom: 40px;
}

.vast-block-h__inner-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
    padding-bottom: 40px;
}

.vast-block-h__inner-button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-block-h__inner-button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

.vast-block-h__inner-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 45px;
    background-color: #0042D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vast-block-h__inner-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/arrow_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vast-block-h__inner-item:hover .vast-block-h__inner-icon {
    transform: scale(1.1);
    background-color: #e55a00;
}

/* ================================================
   CTA-A STYLES
   ================================================ */
.vast-cta-a {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 0px 0px 0px 0px;
}

.vast-cta-a__content {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.vast-cta-a__media-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vast-cta-a__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-cta-a__text-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    z-index: 0;
    box-sizing: border-box;
    padding: 0px 40px;
}

.vast-cta-a__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    padding: 0px 40px 40px 0px;
    box-sizing: border-box;
}

.vast-cta-a__subtitle {
    font-size: 20px;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
    padding-bottom: 40px;
}

.vast-cta-a__button-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.vast-cta-a__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-cta-a__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

/* ================================================
   CTA-B STYLES
   ================================================ */
.vast-cta-b {
    max-width: 100%;
    margin: 0 auto;
    background-color: #0042D0;
    color: white;
    display: flex;
    justify-content: center;
    padding: 0px 0px 0px 0px;
}

.vast-cta-b__content {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.vast-cta-b__form-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px 60px 90px;
    border-left: 0.5px solid white;
    box-sizing: border-box;
    margin: 90px 0px;
}

.vast-cta-b__text-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    z-index: 0;
    box-sizing: border-box;
    padding: 0px 40px;
}

.vast-cta-b__title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'FieldGothic-No.43MedCond';
    font-weight: normal;
    padding: 0px 40px 40px 0px;
    box-sizing: border-box;
}

.vast-cta-b__subtitle {
    font-size: 20px;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
    padding-bottom: 40px;
}

.vast-cta-b__button-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.vast-cta-b__button {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-cta-b__button:hover {
    background-color: #002575;
    color: white;
    text-decoration: none;
}

/* ================================================
   VIDEO-A STYLES
   ================================================ */
.vast-video-a {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.vast-video-a__content {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.vast-video-a__video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.vast-video-a__embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 0px;
}

.vast-video-a__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

/* ================================================
   POST-LOOP-A STYLES
   ================================================ */
.vast-post-loop-a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.vast-post-loop-a__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}

.vast-post-loop-a__item {
    position: relative;
    width: calc(50% - 20px);
    transition: transform 0.3s ease;
}

.vast-post-loop-a__item:hover {
    transform: translateY(-0px);
}

.vast-post-loop-a__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.vast-post-loop-a__image-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.vast-post-loop-a__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-post-loop-a__image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.vast-post-loop-a__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px;
    background: #4e1237;
    color: #fbeff2;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vast-post-loop-a__item:hover .vast-post-loop-a__content {
    opacity: 1;
}

.vast-post-loop-a__title {
    margin: 0 0 10px;
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
}

.vast-post-loop-a__excerpt {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'FieldGothic-No.62Regular';
}

.vast-post-loop-a__pagination {
    margin-top: 40px;
    text-align: center;
}

.vast-post-loop-a__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 4px;
    padding: 0 12px;
    font-family: 'FieldGothic-No.62Regular';
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.vast-post-loop-a__pagination .page-numbers.current {
    color: #fff;
    background: #333;
    border-color: #333;
}

.vast-post-loop-a__pagination .page-numbers:hover:not(.current) {
    background: #f5f5f5;
    border-color: #ccc;
}

.vast-post-loop-a__pagination .page-numbers.prev,
.vast-post-loop-a__pagination .page-numbers.next {
    padding: 0 16px;
}

.vast-post-loop-a__pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.vast-post-loop-a__pagination li {
    margin: 0;
}

/* ================================================
   FORM-A STYLES
   ================================================ */
.vast-form-a {
    display: inline-block;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.vast-form-a__field {
    margin-bottom: 6px;
    width: 100%;
}

.vast-form-a__field-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.vast-form-a__field:nth-child(3),
.vast-form-a__field:nth-child(4) {
    display: inline-block;
    width: calc(50% - 6px);
    vertical-align: top;
}

.vast-form-a__field:nth-child(4) {
    margin-left: 6px;
}

/* Email and Phone side by side */
.vast-form-a__field:nth-child(5),
.vast-form-a__field:nth-child(6) {
    display: inline-block;
    width: calc(50% - 6px);
    vertical-align: top;
}

.vast-form-a__field:nth-child(6) {
    margin-left: 6px;
}

.vast-form-a__field:nth-child(2) {
    margin-right: 20px;
}

.vast-form-a__field label {
    display: block;
    margin-bottom: 8px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    color: #ffffff;
    display: none;
}

.vast-form-a__field input,
.vast-form-a__field textarea,
.vast-form-a__field select {
    width: calc(100% + 0px);
    max-height: 100px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 8px 15px 8px 15px;
    color: white;
    border: 1.5px solid #ffffff;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-form-a__field input:focus,
.vast-form-a__field textarea:focus,
.vast-form-a__field select:focus {
    outline: none;
    border-color: #ffffff;
    background-color: #0042D0 !important;
    color: white !important;
}

.vast-form-a__field input:valid,
.vast-form-a__field textarea:valid,
.vast-form-a__field select:valid {
    background-color: #0042D0 !important;
    color: white !important;
}

.vast-form-a__field input:-webkit-autofill,
.vast-form-a__field input:-webkit-autofill:hover,
.vast-form-a__field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #0042D0 inset !important;
    -webkit-text-fill-color: white !important;
    background-color: #0042D0 !important;
}

.vast-form-a__field input::placeholder,
.vast-form-a__field textarea::placeholder {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

/* CTA-B specific form styling */
.vast-cta-b .vast-form-a__field input,
.vast-cta-b .vast-form-a__field textarea,
.vast-cta-b .vast-form-a__field select {
    color: white !important;
    max-height: 120px;
}

.vast-cta-b .vast-form-a__field input::placeholder,
.vast-cta-b .vast-form-a__field textarea::placeholder {
    color: rgba(255, 255, 255, 1.0) !important;
}

.vast-cta-b .vast-form-a__field select option {
    color: #4e1237 !important;
    background: white !important;
}

.vast-form-a__submit {
    width: calc(100% + 0px);
    max-height: 100px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: white;
    background-color: #0042D0;
    padding: 8px 15px 8px 15px;
    color: white;
    border: 1.5px solid #ffffff;
    display: inline-block;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vast-form-a__submit:hover {
    background: #002575;
    color: #ffffff;
}

.vast-form-a__submit:disabled {
    background: #999;
    cursor: not-allowed;
}

.vast-form-a__spinner {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: vast-form-spin 0.8s linear infinite;
}

@keyframes vast-form-spin {
    to {
        transform: rotate(360deg);
    }
}

.vast-form-a__messages {}

.vast-form-a__success {
    color: #ffffff;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
}

.vast-form-a__error {
    color: #ffffff;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
}

.footer-inner-left .vast-form-a__field input,
.footer-inner-left .vast-form-a__field textarea,
.footer-inner-left .vast-form-a__field select {
    background-color: transparent;
    border: 1px solid #fbeff2;
    color: #fbeff2;
}

.footer-inner-left .vast-form-a__field input::placeholder,
.footer-inner-left .vast-form-a__field textarea::placeholder {
    color: #fbeff2;
}

.footer-inner-left .vast-form-a__field select option {
    color: #002575;
    background: white;
}

.footer-inner-left .vast-form-a__submit {
    background-color: transparent;
    border: 1px solid #fbeff2;
    color: #fbeff2;
}

.footer-inner-left .vast-form-a__field:nth-child(6),
.footer-inner-left .vast-form-a__field:nth-child(7) {
    display: none;
}

/* ================================================
   FORM-B STYLES
   ================================================ */
.vast-form-b {
    max-width: 600px;
    margin: 0 auto;
}

.vast-form-b__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    color: #333;
}

.vast-form-b__field {
    margin-bottom: 24px;
}

.vast-form-b__field label {
    display: block;
    margin-bottom: 8px;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
    color: #333;
}

.vast-form-b__field input {
    width: 100%;
    padding: 12px;
    font-family: 'FieldGothic-No.62Regular';
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.3s ease;
}

.vast-form-b__field input:focus {
    outline: none;
    border-color: #333;
}

.vast-form-b__field input::placeholder {
    color: #999;
}

.vast-form-b__field--checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vast-form-b__field--checkbox input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.vast-form-b__field--checkbox label {
    margin-bottom: 0;
    font-size: 16px;
}

.vast-form-b__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 24px;
    font-family: 'FieldGothic-No.62Regular';
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.vast-form-b__submit:hover {
    background: #444;
}

.vast-form-b__submit:disabled {
    background: #999;
    cursor: not-allowed;
}

.vast-form-b__spinner {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: vast-form-spin 0.8s linear infinite;
}

.vast-form-b__messages {
    margin-bottom: 32px;
    padding: 16px;
    border-radius: 4px;
}

.vast-form-b__success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.vast-form-b__error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

/* ================================================
   IMAGE-A STYLES
   ================================================ */
.vast-image-a {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}

.vast-image-a__content {
    margin: 0 auto;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.vast-image-a__media {
    width: 100%;
    height: auto;
    display: block;
}

/* ================================================
   PARAGRAPH-A STYLES
   ================================================ */
.vast-paragraph-a {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-paragraph-a__content {
    max-width: 1100px;
    padding: 0px 40px;
    font-size: 20px;
    line-height: 28px;
    color: #002575;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
}

.vast-paragraph-a__content strong {
    font-weight: normal;
}

.vast-paragraph-a__content p {
    margin-bottom: 20px;
}

.vast-paragraph-a__content a {
    color: #c61d48;
}

/* ================================================
   PARAGRAPH-B STYLES
   ================================================ */
.vast-paragraph-b {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-paragraph-b__content {
    max-width: 930px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #4E1337;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
}

.vast-paragraph-b__content strong {
    font-weight: normal;
}

.vast-paragraph-b__content p {
    margin-bottom: 20px;
}

.vast-paragraph-b__content a {
    color: #c61d48;
}

/* ================================================
   HEADING-A STYLES
   ================================================ */
.vast-heading-a {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-heading-a__content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 40px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #002575;
    font-family: "FieldGothic-No.62Regular";
}

h1.vast-heading-a__content {
    font-size: 48px;
    line-height: 1.2;
}

h2.vast-heading-a__content {
    font-size: 76px;
    line-height: 86px;
}

h3.vast-heading-a__content {
    font-size: 32px;
    line-height: 50px;
}

h4.vast-heading-a__content {
    font-size: 24px;
    line-height: 1.5;
}

h5.vast-heading-a__content {
    font-size: 18px;
    line-height: 1.6;
}

h6.vast-heading-a__content {
    font-size: 16px;
    line-height: 1.7;
}

/* ================================================
   QUOTE-A STYLES
   ================================================ */
.vast-quote-a {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-quote-a__content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #0E386B;
    font-family: 'FieldGothic-No.62Regular';
}

.vast-quote-a__content blockquote {
    margin: 0;
    padding: 20px 40px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-style: italic;
    border-left: 4px solid #0E386B;
}

.vast-quote-a__content cite {
    display: block;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

/* ================================================
   LIST-A STYLES
   ================================================ */
.vast-list-a {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-list-a__content {
    max-width: 930px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #4E1337;
    font-family: 'FieldGothic-No.62Regular';
    font-weight: normal;
}

.vast-list-a__content ul,
.vast-list-a__content ol {
    margin: 0;
    padding-left: 2em;
}

.vast-list-a__content li {
    margin-bottom: 0.5em;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.vast-list-a__content li:last-child {
    margin-bottom: 0;
}

.vast-list-a__content ul {
    list-style-type: disc;
}

.vast-list-a__content ol {
    list-style-type: decimal;
}

.vast-list-a__content ul ul,
.vast-list-a__content ol ol,
.vast-list-a__content ul ol,
.vast-list-a__content ol ul {
    margin-top: 0.5em;
    margin-bottom: 0;
}

/* ================================================
   DETAILS-A STYLES
   ================================================ */
.vast-details-a {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-details-a__content {
    /* max-width: 1100px; */
    padding: 0px 40px;
}

.vast-details-a__content details {
    margin: 0;
    padding: 0;
}

.vast-details-a__content summary {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-weight: normal;
    cursor: pointer;
    border: 1.5px solid #002575;
    border-radius: 0px;
    font-family: 'FieldGothic-No.45BoldCond';
    letter-spacing: 1.5px;
    font-size: 40px;
    line-height: 60px;
    color: #002575;
    transition: background-color 0.3s ease;
}

.vast-details-a__content summary:hover {
    background-color: rgba(14, 56, 107, 0.05);
}

.vast-details-a__content summary::-webkit-details-marker {
    display: none;
}

.vast-details-a__content summary::before {
    content: '+';
    margin-right: 20px;
    font-size: 40px;
    line-height: 60px;
}

.vast-details-a__content details[open] summary::before {
    content: '−';
}

.vast-details-a__inner-content {
    padding: 30px 60px 0px 20px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'FieldGothic-No.62Regular';
}

.vast-details-a__inner-content p{
    margin-bottom: 20px;
    display: flex;
}

.vast-details-a__inner-content strong {
    font-family: 'FieldGothic-No.64Demi';
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ================================================
   MEDIA QUERIES
   ================================================ */

/* ================================================
   LARGE SCREENS (min-width: 1600px)
   ================================================ */
@media (min-width: 1600px) {

    /* .vast-block-a,
    .vast-block-b,
    .vast-block-c,
    .vast-cta-a,
    .vast-cta-b {
        min-height: 66vh;
    } */
    .vast-block-d__inner-item {
        width: 20%;
    }

    .vast-block-f__inner-item{
            width: 20%;
    }

}


/* ================================================
   TABLET & MOBILE (max-width: 1200px)
   ================================================ */
@media (max-width: 1200px) {
    .vast-hero-a__content {
        height: calc(100vh + -90px);
    }

    .vast-hero-a__media-container {
        height: calc(100vh + -90px);
    }

    .vast-hero-a__image,
    .vast-hero-a__video {
        height: calc(100vh + -90px);
    }

    .vast-hero-a__text-content {
        bottom: 0px;
        padding: 20px;
    }

    .vast-hero-a__title__image {
        position: initial;
        margin-left: 20px;
    }

    .vast-hero-a__title__image__image {
        width: 83px;
        height: auto;
    }

    .vast-hero-b {}

    .vast-hero-b__text-content {}

    .vast-hero-b__title {

        font-size: 80px;
        line-height: 80px;
    }

    .vast-hero-b__title__image {}

    .vast-hero-b__title__image__image {}

    .vast-hero-c {}

    .vast-hero-c__text-content {}

    .vast-hero-c__title {

        font-size: 80px;
        line-height: 80px;
    }

    .vast-hero-c__title__image {}

    .vast-hero-c__title__image__image {}

    .vast-hero-d {}

    .vast-hero-d__text-content {}

    .vast-hero-d__title {

        font-size: 80px;
        line-height: 80px;
    }

    .vast-hero-d__title__image {}

    .vast-hero-d__title__image__image {}







    .vast-block-a__text-content {
        padding: 40px 40px 60px 40px;
        flex-direction: column;
    }

    .vast-block-a__title {
        width: 100%;
        padding: 40px 0px;
    }

    .vast-block-a__subtitle {
        width: 100%;
    }

    .vast-block-a__block {
        flex-direction: row;
    }


    .vast-block-a__inner-item {
        flex-direction: column;
    }

    .vast-block-a__inner-image-container {
        width: 100%;
    }

    .vast-block-a__inner-content {
        padding: 40px;
        width: 100%;
    }

    .vast-block-a__inner-title {
        padding-bottom: 60px;
    }

    .vast-block-a__inner-subtitle {}

    .vast-block-a__inner-item:nth-child(even) {
        flex-direction: column;
    }








    .vast-block-b__text-content {
        padding: 40px 40px 60px 40px;
        flex-direction: column;
    }

    .vast-block-b__title {
        width: 100%;
        padding: 40px 0px;
    }

    .vast-block-b__subtitle {
        width: 100%;
    }

    .vast-block-b__block {
        flex-direction: row;
    }


    .vast-block-b__inner-item {
        flex-direction: column;
        padding: 60px 0px 60px 0px;
        width: 100%;
    }

    .vast-block-b__inner-image-container {
        width: 100%;
    }

    .vast-block-b__inner-content {
        padding: 40px;
        width: 100%;
    }

    .vast-block-b__inner-title {
        padding-bottom: 60px;
    }

    .vast-block-b__inner-subtitle {}

    .vast-block-b__inner-item:nth-child(even) {
        flex-direction: column;
    }




    .vast-block-c__text-content {
        padding: 40px 40px 60px 40px;
        flex-direction: column;
    }

    .vast-block-c__title {
        width: 100%;
        padding: 40px 0px;
    }

    .vast-block-c__subtitle {
        width: 100%;
    }

    .vast-block-c__block {
        flex-direction: row;
    }


    .vast-block-c__inner-item {
        flex-direction: column;
        padding: 0px;
    }

    .vast-block-c__inner-image-container {
        width: 100%;
    }

    .vast-block-c__inner-content {
        padding: 40px;
        width: 100%;
        flex-direction: column;
    }

    .vast-block-c__inner-title {
        padding-bottom: 60px;
        width: 100%;
    }

    .vast-block-c__inner-subtitle {
        width: 100%;
    }

    .vast-block-c__inner-item:nth-child(even) {
        flex-direction: column;
    }




    .vast-block-d {}

    .vast-block-d__content {}

    .vast-block-d__block {}

    .vast-block-d__text-content {}

    .vast-block-d__title {
        font-size: 60px;
        line-height: 80px;
        padding: 0px 40px;
    }

    .vast-block-d__inner-item {
        width: 33.3%;
    }

    .vast-block-d__inner-title {
        font-size: 24px;
        line-height: 35px;
    }

    .vast-block-d__inner-subtitle {
        font-size: 22px;
        line-height: 40px;
    }









    .vast-block-e__text-content {
        padding: 40px 40px 60px 40px;
        flex-direction: column;
    }

    .vast-block-e__title {
        width: 100%;
        padding: 40px 0px;
    }

    .vast-block-e__subtitle {
        width: 100%;
    }

    .vast-block-e__block {
        flex-direction: row;
    }


    .vast-block-e__inner-item {
        flex-direction: column;
        padding: 0px 0px 60px 0px;
        width: 100%;
    }

    .vast-block-e__inner-image-container {
        width: 100%;
    }

    .vast-block-e__inner-content {
        padding: 40px;
        width: 100%;
    }

    .vast-block-e__inner-title {
        padding-bottom: 60px;
    }

    .vast-block-e__inner-subtitle {}

    .vast-block-e__inner-item:nth-child(even) {
        flex-direction: column;
    }





    .vast-block-f {
        padding: 60px 0px 60px 0px;
    }

    .vast-block-f__title {
        text-align: left;
    }

    .vast-block-f__subtitle {}

    .vast-block-f__inner-item {
        width: 25%;
        padding: 40px;
    }





    .wp-block-vast-form-a {
        width: 100%;
    }

    h2.vast-heading-a__content {
        font-size: 40px;
        line-height: 51px;
    }

    .vast-heading-a__content {
        padding: 0px 20px;
    }

    .vast-block-g {
        height: auto;
        min-height: auto;
    }

    .vast-block-g__title {
        font-size: 65px;
        line-height: 90px;
    }

    .vast-block-g__subtitle {
        font-size: 22px;
        line-height: 34px;
    }

    .vast-data-a__content {
        padding: 40px 20px;
    }

    .vast-data-a__title {
        font-size: 40px;
        line-height: 50px;
        padding: 0px 20px;
    }

    .vast-data-a__table-container {
        overflow-x: auto;
    }

    .vast-data-a__table {
        min-width: 600px;
    }

    .vast-data-a__table th,
    .vast-data-a__table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    .vast-data-a__table th {
        font-size: 12px;
    }

    .vast-data-a__table td:not(:first-child) {
        font-size: 16px;
    }

    .vast-block-g__inner-content {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        padding: 20px 20px 20px 20px;
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
    }

    .vast-block-g__block {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0px;
    }

    .vast-block-g__inner-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }

    .vast-block-g__inner-title {
        max-width: 100%;
        padding: 0px 0px 20px 0px;
    }

    .vast-block-h__text-content {
        padding: 40px 40px 60px 40px;
        flex-direction: column;
    }

    .vast-block-h__title {
        width: 100%;
        padding: 40px 0px;
    }

    .vast-block-h__subtitle {
        width: 100%;
    }

    .vast-block-h__block {
        flex-direction: row;
    }

    .vast-block-h__inner-item {
        flex-direction: column;
        padding: 60px 0px 60px 0px;
        width: 100%;
    }

    .vast-block-h__inner-image-container {
        width: 100%;
    }

    .vast-block-h__inner-content {
        padding: 40px;
        width: 100%;
    }

    .vast-block-h__inner-title {
        padding-bottom: 60px;
    }

    .vast-block-h__inner-subtitle {
        padding-bottom: 40px;
    }

    .vast-block-h__inner-item:nth-child(even) {
        flex-direction: column;
    }

    .vast-cta-a {
        padding: 0px;
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
        min-height: auto;
    }

    .vast-cta-a__content {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .vast-cta-a__media-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .vast-cta-a__image {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        min-height: auto;
    }

    .vast-cta-a__text-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        position: relative;
        padding: 40px;
        z-index: 0;
    }

    .vast-cta-a__title {
        font-size: 65px;
        line-height: 90px;
        margin: 0;
        text-align: left;
    }

    .vast-cta-a__button-container {
        margin-top: 0px;
        display: flex;
        justify-content: flex-start;
        padding: 0px 20px 25px 0px;
    }




    .vast-cta-b {
        padding: 90px 0px 90px 0px;
    }

    .vast-cta-b__content {
        flex-direction: column-reverse;
    }

    .vast-cta-b__form-container {
        width: 100%;
        padding: 0px 20px;
        margin: 0px 0px;
    }

    .vast-cta-b__text-content {
        width: 100%;
    }



    .vast-form-a {
        width: calc(100% - 40px);
    }

    .vast-list-a__content {
        padding: 0px 20px 0px 20px;
    }

    .vast-details-a__content {
        padding: 0px 20px 0px 20px;
    }

    .vast-paragraph-a__content {}

    .vast-heading-a__content {
        padding: 0px 20px;
    }

    .vast-image-a__content {
        padding: 0px 20px;
    }

    .vast-post-loop-a {
        padding: 0px;
    }

    .vast-post-loop-a__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: flex-start;
        flex-direction: column;
        padding: 40px;
    }

    .vast-post-loop-a__item {
        width: calc(100% - 0px);
    }

    .vast-post-loop-a__content {
        opacity: 1.0;
    }

    .footer-inner {
        display: inline-flex;
        width: 100%;
        flex-wrap: nowrap;
        padding: 150px 0px 20px 0px;
        align-items: center;
        flex-direction: column;
    }

    .footer-inner-left {
        padding: 65px 20px;
        display: inline-flex;
        width: calc(100% + -80px);
        border-right: 0px solid white;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .footer-navigation .wp-block-navigation__container {
        flex-direction: column;
        gap: 20px;
    }

    .footer-navigation a {
        text-align: center;
    }

    main {
        margin-top: 90px;
    }

    /* Ensure mobile nav always shows light state */
    .vast-menu-a {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
        padding: 0px 20px 0px 20px;
    }

    .vast-menu-a::before {
        opacity: 0 !important;
    }

    .vast-menu-a__logo {
        height: 40px;
        order: 1;
    }

    .vast-menu-a__logo img {
        height: 35px;
    }

    .vast-menu-a__navigation {
        order: 3;
        flex: 0 0 auto;
    }

    .vast-menu-a__button {
        order: 2;
        margin-left: auto;
        margin-right: 16px;
        position: fixed;
        top: 35px;
        right: 71px;
        z-index: 1001;
    }

    .vast-menu-a__mobile-toggle {
        display: flex;
    }


    .vast-menu-a__items {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 20px 20px 40px;
        margin: 0;
        z-index: 1000;
        overflow-y: auto;
        gap: 0;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }

    .vast-menu-a__items.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .vast-menu-a__item {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
    }

    .vast-menu-a__item:last-child {
        border-bottom: none;
    }

    .vast-menu-a__item-header {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* Hide regular link when there's a dropdown */
    .vast-menu-a__item:has(.vast-menu-a__mobile-toggle-button) .vast-menu-a__link {
        display: none;
    }

    .vast-menu-a__mobile-toggle-button {
        display: flex;
        color: #002575;
        font-weight: normal;
        font-style: normal;
    }

    .vast-menu-a__link {
        padding: 20px 0;
        border-bottom: none;
        color: #002575;
        font-weight: normal;
        font-style: normal;
    }

    .vast-menu-a__link:hover,
    .vast-menu-a__mobile-toggle-button:hover {
        color: #0042D0;
    }

    .vast-menu-a__toggle {
        display: none;
    }

    .vast-menu-a__panel--desktop {
        display: none;
    }

    .vast-menu-a__panel:not(.vast-menu-a__panel--desktop) {
        position: static;
        width: 100%;
        transform: none;
        top: auto;
        left: auto;
        right: auto;
        background: transparent;
        opacity: 0;
        visibility: hidden;
        border: none;
        max-height: 0;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: block;
    }

    /* Hide right columns and bottom text in mobile panels only */
    .vast-menu-a__panel:not(.vast-menu-a__panel--desktop) .vast-menu-a__panel-column--right,
    .vast-menu-a__panel:not(.vast-menu-a__panel--desktop) .vast-menu-a__panel-column--far-right,
    .vast-menu-a__panel:not(.vast-menu-a__panel--desktop) .vast-menu-a__panel-bottom-text {
        display: none;
    }

    .vast-menu-a__panel:not(.vast-menu-a__panel--desktop).is-active {
        max-height: 500px;
        margin-top: 16px;
        opacity: 1;
        visibility: visible;
    }

    .vast-menu-a__panel-inner {
        padding: 20px;
    }

    .vast-menu-a__panel-columns {
        grid-template-columns: 1fr;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .vast-menu-a__column-heading {
        color: #002575;
        border-bottom-color: rgba(0, 0, 0, 0.08);
        font-size: 16px;
    }

    .vast-menu-a__sublink {
        color: #002575;
        padding-left: 0;
        border-left: none;
        padding: 8px 0;
    }

    .vast-menu-a__sublink:hover,
    .vast-menu-a__sublink:focus {
        color: #0042D0;
        background: rgba(255, 102, 0, 0.1);
        border-left: none;
    }

    .vast-menu-a__button {}

    /* Mobile-only menu items styling - hidden by default */
    .vast-menu-a__item--mobile-only {
        display: none;
    }

    /* Show mobile-only items only when menu is active */
    .vast-menu-a__items.is-active .vast-menu-a__item--mobile-only {
        display: flex;
    }

    .vast-menu-a__item--bottom-text {
        border-bottom: none;
        padding: 20px 0;
    }

    .vast-menu-a__panel-bottom-text--mobile {
        text-align: center;
        color: #002575;
        color: #0025751a;
        font-size: 24px;
        padding: 20px 0;
        margin: 0;
    }

    .vast-menu-a__cta-button {
        font-size: 16px;
        padding: 7px 13px;
    }

    body.vast-menu-open {
        overflow: hidden;
    }
}


/* ================================================
   MOBILE & SMALL TABLETS (max-width: 768px)
   ================================================ */
@media (max-width: 768px) {
    .vast-footer-a {
        padding: 100px 0px 0px 0px;
    }

    .vast-footer-a__top-logo img {
        height: 60px;
    }

    .vast-footer-a__container {
        flex-direction: column;
        margin-bottom: 40px;
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    .vast-footer-a__left {
        width: 100%;
        border-right: none;
        border-bottom: 0.5px solid white;
        padding-right: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .vast-footer-a__right {
        width: 100%;
        padding-left: 0;
        gap: 40px;
        padding-left: 0px;
    }

    .vast-footer-a__title {
        font-size: 36px;
        line-height: 42px;
    }

    .vast-footer-a__description {
        font-size: 20px;
        line-height: 28px;
    }

    .vast-footer-a__columns {
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .vast-footer-a__column {
        min-width: 140px;
    }

    .vast-footer-a__carousel-container {
        max-width: 100%;
        padding: 0 50px;
    }

    /* .vast-footer-a__carousel-arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .vast-footer-a__carousel-arrow--left {
        left: 10px;
    }

    .vast-footer-a__carousel-arrow--right {
        right: 10px;
    }

    .vast-footer-a__carousel-item img {
        height: 35px;
    }

    .vast-footer-a__carousel-track {
        gap: 20px;
    } */

    /* Mobile phone specific styles (from 480px breakpoint) */
    .vast-footer-a {
        padding: 30px 15px 20px 15px;
    }

    .vast-footer-a__top-logo {
        margin-bottom: 40px;
    }

    .vast-footer-a__top-logo img {
        height: 50px;
    }

    .vast-footer-a__title {
        font-size: 28px;
        line-height: 34px;
    }

    .vast-footer-a__description {
        font-size: 18px;
        line-height: 24px;
    }

    .vast-footer-a__button {
        font-size: 20px;
        padding: 8px 25px;
    }

    .vast-footer-a__columns {
        flex-direction: column;
        gap: 20px;
    }

    .vast-footer-a__carousel {
        margin-bottom: 30px;
    }

    .vast-footer-a__carousel-container {
        padding: 0 20px;
    }

    .vast-footer-a__carousel-track {
        gap: 15px;
    }

    .vast-footer-a__carousel-item img {
        /* height: 30px; */
    }

    .vast-footer-a__social {
        margin-bottom: 15px;
    }

    .vast-footer-a__copyright {
        font-size: 12px;
        padding: 0 10px;
        line-height: 18px;
    }

    .vast-footer-a__right {
        flex-direction: column;
        gap: 32px;
    }

    .vast-footer-a__column {
        min-width: auto;
    }

    /* Map Global Mobile Styles */
    .vast-map-global {
        padding: 40px 20px;
    }

    .vast-map-global__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .vast-map-global__filters {
        gap: 8px;
        margin-bottom: 20px;
    }

    .vast-map-global__filter-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .vast-map-global__container {
        height: 400px;
    }

    .vast-post-loop-a__pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
        margin: 0 2px;
    }

    .vast-post-loop-a__pagination .page-numbers.prev,
    .vast-post-loop-a__pagination .page-numbers.next {
        padding: 0 12px;
    }

    .vast-block-d__inner-item {
        width: 100%;
    }


    .vast-block-f__inner-item {
        width: 50%;
    }


}

/* ================================================
   RECAPTCHA v3
   ================================================ */

/* Hide reCAPTCHA v3 badge */
/* Google's Terms: You can hide the badge if you disclose reCAPTCHA usage in your Privacy Policy */
/* Add this to your Privacy Policy: "This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply." */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
