/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.17
*/

:root {
    --main: #0646b3;
    --yellow: #fbbb47;
    --red: #c92438;
}

/* HEADER */

.header.sticky {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.header__top {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 50px;
    background-color: var(--main);
}
.header__card-link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.08px;
    padding: 0;
    margin: 0;
}
.header__card-link:hover {
    color: #fff;
}
.header__card-link .fa-gift {
    position: relative;
    top: -1px;
    color: var(--yellow);
    font-size: 12px;
    padding-right: 4px;
}
.header__card-link .fa-arrow-right {
    position: relative;
    top: -2px;
    font-size: 11px;
    padding-left: 4px;
    transition: all .3s;
}
.header__card-link:hover .fa-arrow-right {
    padding-left: 8px;
}

.header__links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__links ul li {
    position: relative;
    padding-right: 12px;
    padding-left: 13px;
}
.header__links ul li:first-of-type {
    padding-left: 0;
}
.header__links ul li:last-of-type {
    padding-right: 0;
}
.header__links ul li:not(:last-of-type)::before {
    content: "|";
    position: relative;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    right: -4px; top: -1px;
}
.header__links ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.08px;
    text-decoration-color: rgba(255, 255, 255, .5);
    padding: 0;
    margin: 0;
}
.header__links ul li a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .5);
    text-underline-offset: 4px;
}

.header__bottom {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
}
.header__logo img {
    width: auto;
    height: 100px;
    transition: all .3s;
}
.header.sticky .header__logo img {
    height: 80px;
}
.header__phone-link {
    display: inline-block;
    color: #1a1c19;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 6px 0 0 0;
}
.header__phone-link i {
    position: relative;
    color: var(--red);
    font-size: 14px;
    padding-right: 3px;
    top: -1px;
}
.header__phone-link:hover {
    color: var(--red);
}

.header__fast-link,
.header__book-link {
    display: inline-block;
    height: 60px;
    color: var(--red);
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin: 0;
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    border-radius: 30px;
    cursor: pointer;
}
.header__fast-link {
    color: #FFF;
    padding-top: 12px;
    margin-right: 5px;
    margin-left: 20px;
    background-color: var(--main);
    border-color: var(--main);
}
.header__fast-link span {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    font-weight: 200;
    text-transform: capitalize;
    padding-bottom: 3px;
}
.header__book-link:hover {
    color: var(--red);
    background-color: transparent;
}
.header__fast-link:hover {
    color: var(--main);
    background-color: transparent;
}
.header__fast-link:hover span {
    color: rgba(6, 70, 179, .75);
}

/* HERO */

.hero {
    position: relative;
    height: 895px;
    padding-bottom: 190px;
    background-color: var(--main);
    background-size: cover;
    background-position: top center;
    z-index: 4;
}
.hero:not(.hero--default):not(.hero--services)::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-color: #db0030;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.hero.hero--subpage {
    height: 680px;
    padding-bottom: 90px;
}
.hero.hero--contact {
    padding-bottom: 165px;
}
.hero.hero--default {
    height: 615px;
    padding-bottom: 180px;
    background-color: #003693;
}
.hero.hero--services {
    height: 740px;
    padding-bottom: 265px;
    background-color: #003693;
}

.hero__effect {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0; left: 0;
}

