@charset "UTF-8";
/*
Theme Name: Sponsoreds
Author: Sponsoreds team
Version: 4.1
*/

* {
    box-sizing: border-box;
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 111;
}

html, body {
    margin: 0 !important;
}

#sponsoreds {
    overflow: hidden;
}

.page.main-content {
    display: flex;
    flex-direction: column;
}

.page.main-content .page-container {
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
    z-index: 111;
    box-sizing: border-box;
}

.page.main-content section > .container {
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
    z-index: 111;
    box-sizing: border-box;
}

.default-page {
    padding: 100px 0;
}

.default-page section > .container {
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
    z-index: 111;
    box-sizing: border-box;
}

.learn-more-link {
    display: flex;
    align-items: center;
}


.learn-more-link .link-arrow {
    width: 18px;
    margin: 0 0 0 7px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    transition: .2s ease-in-out;
}

.learn-more-link .link-arrow svg {
    min-width: 28px;
    height: 10px;
}

.learn-more-link:hover .link-arrow {
    width: 26px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

ul {
    list-style: none;
}

/*!*------------------------------------*!*/
/*!*HEADER*!*/
/*!*------------------------------------*!*/
header {
    min-height: 90px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    transition: transform 150ms linear;
}


header.fixed {
    position: fixed;
    top: 0;
    transform: translateY(-100%);
}

header.pinned {
    transform: translateY(0%);
}

header.scrollabled {
    position: fixed;
}

header.white {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}

header .header-container {
    width: 100%;
    max-width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;

}

header .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 20px 0 0;
}

header .logo > svg {
    width: 240px;
    height: auto;
    fill: #fff;
}

header.white .logo > svg {
    fill: #FF5256;
}

header .logo span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin: -10px 0 0 0;
}

header.white .logo span {
    color: #686868;
}

header .logo span svg {
    margin: 0 0 0 3px;
}

header .nav {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

header .nav li {
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    margin: 0 0 0 32px;
}

header .nav li .sub-nav {
    width: 230px;
    background-color: #ffffff;
    text-align: center;
    max-width: 250px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 18px 40px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .1s ease-in-out;
}

header .nav li:hover .sub-nav {
    z-index: 1111;
    opacity: 1;
    visibility: visible;
}

header .nav li .sub-nav li {
    color: #686868;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    z-index: 11;
    text-transform: initial;
    margin: 0 0 12px;
}

header .nav li .sub-nav li:last-child {
    margin: 0;
}

header .nav li .sub-nav li:hover {
    color: #FF5256
}

header .nav li .sub-nav::after {
    content: '';
    height: 100%;
    position: absolute;
    top: -30px;
    left: 60px;
    right: 60px;
}

header .nav li .sub-nav::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    top: -10px;
    background: #fff;
    box-shadow: -4px -4px 6px 0px rgb(0 0 0 / 10%);
}

header .nav li {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #8D81BF;
    cursor: pointer;
    transition: .1s ease-in-out;
}

header.white .nav li {
    color: #686868;
}

header .nav li a {
    color: inherit;
}

header .nav li:hover {
    color: #fff;
}

header.white .nav li:hover {
    color: #FF5256;
}

header .nav li a.active {
    color: #fff;
}

header.white .nav li a.active {
    color: #FF5256;
}

header .nav li .sub-nav li a.active {
    color: #FF5256;
}

header .login-link {
    display: flex;
    align-items: center;
    margin: 0 0 0 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: .1s ease-in-out;
}

header.white .login-link {
    color: #686868;
}

header .login-link svg {
    border-radius: 50%;
    margin: 0 8px 0 0;
    fill: #fff;
    transition: .1s ease-in-out;
}

header.white .login-link svg {
    fill: #686868;
}

header .login-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

header.white .login-link:hover {
    color: #FF5256;
}

header .login-link:hover svg {
    fill: rgba(255, 255, 255, 0.7);
}

header.white .login-link:hover svg {
    fill: #FF5256;
}

header .registration-link {
    height: 50px;
    margin: 0 0 0 32px;
    width: max-content;
    padding: 0 28px;
}

header.white .registration-link {
    border: 2px solid #FF5256;
    color: #FF5256;
}

header.white .registration-link:hover {
    background: rgba(255, 82, 86, 0.1);
}

header .nav-burger,
header .social-links,
header .menu-overlay,
header .close-menu {
    display: none;
    align-items: center;
}

header .nav-burger svg {
    width: 24px;
    height: 24px;
}

header .actions {
    display: flex;
    align-items: center;
}

