body {
    background: rgb(236, 240, 241);
    background: linear-gradient(90deg, rgba(236, 240, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
}

a {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.infoText > a {
    text-decoration: none;
}

/* .container {
    scroll-snap-type: y proximity;
    overflow-y: scroll;
} */

/* .websitePage {
    scroll-snap-align: start;
} */

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 2vmin;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #fff;
}

.infoHolder {
    display: flex;
    flex-direction: column;
    padding-top: 7.5vh;
    width: 100vw;
    align-items: center;
}

.infoRow {
    display: grid;
    grid-template-columns: 48% 4% 48%;
    width: 73.5vw;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 2vw;
    margin: 1vw;
    padding: 2vw;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

/* .infoRow:nth-child(2) {
    background-color: rgba(255, 218, 121, .25);
} */

.infoRow > .infoText {
    align-self: center;
}

.infoRow > .infoText > h1 {
    font-family: 'Life Savers', cursive;
    color: #111;
    font-size: 1.75vw;
    text-align: center;
}

.infoRow > .infoText > p {
    color: #333;
    font-size: 1.1vw;
    align-self: center;
    justify-self: center;
    text-align: center;
}

.infoRow > img {
    width: 100%;
    scale: .8;
    align-self: center;
    justify-self: center;
    border-radius: 1vw;
    border: 1vw solid #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px;
}

.startNow {
    display: flex;
    gap: 1vw;
    align-content: center;
    justify-content: center;
}

.startNow > p {
    font-size: .8vw;
    font-weight: bold;
    color: #34495E;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #ffda79;
    text-underline-offset: 3px;
}

.startNow > svg {
    width: 2vw;
}

.activeMenuItem {
    color: #ffda79 !important;
    font-weight: 800 !important;
    padding: 6px;
    border-radius: 6px;
    background-color: #3498db;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(255, 255, 255, .15) 0px 0px 0px 1px inset;
    pointer-events: none;
}

.mainPage {
    display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 10vh 84vh 6vh;
    background-color: #3498db;
}

.wave {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 32px;
}

.wave .shape-fill {
    fill: #ffda79;
}

/* WAVE TOP */

.topWave {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.topWave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 32px;
}

.topWave .shape-fill {
    fill: #34495E;
}

.yellowWave .shape-fill {
    fill: #ffda79;
}

.darkBlueWave .shape-fill {
    fill: #34495E;
}

.testimonials {
    display: flex;
    flex-direction: column;
}

.quotes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10vw;
    width: 100%;
    padding-top: 7.5vh;
    padding-bottom: 3.5vh;
    background-color: #ffda79;
}

.quotes > h1 {
    color: #000;
    font-size: 5vmin;
    text-align: center;
    width: 100vw;
    margin-top: 0;
}

.quote > p {
    align-self: flex-start;
    font-family: 'Life Savers', cursive;
    font-weight: 400;
    color: #000;
    font-size: 1.8vmin;
    line-height: 3vmin;
    width: 30vw;
}

.quote > h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #111;
    font-size: 1.5vmin;
}

.action {
    display: grid;
    align-content: center;
    justify-content: center;
}

.action > h1 {
    color: #000;
    font-size: 5vmin;
    text-align: center;
    width: 60vw;
    margin-top: 6vh;
}

.actionCard {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 60vw;
    background-color: #3498db;
    border-radius: 18px;
    margin-bottom: 4vh;
}

.actionImg {
    display: flex;
    align-items: end;
    justify-content: end;
}

.actionCard img {
    width: 90%;
    object-fit: contain;
    border-radius: 18px;
}

.actionInfo {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: 15%;
    justify-content:space-evenly;
}

.actionCopy > p, ul > li > p {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #fff;
    font-size: 1.5vw;
}

.actionInfo > .downArrow {
    width: 2vw;
    height: 2vw;
    fill: #fff;
    align-self: center;
    margin: 2.5vh;
}

.actionInfo > .buttonSmall {
    background: rgb(72, 201, 176);
    background: linear-gradient(90deg, rgba(72, 201, 176, 1) 0%, rgba(26, 188, 156, 1) 100%);
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #16a085 0 -3px 0 inset;
    margin: 0;
    padding: 0;
}

.actionInfo > a {
    align-self: center;
    width: 100%;
    height: 7.5vh;
}

.actionInfo > a > span {
    /* font-family: 'Open Sans', sans-serif; */
    /* Create your account btn */
    font-weight: 900;
    color: #fff;
    font-size: 1.2vw;
}

.currBtnHolder {
    display: grid;
    gap: 2%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 5vmin;
}

.currBtnHolder > .buttonSmall {
    width: 100%;
    font-size: .9vw;
    margin: 0;
    padding: 0;
    background-color: #3498db;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #1f5b83 0 -3px 0 inset;
}

.discountBtnHolder {
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
}

.discountBtnHolder > .buttonSmall {
    width: 30%;
    font-size: .9vw;
    margin: 0;
    padding: 0;
    background-color: #3498db;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #1f5b83 0 -3px 0 inset;
}

.btnPink {
    background-color: #ef5777 !important;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #a73d53 0 -3px 0 inset !important;
}

.offerCurrencyBtns {
    width: 50%;
}

.smallPrint {
    font-size: 1vw;
}

.selected {
    background: rgb(72, 201, 176);
        background: linear-gradient(90deg, rgba(72, 201, 176, 1) 0%, rgba(26, 188, 156, 1) 100%);
        box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #16a085 0 -3px 0 inset;
}

.infoBar {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #16a085;
    align-self: center;
}

.infoBar > p {
    text-align: center;
    line-height: 3vh;
    width: 40vw;
}

.infoBar > .buttonSmall {
    padding: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    color: #000;
    background-color: #fff;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #bbb 0 -3px 0 inset;
}

.siteDeptPanel > .wave .shape-fill {
    fill: #16a085;
}

.siteDeptPanel > .topWave .shape-fill {
    fill: #16a085;
}

.FaqHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FAQs {
    display: flex;
    flex-direction: column;
    align-items: start;
    align-self: center;
    width: 50%;
    margin-top: 8vmin;
    margin-bottom: 8vmin;
}

.FAQs > h1 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    align-self: center;
    margin: 0;
    margin-bottom: 4vmin;
    padding: 0;
}

