/*
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
*/


/* 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;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* fonts */

@font-face {
    font-family: 'Meno Banner';
    src: url('./assets/fonts/MenoBanner-SemiBold.eot');
    src: url('./assets/fonts/MenoBanner-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/MenoBanner-SemiBold.woff') format('woff'),
        url('./assets/fonts/MenoBanner-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Halyard Display';
    src: url('./assets/fonts/HalyardDisplay-Regular.eot');
    src: url('./assets/fonts/HalyardDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/HalyardDisplay-Regular.woff') format('woff'),
        url('./assets/fonts/HalyardDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('./assets/fonts/HalyardDisplayMedium.eot');
    src: url('./assets/fonts/HalyardDisplayMedium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/HalyardDisplayMedium.woff') format('woff'),
        url('./assets/fonts/HalyardDisplayMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplaySemiBold.eot');
    src: url('HalyardDisplaySemiBold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/HalyardDisplaySemiBold.woff') format('woff'),
        url('./assets/fonts/HalyardDisplaySemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
}

main {
    margin-top: 60px;
}

.wp-site-blocks {
    overflow: hidden;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* Navigation styles */


header{
    position: fixed;
    top:0px;

}

.site-header{
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    position: fixed;
    height: 60px;
    width: 100%;
    background-color: white;
    z-index: 1;
}

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

.header-class-inner {
    width: 100%;
    /* max-width: 1200px; */
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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;
}

/* Desktop Navigation styles */
.header-navigation {
    display: flex;
    gap: 30px;
}

.header-navigation .wp-block-navigation__container {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation a {
    color: #0E386B !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    max-width: 100%;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: 500;
    text-align: left;
}

.header-navigation a:hover {
    color: #666;
}

/* Mobile menu button */
.mobile-menu-button {
    display: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    margin-left: 20px;
    width: 25px;
    height: 25px;
}

.mobile-menu-button.active {
    position: fixed;
    right: 55px;
    margin-left: 0;
    top: 20px;
    width: 25px;
    height: 25px;
}

.mobile-menu-button span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: 50% 50%;
}

.mobile-menu-button span:nth-child(1) {
    top: 0;
}

.mobile-menu-button span:nth-child(2) {
    top: 8px;
}

.mobile-menu-button span:nth-child(3) {
    top: 16px;
}

.mobile-menu-button.active span:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
}

.mobile-menu-button.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-button.active span:nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
}

/* Mobile menu overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
    height: calc(100vh + -60px);
    margin-top: 60px;
}

.mobile-navigation {
    display: none;
}

.mobile-navigation .wp-block-navigation__container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.mobile-navigation a {
    color: #0E386B !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    max-width: 100%;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: 500;
    text-align: left;
}

.enroll_button {
    display: inline-block;
}

/* Mobile breakpoint */
@media (max-width: 1100px) {
    .header-navigation,
    .header-navigation .wp-block-navigation__container {
        display: none !important;
    }

    .mobile-menu-button {
        display: block;
    }

    .mobile-navigation {
        display: block;
    }

    .mobile-menu-overlay.active .mobile-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}


/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* Footer styles */

footer {
    display: inline-flex;
    background-color: #0E386B;
    width: 100%;
    color: white;
}

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

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

        text-decoration: none;
    font-size: 30px;
    max-width: 100%;
    line-height: 75px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: 500;
    text-align: left;
}

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

.footer-inner-right {
    padding: 65px 20px;
    display: inline-flex
;
    width: calc(50% + -40px);
    justify-content: center;
}

.footer-navigation{
    width: 75%;
}

.footer-navigation .wp-block-navigation__responsive-container-open,
.footer-navigation .wp-block-navigation__responsive-container-close {
    display: none;
}

.footer-navigation .wp-block-navigation__responsive-container {
    display: block !important;
    transform: none !important;
    position: relative;
}

.footer-navigation .wp-block-navigation__container {
    display: flex !important
;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.footer-inner-bottom {
    width: 100%;
    display: inline-flex
;
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.footer-inner-bottom-logo .site_logo img{
    width: 115px;

}

.footer-inner-bottom-text{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'Halyard Display';
    text-align: center;
}

.footer-inner-bottom-text a{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'Halyard Display';
    text-align: center;
}

/* Footer navigation specific styles */
.footer-navigation ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-navigation a {
    text-decoration: none;
    font-size: 20px;
    max-width: 100%;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: 500;
    text-align: left;
}

/* Ensure footer menu never gets mobile treatment */
.footer-navigation .mobile-menu-button,
.footer-navigation .mobile-menu-overlay {
    display: none !important;
}

/* Prevent footer menu from being affected by mobile menu JS */
.footer-navigation.active {
    display: block !important;
}

.page-id-109 footer{
    display: none;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* Block styles */



/* hero-a block start */
.vast-hero-a {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
}

.vast-hero-a__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.vast-hero-a__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;

    -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;

}

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

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

.vast-hero-a__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    text-align: center;
    max-width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 80px;
}

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

.vast-hero-a__title {
    font-size: 113px;
    line-height: 130px;
    margin: 0;
    text-align: left;
    color: white;
    font-family: 'Meno Banner';
    max-width: 1200px;
    width: calc(100% + -240px);
    margin-left: 40px;
}

.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-size: 1.5rem;
    opacity: 0.7;
    max-width: 600px;
    line-height: 1.5;
    display: none;
}

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

.vast-hero-a__button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.vast-hero-a__button:hover {
    background-color: #000;
    color: #fff;
}
/* Arrow animation keyframes */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

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

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

.vast-hero-a__arrow-icon {
    width: 55px;
    height: 55px;
    filter: brightness(0) invert(1); /* Makes the SVG white */
    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);
}

