@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');

@font-face {
    font-family: 'Perpetua';
    src: url('fonts/Perpetua.woff2') format('woff2'),
        url('fonts/Perpetua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue italic';
    src: url('fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Medium Italic';
    src: url('fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Bold Italic';
    src: url('fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.container img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding: 0;
}

.video {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.2%;
}
.video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#offer-wrapper .container {
    width: 100%;
    max-width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#site-header {
    padding-top: 21px;
    padding-bottom: 14px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out 30ms;
    transition: all .3s ease-in-out 30ms;
    box-sizing: border-box;
}



.logo-lp {

}

.logo-lp img {
    display: block;
    width: 170px;
}

.site-branding {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding-left {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

p.header-address {
    color: #01173e;
    margin: 0;
    line-height: 1.2;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.offer-header-call {
    column-gap: 8px;
    vertical-align: middle;
    font-weight: normal;
    line-height: 44px;
    height: 54px;
    background: #007fae;
    min-width: 180px;
    width: 258px;
    font-size: 16.34px;
    padding: 0px 20px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Helvetica Neue Bold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.offer-header-call:after {
    content: '';
    display: block;
    width: 20px;
    height: 21px;
    background: url(images/icon-call.svg) no-repeat center;
    background-size: 20px 21px;
}




.offer-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.site-content.offer-content {
    background: #ffffff;
}

.flex-row{
    display: flex;
    align-items: center;
    column-gap: 80px;
    justify-content: space-between;
}
.flex-reverse{
    flex-direction: row-reverse;
}
.flex-media{
    min-width: 620px;
}
.flex-copy {
    flex-grow: 1;
}
#section1{
    padding-top: 90px;
}
#section2{
    padding-top: 80px;
}

#best-part {
    box-shadow: 0 3px 35px rgba(0, 0, 0, .10);
    overflow: hidden;
    border-radius: 20px;
    padding: 50px 30px 50px;
    text-align: center;
}

#best-part h2{
    font-family: 'Helvetica Neue Bold', sans-serif;
    color: #0d2c82;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 10px;
}
#best-part h3{
    font-family: 'Helvetica Neue Medium', sans-serif;
    color: #0d2c82;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
#best-part h4{
    font-family: 'Helvetica Neue Medium', sans-serif;
    color: #525252;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

#package-inclusions {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 35px;
    margin-top: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
#package-inclusions .package{
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c2670;
    border-radius: 100%;
    text-align: center;
}
#package-inclusions h3{
    color: #75e0ff;
    font-size: 44.4px;
    margin: 0;
    font-family: 'Helvetica Neue Bold', sans-serif;
}
#package-inclusions p{
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    font-family: 'Helvetica Neue Bold', sans-serif;
    line-height: 1.1;
    min-height: 75px;
}
#package-inclusions p span{ 
    font-size: 17px;
    display: block;
    padding-top: 5px;
}
#section3{
    padding-top: 80px;
}
#section4{
    padding-top: 75px;
    padding-bottom: 60px;
}

.benefits-buckets {
    display: flex;
    margin-bottom: 30px;
    column-gap: 50px;
}

.benefits-buckets ul{
    margin: 0;
    padding: 0;
}

#section5 {
    padding-bottom: 98px;
}

#testimonials {
    overflow: hidden;
    padding: 40px 150px 50px;
    text-align: center;
    background: #f6f6f6;
}
#testimonials h2{
    margin-bottom: 20px;
}
#testimonials p{
    font-size: 20.3px;
    font-family: 'Helvetica Neue italic';
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    padding: 0 50px;
}
#testimonials p:before,
#testimonials p:after{
    content: '';
    width: 34px;
    height: 28px;
    display: block;
    background: url(images/quote-left.svg) no-repeat center;
    background-size: 34px 28px;
    position: absolute;
    left: -50px; 
    top: 30%;
    
}
#testimonials p:after{
    background: url(images/quote-right.svg) no-repeat center;
    background-size: 34px 28px;
    right: -50px; 
    left: auto;
}
#testimonials .heading:after{
    margin-left: auto;
    margin-right: auto;
}

