body {
    background-color: #edeff2;
    font-family: 'Open Sans', sans-serif;
    color: #6a859c;
    font-size: 16px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #676770;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
}

h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #676770;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 7px;
    text-transform: uppercase;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #676770;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    padding-top: 0px;
    padding-right: 14px;
    right: 2px;
    top: 4px;
}

.button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 30px;
    border-radius: 4px;
    background-color: #69b9ff;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #2e9dff;
}

.button.w--current {
    background-color: #2e80b6;
}

.button.full-width {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.button.tab {
    margin-right: 8px;
    margin-left: 8px;
    background-color: #92a0ad;
}

.button.tab:hover {
    background-color: #2e80b6;
}

.button.tab.w--current {
    background-color: #2e80b6;
}

.navigation-link {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #676770;
}

.navigation-link:hover {
    color: #2e9dff;
}

.navigation-bar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(247, 171, 218, 0.3);
}

.brand-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #69b9ff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.brand-link {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section {
    position: relative;
    padding: 0px 10px 21px;
    background-color: #fff;
    text-align: center;
}

.section.accent {
    padding-top: 35px;
    padding-bottom: 36px;
    background-color: rgba(248, 171, 219, 0.3);
}

.white-box {
    padding: 15px;
    border: 1px none #dcebf7;
    border-radius: 0px;
    background-color: #fff;
    text-align: left;
}

.white-box.transparent {
    border-style: none;
    background-color: transparent;
}

.hero-section2 {
    padding-top: 242px;
    padding-bottom: 483px;
}

.hero-section2.centered {
    margin-top: 1px;

    /* padding-top: 149px */
    /* padding-bottom: 195px */
    border-bottom: 4px solid #69b9ff;
    background-image: url('../images/main.jpeg');
    background-size: contain;
    box-shadow: 3px 3px 6px -5px #000;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    resize: both;
}

.hero-heading {
    margin-bottom: 30px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000;
    background-color: rgba(43, 80, 141, 0);
}

.hero-subheading {
    margin-bottom: 40px;
    color: #edeff2;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000;
    background-color: rgba(43, 80, 141, 0);
}

.hollow-button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    color: #fff;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.hollow-button:hover {
    border-color: #2e9dff;
    color: #2e9dff;
}

.hollow-button.all-caps {
    text-transform: uppercase;
}

.section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
}