header .mobile-menu {
    display: flex;
}

@media (max-width: 1200px) {
    header {
        min-height: 65px;
        background: #fff;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
        position: fixed;
        top: 0;
    }

    header.fixed {
        display: none;
    }

    header .logo > svg {
        width: 163px;
        fill: #FF5256;
    }

    header .logo span {
        display: none;
    }

    header .nav-burger {
        display: flex;
    }

    header .close-menu {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 5px;
        top: 12px;
    }

    header .mobile-menu {
        width: 100%;
        max-width: 450px;
        position: fixed;
        flex-direction: column;
        right: 0;
        top: 0;
        bottom: 0;
        background: #111;
        padding: 48px 40px 38px;
        transition: .2s ease-in-out;
        transform: translateX(100%);
        z-index: 200;
    }

    header .menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.6);
        transition: .2s ease-in-out;
    }


    header .mobile-menu.visible {
        transform: translateX(0);
        z-index: 111;
    }

    header .menu-overlay.visible {
        visibility: visible;
        opacity: 1;
    }

    header .nav {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 auto;
    }

    header .nav li {
        color: #cacaca;
        font-size: 24px;
        font-weight: 600;
        text-transform: initial;
        position: relative;
    }

    header.white .nav li:hover {
        color: #fff;
    }

    header .nav li.width-sub {
        padding-bottom: 0;
    }

    header .nav > li span {
        position: relative;
    }

    header .nav li.width-sub span:before {
        content: '';
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #cacaca;
        position: absolute;
        right: -20px;
        top: 15px;
    }

    header .nav li.width-sub.open span:before {
        transform: rotate(180deg);
    }

    header .nav li.width-sub.open .sub-nav {
        max-height: 200px;
        padding: 0 20px 10px;
    }

    header .nav li .sub-nav {
        max-width: initial;
        position: initial;
        opacity: 1;
        visibility: visible;
        background: none;
        transform: translateX(0);
        text-align: left;
        overflow: hidden;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        margin-top: 10px;
    }

    header .nav li .sub-nav li {
        color: #cacaca;
        margin: 0 0 16px;
    }

    header .nav li .sub-nav li:hover {
        color: #fff;
    }

    header .nav li .sub-nav:before,
    header .nav li .sub-nav:after {
        display: none;
    }

    header .social-links {
        display: flex;
        margin-bottom: 20px;
    }
    header .social-links a{
        margin: 0 10px 0 0;
    }

    header .social-links svg {
        width: 30px;
        height: 30px;
        fill: #fff;
    }

    header .actions {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }


    header .actions a.login-link,
    header .actions a.registration-link {
        height: 45px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 8px;
        padding: 0 24px;
        margin: 0;
        font-size: 14px;
        background: transparent;
    }
    header .actions .registration-link{
        margin: 0 10px 0 0 !important;
    }
    header .login-link svg {
        display: none;
    }
}

@media (max-width: 600px) {
    header .mobile-menu {
        padding: 48px 25px 38px;
    }
}


/*!*------------------------------------*!*/
/*!*FOOTER*!*/
/*!*------------------------------------*!*/
footer {
    display: flex;
    flex-direction: column;
    background: #353A3E;
    padding: 58px 0 0 0;
}

footer .footer-container {
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
}

footer .footer-container .col {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    flex-direction: column;
}

footer .footer-container .col .sermondo-logo {
    display: none;
}

footer .footer-container .col .logo {
    width: max-content;
}

footer .footer-container .col .logo svg {
    width: 250px;
    height: auto;
    fill: #fff;
}

footer .footer-container .col p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 12px 0 32px;
}

footer .footer-container .col .actions {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 28px;
}

footer .footer-container .col .actions .btn {
    height: 50px;
    font-size: 16px;
}


footer .footer-container .col .actions .login-link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: .1s ease-in-out;
}

footer .footer-container .col .actions .login-link svg {
    border-radius: 50%;
    margin: 0 8px 0 0;
    fill: #fff;
    transition: .1s ease-in-out;
}

footer .footer-container .col .actions .login-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

footer .footer-container .col .actions .login-link:hover svg {
    fill: rgba(255, 255, 255, 0.7);
}

footer .footer-container .col .actions .sermondo-logo {
    display: none;
}

footer .footer-container .links {
    display: grid;
    gap: 12px;
}

footer .footer-container .links h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #686868;
    margin: 0;
}

