/*
Theme Name: Vista 2021
Description:  Vista 2021 theme with new design guidelines
Author: Howard Rickard
Version:      1.0.76	
*/

:root {
    --swiper-theme-color: transparent;
    --s: 6;
    --h: 24;
    --speed: 1.5s;    
}

html {
    background-color: #353537;
}


/* TYPOGRAPHY */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: termina, sans-serif!important;
    text-transform: uppercase!important;
    letter-spacing: 0.1em!important;
    margin-bottom: 1rem!important;
    font-weight: 700!important;
    color: #353537;
}

.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #f8f9fa!important;
}

.text-dark {
    color: #4A4A4A!important;
}

.text-red {
    color: #be0a05!important;
}

.text-pale {
    color: rgba(0, 0, 0, 0.15)!important;
}

.text-sust {
    color: rgba(150, 200, 135, 1) !important;
}

.home-video {
    display: block;
}

.home-video_wrapper {
    min-height: 450px;
    height: 75vh;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    align-items: center;
    z-index: 1;
}

.home-video_content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    z-index: 2;
}
.wec-vista-logo {
    position:absolute;
    top:40px;
    left:0px;
    width:200px;
    z-index:99;
}

.wec-instagram img {width:200px;}
.wec-vista-logo img{width:100%;}
.home-wec_content{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    h1{
        font-size: 35px;
        max-width: 540px;
        line-height: 50px;
        font-weight: 600 !important;
    }
}
.home-video_video.wec {display:none}
.wec-back {
    background: #42080C;
}

.aug-back {
    background: #012314;
}

.vista-back {
    background:#b00016;
}

.wec-date {
    background: #fff;
    color: #42080C;
    width: fit-content;
    font-size: 35px;
    max-width: 400px;
    line-height: 21.5px;
    padding-top: 5px;
    font-weight: 400 !important;   
}

.aug-date {
    color: #fff;
    width: fit-content;
    font-size: 35px;
    max-width: 400px;
    line-height: 21.5px;
    padding-top: 5px;
    font-weight: 400 !important;   
}

.wec-h3 {
    font-size:24px;
    color:#fff;
}

.wec-p p {
    color:#fff;
    margin-bottom:40px;
}

.wec-block {
    border-bottom: 2px solid #fff;
}

.web-block-up {
    border-top: 2px solid #fff;
}

.wec-block-red {
    border-bottom: 2px solid #b00016;
}

.web-block-up-red {
    border-top: 2px solid #b00016;
}

.wec-btn {
    background: #fff;
    color: #42080C;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    border:1px solid #42080C;
    width: fit-content;
    transition: all ease 0.5s;
    &.red {
        background: #b00016;
        color: #fff;
        border:1px solid #b00016;

    }
}

.wec-btn:hover {
    background:#42080C;
    color:#fff;
    border:1px solid #fff;
}

.wec-btn.red:hover {
    background:#fff;
    color:#b00016;
    border:1px solid #b00016;
}

.text-center .bi-arrow-down::before {
    color:#fff;
    font-size: 42px;
}

.floating-video {
    position: fixed;
    top: 30px;
    right: 7%;
    width: 350px; /* For 9:16 ratio, adjust as needed */
    height: 600px; /* For 9:16 ratio, adjust as needed */
    z-index: 1;
    border: 1px solid transparent; /* Default border */
}

.floating-video.border-animate {
    animation: border-glow 0.6s ease-in-out;
}

@keyframes border-glow {
    0% {
        border-color: transparent;
        box-shadow: 0 0 0 transparent;
    }
    50% {
        border-color: #fff; /* Highlight color */
        box-shadow: 0 0 20px #fff;
    }
    100% {
        border-color: transparent;
        box-shadow: 0 0 0 transparent;
    }
}

.hidden-video {
    display: none;
}



.twenty-container{
    background: #BD1622;
    position:relative;
    overflow:hidden;
}

.twenty{
    background: #BD1622;
    position:relative;
    padding:4vw 0 7vw;
    overflow: hidden;
}
.uk-cover-container {
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    background:#BD1622;
    height:100%;
    img {
        max-width: 78%;
        min-width: 180px;
    }
}
    .tabs-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;

    }

    .tabs-content .first{
        align-items: center;
      }

    .tabs-content h3.xlarge,.tabs-content h4.xlarge{
        color: #fff;
        font-family: termina;
        font-size:50px!important;
        font-weight: bold;
        letter-spacing: normal;
      }

      .tabs-content h3, .tabs-content h4, .tabs-content p{
        color:#fff;
        margin:0 0 15px;padding:0;
        }

    .tabs-content > div {
      width: 48%;
      box-sizing: border-box;
    }
    .uk-slider-container {
      width: 48%;
      position: relative;
    }

    .uk-slideshow-items {
        height:60vh;
    }

    #tabs {
        overflow-x: auto;
        white-space: nowrap;
        display:block;
        text-align:center;
      }
      #tabs li {
        display: inline-block;
      }

    .uk-tab {
        justify-content: space-around;
        position: absolute!important;
        bottom: 0;
        width: calc(100% - 0px);
        z-index: 2;
        margin-left:0!important;
        flex-wrap:nowrap!important;
        overflow-x: auto;
        white-space: nowrap;
        --scrollbar-color-thumb: #FFFFFF;
        --scrollbar-color-track: #BD1622;
        --scrollbar-width: thin;
        --scrollbar-width-legacy: 10px;
    }

    /* Modern browsers with `scrollbar-*` support */