.section-heading.centered {
    margin-top: -4px;
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section-heading.centered.white {
    color: #fff;
}

.section-subheading.center {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-subheading.center.off-white {
    padding-bottom: 0px;
    color: #e8e8e8;
}

.section-title-group {
    margin-bottom: 43px;
}

.form-field {
    height: 45px;
    margin-bottom: 17px;
    border: 0px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
    height: 110px;
}

.footer {
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer.center {
    border-top: 1px solid #dbdbdb;
    background-color: #f0dbeb;
    text-align: center;
}

.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 16px;
}

.grid-image {
    display: block;
    width: 60%;
    margin: 20px auto;
    padding: 0px 0px 0px 20px;
    float: none;
    border: 10px none #fff;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff;
    text-align: center;
}

.info-icon {
    float: left;
}

.footer-link {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5e0;
    color: #668cad;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.footer-link:hover {
    color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
    margin-left: 30px;
}

.tab-menu {
    margin-bottom: 40px;
    text-align: center;
}

.tabs-wrapper {
    text-align: center;
}

.fullwidth-image {
    width: 100%;
    margin-bottom: 20px;
}

.white-text {
    margin-bottom: 20px;
    color: #fff;
}

.form {
    margin-top: 40px;
}

.spc {
    text-align: center;
}

.container {
    margin-right: 11px;
}

.paragraph {
    text-align: left;
}

.text-block {
    text-align: left;
}

.text-block-2 {
    text-align: left;
}

.text-block-3 {
    text-align: left;
}

.heading {
    margin-bottom: 38px;
}

.text-block-4 {
    margin-top: -2px;
    text-align: left;
}

.text-block-5 {
    margin-top: 82px;
    padding-top: 0px;
    text-align: left;
}

.text-block-6 {
    margin-top: 55px;
    text-align: left;
}

.column {
    margin-top: 50px;
}

.image {
    margin-top: 48px;
}

.text-block-7 {
    margin-top: 15px;
    font-size: 16px;
    text-align: left;
}

.text-block-8 {
    margin-top: 5px;
}

.text-block-9 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.heading-2 {
    margin-top: 72px;
    margin-bottom: 3px;
    text-align: left;
}

.text-block-10 {
    margin-bottom: 35px;
    text-align: left;
}

.list-item {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-2 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-3 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-4 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-5 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-6 {
    padding-bottom: 10px;
    text-align: left;
}

.text-block-11 {
    margin-top: 23px;
    text-align: left;
}

.text-block-12 {
    padding-bottom: 22px;
    text-align: left;
}

.text-block-13 {
    font-size: 12px;
    text-align: left;
}

.link-block {
    text-align: left;
}

.heading-3 {
    text-align: center;
}

.heading-4 {
    text-align: center;
}

.heading-5 {
    text-align: center;
}

.heading-6 {
    text-align: center;
}

.paragraph-2 {
    text-align: left;
}

.columns {
    margin-top: 34px;
}

.list-item-7 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-8 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-9 {
    text-align: left;
}

.list-item-10 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-11 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-12 {
    text-align: left;
}

.list-item-13 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-14 {
    padding-bottom: 10px;
    text-align: left;
}

.list-item-15 {
    text-align: left;
}

.heading-7 {
    margin-top: 52px;
    text-align: left;
}

.text-block-14 {
    padding-top: 34px;
    text-align: left;
}

.text-block-15 {
    margin-top: 27px;
    text-align: left;
}

.columns-2 {
    margin-top: 24px;
}

.heading-8 {
    margin-top: 48px;
    margin-bottom: 45px;
    text-align: left;
}

.bold-text {
    font-weight: 400;
}

.bold-text-2 {
    font-weight: 400;
}

.text-block-16 {
    font-weight: 400;
    text-align: left;
}

.bold-text-3 {
    font-weight: 400;
}

.container-2 {
    margin-bottom: 40px;
}

.container-3 {
    padding-bottom: 40px;
}

.container-4 {
    margin-bottom: 40px;
}

.container-5 {
    margin-bottom: 40px;
}

.container-6 {
    margin-bottom: 40px;
}

.container-7 {
    margin-bottom: 40px;
}

.container-8 {
    margin-bottom: 40px;
}

.slider {
    height: 150px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/sliderbackground.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide {
    background-image: url('../images/quote1.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide-2 {
    background-image: url('../images/quote2a.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.mask {
    background-color: transparent;
}

.text-block-17 {
    margin-bottom: 26px;
    font-weight: 600;
}

.image-4 {
    margin-bottom: 28px;
}

.text-block-18 {
    text-align: left;
}

.text-block-19 {
    text-align: left;
}

.container-9 {
    margin-bottom: 0px;
}

.image-5 {
    border-bottom: 2px solid #000;
}

.column-2 {
    margin-bottom: 20px;
}

.column-3 {
    margin-bottom: 20px;
}

.column-4 {
    margin-bottom: 20px;
}

.column-5 {
    margin-bottom: 20px;
}

.column-6 {
    margin-bottom: 20px;
}

.column-7 {
    margin-bottom: 21px;
}

.column-8 {
    margin-bottom: 20px;
}

.text-block-20 {
    float: left;
}

.div-block {
    position: relative;
    left: 17px;
    top: -416px;
}

.text-block-21 {
    font-size: 60px;
}

.text-block-22 {
    font-size: 60px;
    line-height: 60px;
}

.text-block-23 {
    position: relative;
    left: -460px;
    bottom: 158px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #192024;
    font-size: 60px;
}

.div-block-2 {
    position: relative;
    top: -293px;
    right: 194px;
}

.text-block-24 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #192024;
    font-size: 60px;
}

.background-video {
    left: -65px;
}

.background-video-2 {
    overflow: hidden;
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill;
}

.section-2 {
    position: relative;
}

.slide3 {
    background-image: url('../images/quote3a.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide4 {
    background-image: url('../images/quote4a.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide5 {
    background-image: url('../images/quote5a.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide6 {
    background-image: url('../images/quote6a.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide7 {
    background-image: url('../images/quote7a.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide8 {
    background-image: url('../images/quote8a.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide9 {
    background-image: url('../images/quote9.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide10 {
    background-image: url('../images/quote10.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide11 {
    background-image: url('../images/quote11.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide12 {
    background-image: url('../images/quote12.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide-nav {
    display: none;
}

.heading-10 {
    text-align: left;
    margin-top: 36px;
}

.headingvalues {
    margin-top: 48px;
    text-align: left;
}

.container-10 {
    padding-top: 7px;
    padding-bottom: 47px;
}

.image-6 {
    padding-top: 62px;
}

.link-block-2 {
    display: block;
    overflow: visible;
    padding-top: 10px;
    -o-object-fit: fill;
    object-fit: fill;
}

.text-block-25 {
    font-size: 12px;
}

.text-block-26 {
    padding-top: 16px;
    color: #6a859c;
    font-size: 16px;
    text-align: left;
}

.container-11 {
    padding-top: 32px;
}

.image-7 {
    text-align: right;
}

.link-block-3 {
    text-align: left;
}

.container-12 {
    margin-top: 17px;
    text-align: center;
}

.text-block-27 {
    padding-top: 2px;
    color: #6a859c;
}

.container-13 {
    margin-top: -3px;
}

.text-block-28 {
    text-align: left;
}

.button-2 {
    border-radius: 18px;
    background-color: #df6e8e;
}

.text-block-29 {
    margin-top: 37px;
    margin-bottom: 19px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .navigation-link {
        color: hsla(0, 0%, 100%, 0.52);
    }

    .navigation-link.w--current {
        color: #fff;
    }

    .hamburger-button.w--open {
        background-color: #3b99d9;
    }

    .navigation-menu {
        background-color: #3b99d9;
    }

    .section {
        padding-top: 0px;
        padding-bottom: 79px;
    }

    .hero-section2.centered {
        padding-top: 0px;
        padding-bottom: 144px;
    }

    .section-subheading.center {
        margin-bottom: 38px;
    }

    .section-title-group {
        margin-bottom: -19px;
    }

    .grid-image {
        width: 75%;
        padding: 15px;
    }

    .paragraph {
        font-size: 12px;
    }

    .text-block-4 {
        margin-top: 11px;
    }

    .text-block-9 {
        margin-bottom: 23px;
    }

    .image-2 {
        margin-top: 75px;
    }

    .heading-3 {
        font-size: 15px;
    }

    .heading-4 {
        font-size: 15px;
    }

    .heading-5 {
        font-size: 15px;
    }

    .heading-6 {
        font-size: 15px;
    }

    .paragraph-2 {
        font-size: 12px;
    }

    .slider {
        height: 140px;
        background-image: url('../images/sliderbackground.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .slide {
        background-image: url('../images/quote2.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .slide-2 {
        background-image: url('../images/quote1_1.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .paragraph-3 {
        font-size: 12px;
    }

    .paragraph-4 {
        font-size: 12px;
    }

    .columns-3 {
        margin-top: 21px;
    }

    .text-block-17 {
        margin-top: 29px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .slide3 {
        background-image: url('../images/quote3.png');
        background-position: 50% 0%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .slide-5 {
        background-image: url('../images/20201001_092020.jpg');
        background-position: 0px 0px;
        background-size: auto;
    }

    .image-6 {
        padding-top: 104px;
    }

    .text-block-27 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .button.full-width {
        margin-right: auto;
        margin-left: auto;
    }

    .button.tab {
        font-size: 12px;
    }

    .white-box {
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-section2.centered {
        padding-top: 0px;
        padding-bottom: 119px;
    }

    .hero-heading {
        margin-bottom: 15px;
        font-size: 50px;
    }

    .hero-subheading {
        font-size: 18px;
    }

    .form-field.text-area {
        display: block;
    }

    .grid-image {
        width: 20%;
        padding: 20px;
    }

    .spc {
        margin-bottom: 30px;
        text-align: center;
    }

    .text-block {
        padding-bottom: 0px;
    }

    .text-block-4 {
        margin-bottom: 19px;
    }

    .slider {
        background-position: 50% 50%;
    }

    .slide {
        background-size: auto;
    }

    .slide-2 {
        background-size: auto;
    }

    .heading-9 {
        margin-bottom: 20px;
        text-align: center;
    }

    .column-9 {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .button {
        margin-bottom: 25px;
    }

    .white-box {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-section2.centered {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-heading {
        font-size: 40px;
    }

    .section-subheading.center {
        margin-bottom: 23px;
        line-height: 30px;
    }

    .grid-image {
        width: 35%;
        padding-top: 4px;
        padding-bottom: 0px;
    }

    .text-block-7 {
        text-align: left;
    }

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

    .columns-3 {
        margin-top: 2px;
    }

    .text-block-17 {
        font-size: 12px;
    }

    .container-10 {
        padding-top: 18px;
    }

    .image-6 {
        padding-top: 0px;
    }

    .column-9 {
        text-align: center;
    }
}

@media (min-width:1920px) {
    .hero-section2.centered {
    }
}

