<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.015em;
    padding: 30px 0 48px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout {
        padding: 35px 10px 41px;
    }
}

.callout p {
    margin-bottom: 0px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout p {
        margin-bottom: -5px;
    }
}

.callout .callout__title {
    font-weight: 300;
    margin-bottom: 0;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout .callout__title strong {
        display: block;
    }
}

.callout .callout__title span {
    font-size: 30px;
    letter-spacing: -.04em;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout .callout__title span {
        font-size: 24px;
        line-height: 1.25;
    }
}

.callout .callout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout .callout__inner {
        display: block;
        text-align: center;
    }
}

.callout .callout__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout .callout__aside {
        padding-top: 13px;
        max-width: 100%;
        text-align: center;
    }
}

.callout .callout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.callout--secondary {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 21px 0 15px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .callout--secondary {
        font-size: 24px;
        padding: 20px 0;
    }
}

.callout--secondary a {
    text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card__pivot {
    width: 321px;
    color: #fff;
    position: relative;
    text-align: left;
}

@media (max-width: 1023px) {
    .card__pivot {
        width: 100%;
        text-align: center;
        height: 100%;
    }
}

@media (max-width: 1023px) {
    .card__pivot .card__inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.card__pivot .card__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    margin-top: -81px;
    position: absolute;
    top: 0;
    right: 14px;
}

@media (max-width: 1023px) {
    .card__pivot .card__image {
        position: relative;
        right: auto;
        margin: 0 auto -76px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .card__pivot .card__image {
        margin-bottom: -65px;
    }
}

.card__pivot {
    -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, .15);
            box-shadow: 0 11px 20px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .75rem;
}

.card__pivot .card__content {
    line-height: 1.5;
}

.card__pivot .card__content p {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding: 24px 32px;
    background-color: #FFFFFF;
    color: #666666;
}

@media (max-width: 1023px) {
    .card__pivot {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 0 none;
        border-radius: 0;
    }

    .card__pivot .card__content {
        padding-top: 75px;
        padding-bottom: 0;
        -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, .15);
                box-shadow: 0 11px 20px rgba(0, 0, 0, .15);
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .75rem;
        background-color: #3097D4;
    }
}

.card__pivot .card__title {
    background-color: #3097D4;
    color: #FFFFFF;
    padding: 16px;
    letter-spacing: .023em;
    line-height: 1;
    margin-bottom: 0;
    font-size: 24px;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;

}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .card__pivot .card__title {
        margin-bottom: 10px;
    }
}

.card--lg {
    width: 366px;
}