/* Invert arrow color on light backgrounds */
.vast-hero-a--light .vast-hero-a__arrow-icon {
    filter: brightness(0); /* Makes the SVG black */
}

/* hero-a block end */

/* hero-b block start */
.vast-hero-b {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    height: 340px;
    display: inline-flex
;
    position: relative;
    background-color: #0E386B;
    flex-direction: column;
    align-items: center;
}

.vast-hero-b__content {
    display: inline-flex
;
    flex-direction: row;
    height: 400px;
    max-width: 1600px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.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 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: calc(100vh + -60px);
    display: none;
}

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

.vast-hero-b__text-content {
    display: flex
;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
    padding: 0px 40px;

}

.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;
}

.vast-hero-b__title {
    font-size: 113px;
    line-height: 130px;
    margin: 0;
    text-align: left;
    color: white;
    font-family: 'Meno Banner';
    width: 100%;
    display: fl
}

.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: 182px;
    height: auto;
}

.vast-hero-b__subtitle {

    display: none;
}

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

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

.vast-hero-b__button:hover {
    background-color: #000;
    color: #fff;
}
/* hero-b block end */

/* hero-c block start */
.vast-hero-c {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-flex
;
    position: relative;
    background-color: #0E386B;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 160px);
}

.vast-hero-c__content {
    display: inline-flex
    ;
        flex-direction: row-reverse;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
}

.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;
}

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

.vast-hero-c__text-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    max-width: 1100px;
    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;
}

.vast-hero-c__title {
    font-size: 113px;
    line-height: 130px;
    margin: 0;
    text-align: left;
    color: white;
    font-family: 'Meno Banner';
    width: 100%;
}

.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: 182px;
    height: auto;
}

.vast-hero-c__subtitle {

    display: none;
}

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

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

.vast-hero-c__button:hover {
    background-color: #000;
    color: #fff;
}
/* hero-c block end */

/* hero-d block start */
.vast-hero-d {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-flex
;
    position: relative;
    background-color: #0E386B;
    flex-direction: column;
    align-items: center;
}

.vast-hero-d__content {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 40px;

}




.vast-hero-d__text-content {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 100px 0px;
}



.vast-hero-d__title {
    font-size: 113px;
    line-height: 130px;
    margin: 0;
    text-align: left;
    color: white;
    font-family: 'Meno Banner';
    width: 100%;
}

