/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:wght@700;800;900;1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@400;500;600;700;800;900;1000&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@600;700;800;900;1000&display=swap'); */


* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none
}

.dg.ac {
    display: none;
}

.som {
    display: none;
}

.line-fade-height {
    height: 20vh;
    position: fixed;
    z-index: -5;
}

html {
    height: 100%;
    font-size: 12vw;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    /* font-family: 'Inter', sans-serif; */
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* font-family: 'Bebas Neue Regular'; */
    /* font-family: 'Sofia Sans Semi Condensed', sans-serif; */
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    /* font-family: 'Sofia Sans Condensed', sans-serif; */
    font-weight: 900;
    letter-spacing: 1px;
    font-style: normal;
    overflow-x: hidden;
    background-color: #020d1f;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll-on {
    overflow-y: auto;
}

.start-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: #020d1f;
    opacity: 1;
    /* display: none; */
}

.main-content {
    overflow-x: clip;
}

.main-content {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    transition-delay: 1s;
}

.cta-active .main-content,
.menu-active .main-content {
    opacity: 0;
    transition-delay: 0s;
}

.header {
    position: fixed;
    z-index: 7;
    top: 60px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.header-wrap {
    position: relative;
    width: 50vw;
    height: 50px;
    display: flex;
    align-items: center;
}

.call {
    position: absolute;
    right: 0;
    display: flex;
}

.call .img {
    width: auto;
    font-size: 0;
}

.call .img svg {
    display: block;
    width: auto;
    height: 38px;
    fill: none;
    stroke: #11b7ff;
    stroke-width: 5px;
}

.menu-wrap,
.cta-wrap {
    position: absolute;
    left: 0;
    transition: 0.7s ease-in-out;
}

.menu-wrap {
    transform: scale(1);
    opacity: 1;
}

.cta-wrap {
    transform: scale(0);
    opacity: 0;
}

.cta-active .menu-wrap {
    transform: scale(0);
    opacity: 0;
}

.cta-active .cta-wrap {
    transform: scale(1);
    opacity: 1;
}

.menu,
.cta-close {
    cursor: pointer;
    height: 30px;
    width: 30px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.menu span,
.menu span:before,
.menu span:after,
.cta-close span,
.cta-close span:before,
.cta-close span:after {
    background: #11b7ff;
    display: block;
    height: 4px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
}

.menu.close span,
.menu.close span:before,
.menu.close span:after,
.cta-close span,
.cta-close span:before,
.cta-close span:after {
    background: #fff;
}

.menu span:before,
.menu span:after,
.cta-close span:before,
.cta-close span:after {
    content: "";
}

.menu span,
.cta-close span {
    right: 0px;
    top: 13px;
    width: 30px;
    border-radius: 2px;
}

.menu span:before,
.cta-close span:before {
    left: 0px;
    top: -10px;
    width: 30px;
    border-radius: 2px;
}

.menu span:after,
.cta-close span:after {
    left: 0px;
    top: 10px;
    width: 30px;
    border-radius: 2px;
}

.menu.close span,
.cta-close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
}

.menu.close span:before,
.cta-close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
}

.menu.close span:after,
.cta-close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
}

.dot-indicator {
    position: fixed;
    z-index: 10;
    right: 4%;
    bottom: 4%;
    display: none;
}

.dot-indicator li a {
    font-size: 0.25rem;
    color: white;
}

.dot-indicator li.active a {
    color: green;
}

.dot-indicator li a:hover {
    color: red;
}

.main-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    outline: none;
    width: 100vw;
    height: 100%;
}

.main-hero {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
}

.logo-full-wrapper {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 8;
    width: 40vw;
    height: auto;
    transform-origin: top center;
    /* transition: width 1s ease-in-out; */
}

.logo-full {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    transform-origin: top center;
}

.logo-full-helper {
    position: absolute;
    top: -200px;
    display: flex;
    justify-content: center;
    width: auto;
}

.logo-bg {
    position: absolute;
    bottom: 0;
    background: rgb(2, 13, 31);
    background: radial-gradient(ellipse 50% 50%, rgba(2, 13, 31, 1) 0%, rgba(2, 13, 31, 0) 100%);
    width: 100%;
    height: 50%;
    transition: opacity 1s ease-in-out;
    transition-delay: 0s;
}

.logo-glow {
    position: absolute;
    bottom: 2%;
    left: 18%;
    background: rgb(13, 85, 184);
    background: radial-gradient(ellipse 45% 50%, rgba(13, 85, 184, 1) 0%, rgba(13, 85, 184, 0) 100%);
    width: 40%;
    height: 50%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    transition-delay: 0s;
}

