@charset "UTF-8";

@font-face {
    font-family: "Helvetica Now Display";
    src: url("../fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold.eot");
    src: local("../fonts/helvetica-now-display/Helvetica Now Display ExtBd"), local("../fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold"), url("../fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"),
        url("../fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold.woff") format("woff"), url("../fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Now Display";
    src: url("../fonts/helvetica-now-display/HelveticaNowDisplay-Bold.eot");
    src: local("../fonts/helvetica-now-display/Helvetica Now Display Bold"), local("../fonts/helvetica-now-display/HelveticaNowDisplay-Bold"), url("../fonts/helvetica-now-display/HelveticaNowDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-now-display/HelveticaNowDisplay-Bold.woff2") format("woff2"),
        url("../fonts/helvetica-now-display/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/helvetica-now-display/HelveticaNowDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

#landing-page {
    font-size: 16px;
}

.section-yellow {
    background: #fdd92a;
    text-align: center;
    padding: 40px 20px;
}

.section-yellow .glyphicon {
    font-size: 30px;
    color: #000;
}

#landing-page .main-nav ul.nav > li > a.highlited-right {
    color: #0073ff;
}

#landing-page .main-nav ul.nav > li > a.btn {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

#landing-page .main-nav ul.nav > li > a.btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

#landing-page h1 {
    font-family: "Helvetica Now Display";
    font-size: 38px;
    font-weight: 700;
    color: #171718;
    margin: 0.5em 0;
}

#landing-page h2 {
    font-family: "Helvetica Now Display";
    font-size: 36px;
    font-weight: 700;
    color: #171718;
    /* margin: 0.5em 0; */
    text-transform: capitalize;
}

#landing-page h3 {
    font-family: "Helvetica Now Display";
    font-size: 32px;
    font-weight: 700;
    color: #171718;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}

#landing-page h4 {
    font-family: "Helvetica Now Display";
    font-size: 20px;
    font-weight: 700;
    color: #171718;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}

#business-needs h4 {
    margin-top: 1em;
}

#business-needs .panel {
    font-size: 15px;
}

#landing-page h5 {
    font-size: 16px;
    font-weight: 400;
    color: #0073ff;
}

#landing-page h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #6b7280;
    margin-bottom: 2em;
}

#landing-page-intro {
    padding-top: 8em;
    font-size: 18px;
    line-height: 1.5;
}

#landing-page-intro h1 {
    font-size: 42px;
    line-height: 1;
    margin: 0 0 0.5em 0;
}

#landing-page-intro .small {
    color: #6b7280;
}

#landing-page-intro .sign {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#landing-page-intro .sign .small {
    display: inline-block;
    margin-left: 4px;
    margin-right: 20px;
    color: #969697;
}

#landing-page-intro .sign img {
    max-width: 45px;
}

/* #landing-page .btn {
    padding: 7px 20px;
    font-weight: 400;
} */

#landing-page-intro .btn-bg {
    background-image: url("../images/custom-arrow.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-bottom: 20px;
}

#landing-page .main-footer h2 {
    font-size: 26px !important;
    color: #fdd385;
}

#landing-page .cd-products-table .top-info h3 {
    font-size: 2rem;
}

#landing-page .agent-header h3 {
    color: #fff;
}

@media (min-width: 768px) {
    #landing-page-intro .btn-bg {
        background-image: url("../images/custom-arrow.png");
        background-repeat: no-repeat;
        background-position: 75% 50%;
        padding-bottom: 20px;
    }
    #landing-page-intro .sign {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    #landing-page-intro {
        padding-top: 8em;
        font-size: 20px;
        line-height: 1.5;
    }

    #landing-page-intro h1 {
        font-size: 64px;
        line-height: 1;
    }
    #landing-page h2 {
        font-size: 48px;
    }
    #landing-page-intro .sign {
        margin-top: 0px;
    }
    #ft-sphere-steps .row {
        display: flex;
        align-items: center;
    }
}

#landing-page h1 em,
#landing-page h2 em {
    font-style: normal;
    color: #fbc218;
}

.section-compact {
    padding-top: 0em;
}

.section-extra-compact {
    padding: 1em;
}
.ptem5 {
    padding-top: 5em;
}
.pbem5 {
    padding-bottom: 5em;
}
.pbem3 {
    padding-bottom: 3em;
}
.pbem2 {
    padding-bottom: 2em;
}
.pt0 {
    padding-top: 0;
}

/* Pricing Section */
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 3em auto;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 400px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: "Open Sans", sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    /* background: linear-gradient(135deg, #979797, #333333); */
    background: #444;
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em !important;
    margin: 0;
    text-transform: uppercase !important;
    letter-spacing: 5px;
    color: #fff !important;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 0.5em 1em;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #000;
    border-radius: 30px;
    border: 1px solid #fdd92a;
    background: #fdd92a;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.pricing-palden .pricing-action:focus {
    background: #fff;
    border-color: #000;
    color: #000;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}
