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

:root {
    --main: #e5312e;
    --font2: Helvetica, Arial;
    --font3: Helvetica, Arial;
    --font4: "Cabin";
}
html{
	overflow-x: hidden;
}
/* WP ADMIN BAR

#wpadminbar ~ .hello-bar {
    top: 32px;
}
#wpadminbar ~ .hello-bar {
    top: 32px;
}
#wpadminbar ~ .header {
    top: 71px;
} */

/* ALERTS */

.sticky-alerts {
    position: sticky;
    top: 0;
    background-color: #E20603;
    z-index: 1020;
}
.sticky-alerts .alert {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    border: 0;
}
.sticky-alerts .alert p {
    position: relative;
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    padding: 0;
    margin: 0;
}

.sticky-alerts ~ .hello-bar {
    top: 44px;
}

/* HEADER */

.header {
    width: 100%;
    top: 39px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 25px;
    background-color: #FFF;
    transition: all .3s;
}
.header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}
.sticky-alerts ~ .header {
    top: 83px;
}

.header .logo img {
    max-height: 70px;
    transition: all .3s;
}

.header .logo .lb-logo {
    display: inline-block;
    padding: 20px 0 20px 20px;
    margin-left: 25px;
    border-left: 1px solid #e1e1e1;
}
.header .logo .lb-logo img {
    max-height: 45px;
}

.header .phone a {
    position: relative;
    display: inline-block;
    height: 58px;
    color: #FFF;
    font-family: var(--font2);
    font-size: 17px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.34px;
    padding: 0 30px;
    margin: 0 0 0 2px;
    background-color: #233367;
    border: 2px solid #233367;
    border-radius: 4px;
}
.header .phone a:hover {
    color: #233367;
    text-decoration: none;
    background-color: transparent;
}

.header .contact a {
    display: inline-block;
    height: 58px;
    color: #FFF;
    font-family: var(--font2);
    font-size: 17px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.34px;
    padding: 0 30px;
    margin: 0 0 0 30px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 4px;
}
.header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

.hero {
    position: relative;
    height: 810px;
    padding-bottom: 65px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}

.hero .content .subtitle > h1 {
    color: #FFF;
    font-family: var(--font3);
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.hero .content .subtitle > h1:first-of-type {
    font-weight: 500;
    padding-right: 8px;
}
.hero .content > p {
    color: #FFF;
    font-family: var(--font4);
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.4px;
    padding: 0;
    margin: 0;
}
.hero .content > p::before {
    content: "";
    display: block;
    width: 240px;
    height: 3px;
    margin: 27px auto 23px;
    background-color: var(--main);
}
.hero .content > span {
    display: block;
    color: #FFF;
    font-family: var(--font3);
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    padding: 17px 0 30px 0;
    margin: 0;
}

.hero .content .box,
.hero .content .contact-boxes > div {
    margin-top: 25px;
}
.hero .content .box .icon,
.hero .content .contact-boxes .icon {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main);
    border-radius: 50%;
}
.hero .content .box .text,
.hero .content .contact-boxes .text {
    width: calc(100% - 90px);
    text-align: left;
    padding-left: 20px;
}
.hero .content .box p,
.hero .content .box span {
    color: #FFF;
    font-family: var(--font3);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.1px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.hero .content .box p strong {
    font-weight: 700;
}
.hero .content .box span {
    display: block;
    font-weight: 300;
    padding-top: 2px;
}

/* FEATURED SERVICES */

.featured-services {
    position: relative;
    padding-bottom: 60px;
    background-color: #1c2c60;
    z-index: 9;
}

.featured-services .container {
    padding-left: 7px;
    padding-right: 7px;
}
.featured-services .row {
    margin-left: -7px;
    margin-right: -7px;
}

.featured-services .box {
    padding-left: 7px;
    padding-right: 7px;
}
.featured-services .box a {
    display: block;
    text-align: center;
    padding: 60px 20px 15px 20px;
    background-color: #FFF;
    border-bottom: 20px solid #f7f8fa;
    border-radius: 5px;
}
.featured-services .box a:hover {
    text-decoration: none;
    transform: translateY(-10px);
}
.featured-services .box h2 {
    color: var(--main);
    font-family: var(--font3);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 35px 0 0 0;
    margin: 0;
}
.featured-services .box p {
    color: #233367;
    font-family: var(--font4);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.02px;
    text-transform: uppercase;
    padding: 4px 0 46px 0;
    margin: 0;
}
.featured-services .box span {
    display: block;
    color: #7e7e7e;
    font-family: var(--font3);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

/* ABOUT US */

.about .headline {
    position: relative;
}
.about .headline::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 46px;
    margin-bottom: 38px;
    background-color: #ddd;
}
.about .headline h1,
.about .headline h2 {
    color: var(--main);
    font-family: var(--font4);
    font-size: 66px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.22px;
    padding: 0;
    margin: 0;
}
.about .headline p {
    color: #233367;
    font-family: var(--font4);
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.32px;
    padding: 8px 0 0 0;
    margin: 0;
}

.about .content.c-1 {
    padding-right: 60px;
}
.about .content p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
}
.about .content p:last-of-type {
    margin-bottom: 0;
}
.about .content.c-1 p:first-of-type {
    color: #223d97;
    font-size: 19px;
    line-height: 32px;
}
.about .content a {
    position: relative;
    display: inline-block;
    color: #3e414d;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 45px 0 0 0;
}
.about .content a::after {
    content: "→";
    color: #3b57b2;
    font-family: "Arial";
    position: absolute;
    right: -25px;
}
.about .content a:hover {
    color: var(--main);
    text-decoration: none;
}