.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: 182px;
    height: auto;
}

.vast-hero-d__subtitle {
    font-size: 26px;
    line-height: 37px;
    color: white;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
}


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

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

.vast-hero-d__button:hover {
    background-color: #000;
    color: #fff;
}
/* hero-d block end */

/* block-a block start */
.vast-block-a {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #0E386B;
    display: flex;
    justify-content: center;

    min-height: calc(100vh - 60px);
}

.vast-block-a__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}



.vast-block-a__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 150px 40px;
}

.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: 172px;
    line-height: 130px;
    margin: 0;
    text-align: left;
    color: white;
    font-family: 'Meno Banner';
}

.vast-block-a__title strong{
color: #e61ce2;
}


.vast-block-a__subtitle {
    font-size: 45px;
    color: white;
    max-width: 100%;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: normal;
    text-align: left;
}

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

.vast-block-a__button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.vast-block-a__button:hover {
    background-color: #000;
    color: #fff;
}
/* block-a block end */


/* block-b block start */
.vast-block-b {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    background-image: url(./assets/images/flower_back.svg);
    display: flex;
    justify-content: center;
    min-height: auto;
    background-position: bottom;
    background-size: inherit;

    min-height: calc(100vh - 60px);
}

.vast-block-b__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 40px;
}

.vast-block-b__text-content:before {
    margin-bottom: 20px;
    content: url(./assets/images/color_bar1.svg);

}

.vast-block-b__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 150px 0px;
}



.vast-block-b__title {
    font-size: 105px;
    line-height: 105px;
    margin: 0;
    text-align: left;
    font-family: 'Meno Banner';
    color: #0E386B;
}

.vast-block-b__subtitle {
    font-size: 26px;
    line-height: 37px;
    color: #0e386b;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
}

.vast-block-b__subtitle p{
    margin-bottom: 20px;
}

.vast-block-b__button-container {
    display: flex;
    margin-top: 20px;
}

.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 {
    display: inline-block;
    text-decoration: none;
    
    font-size: 26px;
    line-height: 37px;
    color: #0e386b;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vast-block-b__button:hover {
    color: #e61ce2;
    transition: all 0.3s ease;
}
/* block-b block end */

/* block-c block */
.vast-block-c {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #0E386B;
    display: flex
;
    justify-content: center;
    min-height: calc(100vh - 60px);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.vast-block-c__content {

    flex-direction: row;
    gap: 0px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    display: flex
;
    padding: 100px 0px;

}

.vast-block-c__text-content {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 00px 40px;
    flex-wrap: wrap;
}

.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: 80px;
    line-height: 105px;
    margin: 0;
    text-align: left;
    color: #F5E4F3;
    font-family: 'Meno Banner';
    margin-top: -17px;
}


.vast-block-c__subtitle {
    font-size: 45px;
    color: white;
    max-width: 100%;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: normal;
    text-align: left;
    display: none;
}

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

.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: 26px;
    line-height: 37px;
    color: #0e386b;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vast-block-c__button:hover {
    color: #e61ce2;
    transition: all 0.3s ease;
}

/* Repeatable inner blocks styling */
.vast-block-c__block {
    width: 100%;
    display: flex
;
    flex-direction: column;
    gap: 60px;
    padding-right: 40px;
}

.vast-block-c__inner-item {
    transition: all 0.3sease;
}

.vast-block-c__inner-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.vast-block-c__inner-title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 20px;
    color: #F5E4F3;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
}

.vast-block-c__inner-subtitle {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: white;
    font-family: 'Halyard Display';
}
/* block-c block end */



/* block-d block start */
.vast-block-d {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    display: flex;
    justify-content: center;
    min-height: auto;
    background-position: bottom;
    background-size: inherit;
}

.vast-block-d__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 40px;
}


.vast-block-d__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 100px 0px 25px;
}