.offer-full-contents h1,
.offer-full-contents h2 {
    line-height: 1.1;
    font-size: 47.6px;
    font-weight: normal;
    font-family: 'Perpetua', Georgia, serif;
    color: #01173e;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}

.heading:after{
    content: '';
    display: block;
    width: 65px;
    height: 2px;
    background: #f76e4a;
    margin-top: 15px;
}

.offer-full-contents h3 {
    margin-top: 0;
    margin-bottom: 38px;
    padding-top: 0;
    line-height: 1.1;
    font-size: 42px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    color: #333333;
}

.offer-full-contents h4 {
    margin-top: 0px;
    font-size: 20.4px;
    font-weight: 400;
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #525252;
    margin-bottom: 0;
    line-height: 1;
}

.offer-full-contents p {
    line-height: 1.6;
    margin: 0px 0px 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 17px;
}

.offer-full-contents p:last-child{
    margin-bottom: 0;
}

.offer-full-contents p strong{
    font-family: 'Helvetica Neue Bold', sans-serif;
    font-weight: 400;
}

.offer-full-contents ul li{
    line-height: 1.6;
    margin: 0px 0px 30px;
    font-family: 'Helvetica Neue Medium', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 18px;
    margin: 0;
    list-style-type: none;
}

.offer-full-contents ul li span{
    color: #00b2f6;
}
.offer-full-contents img {
    display: block;
}

.offer-form-full {
    color: #fff;
    text-align: center;
    padding: 60px 0px 40px;
    background: linear-gradient(150deg, rgba(6, 23, 60, 1) 0%, rgba(6, 27, 74, 1) 30%, rgba(6, 42, 120, 1) 53%, rgba(6, 30, 82, 1) 90%, rgba(6, 30, 82, 1) 100%);
}

.offer-form-full h2 {
    line-height: 1;
    font-size: 65px;
    font-weight: normal;
    font-family: 'Perpetua', Georgia, serif;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}

.offer-form-full h3 {
font-size: 24px;
    color: #fff;
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
}

.offer-form-full h3 a {
    color: #fff;
    text-decoration: none;
}

.offer-form-full h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: "Helvetica Neue Italic", sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
    font-style: italic;
}

.offer-form-full p {
    font-weight: 400;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 15px;
    margin-top: 0;
    color: #fff;
}

.offer-form-full iframe {
    max-width: 575px;
    margin: 0 auto 0px;
}

a.scroll.scroll-top {
    display: block;
    width: 30px;
    margin: 12px auto 10px;
}

.scroll-top img {
    max-width: 30px;
}

.offer-copyright {
    padding: 30px 0px 18px;
    background: #0a1738;
}

.offer-copyright p {
    color: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    margin: 0;
}

.offer-copyright p br {
    display: none;
}

.offer-footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;

    background: #ffffff;
}

.offer-footer-column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 15px;
}

.offer-footer p {
    font-size: 21px;
    color: #01173e;
    line-height: 1.2;
    font-family: "Helvetica Neue", sans-serif;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.offer-footer p strong{
    font-family: "Helvetica Neue Medium", sans-serif;
    font-weight: 400;
}

.offer-footer p a {
    color: #01173e;
    text-decoration: none;
}
.offer-footer p:last-child {
    margin-bottom: 0;
}



@media only screen and (min-width: 1281px) and (max-width: 1440px) {

    .offer-full-contents h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .offer-form-full {
        padding-top: 40px;
    }
    .offer-full-contents h2 {
        font-size: 34px;
    }
    .offer-footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #footer .offer-footer img {
        max-width: 170px;
    }
    .offer-footer p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .offer-full-contents h1 br, 
    .offer-full-contents h2 br{
        display: none ;
    }

}

