@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
html, body {
    /* Adjust font size */
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 0.0625rem;
    height: 100%; }

* {
    padding: 0;
    margin: 0; }
*:focus {
    outline: none !important; }

h1,
h2,
h3,
h4 {
    margin: 0; }

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    font-size: 100%;
    color: #333; }

.light .block-1 .bottom .full-green-btn, .light .block-3 .bottom .full-green-btn, .dark .block-1 .bottom .full-green-btn, .dark .block-3 .bottom .full-green-btn {
    border-radius: 0.3125rem;
    background-color: #8dc63f;
    max-width: 168px;
    max-width: 10.5rem;
    
    /*
    height: 42px;
    height: 2.625rem;
    */

    display: block;
    padding: 10px;
    padding: 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.533;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.light .block-1 .bottom .full-green-btn:hover, .light .block-3 .bottom .full-green-btn:hover, .dark .block-1 .bottom .full-green-btn:hover, .dark .block-3 .bottom .full-green-btn:hover {
    background-color: #8dc63f;
    background-color: rgba(141, 198, 63, 0.8); }

.light .block-2 .bordered-green-btn, .dark .block-2 .bordered-green-btn {
    border-radius: 0.3125rem;
    border: 1px solid #8dc63f;
    border: 0.0625rem solid #8dc63f;
    min-width: 168px;
    min-width: 10.5rem;
    height: 42px;
    height: 2.625rem;
    display: inline-block;
    padding: 10px;
    padding: 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.533;
    text-align: center;
    text-decoration: none; }

footer {
    padding: 27px 0;
    padding: 1.6875rem 0; }
footer .copy {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 2.067;
    text-align: center; }

.light .col-sm-12 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

.light .top-section {
    padding: 0 0 142px 0;
    padding: 0 0 8.875rem 0;
    position: relative; }
.light .top-section .main-bg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%; }
.light .top-section .main-bg:before {
    content: '';
    position: absolute;
    top: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%; }
.light .top-section .main-bg img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    z-index: -1; }
.light .top-section .logo {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block; }
.light .top-section .description {
    margin-top: 76px;
    margin-top: 4.75rem;
    text-align: center;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem; }
.light .top-section .description .slog h1 {
    font-size: calc(1.9375rem + 0.625 * ((100vw - 26.25rem) / 53.75));
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #333333;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    word-wrap: break-word; }
.light .top-section .description .slog p {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 1.762;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem; }

.light .option-block {
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0 0 0.625rem 0.375rem rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 0.625rem 0.375rem rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 43px 10px 21px;
    padding: 2.6875rem 0.625rem 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.light .block-1 .top {
    min-height: 125px;
    min-height: 7.8125rem; }
.light .block-1 .top .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
    letter-spacing: -0.05px;
    letter-spacing: -0.00313rem; }
.light .block-1 .top .price {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    vertical-align: super;
    line-height: 0.719;
    text-align: center;
    position: relative;
    display: inline-block; }
.light .block-1 .top .sup:before {
    content: '$';
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    position: absolute;
    left: -11px;
    top: -1px; }
.light .block-1 .top .mutted-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.583;
    text-align: center;
    margin-top: 16px;
    margin-top: 1rem;
    display: block;
    margin-bottom: 0; }
.light .block-1 .top .content-text {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0; }

.light .block-1 .bottom .full-green-btn {
    margin: 0 auto;
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }

.light .block-1 .bottom .link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #0070c9;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: block;
    letter-spacing: 0.1px;
    letter-spacing: 0.00625rem; }

.light .block-2 .top {
    min-height: 125px;
    min-height: 7.8125rem; }
.light .block-2 .top .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
    letter-spacing: -0.05px;
    letter-spacing: -0.00313rem; }
.light .block-2 .top .price {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    vertical-align: super;
    line-height: 0.719;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    display: inline-block; }
.light .block-2 .top .sup:before {
    content: "$";
    font-size: 32px;
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    position: absolute;
    left: -18px;
    left: -1.125rem;
    top: 0; }
.light .block-2 .top .sup:after {
    content: "/MO";
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #333;
    position: absolute;
    right: -21px;
    right: -1.3125rem;
    top: 14px; }