footer .footer-container .links a {
    width: max-content;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

footer .footer-container .links a:hover {
    color: rgba(255, 255, 255, 0.7);
}

footer .footer-container .links .social-links {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    gap: 28px;

}

footer .footer-container .links .social-links svg {
    fill: #fff;
}

footer .footer-container .links .social-links a:hover svg {
    fill: rgba(255, 255, 255, 0.7);
}

footer .footer-container .links img {
    width: 100%;
    max-width: 135px;
    margin: 24px 0 0 0;
}

footer .terms {
    width: 100%;
    max-width: 1420px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #686868;
    padding: 18px 10px;
    margin: 48px auto 0;
}

footer .terms a {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

footer .terms a:hover {
    color: rgba(255, 255, 255, 0.7);
}

footer .terms p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0;
}

footer .terms span {
    color: #686868;
    font-size: 16px;
    margin: 0 12px;
}

@media (max-width: 900px) {
    footer .footer-container {
        grid-column-gap: 20px;
        grid-row-gap: 48px;
        grid-template-columns: 1fr 200px;
    }

    footer .footer-container .col .logo svg {
        width: 208px;
    }

    footer .footer-container .col {
        grid-area: 1 / 1 / 4 / 2;
    }

    footer .footer-container .col .sermondo-logo {
        width: 143px;
        height: 54px;
        margin: 36px 0 0 0;
        display: flex;
    }

    footer .footer-container .col .sermondo-logo img {
        width: 100%;
        height: 100%;
    }

    footer .footer-container .links.nav {
        grid-area: 1 / 2 / 2 / 3;
    }

    footer .footer-container .links.support {
        grid-area: 2 / 2 / 3 / 3;
    }

    footer .footer-container .links.social {
        grid-area: 3 / 2 / 4 / 3;
    }

    footer .footer-container .links img {
        display: none;
    }

    footer .terms {
        flex-wrap: wrap;
    }

    footer .terms p {
        width: 100%;
        text-align: center;
        margin: 8px 0 0 0;
    }

    footer .terms span:nth-child(4) {
        display: none;
    }
}

@media (max-width: 600px) {
    footer .footer-container {
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
    }

    footer .footer-container > div {
        grid-area: initial !important;
    }

    footer .footer-container .col {
        margin-bottom: 16px;
    }

    footer .footer-container .col .sermondo-logo {
        display: none;
    }

    footer .footer-container .col .logo svg {
        width: 155px;
    }

    footer .footer-container .col p {
        margin: 6px 0 14px;
    }

    footer .footer-container .col p br {
        display: none;
    }

    footer .footer-container .links h3 {
        color: #fff;
    }

    footer .footer-container .links img {
        width: 143px;
        display: block;
    }

    footer .terms {
        margin: 30px 0 0 0;
    }

    footer .terms p {
        font-size: 14px;
    }
}

/*------------------------------------*/
/*BTN*/
/*------------------------------------*/

.btn {
    width: max-content;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}

.btn svg {
    margin: 0 0 0 12px;
}

.btn.red {
    color: #FFFFFF;
    background: #FF5256;
}

.btn.red:hover {
    background: #cd3a3d;
}

.btn.blue {
    color: #FFFFFF;
    background: #6959AB;
}

.btn.blue:hover {
    background: #4D3C94;
}

.btn.transparent {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #FFFFFF;
}

.btn.transparent:hover {
    background: rgba(255, 255, 255, 0.3);
}


.btn.white {
    background: #FFFFFF;
    color: #6959AB;
}

.btn.white:hover {
    background: #F3F3F3;
}

.btn.get-started.blue svg {
    fill: #BFB6E1;
}

.btn.get-started.red svg {
    fill: #FFAFB1;
}

.btn.get-started.white svg {
    fill: #BFB6E1;
}

.btn.get-started.white svg path:last-child {
    fill: #6959AB;
}


/*------------------------------------*/
/*COMMENTS BLOCK*/
/*------------------------------------*/
.ppc-audit-page .pricing-comments {
    padding: 128px 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.pricing-comments .container.pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 128px;
}

.pricing-comments .container.pricing > h2 {
    color: #FFFFFF;
    font-size: 56px;
    line-height: 69px;
    margin-bottom: 48px;
}

.comments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px;
}

.comments .mobile-slider {
    display: none;
}

.comments .col {
    display: flex;
    flex-direction: column;
    grid-column-start: 1;
    grid-column-end: 3;
}

.comments .col h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    color: #353A3E;
    margin-bottom: 18px;
}

.comments .col p {
    font-size: 24px;
    line-height: 36px;
    color: #686868;
    margin-bottom: 32px;
}

