#powerpage .w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

* {
    outline: none;
}

#powerpage {
    background-color: #f5f5f5;
    font-family: 'Gotham book', sans-serif;
    color: #6d6d6d;
    font-size: 17px;
    line-height: 27px;
}

#powerpage .banner {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
    background-image: url('../images/banner-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#powerpage .content {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

#powerpage .content.tab-c {
    padding-top: 35px;
    padding-bottom: 55px;
}

#powerpage .heading {
    margin-top: 0px;
    margin-bottom: 130px;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
    text-align: center;
}

#powerpage .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#powerpage .white-bg {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

#powerpage .orange-txt {
    margin-bottom: 20px;
    font-family: 'Gotham Black', sans-serif;
    color: #f46830;
    text-transform: uppercase;
}

#powerpage .heading-2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Gotham Black', sans-serif;
    color: #010101;
    font-size: 52px;
    line-height: 62px;
    font-weight: 900;
}

#powerpage .sub-banner-img {
    margin-bottom: 40px;
    background-color: #000;
}

#powerpage .paragraph-3 {
    margin-bottom: 55px;
}

#powerpage .paragraph-2 {
    margin-bottom: 35px;
}

#powerpage .link {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ed1c24;
}

#powerpage .link:hover {
    text-decoration: none;
}

#powerpage .table {
    padding: 60px 30px;
    background-color: #f5f5f5;
}

#powerpage .heading-3 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: 'Gotham Black', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
}

#powerpage .grid {
    grid-column-gap: 20px;
    grid-row-gap: 6px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

#powerpage .paragraph-4 {
    margin-bottom: 0px;
    line-height: 24px;
}

#powerpage .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Gotham Medium', sans-serif;
    color: #f46830;
    text-decoration: none;
}

#powerpage .link-block:hover {
    background-color: #000;
    color: #fff;
}

#powerpage .text-block {
    height: 30px;
    min-width: 54px;
    margin-right: 10px;
    padding-left: 10px;
    background-image: url('../images/corner.png');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 900;
}

#powerpage .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #191919;
}

#powerpage .text-block-2 {
    width: 130px;
    height: 30px;
    margin-right: 30px;
    padding-left: 40px;
    background-image: url('../images/big-corner.png');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    line-height: 30px;
}

#powerpage .heading-4 {
    margin-top: -5px;
    margin-bottom: 0px;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
}

#powerpage .heading-5 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Gotham Black', sans-serif;
    color: #010101;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}

#powerpage .paragraph {
    margin-bottom: 0px;
}

#powerpage .grey-bg {
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #f5f5f5;
}

#powerpage .grey-bg.last {
    margin-bottom: 0px;
}

#powerpage .white-txt {
    margin-bottom: 40px;
    padding-left: 30px;
    background-image: url('../images/orange-corner.png');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

#powerpage .black-txt {
    margin-bottom: 20px;
    padding-left: 25px;
    background-image: url('../images/red-arrow.png');
    background-position: 0% 40%;
    background-repeat: no-repeat;
    font-family: 'Gotham Black', sans-serif;
    color: #010101;
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
}

#powerpage .paragraph-5 {
    margin-bottom: 0px;
    padding-left: 25px;
}

#powerpage .grey-wr {
    margin-right: 30px;
    margin-bottom: 35px;
    margin-left: 30px;
}

#powerpage .grey-wr.last {
    margin-bottom: 0px;
}

#powerpage .white-wr {
    margin-bottom: 55px;
}

#powerpage .white-wr.last {
    margin-bottom: 0px;
}

#powerpage .white-wr.second {
    margin-bottom: 35px;
}

#powerpage .orange-form {
    padding: 70px 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee3228), to(#f99c39));
    background-image: linear-gradient(90deg, #ee3228, #f99c39);
}

#powerpage .heading-6 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
}

#powerpage .form-txt {
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 40px;
}

/* ----- Start Form ----- */


#powerpage .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    margin: 0 0 30px 0;
}

#powerpage .c_form_row {
    width: 48%;
}

#powerpage .c_f_info {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Gotham Black';
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: inline-block;
    min-height: 31px;
}

#powerpage select {
    -webkit-appearance: none;
    transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
}

#powerpage .c_form_row select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #fff url(../images/Clc-select-bg.png) no-repeat 100% center;
    background-size: 29px;
    padding: 0 17px;
    height: 60px;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    font-family: 'Gotham book';
    font-weight: 400;
    cursor: pointer;
}

#powerpage .cta-form {
    background: #000;
    width: 360px;
    height: 55px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham Black';
    font-weight: 900;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 0;
}

#powerpage .cta-form:hover {
    background: none;
    border-color: #000;
    color: #000;
}

#powerpage .results_main_wr {
    margin-top: 56px;
    color: #000;
    background: #fff;
    position: relative;
}

#powerpage .top_band {
    position: absolute;
    background: #fff;
    height: 19px;
    bottom: 100%;
    width: calc(50% - 19px);
}

#powerpage .top_band_left {
    left: 0;
}

#powerpage .top_band_left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 0 19px;
    border-color: transparent transparent transparent #fff;
    left: 100%;
    top: 0;
    position: absolute;
}

#powerpage .top_band_right {
    right: 0;
}

#powerpage .top_band_right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 19px 19px;
    border-color: transparent transparent #fff transparent;
    right: 100%;
    top: 0;
    position: absolute;
}

#powerpage .hide {
    display: none;
}

#powerpage .results_row {
    flex-wrap: nowrap;
    padding: 40px 0;
    position: relative;
}

#powerpage .result_box {
    text-align: center;
    display: flex;
    flex-direction: column;
}