.about .photo {
    padding-top: 60px;
}
.about .photo img {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 3px;
}

/* SERVICES */

.services {
    background: rgb(237,242,248);
    background: -moz-linear-gradient(0deg, rgba(237,242,248,1) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237,242,248,1) 60%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(237,242,248,1) 60%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf2f8",endColorstr="#ffffff",GradientType=1);
}

.services .headline > h2 {
    color: #7f9bc0;
    font-family: var(--font4);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.services .headline p {
    color: #233367;
    font-family: var(--font4);
    font-size: 55px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.55px;
    padding: 0 0 57px 0;
    margin: 0;
}

.services .box {
    position: relative;
    margin-top: 25px;
    z-index: 4;
}
.services .box .content {
    position: relative;
    padding: 80px 50px 50px 50px;
    background-color: #FFF;
    border: 1px solid #e3e9f0;
    border-radius: 7px;
}
.services .box .content h3 {
    color: #3b57b2;
    font-family: var(--font3);
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0 0 58px 0;
    margin: 0;
}
.services .box.box-2 .content h3 {
    color: var(--main);
}
.services .box .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services .box .content ul li a {
    position: relative;
    display: block;
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 25px 19px 25px;
    margin: 0;
    border-bottom: 1px solid #e7ebf9;
}
.services .box .content ul li:last-of-type a {
    border-bottom-width: 0;
}
.services .box .content ul li a:hover {
    color: #3b57b2;
    text-underline-offset: 3px;
}
.services .box.box-2 .content ul li a:hover {
    color: var(--main);
}
.services .box .content ul li a::after {
    content: "\f061";
    color: #3b57b2;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 25px;
    transition: all .3s;
}
.services .box .content ul li a:hover::after {
    right: 35px;
}
.services .box.box-2 .content ul li a::after {
    color: var(--main);
}

.services .box .content img {
    position: absolute;
    top: 0; right: 0;
}

/* BONUSES INFO */

.bonuses {
    position: relative;
    padding-top: 200px !important;
    margin-top: -150px;
    background-image: url('img/de-bonuses-bg.webp');
    background-size: cover;
    background-position: center;
}
.home .bonuses {
    padding-top: 165px;
    margin-top: -105px;
}
.oxygen-template-contact .bonuses,
.page-wrapper-full ~ .bonuses {
    padding-top: 50px !important;
    margin-top: 0 !important;
}
.about + .bonuses {
    z-index: -1;
}

.bonuses .box {
    display: flex;
    margin-top: 30px;
}

.bonuses .box .icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main);
    border-radius: 50%;
}

