/*
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.14
*/

:root {
    --main: #8f0094;
    --orange: #f57420;
    --fontN: "nexa";
}

/* HEADER */

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

#header .logo img {
    max-height: 61px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 50px;
}

/* HERO */

#hero {
    position: relative;
    height: 580px;
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: bottom -50px center;
    z-index: 4;
}
#hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #FF742B;
    background: linear-gradient(90deg, rgba(255, 116, 43, 1) 0%, rgba(140, 0, 133, 1) 100%);
    position: absolute;
    bottom: 0; left: 0;
}

#hero .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 58px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#hero .title sup {
    font-size: 24px;
    font-weight: 600;
    top: -30px;
}

/* FOR BUTTONS */

.for-buttons a {
    display: block;
    width: 340px;
    height: 72px;
    color: #757575;
    /* font-family: var(--fontN); */
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 10px 30px 0 30px;
    background-color: #FFF;
    border-width: 5px;
    border-style: solid;
    border-radius: 40px;
    cursor: pointer;
}
.for-buttons a::before {
    content: "";
    display: inline-block;
    height: 68px;
    vertical-align: middle;
}
.for-buttons a.business {
    border-color: var(--orange);
}
.for-buttons a.business:hover {
    color: #FFF;
    background-color: var(--orange);
}
.for-buttons a.consumers {
    border-color: var(--main);
}
.for-buttons a.consumers:hover {
    color: #FFF;
    background-color: var(--main);
}

/* ABOUT */

#about {
    position: relative;
    background-color: #e5e8ea;
}
#about:not(.contact-page):not(.business-page) {
    padding-bottom: 50px;
}

#about .subheadline .title {
    padding-bottom: 45px !important;
}

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

#about .box {
    height: inherit !important;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 30px;
}
#about.business-page .box {
    padding-top: 30px;
}
#about .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px 45px;
    background-color: #FFF;
    border-radius: 34px;
    box-shadow: 0 10px 15px rgba(81, 81, 81, .1);
}
#about .box .title {
    color: var(--main);
    font-family: var(--fontN);
    font-size: 29px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0 0 15px 0;
    margin: 0;
}
#about .box p {
    color: #535353;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about .box .phone {
    padding-top: 20px;
}
#about .box .phone span,
#about .box .fax span {
    color: var(--orange);
    font-weight: 700;
}
#about .box .phone a {
    color: var(--main);
}
#about .box .phone a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#about .box .more a {
    display: inline-block;
    color: var(--main);
    font-size: 23px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    padding: 0;
    margin: 20px 0 0 0;
    cursor: pointer;
}
#about .box .more a:hover {
    font-weight: 600;
    text-decoration: none;
}

#about .box .more a.button {
    display: block;
    width: 260px;
    height: 76px;
    color: #757575;
    font-family: var(--fontN);
    font-size: 25px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    background-color: #FFF;
    border: 2px solid var(--orange);
    border-radius: 40px;
}
#about .box .more a.button::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#about .box .more a.button:hover {
    color: #FFF;
    background-color: var(--orange);
}

/* NUMBERS */

#numbers .headline {
    padding-bottom: 30px;
}
#numbers .headline .title {
    color: var(--orange);
    font-family: var(--fontN);
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#numbers .headline .title sup {
    font-size: 18px;
    font-weight: 500;
    top: -15px;
}

#numbers .box {
    display: flex;
    padding-top: 35px;
}
#numbers .box .value p {
    color: var(--main);
    font-size: 76px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#numbers .box .text p {
    color: #515151;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    padding: 4px 0 0 30px;
    margin: 0;
}

/* PLATFORM */

#platform {
    position: relative;
    width: calc(100% - 100px);
    height: 440px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
#platform .content .title {
    color: #FFF;
    font-family: var(--fontN);
    font-size: 56px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    margin: 0;
}
#platform .content p {
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* CONTACT */

#contact .content .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    margin: 0;
}

#contact .box {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
#contact .box .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
    border-radius: 50%;
}
#contact .box .text {
    padding-left: 30px;
}
#contact .box .text p {
    color: #515151;
    font-size: 35px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#contact .box .text span {
    display: inline-block;
    color: #515151;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

#contact .form {
    width: calc(50% + 75px);
    margin-right: -75px;
    padding-left: 40px;
    padding-top: 5px;
}

/* ACCREDITED */

#accredited {
    position: relative;
    background-color: #e5e8ea;
}

#accredited .headline .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 34px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#accredited .slick-track {
    display: flex !important;
}
#accredited .item {
    height: inherit !important;
}
#accredited .item a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FOOTER */