.comments .comment {
    height: max-content;
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 48px 24px;
    position: relative;
}

.comments .comment:nth-child(3) {
    margin: 95px 0 0 0;
}

.comments .comment:nth-child(4) {
    margin: -173px 0 0 0;
}

.comments .comment:nth-child(5) {
    margin: -238px 0 0 0;
}

.comments .comment:nth-child(6) {
    margin: -166px 0 0 0;
}

.comments .comment::before {
    content: '';
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
}

.comments .comment.red::before {
    background: #FF5256;
}

.comments .comment.blue::before {
    background: #6959AB;
}

.comments .comment p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin: 28px 0;
}

.comments .comment .author {
    display: flex;
    align-items: center;
}

.comments .comment .author picture {
    width: 52px;
    height: 52px;
    margin: 0 18px 0 0;
}

.comments .comment .author picture img {
    width: 100%;
    height: 100%;
}

.comments .comment .author h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353A3E;
    margin: 0;
}

.pricing-comments .pricing .all-pricing-link {
    display: none;
    margin: 48px 0 0;
}

@media (max-width: 900px) {
    .pricing-comments {
        display: flex;
        flex-direction: column;
        padding: 96px 0;
        gap: 96px;
    }

    .comments {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .comments .col {
        align-items: center;
        margin: 0 0 64px;
    }

    .comments .col h3 {
        text-align: center;
    }

    .comments .col h3 br {
        display: none;
    }

    .comments .col p {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .pricing-comments .container.pricing > h2 {
        font-size: 48px;
        line-height: 55px;
    }


    .comments .comment .author {
        margin: auto 0 0 0;
    }


    .comments .comment svg {
        min-height: 28px;
        height: 28px;
    }


    .comments .comment p {
        font-size: 16px;
        line-height: 24px;
    }

    .comments .mobile-slider {
        position: relative;
        width: 60vw;
        height: calc(800px - 43vw);
    }

    .comments .comment {
        width: 100%;
        height: 100%;
        padding: 48px 32px;
        margin: 0 !important;
        opacity: 0;
        position: absolute;
        top: 0;
    }

    .comments .comment.active {
        opacity: 1;
    }


    .comments .comment.active.right {
        animation: showRight .5s;
    }

    .comments .comment.active.left {
        animation: showLeft .5s;
    }

    @keyframes showRight {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }
        80% {
            transform: translateX(0);
        }
        100% {
            z-index: 11;
        }
    }

    @keyframes showLeft {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }
        80% {
            transform: translateX(0);
        }
        100% {
            z-index: 11;
        }
    }


    .comments .comment.prev-slide.left {
        animation: hideLeft .5s;
    }

    .comments .comment.prev-slide.right {
        animation: hideRight .5s;
    }

    @keyframes hideLeft {
        0% {
            transform: translateX(0);
            opacity: 1;
        }
        80% {
            transform: translateX(-100%);
        }
        100% {
            opacity: 0;
            z-index: -1;
        }
    }

    @keyframes hideRight {
        0% {
            transform: translateX(0);
            opacity: 1;
        }
        80% {
            transform: translateX(100%);
        }
        100% {
            opacity: 0;
            z-index: -1;
        }
    }

    .pricing-comments .pricing .all-pricing-link {
        display: flex;
    }

    .comments > .comment {
        display: none;
    }

    .comments .mobile-slider {
        display: flex;
        position: relative;
    }

    .comments .mobile-slider .slider-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: -42px;
        left: 0;
        right: 0;
    }

    .comments .mobile-slider .slider-dots div {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px;
    }

    .comments .mobile-slider .slider-dots div:not(.active)::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #A696DC;
    }

    .comments .mobile-slider .slider-dots div.active {
        background: #fff;
    }
}

@media (max-width: 600px) {
    .pricing-comments {
        gap: 100px;
    }


    .comments .mobile-slider {
        width: 100%;
        height: calc(600px - 33vw);
    }

    .comments .comment {
        padding: 36px 18px;
    }

    .pricing-comments .pricing .all-pricing-link {
        margin: 48px auto 0;
    }

    .pricing-comments .container.pricing > h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 32px;
    }
}

@media (max-width: 400px) {
    .comments .mobile-slider {
        height: calc(650px - 33vw);
    }


}