.light .block-2 .top .mutted-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.583;
    text-align: center;
    display: block; }

.light .block-2 .bordered-green-btn {
    margin: 0 auto; }

.light .block-3 .top {
    min-height: 125px;
    min-height: 7.8125rem; }
.light .block-3 .top .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    letter-spacing: -0.05px;
    letter-spacing: -0.00313rem; }
.light .block-3 .top .price {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    vertical-align: super;
    line-height: 0.719;
    text-align: center;
    position: relative;
    display: inline-block; }
.light .block-3 .top .sup:before {
    content: '$';
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    position: absolute;
    left: -11px;
    top: -1px; }
.light .block-3 .top .mutted-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.583;
    text-align: center;
    margin-top: 16px;
    margin-top: 1rem;
    display: block;
    margin-bottom: 0; }
.light .block-3 .top .content-text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
    padding: 0 30px;
    padding: 0 1.875rem; }

.light .block-3 .bottom .full-green-btn {
    margin: 0 auto;
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }

.light .block-3 .bottom .link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #0070c9;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: block;
    letter-spacing: 0.1px;
    letter-spacing: 0.00625rem; }

/*
.light .share-it {
    margin-top: 23px;
    margin-top: 1.4375rem; }
.light .share-it .title-share {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    font-weight: 700; }
.light .share-it .social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.light .share-it .social li:nth-child(2) {
    margin: 0 60px;
    margin: 0 3.75rem; }
.light .share-it .social li:last-child {
    margin-right: 0; }
.light .share-it .social li a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: left; }
.light .share-it .social li a i {
    font-size: 20px;
    font-size: 1.25rem; }
/**/

.light .page-content {
    position: relative;
    z-index: 999;
    background-color: #fff;
    padding: 50px;
    padding: 3.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -100px;
    margin-top: -6.25rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1); }

.light .content-h2 {
    font-size: calc(1.625rem + 0.3125 * ((100vw - 26.25rem) / 53.75));
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 37px;
    margin-bottom: 2.3125rem; }

.light .content-h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem; }

.light .content-paragraph {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    line-height: 1.6875rem; }

.light .content-list {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
    margin: 0 0 27px 0;
    margin: 0 0 1.6875rem 0;
    list-style-position: inside;
    list-style-type: disc; }
.light .content-list li {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    line-height: 1.6875rem; }

.dark .col-sm-12 {
    margin-bottom: 20px; }

.dark .top-section {
    padding: 0 0 142px 0;
    padding: 0 0 8.875rem 0;
    position: relative; }
.dark .top-section .main-bg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%; }
.dark .top-section .main-bg:before {
    content: '';
    position: absolute;
    top: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
.dark .top-section .main-bg img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    height: 100%;
    z-index: -1; }
.dark .top-section .logo {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block; }
.dark .top-section .description {
    margin-top: 76px;
    margin-top: 4.75rem;
    text-align: center;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem; }
.dark .top-section .description .slog h1 {
    font-size: calc(1.9375rem + 0.625 * ((100vw - 26.25rem) / 53.75));
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #f1f1f1;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    word-wrap: break-word; }
.dark .top-section .description .slog p {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "Open Sans", sans-serif;
    color: #f1f1f1;
    line-height: 1.762;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem; }

.dark .option-block {
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0 0 0.625rem 0.375rem rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 0.625rem 0.375rem rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 43px 10px 21px;
    padding: 2.6875rem 0.625rem 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.dark .block-1 .top {
    min-height: 125px;
    min-height: 7.8125rem; }
.dark .block-1 .top .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
    letter-spacing: -0.05px;
    letter-spacing: -0.00313rem; }
.dark .block-1 .top .price {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    vertical-align: super;
    line-height: 0.719;
    text-align: center;
    position: relative;
    display: inline-block; }
.dark .block-1 .top .sup:before {
    content: '$';
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    position: absolute;
    left: -11px;
    top: -1px; }
.dark .block-1 .top .mutted-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.583;
    text-align: center;
    margin-top: 16px;
    margin-top: 1rem;
    display: block;
    margin-bottom: 0; }
.dark .block-1 .top .content-text {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0; }

