﻿/* Font */
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway/static/Raleway-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway/static/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway/static/Raleway-Thin.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway/static/Raleway-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("~/Content/fonts/Roboto/Roboto-Light.eot");
    src: url("fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light.woff") format("woff"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Bold.eot");
    src: url("fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto/Roboto-Bold.woff") format("woff"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Medium.eot");
    src: url("fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto/Roboto-Medium.woff") format("woff"), url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Regular.eot");
    src: url("fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Black.eot");
    src: url("fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("fonts/Roboto/Roboto-Black.woff") format("woff"), url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

.bcrumb a .mdi:hover, .bcrumb a .mdi:focus {
    color: #3c763d !important;
    text-decoration: none;
}

.bcrumb p a.active {
    color: #3c763d !important;
    text-decoration: none;
}

.bcrumb p a:hover, .bcrumb p a:focus {
    color: #3c763d !important;
    text-decoration: none;
}

.bcrumb a .hover-cursor:hover, .bcrumb a hover-cursor:focus {
    color: #3c763d !important;
    text-decoration: none;
}

.text-muted {
    color: #686868 !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/* Map */
#basicMap {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 45px;
}

@media (max-width: 991px) and (min-width: 768px) {
    #basicMap {
        height: 55vh;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #basicMap {
        height: 50vh;
        width: 100%;
    }
}

#content-wrap {
    overflow-x: hidden;
}

/* Flip Cards */
.card {
    position: relative;
    margin: 10px 0 10px 0;
}

.card img {
    width: 62px;
    height: 60px;
    margin-top: 50%;
    margin-bottom: 50%;
}

.card-front {
    position: relative;
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 6px 8px rgba(255, 255, 255, 0.2), 0 6px 8px rgba(255, 255, 255, 0.4);
    transition: 0.9s cubic-bezier(0.5, 0.8, 0.25, 1);
    backface-visibility: hidden;
    overflow: hidden;
    background: #FFFFFF;
}

.card-back {
    position: absolute;
    width: 100%;
    height: 30vh;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 6px 8px rgba(255, 255, 255, 0.2), 0 6px 8px rgba(255, 255, 255, 0.4);
    transition: 0.9s cubic-bezier(0.5, 0.8, 0.25, 1);
    backface-visibility: hidden;
    overflow: hidden;
    background: linear-gradient(-180deg, rgba(60, 118, 61, 0.8), #8bc98b);
    transform: rotateX(180deg);
}

.card-front::before, .card-back::before, .card-front::after, .card-back::after {
    position: absolute;
    box-sizing: border-box;
    outline: none;
}

.card-front span, .card-back span {
    color: #FFF;
}

.card-front .icon::before, .card-back .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.card-front .task::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f1b8";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.card-front .task::after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.card-back .task::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f129";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.card-back .task::after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.card-front::before, .card-back::before {
    top: -40px;
    right: -40px;
    content: '';
    width: 80px;
    height: 80px;
    background: linear-gradient(-45deg, #8bc98b, #6aa569);
    transform: rotate(45deg);
    z-index: 1;
}

.card-front::after, .card-back::after {
    top: 0;
    right: 10px;
    content: '';
    z-index: 2;
}

.card-front::after {
    color: #FFF;
}

.card-back::after {
    color: #FFF;
}

.card:hover .card-front {
    transform: rotateX(-180deg);
}

.card:hover .card-back {
    transform: rotateX(0deg);
}

.card .content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 13px;
}

.card .content > div {
    padding: 2.5px 0;
    opacity: 0.15;
}

.card .content h2 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #FFF;
    text-align: center !important;
}

@media (min-width: 1200px) {

    .card-front h2 {
        font-family: sans-serif;
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        top: 60%;
        text-align: center !important;
        color: #333333;
    }
}


@media (min-width: 992px) {

    .card-front h2 {
        font-family: sans-serif;
        font-weight: 600;
        font-size: 15px;
        position: absolute;
        top: 60%;
        text-align: center !important;
        color: #333333;
    }
}

@media (min-width: 768px) {

    .card-front h2 {
        font-family: sans-serif;
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        top: 60%;
        text-align: center !important;
        color: #333333;
    }
}

@media (max-width: 767px) {

    .card-front h2 {
        font-family: sans-serif;
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        top: 60%;
        text-align: center !important;
        color: #333333;
    }

}

.card p {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #FFF;
    text-align: center !important;
}

.divider {
    border-left: 2px solid #3c763d;
    position: relative;
    height: 50px;
    margin-top: 6%;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media (min-width: 768px) {

    .full-width .container .row {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {

    .full-width .container .row {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.green-banner {
    width: 100%;
    height: 256px;
    margin-top: 4%;
    border-radius: 0px;
    background: #29924B;
}

.get-started-arrow {
    display: inline;
    width: 18px;
    margin-top: -2px;
}

.btn-get-started-white:hover {
    color: #212121;
}

@media (min-width: 1200px) {
    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 1px;
        color: #FFFFFF;
        top: 12vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 1px;
        color: #FFFFFF;
        top: 12.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 241px;
        height: 70px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 10vw;
        top: 12vh;
    }

    .green-banner .yellip {
        position: absolute;
        right: 5px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 15px;
    }

}

@media (max-width: 1199.5px) and (min-width: 1100px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 1px;
        color: #FFFFFF;
        top: 11vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 1px;
        color: #FFFFFF;
        top: 11.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 201px;
        height: 60px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 8vw;
        top: 11vh;
    }

    .green-banner .yellip {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 10px;
    }
    
}

@media (max-width: 1099.5px) and (min-width: 1024px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 1px;
        color: #FFFFFF;
        top: 8vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 1px;
        color: #FFFFFF;
        top: 8.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 201px;
        height: 60px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 8vw;
        top: 8vh;
    }

    .green-banner .yellip {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 10px;
    }
}

@media (max-width: 1023.5px) and (min-width: 992px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 1px;
        color: #FFFFFF;
        top: 12vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 1px;
        color: #FFFFFF;
        top: 12.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 192px;
        height: 58px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 8vw;
        top: 12vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 42px;
        height: 42px;
        right: 0px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 10px;
    }

}

@media (max-width: 991.5px) and (min-width: 800px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 1px;
        color: #FFFFFF;
        top: 13vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 1px;
        color: #FFFFFF;
        top: 13.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 182px;
        height: 50px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        right: 20px;
        top: 5vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 42px;
        height: 42px;
        right: 0px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 6px;
    }

}

@media (max-width: 799.5px) and (min-width: 768px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 1px;
        color: #FFFFFF;
        top: 10vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 1px;
        color: #FFFFFF;
        top: 10.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 172px;
        height: 50px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        right: 40px;
        top: 5vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 42px;
        height: 42px;
        right: 0px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 6px;
    }
}