.offer-footer img {
    width: 170px;
    display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

    #offer-wrapper .container {
        width: 100%;
        padding: 0 40px;
    }


    .offer-full-contents h3 {
        margin-bottom: 15px;
        font-size: 34px;
    }

    .offer-form-full h3 {
        font-size: 24px;
    }

    .offer-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .offer-footer img {
        max-width: 170px;
    }

    .offer-full-contents h1 br, 
    .offer-full-contents h2 br{
        display: none;
    }
    .flex-row{
        column-gap: 40px;
        align-items: flex-start;
    }
    .flex-media {
        min-width: 450px;
    }
    #section1 {
        padding-top: 50px;
    }
    #section2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #package-inclusions{
        gap: 50px;
    }
    #section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .benefits-buckets{
        column-gap: 20px;
    }
    #testimonials{
        padding: 50px;
    }
    #section5 {
        padding-bottom: 50px;
    }

    #testimonials p:after{
        right: -20px;
    }

    #testimonials p:before{
        left: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {


    #offer-wrapper .container {
        width: 100%;
        padding: 0 20px;
    }
    #site-header {
        padding-bottom: 20px;
        position: relative !important;
        padding-top: 20px;
        height: auto;
        text-align: center;
    }
    .logo-lp {
        float: none;
        margin-top: 0px;
        margin-left: 0;
        display: inline;
    }
    .logo-lp img {
        width: 150px !important;
        margin: 0 auto;
        position: relative;
        left: auto;
        top: auto;
    }
    .header-phone {
        float: none;
        text-align: center;
        padding-top: 10px;
    }
    .offer-header-call {
        font-size: 20px;
        margin-top: 44px;
        float: none;
        margin: 0px auto 0 !important;
    }
    p.header-address {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding-top: 0;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
    }
    .offer-full-contents h1,
    .offer-full-contents h2 {
        font-size: 40px;
    }
    .offer-full-contents h3 {
        font-size: 24px;
    }
    .offer-full-contents h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .offer-full-contents h2 br,
    .offer-full-contents h1 br {
        display: none;
    }
    .offer-form-full{
        padding-top: 40px;
    }
    .offer-form-full h2 {
        font-size: 44px;
    }
    .offer-form-full h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .offer-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offer-footer img {
        max-width: 170px;
    }
    .offer-footer p {
        font-size: 16px;
    }


    .flex-row{
        align-items: flex-start;
        column-gap: 20px;
    }
    .flex-media {
        min-width: 50%;
    }
    #section1 {
        padding-top: 50px;
    }
    #section2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #package-inclusions{
        flex-wrap: wrap;
        gap: 40px;
    }
    #best-part h2{
        font-size: 36px;
        margin-bottom: 10px;
    }
    #best-part h4{
        font-size: 22px;
        margin-bottom: 5px;
    }
    #section3{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .benefits-buckets{
        display: block;
    }
    #testimonials{
        padding: 40px 50px 35px;
    }
    #section5 {
        padding-bottom: 50px;
    }
    #testimonials p:after{
        right: -10px;
    }

    #testimonials p:before{
        left: -10px;
    }
}

@media only screen and (max-width: 767px) {

    .site-branding{
        display: block;
    }
    .site-branding-left{
        display: block;
    }
    

    #offer-wrapper .container {
        width: 100%;
        padding: 0 20px;
    }
    #site-header {
        padding-bottom: 20px;
        position: relative !important;
        padding-top: 20px;
        height: auto;
        text-align: center;
    }
    .logo-lp {
        float: none;
        margin-top: 0px;
        margin-left: 0;
        display: inline;
    }
    .logo-lp img {
        width: 150px !important;
        margin: 0 auto 10px;
        position: relative;
        left: auto;
        top: auto;
    }
    .header-phone {
        float: none;
        text-align: center;
        padding-top: 10px;
        clear: both;
    }
    p.header-address {
        font-size: 20px;
        margin-bottom: 5px;
        padding-top: 5px;
    }
    .offer-header-call {
        font-size: 20px;
        margin-top: 44px;
        float: none;
        margin: 0px auto 0 !important;
    }
    .offer-full-contents h2 br,
    .offer-full-contents h1 br {
        display: none;
    }
    .offer-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offer-footer img {
        max-width: 160px;
    }
    .offer-footer p {
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .offer-full-contents h1,
    .offer-full-contents h2 {
        font-size: 44px;
    }
    .offer-full-contents h1 br,
    .offer-full-contents h2 br{
        display: none;
    }
    .offer-full-contents h3 {
        font-size: 28px;
    }
    .offer-full-contents h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .offer-form-full {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offer-form-full h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .offer-copyright p br {
        display: block;
    }



    h2.heading {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .flex-row{
      display: block
    }
    .flex-media{
        min-width: 100%;
        margin-bottom: 20px;
    }
    #section1 {
        padding-top: 30px;
    }
    #section2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #package-inclusions{
        display: block;
    }
    #package-inclusions .package{
        margin: 0 auto 20px;
    }
    #package-inclusions p{
        min-height: 0;
    }
    #best-part h2{
        font-size: 40px;
        margin-bottom: 5px;
    }
    #best-part h3{
        font-size: 30px;
    }
    #best-part h4{
        line-height: 1.2;
        font-size: 24px;
    }
    #section3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #section4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .benefits-buckets{
        display: block;
    }
    #testimonials{
        padding: 30px 20px 20px;
    }
    #section5 {
        padding-bottom: 50px;
    }
    .offer-copyright p{
        line-height: 1.4;
    }

    #testimonials p{
        font-size: 18px;
    }

    #testimonials p:after{
        right: 0;
    }

    #testimonials p:before{
        left: 0;
    }
    #testimonials h2 {
        margin-bottom: 30px;
        line-height: 34px;
    }
    .offer-form-full h2{
        font-size: 55px;
    }
}