.bonuses .box .text {
    width: calc(100% - 90px);
    padding-left: 25px;
}
.bonuses .box .text span {
    display: block;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.75px;
    padding: 4px 0 14px 0;
    margin: 0;
}
.bonuses .box .text p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* LUXURY BATH */

.luxury-bath .container {
    position: relative;
}
.luxury-bath .container::before {
    content: "";
    display: block;
    width: 1329px;
    height: 197px;
    background-image: url('img/de-luxury-bath-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: -450px;
}

.luxury-bath .content h3 {
    color: #233367;
    font-family: var(--font4);
    font-size: 29px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
    padding: 64px 0 19px 0;
    margin: 0;
}
.luxury-bath .content h3 span {
    color: #1dafec;
    font-weight: 400;
}
.luxury-bath .content p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.luxury-bath .content a {
    position: relative;
    display: inline-block;
    color: #3e414d;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 32px 0 0 -8px;
}
.luxury-bath .content a:hover {
    color: #1dafec;
    text-decoration: none;
}
.luxury-bath .content a::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-color: #edf2f8;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.luxury-bath .content a span {
    position: relative;
    display: block;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 20px;
    margin-left: 25px;
}
.luxury-bath .content a span::after {
    content: "→";
    color: #3b57b2;
    font-family: "Arial";
    position: absolute;
    right: -25px;
}

.luxury-bath .photo {
    flex: 0 0 calc(50% + 140px);
    max-width: calc(50% + 140px);
    margin-right: -140px;
}
.luxury-bath .photo img {
    border-radius: 3px;
	height: auto;
}

/* WHY HIRE */

.why-hire {
    position: relative;
    background-color: #edf2f8;
}
.why-hire::before {
    content: "";
    display: block;
    width: 100%;
    height: 385px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: 0;
}

.why-hire .headline h2 {
    color: #233367;
    font-family: var(--font4);
    font-size: 55px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.55px;
    padding: 0;
    margin: 0;
}
.why-hire .headline h2::after {
    content: "";
    display: block;
    width: 220px;
    height: 4px;
    margin: 32px auto 37px;
    background-color: var(--main);
}

.why-hire .content p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0;
}
.why-hire .content p:last-of-type {
    margin-bottom: 0;
}
.why-hire .content.c-1 p {
    color: #223d97;
    font-size: 19px;
}

.why-hire .container.c-2 {
    position: relative;
    padding-top: 10px;
    margin-top: 75px;
    background-color: #FFF;
}
.why-hire .container.c-2::before {
    content: "";
    display: block;
    width: calc(100% + 260px);
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -130px;
}

.why-hire .box {
    margin-top: 70px;
}
.why-hire .box .title {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.why-hire .box .title h3 {
    color: #233367;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 0 20px;
    margin: 0;
}
.why-hire .box .text p {
    color: #3e414d;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}

.why-hire .photo {
    margin-top: 65px;
}
.why-hire .photo img {
    max-width: calc(100% + 120px);
    margin-left: -60px;
    border-radius: 5px;
}

/* MORE BOXES */

.more-boxes {
    padding-top: 20px;
}

.more-boxes .box {
    margin-top: 20px;
}
.more-boxes .box a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 75px 50px 42px 50px;
    background-color: #f2f5fa;
    border-radius: 5px;
}
.more-boxes .box a:hover {
    text-decoration: none;
}
.more-boxes .box .content {
    flex: 1;
}
.more-boxes .box .content h2 {
    color: #233367;
    font-family: var(--font4);
    font-size: 31px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.62px;
    padding: 0;
    margin: 0;
}
.more-boxes .box .content h2::after {
    content: "";
    display: block;
    width: 130px;
    height: 7px;
    margin: 15px 0 28px 0;
    background-color: var(--main);
}
.more-boxes .box .content p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.more-boxes .box .more {
    margin-top: 65px;
    border-top: 3px solid #FFF;
}
.more-boxes .box .more span {
    display: inline-block;
    position: relative;
    color: #3e414d;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 23px 0 0 0;
    transition: all .3s;
}
.more-boxes .box a:hover .more span {
    color: var(--main);
}
.more-boxes .box .more span::after {
    content: "→";
    color: #3b57b2;
    font-family: "Arial";
    position: absolute;
    right: -25px;
}

/* SPECIAL OFFER */

.special-offers {
    padding-bottom: 60px;
    background-color: #233367;
}

.special-offers .container-fluid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 620px;
    padding-bottom: 155px;
    background-position: bottom center;
}