#footer {
    position: relative;
}
#footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #FF742B;
    background: linear-gradient(90deg, rgba(255, 116, 43, 1) 0%, rgba(140, 0, 133, 1) 100%);
    position: absolute;
    top: 0; left: 0;
}

#footer .container-fluid {
    position: relative;
    padding: 20px 0;
    background-color: #515151;
}

#footer .logo {
    text-align: center;
}
#footer .logo img {
    max-height: 190px;
}
#footer .logo address {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0;
    text-align: center;
    padding: 30px 0 20px 0;
    margin: 0;
}

/* #footer .buttons a {
    display: block;
    width: 360px;
    height: 76px;
    color: #757575;
    font-family: var(--fontN);
    font-size: 25px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 20px 0 0 0;
    background-color: #FFF;
    border-width: 5px;
    border-style: solid;
    border-radius: 40px;
}
#footer .buttons a::before {
    content: "";
    display: inline-block;
    height: 72px;
    vertical-align: middle;
}

#footer .buttons a.business {
    border-color: var(--orange);
}
#footer .buttons a.business:hover {
    color: #FFF;
    background-color: var(--orange);
}

#footer .buttons a.consumers {
    border-color: var(--main);
}
#footer .buttons a.consumers:hover {
    color: #FFF;
    background-color: var(--main);
} */

#footer h4 {
    color: var(--orange);
    font-family: var(--fontN);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}
#footer h4:not(:first-of-type) {
    padding-top: 40px;
}

#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li {
    line-height: 38px;
}
#footer .links ul li a,
#footer .social-media p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
/* #footer .links ul li a[aria-current="page"] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
} */
#footer .social-media p {
    line-height: 32px;
}
#footer .links ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

#footer .apps {
    padding-top: 30px;
}
#footer .apps a:not(:first-of-type) {
    margin-left: 15px;
}

#footer .members {
    padding-top: 15px;
}
#footer .members img:first-of-type {
    max-height: 100px;
    position: relative;
    top: 17px;
    margin-right: 10px;
}
#footer .members img:nth-of-type(2) {
    max-height: 134px;
}

/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