@media (max-width: 1023px) {
    .card--lg {
        width: 100%;
    }

    .card__pivot .card__title {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.card__pointer {
    display: block;
    border: 1px solid #707070;
    pointer-events: none;
    position: absolute;
}

@media (max-width: 1023px) {
    .card__pointer {
        display: none;
    }
}

.card__pointer--1 {
    top: 100%;
    left: 100%;
    height: 170px;
    width: 225px;
    margin-left: -57px;
    border-width: 0 0 1px 1px;
}

@media (max-width: 1399px) {
    .card__pointer--1 {
        height: 100px;
        width: 150px;
    }
}

.card__pointer--1 i {
    top: 100%;
    left: 100%;
}

.card__pointer--2 {
    right: 100%;
    top: 79%;
    width: 160px;
    height: 122px;
    border-width: 1px 0 0 1px;
}

@media (max-width: 1399px) {
    .card__pointer--2 {
        width: 120px;
        height: 80px;
    }
}

.card__pointer--2 i {
    top: 100%;
    left: 0;
}

.card__pointer--3 {
    left: 100%;
    top: 62%;
    width: 170px;
    height: 1px;
    border-width: 1px 0 0 0;
}

@media (max-width: 1399px) {
    .card__pointer--3 {
        width: 120px;
    }
}

.card__pointer--3 i {
    left: 100%;
    top: 0;
}

.card__pointer--4 {
    right: 100%;
    top: 67%;
    width: 150px;
    height: 1px;
    border-width: 1px 0 0 0;
}

@media (max-width: 1399px) {
    .card__pointer--4 {
        width: 100px;
    }
}

.card__pointer--4 i {
    top: 0;
    left: 0;
}

.card__pointer--5 {
    left: 100%;
    bottom: 50%;
    width: 165px;
    height: 210px;
    border-width: 0 1px 1px 0;
}

@media (max-width: 1399px) {
    .card__pointer--5 {
        width: 120px;
        height: 160px;
    }
}

.card__pointer--5 i {
    left: 100%;
    top: 0;
}

.card__pointer--6 {
    top: 54%;
    right: 100%;
    height: 1px;
    width: 225px;
    border-width: 1px 0 0 0;
}

@media (max-width: 1399px) {
    .card__pointer--6 {
        width: 90px;
    }
}

.card__pointer--6 i {
    top: 0;
    left: 0;
}

.card__pointer i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

/* ------------------------------------------------------------ *\
	Chart
\* ------------------------------------------------------------ */
.chart .chart__metrics {
    color: #707070;
}

.chart .chart__metrics h6 {
    text-transform: uppercase;
    margin-bottom: 13px;
}

.chart .chart__metrics .counter {
    font-size: 24px;
    font-weight: 300;
    font-family: "Proxima Nova", sans-serif;
    color: #000;
    line-height: 1;
    margin-bottom: 6px;
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Component
\* ------------------------------------------------------------ */
.components {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .components {
        display: block;
    }
}

.component {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: -80px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .component {
        margin-bottom: 0;
        max-width: 100%;
    }
}

.component .component__image {
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .component .component__image {
        margin-bottom: 20px;
        height: auto;
        margin: 0 auto 20px;
        max-width: 150px;
    }
}

.component .component__title {
    margin-bottom: 58px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .component .component__title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .component + .component {
        margin-top: 70px;
    }
}

/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    padding-left: 114px;
}

@media (max-width: 1023px) {
    .contact {
        padding-left: 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .contact {
        display: block;
        text-align: center;
    }
}

.contact a {
    display: block;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
    color: #aaa;
}

.contact a[href^="tel"] {
    text-decoration: none;
    font-weight: 400;
}

.contact .contact__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 295px;
    height: 295px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .contact .contact__image {
        width: 220px;
        height: 220px;
        margin: 0 auto 20px;
    }
}

.contact .contact__content {
    max-width: 500px;
    padding-left: 75px;
    padding-top: 18px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .contact .contact__content {
        margin: 0 auto;
        padding-left: 0;
    }
}

.contact .contact__title {
    margin-bottom: 12px;
}

/* ------------------------------------------------------------ *\
	Counter
\* ------------------------------------------------------------ */
.counter .counter__label--after {
    display: none;
}

.counter.is-counted .counter__label--before {
    display: none;
}

.counter.is-counted .counter__label--after {
    display: inline;
}

/* ------------------------------------------------------------ *\
	Device
\* ------------------------------------------------------------ */
.devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .devices {
        display: block;
    }
}

.devices--negative-top {
    margin-top: -19px;
}

.devices--gutter-top {
    padding-top: 96px;
}

@media (max-width: 1023px) {
    .devices--gutter-top {
        padding-top: 70px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .devices--gutter-top {
        padding-top: 50px;
    }
}

.devices--spaced {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.device {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    padding: 0 10px;
}

@media (max-width: 1023px) {
    .device {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .device {
        max-width: 100%;
    }
}

.device .device__image {
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .device .device__image {
        height: auto;
        margin-bottom: 15px;
    }
}

.device .device__title {
    margin-bottom: 21px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .device .device__title {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .device + .device {
        margin-top: 50px;
    }
}

/* ------------------------------------------------------------ *\
	Donut
\* ------------------------------------------------------------ */
.donut {
    display: inline-block;
    position: absolute;
    top: 59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 198px;
    height: 198px;
    pointer-events: none;
}

.donut svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
}

.donut circle {
    fill: none;
    stroke-width: 3;
}

.donut .donut__progress {
    fill: none;
    stroke-width: 3;
    opacity: 0;
}

.donut.animated .donut__progress {
    -webkit-animation: donut 2s ease-out;
    animation: donut 2s ease-out;
    opacity: 1;
}

/*noinspection CssInvalidPropertyValue*/
@-webkit-keyframes donut {
    from {
        stroke-dasharray: 0 145;
    }
    to {
        stroke-dasharray: initial 145;
    }
}

/*noinspection CssInvalidPropertyValue*/
@keyframes donut {
    from {
        stroke-dasharray: 0 145;
    }
    to {
        stroke-dasharray: initial 145;
    }
}

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .features {
        display: block;
    }
}

.feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    padding: 0 20px;
    font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .feature {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .feature br {
        display: none;
    }
}

.feature .feature__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px;
}

.feature .feature__image {
    min-height: 136px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .feature .feature__image {
        min-height: 1px;
        margin-bottom: 37px;
    }
}

.feature .feature__title {
    margin-bottom: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.feature .feature__content {
    max-width: 300px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature .feature__content p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    min-height: 1px;
    margin-bottom: 31px;
}

.feature .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .feature .btn {
        min-width: 190px;
    }
}

.feature p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .feature + .feature {
        margin-top: 60px;
    }
}

.feature--secondary {
    font-size: 18px;
    padding: 0 10px;
}

.feature--secondary .feature__image {
    min-height: 100px;
    margin-bottom: 15px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .feature--secondary .feature__image {
        min-height: 1px;
        margin-bottom: 37px;
    }
}

.feature--secondary .feature__content {
    max-width: 450px;
    line-height: 1.33;
}

.feature--secondary .feature__title {
    margin-bottom: 23px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .feature--secondary .feature__title {
        margin-bottom: 17px;
    }
}

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
    text-align: center;
    background-image: radial-gradient(#2F2F2F, #0B0B0B);
    padding: 158px 0;
}

@media (max-width: 1023px) {
    .footer {
        padding: 100px 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .footer {
        padding: 60px 0;
    }
}

.footer .footer__logo {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.footer .footer__logo .mobile {
    display: none;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .footer .footer__logo .mobile {
        display: inline-block;
    }

    .footer .footer__logo .desktop {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Graphic
\* ------------------------------------------------------------ */
.graphics .graphics__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 22px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .graphics .graphics__head {
        display: none;
    }
}

.graphics .graphics__title {
    line-height: 1.3;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .graphics .graphics__title {
        line-height: 1.2;
        margin-bottom: 21px;
    }
}

.graphics .graphics__title br {
    display: block;
}

.graphics .graphics__head p {
    font-size: 24px;
    font-weight: bold;
    color: #959595;
    margin: 0 10px;
}

.graphics .graphics__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .graphics .graphics__body {
        display: block;
        text-align: center;
    }
}

.graphics .graphics__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    margin-left: -44px;
}

@media (max-width: 1199px) {
    .graphics .graphics__image {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .graphics .graphics__image {
        max-width: 100%;
    }
}

.graphics .graphics__image p {
    font-size: 24px;
    font-weight: bold;
    color: #959595;
    margin-top: -18px;
    margin-bottom: 20px;
}

.graphics .graphics__image .graphics__title {
    display: none;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .graphics .graphics__image .graphics__title {
        display: block;
    }
}

.graphics .graphics__image + .graphics__image {
    margin-left: -71px;
    margin-right: -200px;
}

@media (max-width: 1199px) {
    .graphics .graphics__image + .graphics__image {
        margin: 0;
    }
}

.graphics .graphics__footer {
    text-align: center;
    margin-top: -90px;
}

@media (max-width: 1199px) {
    .graphics .graphics__footer {
        margin-top: -80px;
    }
}

@media (max-width: 1023px) {
    .graphics .graphics__footer {
        margin-top: -40px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .graphics .graphics__footer {
        margin-top: 5px;
    }
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*  Grid col 1of2  */
}

.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 324px 0 265px;
}

@media (max-width: 1199px) {
    .hero {
        padding: 250px 0 150px;
    }
}

@media (max-width: 1023px) {
    .hero {
        padding: 150px 0 100px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero {
        text-align: center;
        padding: 212px 0 37px;
    }
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.001), black);
    z-index: -1;
}

.hero .hero__title {
    letter-spacing: -.06em;
    line-height: 1.05;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero .hero__title {
        line-height: 1;
        font-size: 30px;
    }
}

@media (max-width: 1023px) {
    .hero .hero__title br {
        display: block;
    }
}

.hero .hero__sub-title {
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 34px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero .hero__sub-title {
        margin-bottom: 20px;
    }
}

.hero .hero__entry {
    max-width: 600px;
    line-height: 1.4;
    letter-spacing: -.04em;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero .hero__entry {
        margin: 0 auto;
    }
}

.hero .hero__entry p {
    margin-bottom: 31px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero .hero__entry p {
        margin-bottom: 15px;
    }
}

.hero .btn {
    min-width: 178px;
}

.hero--secondary {
    padding: 277px 0;
    font-size: 30px;
}

@media (max-width: 1023px) {
    .hero--secondary {
        padding: 200px 0 90px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero--secondary {
        padding: 150px 0 37px;
        font-size: 18px;
    }
}

.hero--secondary:before {
    display: none;
}

.hero--secondary .hero__title {
    font-size: 82px;
    margin-bottom: 34px;
}

@media (max-width: 1023px) {
    .hero--secondary .hero__title {
        font-size: 42px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .hero--secondary .hero__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico-pointer {
    width: 35px;
    height: 35px;
}

/* ------------------------------------------------------------ *\
	List Checks
\* ------------------------------------------------------------ */
.list-checks {
    list-style-type: none;
    font-size: 20px;
    letter-spacing: .04em;
    margin-bottom: 15px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .list-checks {
        font-size: 18px;
        letter-spacing: .03em;
    }
}

.list-checks li {
    padding-left: 63px;
    position: relative;
}

.list-checks li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.list-checks li:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 9px;
    width: 32px;
    height: 18px;
    border-top: 6px solid #24D9B0;
    border-right: 5px solid #24D9B0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.list-checks li + li {
    margin-top: 25px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .list-checks li + li {
        margin-top: 30px;
    }
}

/* ------------------------------------------------------------ *\
	List Options
\* ------------------------------------------------------------ */
.list-options {
    list-style-type: none;
    max-width: 220px;
    line-height: 1.5;
    font-family: "Source Sans Pro", sans-serif;
}

.list-options figure {
    margin-bottom: 5px;
    min-height: 65px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .list-options figure {
        min-height: 60px;
    }
}

.list-options h4 {
    margin-bottom: 8px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .list-options h4 {
        font-size: 24px;
    }
}

.list-options li + li {
    margin-top: 35px;
}

.list-options--right {
    text-align: right;
    margin-left: auto;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .list-options--right {
        text-align: left;
    }
}

.list-options--right figure {
    margin-left: 0;
    margin-right: -7px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Plans
\* ------------------------------------------------------------ */
.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    position: relative;
}

@media (max-width: 1023px) {
    .plans {
        display: block;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .plans {
        margin: 0;
    }
}

.plan {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media (max-width: 1023px) {
    .plan {
        max-width: 66%;
        margin: 0 auto 40px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .plan {
        max-width: 100vw;
        margin: 0 -12px 45px;
        padding: 0;
    }
}

.plan .plan__inner {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.plan .plan__head {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#898989), to(#0B0B0B));
    background-image: linear-gradient(to top, #898989, #0B0B0B);
    color: #fff;
    text-align: center;
    padding: 50px 10px 0;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .plan .plan__head {
        padding-top: 45px;
    }
}

.plan .plan__title {
    margin-bottom: 24px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .plan .plan__title {
        font-size: 24px;
    }
}

@media (max-width: 1023px) {
    .plan .plan__title br {
        display: block;
    }
}

.plan .plan__price {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 30px;
}

.plan .plan__currency {
    font-size: 46px;
    vertical-align: top;
    display: inline-block;
    margin-top: -8px;
}

.plan .plan__price strong {
    font-size: 82px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.02em;
}

.plan .plan__price small {
    font-size: 42px;
    vertical-align: top;
    line-height: 1.4;
}

.plan .plan__price p {
    text-align: right;
    margin-top: -37px;
}

.plan .plan__actions .btn {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
    z-index: 1;
}

.plan .plan__body {
    position: relative;
    padding-top: 112px;
    min-height: 280px;
    text-align: center;
}

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .products {
        display: block;
        padding: 212px 0 80px;
    }
}

.products .product:first-child {
    margin-top: -40px;
}

.products .product:last-child {
    margin-top: -60px;
    padding-top: 0;
    margin-bottom: -50px;
}

@media (max-width: 1023px) {
    .products .product:last-child {
        margin-bottom: 20px;
    }
}

.products .product + .product {
    padding-top: 79px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .products .product + .product {
        padding-top: 160px;
    }
}

.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product {
        display: block;
    }
}

.product a {
    display: block;
    font-weight: bold;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product a {
        text-decoration: none;
    }
}

.product .product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__image {
        text-align: right;
        max-width: 287px;
    }
}

.product .product__image:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -146px;
    left: -203px;
    border-radius: 50%;
    width: 407px;
    height: 407px;
    background-image: linear-gradient(-20deg, #0B0B0B, #898989);
}

@media (max-width: 1023px) {
    .product .product__image:before {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__image:before {
        width: 210px;
        height: 210px;
        top: -76px;
        left: 39px;
    }
}

@media (max-width: 1023px) {
    .product .product__image img {
        max-width: 240px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__image img {
        max-width: 146px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__image--lg img {
        max-width: 250px;
    }
}

.product .product__image--alt:before {
    top: -20px;
    left: -85px;
}

.product .product__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 55px;
    max-width: 500px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__content {
        padding-left: 23px;
        padding-top: 37px;
        font-size: 18px;
        line-height: 1.56;
    }
}

.product .product__title {
    font-weight: 300;
    letter-spacing: -.035em;
    margin-bottom: 31px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__title {
        margin-bottom: 13px;
    }
}

.product .product__sub-title {
    margin-bottom: 30px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product .product__sub-title {
        margin-bottom: 32px;
    }
}

.product--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--reverse {
        text-align: left;
    }
}

.product--reverse .product__content {
    padding-left: 0;
    padding-right: 55px;
    max-width: 550px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--reverse .product__content {
        padding-top: 28px;
        padding-left: 15px;
        padding-right: 0;
    }
}

.product--reverse .product__image {
    margin-right: -100px;
}

@media (max-width: 1023px) {
    .product--reverse .product__image {
        margin-right: 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--reverse .product__image {
        text-align: left;
        margin: 0 auto;
        padding-left: 35px;
    }
}

.product--reverse .product__image:before {
    left: auto;
    top: -105px;
    right: 0;
}

@media (max-width: 1023px) {
    .product--reverse .product__image:before {
        right: -30px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--reverse .product__image:before {
        top: -43px;
        left: 69px;
        right: auto;
    }
}

.product--center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--center {
        max-width: 100%;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--center .product__image {
        margin-left: auto;
        text-align: center;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--center .product__image:before {
        width: 270px;
        height: 270px;
        left: -22px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .product--center .product__image img {
        max-width: 214px;
    }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about {
    background-color: #707070;
    color: #fff;
    position: relative;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about {
        padding-bottom: 82px;
    }
}

.section-about:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 55px;
    width: 1px;
    background-color: #707070;
    z-index: 1;
}

.section-about .section__title {
    font-weight: 300;
    letter-spacing: -.07em;
    margin-bottom: 24px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__title {
        font-size: 42px;
        margin-bottom: 26px;
    }
}

.section-about .section__sub-title {
    line-height: 1.4;
    letter-spacing: .01em;
    margin-bottom: 19px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__sub-title {
        margin-bottom: 32px;
    }
}

.section-about .section__head {
    padding-top: 68px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 1.25;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__head {
        padding-left: 30px;
        padding-right: 20px;
    }
}

.section-about .section__head p {
    margin-bottom: 38px;
}

.section-about .section__head a {
    font-weight: bold;
}

.section-about .section__head figure {
    margin-bottom: 29px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__head figure {
        margin-bottom: 26px;
    }
}

.section-about .section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__row {
        display: block;
    }
}

.section-about .section__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -95px;
}

@media (max-width: 1023px) {
    .section-about .section__media {
        max-width: 50%;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__media {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -135px;
        max-width: 202px;
    }
}

.section-about .section__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__image {
        max-width: 206px;
        margin: 0 auto;
    }
}

.section-about .section__image--negative-top {
    margin-top: -140px;
}

@media (max-width: 1199px) {
    .section-about .section__image--negative-top {
        margin-top: -100px;
    }
}

@media (max-width: 1023px) {
    .section-about .section__image--negative-top {
        margin-top: 0;
    }
}

.section-about .section__items {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 730px;
    padding-top: 102px;
    padding-left: 20px;
    padding-right: 10px;
}

@media (max-width: 1023px) {
    .section-about .section__items {
        display: block;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__items {
        padding-top: 58px;
        padding-left: 27px;
    }
}

.section-about .section__items--secondary {
    max-width: 770px;
    padding-top: 60px;
}

@media (max-width: 1023px) {
    .section-about .section__items--secondary {
        padding-top: 0;
    }
}

.section-about .section__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 1.5;
}

@media (max-width: 1023px) {
    .section-about .section__item h4 {
        margin-bottom: 7px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__item h4 {
        font-size: 24px;
        margin-bottom: 17px;
    }
}

.section-about .section__item + .section__item {
    padding-left: 75px;
}

@media (max-width: 1023px) {
    .section-about .section__item + .section__item {
        padding-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about .section__item + .section__item {
        padding-top: 77px;
    }
}

.section-about .section__items--secondary .section__item + .section__item {
    padding-left: 50px;
}

@media (max-width: 1023px) {
    .section-about .section__items--secondary .section__item + .section__item {
        padding-left: 0;
    }
}

.section-about .section__blue {
    color: #0562CB;
}

.section-about--secondary {
    padding: 125px 0 0px;
    background-color: #fff;
    color: #707070;
}

@media (max-width: 1023px) {
    .section-about--secondary {
        padding-top: 75px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about--secondary {
        padding-bottom: 100px;
    }
}

.section-about--secondary:after {
    display: none;
}

.section-about--secondary h4 {
    color: #000;
}

.section-about--secondary .section__head {
    max-width: 700px;
}

@media (max-width: 1023px) {
    .section-about--secondary .section__head {
        padding-top: 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about--secondary .section__head {
        padding-left: 23px;
        padding-right: 0;
        line-height: 1.56;
    }
}

.section-about--secondary .section__head figure {
    margin-bottom: 22px;
}

.section-about--secondary .section__title,
.section-about--secondary .section__sub-title {
    color: #000;
}

.section-about--secondary .section__title {
    font-size: 36px;
    margin-bottom: 7px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about--secondary .section__sub-title {
        margin-bottom: 29px;
    }
}

.section-about--secondary .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about--secondary .section__inner {
        display: block;
    }
}

.section-about--secondary .section__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.section-about--secondary .section__items {
    padding-left: 0;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-about--secondary .section__items {
        padding-left: 23px;
        margin-bottom: 55px;
    }
}

/* ------------------------------------------------------------ *\
	Section Application
\* ------------------------------------------------------------ */
.section-application {
    padding-bottom: 120px;
}

.section-application .section__body .section__image {
    position: relative;
}

.section-application .phone-interior-image {
    position: absolute;
    top: 10%;
    left: 18%;
    right: 17.5%;
    /* bottom: 20%; */
    padding-bottom: 5%;
    background: #fff;
}

@media (max-width: 1023px) {
    .section-application {
        padding-bottom: 50px;
    }
}

.section-application .section__head {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 144px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .02em;
}

@media (max-width: 1023px) {
    .section-application .section__head {
        padding: 80px 0 120px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__head {
        padding: 76px 0 213px;
        font-size: 24px;
        line-height: 1.17;
    }
}

.section-application .section__head-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__head-actions {
        padding-top: 0;
    }
}

.section-application .section__head-actions a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

.section-application .section__title {
    font-weight: 300;
    letter-spacing: -.03em;
    margin-bottom: 10px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__title {
        letter-spacing: -.05em;
        margin-bottom: 37px;
    }
}

.section-application .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.section-application .section__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-top: 38px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 37px;
        padding-left: 20px;
        padding-right: 10px;
    }
}

.section-application .section__list ~ .section__list {
    padding-left: 0;
    padding-right: 0;
}

.section-application .section__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -88px;
    padding: 0 55px;
}

@media (max-width: 1023px) {
    .section-application .section__image {
        padding: 0 40px;
        max-width: 380px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
        margin-top: -170px;
        margin-bottom: 17px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__image img {
        max-width: 194px;
    }
}

.section-application .section__actions {
    padding-top: 34px;
    line-height: 1.5;
    text-align: center;
    color: #0562CB;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-application .section__actions {
        padding: 62px 40px 0;
    }
}

.section-application .section__actions a {
    font-weight: bold;
    text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	Section Contact 
\* ------------------------------------------------------------ */
.section-contact {
    padding: 107px 0 99px;
}

@media (max-width: 1023px) {
    .section-contact {
        padding: 80px 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-contact {
        padding: 50px 0;
    }
}

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features {
    /*background-color: #707070;*/
    background-color: #58a43d;
    color: #fff;
    position: relative;
    padding: 132px 0 110px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .section-features {
        padding-bottom: 250px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-features {
        padding: 93px 0 210px;
    }
}

.section-features .section__head {
    text-align: center;
    margin-bottom: 73px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-features .section__head {
        margin-bottom: 49px;
    }
}

.section-features .section__head p {
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 7px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-features .section__head p {
        margin-bottom: 4px;
    }
}

.section-features .section__title {
    font-weight: 300;
    letter-spacing: -.025em;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-features .section__title {
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .section-features .section__title br {
        display: block;
    }
}

/* ------------------------------------------------------------ *\
	Section Layout
\* ------------------------------------------------------------ */
.section-layout {
    padding: 120px 0 280px;
}

@media (max-width: 1399px) {
    .section-layout {
        padding: 120px 0 200px;
    }
}

@media (max-width: 1199px) {
    .section-layout {
        padding-top: 120px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout {
        padding-top: 28px;
        padding-bottom: 220px;
    }
}

.section-layout .section__head {
    text-align: center;
    font-size: 30px;
    margin-bottom: 140px;
}

@media (max-width: 1399px) {
    .section-layout .section__head {
        margin-bottom: 150px;
    }
}

@media (max-width: 1023px) {
    .section-layout .section__head {
        font-size: 24px;
        margin-bottom: 38px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout .section__head p {
        line-height: 1.1;
    }
}

.section-layout .section__title {
    font-size: 60px;
    letter-spacing: -.025em;
    margin-bottom: 6px;
}

@media (max-width: 1023px) {
    .section-layout .section__title {
        font-size: 40px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout .section__title {
        font-size: 36px;
        margin-bottom: 19px;
    }
}

.section-layout .section__body {
    text-align: center;
    position: relative;
}

.section-layout .section__grid {
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 75px;
}

@media (max-width: 1023px) {
    .section-layout .section__grid {
        position: static;
        padding-bottom: 49px;
    }
}

@media (max-width: 1023px) {
    .section-layout .section__background {
        display: none;
    }
}

.section-layout .section__row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .section-layout .section__row {
        margin: 0 -8px !important;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout .section__row {
        display: block;
        margin: 0 !important;
    }
}

@media (max-width: 1023px) {
    .section-layout .section__row + .section__row {
        margin-top: 50px !important;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout .section__row + .section__row {
        margin-top: 61px !important;
    }
}

.section-layout .section__row--1 {
    margin-left: -95px;
    margin-right: -90px;
}

@media (max-width: 1600px) {
    .section-layout .section__row--1 {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 1399px) {
    .section-layout .section__row--1 {
        margin: 0 50px;
    }
}

.section-layout .section__row--2 {
    margin-left: -208px;
    margin-right: -183px;
}

@media (max-width: 1600px) {
    .section-layout .section__row--2 {
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media (max-width: 1399px) {
    .section-layout .section__row--2 {
        margin: 0;
    }
}

.section-layout .section__row--3 {
    margin-left: -30px;
    margin-right: -128px;
}

@media (max-width: 1600px) {
    .section-layout .section__row--3 {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 1399px) {
    .section-layout .section__row--3 {
        margin: 0 50px;
    }
}

.section-layout .section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1023px) {
    .section-layout .section__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 8px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout .section__col {
        max-width: 100%;
        padding: 0 13px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-layout .section__col + .section__col {
        margin-top: 56px;
    }
}

.section-layout .section__foot {
    margin-top: -6px;
    position: relative;
}

/* ------------------------------------------------------------ *\
	Section Media
\* ------------------------------------------------------------ */
.section-media .section__video {
    text-align: center;
    position: relative;
    margin-top: -236px;
    margin-bottom: 108px;
}

@media (max-width: 1023px) {
    .section-media .section__video {
        margin-top: -16vw;
        margin-bottom: 80px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__video {
        margin: -110px -5px 37px;
    }
}

.section-media .section__video:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1px;
    height: 55px;
    background-color: #fff;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__video:before {
        display: none;
    }
}

@media (max-width: 1023px) {
    .section-media .section__video iframe {
        width: 66vw;
        height: 32vw;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__video iframe {
        width: 100%;
        height: 219px;
    }
}

.section-media .section__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 163px;
}

@media (max-width: 1023px) {
    .section-media .section__body {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__body {
        display: block;
        padding-bottom: 0;
    }
}

.section-media .section__body:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 330px;
    width: 100vw;
    background-color: #2F2F2F;
    z-index: -1;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__body:after {
        display: none;
    }
}

.section-media .section__body:before {
    content: '';
    position: absolute;
    top: -55px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #aaa;
    z-index: -1;
}

@media (max-width: 1023px) {
    .section-media .section__body:before {
        display: none;
    }
}

.section-media .section__body .section__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: -199px;
    margin-left: calc(580px - 50vw);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    -webkit-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 70px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1199px) {
    .section-media .section__body .section__image {
        margin-left: -20px;
    }
}

@media (max-width: 1023px) {
    .section-media .section__body .section__image {
        margin-right: -300px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__body .section__image {
        display: none;
    }
}

.section-media .section__body .section__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px;
    max-width: 485px;
    margin-top: 197px;
    padding-bottom: 243px;
    margin-right: -70px;
}

@media (max-width: 1399px) {
    .section-media .section__body .section__content {
        margin-right: 40px;
    }
}

@media (max-width: 1023px) {
    .section-media .section__body .section__content {
        margin-top: 120px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__body .section__content {
        background-color: #F7F7F7;
        max-width: 100%;
        margin: 0 12px;
        padding-bottom: 0;
    }
}

.section-media .section__listing {
    padding-top: 59px;
    padding-bottom: 207px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1023px) {
    .section-media .section__listing {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__listing {
        display: block;
        padding-top: 37px;
        padding-bottom: 0;
    }
}

.section-media .section__listing br {
    display: block;
}

.section-media .section__listing h6 {
    text-transform: uppercase;
    color: #aaa;
    font-weight: bold;
    margin-bottom: 22px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__listing h6 {
        margin-bottom: 25px;
    }
}

.section-media .section__listing h2 {
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: 1;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__listing h2 {
        line-height: 1.15;
        margin-bottom: 34px;
    }
}

.section-media .section__listing h4 {
    margin-bottom: 31px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__listing h4 {
        font-size: 24px;
    }
}

.section-media .section__legend {
    padding-top: 12px;
    padding-left: 9px;
    letter-spacing: .01em;
    font-size: 14px;
}

.section-media .section__listing-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 70px;
}

@media (max-width: 1023px) {
    .section-media .section__listing-content {
        padding-right: 30px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__listing-content {
        padding-right: 0;
        padding: 22px;
    }
}

.section-media .section__listing-aside {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 65px -250px 65px 0;
}

@media (max-width: 1023px) {
    .section-media .section__listing-aside {
        margin-right: -20px;
        max-height: 450px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__listing-aside {
        max-width: 100vw;
        margin: 0 -15px;
        height: 273px;
    }
}

.section-media .section__actions {
    padding: 80px 0;
    text-align: center;
}

@media (max-width: 1023px) {
    .section-media .section__actions {
        padding: 60px 0;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-media .section__actions {
        padding: 50px 0;
    }
}

/* ------------------------------------------------------------ *\
	Section Plans
\* ------------------------------------------------------------ */
.section-plans {
    padding: 100px 0 170px;
}

@media (max-width: 1023px) {
    .section-plans {
        padding: 120px 0 100px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-plans {
        padding-top: 60px;
    }
}

.section-plans .section__head {
    text-align: center;
    margin-bottom: 26px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-plans .section__head {
        margin-bottom: 50px;
    }
}

.section-plans .section__title {
    font-weight: 300;
    letter-spacing: -.03em;
}

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */
.section-products {
    padding: 230px 0 0;
}

@media (max-width: 1199px) {
    .section-products {
        padding-top: 250px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-products {
        padding-top: 0;
    }
}

.section-products .section__body {
    background-color: #F7F7F7;
    position: relative;
}

.section-products .section__body:before, .section-products .section__body:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1px;
    height: 55px;
    background-color: #aaa;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-products .section__body:before, .section-products .section__body:after {
        display: none;
    }
}

.section-products .section__body:after {
    bottom: auto;
    top: 100%;
}

@media (max-width: 1600px) {
    .section-products .shell {
        max-width: 800px;
    }
}

/* ------------------------------------------------------------ *\
	Section Simple
\* ------------------------------------------------------------ */
.section-simple {
    padding: 100px 0 78px;
}

/* ------------------------------------------------------------ *\
	Section Specs
\* ------------------------------------------------------------ */
.section-specs {
    padding: 210px 0 82px;
}

@media (max-width: 1023px) {
    .section-specs {
        padding-top: 150px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-specs {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.section-specs .section__head {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-specs .section__head {
        margin-bottom: 51px;
    }
}

.section-specs .section__title {
    font-weight: 300;
    letter-spacing: -.03em;
}

.section-specs .section__actions {
    padding-top: 45px;
    text-align: center;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-specs .section__actions {
        padding-top: 51px;
    }
}

.section-specs .section__directions-mobile {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-specs .section__directions-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.section-specs .section__directions-mobile p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #0562CB;
    margin: 0 10px;
    font-family: "Source Sans Pro", sans-serif;
}

/* ------------------------------------------------------------ *\
	Section Steps
\* ------------------------------------------------------------ */
.section-steps .section__head {
    padding-top: 105px;
    text-align: center;
    margin-bottom: 82px;
}

@media (max-width: 1023px) {
    .section-steps .section__head {
        padding-top: 80px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__head {
        padding-top: 50px;
        margin-bottom: 50px;
    }
}

.section-steps .section__title {
    text-align: center;
    font-weight: 300;
    letter-spacing: -.03em;
    margin-bottom: 67px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__title {
        margin-bottom: 40px;
    }
}

.section-steps .section__sub-title {
    font-weight: 400;
    color: #707070;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
}

.section-steps .section__sub-title + .section__title {
    margin-top: 112px;
}

@media (max-width: 1023px) {
    .section-steps .section__sub-title + .section__title {
        margin-top: 80px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__sub-title + .section__title {
        margin-top: 50px;
    }
}

.section-steps .section__group {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-steps .section__group + .section__group {
    padding-top: 212px;
}

@media (max-width: 1023px) {
    .section-steps .section__group + .section__group {
        padding-top: 150px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__group + .section__group {
        padding-top: 70px;
    }
}

.section-steps .section__group-media {
    text-align: center;
    padding-top: 104px;
    font-size: 24px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__group-media {
        padding-top: 60px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__group-media iframe {
        width: 100%;
        height: 55vw;
    }
}

.section-steps .section__group + .section__group--primary,
.section-steps .section__group--primary {
    margin-top: 175px;
    padding-top: 116px;
    padding-bottom: 205px;
}

@media (max-width: 1023px) {
    .section-steps .section__group + .section__group--primary,
    .section-steps .section__group--primary {
        margin-top: 100px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__group + .section__group--primary,
    .section-steps .section__group--primary {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.section-steps .section__group + .section__group--gutter-top,
.section-steps .section__group--gutter-top {
    padding-top: 294px;
}

@media (max-width: 1023px) {
    .section-steps .section__group + .section__group--gutter-top,
    .section-steps .section__group--gutter-top {
        padding-top: 200px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .section-steps .section__group + .section__group--gutter-top,
    .section-steps .section__group--gutter-top {
        padding-top: 70px;
    }
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
    display: none;
}

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: calc(1170px + 15px * 2);
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%;
}

/* Shell Fluid */
.shell--fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: .03em;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: auto;
}

@media (max-width: 1023px) {
    .table {
        font-size: 18px;
        margin-right: -15px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .table {
        margin: 0 -15px;
        letter-spacing: .03em;
        line-height: 1.28;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .table col:first-child {
        width: 33% !important;
    }
}

.table table {
    min-width: 815px;
}

.table tr:first-child td {
    font-weight: bold;
}

.table tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.table tr:nth-child(odd) td {
    padding-top: 8px;
    padding-bottom: 12px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .table tr:nth-child(odd) td {
        padding-top: 12px;
        padding-bottom: 15px;
    }
}

.table tr:nth-child(even) td {
    padding-top: 19px;
    padding-bottom: 13px;
}

.table td:first-child {
    padding-left: 20px;
    text-align: left;
}

/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
    max-width: 770px;
    margin: 0 auto;
}

.video .video__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .video .video__content {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.67;
    }
}

.video .video__content p {
    margin-bottom: 28px;
    font-family: "Source Sans Pro", sans-serif;
}

.video .video__content .btn {
    min-width: 200px;
}

.video .video__title {
    font-weight: 300;
    letter-spacing: -.025em;
    margin-bottom: 7px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .video .video__title {
        margin-bottom: 10px;
    }
}

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
    position: relative;
    padding: 12px 40px 40px 79px;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .widgets {
        padding-left: 40px;
    }
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widgets {
        background-color: transparent;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.widgets a,
.widgets p {
    font-family: "Source Sans Pro", sans-serif;
}

.widgets .widgets__image {
    position: absolute;
    top: -60px;
    right: -39px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widgets .widgets__image {
        position: static;
        display: inline-block;
        margin-top: -93px;
    }
}

.widgets .widgets__image img {
    max-width: 217px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widgets .widgets__image img {
        max-width: 155px;
    }
}

.widget + .widget {
    border-top: 1px solid #707070;
}

@media (max-width: 1023px) {
    .widget:last-child {
        padding-bottom: 20px;
    }
}

.widget--feature {
    padding: 53px 0;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--feature {
        padding: 25px 0 44px;
    }
}

.widget--feature .widget__head {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 26px;
    letter-spacing: .07em;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--feature .widget__head {
        margin-bottom: 11px;
    }
}

.widget--feature .widget__head figure {
    margin-bottom: 24px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--feature .widget__head figure {
        max-width: 108px;
        margin: 0 auto 13px;
    }
}

.widget--feature .widget__body {
    font-size: 20px;
}

.widget--feature .widget__body p {
    color: #707070;
    line-height: 1.5;
    margin-bottom: 23px;
}

.widget--feature .widget__body h2 {
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: 1.05;
    margin-bottom: 9px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--feature .widget__body h2 {
        font-size: 30px;
        margin-bottom: 26px;
    }
}

.widget--faq {
    padding: 53px 0 38px;
    line-height: 1.5;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--faq {
        padding: 35px 0;
    }
}

.widget--faq p {
    color: #707070;
    margin-bottom: 15px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--faq p {
        margin-bottom: 24px;
    }
}

.widget--faq figure {
    margin-bottom: 21px;
}

.widget--faq h4 {
    letter-spacing: .03em;
    line-height: 1.25;
    margin-bottom: 9px;
}

@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
    .widget--faq h4 {
        margin-bottom: 28px;
    }
}

.widget--faq h5 {
    line-height: 1.4;
    margin-bottom: 28px;
}

.widget--faq a {
    text-decoration: none;
    color: #0562CB;
    letter-spacing: .015em;
}

.widget--faq a span {
    font-weight: bold;
    text-decoration: underline;
}

.widget--faq .widget__head {
    margin-bottom: 29px;
}

.widget--faq .widget__head p {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa;
    letter-spacing: .07em;
}

.widget--faq .widget__body h2 {
    font-weight: 300;
    max-width: 300px;
    letter-spacing: -.028em;
    line-height: 1;
    margin-bottom: 32px;
}

.widget--faq .widget__body p {
    margin-bottom: 22px;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
</pre></body></html>