.scroll-start .logo-glow,
.scroll-start .logo-bg {
    opacity: 0.8;
    transition-delay: 0.75s;
}

.letter {
    display: inline-block;
}

.hero-header-wrapper {
    padding-top: 10vh;
}

.section-header,
.hero-header {
    position: relative;
}

.hero-header h2 span {
    display: block;
}

.section-header h2,
.hero-header h2 {
    font-size: 0.35rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.15vw;
}

.section-header h2.line1,
.hero-header h2.line1 {
    font-size: 0.35rem;
    color: #11b7ff;
    font-weight: 800;
}

.section-header h2.line3 {
    font-size: 0.3rem;
    text-transform: none;
    line-height: 1;
    padding-top: 1vh;
}

.scroll-section.scroll {
    display: flex;
    width: 100vw;
    height: 80vh;
    align-items: center;
    scroll-margin-top: 20vh;
}

.scroll-section.pin {
    position: relative;
    display: flex;
}

.section-header-wrapper {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
}

.section-header-wrapper {
    /* padding: 0vw 5vw 0vw 10vw; */
}

.scroll-section.scroll.sect-row {
    flex-direction: column;
    height: auto;
}

.sect-row .section-header-wrapper {
    padding: 0 0 40vh 0;
    width: 60vw;
}

#sect4 {
    padding-top: 0;
}

.section-header-wrapper .num {
    color: #fff;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}

.section-header-wrapper.center {
    justify-content: center;
    align-items: center;
}

.section-header-wrapper.center * {
    text-align: center;
}

.section-header-wrapper .num span {
    font-size: 0.5rem;
    text-transform: uppercase;
    padding-right: 2vw;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

.content-block {
    position: relative;
}

.content-block .border {
    position: absolute;
    top: -7vw;
    left: -8vw;
    display: block;
    width: 200%;
    height: 170%;
    border-top: 2vw solid;
    border-left: 2vw solid;
    border-radius: 2vw;
    border-image-slice: 1;
    border-width: 0.75vw;
    border-image-source: linear-gradient(to right bottom, #11b7ff, #fff);
}

.main-hero {
    background-color: transparent !important;
}

#what {
    /* padding-top: 50vh; */
}


.scroll-section.pin .section-header-wrapper {
    position: sticky;
    z-index: 1;
    top: 10vh;
}

.scroll-section.pin .section-header {
    display: flex;
    flex-direction: column;
    width: 40vw;
}

span.line {
    display: block;
}

.gallery {
    width: 100vw;
}

.gallery .img {
    padding: 5vw;
}

.gallery .video {
    position: relative;
    padding-bottom: 56.25%;
}

.gallery .video iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border-radius: 2vw;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 2vw;
}


.gallery .img {
    position: sticky;
    top: 22vh;
    padding: 0 8vw 30vh 2vw;
}

.gallery .spacer {
    height: 70vh;
}

.pin-separator {
    height: 50vh;
}

.separator {
    height: 25vh;
}

.sect-row .section-header-wrapper.list-wrap {
    padding: 7vh 0;
}

.list-wrap .line1 {
    font-size: 0.3rem;
}

.list-wrap .line3 {
    font-size: 0.2rem;
}

.sect-wrap {
    padding: 0 0 20vh 0;
}

.hom {
    display: block;
}

.icon {
    position: absolute;
    z-index: -1;
    fill: none;
    stroke: #fff;
}

.icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.cta,
.cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10vh 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.2rem;
    background-color: #11b7ff;
    border-radius: 0.75vw;
    padding: 1.75vh 0 1.4vh 0;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.section-header h2.line1.white {
    color: #fff;
}

.map-wrapper {
    width: 100%;
    height: 50vh;
}

#map {
    width: 100%;
    height: 100%;
}

#map * {
    touch-action: auto;
}

.line a {
    display: block;
    color: #fff;
    font-weight: 400;
}

.menu-wrapper,
.cta-wrapper {
    position: fixed;
    z-index: 5;
    top: 101%;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    opacity: 0;
}

.menu-wrapper .col-l a {
    display: block;
    width: fit-content;
    font-weight: 400;
    color: #fff;
    font-size: 0.2rem;
    padding: 1.5vh 0;
    transition: color 0.25s ease-in-out;
}

.menu-wrapper .cta {
    width: 100%;
    padding: 1vh 0 0.7vh 0;
    margin: 0;
}

.menu-content,
.cta-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: wrap;
    width: 50vw;
    padding-top: 5vh;
}

.menu-content .col-l,
.menu-content .col-r {
    width: 50%;
}

.menu-content .col-r {
    display: flex;
    align-items: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
}