/*------------------------------------*/
/*PRICING BLOCK*/
/*------------------------------------*/
.pricing-tabs {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.pricing-tabs.mob {
    display: none;
}

.pricing-tabs .navigation {
    width: 90%;
    min-height: 78px;
    display: flex;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.pricing-tabs .tabs-content {
    border-top: 1px solid #DCDCDC;
}


.pricing-tabs .navigation .nav-container {
    width: 100%;
    display: flex;
    position: relative;
}

.pricing-tabs .navigation .bar {
    width: calc(100% / 3);
    height: 6px;
    background: #6959AB;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    transition: .1s ease-in-out;
}

.pricing-tabs .navigation .tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #686868;
    cursor: pointer;
    position: relative;
}

.pricing-tabs .navigation .tab.active {
    color: #6959AB;
}

.pricing-tabs .price-details {
    padding: 48px 70px;
    display: none;
    animation: fadeEffect 1s;

    grid-template-columns: 39% 1fr;
    grid-column-gap: 28px;
    grid-template-areas: "image title" "image list" "image moreLink" "image actions";
}

.pricing-tabs .price-details .checkboxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-tabs .price-details .checkboxes div {
    display: flex;
    align-items: center;

    font-size: 16px;
    line-height: 24px;
    color: #353A3E;
    margin: 0 24px 0 0;
}

.pricing-tabs .price-details .checkboxes div:last-child {
    margin: 0;
}

.pricing-tabs .price-details .checkboxes div svg {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pricing-tabs .price-details .mob-block-title {
    display: none;
}

.pricing-tabs .price-details.active {
    display: grid;
}

.pricing-tabs .price-details.analytics.active {
    display: flex;
}

.pricing-tabs .selector {
    display: none;
}

.pricing-tabs .price-details .image {
    width: 100%;
    display: flex;
    grid-area: image;
}

.pricing-tabs .price-details .image img {
    width: 100%;
}

.pricing-tabs .price-details h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #353A3E;
    margin-bottom: 18px;
    grid-area: title;
}

.pricing-tabs .price-details ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 12px;
    grid-area: list;
    box-sizing: border-box;
    list-style: initial;
    padding-left: 20px;
}

.pricing-tabs .price-details .learn-more-link {
    width: max-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FF5256;
    display: flex;
    align-items: center;
    grid-area: moreLink;
}


.pricing-tabs .price-details .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 34px 0 0 0;
    grid-area: actions;
}

.pricing-tabs .price-details .row .price {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #6959AB;
}

.pricing-tabs .price-details .row .btn {
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    padding: 0 35px;
    color: #fff !important;
    text-transform: uppercase;
    background: #FF5256;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.pricing-tabs .price-details .row .btn:hover {
    background: #cd3a3d;
}


.pricing-tabs .price-details.analytics {
    flex-direction: column;
    align-items: center;
    padding: 64px 70px 96px;
}

.pricing-tabs .price-details.analytics .plans {
    display: flex;
    margin: 52px 0 48px;
}

.pricing-tabs .price-details.analytics .plans .plan {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DCDCDC;
    padding: 30px 0;
    position: relative;
}

.pricing-tabs .price-details.analytics .plans .plan .popular-label {
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF5256;
    border: 1px solid #FF5256;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    position: absolute;
    bottom: 100%;
    left: -1px;
    right: -1px;
}

.pricing-tabs .price-details.analytics .plans .plan:nth-child(2) {
    border: 1px solid #FF5256;
}

.pricing-tabs .price-details.analytics .plans .plan:nth-child(2) .plan-title {
    color: #FF5256;
}

.pricing-tabs .price-details.analytics .plans .plan:first-child {
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.pricing-tabs .price-details.analytics .plans .plan:nth-child(3) {
    border-left: 0;
    border-radius: 0 8px 8px 0;
}


.pricing-tabs .price-details.analytics .plans .plan .plan-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #6959AB;
    margin-bottom: 20px;
    display: flex;
}

.pricing-tabs .price-details.analytics .plans .plan .plan-title svg {
    margin: 0 8px 0 0;
}

.pricing-tabs .price-details.analytics .plans .plan .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353A3E;
    margin-bottom: 20px;
}

.pricing-tabs .price-details.analytics .plans .plan .price > b {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.pricing-tabs .price-details.analytics .plans .plan .price .old-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #C9CBD4;
    margin: 0 8px 0 0;
}

.pricing-tabs .price-details.analytics .plans .plan .price .old-price b {
    text-decoration: line-through;
    font-weight: 600;
}

.pricing-tabs .price-details.analytics .plans .plan .btn {
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 0 35px;
    border-radius: 8px;
}

.pricing-tabs .price-details.analytics .plans .plan .btn.blue {
    background: #6959AB;
}