#powerpage .res_icon_wr {
    min-height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#powerpage .res_ct_box {
    border-right: 1px solid #e4e3e0;
    flex: 1;
    padding: 16px 30px 10px;
}

#powerpage .res_ct_box.last {
    border: none;
}

#powerpage .results_main_wr h4 {
    color: #7f7d75;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 18px;
    white-space: nowrap;
}

#powerpage .results_main_wr p {
    color: #000;
    margin: 0;
}

#powerpage .res_value {
    display: none;
}

#powerpage .res_value.res_value_show {
    display: block;
}

#powerpage .cta_info_wr p {
    color: #fff;
    margin: 0 0 30px 0;
    text-align: center;
}

#powerpage .clc_m_cta_row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

#powerpage .clc_m_cta_row .button {
    background-color: transparent;
}

#powerpage .clc_m_cta_row .button:hover {
    color: #191919;
    background: #fff;
}

/* ----- End Form ----- */

#powerpage .paragraph-6 {
    margin-bottom: 45px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

#powerpage .paragraph-7 {
    margin-bottom: 25px;
    color: #fff;
}

#powerpage .paragraph-8 {
    margin-bottom: 40px;
}

#powerpage .consultation {
    margin-bottom: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/consultation.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#powerpage .cons-txt {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#powerpage .heading-7 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}

#powerpage .paragraph-9 {
    margin-bottom: 25px;
    color: #fff;
}

#powerpage .button {
    width: 360px;
    height: 55px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: rgba(154, 149, 142, 0.7);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Gotham Black', sans-serif;
    line-height: 55px;
    font-weight: 900;
    padding: 0;
    letter-spacing: 1px;
}

#powerpage .cta-form {
    width: 360px;
    height: 55px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-family: 'Gotham Black';
    font-weight: 900;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 0;
}

#powerpage .button:hover {
    background-color: transparent;
}

@media (max-width: 991px) {

    #powerpage br {
        display: none;
    }

    #powerpage .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #powerpage .heading {
        margin-bottom: 80px;
    }

    #powerpage .heading-2 {
        font-size: 45px;
        line-height: 55px;
    }

    #powerpage .paragraph-3 {
        margin-bottom: 40px;
    }

    #powerpage .table {
        padding: 40px 20px;
    }

    #powerpage .grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    #powerpage .paragraph-4 {
        font-size: 16px;
        line-height: 26px;
    }

    #powerpage .tab {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    #powerpage .heading-4 {
        font-size: 34px;
        line-height: 44px;
    }

    #powerpage .white-wr {
        margin-bottom: 40px;
    }

    #powerpage .orange-form {
        padding: 40px 20px;
        background-image: linear-gradient(76deg, #ee3228, #f99c39);
    }

    #powerpage .res_ct_box {
        padding: 10px 15px;
    }

    #powerpage .result_box {
        width: 45%;
        margin: 2%;
    }

    #powerpage .res_ct_box {
        border: none;
    }

    #powerpage .results_row {
        flex-wrap: wrap;
    }

    #powerpage .consultation {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #powerpage .heading {
        margin-bottom: 80px;
        font-size: 42px;
        line-height: 52px;
    }

    #powerpage .heading-2 {
        font-size: 40px;
        line-height: 50px;
    }

    #powerpage .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto auto;
    }

    #powerpage .text-block-2 {
        width: 100px;
        height: 30px;
        margin-right: 15px;
        padding-left: 25px;
    }

    #powerpage .heading-4 {
        margin-top: 0px;
        font-size: 26px;
        line-height: 36px;
    }

    #powerpage .heading-5 {
        font-size: 28px;
        line-height: 38px;
    }

    #powerpage .white-txt {
        padding-left: 20px;
        background-image: url('../images/orange-corner.png');
        background-position: 100% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    #powerpage .grey-wr {
        margin-right: 20px;
        margin-left: 20px;
    }

    #powerpage .orange-form {
        padding: 40px 20px;
    }

    #powerpage .heading-6 {
        font-size: 38px;
        line-height: 48px;
    }

    #powerpage .consultation {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #powerpage .heading-7 {
        font-size: 26px;
        line-height: 36px;
    }

    #powerpage .row {
        flex-direction: column;
        align-items: stretch;
    }

    #powerpage .c_form_row {
        width: 100%;
    }

    #powerpage .c_form_row:first-of-type {
        margin: 0 0 30px 0;
    }

    #powerpage .c_f_info {
        min-height: auto;
    }

    #powerpage .results_row {
        padding: 20px 0;
    }

    #powerpage .result_box {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #powerpage .result_box:last-of-type {
        margin: 0;
    }

}

@media (max-width: 479px) {
    #powerpage .heading {
        margin-bottom: 60px;
        font-size: 40px;
        line-height: 50px;
    }

    #powerpage .heading-2 {
        font-size: 35px;
        line-height: 45px;
    }

    #powerpage .tab {
        display: block;
        padding-right: 0px;
    }

    #powerpage .text-block-2 {
        margin-bottom: 20px;
    }

    #powerpage .heading-4 {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    #powerpage .white-txt {
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: #f46830;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    #powerpage .orange-form {
        padding-right: 15px;
        padding-left: 15px;
    }

    #powerpage .heading-6 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 38px;
    }

    #powerpage .paragraph-6 {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 28px;
    }

    #powerpage .cons-txt {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    #powerpage .button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    #powerpage .cta-form {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 26px;
    }
}


@media (max-width: 320px) {

    #powerpage .button {
        padding: 0 15px;
    }

    #powerpage .cta-form {
        padding: 0 15px;
    }

}


@font-face {
    font-family: 'Gotham book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