@supports (scrollbar-width: auto) {
    .uk-tab {
        scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
        scrollbar-width: var(--scrollbar-width);
    }
}

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
    .uk-tab::-webkit-scrollbar-thumb {
        background: var(--scrollbar-color-thumb);
    }
    .uk-tab::-webkit-scrollbar-track {
        background: var(--scrollbar-color-track);
    }
    .uk-tab::-webkit-scrollbar {
        max-width: var(--scrollbar-width-legacy);
        max-height: var(--scrollbar-width-legacy);
    }
}

    .uk-tab>*>a {
        color: rgba(255, 255, 255, .35)!important;
        font-family: termina;
        font-size:28px;
        border-color: rgba(255,255,255,0)!important;
        font-weight:600;
    }
    .uk-tab>.uk-active>a {
        color:#fff!important;
        border-color: rgba(255,255,255,0)!important;
    }
    .uk-slider-items > li {
      list-style: none;
    }
    .uk-switcher img {
        max-width:78%
    }
    .uk-switcher > li {
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }
    .uk-switcher > li.uk-active {
      display: block;
      opacity: 1;
      transform: translateY(20px);
    }
    .uk-subnav-pill>.uk-active>a,.uk-subnav-pill>*>a:hover {
        background:#fff!important;
        color:#BD1622!important;
        cursor: pointer!important;
    }
    .uk-subnav-pill>*>:first-child {
        color:#fff!important;
    }    
    .uk-tab {
        justify-content: space-evenly;
        position: absolute;
        bottom: -20px;
        width: 100%;
        z-index: 2;
        background: #BD1622;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-top: 1px solid rgba(255, 255, 255, .35)!important;

    }
    .uk-tab::before{
        border-bottom: 0px!important;
    }
    .uk-slideshow-items>*{
        pointer-events: none;
    }
    .custom-arrow {
    position: absolute;
    top: 5vh;
    right: 60px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    img{width:5vw;
    }
    }
    .custom-arrow span {
      font-size: 10px;
    }
    .uk-switcher {
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 100%;
        min-height:300px;

    }    
    .uk-switcher .uk-switcher{
        min-height:unset;
        justify-content: left;
    }
    .uk-switcher li:first-child{
        margin-bottom:0px!important;
            p{margin-bottom:40px;font-size:16px!important;}
    }
    .content-box {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      overflow:hidden;
    }

    .content-box:first-child{
        display: flex;
        align-items: baseline;
        flex-direction: column;
        justify-content: end;
    }

    .content-box:first-child h3 {
        font-size: 28px;
    }

    .content-box:first-child h4{
        font-size:16px;
        text-transform: uppercase;
        font-family:termina;
        margin-top:0;
        margin-bottom: 20px;
        color:#fff!important;
        @media (min-width: 576px) {
            font-size: calc(1.04166667vw + 8px);
        }
        @media (min-width: 768px) {
            font-size: calc(2.46428571vw - 7.28571429px);
        }
        @media (min-width: 992px) {
            font-size: 22px;
        }            
    }

    .content-box p {
        font-size: 16px;
        line-height: 1.3;

    } 

    .uk-active .content-box {
      opacity: 1;
      transform: translateY(0);
      h3:nth-child(2){
        margin-top:20px;
      }
    }
    .desktop-only {display:block}
    .mobile-only  {display:none}

    @media (max-width: 600px) {

        .desktop-only {display:none}
        .mobile-only  {display:block}

        .uk-switcher > li {
            display: block;
            opacity: 1;
            padding-right: 20px;
        }        
        .twenty-container {
            height: 90vh;
        }
        .tabs-content h3.xlarge, .tabs-content h4.xlarge {
            font-size:28px!important;
        }
        .uk-cover-container img {
            max-width:100%
        }
        .carousel-item div.row {max-width:300px;margin:0 auto;}
        .tabs-content > div {
            width:100%
        }
        .uk-slideshow-items {
            height: 50vh;
        }
        .uk-slideshow-items, .uk-slideshow-items li:nth-child(7) {
            height: 40vh;
        }
        .custom-arrow {
            top: unset;
            bottom: 50px;
            right: 0px;
            img {
                width: 15vw;
            }
        }
        .content-box {
            min-height: 215px;
            &:first-child {
                justify-content: center;
                min-height: 70px;
            }
        }   
        .uk-switcher li:first-child p {
                margin-bottom: 20px;
        }     
    }
@media (max-width: 500px) {
    .home-video_video {
        height: 100%;
    }
}

@media (max-width: 900px) {
    .home-video_wrapper {
        min-height: 350px;
    }

}