.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: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
}
.entry-content h1::after, .entry-content h2::after, .post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--main);
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0;
}
.entry-content h4 {
    color: var(--main);
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #474747;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.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: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--orange);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.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(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

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

/* ABOUT PAGE */

.about-hero {
    position: relative;
    height: 600px;
    padding-bottom: 190px;
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.about-hero .headline {
    margin-left: -60px;
}
.about-hero .headline .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 45px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.about-hero .headline .title sup {
    font-size: 60px;
    font-weight: 100;
    top: 0;
}

.about-approach {
    position: relative;
    background-color: #e5e8ea;
}
.about-approach#creditor-portal::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: 0;
}
.about-approach .row {
    position: relative;
    z-index: 4;
}

#about .headline,
.about-approach .headline,
.about-team .headline,
.business-textboxes .headline,
#faq-wrapper.business-faq .headline {
    padding-bottom: 35px;
}
#about .headline .title,
#about .subheadline .title,
.about-approach .headline .title,
.about-team .headline .title,
.consumers-content .headline .title,
.business-textboxes .headline .title,
#faq-wrapper.business-faq .headline .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about .headline p,
.about-approach .headline p,
.about-team .headline p,
.consumers-content .headline p,
.business-textboxes .headline p,
#faq-wrapper.business-faq .headline p {
    color: var(--orange);
    font-family: var(--fontN);
    font-size: 31px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin: 0;
}
.about-approach .headline p.text,
#faq-wrapper.business-faq .headline p.text {
    color: #515151;
    font-size: 25px;
    font-weight: 300;
    line-height: 37px;
    text-transform: unset;
}
.about-approach .headline p.text a {
    color: var(--main);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.about-approach .headline p.text a:hover {
    text-decoration: none;
}
.about-approach .box {
    padding-top: 30px;
}
.about-approach .box .content {
    height: 100%;
    padding: 40px 45px;
    background-color: #FFF;
    border-radius: 38px;
    box-shadow: 0 10px 80px rgba(81, 81, 81, .2);
}
.about-approach .box .content .title {
    color: var(--main);
    font-size: 33px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 15px 0;
    margin: 0;
}
.about-approach .box .content p {
    color: #535353;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.about-approach .box .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-approach .box .content ul li {
    position: relative;
    color: var(--main);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 0 75px;
    margin: 0 0 45px 0;
}
.about-approach .box .content ul li:last-of-type {
    margin-bottom: 0;
}
.about-approach .box .content ul li::before {
    content: "\f058";
    color: var(--orange);
    font-family: "Font Awesome 6 Free";
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    top: 1px;
    left: 0;
}

.about-approach .for-buttons {
    padding-top: 50px;
}

.about-values .headline .title {
    color: var(--orange);
    font-family: var(--fontN);
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.about-values .box {
    display: flex;
    padding-top: 60px;
}
.about-values .box .content {
    width: calc(100% - 72px);
    padding-left: 25px;
}
.about-values .box .content .title {
    color: var(--main);
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 15px 0 15px 0;
    margin: 0;
}
.about-values .box .content p {
    color: #515151;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.about-team {
    position: relative;
    border-top: 2px solid #e5e8ea;
}
.about-team::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background-color: #e0e4e6;
    position: absolute;
    bottom: 0; left: 0;
    z-index: -1;
}
.about-team .box {
    text-align: center;
    padding-top: 30px;
}
.about-team .box:nth-last-child(-n+3) {
    width: 25%;
}
.about-team .box .photo {
    /* width: 150px;
    height: 150px; */
    margin: 0 auto;
    /* background-color: #FFF;
    background-size: cover;
    background-position: top center;
    border: 8px solid var(--main);
    border-radius: 50%; */
}
.about-team .box .photo img {
    max-height: 160px;
}
.about-team .box .content .name {
    color: #515151;
    font-family: var(--fontN);
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 0 0 0;
    margin: 0;
}
.about-team .box .content .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 23px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 0;
    padding: 8px 0;
    margin: 0;
}
.about-team .box .content .desc {
    color: rgba(81, 81, 81, .7);
    font-family: var(--fontN);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.about-contact .content .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.about-contact .content a {
    display: inline-block;
    color: var(--orange);
    font-family: var(--fontN);
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 15px 0 20px 0;
}
.about-contact .content a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
}
.about-contact .content p {
    color: #515151;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* FOR CONSUMERS */

.consumers-hero {
    position: relative;
}
.consumers-hero .headline {
    padding-bottom: 145px;
    margin-left: -60px;
}
.consumers-hero .headline p {
    color: #515151;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0;
}
.consumers-hero .headline p:first-of-type {
    font-family: var(--fontN);
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
}
.consumers-hero .headline p:last-of-type {
    margin-bottom: 0;
}
.consumers-hero .photo img {
    position: relative;
    max-width: unset;
    right: -100px;
}

.consumers-content .tabs {
    display: flex;
    justify-content: center;
}
.consumers-content .tabs .tab {
    padding: 25px 20px 0 20px;
}
.consumers-content .tabs .tab p {
    color: #585858;
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 20px 20px 20px;
    margin: 0;
    border-bottom: 12px solid transparent;
    cursor: pointer;
}
.consumers-content .tabs .tab.active p {
    font-weight: 700;
    border-bottom-color: var(--main);
}

.consumers-mobile .content {
    position: relative;
    display: flex;
}
.consumers-mobile .content::before {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    background-color: #e5e8ea;
    border-radius: 32px;
    position: absolute;
    top: 25px;
}
.consumers-mobile .content > * {
    position: relative;
    z-index: 4;
}
.consumers-mobile .content .text {
    padding-top: 90px;
    padding-bottom: 65px;
    padding-left: 70px;
}
.consumers-mobile .content .text .title {
    color: #515151;
    font-family: var(--fontN);
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.consumers-mobile .content .text .slogan {
    color: #FFF;
    font-family: var(--fontN);
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 30px 0 15px 0;
    background-color: var(--main);
}
.consumers-mobile .content .text .list .item {
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.consumers-mobile .content .text .list .item p {
    color: #333333;
    font-family: var(--fontN);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 0 25px;
    margin: 0;
}
.consumers-mobile .content .app {
    position: relative;
    display: flex;
    margin-right: -100px;
}
.consumers-mobile .content .app img {
    position: relative;
    max-width: unset;
}
.consumers-mobile .content .app .download {
    position: absolute;
    top: 140px; right: 140px;
    display: flex;
    flex-direction: column;
}
.consumers-mobile .content .app .download p {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.consumers-mobile .content .app .download a {
    margin-top: 20px;
}

/* FOR BUSINESS */

.business-hero {
    padding-top: 55px;
}

.business-textboxes .row.align-items-center {
    position: relative;
}
.business-textboxes .row.align-items-center::before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: #FFBA95;
    background: linear-gradient(0deg, rgba(255, 186, 149, 1) 0%, rgba(255, 186, 149, 1) 14%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 28%, rgba(255, 186, 149, 1) 28%, rgba(255, 186, 149, 1) 42%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 56%, rgba(255, 186, 149, 1) 56%, rgba(255, 186, 149, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 85%, rgba(255, 186, 149, 1) 85%, rgba(255, 186, 149, 1) 100%);
    position: absolute;
    top: 0; bottom: 0; left: -70%;
    margin: auto;
}
.business-textboxes .row.align-items-center:nth-child(even) {
    flex-direction: row-reverse;
}
.business-textboxes .row.align-items-center:nth-child(even)::before {
    height: 200px;
    background: linear-gradient(0deg, rgba(255, 186, 149, 1) 0%, rgba(255, 186, 149, 1) 33%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(255, 186, 149, 1) 66%, rgba(255, 186, 149, 1) 100%);
    left: initial;
    right: -70%;
}
.business-textboxes .row.align-items-center > * {
    position: relative;
    z-index: 4;
}
.business-textboxes .row.align-items-center:nth-child(odd) .content {
    padding-left: 60px;
}
.business-textboxes .photo img {
    max-width: none;
}
.business-textboxes .row.align-items-center:nth-child(odd) .photo img {
    position: relative;
    left: -115px;
}

/* FOR BUSINESS */

.business-hero .content {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #e5e8ea;
    border-radius: 38px;
    overflow: hidden;
}
.business-hero .content > img {
    position: relative;
    left: -40px;
}
.business-hero .content .text {
    padding: 60px 60px 0 60px;
}
.business-hero .content .text p {
    color: #535353;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
}
.business-hero .content .text p:last-of-type {
    margin-bottom: 0;
}
.business-hero .content .text p.highlight {
    color: var(--main);
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}
.business-hero .content .text p a {
    color: var(--main);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.business-hero .content .text p a:hover {
    text-decoration: none;
}

#faq-wrapper.business-faq .container-fluid {
    position: relative;
}
#faq-wrapper.business-faq .container-fluid:nth-child(even) {
    background-color: #e5e8ea;
}
#faq-wrapper.business-faq.no-lines .container-fluid:nth-child(even) {
    background-color: #FFF;
}
#faq-wrapper.business-faq .container-fluid:nth-child(even)::before,
#faq-wrapper.business-faq .container-fluid:nth-child(odd):not(:first-of-type)::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
}
#faq-wrapper.business-faq .container-fluid:nth-child(odd):not(:first-of-type)::before {
    background-color: #e5e8ea;
}
#faq-wrapper.business-faq.no-lines .container-fluid:nth-child(odd):not(:first-of-type)::before {
    background-color: #fff;
}