.pricing-tabs .price-details.analytics .plans .plan .btn.blue:hover {
    background: #4D3C94;
}

.pricing-tabs .price-details.analytics .plans .plan .btn.red {
    background: #FF5256;
}

.pricing-tabs .price-details.analytics .plans .plan .btn.red:hover {
    background: #cd3a3d;
}

.pricing-tabs .price-details.analytics .plans .plan:nth-child(2) .plan-details {
    border-top: 1px solid #FF5256;
}

.pricing-tabs .price-details.analytics .plans .plan .plan-details {
    width: 100%;
    border-top: 1px solid #DCDCDC;
    margin: 30px 0 0 0;
    padding: 18px 18px 0;
    list-style: none;
    box-sizing: border-box;
    display: grid;
    row-gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #686868;
}

.pricing-tabs .price-details.analytics .plans .plan .plan-details li {
    display: flex;
    align-items: flex-start;
}

.pricing-tabs .price-details.analytics .plans .plan .plan-details li svg {
    min-width: 11px;
    margin: 5px 6px 0 0;
}

.pricing-tabs .price-details.analytics h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #353A3E;
    margin-bottom: 80px;
}


.slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 890px;
    height: 20px;
    margin: 0 auto;
}

#volume {
    width: calc(100% - 44px);
    position: relative;
}

.slider-output {
    width: max-content;
    position: absolute;
    left: -22px;
    top: -59px;
    display: block;
    box-sizing: border-box;
    /*transform: translateX(-15px);*/
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.slider-output div {
    padding: 12px 18px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #353A3E;
    background: #fff;
    z-index: 11;
    border-radius: 4px;
}


.slider-track {
    height: 3px;
    background-color: #F9F9F9;
    border-radius: 3px;
}

.slider-thumb {
    position: absolute;
    top: -7px;
    left: 0;
    width: 17px;
    height: 17px;
    margin-left: -1rem;
    border-radius: 50%;
    background: #6959AB;
    box-shadow: 0px 0px 7px rgba(79, 62, 147, 0.36);
    cursor: pointer;
    transform: translateX(50%);
}


.slider-thumb svg {
    position: absolute;
    left: -10px;
    right: 0;
    margin: 0 auto;
    top: -15px;
    border-radius: 4px;
}


.slider-thumb:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -6px;
    right: 0;
    margin: 0 auto;
    top: -15px;
    border-radius: 4px;
    z-index: 11;
}

.slider-level {
    width: 0;
    height: 3px;
    background-color: #6959AB;
    border-radius: 3px;
}

.slider-input {
    height: 17px;
    -webkit-appearance: none;
    position: absolute;
    top: -7px;
    width: 100%;
    background-color: transparent;
    outline: none;
    z-index: 111;
    cursor: pointer;
    margin: 0;
}

.slider-input::-webkit-slider-thumb {
    width: 2rem;
    height: 8rem;
    -webkit-appearance: none;
}