.home-video_wrapper::after {
    content: ' ';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.home-video_video {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1920px) {
    .home-video_video {
        width: 100%;
    }
    .home-video_wrapper {
        max-height: 1000px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #be0a05;
}

.nav-pills .nav-link {
    color: #be0a05;
    font-family: termina, sans-serif;
    font-weight: 400;
}

th {
    color: inherit;
    font-family: termina, sans-serif;
    font-weight: 400;
}

.emphasis,
blockquote {
    position: relative;
    padding-left: 3em;
}

.emphasis::before,
blockquote::before {
    content: "";
    width: 8px;
    position: absolute;
    left: 0px;
    top: 0.2em;
    bottom: 0.25em;
    background: rgba(160, 160, 160, 0.5);
}

.emphasis-red::before {
    background: rgba(220, 0, 0, 1);
}

.emphasis-sust::before {
    background: rgba(150, 200, 135, 1);
}

.split-header {
    width: 100%;
    padding-top: 24px;
    position: absolute!important;
    z-index: 3;
}

.split-header .split-left {
    position: absolute;
    width: 100%;
    padding-right: 12px;
    text-align: right;
    color: #f8f9fa!important;
}

.split-header .split-right {
    left: 100%;
    position: absolute;
    width: 100%;
    top: calc(24px + 1.2em);
    text-align: left;
    color: #A0A0A0!important;
}

.intro-block-end .split-header .split-left {
    left: -100%;
    position: absolute;
    width: 100%;
    top: 24px;
    color: #A0A0A0!important;
}

.intro-block-end .split-header .split-right {
    position: absolute;
    width: 100%;
    padding-right: 12px;
    text-align: left;
    color: #f8f9fa!important;
    top: calc(24px + 1.2em);
    left: 0px;
}

.intro-block-top .split-header {
    padding-top: 0px;
    bottom: 1em;
    margin-bottom: 0px;
}

.intro-block-top .split-header .split-left {
    left: 0;
    color: #f8f9fa!important;
    text-align: left;
}

.intro-block-top .split-header .split-right {
    left: 0;
    position: absolute;
    width: 100%;
    top: 2em;
    text-align: left;
    color: #A0A0A0!important;
}

.intro-block-top .img-glow {
    margin-bottom: calc(24px + 1.18rem);
}

.img-glow {
    position: relative;
    display: inline-block;
}

.img-glow:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    display: inline-block;
    background: -moz-linear-gradient(208deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(208deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0.0) 50%);
    background: linear-gradient(208deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0.0) 50%);
}