@media (max-width: 767.5px) and (min-width: 100px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 1px;
        color: #FFFFFF;
        top: 11vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 1px;
        color: #FFFFFF;
        top: 11.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 132px;
        height: 42px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 15px;
        top: 15vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 42px;
        height: 42px;
        right: -1px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
    }
}

.hero {
    width: 100%;
    height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
}

@media (min-width: 992px) {

    .hero .hero-image {
        position: absolute;
        width: 60%;
        height: 100vh;
        right: 0px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-image {
        display: none;
    }

    .hero .hex-hero-sh-image {
        display: none;
    }

    .hero .hero-title {
        position: relative;
        top: 26vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 27vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 29vh;
        border-radius: 5px;
    }

}


@media (max-width: 991.5px) and (min-width: 800px) {

    .hero .hero-image {
        display: none;
    }

    .hero .hex-hero-image {
        position: absolute;
        width: 40%;
        height: 40%;
        right: 0px;
        top: 50%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-sh-image {
        position: absolute;
        width: 40%;
        height: 40%;
        left: 0px;
        top: -60px;
        /*opacity: 0.3;*/
        /*transform: rotateX(180deg);*/
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hero-title {
        position: relative;
        top: 39vh;
        font-family: 'Raleway-Medium', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 40vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 42vh;
        border-radius: 5px;
    }

}

@media (max-width: 799.5px) and (min-width: 768px) {

    .hero .hero-image {
        display: none;
    }

    .hero .hex-hero-image {
        position: absolute;
        width: 35%;
        height: 35%;
        right: 0px;
        top: 55%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-sh-image {
        position: absolute;
        width: 35%;
        height: 35%;
        left: 0px;
        top: -70px;
        /*opacity: 0.3;*/
        /*transform: rotateX(180deg);*/
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hero-title {
        position: relative;
        top: 37vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 38vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 40vh;
        border-radius: 5px;
    }

}

@media (max-width: 767.5px) and (min-width: 100px) {

    .hero .hero-image {
        display: none;
    }

    .hero .hex-hero-image {
        position: absolute;
        width: 50%;
        height: 30%;
        right: 0px;
        top: 60%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-sh-image {
        position: absolute;
        width: 50%;
        height: 30%;
        left: 0px;
        top: -20px;
        /*opacity: 0.3;*/
        /*transform: rotateX(180deg);*/
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hero-title {
        position: relative;
        top: 28vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 29vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 31vh;
        border-radius: 5px;
    }
}

.home-features-title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.labels {
    color: transparent;
    background-color: transparent;
}

 .labels.active {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    text-align: center;
    width: auto;
    padding: 5px;
    white-space: nowrap;
 }

p {
    text-align: center !important;
}

.square-points {
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 1025px) {

    .square-points .square-points-image {
        position: absolute;
        height: 117px;
        width: 137px;
        right: 0px;
        top: 95vh;
        border-radius: 0px;
    }

}

@media (max-width: 1024px) {

    .square-points .square-points-image {
        position: absolute;
        height: 117px;
        width: 137px;
        right: -10px;
        top: 95vh;
        border-radius: 0px;
    }

}

.tear {
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 1200px) {

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 96vh;
        left: 0px;
        top: -40vh;
        border-radius: 0px;
    }
}

@media (max-width: 1199.5px) and (min-width: 1024px) {

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 76vh;
        left: 0px;
        top: -28vh;
        border-radius: 0px;
    }

}

@media (max-width: 1023.5px) and (min-width: 992px) {

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 66vh;
        left: 0px;
        top: -26vh;
        border-radius: 0px;
    }

}

@media (max-width: 991.5px) and (min-width: 800px) {

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 56vh;
        left: 0px;
        top: -24vh;
        border-radius: 0px;
    }

}

@media (max-width: 799.5px) and (min-width: 768px) {

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 46vh;
        left: 0px;
        top: -30vh;
        border-radius: 0px;
    }

}

@media (max-width: 767.5px) and (min-width: 200px) {

    .tear .tear-image {
        position: absolute;
        height: 62vh;
        width: 34vh;
        left: 0px;
        top: -18vh;
        border-radius: 0px;
    }
}

@media (min-width: 2032px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1px;
        color: #FFFFFF;
        top: 6vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1px;
        color: #FFFFFF;
        top: 6.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 261px;
        height: 90px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 10vw;
        top: 6vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 82px;
        height: 82px;
        right: 1px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 25px;
    }

    .hero .hero-image {
        position: absolute;
        width: 60%;
        height: 100vh;
        right: 0px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-image {
        display: none;
    }

    .hero .hex-hero-sh-image {
        display: none;
    }

    .hero .hero-title {
        position: relative;
        top: 26vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 27vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 29vh;
        border-radius: 5px;
    }

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 88vh;
        left: 0px;
        top: -32vh;
        border-radius: 0px;
    }

}

@media (min-width: 1824px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1px;
        color: #FFFFFF;
        top: 6vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1px;
        color: #FFFFFF;
        top: 6.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 261px;
        height: 90px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 10vw;
        top: 6vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 82px;
        height: 82px;
        right: 1px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 25px;
    }

    .hero .hero-image {
        position: absolute;
        width: 60%;
        height: 100vh;
        right: 0px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-image {
        display: none;
    }

    .hero .hex-hero-sh-image {
        display: none;
    }

    .hero .hero-title {
        position: relative;
        top: 26vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 27vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 29vh;
        border-radius: 5px;
    }

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 94vh;
        left: 0px;
        top: -32vh;
        border-radius: 0px;
    }

}