input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type=range]::-moz-range-thumb {
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-track {
    width: 100%;
    background: transparent;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}


.bar {
    width: 80%;
    height: 10px;
    border: 2px solid DarkMagenta;
}

.fill {
    width: 50%;
    height: 100%;
    background: DarkMagenta;
}

.slider-labels {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.slider-labels div:nth-child(3) {
    margin: 0 0 0 20px;
}


.slider-labels .value {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6959AB;
    margin: 0 -11px 0 10px;
}

.slider-labels .value:first-child {
    margin: 0;
}

.slider-labels .description {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #686868;
    margin: auto 0 0 0;
}


@media (max-width: 900px) {
    .pricing-tabs {
        gap: 32px;
        box-shadow: none;
        background: transparent;
    }

    .pricing-tabs .navigation {
        display: none;
    }

    .pricing-tabs .price-details {
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 8px;
        padding: 0 0 48px;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
        display: grid;
        grid-template-columns: 1fr minmax(200px, 30vw);
        grid-column-gap: 14px;
        grid-template-areas: "mobTitle mobTitle"
"title title"
"list image"
"moreLink image"
"actions actions";
    }


    .pricing-tabs .price-details .mob-block-title {
        width: 100%;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        color: #6959AB;
        padding: 18px 0;
        border-bottom: 1px solid #DCDCDC;
        display: flex;
        justify-content: center;
        grid-area: mobTitle;
    }

    .pricing-tabs .tabs-content {
        border: 0;
        display: flex;
        flex-direction: column;
    }
    .pricing-tabs .tabs-content > .tab{
        margin: 0 0 18px;
    }
    .pricing-tabs .tabs-content > .tab:last-child{
        margin: 0;
    }

    .pricing-tabs .price-details h2 {
        padding: 32px 24px 0;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .pricing-tabs .price-details .image {
        padding: 0 10px 0 0;
    }

    .pricing-tabs .price-details .row {
        width: 100%;
        padding: 0 24px;
        margin: 0;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .pricing-tabs .price-details ul {
        padding-left: 44px;
        margin: 0;
    }

    .pricing-tabs .price-details .learn-more-link {
        margin: 18px 0 18px 24px;
    }

    .pricing-tabs .price-details .actions {
        margin: 18px 0 48px;
    }

    .pricing-tabs .price-details .row .price {
        font-size: 24px;
        line-height: 33px;
    }

    .pricing-tabs .price-details.analytics {
        padding: 0 0 64px;
        display: flex;
    }

    .pricing-tabs .price-details.analytics h2 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        padding-top: 32px;
    }

    .pricing-tabs .price-details .checkboxes {
        margin: 0 0 32px;
    }

    .pricing-tabs .price-details.analytics .plans {
        width: 100%;
        height: 500px;
        margin: 0 0 48px;
        position: relative;
        padding-bottom: 42px;
        padding-left: 18px;
        padding-right: 18px;
        justify-content: center;
    }

    .pricing-tabs .price-details.analytics .plans .plan {
        width: 100%;
        max-width: 340px;
        min-height: 470px;
        height: 95%;
        border: 1px solid #DCDCDC;
        border-radius: 8px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        opacity: 0;
    }

    .pricing-tabs .price-details.analytics .plans .plan.active {
        opacity: 1;
    }


    .pricing-tabs .price-details.analytics .plans .plan.prev-slide.left {
        animation: hideLeft .5s;
    }

    .pricing-tabs .price-details.analytics .plans .plan.prev-slide.right {
        animation: hideRight .5s;
    }

    .pricing-tabs .price-details.analytics .plans .plan.active.right {
        animation: showRight .5s;
    }

    .pricing-tabs .price-details.analytics .plans .plan.active.left {
        animation: showLeft .5s;
    }

    .pricing-tabs .price-details.analytics .plans .plan:first-child,
    .pricing-tabs .price-details.analytics .plans .plan:nth-child(3) {
        border: 1px solid #DCDCDC;
        border-radius: 8px;
    }

    .pricing-tabs .price-details.analytics .plans .plan:nth-child(2) {
        border-radius: 0 0 8px 8px;
    }

    .pricing-tabs .price-details.analytics .slider-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .pricing-tabs .price-details.analytics .slider-dots div {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px;
    }

    .pricing-tabs .price-details.analytics .slider-dots div:not(.active)::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #E7E7E7;
    }

    .pricing-tabs .price-details.analytics .slider-dots div.active {
        background: #FF5256;
    }

    .pricing-tabs .price-details.analytics .selector {
        display: none;
    }

    .slider {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .slider-labels {
        padding: 0 24px;
        box-sizing: border-box;
        margin-bottom: 64px;
    }

    .slider-labels .value {
        font-size: 12px;
        line-height: 18px;
    }

    .slider-labels .description {
        font-size: 8px;
        line-height: 11px;
    }
}

@media (max-width: 600px) {
    .pricing-tabs .price-details.analytics {
        padding: 0 0 48px;
    }

    .pricing-tabs .price-details {
        position: relative;
        grid-template-columns: 1fr;
        grid-template-areas:
                        "mobTitle"
                        "image"
                        "title"
                        "list"
                        "moreLink"
                        "actions";
    }

    .pricing-tabs .price-details .mob-block-title {
        font-size: 16px;
        line-height: 24px;
    }

    .pricing-tabs .price-details .checkboxes {
        flex-direction: column;
        align-items: center;
    }
    .pricing-tabs .price-details .checkboxes div{
        margin: 0 0 6px;
    }
    .pricing-tabs .price-details .checkboxes div:last-child{
        margin: 0;
    }

    .pricing-tabs .price-details .checkboxes div:nth-child(2) {
        order: -1;
    }

    .pricing-tabs .price-details .image img {
        height: inherit;
    }

    .pricing-tabs .price-details .image {
        width: 70vw;
        margin: 18px auto 12px;
    }

    .pricing-tabs .price-details h2 {
        font-size: 18px;
        line-height: 25px;
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .pricing-tabs .price-details.analytics .plans {
        height: 540px;
    }

    .pricing-tabs .price-details.analytics .plans .plan {
        width: calc(100% - 36px);
    }

    .pricing-tabs .price-details.analytics h2 {
        font-size: 24px;
        line-height: 33px;
        padding: 24px 12px 18px;
        margin: 0;
    }

    .pricing-tabs .price-details ul {
        font-size: 16px;
        line-height: 24px;
        padding-right: 10px;
    }

    .pricing-tabs .price-details .learn-more-link {
        margin: 18px 0 32px 12px;
    }

    .pricing-tabs .price-details .actions {
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
    }

    .pricing-tabs .price-details .row {
        flex-direction: column;
        align-items: center;
        padding: 0 12px;
    }

    .pricing-tabs .price-details .row .price {
        font-size: 24px;
        line-height: 33px;
        margin: 0 0 24px;
    }

    .slider,
    .slider-labels {
        display: none;
    }

    .pricing-tabs .price-details.analytics h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .pricing-tabs .price-details.analytics .selector {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 18px;
        box-sizing: border-box;
        position: relative;
    }

    .pricing-tabs .price-details.analytics .selector select {
        width: 100%;
        height: 48px;
        border: 1px solid #D6D6D6;
        margin-bottom: 8px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 16px;
        color: #353A3E;
        padding: 0 18px;
        box-sizing: border-box;
        outline: none !important;

        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .pricing-tabs .price-details.analytics .selector i {
        position: absolute;
        right: 35px;
        top: 12px;
    }

    .pricing-tabs .price-details.analytics .selector label {
        font-size: 16px;
        line-height: 24px;
    }

}


/*------------------------------------*/
/*REQUEST DEMO BLOCK*/
/*------------------------------------*/
.request-demo {
    position: relative;
}

.request-demo::before {
    content: '';
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #353A3E;
}

.request-demo .block {
    width: 100%;
    min-height: 264px;
    background: #6959AB;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 48px 64px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.request-demo .block .col {
    display: flex;
    flex-direction: column;
}

.request-demo .block h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.request-demo .block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.request-demo .block img {
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 900px) {
    .request-demo .block {
        padding: 48px 28px;
    }

    .request-demo .block .col {
        width: 260px;
    }
}

@media (max-width: 600px) {
    .request-demo .block {
        padding: 48px 10px 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .request-demo .block .col {
        width: 100%;
        align-items: center;
    }

    .request-demo .block h3,
    .request-demo .block p {
        text-align: center;
    }

    .ppc-audit-page .request-demo .block img.mob {
        position: initial;
    }

}

/*---------------------------------------------------------*/
/*-------------------404----------------------*/
/*---------------------------------------------------------*/
.not-found-page {

    background-size: cover;
    background-repeat: no-repeat;
    padding: 186px 0 96px;
}

.not-found-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found-page .container picture {
    width: 38vw;
    max-width: 620px;
    height: inherit;
    margin: 0 0 48px;
}
.not-found-page .container picture img{
    width: 100%;
}

.not-found-page .container h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 18px;
}

.not-found-page .container p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 32px;
}

@media (max-width: 900px) {
    .not-found-page {
        padding: 161px 0 96px;
    }

    .not-found-page .container picture {
        width: 78vw;
    }
}

@media (max-width: 600px) {
    .not-found-page {
        padding: 129px 0 64px;
    }

    .not-found-page .container picture {
        width: 100%;
        margin: 0 0 32px;
    }

    .not-found-page .container h2 {
        font-size: 24px;
        line-height: 33px;
        margin: 0 0 18px;
    }

    .not-found-page .container p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 32px;
    }
}


/*---------------------------------------------------------------------*/
/*----------------TERMS PAGE-----------------------------------------*/
/*---------------------------------------------------------------------*/
.terms-condition-page {
    padding: 186px 0 128px;
}

.terms-condition-page h2 {
    font-size: 56px;
    line-height: 69px;
    color: #353A3E;
    margin: 0 0 28px;
}

.terms-condition-page h3 {
    font-size: 32px;
    line-height: 40px;
    color: #353A3E;
    margin: 48px 0 18px;
}

.terms-condition-page p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0;
}

@media (max-width: 900px) {
    .terms-condition-page {
        padding: 129px 0 88px;
    }

    .terms-condition-page h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 18px;
    }

    .terms-condition-page h3 {
        font-size: 24px;
        line-height: 33px;
        margin: 32px 0 12px;
    }

    .terms-condition-page p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    .terms-condition-page {
        padding: 129px 0 60px;
    }

    .terms-condition-page p {
        font-size: 12px;
        line-height: 18px;
    }
}