.soc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.soc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4vw;
    height: 4vw;
    font-size: 0;
    padding: 0;
    background-color: #11b7ff;
    border-radius: 50%;
    transition: background-color 0.25s ease-in-out;
}

.soc a svg {
    display: block;
    width: 2vw;
    height: 2vw;
    fill: #fff;
    transition: fill 0.25s ease-in-out;
}





/*  */

#events {
    justify-content: center;
}

#events .section-header-wrapper {
    justify-content: center;
}

.scroll-section.pin {
    flex-direction: row;
    align-items: flex-start;
    /* margin-bottom: 50vh; */
}

.scroll-section.pin .section-header-wrapper {
    height: 100vh;
    top: 0;
}

.scroll-section.pin .section-header {
    padding: 5vh 0 0 7vw;
}

.gallery {
    width: 60vw;
}

.icon {
    width: 40vw;
}

.icons .section-header-wrapper {
    width: 50vw;
    justify-content: flex-start;
}

#gives .section-header-wrapper {
    padding: 0 0 12vh 0;
    justify-content: flex-start;
}

#gives .section-header-wrapper.nopad {
    padding: 0 0 20vh 0;
    justify-content: center;
}

.section-header-wrapper.lesspad .section-header {
    width: 70%;
}

.sect-row .section-header-wrapper.list-wrap {
    width: 50vw;
}

#res .line.num {
    line-height: 0.8;
}

.sect-row .list-wrap .line1 {
    font-size: 0.3rem;
}

.sect-row .list-wrap .line3 {
    font-size: 0.3rem;
    text-transform: none;
    line-height: 1;
    padding-top: 1vh;
}

.section-header .cta,
.section-header .cta-btn {
    width: 50vw;
}

#contacts .section-header-wrapper {
    justify-content: flex-start;
    padding: 0 0 5vh 0;
    width: 50vw;
}

#contacts .line {
    padding-bottom: 5vh;
    line-height: 0.9;
}

#contacts .line:last-child {
    padding-bottom: 0vh;
}

.section-header-wrapper.center {
    justify-content: center;
    align-items: center;
}

.icon.i25 {
    stroke-width: 0.2px;
}

.icon.i15 {
    stroke-width: 0.5px;
}

.icon.eq {
    stroke-width: 0.5px;
    /* display: none; */
}

.icon.plus {
    stroke-width: 0.5px;
}

.cta-content h3 span {
    display: block;
}

.cta-content h3 {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: initial;
    padding-bottom: 2vh;
}

.cta-content .cta-btn {
    margin: 2vh 0;
}

.menu-wrapper .col-l a:hover {
    color: #11b7ff;
}

.cta:hover,
.cta-btn:hover {
    color: #020d1f;
    background-color: #fff;
}

.soc a:hover {
    background-color: #fff;
}

.soc a:hover svg {
    fill: #020d1f;
}



/*  */

@media only screen and (max-width : 1650px) {
    .logo-full-wrapper {
        width: 420px;
    }

    .logo-full-helper {
        top: -165px;
    }

    .header-wrap {
        width: 55vw;
    }

    .header {
        top: 48px;
    }

}

@media only screen and (max-width : 1300px) {

    .logo-full-wrapper {
        width: 370px;
    }

    .logo-full-helper {
        top: -145px;
    }

    .header-wrap {
        width: 60vw;
    }

    .header {
        top: 40px;
    }

}

