@media screen and (max-width: 767px) {
    .brands-page .content-section {
        padding: 2rem 0 1.7rem
    }
}

@media screen and (max-width: 767px) {
    .brands-page .content-section .content-wrap p strong {
        float: none
    }
}

@media screen and (max-width: 767px) {
    .brands-page .content-section p {
        max-width: 95%;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .brands-page .content-section p strong {
        float: none;
        display: block;
        margin-bottom: .625rem
    }
}

.services-section {
    padding: 1rem 0 0;
}

@media screen and (max-width: 767px) {
    .services-section {
        margin-bottom: 2.5rem
    }
}

@media screen and (max-width: 480px) {
    .services-section {
        margin-bottom: 0
    }
}

.services-section h2 {
    line-height: 1.625rem;
    text-transform: uppercase;
    margin-bottom: 1.4375rem;
    text-align: left
}

@media screen and (max-width: 767px) {
    .services-section h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: .625rem;
        letter-spacing: -0.0193rem;
        text-align: center
    }
}

.services-section p {
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-bottom: 2.5625rem
}

@media screen and (max-width: 767px) {
    .services-section p {
        max-width: 80%;
        margin: 0 auto 1.9rem;
        text-align: center
    }
}

.services-section .card-grid-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .services-section .card-grid-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.services-section .brand-card {
    border: 1px solid #c7c7c7;
    margin-bottom: 2.5rem;
    width: 22.3%;
    margin-right: 2.5rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    border-radius: 0.5rem;
}

@media screen and (min-width: 992px) {
    .services-section .brand-card:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (max-width: 1199px) {
    .services-section .brand-card {
        margin-right: 2rem
    }
}

@media screen and (max-width: 991px)and (min-width: 768px) {
    .services-section .brand-card {
        width: 30%
    }

    .services-section .brand-card:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px)and (min-width: 576px) {
    .services-section .brand-card {
        width: 46.5%
    }

    .services-section .brand-card:nth-child(even) {
        margin-right: 0
    }
}

@media screen and (max-width: 575px) {
    .services-section .brand-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem;
        max-width: 342px
    }
}

.services-section .brand-card .brand-card-header {
    min-height: 110px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .services-section .brand-card .brand-card-header {
        margin: 0 auto;
        text-align: center
    }
}

.services-section .brand-card .brand-card-header img {
    max-width: 70%;
    height: 62px;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width: 767px) {
    .services-section .brand-card .brand-card-header img {
        width: 50%
    }
}

.services-section .brand-card .brand-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.services-section .brand-card .brand-card-body .title {
    letter-spacing: .1875rem;
    text-transform: uppercase;
    margin-bottom: .6rem
}

