/* CSS Document */

@charset "utf-8";
/* CSS Document */

.parallax__cTa {
    height: 390px;
    width: 100%;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    left: 0px;
    display: block;
    z-index: 200010;
}

.parallax__cTa_layer {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax__cTa--1 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200011;
}

.parallax__cTa--2 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 240px;
    height: 50px;
    z-index: 200012;
}

.parallax__cTa--3 img {
    position: absolute;
    left: 250px;
    top: 0px;
    width: 52px;
    z-index: 200013;
}

.parallax__cTa--4 img {
    position: absolute;
    left: 305px;
    top: 20px;
    width: 22px;
    z-index: 200014;
    transform: rotate(180deg);
}

.parallax__cTa--5 img {
    position: absolute;
    left: 270px;
    top: 30px;
    width: 114px;
    z-index: 200014;
}

.parallax__cTa--6 img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200014;
}

@media only screen and (min-width: 992px) {
    .parallax__cTa_layer {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .parallax__cTa--1 img {
        display: block;
        position: absolute;
        /* left: 700px; */
        left: 53%;
        top: 300px;
        width: 22px;
        z-index: 200011;
        transform: rotate(180deg);
    }
    .parallax__cTa--2 img {
        display: block;
        position: absolute;
        /* left: 720px; */
        left: 55%;
        top: 200px;
        width: 48px;
        z-index: 200012;
    }
    .parallax__cTa--3 img {
        position: absolute;
        /* left: 810px; */
        left: 58%;
        top: -30px;
        width: 128px;
        z-index: 200013;
    }
    .parallax__cTa--4 img {
        position: absolute;
        /* left: 930px; */
        left: 61%;
        top: 50px;
        width: 154px;
        z-index: 200014;
        transform: rotate(180deg);
    }
    .parallax__cTa--5 img {
        position: absolute;
        /* left: 855px; */
        left: 65%;
        top: -145px;
        width: 36px;
        z-index: 200014;
        transform: rotate(180deg);
    }
    .parallax__cTa--6 img {
        display: block;
        position: absolute;
        /* left: 1080px; */
        left: 75%;
        top: 150px;
        width: 42px;
        z-index: 200014;
        transform: rotate(180deg);
    }
}

/* Parallax-end */

.cta {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    display: block;
    height: 390px !important;
    background-image: url("../img/splash 1.png");
    background-repeat: no-repeat;
}

.viewLink {
    display: inline-flex;
    padding-top: 120px;
    left: 0px;
    width: 100% !important;
    z-index: 200015;
    justify-content: space-between;
    align-items: self-end;
}

.flexx {
    position: absolute;
    float: right !important;
    right: 10%;
}

.headCta1 {
    font-size: 30px;
    font-family: 'Adieu-Regular', "sans-serif";
    color: var(--blue);
    display: block;
    position: relative;
    top: 50px;
    z-index: 10;
}

.headCta2 {
    font-size: 30px;
    font-family: 'Adieu-Regular', "sans-serif";
    color: var(--blue);
    display: block;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: 50px;
    left: 0px;
    width: 70%;
    z-index: 10;
}

.headCta3 {
    font-size: 30px;
    font-family: 'Adieu-Regular', "sans-serif";
    color: var(--blue);
    display: block;
    padding-left: 50px;
    position: relative;
    top: 50px;
    z-index: 10;
}

.viewLink a {
    text-decoration: none;
    width: 300px;
}

.viewLinkContent {
    color: var(--orange);
    font-family: 'AvenirNext LT Pro';
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding-top: 11px;
    padding-right: 20px;
    text-rendering: geometricPrecision;
    width: 75vw;
}

.divVone {
    border: 1px solid var(--orange);
    color: white;
    display: inline-flex;
    border-radius: 27px;
    height: 54px;
    width: 54px;
    overflow: hidden;
    cursor: pointer;
}

.divVtwo {
    border: 1px solid var(--orange);
    background-color: var(--orange);
    border-radius: 50%;
    height: 54px !important;
    flex: none;
    position: relative;
    visibility: hidden;
    top: 0px;
    transform: translateX(-54px);
    width: 54px !important;
    z-index: 100;
    will-change: transform;
}

.divVthree {
    background-image: url("/assets/img/svg_s/ShortOrange.svg");
    background-position: right 52% top 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    position: relative;
    flex: none;
    top: 0%;
    left: -100%;
    z-index: 200;
    font-size: 16px;
    width: 54px;
    will-change: contents;
}

.divVone:hover .divVtwo {
    visibility: visible;
    transform: translateX(-1px);
    transition: 0.8s ease;
}

.divVone:hover .divVthree {
    background-image: url("/assets/img/svg_s/ShortWhite.svg");
    background-position: right 52% top 50%;
    background-repeat: no-repeat;
    position: relative;
}

.ctadesk {
    display: none;
}

.ctamobi {
    display: block;
}

@media only screen and (min-width: 992px) {
    .ctadesk {
        display: block;
    }
    .ctamobi {
        display: none;
    }
    .viewLink {
        display: inline-flex;
        height: 54px;
        padding-top: 60px;
        position: relative;
    }
    .headCta1 {
        color: var(--blue);
        display: block;
        font-family: Adieu-Regular, "sans-serif";
        font-size: 40px;
        position: relative;
        z-index: 10;
        left: 0px;
        top: 90px;
    }
    .headCta2 {
        color: var(--blue);
        display: block;
        font-family: Adieu-Regular, "sans-serif";
        font-size: 40px;
        position: relative;
        z-index: 15;
        left: 80px;
        top: 90px;
    }
    .headCta3 {
        color: var(--blue);
        display: block;
        font-family: Adieu-Regular, "sans-serif";
        font-size: 40px;
        position: relative;
        z-index: 20;
        left: 0px;
        top: 90px;
    }
}