@media (min-width: 1616px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        line-height: 1px;
        color: #FFFFFF;
        top: 7vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        line-height: 1px;
        color: #FFFFFF;
        top: 7.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 256px;
        height: 84px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 10vw;
        top: 7vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 72px;
        height: 72px;
        right: 1px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 22px;
    }

    .hero .hero-image {
        position: absolute;
        width: 60%;
        height: 100vh;
        right: 0px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-image {
        display: none;
    }

    .hero .hex-hero-sh-image {
        display: none;
    }

    .hero .hero-title {
        position: relative;
        top: 26vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 27vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 29vh;
        border-radius: 5px;
    }

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 90vh;
        left: 0px;
        top: -34vh;
        border-radius: 0px;
    }
    
}

@media (min-width: 1408px) {

    .green-banner .banner-title {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 37px;
        line-height: 1px;
        color: #FFFFFF;
        top: 8vh;
    }

    .green-banner .banner-title-b {
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 37px;
        line-height: 1px;
        color: #FFFFFF;
        top: 8.2vh;
    }

    .btn-get-started-white {
        position: absolute;
        width: 256px;
        height: 84px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 60px;
        color: #FFF;
        left: 10vw;
        top: 8vh;
    }

    .green-banner .yellip {
        position: absolute;
        width: 62px;
        height: 62px;
        right: 1px;
        bottom: 0px;
    }

    .btn-gs-text {
        position: relative;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        top: 20px;
    }

    .hero .hero-image {
        position: absolute;
        width: 60%;
        height: 100vh;
        right: 0px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero .hex-hero-image {
        display: none;
    }

    .hero .hex-hero-sh-image {
        display: none;
    }

    .hero .hero-title {
        position: relative;
        top: 26vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .hero .hero-subtitle {
        position: relative;
        top: 27vh;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #65686f;
    }

    .btn-get-started {
        position: relative;
        top: 29vh;
        border-radius: 5px;
    }

    .tear .tear-image {
        position: absolute;
        height: 116vh;
        width: 86vh;
        left: 0px;
        top: -32vh;
        border-radius: 0px;
    }
    
}

/* titles*/
.greeting-text{
    font-family: Raleway-Light,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
}
.text-link {
    font-family: Raleway-Light,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 35px;
}
.hover-cursor {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: blue;
}
.hover-icon {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

/* quick links*/

.quick-link {
    position: relative;
    margin: 15px 0 5px 10px;
}

    .quick-link img {
        width: 70px;
        height: 70px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.quick-link-front {
    width: 160px;
    height: 160px;
    background-color: white;
    border-radius: 15px;
}

    .quick-link-front h2 {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 18px;
        top: 55%;
        text-align: center;
        color: black;
    }
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.link-icon {
    padding-left:25%
}