#faq-wrapper.business-faq .container {
    position: relative;
    scroll-margin-top: 120px;
    z-index: 4;
}
#faq-wrapper.business-faq .headline > img {
    margin-bottom: 25px;
}

#faq-wrapper.business-faq .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 2px 27px rgba(81, 81, 81, .2);
    border-radius: 34px;
    background-color: #FFF;
}
#faq-wrapper.business-faq .accordion-item::after {
    /* width: calc(100% - 15px); */
    display: none;
}
#faq-wrapper.business-faq .accordion-header h3 {
    color: var(--main);
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-left: 0;
}
#faq-wrapper.business-faq .accordion-header h3[aria-expanded="true"] {
    padding-bottom: 5px;
}
#faq-wrapper.business-faq .accordion-header h3::before {
    /* content: "+"; */
    top: calc(50% - 16px);
    left: initial;
    right: 35px;
}
/* #faq-wrapper.business-faq .accordion-header h3[aria-expanded="true"]::before {
    content: "—";
} */
#faq-wrapper.business-faq .accordion-header img {
    position: relative;
    top: -1px;
    max-height: 62px;
    margin-right: 10px;
}
#faq-wrapper.business-faq .accordion-item .accordion-body {
    padding-left: 102px;
    padding-right: 30px;
}
#faq-wrapper.business-faq .accordion-item.no-icon .accordion-body {
    padding-left: 26px !important;
}
#faq-wrapper.business-faq .accordion-body p {
    font-size: 19px;
    line-height: 32px;
}

/* MODAL */

.modal-dialog {
    max-width: 900px;
}
.modal-content {
    position: relative;
    padding: 46px 90px 0 90px;
    background-color: #FFF;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 30px 30px rgba(36, 38, 57, .08);
}
.modal-header, .modal-body, .modal-footer {
    padding: 0;
    border: 0;
}
.modal-header {
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.modal-header > h4 {
    display: block;
    width: 100%;
    color: #535353;
    font-size: 33px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.33px;
    padding: 0 0 20px 0;
    margin: 0;
}
.modal-header > p {
    display: block;
    width: 100%;
    color: #535353;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ecf1f2;
}
.modal-header > button.close {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7e7e96;
    font-size: 26px;
    background-color: #eff3f8;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: -5px; right: -30px;
    outline: none;
}
.modal-body {
    padding-top: 10px;
    padding-bottom: 45px;
}