.vast-block-d__title {
    font-size: 80px;
    line-height: 105px;
    margin: 0;
    text-align: left;
    font-family: 'Meno Banner';
    color: #0E386B;
}

.vast-block-d__subtitle {
    font-size: 26px;
    line-height: 37px;
    color: #0e386b;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
}

.vast-block-d__subtitle p {
    margin-bottom: 20px;
}

.vast-block-d__subtitle strong{
    font-weight: 600;
}

.vast-block-d__button-container {
    display: flex;
    margin-top: 20px;
}

.vast-block-d__button {
    display: inline-block;
    padding: 13px 35px 18px;
    color: #0e386b;
    text-decoration: none;
    border: 2px solid #0e386b;
    border-radius: 9px;
    font-weight: 500;
    font-family: 'Halyard Display';
    font-size: 24px;
    line-height: 24px;
    transition: all .3s ease;
}

.vast-block-d__button:hover {
    background-color: #0e386b;
    color: #fff;
}




/* block-d block end */

/* block-e block start */
.vast-block-e {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #0E386B;
    display: flex
;
    justify-content: center;
    min-height: auto;
    background-position: bottom;
    background-size: inherit;
}

.vast-block-e__content {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    width: 100%;
    align-content: center;
    flex-wrap: nowrap;
}

.vast-block-e__media-container{
    width: 60%;
    position: relative;
    padding-top: 40%;
}

.vast-block-e__media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vast-block-e__text-content {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: center;
    max-width: 100%;
    width: 40%;
    padding: 0px 40px;
}

.vast-block-e__title {
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 2px;
    margin: 0;
    text-align: left;
    font-family: 'Halyard Display';
    color: white;
    font-weight: normal;
}

.vast-block-e__subtitle {
    font-size: 22px;
    line-height: 30px;
    color: white;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: normal;
}

.vast-block-e__subtitle p {
    margin-bottom: 20px;
}

.vast-block-e__button-container {
    display: flex;
    margin-top: 0px;
}

.vast-block-e__button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.vast-block-e__button:hover {
    background-color: #000;
    color: #fff;
}


/*block-e for news page*/

.page-id-635 .vast-block-e{
    background-color: #ffffff;
    max-width: 1600px;
        margin-top: 20px;
    margin-bottom: 20px;
}

.page-id-635 .vast-block-e__content{
        display: flex
;
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
    align-content: center;
    flex-wrap: nowrap;
}

.page-id-635 .vast-block-e__media-container{
         padding-top: 0%;
}

.page-id-635 .vast-block-e__media{
    position: relative;
}

.page-id-635 .vast-block-e__text-content{
        gap: 20px;
}

.page-id-635 .vast-block-e__title{
    color: #0d386b;
}

.page-id-635 .vast-block-e__subtitle{
    color: #0d386b;
}

.page-id-635 .vast-block-e__button{
       display: inline-block;
    padding: 10px 31px 14px;
    color: #0e386b;
    text-decoration: none;
    border: 2px solid #0e386b;
    border-radius: 9px;
    font-weight: 500;
    font-family: 'Halyard Display';
    font-size: 20px;
    line-height: 24px;
    transition: all .3s ease;
}

.page-id-635 .vast-block-e__button:hover{
    background-color: #0e386b;
    color: #fff;
    transition: all .3s ease;
}

/* block-e block end 

/* block-f block start */
.vast-block-f {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
        background-image: url(/wp-content/themes/vast/./assets/images/flower_back.svg);
    display: flex
;
    justify-content: center;
    min-height: auto;
    background-position: bottom;
    background-size: inherit;
}

.vast-block-f__content {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
    padding: 50px 40px;
    max-width: 1100px;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}

.vast-block-f__text-content {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: center;
    max-width: 100%;
    padding: 0px 0px;
    width: 50%;
    align-content: space-around;
    flex-wrap: wrap;
}

.vast-block-f__title {
    font-size: 105px;
    line-height: 105px;
    margin: 0;
    text-align: left;
    font-family: 'Meno Banner';
    color: #0E386B;
}