.special-offers .headline p {
    color: #FFF;
    font-family: var(--font4);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0 0 17px 0;
    margin: 0;
}
.special-offers .headline h2 {
    color: #FFF;
    font-family: var(--font4);
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.45px;
    padding: 0;
    margin: 0;
}

.special-offers .container {
    margin-top: -80px;
}

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

.special-offers .offer {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
.special-offers .row:not(.offers) .offer:nth-child(n+4) {
    margin-top: 25px;
}
.special-offers .offer .content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 55px 70px 50px 70px;
    background-color: #FFF;
    border-radius: 5px;
}
.special-offers .offer .content::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px dotted #8a94b5;
    border-radius: 5px;
    position: absolute;
    top: 15px; left: 15px;
    transition: all .3s;
}
.special-offers .offer .content:hover {
    text-decoration: none;
}
.special-offers .offer .content:hover::before {
    border-color: var(--main);
}

.special-offers .offer .text {
    position: relative;
    flex: 1;
    z-index: 4;
}
.special-offers .offer .text img {
    margin: 0 auto 33px;
}
.special-offers .offer .text p.title {
    color: var(--main);
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0;
    margin: 0;
}
.special-offers .offer .text p.subtitle {
    color: #233367;
    font-family: var(--font4);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 11px 0 13px 0;
    margin: 0;
}
.special-offers .offer .text p.disclaimer {
    color: #3e414d;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.special-offers .offer .more {
    position: relative;
    z-index: 4;
}
.special-offers .offer .more span {
    position: relative;
    display: block;
    color: #7e7e7e;
    font-family: var(--font3);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.special-offers .offer .more span::before {
    content: ".......";
    display: block;
    color: var(--main);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
}

/* EXPERTS */

.experts .logo {
    padding-right: 35px;
}

.experts .content p {
    color: #233367;
    font-family: var(--font4);
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0;
    margin: 0;
}
.experts .content a {
    position: relative;
    display: inline-block;
    color: #3e414d;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: var(--main);
    text-underline-offset: 3px;
    padding: 0;
    margin: 9px 0 0 2px;
}
.experts .content a::after {
    content: "→";
    color: #3b57b2;
    font-family: "Arial";
    position: absolute;
    right: -25px;
}
.experts .content a:hover {
    color: var(--main);
}

/* REVIEWS */

.reviews .container-fluid {
    height: 725px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 282px;
}

.reviews .headline p {
    color: #FFF;
    font-family: var(--font4);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0 0 16px 0;
    margin: 0;
}
.reviews .headline h2 {
    color: #FFF;
    font-family: var(--font4);
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.45px;
    padding: 0;
    margin: 0;
}

.reviews .container {
    margin-top: -275px;
}
.reviews .slick-track {
    display: flex !important;
}

.reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
.reviews .review .content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 75px 65px 50px 65px;
    background-color: #FFF;
    border: 1px solid #e6e9ed;
    border-radius: 4px;
}
.reviews .review .content::before {
    content: '„';
    color: #93b1df;
    font-family: var(--font4);
    font-size: 250px;
    font-weight: 700;
    position: absolute;
    top: -243px; right: 55px;
}

.reviews .review .content .text {
    flex: 1;
}
.reviews .review .content .text span {
    display: block;
    color: #233367;
    font-family: var(--font4);
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.5px;
    padding: 27px 0 26px 0;
    margin: 0;
}
.reviews .review .content .text p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.reviews .review .content .overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eaeff5;
}

