.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1c1d), to(#1c1c1d));
    background-image: linear-gradient(180deg, #1c1c1d, #1c1c1d);
    font-family: 'Trade gothic condensed 18', sans-serif;
    color: #fff;
}

.heading {
    margin-bottom: 0px;
    font-family: 'Tradegothicltstd bdcn20';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.image {
    position: static;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
}

.container {
    overflow: visible;
    margin-top: 70px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
}

.heading-2 {
    margin-top: 0px;
    font-family: 'Trade gothic condensed 18', sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.container-2 {
    font-family: 'Trade gothic condensed 18', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.navbar {
    background-color: transparent;
    text-align: center;
}

.nav-link {
    position: static;
    color: #fff;
}

.nav-link-2 {
    position: static;
    color: #fff;
}

.nav-link-4 {
    position: static;
    color: #fff;
}

.gradient-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-2 {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-top: 50px;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
}

.nav-link-5 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

    .nav-link-5:hover {
        color: #ef374c;
    }

.nav-link-6 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

    .nav-link-6:hover {
        color: #ef374c;
    }

.nav-link-7 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

    .nav-link-7:hover {
        color: #ef374c;
    }

.link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
    text-align: left;
    letter-spacing: 0.4em;
    text-decoration: none;
    text-transform: uppercase;
}

    .link.neon {
        font-size: 20px;
    }

.text-block {
    color: #fff;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.text-block-2 {
    color: #fff;
    text-transform: uppercase;
}

.stealth {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

    .stealth.flux {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .stealth.flux.line-1.anim-typewriter {
            font-size: 16px;
        }

.bottom-links {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-transform: none;
}

    .bottom-links.navbar-2 {
        display: block;
        width: auto;
        padding-top: 0px;
        padding-right: 2em;
        padding-left: 2em;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

.heading-3 {
    color: #00efc1;
    text-align: center;
}

    .heading-3.flipper {
        position: absolute;
        top: 45%;
        z-index: 97;
        display: block;
        margin: 0px auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.heading-4 {
    color: #ef374c;
    text-align: center;
}

    .heading-4.flipper {
        position: absolute;
        top: 45%;
        z-index: 97;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.heading-5 {
    color: #e98e23;
    text-align: center;
}

    .heading-5.flipper {
        position: absolute;
        top: 45%;
        z-index: 97;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.heading-6 {
    color: #f9f4c7;
    text-align: center;
}

    .heading-6.flipper {
        position: absolute;
        left: auto;
        top: 45%;
        right: auto;
        bottom: auto;
        z-index: 97;
        display: block;
        width: 70%;
        margin: 0px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.text-container {
    padding: 0px 62px;
}

    .text-container.animated-words {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        padding-right: 10%;
        padding-left: 10%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-family: 'Trade gothic condensed 20', sans-serif;
    }

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.turb {
    display: block;
}

.section-2 {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.brand {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.container-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heading-7 {
    font-family: 'Trade gothic condensed 20', sans-serif;
    color: #1c1c1d;
    line-height: 53px;
    text-transform: uppercase;
}

.accordion {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: -24px;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

    .accordion.js-accordion {
        margin-bottom: 100px;
    }

.accordion-body__contents {
    margin-top: 8px;
    opacity: 1;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #9096a4;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e323c;
}

    .accordion-header.js-accordion-header {
        color: #fff;
        cursor: pointer;
    }

.question-text {
    margin-top: 15px;
    margin-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
}

.accordion-body {
    display: block;
    padding-right: 8px;
    padding-left: 64px;
    color: #9096a4;
}

    .accordion-body.js-accordion-body {
        display: none;
        padding-bottom: 20px;
        color: #9096a4;
    }

.accordion__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
    padding: 20px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    text-align: left;
    text-decoration: none;
}

    .accordion__item:hover {
        box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
    }

    .accordion__item.js-accordion-item {
        padding-bottom: 20px;
        background-color: #474747;
    }

        .accordion__item.js-accordion-item.active {
            cursor: default;
        }

.faq-image {
    width: 100%;
    margin-top: 40px;
}

.faq-button {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    background-color: #ffb223;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

    .faq-button:hover {
        background-color: #ffd17b;
    }

.faq-wrapper {
    max-width: 1200px;
    background-color: transparent;
}

.faq-video {
    margin-top: 40px;
}

.accordion_item-image {
    width: 40px;
}

.modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 239, 193, 0.24)), to(rgba(0, 239, 193, 0.24)));
    background-image: linear-gradient(180deg, rgba(0, 239, 193, 0.24), rgba(0, 239, 193, 0.24));
}

.modal-inner {
    width: 40%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.27);
    text-align: center;
}

.close-modal-button {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 30px;
    padding: 5px;
}

.checkbox-wrapper {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 60px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    border: 2px solid #cbced2;
    border-radius: 10px;
    background-color: rgba(225, 228, 233, 0.25);
    background-image: url('../images/unchecked.png');
    background-position: 20px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: border-color 200ms ease-in;
    transition: border-color 200ms ease-in;
}

    .checkbox-wrapper:hover {
        border-color: rgba(0, 0, 0, 0.3);
    }

    .checkbox-wrapper:active {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .checkbox-wrapper.checkbox-square {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 5px;
        background-position: 50% 50%;
        background-size: 20px;
    }

.extra-option-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    font-size: 1.1em;
}

.next-button {
    padding: 15px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #ef374c;
    -webkit-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
    font-size: 20px;
}

    .next-button:hover {
        background-color: #00efc1;
    }

.form-content {
    width: 60%;
    margin-bottom: -20px;
}

    .form-content.final {
        margin-top: -20px;
    }

.collaborate-form-step {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding: 100px 0px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px none #fff;
    border-radius: 0px;
    background-color: #fff;
    text-align: center;
}

.form-wrapper {
    display: block;
    width: 40vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
    line-height: 20px;
}

.field {
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 15px 25px;
    border: 2px solid #cbced2;
    border-radius: 10px;
    background-color: rgba(225, 228, 233, 0.25);
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    color: #6c33da;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: left;
}

    .field:focus {
        border-color: #6c33da;
        font-weight: 600;
    }

    .field.area {
        height: 150px;
        max-height: 150px;
        min-height: 150px;
    }

.checkbox-active-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: auto;
    margin: -2px;
    border-style: solid;
    border-width: 2px;
    border-color: #ef374c;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('../images/checked-mini.png');
    background-position: 20px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0;
}

    .checkbox-active-overlay.square-overlay {
        border-radius: 5px;
        background-position: 50% 50%;
        background-size: 20px;
    }

.step-paginator {
    position: relative;
    height: 100%;
    background-color: transparent;
}

.submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 60%;
    height: auto;
    margin-right: auto;
    margin-bottom: -80px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #3cd3ad;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
    transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
}

    .submit-button:hover {
        background-color: #6c33da;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    }

.step {
    position: static;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: #474747;
}

.step-counter {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.35);
}

.form-section-title {
    margin-bottom: 10px;
    font-family: 'Trade gothic condensed 20', sans-serif;
    color: #1c1c1d;
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.checkbox-ticker {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 55px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.45;
    font-family: 'Trade gothic condensed 18', sans-serif;
    color: #1c1c1d;
    font-size: 18px;
    line-height: 1em;
    text-align: right;
    letter-spacing: 0px;
    text-transform: none;
}

    .checkbox-label.no-label {
        padding-right: 0px;
        padding-left: 0px;
    }

.next {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: 47px;
    max-width: 159px;
    margin: auto auto 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.previous {
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 35px;
    max-width: 100px;
    margin: auto auto 30px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.success-message {
    padding: 50px;
    border-radius: 20px;
    background-color: #3cd3ad;
    background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.error-message {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #eb4d8c;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
}

.form-title-line {
    display: block;
    width: 25px;
    height: 4px;
    margin: 25px auto 50px;
    border-radius: 3px;
    background-color: #000;
}

.previous-button {
    padding: 5px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    opacity: 0.35;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    color: #fff;
    font-size: 16px;
    text-indent: -2px;
}

    .previous-button:hover {
        border-bottom-color: rgba(0, 0, 0, 0.55);
        opacity: 1;
    }

.select-field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.field-label {
    color: #1c1c1d;
    font-size: 16px;
}

.form {
    padding: 40px;
}

.submit-button-2 {
    background-color: #ef374c;
}

    .submit-button-2:hover {
        background-color: #00efc1;
    }

.heading-8 {
    margin-top: 0px;
    color: #1c1c1d;
    font-size: 21px;
    text-transform: uppercase;
}

.field-label-2 {
    color: #1c1c1d;
}

.field-label-3 {
    color: #1c1c1d;
}

.field-label-4 {
    color: #1c1c1d;
}

.field-label-5 {
    color: #1c1c1d;
}

.field-label-6 {
    color: #1c1c1d;
}

.heading-9 {
    font-family: 'Trade gothic condensed 20', sans-serif;
    color: #1c1c1d;
    text-transform: uppercase;
}

.submit-button-3 {
    background-color: #ef374c;
}

    .submit-button-3:hover {
        background-color: #00efc1;
    }

.div-block-4 {
    padding: 30px 35px;
}

.html-embed {
    display: block;
    overflow: scroll;
    width: 100%;
    height: 500px;
    margin: 0px;
    padding: 15px 50px;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
}

.html-embed-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-type {
    position: absolute;
    top: 40%;
    z-index: 97;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Trade gothic condensed 20', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: normal;
}

.heading-10 {
    color: #f9f4c7;
    text-align: center;
}

    .heading-10.flipper {
        position: absolute;
        left: auto;
        top: 45%;
        right: auto;
        bottom: auto;
        z-index: 97;
        display: block;
        width: 70%;
        margin: 0px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.heading-11 {
    color: #ef374c;
    text-align: center;
}

    .heading-11.flipper {
        position: absolute;
        top: 45%;
        z-index: 97;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.heading-12 {
    color: #00efc1;
    text-align: center;
}

    .heading-12.flipper {
        position: absolute;
        top: 45%;
        z-index: 97;
        display: block;
        margin: 0px auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.heading-13 {
    color: #e98e23;
    text-align: center;
}

    .heading-13.flipper {
        position: absolute;
        top: 45%;
        z-index: 97;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        font-family: 'Trade gothic condensed 20', sans-serif;
        color: #fff;
        font-size: 35px;
        line-height: 60px;
        text-transform: uppercase;
    }

.section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Changa One', Impact, sans-serif;
}

.modal-section {
    display: none;
}

.blur-modal {
    position: absolute;
    z-index: 9999;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

html.w-mod-js *[data-ix="show-content-onslide"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
    .navbar-2 {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .bottom-links {
        padding-right: 5%;
        padding-left: 5%;
    }

    .turb {
        padding-bottom: 10px;
    }

    .accordion {
        width: 83.33%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .checkbox-wrapper {
        width: 80%;
        height: 50px;
    }

    .extra-option-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 0.9em;
        line-height: 1.1em;
        text-align: left;
    }

    .collaborate-form-step {
        min-height: 565px;
    }

    .form-wrapper {
        width: 70%;
    }

    .checkbox-label {
        padding-left: 60px;
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    .accordion {
        width: 100%;
        margin-bottom: -16px;
    }

    .question-text {
        margin-top: 8px;
    }

    .accordion__item {
        margin-bottom: 16px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .extra-option-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-content {
        width: 90%;
    }

    .checkbox-label {
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 479px) {
    .navbar-2 {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-link-5 {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .nav-link-6 {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .nav-link-7 {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .heading-3.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-4.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-5.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-6.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .text-container.animated-words {
        padding-right: 5%;
        padding-left: 5%;
    }

    .turb {
        display: block;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .section-2 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .div-block-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: left;
    }

    .brand {
        margin-bottom: 10px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .question-text {
        margin-bottom: 8px;
        margin-left: 16px;
        padding-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    .accordion-body {
        padding-left: 56px;
    }

        .accordion-body.js-accordion-body {
            margin-top: 20px;
            padding-top: 10px;
            padding-right: 0px;
            padding-left: 0px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

    .faq-image {
        margin-top: 20px;
    }

    .accordion_item-image {
        width: 30px;
    }

    .checkbox-wrapper {
        height: 40px;
        margin-bottom: 15px;
        background-position: 10px 50%;
        background-size: 20px;
    }

    .extra-option-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-content {
        width: 100%;
    }

    .collaborate-form-step {
        width: 100%;
        min-height: 555px;
        margin-bottom: 140px;
        padding: 50px 10px;
    }

    .mask {
        position: static;
        height: 100%;
    }

    .form-wrapper {
        width: 100%;
        padding: 0px;
    }

    .checkbox-active-overlay {
        background-position: 10px 50%;
        background-size: 20px;
    }

    .step-paginator {
        height: auto;
        padding-bottom: 0px;
    }

    .submit-button {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-bottom: -85px;
    }

    .form-section-title {
        font-size: 2em;
        line-height: 1.3em;
    }

    .checkbox-label {
        padding-right: 20px;
        padding-left: 40px;
        font-size: 1em;
    }

    .col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .next {
        margin-bottom: 50px;
    }

    .previous {
        left: 0px;
        top: auto;
        right: 0px;
        bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 75px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .text-type {
        font-size: 30px;
    }

    .heading-10.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-11.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-12.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-13.flipper {
        font-size: 30px;
        line-height: 45px;
    }

    .section-4 {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@font-face {
    font-family: 'Trade gothic condensed 18';
    src: url('../fonts/trade-gothic-condensed-18.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Trade gothic condensed 20';
    src: url('../fonts/trade-gothic-bold-condensed-20.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