@media only screen and (max-width : 1024px) {

    .cta-content h3 {
        font-size: 1rem;
        color: #fff;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.2vw;
        text-transform: initial;
    }

    .header {
        top: 50px;
    }

    .logo-full-wrapper {
        width: 400px;
    }

    .logo-full-helper {
        top: -145px;
    }

    .header-wrap {
        width: 100vw;
    }

    .menu-wrap,
    .cta-wrap {
        left: 6vw;
    }

    .call {
        right: 5vw;
    }

    .som {
        display: block;
    }

    .hom {
        display: none;
    }

    .hero-header-wrapper {
        bottom: 30vh;
    }

    .hero-header-wrapper h2,
    .section-header-wrapper h2 {
        letter-spacing: 0.2vw;
    }

    .hero-header h2.line1 {
        font-size: 0.75rem;
    }

    .hero-header h2.line2 {
        font-size: 0.65rem;
    }

    .section-header h2.line1 {
        font-size: 0.75rem;
    }

    .pin .section-header h2.line1 {
    }

    .section-header h2.line2 {
        font-size: 0.65rem;
    }

    .sect-row .list-wrap .line3,
    .section-header h2.line3 {
        font-size: 0.6rem;
        text-transform: none;
        line-height: 1;
        padding-top: 1vh;
    }

    .scroll-section {
        flex-direction: column;
        padding: 0;
    }

    .section-header-wrapper {
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 10vw;
        justify-content: flex-start;
        flex-direction: column;
    }


    .scroll-section.pin {
        flex-direction: column;
        width: 100vw;
    }

    .scroll-section.pin .section-header-wrapper {
        height: auto;
        top: 5vh;
    }

    .scroll-section.pin .section-header {
        width: 80vw;
        height: 30vh;
        justify-content: center;
        padding: 0;
    }

    .section-header-wrapper .num {
        font-size: 3rem;
        line-height: 1;
    }

    .section-header-wrapper .num span {
        font-size: 1.5rem;
        padding-right: 3vw;
    }


    #events {
        height: auto;
    }

    .section-header-wrapper.lesspad .section-header {
        width: 100%;
    }

    #gives .section-header-wrapper,
    .sect-row .section-header-wrapper.list-wrap {
        padding: 4vh 0;
    }

    .scroll-section.pin {
        margin: 0;
    }

    .sect-row .list-wrap .line1 {
        font-size: 0.65rem;
    }

    .gallery {
        width: 100vw;
    }

    .gallery .img {
        top: 45vh;
        padding: 0 5vw 15vh 5vw;
    }

    .gallery .spacer {
        height: 30vh;
    }

    #gives .section-header-wrapper.nopad {
        padding: 0 0 5vh 0;
    }

    #contacts .section-header-wrapper,
    #gives .section-header-wrapper,
    .sect-row .section-header-wrapper {
        width: 80vw;
    }

    .icon {
        width: 100vw;
    }

    .icon.i25 {
        stroke-width: 0.4px;
    }

    .icon.i15 {
        stroke-width: 1px;
    }

    .icon.eq {
        stroke-width: 1px;
        /* display: none; */
    }

    .icon.plus {
        stroke-width: 1px;
    }

    .section-header .cta,
    .section-header .cta-btn {
        width: 80vw;
    }

    .cta {
        width: 80vw;
        margin: 10vh 0;
        border-radius: 2vw;
    }

    .cta-btn {
        width: 80vw;
        margin: 5vh 0;
        border-radius: 2vw;
    }

    .section-header-wrapper.lesspad {
        padding: 0 0 20vh 0;
    }

    .section-header-wrapper.nopad {
        padding: 0 0 2vh 0;
    }

    .separator {
        height: 15vh;
    }

    .cta-content h3 {
        font-size: 0.7rem;
        padding: 5vh 0;
    }

    .cta-content h3 span {
        display: block;
        padding: 1vh 0;
    }

    .i25,
    .i15 {
        padding-top: 15vh;
    }

    .menu-wrapper,
    .cta-wrapper {
        padding: 10vw 10vw 5vw 10vw;
    }

    .menu-content,
    .cta-content {
        width: 100%;
    }

    .menu-content .col-l,
    .menu-content .col-r {
        width: 100%;
    }

    .menu-wrapper .col-l a {
        font-size: 40px;
        padding: 1.5vh 0;
    }

    .menu-wrapper .cta {
        margin: 1.5vh 0;
    }

    .menu-content,
    .cta-content {
        padding-top: 5vh;
    }

    .cta-content h3 {
        font-size: 0.7rem;
    }

    .cta,
    .cta-btn {
        height: 8vh;
        margin: 10vh 0;
        font-size: 0.6rem;
    }

    .cta-content .cta,
    .cta-content .cta-btn {
        margin: 2vh 0;
    }

    .soc {
        height: auto;
        align-items: flex-start;
        padding-top: 2vh;
    }

    .soc a {
        width: 7vh;
        height: 7vh;
    }

    .soc a svg {
        width: 4vh;
        height: 4vh;
    }

}



@media only screen and (max-width : 700px) {
    .call .img svg {
        width: 34px;
    }

    .cta-content h3 {
        font-size: 0.7rem;
        color: #fff;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.2vw;
        text-transform: initial;
    }

    .header {
        top: 25px;
    }


    .logo-full-wrapper {
        width: 300px;
    }

    .logo-full-helper {
        top: -123px;
    }

    .gallery .img {
        top: 40vh;
        padding: 0 5vw 15vh 5vw;
    }

    .menu-wrapper .col-l a {
        font-size: 30px;
        padding: 1.5vh 0;
    }

    .hero-header h2.line1 {
        font-size: 0.9rem;
    }

    .hero-header h2.line2 {
        font-size: 0.75rem;
    }

    .section-header h2.line1 {
        font-size: 0.9rem;
    }

    .pin .section-header h2.line1 {
    }

    .section-header h2.line2 {
        font-size: 0.75rem;
    }

}


.icon.plus,
.icon.eq {
    display: none;
}