.reviews .review .content .overview .client {
    display: flex;
    align-items: center;
}
.reviews .review .content .overview .client .avatar {
    padding-right: 15px;
}
.reviews .review .content .overview .client p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.reviews .review .content .overview .client span {
    display: block;
    color: #3e414d;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 4px 0 0 0;
    margin: 0;
}

.reviews .slick-dots li button {
    border-color: #233367;
}
.reviews .slick-dots .slick-active::after {
    background-color: #233367;
}

/* AWARDS */

.awards .headline span {
    display: block;
    color: var(--main);
    font-family: var(--font4);
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
}
.awards .headline p {
    color: #233267;
    font-family: var(--font4);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.44px;
    padding: 17px 0 0 0;
    margin: 0;
}

.awards .slick-track {
    display: flex !important;
    padding-top: 75px;
    border-top: 1px solid #ecf0f5;
}

.awards .award {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
.awards .award:not(:first-of-type) {
    margin-top: 30px;
}
.awards .awards > .award img {
    max-height: 420px;
    margin-top: 0;
    margin-left: 40px;
}

/* FOOTER */

.footer h2,
.footer h4 {
    color: #233367;
    font-family: var(--font4);
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0;
    margin: 0;
}
.footer h2::after,
.footer h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 17px 0 0 0;
    background-color: var(--main);
}

.footer .payments {
    padding-top: 60px;
}
.footer .payments h2 {
    padding-bottom: 25px;
}

.footer .links,
.footer .address {
    padding-top: 15px;
}
.footer .links ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    columns: 3;
    column-gap: 80px;
}
.footer .links ul li,
.footer .links ul li a {
    color: #3e414d;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.footer .links ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer .address > p {
    color: #233367;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 22px 0 0 0;
    margin: 0;
}
.footer .address address {
    display: block;
    color: #3e414d;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0;
    padding: 15px 0 17px 0;
    margin: 0;
}

.footer .address .phone {
    display: flex;
    align-items: center;
}
.footer .address .phone p {
    color: #233367;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 0 10px;
    margin: 0;
    transition: all .3s;
}
.footer .address .phone:hover p {
    color: var(--main);
}

.footer .address .map {
    display: inline-block;
    color: #3e414d;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 44px 0 0 0;
}
.footer .address .map:hover {
    color: #3b57b2;
    text-decoration: none;
}

.footer .row.row-2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .row.row-2::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #d3d9e2;
    position: absolute;
    top: 0; left: 15px;
}

/* SUBPAGES */