@media screen and (max-width: 991px) {
    .services-section .brand-card .brand-card-body .title {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.services-section .brand-card .brand-card-body .card-text {
    letter-spacing: 0;
    line-height: 1.25rem
}

@media screen and (max-width: 991px) {
    .services-section .brand-card .brand-card-body .card-text {
        font-size: .875rem
    }
}

.services-section .brand-card .brand-card-footer {
    border-top: 1px solid #c7c7c7;
    padding: .87rem 0
}

.services-section .brand-card .right-arrow-link {
    margin: 0;
    -webkit-transition: none;
    transition: none
}

.services-section .brand-card .right-arrow-link::after {
    margin-left: .5rem
}

.services-section .brand-card a {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

.services-section .brand-card a {
    width: auto !important;
}

.services-section .brand-card a:hover,
.services-section .brand-card a:focus {
    text-decoration: none;
    color: #000;
    border: 2px solid #142651;
    margin: -2px;
    border-radius: .5rem
}

.services-section .brand-card a:hover .brand-card-header img,
.services-section .brand-card a:focus .brand-card-header img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.services-section .brand-card a:hover .brand-card-footer,
.services-section .brand-card a:focus .brand-card-footer {
    background: #142651
}

.services-section .brand-card a:hover .brand-card-footer .right-arrow-link,
.services-section .brand-card a:focus .brand-card-footer .right-arrow-link {
    color: #fff
}

.services-section .brand-card a:hover .brand-card-footer .right-arrow-link::after,
.services-section .brand-card a:focus .brand-card-footer .right-arrow-link::after {
    background-image: url(../images/right-chevron-white.svg);
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.dotted-bullet-list {
    list-style-type: disc
}

.left-text-wrap .col-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 767px) {
    .left-text-wrap .col-row .right-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .left-text-wrap .col-row .order2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .left-text-wrap .col-row .left-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .left-text-wrap.mob-reverse-col .col-row .right-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .left-text-wrap.mob-reverse-col .col-row .order2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .left-text-wrap.mob-reverse-col .col-row .left-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (max-width: 767px) {
    .left-text-wrap .right-wrap img {
        width: 100%
    }
}

.left-text-wrap .primary-title {
    margin-bottom: 1.8rem
}

@media only screen and (max-width: 991px) {
    .left-text-wrap .primary-title {
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

@media only screen and (max-width: 767px) {
    .left-text-wrap .primary-title {
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 1.25rem
    }
}

.left-text-wrap .text-container {
    max-width: 94%;
    margin-left: .65rem;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media screen and (max-width: 767px) {
    .left-text-wrap .text-container {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .left-text-wrap .text-container {
        max-width: 100%
    }
}

.left-text-wrap .text-container p {
    margin-bottom: 0
}

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

@media screen and (max-width: 767px) {
    .right-text-wrap.mob-reverse-col .col-row .right-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .right-text-wrap.mob-reverse-col .col-row .order2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .right-text-wrap.mob-reverse-col .col-row .left-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (max-width: 767px) {
    .right-text-wrap .right-wrap img {
        width: 100%
    }
}

.right-text-wrap .primary-title {
    margin-bottom: 1.8rem
}

@media only screen and (max-width: 991px) {
    .right-text-wrap .primary-title {
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

@media only screen and (max-width: 767px) {
    .right-text-wrap .primary-title {
        text-align: left;
        margin-top: 2.2rem;
        margin-bottom: 1.25rem
    }
}

.right-text-wrap .text-container {
    max-width: 94%;
    margin-right: .65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .right-text-wrap .text-container {
        margin-right: 2rem
    }
}

.right-text-wrap .text-container p {
    margin-bottom: 0
}

.right-text-wrap .text-container p strong {
    margin-right: .5rem
}

@media screen and (max-width: 767px) {
    .right-text-wrap .text-container p strong {
        display: block;
        margin-right: 0;
        margin-bottom: .75rem
    }
}

.brand-quiz-section {
    padding: 6.9375rem 0 6.8125rem
}

@media screen and (max-width: 991px) {
    .brand-quiz-section {
        padding: 2.5rem 0
    }
}

.brand-quiz-section .media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand-quiz-section .media-container .text-body {
    padding-left: 60px
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body {
        padding-left: 0
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.industries-section h3 {
        text-align: center
    }
}

.brand-quiz-section .media-container .text-body.industries-section p {
    max-width: 75%;
    line-height: 1.625rem;
    margin-bottom: 1.75rem
}

@media screen and (max-width: 767px) {
    .brand-quiz-section .media-container .text-body.industries-section p {
        max-width: 100%
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.industries-section p {
        text-align: center
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.industries-section a {
        max-width: 260px;
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width: 991px) {
    .brand-quiz-section .media-container .text-body.quiz-section {
        margin-bottom: 5rem
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.quiz-section h3 {
        text-align: center
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.quiz-section p {
        text-align: center
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.quiz-section a {
        max-width: 260px;
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body.quiz-section .form-container h3 {
        text-align: left
    }
}

.brand-quiz-section .media-container .text-body p {
    max-width: 70%;
    line-height: 1.625rem;
    margin-bottom: 1.75rem
}

@media screen and (max-width: 767px) {
    .brand-quiz-section .media-container .text-body p {
        max-width: 100%
    }
}

.brand-quiz-section .media-container .text-body h3 {
    letter-spacing: .09375rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    padding-bottom: 1.375rem
}

@media screen and (max-width: 991px) {
    .brand-quiz-section .media-container .text-body h3 {
        padding-bottom: 0
    }
}

@media screen and (max-width: 567px) {
    .brand-quiz-section .media-container .text-body h3 {
        padding-top: 2.5rem
    }
}

.brand-quiz-section .media-container .primary-btn {
    padding: 0 1.6rem 0 1.6rem
}

.cards-section {
    padding: 4.65rem 0 5rem 0
}

@media only screen and (max-width: 767px) {
    .cards-section {
        padding: 2.2rem 0 2.5rem
    }
}

.cards-section .primary-title {
    margin-bottom: 2.5625rem
}

@media only screen and (max-width: 767px) {
    .cards-section .primary-title {
        margin-bottom: 2rem;
        font-size: 1.5rem
    }
}

.cards-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    text-align: center;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .cards-section ul {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .cards-section .iconbox:last-child a {
        margin-bottom: 0
    }
}

.cards-section .iconbox a {
    border-radius: 17px;
    padding: 30px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 224px;
    min-height: 187px;
    margin: 0 40px;
    display: block
}

.cards-section .iconbox a:hover {
    text-decoration: none
}

.cards-section .iconbox a img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    margin: 0 auto;
    width: 3.75rem;
    max-width: 100%;
    height: auto
}

@media only screen and (max-width: 991px) {
    .cards-section .iconbox a {
        min-width: 14rem;
        min-height: 11.6875rem;
        margin: 0 .7rem
    }
}

@media only screen and (max-width: 767px) {
    .cards-section .iconbox a {
        padding: 1.875rem 1.3125rem;
        margin: 0 auto;
        margin-bottom: 1.875rem
    }

    .cards-section .iconbox a:last-child a {
        margin-bottom: 0
    }
}

.cards-section .iconbox a .card-content {
    margin-bottom: .95rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "montserratbold";
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase
}

.cards-section .iconbox a .card-content::after {
    content: "";
    display: inline-block;
    margin-left: .4375rem;
    background-image: url("../images/right-chevron-white.svg");
    background-repeat: no-repeat;
    width: .375rem;
    height: .625rem;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .cards-section .iconbox a .card-content {
        font-size: .75rem;
        line-height: 1.625rem;
        margin-bottom: .8rem
    }
}

.cards-section .iconbox a:hover img,
.cards-section .iconbox a:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cards-section .iconbox a:hover p,
.cards-section .iconbox a:focus p {
    color: #f1c400;
    text-decoration: underline
}

.cards-section .iconbox a:hover::after {
    background-image: url("../images/right-chevron-yellow.svg")
}

.cards-section .iconbox a:hover .card-content::after,
.cards-section .iconbox a:focus .card-content::after {
    background-image: url("../images/right-chevron-yellow.svg")
}

.cards-section .iconbox:first-child img {
    width: 7.0625rem
}

.brand-section {
    padding: 4.65rem 0 3rem
}

@media screen and (max-width: 480px) {
    .brand-section {
        padding: 2.2rem 0 2.3rem
    }
}

@media only screen and (max-width: 767px) {
    .brand-section .primary-title {
        margin: 0 0 2.2rem 0
    }
}

@media only screen and (max-width: 410px) {
    .brand-section .primary-title {
        margin: 0 0 2.15rem
    }
}

.brand-section ul {
    list-style: none;
    margin: 1.9375rem 1rem 0
}

@media only screen and (max-width: 480px) {
    .brand-section ul {
        margin: 0 2.5rem 0
    }
}

.brand-section ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1.875rem
}

@media only screen and (max-width: 767px) {
    .brand-section ul li {
        display: block;
        text-align: center;
        margin-bottom: 1.875rem
    }
}

.brand-section ul li img {
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    .brand-section ul li img {
        margin-top: .2rem;
        width: 3.375rem;
        height: auto
    }
}

.brand-section ul li:last-child {
    margin-bottom: 0
}

.brand-section .brand-container {
    padding-left: 2.3rem
}

@media only screen and (max-width: 767px) {
    .brand-section .brand-container {
        padding-left: 0
    }
}

.brand-section .brand-container .benefits-subtitle {
    margin-bottom: 0;
    letter-spacing: 0.07rem;
    line-height: 2.625rem;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .brand-section .brand-container .benefits-subtitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-top: .95rem;
        margin-bottom: .4rem
    }
}

.brand-section .brand-container .benefits-content {
    margin-bottom: 0;
    line-height: 1.625rem
}

@media only screen and (max-width: 767px) {
    .brand-section .brand-container .benefits-content {
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 2.1rem
    }

    .brand-section .brand-container .benefits-content:last-child {
        margin-bottom: 0
    }

    .brand-section .brand-container .benefits-content:last-child p {
        margin-bottom: 0
    }
}

.brand-section .brand-content {
    text-align: center;
    margin: 0 auto;
    max-width: 85%
}

@media only screen and (max-width: 410px) {
    .brand-section .brand-content {
        max-width: 100%
    }
}

.brand-section .brand-content .benefits-text {
    margin-top: .5rem;
    margin-bottom: 2.0625rem
}

.brand-section .brand-content .benefits-text strong {
    color: #142651
}

@media only screen and (max-width: 767px) {
    .brand-section .brand-content .benefits-text {
        font-size: 1rem;
        line-height: 1.75rem;
        margin-top: 3.1rem;
        margin-bottom: 1.75rem
    }

    .brand-section .brand-content .benefits-text strong {
        display: block;
        font-size: 1rem;
        line-height: 1.75rem
    }
}

.brand-card-section {
    padding: 4.65rem 0 4rem
}

@media only screen and (max-width: 767px) {
    .brand-card-section {
        padding: 2.15rem 0 2.5rem
    }
}

.brand-card-section .primary-title {
    margin-bottom: 1.25rem
}

@media only screen and (max-width: 767px) {
    .brand-card-section .primary-title {
        font-size: 1.5rem
    }
}

.brand-card-section ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0;
    height: inherit;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .brand-card-section ul {
        -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;
        margin-left: 0;
        margin-bottom: 0
    }
}

.brand-card-section ul li {
    margin-right: 4.8125rem;
    width: 330px;
    text-align: center;
    border-radius: .8125rem
}

@media only screen and (max-width: 767px) {
    .brand-card-section ul li {
        margin-right: 0;
        margin-bottom: 2.5rem;
        width: 100%;
        max-width: 20.625rem
    }
}

.brand-card-section ul li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 767px) {
    .brand-card-section ul li:last-child {
        margin-bottom: 0
    }
}

.brand-card-section ul li .card-content {
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    line-height: 1.5rem;
    padding: .9375rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000
}

@media only screen and (max-width: 991px) {
    .brand-card-section ul li .card-content {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.brand-card-section ul li a {
    display: block;
    text-decoration: none
}

.brand-card-section ul li a:hover,
.brand-card-section ul li a:focus {
    border-radius: .8125rem
}

.brand-card-section ul li a:hover .card-img,
.brand-card-section ul li a:focus .card-img {
    background-color: #33561a;
    border-radius: .8125rem .8125rem 0 0
}

.brand-card-section ul li a:hover .card-img img,
.brand-card-section ul li a:focus .card-img img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.brand-card-section .card-img {
    border-radius: .8125rem .8125rem 0 0;
    padding: 2.5625rem 0 0;
    min-height: 10.75rem
}

.brand-card-section .card-img img {
    max-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width: 1200px) {
    .brand-card-section .card-img img {
        width: auto;
        height: auto
    }
}

.nei-news {
    text-align: center;
    padding: 4.65rem 0 5rem 0
}

@media only screen and (max-width: 991px) {
    .nei-news {
        padding: 3.15rem 0 3.1rem
    }
}

@media only screen and (max-width: 767px) {
    .nei-news {
        padding: 2.2rem 0 2.5rem
    }
}

.nei-news h2 {
    color: #142651;
    margin-bottom: 1.31rem
}

@media only screen and (max-width: 991px) {
    .nei-news h2 {
        font-size: 1.5rem;
        margin-bottom: 2.4rem
    }
}

@media only screen and (max-width: 480px) {
    .nei-news h2 {
        margin-bottom: 1.3rem
    }
}

.nei-news h3 {
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .nei-news h3 {
        font-size: 1.33rem;
        line-height: 2.17rem
    }
}

.nei-news strong {
    margin-bottom: 0;
    display: block
}

@media only screen and (max-width: 991px) {
    .nei-news strong {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.nei-news p {
    margin: 0;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    .nei-news p {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.nei-news ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0;
    padding-left: 0;
    min-height: 7.25rem
}

@media only screen and (max-width: 1199px) {
    .nei-news ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.5625rem
    }
}

@media only screen and (max-width: 991px) {
    .nei-news ul {
        margin-top: 2rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .nei-news ul {
        margin-top: 2.15rem
    }
}

.nei-news ul li {
    display: inline-block;
    width: 8.3125rem;
    height: 100%
}

@media only screen and (max-width: 1199px) {
    .nei-news ul li {
        padding: 0 .25rem 2.6667rem;
        width: 10.625rem
    }
}

.nei-news ul li img {
    max-width: 8.3125rem;
    height: auto
}

.nei-news button {
    margin-top: .705625rem;
    border: 0;
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    .nei-news button {
        margin-top: 3.2rem
    }
}

@media only screen and (max-width: 991px) {
    .nei-news button {
        margin-top: .65rem
    }
}

.nei-news .medium-btn {
    margin-top: .705625rem;
    border: 0;
    text-transform: uppercase;
    text-decoration: none
}

@media only screen and (max-width: 1199px) {
    .nei-news .medium-btn {
        margin-top: 3.2rem
    }
}

@media only screen and (max-width: 991px) {
    .nei-news .medium-btn {
        margin-top: .65rem
    }
}

.nei-testimonial {
    padding: 6.25rem 0
}

@media only screen and (max-width: 991px) {
    .nei-testimonial {
        padding: 2.2rem 0 2.5rem
    }

    .nei-testimonial .testimonial-data:not(:first-child) {
        margin: .9375rem 0 0
    }
}

.nei-testimonial h3 {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .client-title {
        margin-bottom: .375rem;
        line-height: 2.25rem;
        font-size: 1.875rem
    }
}

.nei-testimonial .testimonial-data {
    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;
    margin-top: .9375rem;
    text-align: center
}

.nei-testimonial .testimonial-data img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.875rem
}

@media only screen and (max-width: 991px) {
    .nei-testimonial .testimonial-data img {
        margin-bottom: 1.45rem
    }
}

.nei-testimonial .btn-row {
    margin-top: 1.875rem;
    display: inline-block;
    text-align: center
}

.nei-testimonial .testimonial-content-box {
    max-width: 70%;
    margin: 0 auto;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: .3125rem
}

@media only screen and (max-width: 1199px) {
    .nei-testimonial .testimonial-content-box {
        max-width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .nei-testimonial .testimonial-content-box {
        max-width: 85%
    }
}

.nei-testimonial .testimonial-content-box q {
    line-height: 1.1875rem;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .testimonial-content-box q {
        font-size: 1rem;
        line-height: 1.1875rem;
        letter-spacing: .019rem
    }
}

.nei-testimonial .testimonial-content-box span {
    line-height: 1.1875rem;
    display: inline-block
}

.nei-testimonial .testimonial-content-box span~span {
    line-height: 1.4rem
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .testimonial-content-box span {
        letter-spacing: .019rem
    }

    .nei-testimonial .testimonial-content-box span~span {
        line-height: 1.1875rem
    }
}

.nei-testimonial .testimonial-content-box h3 {
    margin-top: .75rem;
    margin-bottom: .0625rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #142651
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .testimonial-content-box h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0;
        margin-top: 1rem
    }
}

.nei-testimonial .testimonial-content-box strong {
    margin-top: .75rem;
    margin-bottom: .0625rem;
    line-height: 1.375rem;
    display: block
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .testimonial-content-box strong {
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin-bottom: 0;
        margin-top: 1rem
    }
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .testimonial-content-box a {
        margin-top: 1.4375rem;
        font-size: .75rem;
        margin-bottom: 1.45rem
    }
}

@media only screen and (max-width: 365px) {
    .nei-testimonial .primary-btn {
        font-size: .875rem;
        padding: 0 .9375rem
    }
}

.text-list-section {
    padding: 3.2rem 0
}

@media screen and (max-width: 767px) {
    .text-list-section {
        padding: 2.2rem 0
    }
}

.text-list-section .primary-title {
    margin-bottom: 1.25rem
}

@media screen and (max-width: 767px) {
    .text-list-section .primary-title {
        font-size: 1.5rem
    }
}

.text-list-section p {
    line-height: 2rem;
    margin-bottom: .75rem
}

@media screen and (max-width: 767px) {
    .text-list-section p {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.text-list-section p strong {
    margin-right: .5rem
}

@media screen and (max-width: 767px) {
    .text-list-section p strong {
        display: block;
        margin: 0 0 .75rem
    }
}

.text-list-section .dotted-bullet-list {
    padding: .4rem 0 0 2.2rem;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .text-list-section .dotted-bullet-list {
        padding-left: 1.3rem
    }
}

.text-list-section .dotted-bullet-list li {
    line-height: 1.75rem;
    padding-left: 1.6rem
}

.text-list-section .dotted-bullet-list li:not(:last-child) {
    margin-bottom: .75rem
}

@media screen and (max-width: 767px) {
    .text-list-section .dotted-bullet-list li {
        line-height: 1.625rem;
        font-size: 1rem
    }
}

.text-list-section .dotted-bullet-list li strong {
    margin-right: .5rem
}

.tips-section {
    padding: 4.75rem 0
}

@media only screen and (max-width: 767px) {
    .tips-section {
        padding: 2.2rem 0 2.5rem
    }
}

.tips-section.tips-section-tags .tips-box {
    display: block
}

.tips-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tips-section .primary-title {
    margin-bottom: 1.875rem
}

@media screen and (max-width: 767px) {
    .tips-section .primary-title {
        font-size: 1.5rem
    }
}

.tips-section .tips-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .tips-section .tips-box-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tips-section .tips-box {
    width: 19.625rem;
    margin-right: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tips-section .tips-box:last-child {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .tips-section .tips-box {
        margin-right: 1.75rem
    }
}

@media only screen and (max-width: 767px) {
    .tips-section .tips-box {
        margin: 0 auto;
        padding: 0;
        text-align: left;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 300px
    }

    .tips-section .tips-box:last-child {
        margin-right: auto;
        margin-bottom: 0
    }
}

.tips-section .tips-box .sub-head {
    letter-spacing: 0.05rem;
    line-height: 1.125rem;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: .1875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tips-section .tips-box .sub-head:hover,
.tips-section .tips-box .sub-head:focus {
    color: #142651
}

.tips-section .tips-box h3 {
    line-height: 1.5rem;
    margin-bottom: .4rem
}

@media only screen and (max-width: 991px) {
    .tips-section .tips-box h3 {
        min-height: 4.5rem
    }
}

@media only screen and (max-width: 767px) {
    .tips-section .tips-box h3 {
        font-size: 1rem;
        line-height: 1.5rem;
        min-height: auto
    }
}

.tips-section .tips-box h3 a:focus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none
}

.tips-section .tips-box p {
    margin-bottom: 1.2rem
}

.tips-section .tips-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.7rem
}

@media only screen and (max-width: 767px) {
    .btn-group {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.content-section {
    padding: 3.125rem 0 3.1rem
}

@media screen and (max-width: 767px) {
    .content-section {
        padding: 2.1rem 0 1.7rem
    }
}

.content-section .content-wrap {
    max-width: 92%
}

@media screen and (max-width: 767px) {
    .content-section .content-wrap {
        max-width: 100%;
        margin: 0 auto;
        text-align: center
    }
}

.content-section p {
    font-size: 1.125rem;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 2rem
}

@media screen and (max-width: 767px) {
    .content-section p {
        display: inline;
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.content-section p strong {
    margin-right: .5rem
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    main {
        overflow: hidden
    }

    .header-classic .main-nav .navbar-nav {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .header-classic .main-nav .navbar-nav .col-section .media {
        display: block
    }

    .brand-checkbox-list .custom-checkbox input:checked+label::after {
        margin-top: -6px
    }

    .left-content .custom-checkbox input:checked+label::after {
        top: 6px;
        left: .32rem
    }

    .feature-section .feature-inner .row .left-box::after {
        top: 10px
    }

    .nav-cont .accordion-button {
        margin-bottom: 0;
        position: relative
    }

    .nav-cont .accordion-button::after {
        margin-top: -3px
    }

    .nav-cont .accordion-button[aria-expanded=true]::after {
        margin-top: -1px
    }

    .nei-testimonial .testimonial-data {
        display: block !important
    }

    .nei-brands ul.brand-items .col {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%
    }

    .nei-brands ul.brand-items .col-auto {
        -ms-flex-preferred-size: 17%;
        flex-basis: 17%
    }

    .tips-section .row .tips-box-list .tips-box {
        display: inline-block
    }

    .tips-section .row .tips-box-list .tips-box h3 {
        min-height: 48px
    }

    .brand-section li img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .nei-news ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nei-news ul li {
        margin: 0 1.5rem;
        width: 7rem
    }

    .brand-section ul li {
        display: block
    }

    .brand-section ul li::after {
        display: block;
        clear: both;
        content: ""
    }

    .brand-section ul li img {
        float: left
    }

    .brand-section .brand-container {
        margin-left: 5rem
    }

    .funding-options-section ul.dotted-bullet-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .funding-options-section ul.dotted-bullet-list li {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    .funding-options-section ul.dotted-bullet-list li:nth-child(even) {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

    .services-section .card-grid-wrap .brand-card .brand-card-header {
        line-height: 6.875rem;
        display: inline-block
    }

    .services-section .card-grid-wrap .brand-card .brand-card-header img {
        max-width: 100%;
        height: auto
    }

    .tab-container .tab-content .tab-pane.brand-card[role=tabpanel] {
        display: none
    }

    .tab-container .tab-content .tab-pane.active[role=tabpanel] {
        display: block
    }

    .quiz-modal .modal-dialog .radio-container {
        display: inline-block !important
    }

    .application-section .custom-checkbox input:checked+label::after {
        margin-top: -18px
    }
}

.faq-page .content-section {
    padding-bottom: 0
}

@media only screen and (max-width: 767px) {
    .faq-page .content-section {
        padding: 1.875rem .2rem 0 .2rem
    }
}

.faq-page .content-section .content-wrap {
    margin-bottom: 3.125rem;
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    .faq-page .content-section .content-wrap {
        text-align: left;
        margin-bottom: 1.6rem
    }
}

@media only screen and (max-width: 767px) {
    .faq-page .content-section .content-wrap h2 {
        font-size: 1rem
    }
}

.faq-page .faq-sec {
    margin-bottom: 3rem
}

@media only screen and (max-width: 767px) {
    .faq-page .faq-sec {
        padding-right: .2rem;
        padding-left: .2rem;
        margin-bottom: 1.3rem
    }
}

.faq-page .faq-sec .row {
    margin-bottom: 2.3rem
}

@media only screen and (max-width: 767px) {
    .faq-page .faq-sec .row {
        margin-bottom: .7rem
    }
}

.faq-page .faq-sec .blueheading-text {
    text-align: left;
    margin-bottom: 1.55rem;
    line-height: 2rem
}

@media only screen and (max-width: 767px) {
    .faq-page .faq-sec .blueheading-text {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1.8rem
    }
}

.faq-page .card {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 1.5rem;
    margin-left: 0rem
}

@media only screen and (max-width: 767px) {
    .faq-page .card {
        margin-bottom: .8rem
    }
}

.faq-page .card h3 {
    margin-bottom: 0
}

.faq-page .card button {
    line-height: 1.625rem;
    font-family: "montserratbold";
    padding-left: 1.25rem;
    position: relative;
    background-color: transparent;
    border: 0;
    text-align: left
}

@media only screen and (max-width: 767px) {
    .faq-page .card button {
        font-size: 1rem
    }
}

.faq-page .card button::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "";
    background: no-repeat center url(../images/right-arrow-faq.svg);
    height: .75rem;
    width: .625rem;
    position: absolute;
    display: inline-block;
    margin-right: .625rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    top: 7px
}

@media only screen and (max-width: 767px) {
    .faq-page .card p {
        font-size: .875rem;
        line-height: 1.375rem
    }
}

.faq-page .card .collapsed::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.faq-page .card .card-body {
    padding: .625rem 1.25rem 0
}

.faq-page .card .card-body p:last-child {
    margin-bottom: 0
}

.feature-60-40-section {
    padding: 4.1875rem 0
}

.feature-60-40-section .row-60-40 {
    margin: 2.5rem 0
}

.feature-60-40-section .row {
    margin-bottom: 3.125rem
}

.feature-60-40-section .row:last-child {
    margin-bottom: 0
}

.feature-60-40-section .row .left-box {
    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;
    height: 100%
}

.feature-60-40-section .row .left-box::after {
    content: "";
    position: absolute;
    right: 0;
    height: 90%;
    background-color: #142651;
    width: 1px
}

.feature-60-40-section .row .left-box p {
    margin-bottom: 1.25rem
}

.feature-60-40-section .row .right-box {
    padding-left: 1.875rem
}

    .feature-60-40-section .row .right-box .benefits-subtitle {
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 0.07rem;
        line-height: 2.625rem
    }

.feature-60-40-section .row .right-box p {
    line-height: 1.625rem;
    margin-bottom: 1.05rem
}

.feature-60-40-section .row .right-box .primary-btn {
    width: 11.25rem;
    padding: 0
}

@media screen and (max-width: 767px) {
    .feature-60-40-section {
        padding-top: 1rem
    }

    .feature-60-40-section .row .left-box {
        text-align: center
    }

    .feature-60-40-section .row .left-box::after {
        display: none
    }

    .feature-60-40-section .row .left-box img {
        margin: 1rem 0
    }

    .feature-60-40-section .row .right-box {
        padding-left: 0;
        text-align: center
    }

    .feature-60-40-section .row .right-box p {
        padding: 0 1rem
    }
}

@media screen and (max-width: 480px) {
    .feature-60-40-section .row .right-box .primary-btn {
        width: auto
    }
}

.content-heading-section {
    padding: 3.05rem 0 4rem
}

@media screen and (max-width: 767px) {
    .content-heading-section {
        padding: 2.2rem 0 1.5rem
    }
}

.content-heading-section h2 {
    text-align: center;
    margin-bottom: 1.4rem
}

@media screen and (max-width: 767px) {
    .content-heading-section h2 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

.content-heading-section p {
    line-height: 2rem
}

.content-heading-section p strong {
    margin-right: .5rem
}

@media screen and (max-width: 767px) {
    .content-heading-section p {
        text-align: center;
        font-size: 1rem
    }
}

@media screen and (max-width: 767px) {
    .content-heading-section p:last-child {
        margin-bottom: 0
    }
}

.brand-info-section {
    text-align: center
}

.brand-info-section h2 {
    line-height: normal;
    margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
    .brand-info-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1.75rem
    }
}

.brand-info-section p {
    line-height: 2rem;
    margin: 0
}

.brand-info-section p strong {
    display: block
}

@media screen and (max-width: 767px) {
    .brand-info-section p strong {
        margin-top: 1rem
    }
}

@media screen and (max-width: 767px) {
    .brand-info-section p {
        font-size: 1rem;
        line-height: 1.625rem;
        max-width: 92%;
        margin: 0 auto
    }

    .brand-info-section p+p {
        padding-top: .75rem
    }
}

.brand-info-section .tab-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3.125rem 0 3.8rem
}

@media screen and (max-width: 767px) {
    .brand-info-section .tab-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem
    }
}

.brand-info-section .tab-container .custom-select {
    display: none
}

@media screen and (max-width: 767px) {
    .brand-info-section .tab-container .custom-select {
        display: block;
        max-width: 83.2%;
        margin: 0 auto;
        height: 3.125rem;
        border-radius: .25rem;
        font-size: 1rem;
        color: #000;
        letter-spacing: 0;
        line-height: 1.125rem;
        margin-bottom: 1.25rem
    }
}

@media screen and (max-width: 400px) {
    .brand-info-section .tab-container .custom-select {
        max-width: 100%
    }
}

.brand-info-section .tab-content-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 .9rem
    }
}

.brand-info-section .tab-content-section .brand-card {
    border-radius: .5rem;
    border: 1px solid #c7c7c7
}

@media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section .brand-card {
        max-width: 83.2%;
        margin: 0 auto
    }
}

@media screen and (max-width: 400px) {
    .brand-info-section .tab-content-section .brand-card {
        max-width: 100%
    }
}

.brand-info-section .tab-content-section .brand-card .img-parent {
    height: 4.375rem;
    margin-bottom: 2rem
}

.brand-info-section .tab-content-section .brand-card .img-parent .card-img-top {
    height: 100%
}

.brand-info-section .tab-content-section .brand-card .card-body {
    padding: 2.8125rem 0 2.1rem 0;
    max-width: 80%;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section .brand-card .card-body {
        padding: 1.8125rem 0 .65rem 0
    }
}

.brand-info-section .tab-content-section .brand-card .card-body .card-title {
    letter-spacing: .07rem;
    text-transform: uppercase;
    margin-top: 1rem;
    display: block
}

@media screen and (max-width: 1023px) {
    .brand-info-section .tab-content-section .brand-card .card-body .card-title {
        font-size: 1rem;
        margin: .313rem 0 .188rem
    }
}

.brand-info-section .tab-content-section .brand-card .card-body .card-text {
    line-height: 1.75rem
}

@media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section .brand-card .card-body .card-text {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.brand-info-section .tab-content-section .brand-card .brand-card-footer {
    background: #142651;
    border-radius: 0 0 .5rem .5rem;
    padding: .875rem 0;
    margin-top: .3125rem
}

.brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link {
    color: #fff;
    margin: 0;
    font-size: .75rem
}

.brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link::after {
    margin-left: .75rem
}

.brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link:focus {
    outline: 2px solid #fff
}

.tab-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

@media screen and (max-width: 767px) {
    .tab-menu {
        display: none
    }
}

.tab-menu .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: none
}

.tab-menu .list-group .list-group-item {
    width: 10.375rem;
    margin-right: 2.5rem;
    margin-bottom: 1.25rem;
    height: 5rem;
    border: 1px solid #c7c7c7;
    border-radius: .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .9375rem;
    cursor: pointer
}

.tab-menu .list-group .list-group-item.active {
    background-color: transparent
}

.tab-menu .list-group .list-group-item[aria-selected=true] {
    background-color: #142651
}

.tab-menu .list-group .list-group-item[aria-selected=true] .img-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-menu .list-group .list-group-item[aria-selected=true] .img-top {
    display: none
}

.tab-menu .list-group .list-group-item:hover img,
.tab-menu .list-group .list-group-item:focus img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tab-menu .list-group .list-group-item .img-active {
    display: none
}

.tab-menu .list-group .list-group-item .list-brand {
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tab-menu .list-group .list-group-item .dryervent_img {
    height: 3.4375rem
}

@media screen and (max-width: 1024px) {
    .tab-menu .list-group .list-group-item {
        width: 30%;
        margin-right: .625rem
    }
}

.tab-container .tab-content [role=tabpanel] {
    display: none
}

.tab-container .tab-content [role=tabpanel][aria-expanded=true] {
    display: block
}

.left-text-wrap {
    padding: 5rem 0
}

@media screen and (max-width: 1024px) {
    .left-text-wrap {
        padding: 2.5rem 0
    }
}

@media screen and (max-width: 767px) {
    .left-text-wrap {
        text-align: center
    }
}

.left-text-wrap h2 {
    line-height: normal;
    margin-bottom: 1.85rem
}

@media screen and (max-width: 767px) {
    .left-text-wrap h2 {
        font-size: 1.5rem;
        padding-top: 1.8125rem;
        margin-bottom: 1.4rem
    }
}

.left-text-wrap .sub-title {
    letter-spacing: 0.0625rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    display: block
}

@media screen and (max-width: 767px) {
    .left-text-wrap .sub-title {
        font-size: 1rem
    }
}

.left-text-wrap p {
    line-height: 2rem
}

@media screen and (max-width: 767px) {
    .left-text-wrap p {
        font-size: 1rem;
        line-height: 1.625rem;
        max-width: 95%;
        margin: 0 auto
    }
}

.left-text-wrap .primaryBlue-btn {
    margin-top: 1.45rem
}

@media screen and (max-width: 767px) {
    .left-text-wrap .primaryBlue-btn {
        margin-top: 2.1rem
    }
}

.left-text-wrap .img-section {
    text-align: center
}

#main .right-text-wrap {
    padding: 0rem 0 !important
}

.right-text-wrap {
    padding: 5rem 0
}

@media screen and (max-width: 767px) {
    .right-text-wrap {
        text-align: center
    }
}

@media screen and (max-width: 1024px) {
    .right-text-wrap {
        padding: 3.1rem 0
    }
}

.right-text-wrap h2 {
    line-height: normal;
    margin-bottom: 1.85rem
}

@media screen and (max-width: 767px) {
    .right-text-wrap h2 {
        font-size: 1.5rem;
        padding-top: 1.8125rem;
        margin-bottom: 1.4rem
    }
}

.right-text-wrap .sub-title {
    letter-spacing: 0.0625rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    display: block
}

@media screen and (max-width: 767px) {
    .right-text-wrap .sub-title {
        font-size: 1rem
    }
}

.right-text-wrap .primaryBlue-btn {
    margin-top: 1.45rem
}

.right-text-wrap .img-section {
    text-align: center
}

@media screen and (max-width: 767px) {
    .tips-section {
        padding: 2.3rem 0 2.5rem
    }

    .tips-section .tips-box {
        margin-bottom: 2.5rem
    }
}

@media screen and (min-width: 768px) {
    .tab-container .tab-content [role=tabpanel] {
        display: none
    }

    .tab-container .tab-content [role=tabpanel][aria-expanded=true] {
        display: block
    }
}

.text-list-section h2 {
    color: #142651
}

.text-list-section h3 {
    text-align: center;
    margin-bottom: 1.2rem;
    margin-top: 1.25rem
}

.video-section {
    padding: 3.75rem 0
}

@media only screen and (max-width: 1024px) {
    .video-section {
        padding: 2.5rem 0
    }
}

@media only screen and (max-width: 767px) {
    .video-section {
        padding: 0 0 1.2rem
    }
}

.video-section .primary-title {
    text-align: left
}

@media only screen and (max-width: 767px) {
    .video-section .primary-title {
        margin-top: 2.2rem
    }
}

@media only screen and (max-width: 767px) {
    .video-section p {
        font-size: 1rem
    }
}

.tips-section {
    padding: 3.55rem 0 2.39rem 0
}

@media only screen and (max-width: 767px) {
    .tips-section {
        padding: 2.2rem 0 1rem 0
    }
}

.tips-section .primary-title {
    margin-bottom: 1.47rem
}

@media only screen and (max-width: 767px) {
    .tips-section .primary-title {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width: 767px) {
    .tips-section .tips-box {
        margin-bottom: .5rem
    }
}

.tips-section .tips-box h3 {
    margin-bottom: .21875rem
}

.tips-section .tips-box img {
    margin-bottom: .7rem
}

@media only screen and (max-width: 767px) {
    .text-list-section {
        padding: 2.2rem 0 1.4rem
    }
}

.testimonial-section {
    padding: 5.3125rem 0 6.375rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section {
        padding: 1.4rem 0 2.5rem
    }
}

.testimonial-section .testimonial-left {
    padding-right: 2.1875rem
}

@media only screen and (max-width: 991px) {
    .testimonial-section .testimonial-left {
        padding-right: 1rem
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-left {
        padding-right: 0
    }
}

.testimonial-section .img-testimonial {
    margin-bottom: 4.65rem;
    margin-top: -2.75rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section .img-testimonial {
        max-width: 90%;
        margin: 0 auto 2.4rem
    }
}

.testimonial-section .story-top-wrap {
    padding-bottom: 2.5rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section .story-top-wrap {
        padding-bottom: .4rem
    }
}

.testimonial-section .story-top-wrap h2 {
    letter-spacing: 0.125rem;
    line-height: 2.75rem;
    text-transform: uppercase;
    margin-bottom: .875rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section .story-top-wrap h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 1rem
    }
}

.testimonial-section .story-top-wrap p {
    line-height: 1.625rem;
    margin-bottom: 1.5625rem
}

.testimonial-section .link-card a {
    min-width: 18rem
}

@media only screen and (max-width: 991px) {
    .testimonial-section .link-card a {
        width: auto;
        min-width: auto
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section .question-section {
        margin-bottom: 2.21rem
    }
}

.testimonial-section .question-section-header {
    padding: 2rem 2.625rem 2.2rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section .question-section-header {
        padding: 1.625rem 1.25rem
    }
}

.testimonial-section .question-section-header h2 {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1.7rem;
    text-align: left
}

.testimonial-section .question-section-header h2::after {
    position: absolute;
    width: 6.25rem;
    height: .0625rem;
    content: "";
    left: 0;
    background: #fff;
    bottom: 0
}

@media only screen and (max-width: 991px) {
    .testimonial-section .question-section-header h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 1.2rem;
        padding-bottom: 1.2rem
    }
}

.testimonial-section .question-section-header p,
.testimonial-section .question-section-header h4 {
    line-height: 1.625rem;
    margin: 0
}

.testimonial-section .question-section-content {
    padding: 1.9rem 2.65rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section .question-section-content {
        padding: 1.9rem 1.25rem
    }
}

.testimonial-section .question-section-content dl {
    margin-bottom: 0
}

.testimonial-section .question-section-content dl dt {
    font-family: "montserratbold"
}

.testimonial-section .question-section-content dl dt,
.testimonial-section .question-section-content dl dd {
    line-height: 1.625rem
}

.testimonial-section .question-section-content dl dd {
    margin-bottom: 1rem
}

.testimonial-section .question-section-content dl dd:last-child {
    margin-bottom: 0
}

.testimonial-section .testimonial-quote {
    font-size: 1.74rem;
    position: relative;
    line-height: 2.25rem;
    padding: 3.25rem 0;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
    letter-spacing: 0.0006rem;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-quote {
        font-size: 1.3125rem;
        line-height: 1.875rem;
        padding: 0 0 2.1rem 0
    }
}

.testimonial-section .testimonial-quote-wrap {
    position: relative
}

.testimonial-section .testimonial-quote-wrap::after {
    position: absolute;
    width: 10.625rem;
    height: .125rem;
    content: "";
    left: 0;
    background: #979797;
    bottom: 0;
    margin: auto;
    right: 0
}

@media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-quote-wrap::after {
        display: none
    }
}

.testimonial-section .video-container {
    padding-top: 3.4375rem
}

@media only screen and (max-width: 767px) {
    .testimonial-section .video-container {
        padding-top: 0
    }
}

.testimonial-section .testimonial-right {
    padding-left: 2.1875rem
}

@media only screen and (max-width: 991px) {
    .testimonial-section .testimonial-right {
        padding-left: 1rem
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-right {
        padding-left: 0;
        margin-top: 2.125rem
    }
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .primary-title {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }

    .nei-testimonial .btn-row {
        margin-top: .9rem
    }

    .nei-testimonial .testimonial-data:not(:first-child) {
        margin: .2rem 0 0
    }
}

.link-card {
    padding: 3.125rem;
    text-align: center;
    border-radius: .9375rem
}

@media only screen and (max-width: 767px) {
    .link-card {
        padding: 2.5rem 1rem
    }
}

.link-card p {
    font-size: 1.3125rem;
    font-family: "montserratbold";
    max-width: 90%;
    margin: 0 auto 1.375rem auto
}

@media only screen and (max-width: 767px) {
    .link-card p {
        max-width: 100%;
        font-size: 1rem;
        letter-spacing: 0.0625rem;
    }
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
    position: absolute
}

.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.threetile-blade-section {
    padding: 3.125rem 0 5rem
}

@media screen and (max-width: 767px) {
    .threetile-blade-section {
        padding: 2.5rem 0
    }
}

.threetile-blade-section .blade-sec {
    margin-right: .625rem
}

@media screen and (max-width: 991px) {
    .threetile-blade-section .blade-sec {
        margin-right: 0
    }
}

@media screen and (max-width: 575px) {
    .threetile-blade-section .blade-sec {
        margin-bottom: 2.5rem
    }
}

.threetile-blade-section .blade-sec:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .threetile-blade-section .blade-sec:last-child {
        margin-bottom: 0
    }
}

.threetile-blade-section .card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 0 0 .5rem .5rem;
    border: 1px solid #d3d7de;
    text-align: center;
    height: 100%
}

.threetile-blade-section .card:hover,
.threetile-blade-section .card:focus {
    text-decoration: none
}

.threetile-blade-section .card:hover .card-header img,
.threetile-blade-section .card:focus .card-header img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.threetile-blade-section .card:hover span,
.threetile-blade-section .card:focus span {
    text-decoration: underline
}

.threetile-blade-section .card:hover span::after,
.threetile-blade-section .card:focus span::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.threetile-blade-section .card-header {
    padding: 3.3125rem 0 0;
    min-height: 12.75rem
}

@media screen and (max-width: 767px) {
    .threetile-blade-section .card-header {
        height: 11.687rem;
        padding: 3rem 0
    }
}

.threetile-blade-section .card-header img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 100%
}

.threetile-blade-section .flexible {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.threetile-blade-section .card-block {
    padding: 1.875rem .875rem 1.3rem .875rem
}

@media screen and (max-width: 767px) {
    .threetile-blade-section .card-block {
        padding-bottom: 1.5rem
    }
}

.threetile-blade-section .card-block .card-title {
    margin-bottom: 1rem;
    letter-spacing: 0.1875rem;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .threetile-blade-section .card-block .card-title {
        margin-bottom: .5rem;
        line-height: 1.75rem
    }
}

.threetile-blade-section .card-block .card-text {
    margin-bottom: .5rem;
    line-height: 1.625rem
}

.threetile-blade-section .card-block .card-text:hover {
    text-decoration: none
}

.threetile-blade-section .card-footer {
    background-color: transparent;
    padding: .875rem 1.25rem
}

.threetile-blade-section .card-footer .right-arrow-link {
    margin-top: 0
}

.threetile-blade-section .card-footer .right-arrow-link::after {
    margin-left: .5rem
}

.services-wrapper {
    padding: 5.2rem 0 5rem
}

@media screen and (max-width: 1365px) {
    .services-wrapper .inner-container {
        padding: 0 .9375rem 1.8rem
    }
}

@media screen and (max-width: 1024px) {
    .services-wrapper {
        padding: 3.125rem 0 1rem 0
    }
}

@media screen and (max-width: 767px) {
    .services-wrapper {
        padding: 2.5rem 0 1.5rem 0
    }
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap {
        margin-bottom: 2.1875rem
    }
}

.services-wrapper .right-wrap .img-section {
    position: relative
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap .img-section {
        max-width: 12.5625rem;
        margin: 0 auto
    }
}

.services-wrapper .right-wrap .top-img {
    position: absolute;
    top: 0;
    right: 0
}

.services-wrapper .right-wrap .top-img.border-img {
    border-radius: 50%;
    border: 2px solid #142651;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    top: 0;
    right: 0
}

@media screen and (max-width: 991px) {
    .services-wrapper .right-wrap .top-img.border-img {
        width: 5.1875rem;
        height: 5.1875rem;
        padding: 1.25rem;
        top: -20px
    }
}

.services-wrapper .right-wrap .top-img.border-img .brand-icon-sm {
    width: 50px
}

.services-wrapper .left-wrap .content-wrapper {
    padding-right: 2.5rem
}

@media screen and (max-width: 767px) {
    .services-wrapper .left-wrap .content-wrapper {
        padding-right: 0
    }
}

.services-wrapper.right-text-wrap .left-wrap {
    padding-left: 2.5rem;
    padding-right: 0
}

.services-wrapper .title {
    line-height: 2rem;
    margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
    .services-wrapper .title {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: .8rem
    }
}

.services-wrapper p {
    margin-bottom: .75rem;
    line-height: 1.625rem
}

@media screen and (max-width: 767px) {
    .services-wrapper p:last-child {
        margin-bottom: 1.875rem
    }
}

.services-wrapper strong {
    margin-right: .5rem
}

.services-wrapper .primary-btn {
    margin-top: 1rem
}

@media screen and (max-width: 991px) {
    .services-wrapper .primary-btn {
        margin-bottom: 1rem;
        margin-top: 1.9rem
    }
}

@media screen and (max-width: 480px) {
    .services-wrapper .primary-btn {
        font-size: .75rem;
        display: block
    }
}

.feature-section {
    padding: 4.1875rem 0
}

@media only screen and (max-width: 767px) {
    .feature-section {
        padding: 2.2rem 0 2.5rem
    }
}

.feature-section .primary-title {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .feature-section .primary-title {
        font-size: 1.5rem;
        margin-bottom: 0
    }
}

.feature-section .feature-inner {
    padding: 2.5rem 0 0
}

@media screen and (max-width: 767px) {
    .feature-section .feature-inner {
        padding-top: 1rem
    }
}

.feature-section .feature-inner .row {
    margin-bottom: 3.125rem
}

.feature-section .feature-inner .row:last-child {
    margin-bottom: 0
}

.feature-section .feature-inner .row .left-box {
    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;
    height: 100%
}

@media screen and (max-width: 767px) {
    .feature-section .feature-inner .row .left-box {
        text-align: center
    }
}

.feature-section .feature-inner .row .left-box::after {
    content: "";
    position: absolute;
    right: 0;
    height: 90%;
    background-color: #142651;
    width: 1px
}

@media screen and (max-width: 767px) {
    .feature-section .feature-inner .row .left-box::after {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .feature-section .feature-inner .row .left-box img {
        margin: 1rem 0
    }
}

.feature-section .feature-inner .row .left-box p {
    margin-bottom: 1.25rem
}

.feature-section .feature-inner .row .right-box {
    padding-left: 1.875rem
}

@media screen and (max-width: 767px) {
    .feature-section .feature-inner .row .right-box {
        padding-left: 0;
        text-align: center
    }
}

.feature-section .feature-inner .row .right-box .benefits-subtitle {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    line-height: 2.625rem
}

.feature-section .feature-inner .row .right-box p {
    line-height: 1.625rem;
    margin-bottom: 1.05rem
}

@media screen and (max-width: 767px) {
    .feature-section .feature-inner .row .right-box p {
        padding: 0 1rem
    }
}

.feature-section .feature-inner .row .right-box .primary-btn {
    width: 11.25rem;
    padding: 0
}

@media screen and (max-width: 480px) {
    .feature-section .feature-inner .row .right-box .primary-btn {
        width: auto
    }
}

@media only screen and (max-width: 767px) {
    .brand-section .primary-title {
        font-size: 1.5rem;
        margin-bottom: 1.7rem
    }
}

.brand-section .brand-section ul li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .primary-title {
        font-size: 1.5rem;
        margin-bottom: .7rem
    }
}

.services-section {
    margin-bottom: 0rem
}

@media screen and (max-width: 767px) {
    .services-section {
        margin-bottom: .2rem
    }
}

.services-section h2 {
    line-height: 1.625rem;
    text-transform: uppercase;
    margin-bottom: 1.4375rem
}

@media screen and (max-width: 767px) {
    .services-section h2 {
        font-size: 1.5rem;
        margin-bottom: .5rem;
        letter-spacing: -0.0193rem;
        text-align: center
    }
}

.services-section p {
    line-height: 1.625rem;
    margin-bottom: 2.5625rem
}

@media screen and (max-width: 767px) {
    .services-section p {
        max-width: 75%;
        margin: 0 auto 1.5rem;
        text-align: center
    }
}

.card-grid-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-grid-wrap .grid-card {
    list-style: none;
    margin-bottom: 2.5rem;
    width: 22.3%;
    margin-right: 2.5rem;
    border: 1px solid #9faec6;
    border-radius: .563rem
}

@media screen and (min-width: 992px) {
    .card-grid-wrap .grid-card:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (max-width: 1160px) {
    .card-grid-wrap .grid-card {
        margin-right: 2rem;
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 991px) {
    .card-grid-wrap .grid-card {
        width: 30.3%
    }

    .card-grid-wrap .grid-card:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .card-grid-wrap .grid-card {
        width: 46.85%
    }

    .card-grid-wrap .grid-card:nth-child(3n+3) {
        margin-right: 2rem
    }

    .card-grid-wrap .grid-card:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 567px) {
    .card-grid-wrap .grid-card {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 342px
    }

    .card-grid-wrap .grid-card:nth-child(2n+2),
    .card-grid-wrap .grid-card:nth-child(3n+3) {
        margin-right: auto
    }
}

.card-row {
    min-height: 240px;
    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-row .grid-card-cont {
    position: relative
}

.card-row .grid-card-img {
    max-height: 160px;
    overflow: hidden
}

.card-row .grid-card-img .card-img-top {
    border-radius: .438rem .438rem 0 0
}

.card-row .media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem .8rem .95rem 1.35rem
}

@media screen and (max-width: 1199px) {
    .card-row .media {
        padding: 1.25rem 1rem
    }
}

.card-row .media img {
    width: auto;
    height: 1.75rem
}

.card-row .media h3 {
    line-height: 1.3rem;
    letter-spacing: .09375rem;
    text-transform: uppercase;
    margin-left: .95rem;
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .card-row .media h3 {
        font-size: .875rem
    }
}

@media screen and (max-width: 767px) {
    .card-row .media h3 {
        line-height: 1.5rem
    }
}

.fifty-fifty-section {
    padding: 3.75rem 0 5rem 0
}

@media only screen and (max-width: 1024px) {
    .fifty-fifty-section {
        padding: 2.5rem 0 2.5rem
    }
}

.fifty-fifty-section.right-text-wrap .content-wrapper {
    height: auto;
    padding-left: 2rem
}

@media only screen and (max-width: 991px) {
    .fifty-fifty-section.right-text-wrap .content-wrapper {
        padding-left: 0
    }
}

.fifty-fifty-section.left-text-wrap .content-wrapper {
    height: auto;
    padding-right: 2rem
}

@media only screen and (max-width: 991px) {
    .fifty-fifty-section.left-text-wrap .content-wrapper {
        padding-right: 0
    }
}

.fifty-fifty-section .primary-title {
    margin-bottom: 3.15rem
}

@media only screen and (max-width: 991px) {
    .fifty-fifty-section .primary-title {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

@media only screen and (max-width: 767px) {
    .fifty-fifty-section .primary-title {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

.primary-btn {
    margin-top: 1rem
}

@media only screen and (max-width: 575px) {
    .primary-btn {
        font-size: .9rem;
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%
    }
}

.how-this-work .desc {
    line-height: 2rem
}

@media only screen and (max-width: 1024px) {
    .how-this-work .desc {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.how-this-work .desc strong {
    margin-right: .3625rem;
    display: inline-block
}

@media only screen and (max-width: 1200px) {
    .how-this-work .desc strong {
        display: inline
    }
}

.brand-card-section .card-content-bottom {
    margin: 0 auto;
    text-align: center;
    max-width: 85%
}

@media only screen and (max-width: 767px) {
    .brand-card-section .card-content-bottom {
        max-width: 100%
    }
}

.brand-card-section .desc {
    max-width: 94%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: .85rem
}

.brand-card-section ul li {
    margin-right: 3.419%;
    width: 31.89%;
    border: 1px solid #d3d7de;
    margin-top: 1.5625rem
}

@media only screen and (max-width: 1200px) {
    .brand-card-section ul li {
        margin-right: 2rem
    }
}

@media only screen and (max-width: 767px) {
    .brand-card-section ul li {
        margin: 1.3rem 0;
        width: 100%;
        max-width: 23.625rem
    }

    .brand-card-section ul li:last-child {
        margin-bottom: 1.1rem
    }
}

.brand-card-section ul li .card-img {
    border-radius: 0 0;
    padding: 3.375rem 0 0;
    min-height: 12.75rem
}

@media only screen and (max-width: 991px) {
    .brand-card-section ul li .card-img {
        padding-top: 3.5rem
    }
}

.brand-card-section ul li .card-content {
    padding: 1.45rem .9375rem 1.3rem;
    letter-spacing: 0.1875rem;
}

.brand-card-section ul li a:hover .card-img,
.brand-card-section ul li a:focus .card-img {
    background-color: #142651;
    border-radius: 0
}

.brand-card-section ul li a:hover .card-img img,
.brand-card-section ul li a:focus .card-img img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.offer-section {
    padding: 4.6rem 0 5rem 0;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .offer-section {
        padding: 2.2rem 0 2.5rem
    }
}

.offer-section .primary-title {
    margin-bottom: 1.1rem
}

@media only screen and (max-width: 767px) {
    .offer-section .primary-title {
        font-size: 1.5rem
    }
}

.offer-section .desc {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: .875rem
}

@media only screen and (max-width: 767px) {
    .offer-section .desc {
        max-width: 94%;
        margin-bottom: .9375rem
    }
}

.guide-content {
    margin: 0 auto;
    text-align: center;
    max-width: 85%
}

@media only screen and (max-width: 767px) {
    .guide-content {
        max-width: 100%
    }
}

.guide-content h2 {
    font-size: 2.25rem;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
    line-height: 2.625rem
}

@media only screen and (max-width: 991px) {
    .guide-content h2 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

.guide-content p {
    margin-bottom: 3.125rem;
    line-height: 2rem
}

@media only screen and (max-width: 767px) {
    .guide-content p {
        text-align: left;
        margin-bottom: 1.875rem;
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.guide-content p strong {
    display: block
}

@media only screen and (max-width: 767px) {
    .guide-content p strong {
        display: inline
    }
}

.download-guide {
    padding: 5rem 0
}

@media only screen and (max-width: 991px) {
    .download-guide {
        padding: 2.2rem 0 2.5rem
    }
}

@media only screen and (max-width: 767px) {
    .download-guide .left-wrap {
        text-align: center
    }
}

.download-guide .left-wrap img {
    width: 33.8125rem
}

@media only screen and (max-width: 1100px) {
    .download-guide .left-wrap img {
        width: auto
    }
}

.download-guide .right-wrap {
    padding-left: 1.3125rem
}

@media only screen and (max-width: 767px) {
    .download-guide .right-wrap {
        padding-left: .9375rem
    }
}

.download-guide .right-wrap h3 {
    margin-bottom: 1.9rem
}

@media only screen and (max-width: 767px) {
    .download-guide .right-wrap h3 {
        margin-top: 2.3rem
    }
}

@media only screen and (max-width: 767px) {
    .download-guide .right-wrap .dwnload-form h3 {
        margin-top: 1rem;
        margin-bottom: 1.5rem
    }

    .download-guide .right-wrap .dwnload-form .primary-btn {
        margin-top: 1.5rem
    }
}

.download-guide .right-wrap .dotted-bullet-list li::before {
    top: 4px
}

.download-guide .right-wrap h4 {
    letter-spacing: 0.0625rem;
    line-height: normal;
    text-transform: uppercase;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .download-guide .right-wrap h4 {
        font-size: 1rem
    }
}

.download-guide .right-wrap .dotted-bullet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.1875rem
}

@media only screen and (max-width: 767px) {
    .download-guide .right-wrap .dotted-bullet-list {
        margin-bottom: 0
    }
}

.download-guide .right-wrap .dotted-bullet-list li {
    width: 50%;
    float: left;
    margin-bottom: 1.6rem
}

@media only screen and (max-width: 767px) {
    .download-guide .right-wrap .dotted-bullet-list li {
        width: 100%;
        margin-bottom: .8125rem
    }
}

.download-guide .form-group {
    margin-bottom: 1rem
}

.download-guide .form-control {
    width: 100%;
    color: #000;
    font-size: 1rem
}

.download-guide .form-control.comments-area {
    height: 6rem
}

@media only screen and (max-width: 575px) {
    .download-guide .form-control.comments-area {
        height: 9rem
    }
}

.download-guide .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400
}

.download-guide .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400
}

.download-guide .form-control::-ms-input-placeholder {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400
}

.download-guide .form-control::placeholder {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400
}

.download-guide .custom-select {
    height: 3.125rem;
    color: #000;
    font-size: 1rem;
    width: 11.1875rem;
    display: block
}

.download-guide input[type=button] {
    margin-top: .625rem
}

.services-wrapper {
    padding: 5rem 0
}

@media screen and (max-width: 767px) {
    .services-wrapper {
        padding: 2rem 0
    }
}

.services-wrapper .left-wrap {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (max-width: 767px) {
    .services-wrapper .left-wrap {
        width: 100%;
        margin-bottom: 2.1875rem
    }
}

.services-wrapper .left-wrap .img-section {
    position: relative
}

@media screen and (max-width: 767px) {
    .services-wrapper .left-wrap .img-section {
        max-width: 10.6875rem;
        margin: 0 auto
    }
}

.services-wrapper .left-wrap .img-section .top-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.625rem;
    height: 3.625rem
}

@media screen and (max-width: 991px) {
    .services-wrapper .left-wrap .img-section .top-img {
        width: 2.8125rem;
        height: 2.8125rem
    }
}

@media screen and (max-width: 767px) {
    .services-wrapper .left-wrap .img-section .top-img {
        width: 3.625rem;
        height: 3.625rem
    }
}

.services-wrapper .left-wrap .img-section .top-img.border-img {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.75rem;
    height: 4.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .75rem;
    background: #fff;
    top: 0;
    right: 0
}

@media screen and (max-width: 991px) {
    .services-wrapper .left-wrap .img-section .top-img.border-img {
        width: 3.75rem;
        height: 3.75rem;
        padding: .5rem
    }
}

@media screen and (max-width: 767px) {
    .services-wrapper .left-wrap .img-section .top-img.border-img {
        width: 3.5rem;
        height: 3.5rem;
        padding: .5rem
    }
}

.services-wrapper .right-wrap {
    width: 49.5%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 4.4375rem
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap {
        width: 100%;
        padding-left: 0
    }
}

.services-wrapper .right-wrap .content-wrapper {
    max-width: 87%
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap .content-wrapper {
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap .title {
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: .6rem
    }
}

.services-wrapper .right-wrap .content {
    margin-bottom: .5rem
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap .content {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.services-wrapper .right-wrap strong {
    margin-right: .3125rem
}

.services-wrapper .right-wrap .link-text {
    margin-top: .625rem
}

@media screen and (max-width: 767px) {
    .services-wrapper .right-wrap .link-text {
        font-size: 1.125rem;
        line-height: 2.25rem
    }
}

@media screen and (max-width: 1365px) {
    .services-wrapper .row {
        padding: 0 .9375rem
    }
}

.services-wrapper .row:last-child {
    margin-bottom: 2.3125rem
}

@media screen and (max-width: 767px) {
    .services-wrapper .row:last-child {
        margin-bottom: 0
    }
}

.offer-section {
    padding: 3.125rem 0
}

@media only screen and (max-width: 480px) {
    .offer-section {
        padding: 2.05rem 0 2.5rem
    }
}

.offer-section .offer-inner-container {
    max-width: 75%;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .offer-section .offer-inner-container {
        max-width: 95%
    }
}

@media only screen and (max-width: 767px) {
    .offer-section .offer-inner-container .primary-title {
        font-size: 1.5rem;
        margin-bottom: 1.3rem
    }
}

.offer-section .offer-inner-container .lead-subtitle {
    margin-bottom: 1.6rem;
    line-height: 2rem
}

.offer-section .offer-inner-container .lead-subtitle strong {
    margin: 0 .3125rem
}

@media only screen and (max-width: 767px) {
    .offer-section .offer-inner-container .lead-subtitle {
        font-size: 1rem;
        line-height: 1.75rem;
        max-width: 90%;
        margin: 0 auto 1.95rem
    }
}

@media only screen and (max-width: 767px) {
    .brand-section .primary-title {
        font-size: 1.5rem;
        margin-bottom: 1.9rem
    }
}

.nei-franchising {
    padding: 6.25rem 0
}

@media only screen and (max-width: 991px) {
    .nei-franchising {
        padding: 2.5rem 0 2.5rem 0
    }
}

.nei-franchising h2 {
    text-align: left;
    margin-bottom: 1.25rem;
    padding-left: 4.5rem
}

@media only screen and (max-width: 991px) {
    .nei-franchising h2 {
        font-size: 1.5rem;
        margin-bottom: 1.19rem;
        padding-left: 0;
        max-width: 86%;
        margin: 0 auto;
        padding-top: 1.7rem
    }
}

.nei-franchising .franchising-img {
    width: auto;
    margin-top: -1rem
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-img {
        padding: 0 1.5rem;
        margin-top: 0;
        width: 100%;
    }
}

.nei-franchising .franchising-img img {
    height: auto;
    max-width: 100%
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-img img {
        padding-top: 0
    }
}

.nei-franchising .franchising-data {
    padding-left: 4.5rem
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-data {
        padding-left: 0;
        padding-top: .7rem;
        max-width: 86%;
        margin: auto
    }
}

.nei-franchising .franchising-data .services-subtitle {
    margin-bottom: 1.95rem;
    font-family: "montserratbold";
    letter-spacing: 0;
    line-height: 2rem
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-data .services-subtitle {
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 1.8rem
    }
}

.nei-franchising .franchising-data ul {
    margin-bottom: 0;
    padding-left: 1.0625rem
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-data ul {
        max-width: 95%
    }
}

@media only screen and (max-width: 767px) {
    .nei-franchising .franchising-data ul {
        padding-left: 0;
        max-width: 91%;
        margin: auto
    }
}

.nei-franchising .franchising-data ul li {
    padding-left: 1.125rem;
    padding-right: 0
}

.nei-franchising .franchising-data ul li:before {
    background-color: #fff
}

.nei-franchising .franchising-data ul li h3 {
    text-transform: uppercase;
    margin-bottom: .3125rem;
    font-family: "montserratbold";
    line-height: 1.625rem;
    letter-spacing: .140625rem
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-data ul li h3 {
        font-size: 1.125rem;
        margin-bottom: .5rem
    }
}

.nei-franchising .franchising-data ul li p {
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0
}

@media only screen and (max-width: 991px) {
    .nei-franchising .franchising-data ul li p {
        font-size: 1rem;
        margin-bottom: 2.315rem
    }
}

.nei-franchising .franchising-data .franchising-btn {
    margin-top: 3.125rem
}

@media only screen and (max-width: 767px) {
    .nei-franchising .franchising-data .franchising-btn {
        margin-top: 0;
        text-align: center;
        position: relative;
        bottom: 15px;
    }
}

.nei-franchising .franchising-data .franchising-btn .tertiary-btn:focus {
    outline: 2px solid #fff
}

.nei-brands {
    text-align: center;
    padding: 6.25rem 0 5.9rem
}

@media only screen and (max-width: 991px) {
    .nei-brands {
        padding: 2.2rem 0 2.5rem
    }
}

.nei-brands h2 {
    margin-bottom: 1.875rem
}

@media only screen and (max-width: 991px) {
    .nei-brands h2 {
        font-size: 1.5rem;
        max-width: 85%;
        margin: 0 auto 1.3rem
    }
}

.nei-brands .brand-content {
    display: block;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    line-height: 2.25rem
}

@media only screen and (max-width: 991px) {
    .nei-brands .brand-content {
        display: inline;
        color: #4e4e4e;
        font-size: 1rem;
        line-height: 1.625rem;
        max-width: 90%;
        margin: auto
    }
}

.nei-brands .brand-content strong {
    margin-bottom: 0;
    display: block
}

@media only screen and (max-width: 767px) {
    .nei-brands .brand-content strong {
        display: inline
    }
}

.nei-brands .btn-row {
    text-align: center
}

.nei-brands .brand-items {
    margin: 2.25rem 0 1.25rem;
    list-style-type: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1299px) {
    .nei-brands .brand-items {
        margin: 1.2rem 0 0
    }
}

.nei-brands .brand-items .col-auto {
    padding-bottom: 1.75rem;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    height: 7.625rem
}

@media only screen and (max-width: 991px) {
    .nei-brands .brand-items .col-auto {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        padding-bottom: 0;
        height: 4.375rem;
        margin-bottom: 1.5rem
    }
}

.nei-brands .brand-items .w-100 {
    padding: 0;
    display: block
}

@media only screen and (max-width: 991px) {
    .nei-brands .brand-items .w-100 {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .nei-brands .brand-items li {
        padding: 0
    }
}

.nei-brands .brand-items li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media only screen and (max-width: 1299px) {
    .nei-brands .brand-items li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nei-brands .brand-items li a img {
    display: inline-block;
    border: 0;
    position: relative;
    width: 100%;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: auto;
    max-width: 100%
}

@media only screen and (max-width: 1199px) {
    .nei-brands .brand-items li a img {
        width: 80%
    }
}

@media only screen and (max-width: 991px) {
    .nei-brands .brand-items li a img {
        width: 75%;
        max-height: 3.835rem
    }
}

.nei-brands .brand-items li a:hover img,
.nei-brands .brand-items li a:focus img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.nei-brands .brand-items li a:focus {
    outline-offset: 20px
}

@media only screen and (max-width: 768px) {
    .nei-brands .brand-items li a:focus {
        outline-offset: 5px
    }
}

@media only screen and (max-width: 767px) {
    .nei-testimonial .primary-title {
        font-size: 1.5rem
    }
}

.twenty-four-section {
    padding: 3.625rem 0 6.875rem
}

.twenty-four-section .customers-content {
    line-height: 2.25rem
}

@media only screen and (max-width: 480px) {
    .twenty-four-section .primary-title {
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 480px) {
    .twenty-four-section {
        padding: 2.2rem 0 1rem
    }

    .twenty-four-section .customers-title {
        padding: 0 1.875rem
    }

    .twenty-four-section .customers-subtitle {
        font-size: 1rem;
        line-height: 1.625rem;
        margin-top: 2.5rem
    }

    .twenty-four-section .customers-content {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media only screen and (max-width: 420px) {
    .twenty-four-section {
        padding: 3.625rem 0 1.875rem
    }
}

.twenty-four-section ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 767px) {
    .twenty-four-section ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 480px) {
    .twenty-four-section ul {
        padding: 1rem 0 .125rem 0
    }
}

.twenty-four-section ul li {
    margin: 0 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 7.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .twenty-four-section ul li {
        margin: 0 .2rem;
        text-align: center;
        margin-bottom: 2rem;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }

    .twenty-four-section ul li :last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .twenty-four-section ul li {
        margin: 0
    }
}

.twenty-four-section ul li .transparent-btn {
    padding: 0 2rem;
    text-transform: uppercase;
    display: block;
    font-family: "montserratbold";
    margin-top: 0;
    line-height: 2.25rem;
    margin-bottom: 0;
    letter-spacing: 0.125rem;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .twenty-four-section ul li .transparent-btn {
        padding: .4rem 0
    }
}

@media only screen and (max-width: 480px) {
    .twenty-four-section ul li .transparent-btn {
        font-size: .75rem;
        letter-spacing: 0.1069rem;
    }
}

@media only screen and (max-width: 390px) {
    .twenty-four-section ul li .transparent-btn {
        font-size: .9rem
    }
}

@media only screen and (max-width: 360px) {
    .twenty-four-section ul li .transparent-btn {
        font-size: .625rem;
        letter-spacing: .106rem
    }
}

.twenty-four-section ul .contact-img {
    height: 3.75rem;
    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
}

.twenty-four-section .text-messages {
    display: block;
    font-family: "montserratbold";
    line-height: 2.25rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .twenty-four-section .text-messages {
        padding: .4rem 0
    }
}

@media only screen and (max-width: 480px) {
    .twenty-four-section .text-messages {
        font-size: .75rem;
        letter-spacing: 0.1069rem;
    }
}

@media only screen and (max-width: 360px) {
    .twenty-four-section .text-messages {
        font-size: .625rem
    }
}

.twenty-four-section .text-messages:hover,
.twenty-four-section .text-messages:focus,
.twenty-four-section .text-messages :active {
    color: #fff
}

.twenty-four-section .text-messages:focus {
    outline: 2px solid #fff
}

.left-content {
    padding-right: 0;
    border-right: 1px solid #c7c7c7
}

@media screen and (max-width: 1240px) {
    .left-content {
        border-left: 15px #fff solid
    }
}

.left-content .left-sidebar {
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    position: -webkit-sticky;
    position: sticky
}

.left-content .left-sidebar .left-menu {
    padding: 1.25rem 1.875rem
}

@media screen and (max-width: 1200px) {
    .left-content .left-sidebar .left-menu {
        padding: 1.25rem .75rem
    }
}

@media screen and (max-width: 991px) {
    .left-content .left-sidebar .left-menu {
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .left-content .left-sidebar ul li {
        margin: 0;
        border: 0
    }
}

.left-content .left-sidebar ul li:not(:last-child) {
    margin-bottom: .375rem
}

.left-content .nav-cont {
    padding-right: .313rem
}

@media screen and (min-width: 992px) {
    .left-content .nav-cont {
        width: 100%
    }
}

.left-content .nav-cont .accordion-body {
    padding-left: 1.313rem
}

@media screen and (max-width: 991px) {
    .left-content .nav-cont .accordion-body {
        padding-right: 1.313rem;
        padding-top: 1.438rem;
        padding-bottom: .5rem
    }
}

.left-content .nav-cont .accordion-body .form-check {
    padding-left: 0
}

.left-content .nav-cont .accordion-body .form-check .checkbox-in-radio {
    margin-top: .75rem;
    padding-left: 1.625rem
}

.left-content .nav-cont .accordion-body label {
    cursor: pointer
}

.left-content .nav-cont ul.accordion-body {
    list-style: none
}

.left-content .nav-cont ul.accordion-body a {
    display: block;
    margin-bottom: .688rem
}

.left-content .nav-cont ul.accordion-body a:hover,
.left-content .nav-cont ul.accordion-body a:focus,
.left-content .nav-cont ul.accordion-body a.active {
    color: #142651;
    font-weight: 600;
    text-decoration: underline;
    font-family: "montserratbold"
}

.left-content .nav-cont .sidebar-collapse {
    margin-bottom: 0;
    list-style-type: none
}

@media screen and (max-width: 991px) {
    .left-content .nav-cont .sidebar-collapse .accordion-item .collapse {
        display: block
    }
}

.left-content .nav-cont .accordion-button,
.left-content .nav-cont h3 {
    border: none;
    background-color: transparent;
    letter-spacing: .125rem;
    text-transform: uppercase;
    margin-bottom: .938rem
}

.left-content .nav-cont h3 {
    padding: .438rem 0
}

@media screen and (max-width: 991px) {
    .left-content .nav-cont h3 {
        padding: .75rem 1.5rem;
        background-color: #f8f8f8;
        margin-bottom: 0
    }
}

.left-content .nav-cont h3 .accordion-button {
    margin-bottom: 0;
    position: relative;
    padding-left: 1.375rem;
    text-align: left
}

@media screen and (max-width: 991px) {
    .left-content .nav-cont h3 .accordion-button {
        padding-left: 0;
        font-size: .75rem;
        letter-spacing: 0.0938rem;
    }
}

.left-content .nav-cont h3 .accordion-button::before {
    content: "";
    width: 13px;
    height: 14px;
    background: url(../images/right-arrow-faq.svg) no-repeat top left;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: .125rem
}

@media screen and (max-width: 991px) {
    .left-content .nav-cont h3 .accordion-button::before {
        display: none
    }
}

.left-content .nav-cont h3 .accordion-button[aria-expanded=true]::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -0.125rem
}

.left-content .nav-cont .form-control,
.left-content .nav-cont .custom-select {
    height: 2rem;
    line-height: 2.1875rem
}

.left-content .nav-cont .custom-select {
    line-height: inherit
}

.left-content .nav-cont .sort-result-mobile {
    padding: .625rem 1.313rem
}

    .left-content .nav-cont .sort-result-mobile h3 {
        background-color: transparent;
        letter-spacing: 0.0938rem;
        padding: 0;
        margin-bottom: .625rem
    }

.left-content .nav-cont .sort-result-mobile .custom-select {
    font-weight: 600
}

.left-content .nav-cont .filter-territories {
    background-color: transparent;
    letter-spacing: 0.0938rem;
    padding-bottom: 1rem
}

.left-content .nav-cont .sidemenu-big-btn {
    padding: .5rem 0 2.313rem 0;
    max-width: 383px;
    margin: 0 auto
}

@media screen and (max-width: 400px) {
    .left-content .nav-cont .sidemenu-big-btn {
        max-width: 260px
    }
}

.left-content .nav-cont .sidemenu-big-btn .primary-btn {
    width: 100%;
    padding: 0 .5rem 0 .5rem
}

@media screen and (max-width: 1200px) {
    .left-content .nav-cont .sidemenu-big-btn .primary-btn {
        font-size: .875rem
    }
}

@media screen and (max-width: 991px) {
    .left-content .nav-cont .sidemenu-big-btn .primary-btn {
        font-size: 1rem
    }
}

.left-content .filter-result {
    font-size: .875rem;
    color: #142651;
    letter-spacing: .125rem;
    line-height: 1.625rem;
    font-family: "montserratbold"
}

@media screen and (max-width: 991px) {
    .left-content .filter-result {
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media screen and (max-width: 991px) {
    .left-content {
        padding: 0
    }

    .left-content .left-menu {
        position: fixed;
        top: 77px;
        bottom: 0;
        right: 100%;
        width: 100%;
        overflow: auto;
        visibility: hidden;
        background-color: #fff;
        -webkit-transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: visibility .5s ease-in-out, transform .5s ease-in-out;
        transition: visibility .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        z-index: 9999
    }

    .left-content .active.left-menu {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 99;
        overflow-x: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

        .left-content .active.left-menu .filter-news {
            font-size: .75rem;
            color: #0d0d0d;
            letter-spacing: 0.0938rem;
            padding: .75rem 1.5rem;
            text-transform: uppercase
        }

    .left-content .active .back-arrow-link {
        padding: .7rem 0 .625rem 1.5rem;
        border: none;
        background: transparent;
        -webkit-transition: .2s;
        transition: .2s;
        width: 100%;
        text-align: left
    }

    .left-content .active .back-arrow-link:focus {
        outline-offset: -2px
    }

    .location-filter .accordion-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .location-filter .accordion-body .form-group:first-child {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .location-filter .accordion-body .form-group:nth-child(2) {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .location-filter .accordion-body .form-group:nth-child(3) {
        -ms-flex-preferred-size: 37%;
        flex-basis: 37%
    }

    .brands-filter .accordion-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .brands-filter .accordion-body li {
        padding: 0 .375rem 0 0;
        width: 50%
    }
}

a.nav-link {
    padding: 0
}

a.nav-link:hover,
a.nav-link:focus,
a.nav-link.active {
    color: #142651;
    font-weight: 600;
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .left-content .left-sidebar {
        position: inherit
    }
}

.mobile-select-filter {
    display: none
}

@media screen and (max-width: 991px) {
    .mobile-select-filter {
        position: -webkit-sticky;
        position: sticky;
        padding: 10px 0;
        background-color: #fff;
        z-index: 9;
        display: block
    }
}

.mobile-filter-link {
    padding-left: .5rem
}

@media screen and (max-width: 991px) {
    .blog-list-section .left-content .left-sidebar {
        height: auto
    }
}

.left-menu::-webkit-scrollbar {
    width: .313rem
}

.left-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px gray;
    box-shadow: inset 0 0 5px gray;
    border-radius: 5px
}

.left-menu::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px
}

.left-content .left-sidebar {
    width: auto;
    height: 100%
}

.left-content .nav-cont {
    padding-right: 0;
    width: auto
}

@media screen and (max-width: 992px) {
    .left-content {
        border-left: 0
    }
}

.card-tiles-section {
    padding: 3.125rem 0 3.625rem
}

.card-tiles-section .content-wrap {
    text-align: center
}

.card-tiles-section .content-wrap strong {
    display: block;
    letter-spacing: .000625rem;
    line-height: 2rem;
    padding-bottom: 1.875rem
}

@media screen and (max-width: 767px) {
    .card-tiles-section .content-wrap strong {
        font-size: 1rem;
        line-height: 1.625rem;
        padding-bottom: 0
    }
}

.card-tiles-section .card-tile-container {
    border: 1px solid #142651;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media screen and (max-width: 767px) {
    .card-tiles-section .card-tile-container {
        margin-top: 1.875rem;
        height: auto
    }
}

.card-tiles-section .card-tile-container .card-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.563rem;
    padding: .625rem
}

.card-tiles-section .card-tile-container .card-heading h3 {
    max-width: 60%;
    line-height: 1.375rem;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    .card-tiles-section .card-tile-container .card-heading h3 {
        max-width: 90%
    }
}

.card-tiles-section .card-tile-container .card-content {
    padding: 1.063rem
}

.card-tiles-section .card-tile-container .card-content p {
    max-width: 85%;
    line-height: 1.375rem;
    margin: 0 auto
}

@media screen and (max-width: 992px) {
    .card-tiles-section .card-tile-container .card-content p {
        max-width: 90%
    }
}

.card-tiles-section:last-child {
    margin-bottom: 0
}

.map-section {
    margin-bottom: .6rem
}

.right-content {
    padding: 0 0 0 .1875rem
}

@media screen and (max-width: 991px) {
    .right-content {
        padding: 0
    }
}

.right-content .map-container {
    position: relative
}

.right-content .map-container img {
    width: 100%
}

.right-content .map-container .map-marker {
    position: absolute;
    background: #fff;
    border: 2px solid #142651;
    border-radius: 50%;
    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;
    padding: .75rem;
    font-size: 1rem;
    color: #142651;
    font-family: "montserratbold"
}

.right-content .map-container .map-marker.img-mark {
    width: 3.4375rem;
    height: 3.4375rem
}

.right-content .map-container .map-marker.img-mark img {
    max-width: 100%
}

.right-content .map-container .map-marker.number-marker {
    width: 2rem;
    height: 2rem;
    padding: 0
}

.right-content .top-result-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.438rem 1.875rem;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: .1875rem
}

@media screen and (max-width: 991px) {
    .right-content .top-result-wrapper {
        border-top: 1px solid #c7c7c7;
        border-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.25rem 1.375rem
    }
}

.right-content .top-result-wrapper h3 {
    margin-bottom: 0;
    font-family: "montserratregular";
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .right-content .top-result-wrapper h3 {
        max-width: 100%
    }
}

.right-content .top-result-wrapper .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5rem
}

@media screen and (max-width: 991px) {
    .right-content .top-result-wrapper .radio-group {
        display: none
    }
}

.right-content .top-result-wrapper .radio-group .form-check {
    margin-bottom: 0
}

.img-container {
    margin: 1.5625rem auto 3rem auto
}

.img-container .head-title {
    overflow: hidden;
    position: relative;
    line-height: inherit;
    margin-bottom: 0;
    text-align: left;
    display: block;
    margin: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    width: 100%
}

.img-container .head-title span {
    font-weight: 300;
    font-family: "montserratregular"
}

.img-container .head-title::after {
    content: "";
    position: relative;
    background: #979797;
    width: 100%;
    height: .0625rem;
    display: inline;
    top: .5625rem;
    left: 1rem
}

.img-container p {
    margin-bottom: 0;
    line-height: .8125rem;
    text-transform: capitalize;
    margin-top: .125rem
}

.img-container .icons-wrap {
    display: inline-block;
    max-width: 123px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-right: 1.2rem;
    margin-bottom: 1.25rem
}

@media screen and (max-width: 767px) {
    .img-container .icons-wrap {
        margin-right: 0
    }
}

.img-container .icons-wrap h3 {
    margin-bottom: .2rem
}

.img-container .icons-wrap strong {
    display: block
}

.img-container .icons-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.img-container .icons-wrap .icon-img {
    width: 3.4375rem;
    height: 3.4375rem;
    background: #fff;
    border: 2px solid #142651;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .55rem;
    color: #142651;
    margin: 0 auto .4375rem auto
}

.img-container .para-wrap {
    max-width: 747px;
    line-height: 1rem
}

@media screen and (min-width: 1230px) {
    .img-container .row-wrap {
        padding-right: 0
    }
}

.img-container .btn-wrap {
    text-align: right
}

@media screen and (min-width: 1230px) {
    .img-container .btn-wrap {
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    .img-container .btn-wrap {
        text-align: center;
        margin-top: .9375rem
    }
}

@media screen and (max-width: 767px) {
    .img-container .mob-img-wrap {
        text-align: center
    }
}

@media screen and (max-width: 380px) {
    .img-container .primary-theme-btn {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.form-content-section {
    padding: 3rem 0
}

@media only screen and (max-width: 767px) {
    .form-content-section {
        padding: 2.3rem 0
    }
}

.form-content-section .call-us-text {
    line-height: 2.5rem;
    display: block;
    margin-bottom: 1.25rem
}

@media only screen and (max-width: 767px) {
    .form-content-section .call-us-text {
        line-height: 1.38rem;
        font-size: 1rem
    }
}

@media only screen and (max-width: 767px) {
    .form-content-section .primary-title {
        font-size: 1.5rem
    }

    .form-content-section .secondary-title {
        font-size: 1rem;
        line-height: 1.38rem
    }
}

.form-content-section .custom-select {
    max-width: 165px;
    display: block
}

.form-content-section .secondary-title {
    margin: 2rem 0;
    display: block
}

.form-content-section .brand-checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2.65rem
}

@media only screen and (max-width: 1024px) {
    .form-content-section .brand-checkbox-list {
        padding-left: 0
    }
}

@media only screen and (max-width: 445px) {
    .form-content-section .brand-checkbox-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-content-section .brand-checkbox-list li {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 115px
}

@media only screen and (max-width: 1024px) {
    .form-content-section .brand-checkbox-list li {
        width: 33.33%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .form-content-section .brand-checkbox-list li {
        width: 50%
    }
}

@media only screen and (max-width: 445px) {
    .form-content-section .brand-checkbox-list li {
        width: auto;
        min-height: 75px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.form-content-section .brand-checkbox-list li img {
    margin-left: 1.5rem;
    height: auto
}

@media only screen and (max-width: 1200px) {
    .form-content-section .brand-checkbox-list li img {
        width: 125px
    }
}

.form-content-section .btn-row {
    margin-top: .85rem
}

.content-wrap {
    margin-bottom: 3.25rem
}

.content-wrap h2 {
    margin-bottom: 1.75rem
}

@media only screen and (max-width: 1200px) {
    .content-wrap h2 {
        margin-bottom: 1.5rem
    }
}

legend {
    font-family: "montserratbold";
    font-weight: 700;
    line-height: 1.75rem;
    padding-top: 2rem
}

body.offcanvas-active {
    overflow: hidden
}

.offcanvas-header {
    display: none
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0
}

.hide-notify.notify-sec {
    display: none
}

@media screen and (max-width: 991px) {
    .hide-notify.notify-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.notify-sec {
    height: 3.75rem;
    background-color: #142651;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .notify-sec {
        height: 4.8rem
    }
}

.notify-sec .notify-txt {
    max-width: 80%;
    margin: 0 auto
}

.notify-sec p {
    color: #ffc733;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

.notify-sec p a {
    color: #fff;
    margin: 0 .3125rem
}

.notify-sec p a:focus {
    outline: .125rem solid #fff
}

@media only screen and (max-width: 991px) {
    .notify-sec p {
        font-size: .75rem
    }
}

.notify-sec .close-icn {
    position: absolute;
    right: .625rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    cursor: pointer;
    background: none;
    color: #fff;
    border: none;
    font-size: 2.0625rem;
    line-height: 1.625rem;
    display: inline-block;
    height: 1.25rem
}

.notify-sec .close-icn:focus {
    outline: 2px solid #fff
}

@media only screen and (max-width: 991px) {
    .notify-sec .close-icn {
        right: 4%;
        top: 50%
    }
}

.notify-hide .notify-sec {
    display: none
}

main {
    margin-top: 7.5rem
}

@media screen and (max-width: 991px) {
    main {
        margin-top: 8.625rem
    }
}

@media screen and (max-width: 767px) {
    main {
        margin-top: 9.6875rem
    }
}

.notify-remove main {
    margin-top: 8rem
}

@media screen and (max-width: 991px) {
    .notify-remove main {
        margin-top: 4.875rem
    }
}

.notify-remove .header-classic .main-nav .navbar-collapse {
    top: 78px
}

.nav-container {
    width: 100%;
    max-width: 100%
}

.nav-container.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 1441px) {
    .nav-container.container-fluid {
        padding-left: 70px;
        padding-right: 70px
    }
}

.header-classic {
    color: #000;
    background-color: #fff;
    border-color: #2c0407
}

.header-classic .navbar {
    padding: 0
}

.header-classic .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: 7.5rem;
    width: 100%
}

@media screen and (max-width: 991px) {
    .header-classic .header-wrapper {
        padding: 0;
        height: 4.875rem
    }
}

.header-classic .logo-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12%;
    flex: 0 1 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-classic .logo-sec img {
    max-width: 100%
}

@media screen and (max-width: 1199px) {
    .header-classic .logo-sec {
        width: 8.166rem
    }

    .header-classic .logo-sec img {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-classic .logo-sec {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -ms-flex: 0 1 80%;
        -webkit-box-flex: 0;
        flex: 0 1 80%
    }
}

.header-classic .logo-sec .navbar-brand {
    margin: 0;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: .625rem
}

    .header-classic .logo-sec .navbar-brand .logo-sec-headings {
        font-family: "montserratbold";
        font-size: .625rem;
        color: #142651;
        letter-spacing: 0.125rem;
        text-align: center;
        line-height: 1.5rem;
        margin-bottom: 0;
        display: block;
        text-transform: uppercase
    }

@media screen and (max-width: 991px) {
    .header-classic .logo-sec .navbar-brand .logo-sec-headings {
        font-size: .5rem;
        letter-spacing: .133rem;
        line-height: .875rem
    }
}

.header-classic .find-row {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15% !important;
    flex: 0 1 15% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%
}

@media screen and (max-width: 1166px) {
    .header-classic .find-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 12%;
        flex: 0 1 12%
    }
}

.header-classic .find-row .mobile-icon {
    display: none
}

@media screen and (max-width: 991px) {
    .header-classic .find-row {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .header-classic .find-row li {
        display: none
    }

    .header-classic .find-row li.mobile-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header-classic .find-row li:first-child {
    padding: 1.25rem 0 .9375rem;
    text-align: right
}

.header-classic .find-row a {
    font-family: "montserratbold";
    font-size: .75rem;
    color: #142651;
    line-height: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1px solid transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.header-classic .find-row a:hover,
.header-classic .find-row a:focus {
    text-decoration: underline
}

.header-classic .find-row a img {
    padding-right: .65625rem;
    width: 1.25rem;
    height: 1.25rem
}

@media screen and (max-width: 991px) {
    .header-classic .find-row a img {
        padding-right: 0
    }
}

@media screen and (max-width: 991px) {
    .header-classic .find-row a {
        text-align: center;
        line-height: 2.15rem;
        min-width: 2rem;
        min-height: 2rem;
        display: block
    }
}

.header-classic .find-row .input-group {
    border: 1px solid #979797;
    margin-bottom: 0;
    height: 100%
}

.header-classic .find-row .input-group input[type=search] {
    border: none;
    padding: 0 0 0 .75rem;
    height: 1.8125rem;
    font-size: .6875rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5rem
}

.header-classic .find-row .input-group input[type=search]::-webkit-input-placeholder {
    font-size: .6875rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5rem
}

.header-classic .find-row .input-group input[type=search]:-ms-input-placeholder {
    font-size: .6875rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5rem
}

.header-classic .find-row .input-group input[type=search]::-ms-input-placeholder {
    font-size: .6875rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5rem
}

.header-classic .find-row .input-group input[type=search]::placeholder {
    font-size: .6875rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5rem
}

.header-classic .find-row .input-group input[type=search]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: .125rem solid #142651;
    outline: none;
    outline-offset: 0
}

.header-classic .find-row .input-group input[type=search]::-webkit-search-decoration,
.header-classic .find-row .input-group input[type=search]::-webkit-search-cancel-button,
.header-classic .find-row .input-group input[type=search]::-webkit-search-results-button,
.header-classic .find-row .input-group input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.header-classic .find-row .input-group input[type=submit] {
    height: 1.8125rem;
    border: none;
    border-left: 0;
    background: no-repeat center/0.75rem url(../images/searchIcon.svg);
    background-color: #fff;
    padding: 0 .625rem 0 1.5625rem
}

.header-classic .find-row .input-group input[type=submit]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #142651;
    outline: none;
    border-radius: 0;
    outline-offset: 0
}

.header-classic .find-row .offcanvas-search {
    position: absolute;
    top: 100%;
    z-index: 9;
    width: 100%;
    right: 0;
    height: 2.5rem;
    padding: .625rem 0 .9375rem .9375rem;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: none
}

.header-classic .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 78%;
    flex: 0 1 78%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1140px) {
    .header-classic .main-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 78%;
        flex: 0 1 78%
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
}

.header-classic .main-nav .mobile-icon {
    display: none
}

.header-classic .main-nav .navbar-nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav {
        padding: 0 0 0 .4375rem
    }
}

.header-classic .main-nav .navbar-nav .dropdown-menu {
    background: rgba(255, 255, 255, .98);
    border-right: none;
    border-radius: 0;
    margin: 0
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .dropdown-menu {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        left: 100%;
        position: fixed;
        width: 100%;
        display: block;
        top: 0;
        height: 100%;
        opacity: 0;
        border: none;
        visibility: hidden
    }
}

.header-classic .main-nav .navbar-nav .dropdown-menu .dropmenu {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .dropdown-menu .dropmenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .25rem 0 .4375rem;
        max-width: 100%
    }
}

.header-classic .main-nav .navbar-nav .dropdown-menu.show {
    padding: 2.4rem 0 3.65rem;
    margin-top: 0
}

@media screen and (min-width: 991px) {
    .header-classic .main-nav .navbar-nav .dropdown-menu.show {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .dropdown-menu.show {
        visibility: visible;
        border: none;
        left: 0;
        z-index: 99;
        background-color: #fff;
        opacity: 1
    }
}

.header-classic .main-nav .navbar-nav .menu-col {
    width: 15.5rem
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .menu-col {
        width: 100%
    }

    .header-classic .main-nav .navbar-nav .menu-col .dropdown-menu-inner {
        opacity: 0;
        visibility: hidden;
        left: 100%;
        position: fixed;
        width: 100%;
        top: 0;
        min-height: 100%;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        z-index: 9;
        height: 100vh
    }
}

.header-classic .main-nav .navbar-nav .menu-col .btn-row {
    margin-top: 1.25rem;
    margin-bottom: 1.8125rem
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .menu-col .btn-row {
        margin-top: .6rem;
        margin-bottom: 1.4rem;
        padding-left: 0
    }
}

.header-classic .main-nav .navbar-nav .col-section {
    margin-bottom: 1.45rem
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section.col-info {
        margin-top: 1.25rem;
        padding-left: .3rem
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section.col-info h2 {
        font-family: "montserratbold";
        padding: 0
    }
}

.header-classic .main-nav .navbar-nav .col-section.col-info h2,
.header-classic .main-nav .navbar-nav .col-section.col-info p {
    font-size: .9375rem
}

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

    .header-classic .main-nav .navbar-nav .col-section.col-info h2,
    .header-classic .main-nav .navbar-nav .col-section.col-info p {
        border-bottom: none;
        margin-bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section.active {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header-classic .main-nav .navbar-nav .col-section.active .dropdown-menu-inner {
        display: block;
        left: 0;
        background-color: #fff;
        opacity: 1;
        visibility: visible
    }

    .header-classic .main-nav .navbar-nav .col-section.active .dropdown-menu-inner ul {
        padding: 0 1.2rem
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section {
        margin: 0 .9375rem
    }
}

.header-classic .main-nav .navbar-nav .col-section .mob-link {
    display: none
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section .mob-link {
        display: block;
        border: none;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
        background: transparent;
        padding-left: .2rem
    }
}

.header-classic .main-nav .navbar-nav .col-section .dropdown-link {
    margin-bottom: 0;
    line-height: 1.25rem
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section .dropdown-link {
        display: block;
        padding-left: .2rem;
        line-height: 2.2rem
    }
}

.header-classic .main-nav .navbar-nav .col-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.6rem
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section ul {
        padding-left: 0;
        padding-bottom: .3125rem;
        margin: 0
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section ul li {
        line-height: 1.25rem;
        border-bottom: 1px solid #e3e3e3;
        padding: .625rem 0
    }
}

.header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item {
    display: inline-block;
    width: auto;
    padding: 0;
    font-weight: 400;
    color: #142651;
    background-color: transparent;
    font-size: .9375rem;
    line-height: 1.5625rem;
    white-space: normal
}

.header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item:hover {
    color: #142651;
    font-family: "montserratbold";
    text-decoration: underline
}

.header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item:hover .dropdown-toggle::after {
    color: #142651
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item:hover {
        font-family: "montserratregular"
    }
}

.header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item:focus {
    color: #142651;
    text-decoration: underline;
    font-family: "montserratbold"
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item {
        font-size: .9375rem;
        color: #142651;
        letter-spacing: 0;
        line-height: 1.5rem;
        font-weight: 400
    }
}

@media screen and (min-width: 992px) {
    .header-classic .main-nav .navbar-nav .col-section ul li .dropdown-item.hide-lg {
        display: none
    }
}

.header-classic .main-nav .navbar-nav .col-section .media {
    margin-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section .media {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header-classic .main-nav .navbar-nav .col-section .media img {
    margin: 0 0 1rem 0
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section .media img {
        margin: 0 1rem 0 0;
        width: 150px
    }
}

.header-classic .main-nav .navbar-nav .col-section .text-content {
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .col-section .text-content {
        padding-top: 0;
        line-height: 1.25rem;
        max-width: 200px
    }
}

.header-classic .main-nav .navbar-nav h2,
.header-classic .main-nav .navbar-nav .dropdown-link,
.header-classic .main-nav .navbar-nav .mob-link,
.header-classic .main-nav .navbar-nav .title-link {
    color: #142651;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: .106875rem;
    text-align: left;
    line-height: 1rem;
    font-family: "montserratbold"
}

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

    .header-classic .main-nav .navbar-nav h2,
    .header-classic .main-nav .navbar-nav .dropdown-link,
    .header-classic .main-nav .navbar-nav .mob-link,
    .header-classic .main-nav .navbar-nav .title-link {
        display: block;
        margin-bottom: 0;
        color: #142651;
        line-height: 2.2rem;
        padding-left: 1.4375rem;
        border-bottom: 1px solid #e3e3e3;
        padding: .375rem 0;
        text-transform: capitalize;
        font-size: .9375rem;
        letter-spacing: 0;
        font-weight: 400;
        font-family: "montserratregular"
    }
}

.header-classic .main-nav .navbar-nav h2 a,
.header-classic .main-nav .navbar-nav .dropdown-link a,
.header-classic .main-nav .navbar-nav .mob-link a,
.header-classic .main-nav .navbar-nav .title-link a {
    color: #142651;
    display: inline-block
}

.header-classic .main-nav .navbar-nav h2 p,
.header-classic .main-nav .navbar-nav .dropdown-link p,
.header-classic .main-nav .navbar-nav .mob-link p,
.header-classic .main-nav .navbar-nav .title-link p {
    padding-top: .25rem
}

.header-classic .main-nav .navbar-nav h2.hide-lg,
.header-classic .main-nav .navbar-nav .dropdown-link.hide-lg,
.header-classic .main-nav .navbar-nav .mob-link.hide-lg,
.header-classic .main-nav .navbar-nav .title-link.hide-lg {
    display: none
}

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

    .header-classic .main-nav .navbar-nav h2.hide-lg,
    .header-classic .main-nav .navbar-nav .dropdown-link.hide-lg,
    .header-classic .main-nav .navbar-nav .mob-link.hide-lg,
    .header-classic .main-nav .navbar-nav .title-link.hide-lg {
        display: block
    }
}

.header-classic .main-nav .navbar-nav h2.display-lg,
.header-classic .main-nav .navbar-nav .dropdown-link.display-lg,
.header-classic .main-nav .navbar-nav .mob-link.display-lg,
.header-classic .main-nav .navbar-nav .title-link.display-lg {
    display: block
}

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

    .header-classic .main-nav .navbar-nav h2.display-lg,
    .header-classic .main-nav .navbar-nav .dropdown-link.display-lg,
    .header-classic .main-nav .navbar-nav .mob-link.display-lg,
    .header-classic .main-nav .navbar-nav .title-link.display-lg {
        display: none
    }
}

.header-classic .main-nav .navbar-nav h2.overview-link {
    display: none
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav h2.overview-link {
        display: block;
        background: #f3f3f3;
        font-size: 12px;
        color: #0d0d0d;
        letter-spacing: 0.0938rem;
        font-family: "montserratbold";
        padding: .625rem 1.2rem;
        line-height: 1.5rem;
        text-align: left
    }
}

.header-classic .main-nav .navbar-nav .back-arrow-link {
    display: none
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-nav .back-arrow-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: .3125rem 0 .625rem 1.4rem;
        border: none;
        background: transparent
    }

    .header-classic .main-nav .navbar-nav .back-arrow-link::before {
        -webkit-transform: none;
        transform: none
    }

    .header-classic .main-nav .navbar-nav .back-arrow-link:focus {
        outline-offset: -2px
    }
}

.header-classic .main-nav .nav-link {
    font-weight: 400;
    color: #142651;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1200px) {
    .header-classic .main-nav .nav-link {
        font-size: .845rem;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media screen and (max-width: 1052px) {
    .header-classic .main-nav .nav-link {
        font-size: .83rem;
        padding-left: .3rem;
        padding-right: .3rem
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .nav-link {
        font-size: .9375rem;
        display: block;
        text-align: left;
        position: relative;
        margin-left: 0;
        padding: 10px 0
    }
}

.header-classic .main-nav .nav-link:hover,
.header-classic .main-nav .nav-link:focus {
    font-weight: 700;
    text-decoration: underline
}

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

    .header-classic .main-nav .nav-link:hover,
    .header-classic .main-nav .nav-link:focus {
        font-family: "montserratregular";
        font-weight: 400
    }
}

.header-classic .main-nav .nav-link::after {
    content: attr(data-title);
    content: attr(data-title)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-family: "montserratbold";
    font-weight: 700;
    border: none;
    margin: 0;
    font-weight: 700
}

@media speech {
    .header-classic .main-nav .nav-link::after {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .close-icon {
        width: 4.1667rem
    }

    .header-classic .main-nav .mobile-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 4.1667rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 991px)and (max-width: 360px) {
    .header-classic .main-nav .mobile-icon {
        width: 4rem
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .mobile-icon a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-classic .main-nav .mobile-icon a img {
        margin: 0 auto
    }

    .header-classic .main-nav .mobile-icon .search-info {
        height: 1.25rem;
        width: 1.25rem
    }

    .header-classic .main-nav .btn-close {
        margin-left: .4375rem
    }

    .header-classic .main-nav .btn-close img {
        width: auto;
        height: auto
    }

    .header-classic .main-nav .navbar-toggler {
        padding: 0
    }

    .header-classic .main-nav .navbar-toggler .navbar-toggler-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 1.5rem;
        height: 1.5rem;
        vertical-align: top
    }

    .header-classic .main-nav .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: .7rem;
        padding-left: .7rem;
        overflow: auto;
        visibility: hidden;
        background-color: #fff;
        -webkit-transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: visibility .5s ease-in-out, transform .5s ease-in-out;
        transition: visibility .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        z-index: 9999;
        height: calc(100vh - 61px);
        top: 138px;
        padding-top: 5px
    }
}

@media screen and (max-width: 991px)and (max-width: 767px) {
    .header-classic .main-nav .navbar-collapse {
        top: 155px
    }
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 99;
        overflow-x: hidden
    }

    .header-classic .main-nav .navbar-collapse.show .dropdown .dropdown-menu {
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    .header-classic .main-nav .navbar-collapse.show .dropdown.show {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header-classic .main-nav .navbar-collapse.show::-webkit-scrollbar {
        width: 0 !important
    }

    .header-classic .main-nav .offcanvas-header {
        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;
        padding: 1.375rem 0 0 0;
        list-style: none;
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #fff;
        padding-bottom: 0;
        width: 100%;
        z-index: 999
    }

    .header-classic .main-nav .offcanvas-header li {
        margin-bottom: 2.375rem
    }
}

.header-classic .main-nav .arrow-right-link::before {
    display: none
}

@media screen and (max-width: 991px) {
    .header-classic .main-nav .arrow-right-link::before {
        display: inline-block
    }
}

.navbar-nav>li>a {
    color: #fff
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg>.container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.menu-large {
    position: static !important
}

@media screen and (max-width: 991px) {
    .menu-large {
        line-height: 2.8125rem;
        border-bottom: 1px solid #e3e3e3;
        width: 100%
    }
}

.megamenu {
    padding: 2.4375rem 0;
    width: 100%
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0
}

@media(max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0
    }

    .megamenu>li {
        margin-bottom: 1.875rem
    }

    .megamenu>li:last-child {
        margin-bottom: 0
    }

    .megamenu.dropdown-header {
        padding: .1875rem .9375rem
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff
    }
}

@media(min-width: 992px) {
    .dropdown>.dropdown-toggle:active {
        pointer-events: none
    }

    .header-classic .main-nav .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block
    }

    .header-classic .main-nav .navbar-nav .dropdown:focus-within>.dropdown-menu {
        display: block
    }

    .header-classic .main-nav .navbar-nav .dropdown:hover>a {
        font-family: "montserratbold"
    }

    .menu-large {
        height: 72px;
        margin-top: 48px
    }
}

.mobile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-icon .btn-phone {
    min-width: 2.1875rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.0625rem;
    min-height: 2.1875rem
}

.mobile-icon .search-button {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: none;
    background-color: transparent
}

.mobile-icon .search-button::after {
    cursor: pointer;
    content: "";
    background: url("../images/searchIcon.svg") no-repeat top;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.clone-div {
    display: none
}

@media(max-width: 991px) {
    .clone-div {
        display: block
    }
}

.header-classic .mob-header-search {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: width .4s cubic-bezier(0, 0.795, 0, 1);
    transition: width .4s cubic-bezier(0, 0.795, 0, 1);
    width: 0%;
    visibility: hidden
}

.header-classic .mob-header-search .input-group {
    border: none
}

.header-classic .mob-header-search.open-search {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    width: 100%;
    min-width: 40px;
    top: 0;
    right: 0;
    height: 78px;
    background: #fff;
    padding-top: 15px
}

.header-classic .mob-header-search.open-search input[type=search] {
    height: 100%;
    padding-left: 2.8125rem
}

.header-classic .mob-header-search.open-search input[type=search]:focus {
    outline: 2px solid #142651;
    border: none;
    outline-offset: -3px
}

.header-classic .mob-header-search.open-search .search-icon {
    z-index: 9
}

.header-classic .mob-header-search.open-search .search-icon::before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: no-repeat center/1rem url(../images/searchIcon.svg);
    content: "";
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    pointer-events: none
}

.header-classic .mob-header-search.open-search input[type=search] {
    font-size: 1rem
}

.header-classic .mob-header-search.open-search input[type=search]::-webkit-input-placeholder {
    font-size: 1rem
}

.header-classic .mob-header-search.open-search input[type=search]:-ms-input-placeholder {
    font-size: 1rem
}

.header-classic .mob-header-search.open-search input[type=search]::-ms-input-placeholder {
    font-size: 1rem
}

.header-classic .mob-header-search.open-search input[type=search]::placeholder {
    font-size: 1rem
}

.header-classic .mob-header-search.open-search .close-header-search {
    border: none;
    background: #fff;
    width: 4rem;
    font-size: 2.2rem;
    margin-left: 1px
}

.header-classic .mob-header-search.open-search .close-header-search:focus {
    outline: 2px solid #142651;
    border: none;
    outline-offset: -3px
}

.offcanvas-header .mobile-icon {
    z-index: 999
}

.offcanvas-header .mobile-icon .mob-header-search {
    margin-top: 20px;
    height: 50px
}

.hamburger-menu {
    text-align: left;
    font-size: 0;
    cursor: pointer;
    display: none
}

@media(max-width: 991px) {
    .hamburger-menu {
        display: block
    }
}

.hamburger-menu span {
    width: 22px;
    height: 2px;
    background: #142651;
    display: inline-block;
    margin: 2px 0
}

.hamburger-menu span:nth-child(1) {
    -webkit-animation-name: animateOneReverse;
    animation-name: animateOneReverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-transform-origin: center;
    transform-origin: center
}

.hamburger-menu span:nth-child(2) {
    -webkit-animation-name: animateTwoReverse;
    animation-name: animateTwoReverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.hamburger-menu span:nth-child(3) {
    -webkit-animation-name: animateThreeReverse;
    animation-name: animateThreeReverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-transform-origin: center;
    transform-origin: center
}

.hamburger-menu.active span:nth-child(1) {
    -webkit-animation-name: animateOne;
    animation-name: animateOne;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-transform-origin: center;
    transform-origin: center
}

.hamburger-menu.active span:nth-child(2) {
    -webkit-animation-name: animateTwo;
    animation-name: animateTwo;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    opacity: 0
}

.hamburger-menu.active span:nth-child(3) {
    -webkit-animation-name: animateThree;
    animation-name: animateThree;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes animateOne {
    0.00% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg)
    }
}

@keyframes animateOne {
    0.00% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg)
    }
}

@-webkit-keyframes animateTwo {
    0.00% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes animateTwo {
    0.00% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes animateThree {
    0.00% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg)
    }
}

@keyframes animateThree {
    0.00% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-6px) rotate(0);
        transform: translateY(-6px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg)
    }
}

#footer .footer-top-container {
    padding: 1.875rem 0;
    background-color: #f5f5f5
}

@media only screen and (max-width: 767px) {
    #footer .footer-top-container {
        padding: 2.8125rem 0 1.5rem 0
    }
}

#footer .footer-logo {
    text-align: center
}

#footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem
}

@media only screen and (max-width: 991px) {
    #footer .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #footer .footer-wrap .contact {
        text-align: center;
        margin-bottom: .417rem
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-wrap {
        display: block;
        margin-top: 1.25rem;
        text-align: center
    }

    #footer .footer-wrap .footer-menu {
        margin-top: 1rem
    }

    #footer .footer-wrap .footer-number {
        font-family: "montserratbold";
        font-size: .875rem;
        line-height: 1.5rem
    }
}

#footer .footer-wrap .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

#footer .footer-wrap strong {
    line-height: 1.875rem
}

#footer .footer-wrap .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .75rem;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1200px) {
    #footer .footer-wrap .menu {
        text-align: center;
        line-height: 1.5rem
    }
}

@media only screen and (max-width: 992px) {
    #footer .footer-wrap .menu {
        margin-bottom: .5rem
    }
}

@media only screen and (max-width: 420px) {
    #footer .footer-wrap .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#footer .footer-wrap .menu li {
    list-style: none
}

#footer .footer-wrap .menu-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .1rem;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    #footer .footer-wrap .menu-link {
        padding: 0 .15rem
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-wrap .menu-link {
        padding: .5rem .7rem;
        font-size: .625rem;
        line-height: 1.5rem
    }
}

#footer .footer-wrap .menu-link:hover,
#footer .footer-wrap .menu-link:focus {
    font-family: "montserratbold";
    font-weight: 700;
    text-decoration: underline;
    color: #142651
}

#footer .footer-wrap .menu-link:focus {
    outline-offset: -1px
}

#footer .footer-wrap .menu .menu-link::after {
    content: attr(data-title);
    content: attr(data-title)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-family: "montserratbold";
    font-weight: 700
}

@media speech {
    #footer .footer-wrap .menu .menu-link::after {
        display: none
    }
}

#footer .social-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media only screen and (max-width: 991px) {
    #footer .social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    #footer .social-links {
        margin-top: 1.25rem;
        margin-bottom: .9rem
    }
}

#footer .social-links a {
    padding: 0 .3rem 0 .3rem;
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 991px) {
    #footer .social-links a:not(:last-child) {
        margin-right: .4rem
    }
}

#footer .footer-bottom {
    padding: 1.88rem 0
}

@media only screen and (max-width: 767px) {
    #footer .footer-bottom {
        padding: 2.5rem 0
    }
}

#footer .footer-bottom p:last-child {
    margin-bottom: 0
}

.header-btn {
    font-size: .75rem;
    letter-spacing: .09375rem;
    padding: 0 1.875rem 0 1.875rem;
    line-height: 2.55rem;
    text-align: center;
    border-radius: .5rem;
    border: 1px solid #142651;
    min-width: 10rem;
    display: inline-block;
    font-family: "montserratbold";
    text-transform: uppercase;
    background-color: #ffc845;
    color: #142651
}

.header-btn:hover,
.header-btn:focus,
.header-btn:active {
    background-color: #142651;
    color: #ffc845;
    text-decoration: none
}

.header-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

@media screen and (max-width: 767px) {
    .header-btn {
        font-size: .875rem;
        padding: 0 1rem
    }
}

.white-btn {
    text-align: center;
    border-radius: .5rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: .75rem;
    border: 1px solid #142651;
    letter-spacing: .107rem;
    padding: 0;
    color: #000;
    background-color: #fff;
    display: inline-block
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
    background-color: #142651;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.white-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.white-btn:disabled,
.white-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 767px) {
    .white-btn {
        font-size: .875rem;
        padding: 0 1rem
    }
}

.transparent-btn {
    border: 1px solid #979797;
    border-radius: .625rem;
    font-size: .875rem;
    background-color: transparent;
    line-height: 2.5rem;
    height: 2.5rem;
    text-transform: uppercase;
    color: #000;
    padding: 0 1.5625rem
}

.transparent-btn:disabled,
.transparent-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

.transparent-btn:hover,
.transparent-btn:focus {
    text-decoration: none;
    color: #000
}

.transparent-btn:first-child {
    margin-right: .94rem
}

@media screen and (max-width: 839px) {
    .transparent-btn {
        padding: 0 1.15rem
    }
}

.primary-theme-btn {
    background-color: #3a621d;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    border: 0;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    padding: 0 2.5rem 0 2.5rem;
    display: inline-block;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.primary-theme-btn:hover,
.primary-theme-btn:focus,
.primary-theme-btn:active {
    background-color: #f1c400;
    text-decoration: none;
    color: #000
}

.primary-theme-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.primary-theme-btn:disabled,
.primary-theme-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 991px) {
    .primary-theme-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.secondary-theme-btn {
    background: #f1c400;
    color: #000;
    text-align: center;
    border-radius: .5rem;
    border: 0;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    padding: 0 2.5rem 0 2.5rem;
    display: inline-block;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.secondary-theme-btn:hover,
.secondary-theme-btn:focus,
.secondary-theme-btn:active {
    background-color: #fff;
    text-decoration: none;
    color: #000
}

.secondary-theme-btn:focus {
    outline: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.secondary-theme-btn:disabled,
.secondary-theme-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 991px) {
    .secondary-theme-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.tertiary-theme-btn {
    background: #ffc845;
    color: #000;
    text-align: center;
    border-radius: .5rem;
    border: 0;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    padding: 0 2.5rem 0 2.5rem;
    display: inline-block;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.tertiary-theme-btn:hover,
.tertiary-theme-btn:focus,
.tertiary-theme-btn:active {
    background-color: #3a621d;
    text-decoration: none;
    color: #f1c400
}

.tertiary-theme-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.tertiary-theme-btn:disabled,
.tertiary-theme-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 991px) {
    .tertiary-theme-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.primary-btn {
    background-color: #ffc845;
    color: #142651;
    text-align: center;
    border-radius: .5rem;
    border: 1px solid #142651;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    padding: 0 2.5rem 0 2.5rem;
    display: inline-block;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
    background-color: #142651;
    color: #ffc845;
    text-decoration: none
}

.primary-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.primary-btn:disabled,
.primary-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0;
    border: 1px solid #ececec
}

.primary-btn:disabled:hover,
.primary-btn:disabled:active,
.primary-btn:disabled:focus,
.primary-btn.disabled:hover,
.primary-btn.disabled:active,
.primary-btn.disabled:focus {
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 991px) {
    .primary-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.secondary-btn {
    background-color: #3a621d;
    color: #000;
    text-align: center;
    border-radius: .5rem;
    border: 0;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    padding: 0 2.5rem 0 2.5rem;
    display: inline-block;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn:active {
    background-color: #3a621d;
    text-decoration: none;
    color: #3a621d
}

.secondary-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.secondary-btn:disabled,
.secondary-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 991px) {
    .secondary-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.tertiary-btn {
    background: #ffc845;
    color: #000;
    text-align: center;
    border-radius: .5rem;
    border: 0;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10rem;
    min-height: 2.8125rem;
    padding: 0 2.5rem 0 2.5rem;
    display: inline-block;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.tertiary-btn:hover,
.tertiary-btn:focus,
.tertiary-btn:active {
    background-color: #fff;
    text-decoration: none;
    color: #142651
}

.tertiary-btn:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px
}

.tertiary-btn:disabled,
.tertiary-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0
}

@media screen and (max-width: 991px) {
    .tertiary-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.quiz-btn {
    background-color: #ffc845;
    color: #142651;
    text-align: center;
    border-radius: .5rem;
    border: 1px solid #142651;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 10.9375rem;
    min-height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.quiz-btn:disabled,
.quiz-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0;
    border: 1px solid #ececec
}

.quiz-btn:disabled:hover,
.quiz-btn:disabled:active,
.quiz-btn:disabled:focus,
.quiz-btn.disabled:hover,
.quiz-btn.disabled:active,
.quiz-btn.disabled:focus {
    background-color: #ececec;
    color: #a0a0a0
}

.quiz-btn:disabled:focus,
.quiz-btn.disabled:focus {
    outline: none
}

.quiz-btn::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 8px;
    height: 12px;
    vertical-align: middle;
    margin-top: -2px
}

.quiz-btn.prev-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.quiz-btn.prev-btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: .75rem
}

.quiz-btn.prev-btn.disabled::after {
    -webkit-transform: none;
    transform: none
}

.quiz-btn.next-btn::after {
    margin-left: .75rem
}

@media screen and (min-width: 768px) {
    .quiz-btn.next-btn::after {
        margin-left: .75rem;
        margin-right: 0
    }
}

.quiz-btn.next-btn.disabled::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quiz-btn.prev-btn::after,
.quiz-btn.next-btn::after {
    background-image: url(../images/right-chevron-blue.svg)
}

.quiz-btn.prev-btn.disabled::after,
.quiz-btn.next-btn.disabled::after {
    background-image: url(../images/left-chevron-grey.svg)
}

.quiz-btn:hover,
.quiz-btn:active,
.quiz-btn:focus {
    background-color: #142651;
    color: #fff;
    text-decoration: none
}

.quiz-btn:hover::after,
.quiz-btn:active::after,
.quiz-btn:focus::after {
    background-image: url(../images/right-chevron-white.svg)
}

@media screen and (max-width: 425px) {
    .quiz-btn {
        font-size: .875rem;
        min-width: 7.8rem;
        letter-spacing: 0.0625rem
    }

    .quiz-btn::after {
        width: .375rem;
        height: .625rem;
        margin-top: -3px
    }
}

.nav-arrow-btn {
    background-color: #ffc845;
    color: #142651;
    text-align: center;
    border-radius: .5rem;
    border: 1px solid #142651;
    font-size: 1rem;
    line-height: 2.8125rem;
    min-width: 12.5rem;
    min-height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "montserratbold";
    letter-spacing: 0.125rem;
    text-transform: uppercase
}

.nav-arrow-btn.white-btn {
    background-color: #fff
}

.nav-arrow-btn:disabled,
.nav-arrow-btn.disabled {
    pointer-events: none;
    background-color: #ececec;
    color: #a0a0a0;
    border: 1px solid #ececec
}

.nav-arrow-btn:disabled:hover,
.nav-arrow-btn:disabled:active,
.nav-arrow-btn:disabled:focus,
.nav-arrow-btn.disabled:hover,
.nav-arrow-btn.disabled:active,
.nav-arrow-btn.disabled:focus {
    background-color: #ececec;
    color: #a0a0a0
}

.nav-arrow-btn:disabled:focus,
.nav-arrow-btn.disabled:focus {
    outline: none
}

.nav-arrow-btn::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 8px;
    height: 12px;
    vertical-align: middle;
    margin-top: -2px
}

.nav-arrow-btn.prev-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.nav-arrow-btn.prev-btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: .75rem
}

.nav-arrow-btn.prev-btn.disabled::after {
    -webkit-transform: none;
    transform: none
}

.nav-arrow-btn.next-btn::after {
    margin-left: .75rem
}

@media screen and (min-width: 768px) {
    .nav-arrow-btn.next-btn::after {
        margin-left: .75rem;
        margin-right: 0
    }
}

.nav-arrow-btn.next-btn.disabled::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-arrow-btn.prev-btn::after,
.nav-arrow-btn.next-btn::after {
    background-image: url(../images/right-chevron-blue.svg)
}

.nav-arrow-btn.prev-btn.disabled::after,
.nav-arrow-btn.next-btn.disabled::after {
    background-image: url(../images/left-chevron-grey.svg)
}

.nav-arrow-btn:hover,
.nav-arrow-btn:active,
.nav-arrow-btn:focus {
    background-color: #142651;
    color: #fff;
    text-decoration: none
}

.nav-arrow-btn:hover::after,
.nav-arrow-btn:active::after,
.nav-arrow-btn:focus::after {
    background-image: url(../images/right-chevron-white.svg)
}

@media screen and (max-width: 425px) {
    .nav-arrow-btn {
        font-size: .875rem;
        min-width: 7.8rem;
        letter-spacing: 0.0625rem
    }

    .nav-arrow-btn::after {
        width: .375rem;
        height: .625rem;
        margin-top: -3px
    }
}

.secondary-theme-clr {
    color: #f1c400
}

.primary-theme-bg {
    background-color: #3a621d
}

.secondary-theme-bg {
    background-color: #f1c400
}

.blue-clr {
    color: #142651
}

.blue-bg {
    background-color: #142651
}

.grey-clr {
    color: #4e4e4e
}

.grey-bg {
    background-color: #4e4e4e
}

.dark-grey-clr {
    color: #0d0d0d
}

.light-grey-bg {
    background-color: #f8f8f8
}

.lighten-grey-bg {
    background-color: #ececec
}

.white-clr {
    color: #fff
}

.white-bg {
    background-color: #fff
}

.black-clr {
    color: #000
}

.info-clr {
    color: #497cc2
}

.info-bg {
    background-color: #497cc2
}

.yellow-clr {
    color: #ffc845
}

* {
    margin: 0;
    padding: 0;
    letter-spacing: 0
}

html {
    font-size: 16px
}

body {
    opacity: 0
}

body.wf-loading {
    opacity: 1
}

@font-face {
    font-family: "montserratbold";
    font-display: swap;
    src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "montserratmedium";
    font-display: swap;
    src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "montserratregular";
    font-display: swap;
    src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "montserratsemibold";
    font-display: swap;
    src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "montserratregular"
}

strong {
    font-family: "montserratbold";
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "montserratbold";
    font-weight: 700
}

.skip-main {
    left: -999px;
    position: absolute;
    top: 6px;
    width: .063rem;
    height: .063rem;
    overflow: hidden;
    z-index: -999;
    font-weight: 400;
    color: #142651
}

.skip-main:focus {
    background-color: #fff;
    left: .125rem;
    width: 20%;
    height: auto;
    overflow: auto;
    text-align: center;
    font-size: .9rem;
    z-index: 9999;
    text-decoration: underline;
    outline: 2px solid #fff;
    color: #142651
}

.skip-main:hover {
    color: #142651
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1200px
}

a:hover,
a:focus {
    text-decoration: underline;
    color: inherit
}

a:focus,
button:focus,
.btn:focus,
select:focus,
.custom-select:focus {
    outline: 2px solid #142651;
    outline-offset: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: .1px solid transparent
}

.form-control:focus {
    outline: 2px solid #142651;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 2px;
    border: 1px solid #c7c7c7
}

.form-control,
.custom-select {
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    height: 3.125rem;
    background-color: #fff
}

label {
    font-size: .875rem
}

textarea {
    resize: none
}

.text-xlg {
    font-size: 2.25rem
}

.text-lg {
    font-size: 1.3125rem
}

.text-md {
    font-size: 1.25rem
}

.text-sm {
    font-size: 1.125rem
}

.text-xs {
    font-size: .75rem
}

.text-xxs {
    font-size: .625rem
}

.body-text {
    font-size: 1rem
}

.body-text-lg {
    font-size: 1.75rem
}

.body-text-sm {
    font-size: .875rem
}

.primary-title {
    text-align: center;
    letter-spacing: -0.0238rem;
    line-height: 1.75rem
}

.secondary-title {
    letter-spacing: 0;
    line-height: 1.75rem
}

.custom-radio {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 1.625rem;
    cursor: pointer;
    margin-bottom: 0;
    letter-spacing: 0
}

.custom-radio input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer
}

.custom-radio input[type=radio]:checked~.radio-circle {
    background: rgba(20, 38, 81, .1);
    border: 1px solid #142651;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .06)
}

.custom-radio input[type=radio]:checked~span.radio-circle:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.custom-radio input[type=radio]:checked~.radio-txt {
    color: #142651;
    font-family: "montserratbold"
}

.custom-radio input[type=radio]:focus+.radio-circle {
    outline: 2px solid #142651;
    outline-offset: 2px
}

.custom-radio .radio-circle {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #b4bfc9;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.custom-radio .radio-circle::after {
    content: "";
    height: 6px;
    width: 6px;
    background: #142651;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.custom-radio-secondary {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 1.725rem;
    cursor: pointer;
    margin-bottom: 0;
    letter-spacing: 0
}

.custom-radio-secondary input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer
}

.custom-radio-secondary input[type=radio]:checked~.radio-circle {
    background: rgba(20, 38, 81, .1);
    border: 1px solid #142651;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .06)
}

.custom-radio-secondary input[type=radio]:checked~span.radio-circle:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.custom-radio-secondary input[type=radio]:checked~.radio-txt {
    color: #142651;
    font-family: "montserratbold"
}

.custom-radio-secondary input[type=radio]:focus+.radio-circle {
    outline: 2px solid #142651;
    outline-offset: 2px
}

.custom-radio-secondary .radio-circle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #142651;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    display: block;
    position: absolute;
    left: 0;
    top: 3px
}

.custom-radio-secondary .radio-circle::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #142651;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.radio-group .form-check {
    margin-bottom: .75rem
}

.radio-group .form-check:last-child {
    margin-bottom: 0
}

.custom-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-checkbox input {
    opacity: 0;
    position: absolute
}

.custom-checkbox label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-checkbox label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #b4bfc9;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: .75rem;
    border-radius: 4px;
    width: 17px;
    height: 17px;
    float: left;
    display: inline-table;
    min-width: 17px
}

.custom-checkbox input:checked+label {
    font-weight: 600
}

.custom-checkbox input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    left: .4rem;
    width: .3rem;
    height: .6rem;
    border: solid #142651;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px
}

.custom-checkbox input:checked+label::before {
    background-color: rgba(20, 38, 81, .1);
    border: 1px solid #142651
}

.custom-checkbox input:focus+label::before {
    outline: 2px solid #142651;
    outline-offset: 2px
}

.right-arrow-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: .125rem;
    line-height: 1.625rem;
    font-family: "montserratbold";
    margin-top: 1.25rem;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 6px
}

.right-arrow-link::after {
    content: "";
    margin-left: .3125rem;
    background-image: url(../images/right-chevron-blue.svg);
    background-repeat: no-repeat;
    width: .375rem;
    height: .625rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle
}

.right-arrow-link:hover,
.right-arrow-link:focus {
    color: #142651
}

.right-arrow-link:hover::after,
.right-arrow-link:focus::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.right-arrow-link.black-arrow::after {
    background: url(../images/right-chevron-black.svg) no-repeat left top
}

.right-arrow-link.white-arrow::after {
    background: url(../images/right-chevron-white.svg) no-repeat left top
}

.back-arrow-link {
    font-size: .875rem;
    color: #142651;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-weight: 400
}

.back-arrow-link::before {
    content: "";
    display: inline-block;
    background: url(../images/left-chevron-blue.svg) top no-repeat;
    width: .5625rem;
    height: .5625rem;
    padding: .3125rem;
    margin-right: .4375rem;
    margin-left: -4px
}

.arrow-right-link {
    position: relative
}

.arrow-right-link::before {
    content: "";
    background: no-repeat center url(../images/right-chevron-blue.svg);
    height: .625rem;
    width: .5rem;
    position: absolute;
    display: inline-block;
    margin-right: .625rem;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hide-lg {
    display: none
}

@media screen and (max-width: 991px) {
    .hide-lg {
        display: block
    }
}

.display-lg {
    display: block
}

@media screen and (max-width: 991px) {
    .display-lg {
        display: none
    }
}

.desktop-view {
    display: block
}

.mobile-view {
    display: none
}

@media screen and (max-width: 767px) {
    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block
    }

    .order1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.banner-top-container {
    margin-top: 0;
    width: 100%;
    position: relative
}

.banner-top-container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .5
}

.banner-top-container .banner-row {
    position: relative;
    margin-top: 50px;
}

.banner-top-container .banner-row .hero-main-img .banner-img-container {
    height: 100%;
}

.banner-top-container .banner-row .hero-main-img .banner-img-container img {
    width: 100%;
    height: 278px;
    position: relative;
    /* left: 40px; */
}

@media screen and (max-width: 745px) {
    .banner-top-container .banner-row .hero-main-img {
        height: 375px;
        overflow: hidden
    }
}

@media screen and (max-width: 650px) {
    .banner-top-container .banner-row .hero-main-img {
        height: 450px
    }
}

.banner-top-container .title-section {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.banner-top-container a:focus {
    outline: 2px solid #fff
}

.banner-top-container img {
    height: auto;
    width: auto;
    max-width: 100%
}

.banner-top-container p {
    font-size: 1.23125rem;
    color: #edecec;
    max-width: 90%;
    margin: 0 auto
}

.banner-top-container p strong {
    margin-left: .3125rem
}

.banner-top-container.tertiary-hero-banner {
    background-color: white;
}

.banner-top-container.tertiary-hero-banner.banner-theme-bg {
    background-color: #223a11
}

.banner-top-container.tertiary-hero-banner .hero-main-img {
    overflow: hidden
}

@media screen and (max-width: 1250px) {
    .banner-top-container.tertiary-hero-banner .hero-main-img {
        height: 275px
    }

    .banner-top-container.tertiary-hero-banner .hero-main-img img {
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .banner-top-container.tertiary-hero-banner .hero-main-img {
        height: 226px !important
    }

    .banner-top-container.tertiary-hero-banner .hero-main-img img {
        height: auto
    }
}

.banner-top-container.tertiary-hero-banner .banner-heading {
    font-size: 3.375rem;
    text-transform: capitalize;
    line-height: 4.875rem;
    padding: 0 1rem;
    margin: 0;
    margin-left: 3rem;
}

.banner-top-container.tertiary-hero-banner .banner-heading {
    margin-left: 3rem;
}

@media screen and (max-width: 991px) {
    .banner-top-container.tertiary-hero-banner .banner-heading {
        line-height: 3.125rem;
        font-size: 2.1rem;
        margin-top: .5rem;
        margin-left: 0rem;
    }
    .banner-top-container.tertiary-hero-banner p{
        font-size: 0.8rem;
        line-height: 1.3rem;
    }
    .banner-top-container p{
        color: #edecec;
        max-width: 80%;
        margin: 0 auto;
    }

}

.banner-top-container.tertiary-hero-banner .brand-logo-img {
    height: 3.5rem
}

@media screen and (max-width: 767px) {
    .banner-top-container.tertiary-hero-banner .brand-logo-img {
        height: 3rem
    }
}

.banner-top-container.primary-hero-banner .title-section h1 {
    font-size: 4rem;
    line-height: 4.87rem;
    margin: .8125rem 0 1.125rem 0;
    padding: 0 1.5rem
}

@media screen and (max-width: 767px) {
    .banner-top-container.primary-hero-banner .title-section h1 {
        line-height: 3.125rem;
        font-size: 2.75rem;
        margin: 2.3rem 0 0 0
    }
}

.banner-top-container.primary-hero-banner .title-section h1 span {
    display: block
}

@media screen and (max-width: 1024px) {
    .banner-top-container.primary-hero-banner .title-section h1 span {
        padding-top: 1.1rem
    }
}

.banner-top-container.primary-hero-banner .title-section p {
    margin-bottom: 1.75rem;
    margin-top: 1.375rem
}

@media screen and (max-width: 991px) {
    .banner-top-container.primary-hero-banner .title-section p {
        font-size: 1.125rem;
        margin-bottom: 2.5rem
    }
}

.banner-top-container.breadcrumb-banner .breadcrumb-row {
    background-color: #142651;
    position: relative;
    display: block
}

.banner-top-container.breadcrumb-banner .breadcrumb-row .breadcrumb li a {
    font-family: "montserratbold"
}

.banner-top-container .breadcrumb-row {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 98
}

@media screen and (max-width: 1023px) {
    .banner-top-container .breadcrumb-row {
        display: none
    }
}

.banner-top-container .breadcrumb {
    border-radius: 0;
    padding: 0 .9375rem;
    background-color: transparent;
    margin: 0;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .banner-top-container .breadcrumb {
        padding: 0 1.071rem 0
    }
}

@media screen and (max-width: 767px) {
    .banner-top-container .breadcrumb {
        padding: 0 1.25rem
    }
}

.banner-top-container .breadcrumb li {
    line-height: .75rem;
    font-size: .625rem
}

.banner-top-container .breadcrumb li a {
    font-size: .625rem;
    letter-spacing: .085rem;
    line-height: .75rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff
}

.banner-top-container .breadcrumb li a:hover,
.banner-top-container .breadcrumb li a :focus {
    color: #fff
}

.banner-top-container .breadcrumb li a:focus {
    outline: 2px solid #fff
}

.banner-top-container .breadcrumb .active {
    font-size: .625rem;
    letter-spacing: .085rem;
    line-height: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "montserratbold"
}

.banner-top-container .breadcrumb .active a {
    text-decoration: none
}

.banner-top-container .breadcrumb li+li:before {
    padding: 0 5px;
    color: #fff;
    content: " | ";
    line-height: .75rem
}

.dotted-bullet-list {
    list-style-type: none
}

.dotted-bullet-list li {
    position: relative;
    padding: 0 1.125rem
}

.dotted-bullet-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 1.125rem;
    background-color: #0d0d0d;
    position: absolute;
    left: 0;
    top: 9px
}

.dotted-bullet-list.xs-bullet-list li::before {
    content: "";
    width: 4px;
    height: 4px
}

@media(min-width: 1200px) {
    .header-classic .mob-header-search.d-xl-block {
        visibility: visible !important;
        opacity: 9 !important;
        width: 14% !important
    }
}

@media(min-width: 992px) {
    .header-classic .mob-header-search.d-xl-block {
        visibility: visible !important;
        opacity: 9 !important;
        width: 14% !important
    }
}

.header-classic .find-row .mobile-icon {
    display: flex !important
}

yext-site-search {
    width: 100%
}

.open-search yext-site-search {
    margin-left: 20px
}

/*ADA -Links - Open in a new window*/
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

/* FACT FIGURE SECTION CSS STARTS HERE */
.text-container{
	margin-top: 90px;
    padding: 0rem 0 5rem;
}
.text-container .fig-number {
	font-weight: 500; margin-bottom: 0; color: #FCC743; font-size: 48px; line-height: 72px; padding: 10px;
}
.text-container .fig-number .fig-text {
	font-size: 24px; line-height: 36px; color: #ffffff; display: block; margin-top: 26px;
}
.fig-list {
	display: flex; flex-wrap: wrap; justify-content: center; gap: 140px 50px; margin-bottom: 0;
}
.fig-list .fig-item {
	text-align: center; min-width: calc(20% - 50px);
}
 .breadcrumb-row .breadcrumb {
display: none;
}
@media screen and (max-width: 767px) {
	.fig-list {
		justify-content: flex-start;
		gap: 80px 10px;
	}
	.fig-list .fig-item {
		width: calc(50% - 10px);
	}
	.text-container .fig-number {
		font-size: 45px; line-height: 67.5px; padding: 6px
	}
	.text-container .fig-number .fig-text {
		font-size: 18px; line-height: 27px; margin-top: 10px;
	}
	.header-wrapper .logo-sec{
        margin-left: 57%;
    }
}
/* FACT FIGURE SECTION CSS ENDS HERE */

/*=================bug 500764===================*/
.nei-franchising h2 {
    padding-left: 0;
}
.nei-franchising .franchising-data {
    padding-left: 0;
}
#main .right-text-wrap {
    padding: 2.5rem 0 !important;
}
 
.right-text-wrap .text-container p strong, .section-25-75 strong {
    margin-right: 0;
}

.nei-franchising .franchising-img img {

    max-height: 220px;

}
/*===================================================*/