.topleft.img-glow:before {
    background: -moz-linear-gradient(-208deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(-208deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(-208deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dc0000", endColorstr="#dc0000", GradientType=1);
}

.bottomright.img-glow:before {
    background: -moz-linear-gradient(298deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(298deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(298deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dc0000", endColorstr="#dc0000", GradientType=1);
}

.small,
small {
    font-size: .8rem;
}

a.text-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    text-align: left;
    position: relative;
}

a.text-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #be0a05;
    transition: width .5s ease;
    position: absolute;
    bottom: -.3em;
}

tr.border-bottom a.text-link::after {
    bottom: -.8em;
}

.contact-row tr.border-bottom a.text-link::after {
    bottom: calc(-.5em - 1px);
}

a.block-link.text-link::after {
    bottom: -0em;
}

a.text-link:hover::after {
    width: 100%;
}

.text-link:focus+.btn,
.text-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.btn {
    font-family: termina, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.btn:focus {
    outline: none !important;
}

.text-muted {
    color: #A0A0A0 !important;
}

ol>li {
    margin-bottom: 0 !important;
}

ol {
    margin-bottom: 1em !important;
}

.stats li {
    font-family: termina, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.scrolldown {
    color: rgb(220, 0, 0);
    animation: pulse 2s ease infinite;
    opacity: 0;
    transition: all 0.2s ease;
    margin-left: -.15em;
}

.scrolldown:hover {
    color: inheritm;
    opacity: 1 !important;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}


/* BRANDING */

body {
    background-color: #f9f9f9;
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(53, 53, 55, 1);
    transition: padding-top .2s ease;
}

.newsmeta {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(160, 160, 160, 1);
    text-transform: initial;
}

.mainnav,
.mobnav {
    transition: all 0.2s ease;
    overflow: hidden;
    z-index: 999;
    background: rgb(53, 53, 55);
}

#mainlogo {
    position: relative;
}

.logo {
    height: 1.2em;
    width: auto;
}

.monogram {
    fill: rgba(255, 255, 255, .5);
    transition: all .5s ease;
}

.scrolled .monogram,
#mainlogo a:hover .monogram {
    fill: #be0a05;
}

.logotype {
    fill: rgba(255, 255, 255, .5);
    transition: all .5s ease;
}

.logotype.dark {
    fill: rgba(116, 118, 120, 0.8);
    transition: all .5s ease;
    opacity: 1 !important;
}

#brandcontainer a img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.vistalogo,
.vistajetlogo,
.xologo {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s ease;
}

tr.clientsplit {
    display: none;
    opacity: 0;
    transition: all 0.2s ease;
}

tr.clientsplit.visible {
    display: table-row;
    opacity: 1;
}

#VistaDesc,
#CommDesc,
#BizAvDesc {
    opacity: 0;
    transition: all 0.2s ease;
}

.vistalogo.visible,
.vistajetlogo.visible,
.xologo.visible,
#VistaDesc.visible,
#CommDesc.visible,
#BizAvDesc.visible {
    opacity: 1;
}

.container-fluid,
.navbar,
.navbar-brand {
    transition: all .5s ease;
}

.scrolled .logotype {
    opacity: 0;
}

.mainnav .nav-link,
.mobnav .nav-link {
    font-family: termina, sans-serif;
    font-weight: 400;
    color: #A0A0A0;
    transition: all .5s ease;
}

.mainnav .nav-link:focus,
.mainnav .nav-link:hover,
.mainnav .nav-link.active {
    color: #be0a05;
}

#intro,
footer {
    background: #353537;
    box-sizing: border-box;
}

.vh100 {
    height: 100vh;
}

.intromap {
    width: 74.9vw;
}

.intromap .circ {
    fill: rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
}

.intromap path.live {
    fill: rgba(255, 255, 255, 0.3);
}

.stat {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.stat span {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.timer .seperator {
    width: auto;
}

.scrollV {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
}

.scrollV svg {
    width: 100%;
    height: auto;
}

.scrollV polygon {
    fill: #be0a05;
}

.bg-light {
    background: #F3F3F3 !important;
}

.bg-vista {
    background: #be0a05 !important;
}

.bg-grey {
    background: #353537 !important;
}

.bg-greydient {
    background: rgb(118, 36, 37);
    background: -moz-linear-gradient(152deg, rgba(118, 36, 37, 1) 0%, rgba(53, 53, 55, 1) 60%);
    background: -webkit-linear-gradient(152deg, rgba(118, 36, 37, 1) 0%, rgba(53, 53, 55, 1) 60%);
    background: linear-gradient(152deg, rgba(118, 36, 37, 1) 0%, rgba(53, 53, 55, 1) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#762425", endColorstr="#353537", GradientType=1);
}


/* BRANDING */

.btn-vista {
    outline: none;
    background: rgba(53, 53, 55, .5);
    color: #FFFFFF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden;
    position: relative;
    border: none !important;
    transition: color 0.5s ease;
}

.btn-vista::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 100%;
    transform: skew(25deg);
    background: #be0a05;
    top: 0px;
    right: calc(100% + 10px);
    transition: all 1s ease;
    z-index: -1;
}

.btn-vista::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skew(25deg);
    background: #FFFFFF;
    top: 0px;
    right: calc(100% + 50px);
    transition: all 1s ease;
    z-index: -1;
}

.btn-vista:hover::before {
    width: 100%;
    right: calc(0% - 10px);
}

.btn-vista:hover::after {
    width: 200%;
    right: calc(0% - 10px);
}

.table-borderless th:first-of-type,
.table-borderless td:first-of-type {
    padding-left: 0px !important;
}

.table-borderless th:last-of-type,
.table-borderless td:last-of-type {
    padding-right: 0px !important;
}

.table-borderless tr:first-of-type td {
    padding-top: 0px !important;
}

.table-borderless tr:last-of-type td {
    padding-bottom: 0px !important;
}

.table-borderless tbody tr:last-of-type {
    border-bottom: none !important;
}

.accordion-item:last-of-type {
    border-bottom: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none !important;
}

.white-blur {
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.aircraftfloat {
    top: 20%;
    left: 0;
    transform: translate(0%, 0%) rotate(0deg) scale(1.3);
    transform-origin: center;
    animation: shimmy 15s infinite;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 1em;
}

ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    min-width: 1.5em;
    padding-right: 1em;
    letter-spacing: 0.1em;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}

@keyframes shimmy {
    0% {
        transform: translate(0%, 0%) rotate(0deg) scale(1.3);
    }
    25% {
        transform: translate(0%, -3%) rotate(3deg) scale(1.3);
    }
    50% {
        transform: translate(0%, -3%) rotate(0deg) scale(1.3);
    }
    75% {
        transform: translate(0%, -4%) rotate(-3deg) scale(1.3);
    }
    100% {
        transform: translate(0%, 0%) rotate(0deg) scale(1.3);
    }
}


/* Map */

.worldmap {
    width: 100%;
    position: relative;
}

.worldmap svg {
    fill: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    display: block;
}

.location {
    position: absolute;
    transform: translate(-50%, -50%);
}

.location a {
    width: 24px;
    height: 24px;
}

.location a:after {
    content: " ";
    background: #A80000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.location a:before {
    content: " ";
    background: #A80000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.3;
    transition: all 0.1s ease;
}

.location.active a:before,
.location:hover a:before {
    width: 24px;
    height: 24px;
}

blockquote {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    font-style: normal;
}

cite {
    font-family: termina, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
}

cite {
    opacity: 0.5;
}

.milestones-container {
    left: 0px;
    top: 0px;
}

.milestones .year {
    width: 22em;
    float: left;
    padding: 0em .5em;
}

.milestones .year:first-of-type {
    padding-left: 0;
}

.milestones .year:last-of-type {
    padding-right: 0;
}

.milestones .year .story {
    position: relative;
    margin-top: 1em;
}

.milestones .year .yeartitle {
    position: relative;
    z-index: 2;
}

.milestones .year .yeartitle:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: .64em;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, .125);
    z-index: -1;
}

.milestones .year:last-of-type .yeartitle:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    width: 0%;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}