.hero-sub {
    position: relative;
    height: 655px;
    padding-bottom: 65px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
}
.hero-sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0; left: 0;
    background: rgb(27,42,91);
    background: -moz-linear-gradient(4deg, rgba(27,42,91,1) 20%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(4deg, rgba(27,42,91,1) 20%, rgba(255,255,255,0) 80%);
    background: linear-gradient(4deg, rgba(27,42,91,1) 20%, rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b2a5b",endColorstr="#ffffff",GradientType=1);
}

.hero-sub .content span {
    display: block;
    color: #FFF;
    font-family: var(--font4);
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    padding: 0 0 13px 0;
    margin: 0;
}
.hero-sub .content p.ct-headline,
.hero-sub .content h1,
.hero-sub .content h2 {
    color: #FFF;
    font-family: var(--font4);
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.4px;
    padding: 0;
    margin: 0;
}
.hero-sub .content p.ct-headline::after,
.hero-sub .content h1::after,
.hero-sub .content h2::after {
    content: "";
    display: block;
    width: 240px;
    height: 6px;
    margin: 25px 0 38px 0;
    background-color: var(--main);
}
.hero-sub .content p:not(.ct-headline) {
    color: #FFF;
    font-family: var(--font3);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.hero-sub .content p strong {
    font-weight: 400;
}

.page-wrapper {
    position: relative;
    background-color: #edf2f8;
}

.page-wrapper .main {
    position: relative;
    padding-right: 60px;
    background-color: #FFF;
    z-index: 4;
}
.page-wrapper .main::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -100vw;
}

.page-wrapper-full {
    background-color: #FFF;
}
.page-wrapper-full .main {
    padding-right: 15px;
    background-color: transparent;
}
.page-wrapper-full .main::before {
    display: 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, .single-wrapper h1.ct-headline {
    color: var(--main);
    font-family: var(--font3);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.6px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #233367;
    font-family: var(--font4);
    font-size: 29px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.58px;
}
.entry-content h4 {
    color: #233367;
    font-family: var(--font4);
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.5px;
}
.entry-content h5, .entry-content h6 {
    color: #233367;
    font-family: var(--font4);
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}
.entry-content > p:first-of-type {
    color: #223d97;
    font-size: 21px;
    line-height: 36px;
}

.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: 20px;
}
.entry-content ul.columns-2 {
    columns: 2;
    column-gap: 30px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.entry-content ul > li::before {
    content: "\f061";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 0;
}
.entry-content ul li {
    font-size: 19px;
}
.entry-content ul li a {
    color: #374372;
}

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

.entry-content blockquote {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% + 35px);
    min-height: 265px;
    padding: 0 40px 0 0;
    margin: 40px 0 40px -35px;
    border: 1px solid #e3e9f0;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(166, 171, 173, .07);
}
.entry-content blockquote::before {
    content: "";
    display: block;
    width: 250px;
    height: 100%;
    background-color: #edf2f8;
    border-bottom: 13px solid var(--main);
    border-bottom-left-radius: 7px;
    position: absolute;
    top: 0; left: 0;
    clip-path: polygon(0 0, 40% 0%, 100% 100%, 0% 100%);
}
.entry-content blockquote::after {
    content: '';
    display: inline-block;
    width: 326px;
    height: 180px;
    background-image: url("img/de-car.webp");
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 90px);
    left: 55px;
    z-index: 4;
}
.entry-content blockquote p {
    max-width: 50%;
    color: #3e414d;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    margin: 0 0 0 auto;
}
.entry-content blockquote p a {
    color: #4b5e9c;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.entry-content blockquote p a:hover {
    color: var(--main);
}

.entry-content .additional {
    position: relative;
    padding-bottom: 40px;
}
.entry-content .additional::before,
.entry-content .additional::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #edf2f8;
    border-radius: 2px;
    position: absolute;
    top: 100px; left: 0;
}
.entry-content .additional::after {
    height: 4px;
    top: initial;
    bottom: 0;
}
.entry-content .additional > * {
    position: relative;
    z-index: 4;
}
.entry-content .additional img {
    margin-top: 30px;
    filter: drop-shadow(0 10px 20px rgba(166, 171, 173, .07));
}
.entry-content .additional p {
    color: #223d97;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    padding: 20px 0 0 0;
    margin: 0;
}
.entry-content .additional h4 {
    color: #1e2b56;
    font-size: 23px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}
.entry-content .additional h4 a {
    color: var(--main);
    text-decoration: none;
}
.entry-content .additional h4 a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* SINGLE POST */

.single-wrapper h1.ct-headline {
    padding: 0 0 5px 0;
    margin: 0;
}
.single-wrapper .entry-meta {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.single-wrapper .entry-meta .ct-span {
    display: inline-block;
    color: #3e414d;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 8px 0 0;
    margin: 0;
}
.single-wrapper .entry-content {
    padding-top: 30px;
}

/* SITEMAP */

.sitemap_by_click5 h2 {
    margin-bottom: 0;
}
.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul {
    columns: 1;
    column-gap: unset;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}
.sitemap_by_click5 ul.sub {
    padding-top: 20px;
}
/* WIDGETS */

.widget-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 30px);
    max-width: calc(33.333333% + 30px);
    margin-right: -30px;
    /* padding-left: 0; */
    padding-bottom: 160px;
    z-index: 4;
}
.widget-area::before {
    content: "";
    display: block;
    width: 235px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6px;
}
.widget-area > * {
    position: relative;
    z-index: 4;
}
.widget-area > div {
    margin-bottom: 45px;
}