.dark .block-1 .bottom .full-green-btn {
    margin: 0 auto;
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }

.dark .block-1 .bottom .link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #0070c9;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: block;
    letter-spacing: 0.1px;
    letter-spacing: 0.00625rem; }

.dark .block-2 .top {
    min-height: 125px;
    min-height: 7.8125rem; }
.dark .block-2 .top .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
    letter-spacing: -0.05px;
    letter-spacing: -0.00313rem; }
.dark .block-2 .top .price {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    vertical-align: super;
    line-height: 0.719;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    display: inline-block; }
.dark .block-2 .top .sup:before {
    content: "$";
    font-size: 32px;
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    position: absolute;
    left: -18px;
    left: -1.125rem;
    top: 0; }
.dark .block-2 .top .sup:after {
    content: "/MO";
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #333;
    position: absolute;
    right: -21px;
    right: -1.50rem;
    top: 14px; }
.dark .block-2 .top .mutted-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.583;
    text-align: center;
    display: block; }

.dark .block-2 .bordered-green-btn {
    margin: 0 auto; }

.dark .block-3 .top {
    min-height: 125px;
    min-height: 7.8125rem; }
.dark .block-3 .top .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    letter-spacing: -0.05px;
    letter-spacing: -0.00313rem; }
.dark .block-3 .top .price {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    vertical-align: super;
    line-height: 0.719;
    text-align: center;
    position: relative;
    display: inline-block; }
.dark .block-3 .top .sup:before {
    content: '$';
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #333333;
    position: absolute;
    left: -11px;
    top: -1px; }
.dark .block-3 .top .mutted-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.583;
    text-align: center;
    margin-top: 16px;
    margin-top: 1rem;
    display: block;
    margin-bottom: 0; }
.dark .block-3 .top .content-text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
    padding: 0 30px;
    padding: 0 1.875rem; }

.dark .block-3 .bottom .full-green-btn {
    margin: 0 auto;
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }

.dark .block-3 .bottom .link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #0070c9;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: block;
    letter-spacing: 0.1px;
    letter-spacing: 0.00625rem; }

/*
.dark .share-it {
    margin-top: 23px;
    margin-top: 1.4375rem; }
.dark .share-it .title-share {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #f1f1f1;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    font-weight: 700; }
.dark .share-it .social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.dark .share-it .social li:nth-child(2) {
    margin: 0 60px;
    margin: 0 3.75rem; }
.dark .share-it .social li:last-child {
    margin-right: 0; }
.dark .share-it .social li a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    color: #f1f1f1;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: left; }
.dark .share-it .social li a i {
    font-size: 20px;
    font-size: 1.25rem; }
*/

.share-it {
    margin-top: 47px;
    margin-top: 2.9375rem
}

.share-it .title-share {
    font-size: 15px;
    font-size: .9375rem;
    font-family: Open Sans, sans-serif;
    color: #333;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    font-weight: 600
}

.share-it .social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.share-it .social li {
    margin-right: 20px;
    margin-right: 1.25rem
}

.share-it .social li:last-child {
    margin-right: 0
}

.share-it .social li a {
    font-size: 15px;
    font-size: .9375rem;
    font-family: Open Sans, sans-serif;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: left
}


.dark .page-content {
    position: relative;
    z-index: 999;
    background-color: #fff;
    padding: 50px;
    padding: 3.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -100px;
    margin-top: -6.25rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1); }

.dark .content-h2 {
    font-size: calc(1.625rem + 0.3125 * ((100vw - 26.25rem) / 53.75));
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 37px;
    margin-bottom: 2.3125rem; }

.dark .content-h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem; }

.dark .content-paragraph {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    line-height: 1.6875rem; }

.dark .content-list {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
    margin: 0 0 27px 0;
    margin: 0 0 1.6875rem 0;
    list-style-position: inside;
    list-style-type: disc; }
.dark .content-list li {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    line-height: 1.6875rem; }

.container-page {
    min-height: calc(100% - 10.375rem); }

.custom-modal-thank .modal-content {
    padding: 30px 30px 50px 30px;
    border-radius: 0;
    max-width: 550px; }