.milestones .year .story:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: calc(-1em - 1px);
    height: 1em;
    width: 1px;
    background: rgba(0, 0, 0, .125);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgba(53, 53, 55, 1);
    background-color: rgba(255, 255, 255, 0);
}

.nav-tabs .nav-link {
    color: #A0A0A0;
}

.page-link {
    color: #A0A0A0;
}

.page-item.active .page-link {
    color: #A0A0A0;
    background-color: #353537;
    border-color: #353537;
}

.page-link:focus {
    color: rgba(53, 53, 55, .8);
    background-color: #e3e3e3;
    outline: 0;
    box-shadow: 0 0 0 0rem #000;
}

.page-link:hover {
    color: rgba(53, 53, 55, .8);
    background-color: #e3e3e3;
    border-color: #dee2e6;
}

.anchor {
    display: block;
    position: relative;
    top: -63px;
    visibility: hidden;
}

.background-cover {
    background-size: cover !important;
}

#vistajetltd {
    flex: calc(189/226);
}

#xo {
    flex: calc(14/226);
    padding-top: 7px;
}

#vistajet {
    flex: calc(14/76);
}

#vistajetltd {
    flex: calc(1037/226);
}

#xojetaviation {
    flex: calc(575/226);
}

#airhamburg {
    flex: calc(1024/226);
}

#jetedge {
    flex: calc(1024/226);
}

#apollon {
    flex: calc(1024/226);
}

#airshuttle {
    flex: calc(1024/226);
}

#redwing {
    flex: calc(594/226);
}

#talonair {
    flex: calc(1080/226);
}

.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.nav-link {
    padding: .2rem 1rem;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #f9f9f9;
}

.bg-light .nav-tabs .nav-item.show .nav-link,
.bg-light .nav-tabs .nav-link.active {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #f3f3f3;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.w-20 {
    width: 20% !important;
}

.mobnav .nav-link small {
    max-height: 100px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-top: 5px;
}

.mobnav .nav-link small.fadeOut {
    padding-top: 0px;
    max-height: 0px;
    opacity: 0;
}

.mobnav .nav-link small.fadeIn {
    padding-top: 5px;
    max-height: 100px;
    opacity: 1;
}

.mobnav .nav-link {
    transition: all 0.5s ease;
    padding-top: 1em;
    padding-bottom: calc(1em - 4px);
}

.mobnav .nav-link small {
    font-size: 0.9em;
    font-family: nimbus-sans, sans-serif;
    display: block;
}

.mobnav .nav-link.active,
.mobnav .nav-link.active small {
    color: #f9f9f9 !important;
}

.mobnav .nav-link.active {
    border-bottom: #be0a05 4px solid;
}

@media (max-width: 991.98px) {
    .logo {
        height: 1.2em;
    }
    .mainnav .nav-link,
    .mobnav .nav-link {
        font-size: 0.9em;
    }
    .aircraftfloat {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -35%) rotate(0deg) scale(1.5);
        transform-origin: center;
        animation: shimmyipad 15s infinite;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .h1,
    h1 {
        font-size: calc(1.375rem);
    }
    .h2,
    h2 {
        font-size: calc(1.325rem);
    }
    .h3,
    h3 {
        font-size: calc(1.3rem);
    }
    .h4,
    h4 {
        font-size: calc(1.275rem);
    }
    .lead {
        font-size: 1.2rem;
    }
    .btn {
        font-size: 0.9rem;
    }
    .stats li {
        font-size: 0.9rem;
    }
    .emphasis {
        padding-left: 1em !important;
    }
    .emphasis::before {
        width: 0.2em;
    }
    .logo {
        height: 1em;
        width: auto;
    }
    .monogram {
        fill: rgba(255, 255, 255, .5);
        transition: all .5s ease;
    }
    .scrolled .monogram,
    #mainlogo a:hover .monogram {
        fill: rgba(255, 255, 255, .5);
    }
    .logotype {
        fill: rgba(255, 255, 255, .5);
        transition: all .5s ease;
    }
    .scrolled .logotype {
        opacity: 1;
    }
    .anchor {
        top: 0px !important;
    }

    .aircraftfloat {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -35%) rotate(0deg) scale(2);
        transform-origin: center;
        animation: shimmymob 15s infinite;
    }
    #brandcontainer a {
        text-align: center;
        margin: 20px 0;
        width: 100%;
    }
    #brandcontainer a img {
        height: 40px;
        width: 100%;
        object-fit: contain;
        max-width: 190px;
    }
    .global-sense {
        background-position: center
    }
}

@keyframes shimmyipad {
    0% {
        transform: translate(-50%, -55%) rotate(0deg) scale(1.3);
    }
    25% {
        transform: translate(-50%, -58%) rotate(3deg) scale(1.3);
    }
    50% {
        transform: translate(-50%, -57%) rotate(0deg) scale(1.3);
    }
    75% {
        transform: translate(-50%, -59%) rotate(-3deg) scale(1.3);
    }
    100% {
        transform: translate(-50%, -55%) rotate(0deg) scale(1.3);
    }
}

@keyframes shimmymob {
    0% {
        transform: translate(-50%, -55%) rotate(0deg) scale(2);
    }
    25% {
        transform: translate(-50%, -58%) rotate(5deg) scale(2);
    }
    50% {
        transform: translate(-50%, -57%) rotate(0deg) scale(2);
    }
    75% {
        transform: translate(-50%, -59%) rotate(-5deg) scale(2);
    }
    100% {
        transform: translate(-50%, -55%) rotate(0deg) scale(2);
    }
}


