.hero1 section, .container {
    position: relative;
    word-wrap: break-word;
}

.hero1 a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.hero1 a, a:hover {
    text-decoration: none;
}

.hero1 .mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.hero1 .mbr-text {
    font-style: normal;
    line-height: 1.7;
}

.hero1 h1, .hero1 .display-1, .hero1 .display-4, .hero1 .display-7, .hero1 p, .hero1 a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

.hero1 strong {
    font-weight: bold;
}


.hero1 section {
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero1 img {
    display: block;
    width: 100%;
}

.hero1 .mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.hero1 .btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.hero1 .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.hero1 .justify-content-center {
    -webkit-justify-content: center;
}

.hero1 :focus {
    outline: none;
}

@media (min-width: 992px) {
    .hero1 .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero1 .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .hero1 .row > [class*=col] {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.hero1 .btn {
    border-width: 2px;
}

.hero1 .display-1 {
    font-family: 'Jost', sans-serif;
    font-size: 4rem;
    line-height: 1.1;
}

.hero1 .display-4 {
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
}

.hero1 .display-7 {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .hero1 .display-1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 768px) {
    .hero1 .display-1 {
        font-size: 2.8rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }

    .hero1 .display-4 {
        font-size: 0.88rem;
        font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
    }

    .hero1 .display-7 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

.hero1 .btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.hero1 .btn-primary, .hero1 .btn-primary:active {
    background-color: #6592e6 !important;
    border-color: #6592e6 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.hero1 .btn-primary:hover, .hero1 .btn-primary:focus {
    color: #ffffff !important;
    background-color: #2260d2 !important;
    border-color: #2260d2 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.hero1 .btn-primary:disabled {
    color: #ffffff !important;
    background-color: #2260d2 !important;
    border-color: #2260d2 !important;
}

.hero1 .btn-secondary, .hero1 .btn-secondary:active {
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.hero1 .btn-secondary:hover, .hero1 .btn-secondary:focus {
    color: #ffffff !important;
    background-color: #ff0f0f !important;
    border-color: #ff0f0f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.hero1 .btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #ff0f0f !important;
    border-color: #ff0f0f !important;
}

.hero1 a, .hero1 a:hover {
    color: #6592e6;
}

.hero1 a {
    transition: color 0.6s;
}

.hero1 .cid-sFzxmVl7J6 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.hero1 .cid-sFzxmVl7J6 .row {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .hero1 .cid-sFzxmVl7J6 .image-wrapper {
        margin-bottom: 2rem;
    }
}

.hero1 .cid-sFzxmVl7J6 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .hero1 .cid-sFzxmVl7J6 .text-wrapper {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .hero1 .cid-sFzxmVl7J6 .text-wrapper {
        margin-bottom: 2rem;
    }
}

.hero1 .cid-sFzxmVl7J6 .mbr-text, .hero1 .cid-sFzxmVl7J6 .mbr-section-btn {
    color: #353535;
}



/* cta 1 */

.cta1 div {
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta1 div, .cta1 .container {
    position: relative;
    word-wrap: break-word;
}

.cta1 .mbr-text {
    font-style: normal;
    line-height: 1.7;
}

.cta1 .display-5, .cta1 p {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

.cta1 .align-center {
    text-align: center;
}

.cta1 .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.cta1 .justify-content-center {
    -webkit-justify-content: center;
}

.cta1 :focus {
    outline: none;
}


.cta1 .display-5 {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .cta1 .display-5 {
        font-size: 1.6rem;
        font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }
}

.cta1 .cid-tJpgZF04vJ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cta1 .cid-tJpgZF04vJ .line {
    /*background-color: #6592e6;*/
    align: center;
    height: 2px;
    margin: 0 auto;
}