.custom-modal-thank .modal-header {
    border-bottom: 1px solid transparent; }

.custom-modal-thank .modal-title .light-text {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333333;
    line-height: 1.824;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: left; }

.custom-modal-thank .modal-title .bold-text {
    display: block;
    font-size: 27px;
    font-size: 1.6875rem;
    color: #333333;
    line-height: 1.148;
    font-family: "Open Sans", sans-serif;
    font-weight: 800; }

.custom-modal-thank .thank-modal {
    text-align: center; }
.custom-modal-thank .thank-modal h4 {
    font-size: 31px;
    font-size: 1.9375rem;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 35px;
    font-weight: 600; }
.custom-modal-thank .thank-modal p {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    line-height: 27px;
    line-height: 1.6875rem; }

.custom-modal-thank .modal-footer {
    border-top: 1px solid transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.custom-modal-thank .modal-footer .btn-ok {
    padding: 10px 30px;
    border-radius: 4px;
    width: 200px;
    text-transform: uppercase;
    border: 1px solid #8dc63f;
    font-weight: 600; }

.custom-modal-details .modal-content {
    padding: 0;
    border-radius: 0;
    max-width: 550px; }

.custom-modal-details .modal-body {
    padding: 0; }

.custom-modal-details .modal-header {
    border-bottom: 1px solid transparent; }

.custom-modal-details .modal-title .light-text {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333333;
    line-height: 1.824;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: left; }

.custom-modal-details .modal-title .bold-text {
    display: block;
    font-size: 27px;
    font-size: 1.6875rem;
    color: #333333;
    line-height: 1.148;
    font-family: "Open Sans", sans-serif;
    font-weight: 800; }

.custom-modal-details .detail-modal .gray {
    background-color: #f4f4f4;
    padding: 20px; }
.custom-modal-details .detail-modal .gray ul {
    padding: 0; }
.custom-modal-details .detail-modal .gray ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0; }
.custom-modal-details .detail-modal .gray ul li span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
    width: 50%;
    margin-right: 20px; }
.custom-modal-details .detail-modal .gray ul li span:last-child {
    margin-right: 0; }
.custom-modal-details .detail-modal .gray h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-weight: 700;
    line-height: 1.824; }

.custom-modal-details .detail-modal .scroll-container {
    padding: 20px;
    padding-bottom: 0; }
.custom-modal-details .detail-modal .scroll-container .scroll-content {
    overflow-y: scroll;
    border: 1px solid #cccccc;
    max-height: 340px;
    padding: 20px; }
.custom-modal-details .detail-modal .scroll-container .scroll-content h4 {
    color: #666;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 25px;
    font-weight: 800; }
.custom-modal-details .detail-modal .scroll-container .scroll-content p {
    color: #666;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 25px;
    font-weight: 400; }