.hero__slogan {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    padding: 0;
    margin: 0;
}
.hero__title {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -2.1px;
    text-shadow: 0 1px 1px #000;
    padding: 20px 0;
    margin: 0;
}
.hero__title.hero__title--service {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.8px;
}
.hero__text {
    color: #fff;
    font-family: "Futura LT";
    font-size: 27px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -0.68px;
    text-shadow: 0 1px 1px #000;
    padding: 0 0 25px 0;
    margin: 0;
}
.hero__text.hero__text--single {
    font-size: 20px;
    letter-spacing: -0.4px;
    text-shadow: unset;
}
.hero__button {
    width: 265px;
    height: 53px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
}
.hero__button:hover {
    background-color: #fff !important;
}
.hero__button.hero__button--book {
    color: var(--red);
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.hero__button.hero__button--portal {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
.hero__button.hero__button--portal:hover {
    color: var(--main);
}

.hero__breadcrumbs {
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 15px 0;
}
.hero__breadcrumbs a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hero__photo {
    position: absolute;
    top: 0; right: 0;
    width: 48%;
    height: calc(100% + 1px);
    padding: 0;
}
.hero__p {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    clip-path: polygon(110px 0%, 100% 0, 100% 100%, 0% 100%);
}

/* SERVICES */

.services, .cta {
    position: relative;
    background-color: #db0030;
}
.services__items {
    position: relative;
    margin-top: -120px;
    z-index: 4;
}
.services__item {
    width: 20%;
}
.service-item {
    position: relative;
    display: block;
    background-color: #fff;
}
.service-item:hover {
    box-shadow: 0 25px 50px #a80518;
    z-index: 4;
}
.service-item__content {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.service-item__title {
    color: var(--main);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 25px 0 15px 0;
    margin: 0;
    transition: all .3s;
}
.service-item__button {
    display: inline-block;
    height: 40px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 40px;
    margin: 0;
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    border-radius: 20px;
    transition: all .3s;
}
.service-item:hover .service-item__button {
    background-color: transparent;
}
.service-item__p {
    display: block;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
}

/* CTA */

.cta:not(.cta--blue):not(.cta--white) {
    position: relative;
    padding-top: 50px;
    padding-bottom: 115px;
}
.cta::before,
.cta::after,
.hero.hero--subpage::before,
.hero.hero--subpage::after,
.about-intro::before,
.about-intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
    position: absolute;
    bottom: 0; left: 0;
}
.cta::after,
.hero.hero--subpage::after,
.about-intro::after {
    height: 90px;
    background-color: var(--main) !important;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    bottom: -1px;
}
.cta.cta--blue::before,
.cta.cta--blue::after,
.cta.cta--white::before,
.cta.cta--white::after {
    display: none;
}
.cta.cta--blue {
    background-color: #0646b3;
    box-shadow: 0 17px 30px rgba(91, 113, 147, .11);
}
.cta.cta--blue:not(.col-12):not(.cta--footer):not(.cta--widget) {
    padding-top: 150px;
    padding-bottom: 150px;
}
.cta.cta--white {
    background-image: url('img/icons/gray-pattern.webp');
    background-repeat: repeat;
}
.cta.cta--footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #002f7f;
}
.cta.cta--widget {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.cta__title {
    display: inline-block;
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.81px;
    padding: 0 0 25px 0;
    margin: 0;
}
.cta__title.cta__title--large {
    font-size: 34px;
    letter-spacing: -1.02px;
}
.cta__title.cta__title--dark {
    color: #000
}
.cta__button {
    display: inline-block;
    width: 275px;
    height: 52px;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
}
.cta__button span {
    font-weight: 200;
}
.cta__button:hover {
    color: #fff !important;
    background-color: transparent !important;
}
.cta__button.cta__button--phone {
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.cta__button.cta__button--book {
    background-color: #fff;
    border-color: #fff;
}

.cta.cta--blue .cta__button.cta__button--phone {
    background-color: #fff;
    border-color: #fff;
}
.cta.cta--blue .cta__button.cta__button--book {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}

.cta.cta--white .cta__button.cta__button--phone {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
.cta.cta--white .cta__button.cta__button--phone:hover {
    color: var(--main) !important;
}
.cta.cta--white .cta__button.cta__button--book {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}
.cta.cta--white .cta__button.cta__button--book:hover {
    color: var(--red) !important;
}

/* FAST PASS */

.fast-pass {
    position: relative;
    padding-top: 60px;
    padding-bottom: 130px;
    background-color: var(--main);
}
.fast-pass::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    position: absolute;
    bottom: -1px; left: 0;
}
.fast-pass__title {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.14px;
    padding: 0;
    margin: 0;
}
.fast-pass__text {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.44px;
    padding: 25px 0;
    margin: 0;
}
.fast-pass__p {
    width: auto;
    max-width: unset !important;
    height: 167px;
    margin-left: -35px;
}

/* REVIEWS */

.reviews, .recent-posts {
    position: relative;
    background: #F0F4F7;
    background: linear-gradient(0deg, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
}
.page-template-services .reviews {
    background: #f8f9fc;
}

.reviews__title {
    color: var(--main);
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.14px;
    padding: 0 0 70px 0;
    margin: 0;
}

.reviews__video {
    width: calc(50% + 80px);
    margin-left: -80px;
}
.reviews__v {
    position: relative;
    display: block;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    cursor: pointer;
}
.reviews__v::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 70, 179, .5);
    border-radius: 15px;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    transition: all .3s;
}
.reviews__v:hover::before {
    opacity: 1;
}
.reviews__v::after {
    content: "";
    display: block;
    width: 113px;
    height: 80px;
    background-image: url('img/icons/icon-youtube.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.reviews .slick-track {
    display: flex !important;
}

.reviews__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 90px;
    padding-left: 75px;
    padding-right: 75px;
}

.review-item {
    height: inherit !important;
}
.review-item__text {
    position: relative;
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: -0.75px;
    text-indent: 70px;
    padding: 10px 0 0 5px;
    margin: 0;
}
.review-item__text::before {
    content: "";
    display: block;
    width: 53px;
    height: 42px;
    background-image: url('img/icons/icon-quote.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 0;
}
.review-item__overview {
    padding-top: 40px;
}
.review-item__avatar {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.review-item__author {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0 0 0 20px;
    margin: 0;
}

.reviews__button {
    display: inline-block;
    height: 52px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 65px;
    margin: 55px 0 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 30px;
}
.reviews__button:hover {
    color: var(--main);
    background-color: transparent;
}

.google-box {
    position: relative;
    justify-content: flex-start;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.google-box__value {
    color: #000;
    font-size: 36px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0;
    margin: 0;
}
.google-box__reviews {
    padding: 0 20px;
    margin-top: -4px;
    text-align: center;
}
.google-box__number {
    color: #4e4e4e;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
.google-box__logo {
    position: relative;
    top: 3px;
}

/* AWARDS */

.awards .slick-track {
    display: flex !important;
}
.awards__item {
    height: inherit !important;
}
.awards__content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awards__logo {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 130px;
}

/* MEMBERSHIP */

.club__headline {
    padding-bottom: 170px;
}
.club__slogan {
    color: #000;
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.68px;
    padding: 0;
    margin: 0;
}
.club__title {
    color: var(--main);
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.14px;
    padding: 25px 0;
    margin: 0;
}
.club__text {
    color: #000;
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0;
}

.club .container-fluid {
    position: relative;
    background-color: var(--red);
}
.club .container-fluid::before {
    content: "";
    display: block;
    width: 490px;
    height: 170px;
    background-color: #fff;
    position: absolute;
    top: -1px; left: 0; right: 0;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.club__content {
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 635px; */
    padding-top: 210px;
    padding-bottom: 65px;
}
.club__subtitle {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.9px;
    text-align: center;
    padding: 0 0 65px 0;
    margin: 0;
}
.club__list {
    columns: 2;
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
}
.club__l {
    position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 0 30px;
    margin: 0 0 25px 0;
}
.club__l::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 3px; left: 0;
}
.club__button {
    display: block;
    width: 275px;
    height: 52px;
    color: #202020;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 15px auto 0;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
}
.club__button:hover {
    color: #fff;
    background-color: transparent;
}

.club__photo {
    position: absolute;
    top: 0; left: 0;
    width: calc(50% + 45px);
    height: 100%;
    padding: 0;
    z-index: 4;
}
.club__p {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, calc(100% - 125px) 100%, 0 100%);
}

.club__logo {
    width: auto;
    height: 245px;
    position: absolute;
    top: 0; left: 0; right: 0;
    margin: -135px auto 0;
}

/* ABOUT */

.about {
    position: relative;
    background-color: #003ca5;
}
.about__title {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0 0 70px 0;
    margin: 0;
}

.about__content:first-of-type {
    padding-right: 25px;
}
.about__content:last-of-type {
    padding-left: 25px;
}
.about__content p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
    letter-spacing: -0.44px;
    padding: 0;
}
.about__content p:last-of-type {
    margin-bottom: 0;
}

.about__s {
    color: var(--red);
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    text-align: center;
    padding: 21px 45px 19px 45px;
    margin: 55px 0 0 0;
    background-color: var(--yellow);
    clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0 100%, 12px 50%);
}

.about-photo {
    position: relative;
    height: 835px;
    padding-bottom: 210px;
    background-size: cover;
    background-position: top center;
    clip-path: polygon(100% 0, 100% calc(100% - 140px), 50% 100%, 0 calc(100% - 140px), 0 0);

}

.about-box {
    padding-top: 15px;
}
.about-box__content {
    padding-top: 35px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 10px;
}
.about-box__icon {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    border-radius: 50%;
}
.about-box__text {
    color: #000;
    font-size: 23px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.46px;
    padding: 15px 0 0 0;
    margin: 0;
}
.about-box__text b,
.about-box__text strong {
    font-weight: 800;
}

.about__st {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0;
}

/* PROCESS */

.process, .pin-spacer, .special-boxes {
    position: relative;
    background-image: url('img/icons/gray-pattern.webp');
    background-repeat: repeat;
}
.process::before {
    content: "";
    display: block;
    width: 100%;
    height: 15%;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0; left: 0;
}

.process__title {
    position: relative;
    color: var(--main);
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.14px;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.process__text {
    color: #000;
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.44px;
    padding: 30px 0 70px 0;
    margin: 0;
}

.process__row {
    position: relative;
}
.process__row::before {
    content: "";
    display: block;
    width: calc(100% + 300px);
    height: 100%;
    background-color: #f0f4f7;
    border-radius: 25px;
    position: absolute;
    top: 0; left: -150px;
}
.process__row > * {
    position: relative;
    z-index: 4;
}

.process__photo {
    width: calc(50% + 60px);
    margin-right: -60px;
}
.process__p {
    display: block;
    width: 100%;
    height: 605px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.process__content {
    position: relative;
}

.process__accordion .accordion-collapse {
	transition: none !important;
}
.process__accordion .accordion-item {
    padding-bottom: 25px;
}
.process__accordion .accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.process__accordion .accordion__icon {
    position: relative;
    width: 72px;
    text-align: center;
    margin-right: 20px;
}
.process__accordion .accordion-item:not(:last-of-type) .accordion__icon::after {
    content: "...";
    color: var(--main);
    transform: rotate(90deg);
    position: absolute;
    top: 58px; left: 7px; right: 0;
    margin: 0 auto;
}
.process__accordion .accordion-item.active:not(:last-of-type) .accordion__icon::after {
    content: ".............";
    top: 100px;
}
.process__accordion .accordion__i {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s;
}
.process__accordion .accordion-item.active .accordion__i {
    width: 100%;
    height: 72px;
    background-color: var(--yellow);
}
.process__accordion .accordion-item.active .accordion__i img {
    filter: brightness(0) invert(1);
    transform: scale(1.2);
}
.process__accordion .accordion-title {
    color: #1b1b1b;
    font-size: 21px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.process__accordion .accordion-item.active .accordion-title {
    font-size: 23px;
    font-weight: 800;
}
.process__accordion .accordion-body {
    padding: 0 30px 0 94px;
}
.process__accordion .accordion-body p {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.38px;
    padding: 0;
}
.process__accordion .accordion-body p:last-of-type {
    margin-bottom: 0;
}

/* FEATURED PROMO */

.special-boxes::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: absolute;
    bottom: 0; left: 0;
}

.featured-promo {
    height: 100%;
    padding: 60px 50px 50px 50px;
    background-color: #c92438;
    border-radius: 25px;
}
.featured-promo.featured-promo--referral {
    background-color: #003b9f;
}

.featured-promo__row {
    position: relative;
}
.featured-promo__row::before {
    content: "";
    display: block;
    width: calc(100% + 300px);
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    top: 0; left: -150px;
}
.featured-promo__row > * {
    position: relative;
    z-index: 4;
}

.featured-promo__icon {
    width: 132px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}
.featured-promo__text {
    width: calc(100% - 132px);
    padding-left: 30px;
}
.featured-promo__title {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.81px;
    padding: 12px 0 0 0;
    margin: 0;
}
.featured-promo__value {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.65px;
    padding: 20px 0;
    margin: 0;
}
.featured-promo__subtitle {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
.featured-promo__desc {
    color: rgba(255, 255, 255, .7);
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 15px 0 0 0;
    margin: 0;
}
.featured-promo__button {
    display: inline-block;
    height: 52px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 35px;
    margin: 25px 0 0 0;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
}
.featured-promo__button:hover {
    color: #fff !important;
    background-color: transparent;
}

.featured-promo__photo {
    width: calc(48% + 150px);
    margin-right: -150px;
}
.featured-promo__p {
    display: block;
    width: 100%;
    height: 515px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

/* REFERRAL PROGRAM */

.featured-promo.featured-promo--referral .featured-promo__row::before {
    background-color: var(--main);
}
.featured-promo.featured-promo--referral .featured-promo__content {
    padding-left: 50px;
}
.featured-promo.featured-promo--referral .featured-promo__content * {
    color: #fff;
}
.featured-promo.featured-promo--referral .featured-promo__icon {
    background-color: #fff;
}
.featured-promo.featured-promo--referral .featured-promo__photo {
    width: calc(50% + 65px);
    margin-right: 0;
    margin-left: -65px;
}
.featured-promo.featured-promo--referral .featured-promo__p {
    height: 460px;
}
.featured-promo.featured-promo--referral .featured-promo__button:hover {
    color: #fff !important;
}

/* START */

/* .page:not(.home) .start,
.blog .start,
.single .start {
    padding-top: 0 !important;
} */

.start__car {
    position: absolute;
    top: 50%; left: -90px;
    transform: translateY(-50%);
    z-index: 9;
}

.start__box {
    position: relative;
    background-color: var(--yellow);
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 50%, 100% 100%, 0 100%, 90px 50%);
}
.start__item {
    width: 60%;
    margin-left: auto;
}
.start__title {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
.start__text {
    color: #fff;
    font-size: 23px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 30px 0;
    margin: 0;
}

.start .cta__button {
    width: 225px;
}
.start .cta__button--book {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
.start .cta__button--phone {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}

/* AREAS */

.page:not(.home) .areas,
.blog .areas,
.single .areas {
    padding-top: 0 !important;
}

.areas__headline,
.areas__content {
    position: relative;
    z-index: 4;
}
.areas__title {
    color: var(--main);
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.14px;
    padding: 0;
    margin: 0;
}
.areas__text {
    color: #000;
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.44px;
    padding: 35px 0 0 0;
    margin: 0;
}

.areas__map {
    width: auto;
    height: 895px;
    position: absolute;
    top: -110px;
    left: -300px;
}

.areas__list {
    list-style: none;
    padding: 135px 0 50px 20px;
    margin: 0;
    columns: 2;
}
.areas__l {
    position: relative;
    color: #1b1b1b;
    font-size: 21px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0 0 0 25px;
    margin: 0 0 18px 0;
}
.areas__l::before {
    content: "\f0da";
    color: var(--red);
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0; left: 0;
}
.areas__link:hover {
    color: var(--red);
}

.areas__search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 40px;
    background-color: var(--main);
    border-radius: 10px;
}
.areas__label {
    color: #fff;
    font-size: 23px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0 55px 0 0;
    margin: 0;
}
.areas__fields {
    width: 50%;
    display: flex;
}
.areas__field {
    position: relative;
    width: calc(100% - 48px);
    height: 49px;
    color: #000;
    font-size: 18px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 20px;
    margin: 0;
    background-color: #fff;
    border: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    outline: none;
    appearance: none;
}
.areas__button {
    position: relative;
    height: 49px;
    color: var(--main);
    font-size: 18px;
    padding: 0 15px;
    margin-left: -1px;
    background-color: #fff;
    border: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    outline: none;   
}

/* FOOTER */

.footer__slogan {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.69px;
    text-align: center;
    padding: 35px 0 15px 0;
    margin: 0;
}

.footer__title {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: 5px 0 0 0;
    margin: 0;
}
.footer__title::after {
    content: "";
    display: block;
    width: 70px;
    height: 6px;
    margin: 7px 0 25px 0;
    background-color: var(--yellow);
    border-radius: 1px;
}
.footer__hours .footer__title::after {
    margin-left: auto;
}

.address-item__title {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 0 0 12px 0;
    margin: 0;
}
.address-item__address,
.address-item__map,
.footer__hours p {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
.address-item__map {
    color: var(--yellow);
    text-decoration: underline !important;
    text-underline-offset: 4px;
    margin-top: 5px;
}
.address-item__map:hover {
    color: #fff;
    text-decoration: none !important;
}
.address-item__phone {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0;
    margin: 30px 0 0 0;
}
.address-item__phone:hover {
    color: var(--red);
}

.footer__hours p {
    margin-bottom: 10px;
}

/* SUBPAGES */

.page-wrapper, .single-wrapper, .services-intro, .services-textboxes {
    position: relative;
    padding-bottom: 50px;
    background-image: url('img/icons/gray-pattern.webp');
    background-repeat: repeat;
}

.page-wrapper__row {
    position: relative;
    margin-top: -120px;
    z-index: 4;
}
.page-wrapper #main,
.single-wrapper #main {
    position: relative;
    padding-right: 60px;
    background-color: #FFF;
    border-bottom: 2px solid #f0f4f7;
}
.page-wrapper #main::before,
.single-wrapper #main::before {
    content: "";
    display: block;
    width: 85px;
    height: calc(100% + 2px);
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 2px solid #f0f4f7;
    border-bottom: 2px solid #f0f4f7;
    border-left: 2px solid #f0f4f7;
    position: absolute;
    top: 0; left: -85px;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    scroll-margin-top: 130px;
}
.entry-content h1 a, 
.entry-content h2 a, 
.entry-content h3 a, 
.entry-content h4 a {
    text-decoration: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: var(--main);
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -1.14px;
}
.entry-content h1::after, .post-title::after {
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--red);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--red);
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.9px;
}
.entry-content h4 {
    color: var(--red);
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.75px;
}
.entry-content h5, .entry-content h6 {
    color: var(--red);
    font-weight: 500;
}

.entry-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    color: var(--red);
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, 1);
    font-size: 21px;
    font-weight: 200;
    line-height: 31px;
    letter-spacing: -0.42px;
    padding: 0;
}
.entry-content p b,
.entry-content p strong {
    font-weight: 500;
}
.entry-content > p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 40px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    text-indent: -25px;
    padding-left: 0px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f0da";
    color: var(--red);
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    padding-right: 20px;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--red);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    display: inline;
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area,
#sidebar-toc {
    position: relative;
    width: calc(25% + 70px);
    margin-right: -70px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 0;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 2px solid #f0f4f7;
    border-bottom: 2px solid #f0f4f7;
    border-right: 2px solid #f0f4f7;
    z-index: 4;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

.featured-promo.featured-promo__widget {
    height: auto;
    background-image: unset;
    background-color: var(--red);
    padding: 5px;
    margin-top: 25px;
    border: 3px solid var(--red);
    border-radius: 20px;
}
.featured-promo.featured-promo__widget .featured-promo__content {
    padding: 35px 40px 25px 40px;
}
.featured-promo.featured-promo__widget .featured-promo__icon {
    width: 103px;
    height: 103px;
}
.featured-promo.featured-promo__widget .featured-promo__i {
    max-height: 55px;
}
.featured-promo.featured-promo__widget .featured-promo__text {
    width: 100%;
    padding-left: 0;
}
.featured-promo.featured-promo__widget .featured-promo__title {
    font-size: 23px;
}
.featured-promo.featured-promo__widget .featured-promo__value {
    font-size: 46px;
    padding: 10px 0;
}
.featured-promo.featured-promo__widget .featured-promo__subtitle {
    font-size: 23px;
    line-height: 30px;
}
.featured-promo.featured-promo__widget .featured-promo__desc {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
}
.featured-promo.featured-promo__widget .featured-promo__button {
    height: 46px;
    font-size: 13px;
    margin-top: 20px;
}
.featured-promo.featured-promo__widget .featured-promo__photo {
    width: 100%;
    margin-right: 0;
}
.featured-promo.featured-promo__widget .featured-promo__p {
    height: 280px;
    border-radius: 10px;
}

/* ABOUT PAGE */

.about-intro {
    position: relative;
    padding-top: 55px;
    padding-bottom: 115px;
    background-color: #0646b3;
}
.about-intro::after {
    background-color: #fff;
    background-image: url('img/icons/gray-pattern.webp');
    background-repeat: repeat;
}
.about-intro__content p {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.52px;
    padding: 0;
}
.about-intro__content p:first-of-type {
    font-size: 23px;
    line-height: 34px;
}
.about-intro__content p:last-of-type {
    margin-bottom: 0;
}
.about-intro__content p b,
.about-intro__content p strong {
    font-weight: 500;
}

.about-values {
    background-image: url('img/icons/gray-pattern.webp');
    background-repeat: repeat;
}
.about-values__title {
    color: var(--main);
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
.about-values__text {
    color: #000;
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.44px;
    padding: 35px 0 45px 0;
    margin: 0;
}

.about-values__item {
    padding-top: 20px;
}
.about-values__item:last-of-type {
    width: 100%;
}

.value-box {
    position: relative;
    height: 100%;
    padding: 45px 55px 15px 55px;
    background-color: #fff;
    border-radius: 25px;
}
.value-box__icon {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main);
    border-radius: 50%;
}
.value-box__title {
    width: calc(100% - 96px);
    color: var(--red);
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.08px;
    padding: 0 0 0 25px;
    margin: 0;
}
.value-box__list {
    list-style: none;
    padding: 35px 0 0 25px;
    margin: 0;
}
.about-values__item:last-of-type .value-box__list {
    columns: 2;
}
.value-box__l {
    position: relative;
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.42px;
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
}
.value-box__l::before {
    content: "\f00c";
    color: var(--red);
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    top: 2px; left: 0;
}
.value-box__l b, 
.value-box__l strong {
    font-weight: 500;
}

.about-mission {
    position: relative;
    background-color: #0646b3;
}

.about-mission__content {
    padding-right: 50px;
}
.about-mission__content p {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: -0.58px;
    padding: 0;
}
.about-mission__content p b,
.about-mission__content p strong {
    font-weight: 500;
}
.about-mission__content p:last-of-type {
    margin-bottom: 0;
}

.about-mission__photo {
    width: calc(50% + 125px);
    margin-right: -125px;
}
.about-mission__p {
    display: block;
    width: 100%;
    height: 530px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.about-comm {
    position: relative;
    background: #F0F4F7;
    background: linear-gradient(180deg, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 100%);
}
.about-comm__title {
    color: var(--main);
    font-size: 43px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.29px;
    padding: 0 0 55px 0;
    margin: 0;
}
.about-comm__content:first-of-type {
    padding-right: 25px;
}
.about-comm__content:last-of-type {
    padding-left: 25px;
}
.about-comm__content p {
    color: #000;
    font-size: 21px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.42px;
    padding: 0;
}
.about-comm__content p:last-of-type {
    margin-bottom: 0;
}

.about-comm__slider {
    padding-top: 60px;
}
.about-comm__logo {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.comm-logo {
    width: 248px;
    height: 248px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
}
.comm-logo__img {
    width: 85%;
    height: auto;
}

/* CONTACT PAGE */

.contact-form {
    position: relative;
    background-color: rgb(240, 244, 247);
    /* background-image: url('img/icons/gray-pattern-2.webp');
    background-repeat: repeat; */
}
.contact-form::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: var(--main);
    position: absolute;
    top: 0; left: 0;
    clip-path: polygon(100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px), 0 0);
}

.contact-form__box {
    position: relative;
    padding: 65px 120px;
    margin-top: -110px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 9;
}

.contact-form__wrapper .gform_fields {
    row-gap: 20px !important;
}
.contact-form__wrapper .gform_heading {
    display: none;
}
.contact-form__wrapper .gfield {
    position: relative;
}
.contact-form__wrapper .gfield .gform-field-label {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 0 10px 5px 10px;
    margin: 0;
}
.contact-form__wrapper .gfield .gform-field-label.gform-field-label--type-inline {
    font-size: 20px;
}
.contact-form__wrapper .ginput_container_radio {
    padding-top: 25px;
    padding-left: 20px;
}
.contact-form__wrapper .gfield .gform-field-label .gfield_required {
    position: absolute;
    top: -2px; right: 0;
}
.contact-form__wrapper .gfield input.large,
.contact-form__wrapper .gfield--type-address input,
.contact-form__wrapper .gfield select.large,
.contact-form__wrapper .gfield--type-address select,
.contact-form__wrapper .gfield textarea {
    position: relative !important;
    height: 70px !important;
    color: #141414 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    letter-spacing: -0.18px !important;
    padding: 20px 25px !important;
    background-color: #f0f4f7 !important;
    border: 1px solid #f0f4f7 !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    outline: none !important;
    resize: none !important;
}
.contact-form__wrapper .gform-footer input[type="submit"] {
    display: inline-block !important;
    height: 52px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    padding: 0 95px !important;
    margin: 0 auto !important;
    background-color: var(--main) !important;
    border: 2px solid var(--main) !important;
    border-radius: 30px !important;
    outline: none !important;
}
.contact-form__wrapper .gform-footer input[type="submit"]:hover {
    color: var(--main) !important;
    background-color: #fff !important;
}

/* SERVICES PAGE */

.services-intro {
    position: relative;
}
.services-intro::before {
    content: "";
    display: block;
    width: 100%;
    height: 155px;
    background-color: #003693;
    position: absolute;
    top: 190px; left: 0;
}

.services-intro__row {
    padding: 25px;
    margin-top: -190px;
    z-index: 4;
}
.services-intro__row::before {
    content: "";
    display: block;
    width: calc(100% + 250px);
    height: 100%;
    background-color: #fff;
    border: 7px solid #fff;
    border-radius: 20px;
    position: absolute;
    top: 0; left: -125px;
}
.services-intro__row:nth-child(even)::before {
    background-color: #f2f5f8;
}
.page-id-1741 .services-intro__row:nth-child(even)::before {
    background-color: #fff;
}

.services-intro__row > * {
    position: relative;
    z-index: 4;
}

.services-intro__content {
    padding-right: 50px;
}
.services-intro__title {
    position: relative;
    color: var(--main);
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.68px;
    padding: 0;
    margin: 0;
}
.services-intro__title::after {
    content: "";
    display: block;
    width: 175px;
    height: 11px;
    margin: 20px 0 25px 0;
    background-color: var(--red);
    border-radius: 6px;
}
.services-intro__content p {
    color: #000;
    font-size: 19px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.38px;
    padding: 0;
}
.services-intro__content p:first-of-type {
    font-size: 21px;
}
.services-intro__content p:last-of-type {
    margin-bottom: 0;
}

.services-intro__info {
    width: calc(25% + 100px);
    margin-right: -100px;
}
.services-intro__box {
    position: relative;
    padding: 50px;
    background-color: #f3f5f7;
    border-radius: 10px;
}

.services-intro__item {
    display: flex;
    align-items: center;
}
.services-intro__item:not(:last-of-type) {
    padding-bottom: 40px;
}
.service-intro__icon {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    border-radius: 50%;
}
.service-intro__text {
    width: calc(100% - 95px);
    color: #000;
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
    letter-spacing: -0.4px;
    padding: 0 0 0 20px;
    margin: 0;
}
.service-intro__text b,
.service-intro__text strong {
    font-weight: 500;
}

.services-intro__photo {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: 30px;
}
.services-intro__p {
    display: block;
    width: 100%;
    height: 365px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.services-textboxes .services-intro__row {
    margin-bottom: 50px;
}

.services-textboxes .cta.cta--white {
    background-image: unset;
}
.services-textboxes .cta.cta--blue::before {
    content: "";
    display: block;
    width: calc(100% + 274px);
    height: 100%;
    background-color: var(--main);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    clip-path: unset;
    position: absolute;
    left: -137px;
}
.services-textboxes .cta__content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px; 
    z-index: 4;   
}
.services-textboxes .cta.cta--white .cta__content {
    border-top: 1px solid #cfd9e7;
}

.services-textboxes__photo {
    width: calc(50% + 85px);
    height: 520px;   
    margin-bottom: 50px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
.services-textboxes .services-intro__row:nth-child(odd) .services-textboxes__photo {
    float: left;
    margin-left: -85px;
    margin-right: 50px;
}
.services-textboxes .services-intro__row:nth-child(even) .services-textboxes__photo {
    float: right;
    margin-right: -85px;
    margin-left: 50px;
}

.apply-now-button {
    cursor: pointer;
}
.apply-now-button:hover {
    color: var(--main);
}

/* MODALS */

.modal-content {
    border: 0;
    border-radius: 15px;
}

.modal-header {
    padding: 25px 25px 0 25px;
    border-bottom: 0;
    border-radius: 0;
}

.modal-body .headline .title {
    color: var(--main);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0;
    margin: 0;
}
.modal-body .headline .text {
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.21px;
    padding: 15px 0 0 0;
    margin: 0;
}
.modal-body .headline .text b {
    color: var(--main);
}
.modal-body .headline .text a {
    color: #db0030;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.modal-body .headline .text a:hover {
    text-decoration: none;
}

.modal-body {
    padding-top: 40px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 60px;
}

/* WIDGET REVIEWS */

.wp-google-review {
    padding-bottom: 10px !important;
}
.rpi-stars {
    display: block !important;
}
.wp-gr .wp-google-text {
    display: block;
    font-size: 16px !important;
    font-weight: 300 !important;
    padding-top: 10px;
}
.wp-gr .rpi-stars+.wp-google-text {
    padding-left: 0 !important;
}
.wp-gr .grw-img-wrap::before {
    display: none !important;
}
.wp-gr .wp-google-name {
    font-weight: 500 !important;
}
.wp-gr .wp-google-url {
    color: var(--main) !important;
    margin-top: 15px !important;
}

/* Careers Page infographic */

.services-intro__core-values {
    margin-top: 20px;
    margin-bottom: 0px;
}

.services-intro__core-values-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

/* Promotions Page  */

.promotions-grid .col-12 {
    margin-bottom: 1.5rem;
}

.coupon-card {
    background: #0646b3;
    color: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.coupon-card__content {
    display: flex;
    flex-direction: column;
}

.coupon-card__title {
    font-size: clamp(1.8rem, 2.5vw, 2.75rem);
    line-height: 100%;
    font-weight: 800;
    letter-spacing: -1.65px;
    color: #fff;   
}

.coupon-card__subtitle {
    font-size: clamp(1.25rem, 1.6vw, 1.4375rem); 
    line-height: 1.3; 
    font-weight: 200;
    letter-spacing: -0.5px;
    color: var(--yellow);
    margin-bottom: 1.25rem;
    max-width: 90%;
}

.coupon-card__details {
    font-size: 1.125rem; 
    line-height: 1.45;   
    font-weight: 300;
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.25rem;
    max-width: 85%;
}

.coupon-card__details br + br {
    display: none;
}

.coupon-card__expiration {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.coupon-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.coupon-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 275px;
    min-height: 52px;
    padding: 0.85rem 1.5rem;
    background: #fff;
    color: #000;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s ease;
    text-align: center;
    flex-shrink: 0;
}

.coupon-card__button:hover {
    text-decoration: none;
    transform: translateY(-1px);
    color: #0646b3;
}

.coupon-card__button-label {
    font-weight: 200;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-right: 0.35rem;
}

.coupon-card__button-number {
    font-weight: 800;
    letter-spacing: 0;
}

.coupon-card__logo {
    margin-left: auto;
    flex-shrink: 0;
}

.coupon-card__logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

@media (max-width: 1199.98px) {
    .coupon-card__title {
        max-width: 100%;
    }

    .coupon-card__subtitle,
    .coupon-card__details {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .coupon-card {
        padding: 2rem 1.5rem;
    }

    .coupon-card__title {
        font-size: 2.2rem;
        max-width: 100%;
    }

    .coupon-card__subtitle {
        font-size: 1.4rem;
        max-width: 100%;
    }

    .coupon-card__details {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .coupon-card__footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .coupon-card__logo {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .coupon-card__button {
        order: 2;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }


    .coupon-card__logo img {
        max-width: 140px;
    }
}


/* About Page icon edits */
.value-box__headline {
    /* margin-bottom: 2rem; */
}

.value-box__headline-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.value-box__title {
    margin-top: 1rem;
}