/* sustainability page */

ul.download-list {
    list-style: none;
    padding: 0;
    margin: 0 -1rem;
    grid-auto-rows: 1fr;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    grid-auto-rows: 1fr;
}

ul.download-list li {
    margin: 10px 0;
}

ul.download-list li div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

ul.download-list p {
    margin: 0;
}

ul.download-list a {
    background: #be0a05;
    border: 1px solid #be0a05;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    transition: ease all .5s;
}

ul.download-list a:hover {
    background: #7d0010;
    border: 1px solid #7d0010;
    color: #fff;
}

ul.download-list img {
    height: 60px;
    padding: 10px;
    margin: 20px auto;
}

ul.download-list img.rwa {
    height: 95px;
    margin: 0px auto;
    padding: 20px;
}

ul.download-list img.xojet {
    height: 100px;
    margin: 0px auto;
    padding: 25px 20px
}

ul.download-list img.vista {
    padding: 18px
}

ul.download-list img.talon {
    height: 55px;
    padding: 14px;
}

.text-right {
    text-align: right;
}


/* career page */

ul.career-list {
    list-style: none;
    padding: 0;
    margin: 0 -1rem;
    grid-auto-rows: 1fr;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    grid-auto-rows: 1fr;
}

ul.career-list li {
    margin: 10px 0;
    padding: 0 15px;
}

ul.career-list li div.career-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

ul.career-list p {
    margin: 0;
}

ul.career-list span {
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    font-family: termina;
    font-weight: bold;
    transition: ease all .5s;
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    ul.download-list,
    ul.career-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    ul.download-list,
    ul.career-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    ul.download-list,
    ul.career-list {
        display: flex;
        flex-flow: column nowrap;
    }
}

.year-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.year-tabs li {
    display: inline-block;
    margin-right: 10px;
}

.year-tabs a {
    display: block;
    background: #eee;
    padding: 5px 10px;
    text-decoration: none;
    color:inherit;
}

.year-tabs a.active {
    background: #fff;
}

.year-contents .tabcontent {
    display: none;
}

.year-contents .tabcontent:first-child {
    display: block;
}

.year-contents .tabcontent a.documentContainer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}

.year-contents .tabcontent .documentContainer:nth-child(odd) {
    background: #eee;
}

.year-contents .tabcontent .documentContainer p {
    margin-bottom: 0;
}

.hide-row {
    display: none
}

.global-sense {
    background-position: left
}

.max-980 {
    max-width: 1020px;
}

.bi-arrow-right::before {
    content: "\f138";
    color: #b00016;
    font-size: 22px;
    vertical-align: sub;
    margin-left: 10px;
}

.bi-arrow-down::before {
    content: "\f128";
    color: #b00016;
    font-size: 22px;
    vertical-align: sub;
    margin-left: 10px;
}

.bi-arrow-right.white::before {
    content: "\f138";
    color: #ffffff;
    font-size: 22px;
    vertical-align: sub;
    margin-left: 10px;
}

.bi-arrow-right.grey::before {
    content: "\f138";
    color: #212529;
    font-size: 22px;
    vertical-align: sub;
    margin-left: 10px;
}

body.page-template-woman-in-aviation-2024 {
    overflow: hidden;
}