.FAQs > h2 {
    font-weight: 600;
    font-size: 1vw;
    padding: 0;
    margin: 0;
}

.FAQs > p {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #333;
    font-size: 1vw;
    padding: 0;
    margin: 0;
    margin-top: .5vmin;
    margin-bottom: 4vmin;
}

.pageFooter {
    /* background-color: #34495E; */
    background: rgb(52, 73, 94);
    background: linear-gradient(180deg, rgba(52, 73, 94, 1) 0%, rgba(44, 62, 80, 1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 10vw;
    width: 100%;
    padding-top: 7.5vh;
    padding-bottom: 10vh;
    line-height: 1.2vmin;
}

.pageFooter > span > h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 1.5vmin;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footerLink {
    display: flex;
    align-items: center;
    margin-bottom: 2vh;
}

.navBtns .footerLink {
    margin-bottom: 0 !important;
}

.footerLink > svg {
    margin-right: 3px;
    width: 1.8vmin;
    height: 1.8vmin;
    fill: #fff;
}

.footerLink > a {
    font-size: 1.25vmin;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-left: .25vw;
}

.footerLink > a:hover {
    text-decoration: underline;
}

.inactive {
    pointer-events: none;
}

.highlighterPen {
    position: relative;
}

.highlighterPen:before {
    content: "";
    background-color: #ffe194;
    width: 100%;
    height: 2em;
    position: absolute;
    z-index: -1;
    filter: url(#marker-shape);
    left: -0.25em;
    top: -0.25em;
    padding: 0 0.25em;
    border-radius: .25em;
    transform: skew(-10deg);
}

/* -------------------------------------------------------------------------- */
/*                           LESS THAN 1000px WIDTH                           */
/* -------------------------------------------------------------------------- */

@media (max-width: 1000px) {

    .mainPage {
        grid-template-columns: 50vw 50vw;
        grid-template-rows: 10vh 84vh 6vh;
    }

    .quote {
        text-align: center !important;
    }

    .quoteSection {
        min-height: 30vh !important;
    }

    .mainLeft {
        padding-right: 10vw !important;
        grid-column-end: 3 !important;
    }

    .mainRight {
        max-height: 50vh;
        padding-top: 34vh;
    }

    .copyText {
        width: 40vw;
        align-self: flex-start !important;
        margin-left: -5vw;
        font-size: 3vmin !important;
        margin-bottom: 0 !important;
    }

    /* ------------------------------- ABOUT PAGE ------------------------------- */

    .logoHolder {
        display: none !important;
    }

    /* .actionCard img {
        display: none !important;
    } */

}

/* -------------------------------------------------------------------------- */
/*                         END LESS THAN 1000px WIDTH                         */
/* -------------------------------------------------------------------------- */

.header {
    position: fixed;
    height: 10vh;
    width: 100vw;
    display: flex;
    align-items: center;
    background: rgb(52, 152, 219);
    background: linear-gradient(90deg, rgba(52, 152, 219, 1) 0%, rgba(93, 173, 226, 1) 35%, rgba(52, 152, 219, 1) 100%);
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    z-index: 99;
}

.navBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.navBtns a {
    font-size: 1.25vmin;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-right: 1vw;
    color: #fff;
    text-decoration: none;
    padding: 6px;
}

.headerTitle {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    max-height: 8vh;
    font-weight: 800;
    font-size: 4vmin;
    padding: 6px;
    color: #fff !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.headerLogo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    max-height: 8vh;
    background-color: #3498db;
    border-radius: 1vmin;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(255, 255, 255, .15) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    margin-right: 1vw;
}

.quoteSection {
    display: flex;
    align-self: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    min-height: 50vh;
}

.quote {
    font-family: 'Life Savers', cursive;
    font-size: 6.5vmin;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    color: #fff;
    align-self: center;
}

/* ANIMATIONS */

.blur-in-expand {
    animation: blur-in-expand 0.4s linear both
}

@keyframes blur-in-expand {
    0% {
        transform: scale(0);
        filter: blur(12px);
        opacity: 0
    }

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

/* END ANIMATIONS */

.fancy {
    color: #ffda79;
    font-weight: 700;
}

.fancyBig {
    color: #ffda79;
    font-weight: 800;
    font-size: 2.5vmin;
}

.whiteText {
    color: #fff !important;
    font-weight: 600 !important;
}

.mainLeft {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-around; */
    padding-left: 10vw;
    padding-right: 5vw;
}

.mainLeftCopy {
    display: flex;
    flex-direction: column;
}

.tryNow {
    display: flex;
    gap: .5vw;
    justify-content: start;
}

.tryNow > p {
    font-size: .8vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.tryNow > p > a {
    font-size: .8vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #ffda79;
    text-underline-offset: 3px;
}

.tryNow > svg {
    width: 1.5vw;
    fill: #eee;
    cursor: pointer;
}

.copyText {
    font-family: 'Open Sans', sans;
    font-size: 2.5vmin;
    font-weight: 400;
    color: #fff;
    /* width: 30vw; */
    margin-top: 2.5vh;
    margin-bottom: 3vh;
}

.copyTextBigger {
    font-family: 'Open Sans', sans;
    font-size: 2.75vmin;
    font-weight: 600;
    color: #ffde86;
}

a.button {
    align-items: center;
    appearance: none;
    background-color: #1abc9c;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #16a085 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 2.25vmin;
    font-family: 'Open Sans';
    font-weight: 800;
    min-width: 15vw;
    min-height: 7vh;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
}

a.button:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #16a085 0 -3px 0 inset;
    transform: translateY(-2px) scale(1.025);
    background-color: #48c9b0;
}

a.buttonSmall, button.buttonSmall {
    align-items: center;
    appearance: none;
    background-color: #ef5777;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #a73d53 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.25vmin;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    padding: 1vh;
    margin-left: 1vw;
    margin-right: 2.25vw;
}

a.buttonSmall svg {
    margin-right: .75vmin;
    height: 2vmin;
    width: 2vmin;
}

.buttonHeader {
    background-color: #5dade2 !important;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #2f89c5 0 -3px 0 inset !important;
    margin-right: 1vw !important;
}

.mainRight {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.mainRight img {
    max-height: 97%;
    max-width: 100%;
    object-fit: contain;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #34495e;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}

.altPage {
    background-color: #2980b9;
    border-top: 2px solid rgba(0, 0, 0, .3);
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

.logoHolder {
    /* height: 28vh; */
    background-color: #fff;
    padding: 4vh;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    scale: .775;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 4vh;
}

.aboveLogoText {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}

.customerLogo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: .9;
}

/* -------------------------------------------------------------------------- */
/*                                  NO SELECT                                 */
/* -------------------------------------------------------------------------- */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

/* -------------------------------------------------------------------------- */
/*                                 SWEET ALERT                                */
/* -------------------------------------------------------------------------- */

/* Blur background by default for SweetAlert */

body.swal2-shown>[aria-hidden='true'] {
    transition: 0.2s filter;
    filter: blur(4px) brightness(50%);
}

.swal2-confirm {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    background-color: #3498db !important;
}

.swal2-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px !important;
    color: #000;
    font-weight: 800 !important;
}

.swal2-popup p, h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.swal2-popup h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #333;
    text-align: center !important;
    margin-top: 50px;
}

.swal2-centre {
    margin: 0;
    text-align: center !important;
}

/* -------------------------------------------------------------------------- */
/*                                DISCOUNT INFO                               */
/* -------------------------------------------------------------------------- */

.discountPage {
    display: none;
    position: fixed;
    z-index: 100;
    justify-content: center;
    align-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(52, 152, 219, .95);
    backdrop-filter: blur(5px);
}

.discountInfoContainer {
    width: 90vw;
    margin-top: 15vh;
    max-width: 900px;
}

.discountInfoContainer > h1 {
    font-size: 5vmin;
}

.discountInfoContainer > p > a {
    color: #fff;
    text-decoration: none;
}

.discountInfoContainer > .buttonSmall {
    color: #fff;
    text-decoration: none;
    padding: 1vw;
    margin: 0;
    margin-top: 4vh;
}

.discountInfoContainer > p {
    font-size: 1.2vw;
    padding: 0;
    margin: 0;
    color: #eee;
    line-height: 2vw;
}

.discountInfoContainer > h2 {
    font-size: 1.8vw;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 4vh;
    margin-bottom: 1vh;
}

.optionText {
    display: flex;
    margin-top: 5vh;
    align-items: center;
}

.optionText > svg {
    padding: 0;
    margin: 0;
    margin-right: .5vw;
    fill: #ffda79;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: .8vw;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ffda79;
}

h3 > a {
    color: #ffda79 !important;
}

/* -------------------------------------------------------------------------- */
/*                                CONTACT FORM                                */
/* -------------------------------------------------------------------------- */

.contactPage {
    display: none;
    position: fixed;
    z-index: 100;
    justify-content: center;
    align-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(52, 152, 219, .95);
    backdrop-filter: blur(5px);
}

.contact_container > h1 {
    font-size: 5vmin;
}

.contactLabel > p {
    font-size: 1.1vmin;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #eee;
    padding-left: 1px;
}

.contact_container {
    display: flex;
    width: 90vw;
    max-width: 900px;
    height: 70vh;
    margin-top: 15vh;
    flex-direction: column;
    padding: 2vw;
    border-radius: 12px;
    justify-content: space-evenly;
}

.formBtns {
    display: flex;
    justify-content: space-between;
}

.formBtns > .buttonSmall {
    height: 60px;
    margin: 0;
    font-size: 1.5vmin;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ff5252;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #b33939 0 -3px 0 inset;
}

.formBtns > :last-child {
    width: 30%;
    background-color: #1abc9c;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
            rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #16a085 0 -3px 0 inset;
}

.contactFormInput {
    margin-bottom: 2vmin !important;
}

.contactFormInput,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.75vmin;
    color: #333;
    margin: 0;
    padding: 0;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8px;
    border: 0;
    background-color: rgba(255, 255, 255, .9);
    resize: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

textarea {
    min-height: 30vh;
}

.closeBtn {
    display: flex;
    border-radius: 100%;
    border: .1vw solid #fff;
    background-color: #fff;
    position: absolute;
    top: 1%;
    right: 1%;
}

.closeBtn > svg {
    fill: #c0392b;
    width: 5vw;
    border: none;
}

#signupPage {
    overflow: hidden;
}

.joinFrame {
    position: absolute;
    top: 10vh;
    height: 90vh;
    width: 100%;
    left: 0;
    right: 0;
}

html.showLoginPopup #signinForm {
    display: flex;
}

.important_field {
    display: none;
}