.vast-block-f__subtitle {
font-size: 26px;
    line-height: 37px;
    color: #0e386b;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
}

.vast-block-f__subtitle p {
    margin-bottom: 20px;
}

/* Removed empty ruleset */

.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 {
    display: inline-block;
    text-decoration: none;
    font-size: 26px;
    line-height: 37px;
    color: #0e386b;
    max-width: 100%;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    text-align: left;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vast-block-f__button:hover {
    color: #e61ce2;
    transition: all 0.3s ease;
}

.vast-block-f__form {
    max-width: 100%;
    padding: 0 0 100px 0;
    width: 50%;
    box-sizing: border-box;
    display: flex
;
    justify-content: flex-end;
}





.vast-block-f__form .vast-form-a__field:nth-child(7),
.vast-block-f__form .vast-form-a__field:nth-child(8) {
    /* display: none; */
}

/* block-f block end */


/* cta-a block start */
.vast-cta-a {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #0E386B;
    display: flex
;
    justify-content: center;
    min-height: calc(100vh - 60px);
}

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


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

.vast-cta-a__image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-height: calc(100vh - 60px);
}



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



.vast-cta-a__title {
    font-size: 80px;
    line-height: 105px;
    margin: 0;
    text-align: left;
    color: #0E386B;
    font-family: 'Meno Banner';
}



.vast-cta-a__subtitle {
    font-size: 30px;
    color: white;
    max-width: 100%;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: 'Halyard Display';
    font-weight: normal;
    text-align: left;
    display: none;
}

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

.vast-cta-a__button {
    display: inline-block;
    padding: 13px 35px 18px 35px;
    color: #0E386B;
    text-decoration: none;
    border: 2px solid #0E386B;
    border-radius: 9px;
    font-weight: 500;
    font-family: 'Halyard Display';
    font-size: 24px;
    line-height: 24px;
    transition: all 0.3s ease;


}

.vast-cta-a__button:hover {
    background-color: #0E386B;
    color: #fff;
    transition: all 0.3s ease;

}

/* cta-a block end */



/* Video A Block */
.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%; /* 16:9 aspect ratio */
    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 Block */
.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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.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: relative;
    padding: 20px;
    color: #0E386B;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    opacity: 1;
    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: 'Halyard Display';
    font-weight: normal;
}

.vast-post-loop-a__excerpt {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Halyard Display';
}


.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: 'Halyard Display';
    font-size: 16px;
    font-weight: 500;
    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;
}

@media (max-width: 480px) {
    .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;
    }
}

/* Form A Block */
.vast-form-a {
    width: 100%;
    display: inline-flex
;
    flex-direction: column;
}

.vast-form-a__field {
    margin-bottom: 15px;
    display: inline-flex
;
}

.vast-form-a__field label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Halyard Display';
    font-weight: 500;
    color: #333;
    display: none;
}

.vast-form-a__field input,
.vast-form-a__field textarea,
.vast-form-a__field select {
    width: 100%;
    padding: 15px;
    font-family: 'Halyard Display';
    font-size: 22px;
    line-height: 30px;
    border: 2px solid #0E386B;
    border-radius: 6px;
    background: #fff;
    transition: border-color 0.3s ease;
    display: block;
}

.vast-form-a__field input:focus,
.vast-form-a__field textarea:focus,
.vast-form-a__field select:focus {
    outline: none;
    border-color: #333;
}

.vast-form-a__field input::placeholder,
.vast-form-a__field textarea::placeholder,
.vast-form-a__field select::placeholder {
    color: #0E386B;
    font-size: 22px;
    line-height: 30px;
    opacity: .5;
}

.vast-form-a__field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%230E386B" d="M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.763L10.825 4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px; /* Make room for the arrow */
    cursor: pointer;
}

.vast-form-a__field select:invalid,
.vast-form-a__field select option[value=""] {
    color: #0E386B;
    opacity: .5;
}