.container.no-padding {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
    height: 110vh;
    position: fixed;
    width: 100%;
    transform: translateY(30vh);
    transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.background:first-child {
    background-image: url(../vista_2021/images/leonaQi.webp);
    transform: translateY(-15vh);
}

.background:first-child:before {
    background-color: rgba(0, 0, 0, .5);
}

.background:first-child .content-wrapper {
    transform: translateY(15vh);
}

.background:nth-child(2) {
    background: #fff;
}

.background:nth-child(3) {
    background: #000;
}

.background:nth-child(4) {
    background-image: url(../vista_2021/images/wia/Amy.webp);
    background-position: right center;
}

.background:nth-child(5) {
    background-image: url(../vista_2021/images/wia/Jen.webp);
    background-position: left center;
}


/* .background:nth-child(6) {
	background-image: url(../vista_2021/images/wia/Irene.webp);
	background-position: left center;
} */

.background:nth-child(6) {
    background-image: url(../vista_2021/images/wia/Crystal.webp);
    background-position: right center;
}

.background:nth-child(7) {
    background-image: url(../vista_2021/images/wia/Anastasia.webp);
    background-position: left 100px;
}

.background:nth-child(8) {
    background-image: url(../vista_2021/images/wia/Charlotte.webp);
    background-position: right center;
}

.background:nth-child(9) {
    background-image: url(../vista_2021/images/wia/Nataliia.webp);
    background-position: left 100px;
}

.background:nth-child(10) {
    background-image: url(../vista_2021/images/wia/Emma.webp);
    background-position: right center;
}

.background:nth-child(11) {
    background-image: url(../vista_2021/images/wia/Mila.webp);
    background-position: left 100px;
}


.background:nth-child(12) {
    background-image: url(../vista_2021/images/wia/Hakima-2.webp);
    background-position: left 100px;
}

.background:nth-child(14) {
    background-image: url(../vista_2021/images/wia/Chansa.webp);
    background-position: right center;
}


/* Set stacking context of slides */

.background:nth-child(1) {
    z-index: 15;
}

.background:nth-child(2) {
    z-index: 14;
    background-image: linear-gradient(to right, white, #b8b8b8);
}

.background:nth-child(3) {
    z-index: 13;
}

.background:nth-child(4) {
    z-index: 12;
}

.background:nth-child(5) {
    z-index: 11;
}

.background:nth-child(6) {
    z-index: 10;
}

.background:nth-child(7) {
    z-index: 9;
}

.background:nth-child(8) {
    z-index: 8;
}

.background:nth-child(9) {
    z-index: 7;
}

.background:nth-child(10) {
    z-index: 6;
}

.background:nth-child(11) {
    z-index: 5;
}

.background:nth-child(12) {
    z-index: 4;
}

.background:nth-child(13) {
    z-index: 3;
}

.background:nth-child(14) {
    z-index: 2;
}

.background:nth-child(15) {
    z-index: 1;
}

.content-wrapper {
    height: calc(100vh - 92px);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column nowrap;
    color: #fff;
    transform: translateY(40vh);
    will-change: transform;
    backface-visibility: hidden;
    transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
    max-width: 930px;
    margin: 0 auto;
}

.content-subtitle {
    font-size: 20px;
    margin: 0;
}

.content-title {
    font-size: 24px;
    line-height: 1.4;
}

.background.up-scroll {
    transform: translate3d(0, -15vh, 0);
}

.background.up-scroll .content-wrapper {
    transform: translateY(15vh);
}

.background.up-scroll+.background {
    transform: translate3d(0, 30vh, 0);
}

.background.up-scroll+.background .content-wrapper {
    transform: translateY(30vh);
}

.background.down-scroll {
    transform: translate3d(0, -130vh, 0);
}

.background.down-scroll .content-wrapper {
    transform: translateY(40vh);
}

.background.down-scroll+.background:not(.down-scroll) {
    transform: translate3d(0, -15vh, 0);
}

.background.down-scroll+.background:not(.down-scroll) .content-wrapper {
    transform: translateY(15vh);
}

.text-light .btn:hover {
    color: #fff;
}

.content-wrapper .flex-grow-1 {
    overflow: hidden;
}

.content-wrapper .flex-grow-1 img {
    transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-wrapper .flex-grow-1 img:hover {
    cursor: pointer;
    transform: scale(1.2)
}

.content-wrapper.text-right {
    text-align: right;
    padding-left: 20%;
    padding-right: 30px;
}

.content-wrapper.text-left {
    text-align: left;
    padding-left: 30px;
}

.content-wrapper.text-left p.testimonial {
    width: 70%;
}

.sub-nav {
    display: none;
    background: rgba(255, 255, 255, .9)
}

.subnav-show .sub-nav {
    display: block;
    padding: 5px;
}

#nav-toggle-container {
    position: fixed;
    z-index: 999;
    top: 62px;
    left: 0;
    width: 100%;
    text-align: center;
}

.sub-nav ul {
    display: none;
    padding: 20px;
    list-style: none;
    flex-direction: column;
}

.subnav-show.nav-open .sub-nav ul {
    display: flex;
}

.nav-open .sub-nav ul {
    list-style: none;
    display: none;
    flex-direction: column;
}

.nav-open .sub-nav ul li {
    margin: 10px 0;
    text-align: center;
}

.nav-open .sub-nav ul li a {
    text-decoration: none
}

.video-container {
    display: flex;
}

.video-wrapper {
    position: relative;
    margin: 10px;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-overlay,
.pause-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-direction: column;
}

.video-overlay {
    z-index: 99
}

.video-wrapper:hover .video-overlay {
    opacity: 1;
    /* Show overlay on hover */
}

.play-icon {
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

.content-wrapper.text-left p.testimonial {
    width: 50%
}

.content-wrapper.text-right p.testimonial {
    padding-left: 30%
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.icon-scroll {
    width: 30px;
    height: 60px;
    bottom: 80px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    transform: rotate(-180deg);
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

.wia-banner-container {
    min-height: 528px;
    background-size: cover!important;
    background-position: 0 -100px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.wia-banner-container-inner {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    min-width: 500px;
}


.brxe-section.section-top-border {
    box-shadow: inset 5px 0 5px 5px #e0e0e0;
    background-attachment: fixed;
    background-image: url('../vista_2021/images/chat-background.png');
    background-size: cover;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    margin-top: 2rem;
}
.context-and-messages.brxe-container {
    row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0
}

.column-scroll.brxe-div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 2rem
}

.in-line-context-block:not(:first-child) {
    margin-top: 3rem;
}

.in-line-context-block.brxe-text {
    background-color: rgba(153, 153, 153, 0.8);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-left: 0.1rem solid #474747;
    font-size:20px;
}

.in-line-message-block.brxe-div {
    column-gap: 2rem;
    background-color: #e1ffc7;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    border-radius: 2rem;
    font-size:20px;

}

.in-line-message-block {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.message-date.brxe-text {
    text-align: right;
    font-size: 1.2rem
}

.message-date.brxe-text a {
    text-align: right;
    font-size: 1.2rem;
    font-size: inherit
}

.bold-in-line-context-block.brxe-text {
    background-color: rgba(255, 225, 184, 0.71);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-left: 0.1rem solid #474747;
    margin-top: 3rem
}

.proceedings-nav {
    font-size: 20px;
    justify-content: space-around;
    left: 0;
    right: 0;
    background: #353537;
    margin: 0 auto;
    width: auto;
    position: absolute;
    margin-top:40px;
}
.proceedings-nav a {
    padding:20px 0;
}
.proceedings-nav a span{
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.grid-card.brxe-div {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch !important;
    width: 100%;
    row-gap: 1rem;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    border: 2px solid #d9d9d9;
    justify-content: flex-start;
}

.grid-card.brxe-div h4, .grid-card.brxe-div h3 {
    font-size:18px;
}

#brxe-xjjykr {
    justify-content: space-between;
    display: grid;
    align-items: initial;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 40px;
    width: 100%;
    margin-top:40px;
}

.brxe-container {
    max-width: 1000px;
}

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

details p a {
    color:inherit;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(36px)
    }
}
@media only screen and (max-width: 1024px) {
    .floating-video {right:5%}

}

@media only screen and (max-width: 990px) {
    .wec-vista-logo {left:20px;}
    .home-wec_content {bottom:60px;}
    .home-wec_content h1{font-size: 22px;line-height:28px}
.floating-video {display:none}
.wec-block,.web-block-up,.wec-block-red,.web-block-up-red{border:0px!important}
.home-video_video.wec {display:block} 
.home-video_wrapper.wec {height:100vh}
.wec-block-mob {
    border-top:2px solid #fff;
}

.wec-block-mob-red {
    border-top:2px solid #b00016;
}

.wec-date {
    font-size:30px;
}
}

@media only screen and (max-width: 767px) {
    .wia-banner-container {
        min-height: 528px;
        background-size: cover!important;
        background-position: -220px -0px!important;
        justify-content: end;
        align-items: end;
        display: flex;
    }
    .wia-banner-container-inner {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        min-width: 100%;
    }
    .wia-banner-container-inner p {
        display: none;
    }
    .background {
        background-position: 0px 20px!important;
        background-size: 610px!important;
        background-color: #ccc!important;
        padding: 20px!important;
    }
    .background:first-child {
        background-position: -650px center;
        background-color: #ccc!important;
        background-size: cover!important;
    }
    .background:nth-child(2) .content-wrapper,
    .background:nth-child(3) .content-wrapper {
        height: calc(100vh - 262px)!important;
    }
    .background:nth-child(6),
    .background:nth-child(8),
    .background:nth-child(10),
    .background:nth-child(12),
    .background:nth-child(14),
    .background:nth-child(16) {
        background-position: -180px 20px!important;
        background-size: 610px!important;
        background-color: #ccc!important;
        padding: 20px!important;
    }
    .background:nth-child(4) {
        background-position: -200px 20px!important;
        background-size: 610px!important;
        background-color: #ccc!important;
        padding: 20px!important;
    }
    .background:nth(2n+3) {
        background-position: -200px 20px!important;
        background-color: #ccc!important;
    }
    #nav-toggle-container.active {
        bottom: 70px!important;
        top: unset!important
    }
    .video-wrapper {
        height: 20vh;
    }
    .video-container {
        display: block;
    }
    #celebrating-women-leading-the-way .content-subtitle a {
        text-align: center;
    }
    .video-overlay h3,
    .video-overlay p {
        font-size: 12px;
    }
    .content-wrapper.text-right,
    .content-wrapper.text-left {
        padding: 0;
        justify-content: flex-start;
        width: 90%;
    }
    .content-wrapper.text-left p.testimonial,
    .content-wrapper.text-right p.testimonial {
        width: 100%;
        font-size: 14px;
        margin-top: 10vh;
    }
    .profile .content-subtitle {
        font-size: 16px;
        width: 80%;
    }
    .profile .content-title {
        font-size: 20px;
        width: 80%;
    }
    .video-overlay {
        opacity: 1
    }
    .content-wrapper.text-right .content-title,
    .content-wrapper.text-right .content-subtitle {
        width: 100%;
        padding-left: 30%;
    }
    .content-wrapper.text-left .content-title,
    .content-wrapper.text-left p.testimonial {
        width: 70%!important;
    }
    #hear-the-stories .content-subtitle {
        font-size: 14px;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #hear-the-stories .content-subtitle a {
        text-align: center;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .background:first-child {
        background-position: -465px center !important;
    }
}

/* iphone 14 */
@media only screen and (max-width: 390px) and (max-height: 700px){
    .uk-switcher {min-height:auto}
    .tabs-content h3.xlarge, .tabs-content h4.xlarge, .content-box:first-child h3 {
        font-size: 22px!important;
        margin-bottom:10px!important;
        }
        .content-box:first-child h4 {font-size:12px;margin-bottom:10px!important;
        }
        .content-box p {
            font-size: 14px;
            line-height:15px;
            }
            .custom-arrow {
                right: 5px;
                bottom:70px;
                }            
}