/*
Creator Project Landing
 */
.page-template-template-landing header, .page-template-template-landing .footer, .page-template-template-landing .email-signup, .page-template-template-landing .section-footer-wrapper_email-signup {
    display: none;
}
.landing-subheading {
    font-family: "input-mono", sans-serif;
    font-size: 28px;
    color: #9c9c9c;
    font-weight: 300;
}
.hero-landing {
    min-height: 740px;
    display: flex;
    align-items: flex-end;
    padding: 70px 30px;
}
.hero-landing .content {
    width: 100%;
    max-width: 1600px;
}
.hero-landing__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #fff;
    width: 100%;
}
.hero-landing__title {
    font-family: "Krona One", sans-serif;
    font-size: 74px;
    color: #f7f7f7;
    max-width: 600px;
    margin-bottom: 15px;
}

.hero-landing__subtitle {
    margin-bottom: 15px;
    font-family: "input-mono", sans-serif;
    font-size: 28px;
    color: #fefefe;
}
.intro-landing {
    padding-top: 120px;
    padding-bottom: 200px;
    background-color: #141414;
    text-align: center;
}

@keyframes animate {
    to {
        background-position: 0%
    }
}
.intro-landing__title {
    padding: 80px 0;
    animation: animate linear 2s infinite alternate-reverse;
    font-size: 60px;
    font-family: "Krona One", sans-serif;
    background-image: url("../imgs/opportunity-new.jpg");
    background-position: 100%;
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.intro-landing__subtitle {
    font-family: "input-mono", sans-serif;
    font-size: 16px;
    color: #9c9c9c;
    margin-bottom: 80px;
}
.blocks-landing {
    min-height: 780px;
    display: flex;
    align-items: center;
}
.blocks-landing .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
}
.blocks-landing__item {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 60px 30px;
    flex: 1 1 0px;
    max-width: 450px;
    margin: 10px 15px;
}
.blocks-landing__item h6 {
    color: #ffffff;
    font-family: "Krona One", sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.blocks-landing__item h5 {
    color: #ffffff;
    font-family: "input-mono", sans-serif;
    font-size: 33px;
}
.info-landing {
    min-height: 1050px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}
.info-landing:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    height: 93%;
    border: 1px solid #fff;
    border-radius: 30px;
    z-index: 1;
}
.info-landing .content {
    width: 100%;
    position: relative;
    z-index: 2;

}
.info-landing__subheading {
    margin-bottom: 130px;
    margin-top: 40px;
}
.info-landing__copy p{
    animation: animate linear 2s infinite alternate-reverse;
    font-family: "Krona One", sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    background-image: url("../imgs/about-bkrd-new.jpg");
    background-position: 100%;
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 60px 0;
}
.info-landing__copy p a {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.partners-landing {
    text-align: center;
    background-color: #141414;
    padding-top: 130px;
    padding-bottom: 210px;
}
.partners-landing .content {
    max-width: 1100px;
}
.partners-landing__subheading {
    margin-bottom: 160px;
}
.partners-landing__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partners-landing__logo {
    flex: 1 1 30%;
    margin-bottom: 100px;

}
.partners-landing__logo img {
    max-width: 330px;
}
.cta-landing {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
a.btn.cta-landing__btn {
    font-family: "Krona One", sans-serif;
    font-size: 22px;
    color: #141414;
    border: none;
    max-width: none;
    padding: 34px 45px;
    min-width: 380px;

    background-size: 100% 300%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    background-image: url("../imgs/Frosted-Mint-Gradient-Wallpaper.jpeg");
    box-shadow: 0 0 20px -5px rgba(49, 196, 190, 0.75);
}
a.btn.cta-landing__btn:hover {
    transform: scale(1.1);

    background-image: url("../imgs/opportunity-new.jpg");
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer-landing {
    padding: 120px;
    background-color: #141414;
}
.footer-landing__copy p {
    color: #fff;
    font-family: "input-mono", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
    .blocks-landing .content {
        align-items: center;
        flex-direction: column;
    }
    .blocks-landing__item {
        padding: 30px 15px;
        width: 100%;
        margin:15px 0;
    }
}
@media screen and (max-width: 767px) {
    .hero-landing__title {
        font-size: 40px;
    }
    .intro-landing__title {
        font-size: 40px;
    }
    .intro-landing__title {
        font-size: 30px;
    }
    .footer-landing {
        padding: 40px;
    }
    .cta-landing {
        min-height: 400px;
    }
    .partners-landing {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .info-landing {
        padding: 60px 20px;
    }
    .blocks-landing {
        padding: 60px 20px;
    }
    .info-landing__subheading {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .info-landing__copy p {
        font-size: 25px;
    }
    .intro-landing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hero-landing {
        min-height: 500px;
    }
    .blocks-landing__item h5 {
        font-size: 28px;
    }

    .partners-landing__logo img {
        max-width: 250px;
    }
    .landing-subheading {
        font-size: 20px;
    }
    .partners-landing__subheading {
        margin-bottom: 60px;
    }
    a.btn.cta-landing__btn {
        min-width: 200px;
    }
}

/*
Careers
 */
.section-career-awards__wrap {
    display: flex;
    justify-content: center;
}
.section-career-awards__image {
    max-width: 124px;
}
.section-career-awards__image-wrap {
    text-align: center;
    margin: 0 5%;
}

/*
Careers
 */
.raptive {
    margin-top: 70px;
    margin-bottom: 100px;
}
.content.raptive__content {
    max-width: 1000px;
}
.raptive__logo {
    margin-bottom: 60px;
    min-width: 250px;
}
.page-template-template-raptive:not(.password-protected) header, .page-template-template-raptive:not(.password-protected) .footer, .page-template-template-raptive:not(.password-protected) .email-signup{
    display: none;
}
.raptive__heading {
    font-size: 80px;
}
.raptive__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.raptive__image-left {
    flex: 1 1 0px;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    min-height: 500px;
}
.raptive__image-left:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("../imgs/purple-shape.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;

}
.raptive__image-left--bottom:after {
    background-image: url("../imgs/yellow-horisontal-shape.svg");

}

.raptive__cta {
    flex: 2 2 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F0EDEB;
    border-radius: 30px;
    padding: 80px 30px;
    text-align: center;
    min-height: 400px;

}
.raptive__cta--full {
    min-height: 400px;
    background-image: url("../imgs/cta-mask.svg");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}
.raptive__cta h2 {
    font-size: 44px;
    font-family: "Lora", serif;
}
.raptive__image-right {
    flex: 1 1 0px;
    margin-left: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    min-height: 500px;
}
.raptive__image-right:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("../imgs/orange-shape.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;

}
.raptive__video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 30px;
}
.raptive__video iframe,
.raptive__video object,
.raptive__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.raptive__video iframe {
    margin-bottom: 0;
}
.raptive__row--video {
    justify-content: center;
}
.raptive__btn {
    background: #D2FF66;
    border-color: #D2FF66;
}
.raptive__btn:hover {
    border-color: #000;
}
.raptive__image-bottom {
    flex: 2 2 0px;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    min-height: 400px;
}
.raptive__image-bottom:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("../imgs/yellow-shape.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;

}
.raptive__image img{
    border-radius: 30px;
}
@media screen and (max-width: 768px) {
    .raptive {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .raptive__row {
        flex-direction: column;
    }
    .raptive__cta h2 {
        font-size: 30px;
    }
    .raptive__cta {
        padding: 60px 30px;
    }
    .raptive__image-left {
        margin-right: 0;
        margin-top: 30px;
        min-height: 400px;
    }
    .raptive__image-right, .raptive__image-bottom {
        margin-right: 0;
        margin-left: 0;
        margin-top: 30px;
        min-height: 400px;
    }
    .raptive__row--reverse {
        flex-direction: column-reverse;
    }
    .raptive__cta {
        min-height: auto;
    }
    .raptive__cta--full {
        min-height: auto;
        background-image: none;
    }
}