.vast-form-a__submit {
    display: inline-flex
    ;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        color: #0E386B;
        width: calc(100% + 0px);
        padding: 15px;
        font-family: 'Halyard Display';
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        border: 2px solid #0E386B;
        border-radius: 6px;
        background: #fff;
        transition: border-color 0.3s ease;
        cursor: pointer;
        transition: background 0.3s ease;
}

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

.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 {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 4px;
}

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

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



/* .footer-inner-left field */

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

.footer-inner-left .vast-form-a__field input::placeholder,
.footer-inner-left .vast-form-a__field textarea::placeholder {
    color: rgba(255, 255, 255, 1.0);
}

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




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




/* Registration Form (Form B) */

.wp-block-vast-form-b {
    width: calc(100% + -80px);
    margin-left: -80px;
}

.vast-form-b {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--wp--preset--color--base);
}

.vast-form-b__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    font-family: 'Halyard Display';
    text-align: left;
}

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

.vast-form-b__field label {
    display: none;
}

.vast-form-b__field input,
.vast-form-b__field textarea,
.vast-form-b__field select {
    width: 100%;
    padding: 15px;
    font-family: 'Halyard Display';
    font-size: 22px;
    line-height: 30px;
    border: 1px solid white;
    border-radius: 4px;
    background-color: transparent;
    color: white;
}

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

.vast-form-b__field input::placeholder,
.vast-form-b__field textarea::placeholder,
.vast-form-b__field select::placeholder {
    color: var(--wp--preset--color--base);
    font-size: 22px;
    line-height: 30px;
    opacity: .7;
}

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

.vast-form-b__field--checkbox input {
    width: auto;
    margin-right: 10px;
}

.vast-form-b__field--checkbox label {
    display: block;
    margin-bottom: 0;
    font-family: 'Halyard Display';
    font-size: 16px;
    line-height: 24px;
    color: white;
}

.vast-form-b__submit {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    width: calc(100% + 35px);
    padding: 15px;
    font-family: 'Halyard Display';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: white;
    border: 2px solid #ffffff;
    background-color: #0e386b;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

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

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

.vast-form-b__spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 2px solid var(--wp--preset--color--base);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

.vast-form-b__messages {
    margin-bottom: 20px;
}

.vast-form-b__success {
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 4px;
}

.vast-form-b__error {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 4px;
}

/* Image A Block */
.vast-image-a {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}


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

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




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

.vast-paragraph-a__content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #0E386B;
    font-family: 'Halyard Display';
}



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




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

.vast-heading-a__content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #0E386B;
    font-family: 'Halyard Display';
}



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

.vast-heading-a__content h2 {
    font-size: 32px;
    line-height: 1.3;
}

.vast-heading-a__content h3 {
    font-size: 24px;
    line-height: 1.4;
}

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

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

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

/* Quote A Block */
.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: 30px;
    letter-spacing: 1px;
    color: #0E386B;
    font-family: 'Halyard Display';
}

.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: 600;
}

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

.vast-list-a__content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #0E386B;
    font-family: 'Halyard Display';
}

.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 Block */
.vast-details-a {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vast-details-a__content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 40px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #0E386B;
    font-family: 'Halyard Display';
}

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