.custom-modal-details .modal-footer {
    border-top: 1px solid transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.custom-modal-details .modal-footer .btn-green {
    padding: 10px 30px;
    border-radius: 4px;
    width: 90%;
    text-transform: uppercase;
    border: 1px solid #8dc63f;
    background-color: #8dc63f;
    color: #fff;
    font-weight: 600; }
.custom-modal-details .modal-footer .link-close {
    color: #0070c9; }

.makeAnOffer-modal {
    padding: 20px; }
.makeAnOffer-modal .important-red {
    color: #f00; }
.makeAnOffer-modal label {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-weight: 800;
    line-height: 2.385;
    margin-bottom: 0; }
.makeAnOffer-modal input {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #929292;
    line-height: 1.824; }
.makeAnOffer-modal .input-group-text {
    background-color: #8dc63f;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1; }
.makeAnOffer-modal .modal-footer {
    border-top: 1px solid transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.makeAnOffer-modal .modal-footer .btn-green {
    padding: 10px 30px;
    border-radius: 4px;
    width: 90%;
    text-transform: uppercase;
    border: 1px solid #8dc63f;
    background-color: #8dc63f;
    color: #fff;
    font-weight: 600; }
.makeAnOffer-modal .modal-footer .link-close {
    color: #0070c9; }



.main-blocks-content {
    padding: 60px 0
}

.main-blocks-content__title {
    font-size: 32px;
    font-size: 2rem;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #333;
    line-height: .719;
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.main-blocks-content .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-blocks-content .main-blocks-content__block {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 14.25px .75px rgba(19, 31, 21, .11);
    box-shadow: 0 3px 14.25px .75px rgba(19, 31, 21, .11);
    padding: 40px;
    padding: 2.5rem;
    margin-right: 20px;
    width: calc(33.33333% - 20px);
    height: auto
}

.main-blocks-content .main-blocks-content__block:last-child {
    margin-right: 0
}

.main-blocks-content .main-blocks-content__block__icon {
    display: block;
    margin: 0 auto 33px;
    margin: 0 auto 2.0625rem
}

.main-blocks-content .main-blocks-content__block__title-h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: Open Sans, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 1.588;
    text-align: center;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

.main-blocks-content .main-blocks-content__block__text {
    font-size: 13px;
    font-size: .8125rem;
    font-family: Open Sans, sans-serif;
    color: #333;
    font-weight: 400;
    line-height: 1.588;
    text-align: center
}


.payments {
    padding: 60px 0 0;
    padding: 3.75rem 0 0; }
.payments__title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.267;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
.payments img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

@media (max-width: 767px) {
    .light .top-section .main-bg {
        height: 44.375rem; }
    .light .top-section .main-bg img {
        background-position: center 0;
        background-size: auto;
        height: 44.375rem; }
    .light .option .col-md-4 {
        margin-bottom: 1.25rem; }
    .dark .top-section .main-bg {
        height: 44.375rem; }
    .dark .top-section .main-bg img {
        background-position: center 0;
        background-size: auto;
        height: 44.375rem; }
    .dark .option .col-md-4 {
        margin-bottom: 1.25rem; }
    .dark .share-it .title-share {
        color: #333333; }
    .dark .share-it .social li a {
        color: #333333; } }
@media (max-width: 768px) {
    .light .top-section {
        background-position: center 0;
        background-size: auto; }
    .light .top-section .logo {
        margin-top: 3.75rem; }
    .dark .top-section .logo {
        margin-top: 3.75rem; }
    .desc {
        display: none; }
    .mob {
        display: block; } }
@media (max-width: 547px) {
    .light .top-section {
        background-position: center 0;
        background-size: auto 600px; }
    .dark .top-section {
        background-position: center 0;
        background-size: auto 600px; } }
@media screen and (min-width: 1280px){
    .light .top-section .description .slog h1{
        font-size: 2.5625rem; }
    .light .content-h2{
        font-size: 1.9375rem; }
    .dark .top-section .description .slog h1{
        font-size: 2.5625rem; }
    .dark .content-h2{
        font-size: 1.9375rem; } }
@media screen and (max-width: 420px)
{
    .light .top-section .logo, .dark .top-section .logo {
        margin-top:0;
    }
    .light .top-section .description .slog h1{
        font-size: 1.9375rem; }
    .light .content-h2{
        font-size: 1.625rem; }
    .dark .top-section .description .slog h1{
        font-size: 1.9375rem; }
    .dark .content-h2{
        font-size: 1.625rem; } }
@media (min-width: 320px) and (max-width: 600px) {
    .light .share-it .social {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .light .share-it .social li {
        margin: 0; }
    .light .share-it .social li:nth-child(2) {
        margin: 1.25rem 0; }
    .dark .share-it .social {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .dark .share-it .social li {
        margin: 0; }
    .dark .share-it .social li:nth-child(2) {
        margin: 1.25rem 0; } }
@media (min-width: 320px) and (max-width: 467px) {
    .light .page-content {
        padding: 1.25rem; }
    .dark .page-content {
        padding: 1.25rem; } }
@media (min-width: 320px) and (max-width: 768px) {
    .light .content-h2 {
        overflow-x: scroll; }
    .dark .content-h2 {
        overflow-x: scroll; } }
@media (min-width: 768px) {
    .desc {
        display: block; }
    .mob {
        display: none; } }

@media (max-width: 768px) {
    .main-blocks-content .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .main-blocks-content .main-blocks-content__block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem; } }


/*# sourceMappingURL=main.css.map */