.widget-area .special-offers {
    margin-top: -190px;
    padding-bottom: 0;
    background-color: transparent;
}
.widget-area .special-offers .offer {
    padding-left: 0;
    padding-right: 0;
}
.widget-area .special-offers .offer .content {
    border: 1px solid #e3e9f0;
    box-shadow: 0 10px 20px rgba(166, 171, 173, .07);
}

.widget-area .services {
    display: none;
}
.widget-area .services .box .content {
    padding: 50px 35px 45px 35px;
    box-shadow: 0 10px 20px rgba(166, 171, 173, .07);
}
.widget-area .services .box .content h3 {
    color: var(--main);
    padding-bottom: 38px;
    padding-left: 15px;
}
.widget-area .services .box .content ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.widget-area .services .box .content > a {
    display: block;
    width: 100%;
    height: 62px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.34px;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 4px;
}
.widget-area .services .box .content > a span {
    font-weight: 300;
}
.widget-area .services .box .content > a:hover {
    color: #3e414d;
    text-decoration: none;
    background-color: transparent !important;
}
.widget-area .services .box .content > a:last-of-type {
    margin-top: 8px;
    background-color: #233367;
    border-color: #233367;
}

.widget-area .bath .content {
    display: block;
    text-align: center;
    padding-top: 50px;
    background-color: #FFF;
    border: 1px solid #e3e9f0;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(166, 171, 173, .07);
}
.widget-area .bath .content:hover {
    text-decoration: none;
}
.widget-area .bath .content img {
    width: 100%;
    max-width: unset;
}
.widget-area .bath .content img:first-of-type {
    width: auto;
    max-height: 105px;
}
.widget-area .bath .content img:last-of-type {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.widget-area .bath .content h3 {
    color: #233367;
    font-family: var(--font4);
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.52px;
    padding: 55px 0 5px 0;
    margin: 0;
}
.widget-area .bath .content p {
    color: #1dafec;
    font-family: var(--font4);
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.52px;
    padding: 0 0 25px 0;
    margin: 0;
}
.widget-area .bath .content .more {
    position: absolute;
    bottom: 55px; left: 45px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.widget-area .bath .content:hover .more {
    left: 270px;
}
.widget-area .bath .content .more::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-color: #60c3e5;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.widget-area .bath .content .more span {
    position: relative;
    display: block;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 20px;
    margin-left: 25px;
}
.widget-area .bath .content .more span::after {
    content: "→";
    color: #fff;
    font-family: "Arial";
    position: absolute;
    right: -25px;
}

.widget-area .experts img {
    max-height: 180px;
}

/* CONTACT PAGE */

.oxygen-template-contact .hero {
    padding-bottom: 10px;
}
.oxygen-template-contact .hero .content h1 {
    padding-bottom: 30px;
}

.hero .content .contact-boxes .text h3 {
    color: #FFF;
    font-family: var(--font3);
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 22px 0 21px 0;
    margin: 0;
}

.hero .content .contact-boxes .address p {
    color: rgba(255, 255, 255, .7);
    font-family: var(--font3);
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0;
    margin: 0;
}
.hero .content .contact-boxes .address address {
    color: rgba(219, 221, 232, .8);
    font-family: var(--font3);
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.08px;
    padding: 10px 0 8px 0;
    margin: 0;
}
.hero .content .contact-boxes .address a {
    display: inline-block;
    color: #8bb2e2;
    font-family: var(--font3);
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.08px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 0;
}
.hero .content .contact-boxes .address a:hover {
    color: #FFF;
}

.hero .content .contact-boxes .phone a {
    display: inline-block;
    color: #FFF;
    font-family: var(--font3);
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 21px 0 0 0;
}
.hero .content .contact-boxes .phone a:hover {
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
.hero .content .contact-boxes .phone p,
.hero .content .contact-boxes .phone span {
    color: rgba(219, 221, 232, .8);
    font-family: var(--font3);
    font-size: 19px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.08px;
    padding: 4px 0 21px 0;
    margin: 0;
}
.hero .content .contact-boxes .phone span {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.hero .content .contact-boxes .hours p {
    color: rgba(219, 221, 232, .8);
    font-family: var(--font3);
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.08px;
    padding: 0;
    margin: 0;
}
.hero .content .contact-boxes .hours p b {
    font-weight: 500;
}
.hero .content .contact-boxes .hours p:not(:first-of-type) {
    padding-top: 10px;
}

.contact-form {
    position: relative;
    padding-top: 30px;
    background-color: #edf2f8;
}
.contact-form::before {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background-color: #1d2d60;
    position: absolute;
    top: 0; left: 0;
}
.contact-form .form .box {
    position: relative;
    padding: 80px 140px 65px 140px;
    background-color: #FFF;
    border-radius: 6px;
}
.contact-form .form .box h2 {
    color: var(--main);
    font-family: var(--font4);
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0;
}

.contact-textbox {
    background-color: #edf2f8;
}
.contact-textbox .row {
    width: calc(100% - 70px);
    margin: 0 auto;
}
.contact-textbox .content p {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 0;
}
.contact-textbox .additional {
    position: relative;
    padding-bottom: 40px;
    margin-top: 75px;
}
.contact-textbox .additional::before,
.contact-textbox .additional::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 6px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    top: 70px; left: 15px;
}
.contact-textbox .additional::after {
    height: 4px;
    top: initial;
    bottom: 0;
}
.contact-textbox .additional > * {
    position: relative;
    z-index: 4;
}
.contact-textbox .additional img {
    filter: drop-shadow(0 10px 20px rgba(166, 171, 173, .07));
}
.contact-textbox .additional p {
    color: #223d97;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}
.contact-textbox .additional h4 {
    color: #1e2b56;
    font-size: 23px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 30px 0 0 0;
    margin: 0;
}
.contact-textbox .additional h4 a {
    color: var(--main);
}
.contact-textbox .additional h4 a:hover {
    text-underline-offset: 4px;
}

.contact-map {
    font-size: 0;
}

.oxygen-template-contact .bonuses .headline h2 {
    color: #FFF;
    font-family: var(--font4);
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 30px 0 35px 0;
    margin: 0;
}
.oxygen-template-contact .bonuses .box {
    align-items: center;
    margin-top: 65px;
}
.oxygen-template-contact .bonuses .box .text h4 {
    padding-top: 0;
    padding-bottom: 3px;
	color: white; 
}
.oxygen-template-contact .bonuses .box .text p {
    font-size: 20px;
}

.oxygen-template-contact .more-boxes {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
}

/* GRAVITY FORMS */

.gform_wrapper .gform_body .gform_fields {
    row-gap: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    margin-left: 10px;
    margin-bottom: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gform-field-label--type-sub,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    margin-left: 10px;
    margin-top: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent {
    margin-left: 10px;
    margin-top: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]),
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 74px;
    line-height: 74px;
    padding: 0 25px;
    border: 1px solid #b2c4d7;
    border-radius: 3px;
    box-shadow: unset;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 295px !important;
    line-height: 22px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="file"] {
    padding-left: 0 !important;
}

.gform_wrapper .gform_footer {
    justify-content: center !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block !important;
    height: 71px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 0 105px !important;
    margin: 0 auto;
    background-color: var(--main) !important;
}
.gform_wrapper .gform_footer input[type="submit"]:focus {
    box-shadow: unset !important;
}

/* FAQ */

.oxel_accordion__row {
    position: relative;
    display: block;
    width: 100%;
    color: var(--main);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.22px;
    text-align: left;
    padding: 0 0 20px 20px;
    margin: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.oxel_accordion__row .oxel_accordion__icon {
    position: absolute;
    top: 0;
    right: 0;
}
.oxel_accordion__row .oxel_accordion__icon svg {
    width: 16px;
    height: 16px;
}
.oxel_accordion__content.oxel_accordion__content__hidden {
    display: none;
}
.oxel_accordion__content:not(.oxel_accordion__content__hidden) {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    border-bottom: 1px solid #ddd;
}
.oxel_accordion__content .ct-text-block {
    color: #3e414d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
}