.vast-details-a__content summary {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 1px solid #0E386B;
    border-radius: 4px;
    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: 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

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

.vast-details-a__inner-content {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #0E386B;
    font-family: 'Halyard Display';
}

.vast-details-a__inner-content strong{
    font-weight: 600;
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */

/* Mobile styles */



/* large screens 1600 */
@media (min-width: 1600px) {

    .vast-block-a, .vast-block-b, .vast-block-c, .vast-cta-a {
        min-height: 66vh;
    }

    .vast-cta-a__image {
        min-height: 66vh;
    }

    /* Removed empty ruleset */

}



/* tablet 1200px */
@media (max-width: 1100px) {



    .vast-hero-a__content {
        flex-direction: column;
        align-items: flex-start;
    }


    .vast-hero-a__title{
        font-size: 65px;
        line-height: 90px; 
        width: calc(100% + -40px);
        margin-left: 20px;
    }

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

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


    .vast-hero-b{
        height: auto;
    }

    .vast-hero-b__text-content{
        flex-direction: column;
        align-items: flex-start;
    }

    .vast-hero-b__title{
        font-size: 65px;
        line-height: 90px; 
    }


    .vast-hero-b__title__image{
        justify-content: flex-start;
        position: initial;
    }

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


    .vast-hero-c{
height: auto;
    }


    .vast-hero-c__content{
        flex-direction: column;
    }

    .vast-hero-c__image, .vast-hero-c__video {
    height: auto;
}

.vast-hero-c__text-content {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0px 40px;
    gap: 40px;
}

.vast-hero-c__title {
    font-size: 65px;
    line-height: 90px;
    padding: 25px 40px 25px 40px;

}


.vast-hero-c__title__image{
position: relative;

justify-content: flex-start;
}

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



.vast-hero-d__title{
    font-size: 65px;
    line-height: 90px;
    padding: 0px 40px;
}

.vast-hero-d__subtitle{
    padding: 0px 40px;

}

.vast-hero-d__title{
    font-size: 65px;
    line-height: 90px;
}



.vast-block-a{
    height: auto;
    min-height: auto;
}
.vast-block-a__title{
    font-size: 65px;
    line-height: 90px;
}

.vast-block-a__subtitle{
    font-size: 35px;
    line-height: 50px;
}




.vast-block-b{
    height: auto;
    min-height: auto;
}
.vast-block-b__title{
    font-size: 65px;
    line-height: 90px;
}

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


.vast-block-c{
    min-height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.vast-block-c__content {
    flex-direction: column;
    gap: 40px;
    flex-wrap: wrap;
    padding: 100px 0px;
    position: relative;
    align-items: flex-start;
}

.vast-block-c__text-content{
    padding: 0px;
}

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

.vast-block-c__inner-item {
    padding: 0px 40px;
}

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

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

}




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

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



    .vast-block-e__content{
        flex-direction: column;
        align-items: flex-start;
    }

    .page-id-635 .vast-block-e__content{
                flex-direction: column;
        align-items: flex-start;
    }

    .page-id-635 .vast-block-e__button{
            margin-left: 40px;
    }

    .vast-block-e__media-container {
        width: 100%;
        position: relative;
        padding-top: 50%;
    }

    .vast-block-e__text-content{
        width: 100%;
        padding: 0px 0px;
    }

    .vast-block-e__title{
        font-size: 35px;
        line-height: 50px;
        padding: 25px 40px 0px 40px;
    }
    .vast-block-e__subtitle{
        padding: 0px 40px 25px 40px;
    }
    .page-id-635 .vast-block-e__subtitle{
        padding: 0px 40px 0px 40px;
    }


    .vast-block-f__content{
        width: 100%;
        gap: 0px;
    }

    .vast-block-f__text-content{
        width: 100%;

    flex-direction: row;
    align-items: flex-start;
    }

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

    .vast-block-f__subtitle{
        font-size: 35px;
        line-height: 50px;
    }

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

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





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

    .vast-cta-a__content {
        flex-direction: column;
        align-items: center;
        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: 0px;
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 0px;
        z-index: 0;
    }

    .vast-cta-a__title {
        font-size: 65px;
        line-height: 90px;
        margin: 0;
        text-align: left;
        color: #0E386B;
        font-family: 'Meno Banner';
        padding: 25px 20px 0px 20px;
    }
    .vast-cta-a__button-container {
        margin-top: 20px;
        display: flex
    ;
        justify-content: flex-start;
        padding: 0px 20px 25px 20px;
    }



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

    .vast-details-a__content{
        padding: 0px 40px 0px 40px;   

    }

    .vast-paragraph-a__content{
        padding: 0px 40px 0px 40px;   

    }


    .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;
    }

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

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





    .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% + -41px);
        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;
    }

}



/* 800px */
@media (max-width: 800px) {


}



/* 
.footer-inner-left{
display: none!important;
}

.footer-inner-right{
    width: 100%!important;
} */





