/*=================================================================================
Template Name  : Uniqee - Coporate & App Campaign Bootstrap Template
Version        : 1.0.0
Last Update    : 15 February  2025
Author         : 99webpage
==================================================================================*/
/* 
FONTS - Poppins from Google font
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap");

/*
BASE - Base styles,  Variables, Typhography, etc
======================================================== */
/* -----------------------
Typography 
-------------------------- */
h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 48px;
        line-height: 64px;
    }
}

h2, .innerpage__head--title, .page404__heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}

@media (max-width: 991px) {
    h2, .innerpage__head--title, .page404__heading {
        font-size: 36px;
        line-height: 46px;
    }
}

h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

@media (max-width: 991px) {
    h3 {
        font-size: 32px;
        line-height: 42px;
    }
}

h4, .blog__aside--widget-title, .blog__post .articles__card .articles__card--title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}

@media (max-width: 991px) {
    h4, .blog__aside--widget-title, .blog__post .articles__card .articles__card--title {
        font-size: 24px;
        line-height: 35px;
    }
}

h5, .demo__title, .footer__title, .clients__heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}

@media (max-width: 991px) {
    h5, .demo__title, .footer__title, .clients__heading {
        font-size: 20px;
        line-height: 30px;
    }
}

h6, .masthead__form--heading-subtitle, .pricing__card--heading-price, .articles__card--title, .blog__comments--content-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 991px) {
    h6, .masthead__form--heading-subtitle, .pricing__card--heading-price, .articles__card--title, .blog__comments--content-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.text-large {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
}

@media (max-width: 991px) {
    .text-large {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
    }
}

.text-medium, .page404__main {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .text-medium, .page404__main {
        font-size: 18px;
        line-height: 28px;
    }
}

body, .text-regular, .form__lg, .masthead__subscribe--input, .masthead__subscribe--button {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 991px) {
    body, .text-regular, .form__lg, .masthead__subscribe--input, .masthead__subscribe--button {
        font-size: 14px;
        line-height: 24px;
    }
}

.text-small, .footer__bottom, .form__base, .form__group .error {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .text-small, .footer__bottom, .form__base, .form__group .error {
        font-size: 12px;
        line-height: 20px;
    }
}

.text-print {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

body {
    font-family: "Open Sans", serif;
    color: #413571;
    padding: 0;
    margin: 0;
}

body p {
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    body p {
        margin-bottom: 12px;
    }
}

body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    body p:last-child {
        margin-bottom: 0;
    }
}

body.singleBody {
    background-color: #F4FCFF;
}

h1 {
    font-family: "Raleway", serif;
    color: #11024D;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    h1 {
        margin-bottom: 12px;
    }
}

h2 {
    font-family: "Raleway", serif;
    color: #11024D;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    h2 {
        margin-bottom: 12px;
    }
}

h3 {
    font-family: "Raleway", serif;
    color: #11024D;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    h3 {
        margin-bottom: 12px;
    }
}

h4 {
    font-family: "Raleway", serif;
    color: #11024D;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    h4 {
        margin-bottom: 12px;
    }
}

h5 {
    font-family: "Raleway", serif;
    color: #11024D;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    h5 {
        margin-bottom: 12px;
    }
}

h6 {
    font-family: "Raleway", serif;
    color: #11024D;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    h6 {
        margin-bottom: 12px;
    }
}

a {
    color: #9835A9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

/* -----------------------
Section 
-------------------------- */
.section {
    position: relative;
    padding: 48px 0;
    z-index: 4;
}

@media (max-width: 991px) {
    .section {
        padding: 24px 0;
    }
}

.section__secondary {
    background-color: #F4FCFF;
}

.section__heading {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .section__heading {
        margin-bottom: 24px;
    }
}

.section__heading--title {
    margin-bottom: 0;
}

.section__heading--title span {
    font-style: italic;
    font-weight: 400;
    color: #9835A9;
}

.section__heading--content {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .section__heading--content {
        margin-top: 24px;
    }
}

.section__demo {
    padding: 96px 0 48px 0;
}

@media (max-width: 991px) {
    .section__demo {
        padding: 48px 0 24px 0;
    }
}

.section__demo--secondary {
    padding: 96px 0 48px 0;
}

@media (max-width: 991px) {
    .section__demo--secondary {
        padding: 48px 0 24px 0;
    }
}

@media (max-width: 991px) {
    .section__demo .section__heading {
        margin-bottom: 32px;
    }
}

.media-desktop {
    display: block !important;
}

@media (max-width: 991px) {
    .media-desktop {
        display: none !important;
    }
}

.media-not-desktop {
    display: none !important;
}

@media (max-width: 991px) {
    .media-not-desktop {
        display: block !important;
    }
}

/* -----------------------
Animate 
-------------------------- */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #fbd01d;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(251, 208, 29, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(251, 208, 29, 0);
    }
}

@keyframes pulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(87, 209, 144, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(87, 209, 144, 0);
    }
}

@keyframes pulseYellow {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 208, 29, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(251, 208, 29, 0);
    }
}

@keyframes pulsePurple {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 152, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(240, 152, 255, 0);
    }
}

@keyframes shimmy {
    0% {
        transform: translate(50px, 0);
    }
    100% {
        transform: translate(0, 50px);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes circleRotrate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 50px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.slideInUp {
    top: 0 !important;
    opacity: 1 !important;
    filter: blur(0) !important;
}

@keyframes blinky {
    50% {
        background: hotpink;
    }
}

@keyframes eyeLeft {
    0%, 100% {
        left: 5px;
    }
    50% {
        left: 10px;
    }
}

@keyframes eyeRight {
    0%, 100% {
        left: 30px;
    }
    50% {
        left: 35px;
    }
}

/* 
PARTIALS - Demo, Header, and Footer Styles
======================================================== */
/* -----------------------
Demo 
-------------------------- */
.demo__wrapper {
    position: relative;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .demo__wrapper {
        margin-bottom: 24px;
    }
}

.demo__wrapper:hover .demo__thumbnails {
    top: -8px;
}

.demo__wrapper:hover .demo__title {
    color: #9835A9;
}

.demo__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.demo__thumbnails {
    position: relative;
    border: 1px solid #CFCCDB;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 27px -6px rgba(152, 53, 169, 0.2);
    top: 0;
    transition: all 0.3s ease-in-out;
}

.demo__title {
    margin-bottom: 0;
    text-align: center;
}

.demo__cta {
    background-color: #11024D;
    color: #fff;
    text-align: center;
    padding: 96px 0 0 0;
}

@media (max-width: 991px) {
    .demo__cta {
        padding: 48px 0 0 0;
    }
}

.demo__cta--title {
    color: #fff;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .demo__cta--title {
        margin-bottom: 24px;
    }
}

.demo__cta .footer__bottom {
    margin-top: 96px;
}

@media (max-width: 991px) {
    .demo__cta .footer__bottom {
        margin-top: 48px;
    }
}

.demo__cta .button__primary:hover {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

/* -----------------------
Footer 
-------------------------- */
.footer {
    position: relative;
    background-color: #11024D;
    color: #E4E0F2;
    padding: 96px 0 0 0;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .footer {
        margin-top: 24px;
        padding: 48px 0 0 0;
    }
}

.footer__logo {
    width: 114px;
    height: 38px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .footer__logo {
        margin-bottom: 12px;
    }
}

.footer__title {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .footer__title {
        font-size: 18px;
        line-height: 28px;
    }
}

.footer__group {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .footer__group {
        margin-bottom: 24px;
    }
}

.footer__listing {
    margin: 0;
    padding: 0;
}

.footer__listing li {
    position: relative;
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
}

@media (max-width: 991px) {
    .footer__listing li {
        margin: 0 0 8px 0;
    }
}

.footer__listing li.footer__listing--icon {
    position: relative;
    padding-left: 30px;
}

.footer__listing li.footer__listing--icon svg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
}

.footer__listing li a {
    color: #E4E0F2;
}

.footer__listing li a:hover {
    color: #CC9AD4;
}

.footer__subscribe {
    position: relative;
}

.footer__subscribe--input {
    display: block;
    background: #DED8F8;
    border: 1px solid #DED8F8;
    width: 100%;
    color: #11024D;
    padding: 12px 112px 12px 24px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 80px;
}

.footer__subscribe--input:-ms-input-placeholder {
    color: #413571;
}

.footer__subscribe--input::placeholder {
    color: #413571;
}

.footer__subscribe--input:focus {
    outline: 0;
    border: 1px solid #9835A9;
}

.footer__subscribe--button {
    position: absolute;
    background-color: transparent;
    border: 2px solid #9835A9;
    border-radius: 60px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 12px 24px;
    top: 2px;
    right: 2px;
}

.footer__subscribe--button span {
    position: relative;
    z-index: 2;
}

.footer__subscribe--button:hover {
    text-decoration: none;
    color: #9835A9;
}

.footer__subscribe--button::before {
    content: '';
    background-color: #9835A9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    border-radius: 80px;
}

.footer__subscribe--button:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.footer__network {
    padding-top: 12px;
}

.footer__network--link {
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: .7;
    margin-right: 12px;
}

.footer__network--link:hover {
    text-decoration: none;
    opacity: 1;
}

.footer__network--link svg {
    position: relative;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    fill: #E4E0F2;
}

.footer__bottom {
    text-align: center;
    border-top: 1px solid #4C3D87;
    color: #BFB0F4;
    padding: 48px 0;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .footer__bottom {
        padding: 24px 0;
        margin-top: 24px;
    }
}

.footer__bottom a {
    color: #BFB0F4;
    text-decoration: underline;
}

.footer__bottom a:hover {
    color: #CC9AD4;
}

/* -----------------------
Header 
-------------------------- */
.header {
    position: fixed;
    width: 100%;
    top: 40px;
    z-index: 99;
    background-color: transparent;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .header {
        top: 24px;
        overflow: hidden;
    }
}

.header a {
    color: #FFFFFF;
}

.header__scroll {
    background-color: #11024D;
    top: 0;
}

.header__scroll .header__wrapper {
    padding: 12px 0;
}

@media (max-width: 991px) {
    .header__scroll .header__wrapper {
        padding: 8px 0;
    }
}

@media (max-width: 991px) {
    .header__scroll .header__menu {
        right: 0;
    }
}

.header__wrapper {
    position: relative;
    background-color: #11024D;
    padding: 10px 40px;
    border-radius: 80px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .header__wrapper {
        display: block !important;
        padding: 16px 24px;
    }
}

.header__logo {
    border-right: 1px solid #FFFFFF;
    padding-right: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__logo {
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .header__logo {
        border-right: none;
        padding-right: 12px;
    }
}

.header__logo--img {
    /*width: 108px;*/
    height: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__logo--img {
        width: 90px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .header__logo--img {
        width: 90px;
        height: 30px;
    }
}

.header__menu {
    display: none;
    position: relative;
    text-align: right;
    padding-left: 12px;
}

@media (max-width: 991px) {
    .header__menu {
        display: inline-block;
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
    }
}

.header__menu--button {
    position: absolute;
    display: inline-block;
    background: none;
    border: none;
    width: 24px;
    height: auto;
    color: #FFFFFF;
    padding: 0;
    left: 0;
    top: 0;
}

.header__menu--button svg {
    vertical-align: top;
}

.header__menu--button:hover svg, .header__menu--button:focus svg {
    stroke: #57D190;
}

.header__menu--button-open {
    display: inline-block;
}

.header__menu--button-open.hide {
    display: none;
}

.header__menu--button-close {
    display: inline-block;
}

.header__menu--button-close.hide {
    display: none;
}

@media (max-width: 991px) {
    .header__main {
        background-color: #11024D;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 46px);
        top: 46px;
        left: 100%;
        z-index: 9;
        padding: 12px 0;
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width: 991px) {
    .header__main.show {
        left: 0;
    }
}

@media (max-width: 991px) {
    .header__body {
        display: block !important;
    }
}

.header__nav--link {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__nav--link {
        font-size: 14px;
        line-height: 14px;
        padding-left: 12px;
    }
}

@media (max-width: 991px) {
    .header__nav--link {
        display: block;
        padding: 12px 16px;
    }
}

.header__nav--link::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 7px;
    background-color: #9835A9;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .header__nav--link::before {
        left: 16px;
        bottom: 12px;
    }
}

.header__nav--link.active, .header__nav--link:hover {
    text-decoration: none;
    color: #57D190;
}

.header__nav--link.active::before, .header__nav--link:hover::before {
    width: 35%;
}

@media (max-width: 991px) {
    .header__nav--link.active::before, .header__nav--link:hover::before {
        width: 40px;
    }
}

.header__nav--link span {
    position: relative;
    z-index: 2;
}

.header__contact {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__contact {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 991px) {
    .header__contact {
        display: block;
        padding: 24px 16px;
    }
}

.header__contact--icon {
    position: relative;
    width: 20px;
    height: 20px;
    stroke-width: 2.5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__contact--icon {
        width: 18px;
        height: 18px;
    }
}

.header__contact--text {
    position: relative;
    top: 2px;
}

/* 
ELEMENTS - Style for Button, Icon , Form, etc
======================================================== */
/* -----------------------
Buttons 
-------------------------- */
.button {
    position: relative;
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 36px;
    border-radius: 60px;
    border: 2px solid #11024D;
    overflow: hidden;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .button {
        font-size: 14px;
        line-height: 21px;
        padding: 10px 26px;
    }
}

.button span {
    position: relative;
    z-index: 2;
}

.button:hover {
    text-decoration: none;
    color: #11024D;
}

.button::before {
    content: '';
    background-color: #11024D;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    border-radius: 80px;
}

.button:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.button__primary {
    border: 2px solid #9835A9;
}

.button__primary:hover {
    color: #9835A9;
}

.button__primary::before {
    background-color: #9835A9;
}

.button__yellow {
    border: 2px solid #FBD01D;
    color: #11024D;
}

.button__yellow:hover {
    color: #11024D;
    border: 2px solid #11024D;
}

.button__yellow::before {
    background-color: #FBD01D;
}

.button__green {
    border: 2px solid #57D190;
    color: #11024D;
}

.button__green:hover {
    color: #11024D;
    border: 2px solid #11024D;
}

.button__green::before {
    background-color: #57D190;
}

.button__play {
    background-color: transparent;
    border: none;
    color: #11024D;
    padding: 0;
    line-height: 0;
    overflow: visible;
}

.button__play--screen {
    color: #FFFFFF;
}

.button__play::before {
    display: none;
}

.button__play::after {
    display: none;
}

.button__play span {
    transition: all 0.3s ease-in-out;
}

.button__play:hover span.button__play--icon {
    background-color: white;
    transform: scale(1);
    animation: pulse 2s;
}

.button__play--icon {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 6px;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .button__play--icon {
        width: 64px;
        height: 64px;
    }
}

.button__play--icon::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/icons/play.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
    margin-left: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .button__play--icon::after {
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
    }
}

.button__link {
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-weight: 700;
    color: #11024D;
}

.button__link span {
    position: relative;
    z-index: 2;
}

.button__link::before {
    content: '';
    background-color: #AD5DBA;
    position: absolute;
    width: 40px;
    height: 4px;
    left: 100%;
    bottom: 2px;
    transition: all 0.3s ease-in-out;
    margin-left: -38px;
}

.button__link:hover {
    text-decoration: none;
}

.button__link:hover::before {
    left: 0;
    width: 100%;
    margin-left: 0;
}

.button__link.link-purple::before {
    background-color: #AD5DBA;
}

.button__link.link-green::before {
    background-color: #57D190;
}

.button__link.link-yellow::before {
    background-color: #FBD01D;
}

.button__sm {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 8px 24px;
}

/* -----------------------
Form 
-------------------------- */
.form__base {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #A2B6BD;
    border-radius: 80px;
    box-shadow: inset 0px 0px 10px 0px rgba(84, 12, 151, 0.1);
    color: #11024D;
}

.form__base:-ms-input-placeholder {
    color: #9791AB;
}

.form__base::placeholder {
    color: #9791AB;
}

.form__base:focus {
    outline: 0;
    border: 1px solid #9835A9;
}

.form__icon {
    position: relative;
}

.form__icon svg {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    stroke: #9791AB;
    top: 14px;
    left: 20px;
}

.form__icon .form__base {
    padding-left: 50px;
}

.form__icon .form__base.form__sm {
    padding-left: 48px;
}

.form__icon--lg svg {
    top: 18px;
}

.form__icon--sm svg {
    top: 12px;
}

.form__lg {
    padding: 14px 24px;
    border-radius: 100px;
}

.form__sm {
    padding: 8px 18px;
}

.form__group {
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .form__group {
        margin-bottom: 12px;
    }
}

.form__group .error {
    display: block;
    margin-top: 6px;
    color: #EF476F;
}

textarea.form__base {
    border-radius: 16px;
}

/* -----------------------
Modal 
-------------------------- */
.modal-backdrop.show {
    opacity: 1;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.modal__popup--content {
    border: none;
    border-radius: 20px;
    text-align: center;
}

.modal__popup--body {
    position: relative;
    border-radius: 20px;
    background-color: #57D190;
    padding: 96px 48px;
    color: #FFFFFF;
}

.modal__popup--body::after {
    content: '';
    position: absolute;
    background-color: #FCD94A;
    width: 90%;
    height: 18px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 0 0 18px 18px;
}

.modal__popup--icon {
    width: 64px;
    height: 64px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
}

.modal__popup--icon svg {
    width: 64px;
    height: 64px;
}

.modal__video--content {
    border: none;
    border-radius: 0;
}

.modal__video--body {
    padding: 0;
}

.modal__video--close {
    position: absolute;
    background: #9835A9;
    color: #FFFFFF;
    border: none;
    padding: 8px 8px 8px 8px;
    top: -17px;
    right: -15px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

@media (max-width: 767px) {
    .modal__video--close {
        top: -40px;
        right: 0;
    }
}

.modal__video--close:hover {
    background-color: #FBD01D;
    color: #9835A9;
}

.modal__video--close:focus {
    outline: 0;
}

/* -----------------------
Accordion 
-------------------------- */
.accordion__item {
    position: relative;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .accordion__item {
        margin-bottom: 6px;
    }
}

.accordion__heading {
    position: relative;
    border: 1px solid #94A7AE;
    background-color: #57D190;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #11024D;
    padding: 14px 68px 14px 24px;
    border-radius: 24px 0 24px 0;
    box-shadow: 0px 4px 0px 0px rgba(165, 217, 237, 0.4);
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .accordion__heading {
        padding: 12px 68px 12px 24px;
    }
}

.accordion__heading .accordion__heading--icon::after {
    display: none;
}

.accordion__heading.collapsed {
    background-color: #FFFFFF;
}

.accordion__heading.collapsed:hover {
    background-color: #57D190;
}

.accordion__heading.collapsed:hover .accordion__heading--icon {
    background-color: #11024D;
}

.accordion__heading.collapsed:hover .accordion__heading--icon::before, .accordion__heading.collapsed:hover .accordion__heading--icon::after {
    background-color: #57D190;
}

.accordion__heading.collapsed .accordion__heading--icon {
    background-color: #57D190;
}

.accordion__heading.collapsed .accordion__heading--icon::before, .accordion__heading.collapsed .accordion__heading--icon::after {
    background-color: #11024D;
    display: block;
}

.accordion__heading--icon {
    position: absolute;
    background-color: #11024D;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 24px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .accordion__heading--icon {
        top: 12px;
    }
}

.accordion__heading--icon::before, .accordion__heading--icon::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #57D190;
    width: 11px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.accordion__heading--icon::after {
    width: 2px;
    height: 11px;
}

.accordion__content {
    padding-right: 24px;
}

.accordion__content--body {
    padding: 32px 24px;
    border: 1px solid #94A7AE;
    border-radius: 0 0 24px 24px;
}

@media (max-width: 991px) {
    .accordion__content--body {
        padding: 24px;
    }
}

/* -----------------------
Label 
-------------------------- */
.label__badge {
    display: inline-block;
    background-color: transparent;
    color: #11024D;
    border: 1px solid #11024D;
    border-radius: 14px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 4px 8px;
}

.label__badge svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.label__green {
    background-color: #89DFB1;
    border: 1px solid #89DFB1;
}

.label__purple {
    background-color: #D464E7;
    border: 1px solid #D464E7;
}

.label__yellow {
    background-color: #FBD01D;
    border: 1px solid #FBD01D;
}

.label__red {
    background-color: #EF476F;
    border: 1px solid #EF476F;
}

/* -----------------------
Card Features
-------------------------- */
.cardFeatures {
    text-align: center;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 32px 48px;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .cardFeatures {
        padding: 24px 24px;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cardFeatures {
        padding: 24px 24px;
    }
}

.cardFeatures__center {
    box-shadow: 0px 24px 34px 0px rgba(217, 217, 217, 0.25);
}

@media (max-width: 991px) {
    .cardFeatures__center {
        padding: 24px 24px;
    }
}

.cardFeatures__image {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 67px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .cardFeatures__image {
        margin-bottom: 6px;
    }
}

.cardFeatures__image::before {
    content: '';
    position: absolute;
    background-image: url("../images/features/background/bg-purple.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 63px 53px;
    background-position: center center;
    width: 63px;
    height: 53px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.cardFeatures__image--item {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.cardFeatures__image.bg-yellow::before {
    background-image: url("../images/features/background/bg-yellow.svg");
}

.cardFeatures__image.bg-green::before {
    background-image: url("../images/features/background/bg-green.svg");
}

.cardFeatures__image.bg-purple::before {
    background-image: url("../images/features/background/bg-purple.svg");
}

.cardFeatures__heading {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .cardFeatures__heading {
        margin-bottom: 12px;
    }
}

.cardFeatures__content {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .cardFeatures__content {
        margin-bottom: 12px;
    }
}

/* -----------------------
Pagination
-------------------------- */
.pagination {
    margin: 0;
}

.pagination li {
    text-align: center;
    margin-right: 5px;
}

.pagination li span {
    padding: 5px 12px;
}

.pagination li span.disebled, .pagination li span.disebled:hover, .pagination li span.disebled:focus, .pagination li span.disebled:active {
    cursor: default;
    background: #9835A9;
    color: #FFFFFF;
}

.pagination li a {
    padding: 5px 16px;
    display: block;
    background: #F4FCFF;
}

.pagination li a svg {
    width: 20px;
    height: 20px;
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active, .pagination li a.active {
    text-decoration: none;
    background: #9835A9;
    color: #FFFFFF;
}

.pagination li a.disebled, .pagination li a.disebled:hover, .pagination li a.disebled:focus, .pagination li a.disebled:active {
    display: none;
}

/* 
COMPONETS - Style for Masthead, Cta, Testimoni, etc
======================================================== */
/* -----------------------
Masthead 
-------------------------- */
.masthead {
    position: relative;
}

.masthead__body {
    padding-right: 48px;
}

@media (max-width: 991px) {
    .masthead__body {
        padding-right: 0;
    }
}

.masthead__heading {
    overflow: hidden;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .masthead__heading {
        margin-bottom: 12px;
    }
}

.masthead__heading--title {
    position: relative;
    margin-bottom: 0;
    opacity: 0;
    top: -100%;
    filter: blur(5px);
    transition: all 1s 0s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__heading--title {
        font-size: 48px;
        line-height: 56px;
    }
}

.masthead__heading--title span {
    font-style: italic;
    font-weight: 400;
    color: #9835A9;
}

.masthead__desc {
    position: relative;
    margin-bottom: 48px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .masthead__desc {
        margin-bottom: 24px;
    }
}

.masthead__desc--content {
    position: relative;
    opacity: 0;
    top: 100%;
    filter: blur(5px);
    transition: all 1s .3s ease-in-out;
}

.masthead__subscribe {
    position: relative;
    margin-bottom: 24px;
}

.masthead__subscribe--form {
    width: 100%;
    position: relative;
    opacity: 0;
}

.masthead__subscribe--form.fadeInUp {
    opacity: 0;
    animation-delay: .8s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.masthead__subscribe--input {
    background-color: #FFFFFF;
    border-radius: 80px;
    width: 100%;
    color: #11024D;
    padding: 16px 24px;
    border: 1px solid #A2B6BD;
    box-shadow: inset 3px 3px 8px 0px rgba(64, 108, 138, 0.08);
}

.masthead__subscribe--input:-ms-input-placeholder {
    color: #9791AB;
}

.masthead__subscribe--input::placeholder {
    color: #9791AB;
}

.masthead__subscribe--input:focus {
    border: 1px solid #9835A9;
    outline: 0;
}

.masthead__subscribe--button {
    position: absolute;
    overflow: hidden;
    top: 4px;
    right: 4px;
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    border-radius: 80px;
    border: 2px solid #9835A9;
    font-weight: 700;
    padding: 11px 32px;
}

.masthead__subscribe--button span {
    position: relative;
    z-index: 2;
}

.masthead__subscribe--button::before {
    content: '';
    background-color: #9835A9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    border-radius: 80px;
}

.masthead__subscribe--button:hover {
    color: #9835A9;
}

.masthead__subscribe--button:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.masthead__review {
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding-top: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__review {
        padding-top: 12px;
    }
}

@media (max-width: 991px) {
    .masthead__review {
        padding-top: 12px;
    }
}

.masthead__review--img {
    max-width: 75%;
    height: auto;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .masthead__review--img {
        max-width: 50%;
    }
}

.masthead__review--column {
    opacity: 0;
}

.masthead__review--column.fadeIn {
    animation-delay: 1.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.masthead__review--column span {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.masthead__review--column span::before {
    content: '';
    position: absolute;
    background-color: #11024D;
    display: block;
    width: 1px;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.masthead__star--yellow {
    position: absolute;
    width: 77px;
    height: 72px;
    top: -24px;
    left: -36px;
    z-index: 9;
    animation: circleRotrate 7s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__star--yellow {
        width: 55px;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .masthead__star--yellow {
        width: 55px;
        height: 50px;
    }
}

.masthead__tornado--yellow {
    position: absolute;
    width: 147px;
    height: 147px;
    top: 24px;
    right: -10px;
    z-index: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__tornado--yellow {
        width: 110px;
        height: 110px;
        top: 6px;
        right: 6px;
    }
}

@media (max-width: 991px) {
    .masthead__tornado--yellow {
        width: 80px;
        height: 80px;
        top: 6px;
        right: 0;
    }
}

.masthead__zigzag--purple {
    position: absolute;
    width: 145px;
    height: 80px;
    right: 16.66666667%;
    bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__zigzag--purple {
        width: 125px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .masthead__zigzag--purple {
        width: 105px;
        height: 40px;
        right: 48px;
    }
}

.masthead__star--green {
    position: absolute;
    width: 60px;
    height: 58px;
    left: 12%;
    bottom: 48px;
    z-index: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__star--green {
        width: 40px;
        height: 38px;
        left: 15%;
        bottom: 24px;
    }
}

@media (max-width: 991px) {
    .masthead__star--green {
        width: 45px;
        height: 43px;
        bottom: 96px;
        left: 12px;
    }
}

.masthead__circle--red {
    position: absolute;
    width: 76px;
    height: 60px;
    right: -80px;
    bottom: -40px;
    z-index: 4;
    animation: upDown 1s infinite alternate;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__circle--red {
        width: 56px;
        height: 40px;
        left: -36px;
        bottom: -30px;
    }
}

@media (max-width: 991px) {
    .masthead__circle--red {
        width: 56px;
        height: 40px;
        left: 0;
        bottom: -10px;
    }
}

/* -----------------------
Masthead demo
-------------------------- */
.masthead__demo {
    background-color: #F4FCFF;
    position: relative;
    text-align: center;
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .masthead__demo {
        padding-top: 48px;
    }
}

.masthead__demo--logo {
    display: inline-block;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .masthead__demo--logo {
        margin-bottom: 24px;
    }
}

.masthead__demo--logo-img {
    width: 140px;
    height: auto;
}

.masthead__demo--heading {
    overflow: hidden;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .masthead__demo--heading {
        margin-bottom: 12px;
    }
}

.masthead__demo--heading-title {
    position: relative;
    margin-bottom: 0;
    opacity: 0;
    top: -100%;
    filter: blur(5px);
    transition: all 1s 0s ease-in-out;
}

@media (max-width: 767px) {
    .masthead__demo--heading-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.masthead__demo--heading-title span {
    font-style: italic;
    font-weight: 400;
    color: #9835A9;
}

.masthead__demo--action {
    margin-top: 48px;
    opacity: 0;
}

@media (max-width: 991px) {
    .masthead__demo--action {
        margin-top: 24px;
    }
}

.masthead__demo--action .button {
    margin: 0 6px;
}

@media (max-width: 991px) {
    .masthead__demo--action .button {
        margin: 0 3px;
    }
}

.masthead__demo--action.fadeInUp {
    opacity: 0;
    animation-delay: .8s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.masthead__demo--image {
    position: relative;
}

@media (max-width: 991px) {
    .masthead__demo--image {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .masthead__demo--image .masthead__star--yellow {
        width: 35px;
        height: 30px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .masthead__demo--image .masthead__tornado--yellow {
        width: 50px;
    }
}

.masthead__demo--image .masthead__zigzag--purple {
    right: 8%;
}

@media (max-width: 767px) {
    .masthead__demo--image .masthead__zigzag--purple {
        width: 70px;
        height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .masthead__demo--image .masthead__star--green {
        left: 14px;
    }
}

@media (max-width: 767px) {
    .masthead__demo--image .masthead__star--green {
        width: 25px;
        height: 23px;
        bottom: 0;
        left: 16%;
    }
}

@media (max-width: 767px) {
    .masthead__demo--image .masthead__circle--red {
        width: 28px;
        height: 20px;
        left: 0;
        bottom: -20px;
    }
}

/* -----------------------
Masthead Form
-------------------------- */
.masthead__form {
    position: relative;
    background-color: #F4FCFF;
    position: relative;
    padding-top: 190px;
    padding-bottom: 96px;
}

@media (max-width: 991px) {
    .masthead__form {
        padding-top: 125px;
        padding-bottom: 48px;
    }
}

.masthead__form .masthead__desc {
    margin-bottom: 24px;
}

.masthead__form--cover {
    position: relative;
    padding-left: 24px;
    padding-right: 48px;
}

@media (min-width: 1400px) {
    .masthead__form--cover {
        padding-left: 48px;
        padding-right: 96px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form--cover {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .masthead__form--cover {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 32px;
    }
}

.masthead__form--wrapper {
    position: relative;
    border-radius: 24px;
    box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

.masthead__form--wrapper::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #9835A9;
    border-radius: 24px 24px 0 0;
    width: 90%;
    height: 12px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .masthead__form--wrapper::before {
        width: 85%;
        height: 10px;
        top: -10px;
    }
}

.masthead__form--body {
    position: relative;
    background-color: #FDFEFF;
    border-radius: 24px;
    border: 1px solid #A2B6BD;
    padding: 48px 32px;
    color: #11024D;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form--body {
        padding: 32px 16px;
    }
}

@media (max-width: 991px) {
    .masthead__form--body {
        padding: 32px 16px;
    }
}

.masthead__form--heading {
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .masthead__form--heading {
        margin-bottom: 16px;
    }
}

.masthead__form--heading-title {
    margin-bottom: 6px;
    line-height: 48px;
}

.masthead__form--heading-title span {
    font-style: italic;
    font-weight: 400;
    color: #9835A9;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form--heading-title {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .masthead__form--heading-title {
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form--heading-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

.masthead__form--action {
    padding-top: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form--action {
        padding-top: 12px;
    }
}

@media (max-width: 991px) {
    .masthead__form--action {
        padding-top: 12px;
    }
}

.masthead__form .masthead__star--yellow {
    top: 28px;
    left: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form .masthead__star--yellow {
        top: 18px;
        left: 18px;
    }
}

@media (max-width: 991px) {
    .masthead__form .masthead__star--yellow {
        top: 18px;
        left: 14px;
    }
}

.masthead__form .masthead__tornado--yellow {
    top: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form .masthead__tornado--yellow {
        top: -26px;
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 991px) {
    .masthead__form .masthead__tornado--yellow {
        top: 20px;
    }
}

.masthead__form .masthead__star--green {
    bottom: -28px;
}

@media (max-width: 991px) {
    .masthead__form .masthead__star--green {
        left: 100px;
        bottom: -20px;
    }
}

.masthead__form .masthead__circle--red {
    bottom: -80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form .masthead__circle--red {
        bottom: -60px;
    }
}

@media (max-width: 991px) {
    .masthead__form .masthead__circle--red {
        bottom: -20px;
    }
}

.masthead__form .masthead__zigzag--purple {
    bottom: -80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__form .masthead__zigzag--purple {
        right: 14px;
        bottom: -60px;
    }
}

@media (max-width: 991px) {
    .masthead__form .masthead__zigzag--purple {
        right: 28px;
        bottom: -20px;
    }
}

/* -----------------------
Masthead App
-------------------------- */
.masthead__app {
    background-color: #F4FCFF;
    position: relative;
    padding-top: 190px;
    padding-bottom: 96px;
}

@media (max-width: 991px) {
    .masthead__app {
        padding-top: 125px;
        padding-bottom: 48px;
    }
}

.masthead__app--cover {
    position: relative;
    padding-left: 48px;
    padding-right: 96px;
}

@media (max-width: 991px) {
    .masthead__app--cover {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 24px;
    }
}

.masthead__app--cover-img {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.masthead__app .masthead__star--yellow {
    top: -44px;
    left: 0;
}

@media (max-width: 991px) {
    .masthead__app .masthead__star--yellow {
        top: -22px;
        left: 0;
    }
}

.masthead__app .masthead__zigzag--purple {
    bottom: -20px;
}

.masthead__app .masthead__star--green {
    bottom: -18px;
}

@media (max-width: 991px) {
    .masthead__app .masthead__star--green {
        left: 130px;
    }
}

/* -----------------------
Masthead Video
-------------------------- */
.masthead__video {
    background-color: #F4FCFF;
    position: relative;
    padding-top: 190px;
    padding-bottom: 96px;
}

@media (max-width: 991px) {
    .masthead__video {
        padding-top: 125px;
        padding-bottom: 48px;
    }
}

.masthead__video--cover {
    position: relative;
    /*padding-left: 48px;*/
    /*padding-right: 96px;*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__video--cover {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 991px) {
    .masthead__video--cover {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 24px;
    }
}

.masthead__video--cover-img {
    position: relative;
    max-width: 100%;
    height: 440px;
    border-radius: 25px;
    z-index: 2;
    object-fit: cover;

}

.masthead__video--cover .button__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    margin-left: -24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__video .masthead__tornado--yellow {
        width: 90px;
        height: 90px;
        right: 6px;
        top: -54px;
    }
}

@media (max-width: 991px) {
    .masthead__video .masthead__tornado--yellow {
        top: -48px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__video .masthead__zigzag--purple {
        bottom: -50px;
    }
}

/* -----------------------
Masthead Image
-------------------------- */
.masthead__image {
    background-color: #F4FCFF;
    position: relative;
    padding-top: 0;
    padding-bottom: 96px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__image {
        padding-top: 114px;
    }
}

.masthead__image--cover {
    position: relative;
    padding-right: 48px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__image--cover {
        padding-right: 24px;
    }
}

@media (max-width: 991px) {
    .masthead__image--cover {
        padding-right: 0;
        margin-bottom: 24px;
    }
}

.masthead__image--cover-img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.masthead__image .masthead__body {
    padding-top: 190px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__image .masthead__body {
        padding-top: 76px;
    }
}

@media (max-width: 991px) {
    .masthead__image .masthead__body {
        padding-top: 0;
    }
}

.masthead__image .masthead__star--yellow {
    top: 190px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__image .masthead__star--yellow {
        top: 90px;
    }
}

@media (max-width: 991px) {
    .masthead__image .masthead__star--yellow {
        top: 120px;
    }
}

.masthead__image .masthead__tornado--yellow {
    top: 290px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__image .masthead__tornado--yellow {
        top: 190px;
    }
}

@media (max-width: 991px) {
    .masthead__image .masthead__tornado--yellow {
        top: 290px;
    }
}

.masthead__image .masthead__star--green {
    left: 10%;
    bottom: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .masthead__image .masthead__star--green {
        left: 11%;
        bottom: 50px;
    }
}

@media (max-width: 991px) {
    .masthead__image .masthead__star--green {
        left: 11%;
        bottom: 60px;
    }
}

.masthead__image .masthead__zigzag--purple {
    z-index: 2;
}

/* -----------------------
Masthead vector
-------------------------- */
.masthead__vector {
    position: relative;
    background-color: #F4FCFF;
    position: relative;
    padding-top: 190px;
    padding-bottom: 96px;
}

@media (max-width: 991px) {
    .masthead__vector {
        padding-top: 125px;
        padding-bottom: 48px;
    }
}

.masthead__vector--cover {
    position: relative;
    padding: 48px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .masthead__vector--cover {
        padding-top: 0;
        padding-bottom: 72px;
    }
}

.masthead__vector--cover .masthead__zigzag--purple {
    bottom: -42px;
}

@media (max-width: 991px) {
    .masthead__vector--cover .masthead__zigzag--purple {
        bottom: 24px;
    }
}

@media (max-width: 991px) {
    .masthead__vector--cover .masthead__circle--red {
        bottom: 12px;
    }
}

/* -----------------------
Masthead app sliders
-------------------------- */
.masthead__sliders {
    background-color: #F4FCFF;
    position: relative;
    padding-top: 190px;
    padding-bottom: 96px;
}

@media (max-width: 991px) {
    .masthead__sliders {
        padding-top: 125px;
        padding-bottom: 48px;
    }
}

.masthead__sliders--cover {
    position: relative;
    padding: 48px 0;
}

@media (max-width: 991px) {
    .masthead__sliders--cover {
        padding: 24px 0;
    }
}

.masthead__sliders--wrapper {
    position: relative;
    border-radius: 24px;
    box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

.masthead__sliders--wrapper .swiper-slide {
    border-radius: 24px;
    overflow: hidden;
}

.masthead__sliders--wrapper .swiper-slide .img-fluid {
    border-radius: 24px;
}

.masthead__sliders--pagination {
    position: relative;
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 12px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .masthead__sliders--pagination {
        padding: 6px 0;
    }
}

.masthead__sliders--pagination .swiper-pagination-bullet {
    background-color: #C1D2D8;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
}

.masthead__sliders--pagination .swiper-pagination-bullet-active {
    background-color: #9835A9;
}

.masthead__sliders--pagination .swiper-pagination-bullet:hover {
    background-color: #D6AEDD;
}

.masthead__sliders .masthead__tornado--yellow {
    top: -40px;
}

@media (max-width: 991px) {
    .masthead__sliders .masthead__tornado--yellow {
        top: -28px;
    }
}

.masthead__sliders .masthead__star--yellow {
    top: -48px;
}

@media (max-width: 991px) {
    .masthead__sliders .masthead__star--yellow {
        top: -28px;
    }
}

@media (max-width: 991px) {
    .masthead__sliders .masthead__star--green {
        bottom: 39px;
        left: 92px;
    }
}

/* -----------------------
Clients Section
-------------------------- */
.clients {
    padding-top: 96px;
}

@media (max-width: 991px) {
    .clients {
        padding-top: 48px;
    }
}

.clients__heading {
    text-align: center;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .clients__heading {
        margin-bottom: 24px;
    }
}

.clients__wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.clients__item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 42px;
}

@media (max-width: 991px) {
    .clients__item {
        padding: 0 32px;
    }
}

.clients__link {
    display: block;
    text-align: center;
}

.clients__logo {
    max-width: 100%;
    height: auto;
}

/* -----------------------
Call to action
-------------------------- */
.cta {
    position: relative;
    background-color: #F4FCFF;
    padding: 0;
    margin-top: 48px;
    border-bottom-left-radius: 258px;
    z-index: 9;
}

@media (min-width: 1460px) {
    .cta {
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .cta {
        padding: 0;
        padding-top: 48px;
        padding-bottom: 48px;
        margin-top: 24px;
        border-radius: 0;
    }
}

.cta.cta__right--image {
    border-bottom-left-radius: 0;
    /*border-bottom-right-radius: 258px;*/
}

@media (min-width: 1460px) {
    .cta.cta__right--image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 991px) {
    .cta.cta__right--image {
        border-radius: 0;
    }
}

.cta.cta__right--image .cta__image--star-green {
    margin-left: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta.cta__right--image .cta__image--star-green {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .cta.cta__right--image .cta__image--star-green {
        left: 0;
        margin-left: 20px;
    }
}

.cta.cta__right--image .cta__image {
    left: 50%;
    text-align: right;
}

@media (min-width: 1460px) {
    .cta.cta__right--image .cta__image {
        left: auto;
        margin-left: 0;
        margin-right: calc((100vw - 1460px) / 2);
    }
}

@media (max-width: 991px) {
    .cta.cta__right--image .cta__image {
        left: 0;
    }
}

.cta.cta__right--image .cta__image .cta__image--main {
    border-radius: 258px 0 258px 258px;
}

@media (max-width: 991px) {
    .cta.cta__right--image .cta__image .cta__image--main {
        border-radius: 220px 0 220px 0;
    }
}

@media (max-width: 767px) {
    .cta.cta__right--image .cta__image .cta__image--main {
        border-radius: 25px;
    }
}

.cta.cta__right--image .cta__image .cta__image--tornado-yellow {
    left: auto;
    right: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta.cta__right--image .cta__image .cta__image--tornado-yellow {
        left: auto;
        right: 40px;
    }
}

@media (max-width: 991px) {
    .cta.cta__right--image .cta__image .cta__image--tornado-yellow {
        left: auto;
        right: 20px;
    }
}

.cta.cta__right--image .cta__content {
    padding-left: 0;
    padding-right: 32px;
}

@media (max-width: 991px) {
    .cta.cta__right--image .cta__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.cta__image {
    position: relative;
    width: 50%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (min-width: 1460px) {
    .cta__image {
        width: auto;
        height: 524px;
        margin-left: calc((100vw - 1460px) / 2);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cta__image {
        width: 720px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto 24px auto;
    }
}

@media (max-width: 767px) {
    .cta__image {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 24px;
    }
}

.cta__image--main {
    border-radius: 0 258px 258px 258px;
    width: 100%;
    height: auto;
}

@media (min-width: 1460px) {
    .cta__image--main {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .cta__image--main {
        border-radius: 0 220px 0 220px;
    }
}

@media (max-width: 767px) {
    .cta__image--main {
        border-radius: 25px;
    }
}

.cta__image--tornado-yellow {
    position: absolute;
    width: 147px;
    height: 147px;
    bottom: -40px;
    left: 70px;
    z-index: 4;
    animation: upDown 1s infinite alternate;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta__image--tornado-yellow {
        width: 110px;
        height: 110px;
        bottom: -10px;
        left: 40px;
    }
}

@media (max-width: 991px) {
    .cta__image--tornado-yellow {
        width: 80px;
        height: 80px;
        bottom: -10px;
        left: 20px;
    }
}

.cta__image--star-green {
    position: absolute;
    width: 60px;
    height: 58px;
    left: 50%;
    top: -29px;
    z-index: 4;
    transform: translateX(-50%);
    margin-left: -110px;
    animation: circleRotrate 7s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta__image--star-green {
        width: 40px;
        height: 38px;
        top: -19px;
        margin-left: -90px;
    }
}

@media (max-width: 991px) {
    .cta__image--star-green {
        width: 40px;
        height: 38px;
        top: 24px;
        left: 100%;
        margin-left: -66px;
        transform: none;
    }
}

/*.cta__container {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 4;*/
/*}*/

@media (max-width: 991px) {
    .cta__container {
        position: relative;
        /*top: auto;*/
        /*left: auto;*/
        transform: none;
    }
}

.cta__title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .cta__title {
        margin-bottom: 24px;
    }
}

.cta__title span {
    font-style: italic;
    font-weight: 400;
    color: #9835A9;
}

.cta__content {
    padding-left: 32px;
}

@media (max-width: 991px) {
    .cta__content {
        padding-left: 0;
    }
}

.cta__listing {
    padding: 0;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .cta__listing {
        margin-bottom: 24px;
    }
}

.cta__listing--check {
    position: absolute;
    background-color: #57D190;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: 1.5px;
    left: 0;
}

@media (max-width: 991px) {
    .cta__listing--check {
        width: 20px;
        height: 20px;
        top: 3px;
    }
}

.cta__listing--check svg {
    position: absolute;
    stroke: #FFFFFF;
    top: 0;
    left: 2px;
}

@media (max-width: 991px) {
    .cta__listing--check svg {
        width: 20px;
        height: 20px;
    }
}

.cta__listing--item {
    position: relative;
    list-style: none;
    padding: 0 0 0 38px;
    margin: 0;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .cta__listing--item {
        padding-left: 30px;
        margin-bottom: 6px;
    }
}

.cta__action .button + .button {
    margin-left: 12px;
}

@media (max-width: 991px) {
    .cta__action .button + .button {
        margin-left: 6px;
    }
}

/* -----------------------
How it Work
-------------------------- */
.howItWork {
    position: relative;
    background-color: transparent;
    background-image: url("../images/background/bg-dots.png");
    background-repeat: no-repeat;
    background-size: 366px 175px;
    background-position: calc(100% - 20px) 0;
    padding-top: 96px;
}

@media (max-width: 991px) {
    .howItWork {
        background-size: 290px 150px;
    }
}

.howItWork::before {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/zigzag-purple.svg");
    background-repeat: no-repeat;
    background-size: 105px 45px;
    width: 105px;
    height: 45px;
    top: 80px;
    right: 332px;
}

@media (max-width: 991px) {
    .howItWork::before {
        background-size: 75px 35px;
        width: 75px;
        height: 35px;
        right: 270px;
        top: 40px;
    }
}

@media (max-width: 991px) {
    .howItWork .section__heading {
        margin-bottom: 0;
    }
}

.howItWork__container {
    position: relative;
}

.howItWork__container::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/aaa.png");
    background-repeat: no-repeat;
    background-size: 56px 46px;
    width: 56px;
    height: 46px;
    bottom: 0;
    left: 48px;
    animation: upDown 1s infinite alternate;
}

@media (max-width: 991px) {
    .howItWork__container::after {
        background-size: 44px 34px;
        width: 44px;
        height: 34px;
        left: auto;
        bottom: -48px;
        right: 16px;
    }
}

.howItWork__steps {
    position: relative;
}

@media (max-width: 991px) {
    .howItWork__steps {
        padding-top: 48px;
    }
}

.howItWork__steps.steps--green .howItWork__steps--image-number {
    background-color: #57D190;
}

.howItWork__steps.steps--green .howItWork__steps--image {
    animation: pulseGreen 2s infinite;
}

.howItWork__steps.steps--yellow .howItWork__steps--image-number {
    background-color: #FBD01D;
}

.howItWork__steps.steps--yellow .howItWork__steps--image {
    animation: pulseYellow 2s infinite;
}

.howItWork__steps.steps--purple .howItWork__steps--image-number {
    background-color: #D6AEDD;
}

.howItWork__steps.steps--purple .howItWork__steps--image {
    animation: pulsePurple 2s infinite;
}

.howItWork__steps--last {
    padding-top: 96px;
}

@media (max-width: 991px) {
    .howItWork__steps--last {
        padding-top: 48px;
    }
}

.howItWork__steps--image {
    position: relative;
    border-radius: 50%;
}

.howItWork__steps--image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
    .howItWork__steps--image::before {
        border: 8px solid rgba(255, 255, 255, 0.5);
    }
}

.howItWork__steps--image-item {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: 2;
}

@media (max-width: 991px) {
    .howItWork__steps--image-item {
        width: 120px;
        height: 120px;
    }
}

.howItWork__steps--image-number {
    position: absolute;
    overflow: hidden;
    background-color: #57D190;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #11024D;
    text-align: center;
    left: 50%;
    top: -10px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .howItWork__steps--image-number {
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 23px;
    }
}

.howItWork__star--yellow {
    position: relative;
    height: 100%;
}

@media (max-width: 991px) {
    .howItWork__star--yellow {
        display: none;
    }
}

.howItWork__star--yellow-image {
    position: absolute;
    width: 55px;
    height: 50px;
    top: 50%;
    left: 50%;
    animation: circleRotrate 7s linear infinite;
    margin-left: -25.5px;
    margin-top: -25px;
}

.howItWork__content {
    padding-left: 24px;
}

.howItWork__content--title {
    margin-bottom: 12px;
}

.howItWork__linner {
    position: relative;
}

@media (max-width: 991px) {
    .howItWork__linner {
        display: none;
    }
}

.howItWork__linner svg {
    position: relative;
}

.howItWork__linner.align-linner-left {
    text-align: right;
    top: -96px;
}

.howItWork__linner.align-linner-left svg {
    margin-right: 24px;
}

@media (min-width: 1400px) {
    .howItWork__linner.align-linner-left svg {
        margin-right: 48px;
    }
}

.howItWork__linner.align-linner-right {
    text-align: right;
    margin-bottom: 24px;
}

.howItWork__linner.align-linner-right svg {
    margin-right: 24px;
}

@media (min-width: 1400px) {
    .howItWork__linner.align-linner-right svg {
        margin-right: 48px;
    }
}

/* -----------------------
FAQ
-------------------------- */
.faq {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.faq__container {
    position: relative;
    background-color: transparent;
    /*background-image: url("../images/background/bg-dots.png");*/
    background-repeat: no-repeat;
    background-size: 366px 175px;
    background-position: top left;
    padding-top: 96px;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .faq__container {
        background-size: auto 100px;
        padding-top: 70px;
        padding-bottom: 0;
    }
}

/*.faq__container::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-color: transparent;*/
/*    background-image: url("../images/graphic/zigzag-purple.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 105px 45px;*/
/*    width: 105px;*/
/*    height: 45px;*/
/*    top: 80px;*/
/*    left: 308px;*/
/*}*/

@media (min-width: 768px) and (max-width: 991px) {
    .faq__container::before {
        background-size: 70px 30px;
        width: 70px;
        height: 30px;
        left: 170px;
        top: 30px;
    }
}

@media (max-width: 767px) {
    .faq__container::before {
        background-size: 70px 30px;
        width: 70px;
        height: 30px;
        top: 30px;
        left: 170px;
    }
}

.faq__resources {
    background-color: transparent;
    background-image: url("../images/background/bg-dots.png");
    background-repeat: no-repeat;
    background-size: 250px 80px;
    background-position: 50% bottom;
    padding-bottom: 80px;
    padding-right: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .faq__resources {
        padding-top: 24px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .faq__resources {
        background-size: 250px 80px;
        padding-top: 24px;
        padding-bottom: 48px;
        padding-right: 0;
    }
}

.faq__resources--row {
    margin-left: -6px;
    margin-right: -6px;
}

.faq__resources--col {
    padding-left: 6px;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .faq__resources--col + .faq__resources--col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.faq__resources--tornado-yellow {
    position: absolute;
    width: 147px;
    height: 147px;
    bottom: -40px;
    left: 0;
    z-index: 4;
    animation: upDown 1s infinite alternate;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq__resources--tornado-yellow {
        width: 110px;
        height: 110px;
        bottom: -10px;
    }
}

@media (max-width: 991px) {
    .faq__resources--tornado-yellow {
        width: 100px;
        height: 100px;
        bottom: -10px;
    }
}

@media (max-width: 991px) {
    .faq__resources--tornado-yellow {
        display: none;
    }
}

.faq__resources--video {
    position: relative;
}

@media (max-width: 767px) {
    .faq__resources--video {
        height: 340px;
        overflow: hidden;
        margin-bottom: 12px;
        border-top-left-radius: 40px;
    }
}

.faq__resources--video .button__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq__resources--video-cover {
    max-width: 100%;
    height: auto;
    border-bottom-left-radius: 120px;
}

.faq__resources--column {
    position: relative;
    display: table;
    background-color: #11024D;
    width: 100%;
    height: calc(50% - 6px);
    text-align: center;
    color: #FFFFFF;
    padding: 24px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .faq__resources--column {
        padding: 0 12px;
        width: 50%;
        height: 194px;
    }
}

.faq__resources--column.bg-purple {
    background-color: #9835A9;
    border-top-right-radius: 120px;
}

@media (max-width: 767px) {
    .faq__resources--column.bg-purple {
        border-top-right-radius: 0;
        border-right: 6px solid #FFFFFF;
    }
}

.faq__resources--column.bg-purple .faq__resources--column-img {
    width: 89px;
    height: 89px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq__resources--column.bg-purple .faq__resources--column-img {
        width: 59px;
        height: 59px;
    }
}

.faq__resources--column.bg-default {
    border-bottom-right-radius: 40px;
}

@media (max-width: 767px) {
    .faq__resources--column.bg-default {
        border-left: 6px solid #FFFFFF;
    }
}

.faq__resources--column.bg-default .faq__resources--column-img {
    width: 67px;
    height: 72px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq__resources--column.bg-default .faq__resources--column-img {
        width: 47px;
        height: 52px;
    }
}

.faq__resources--column-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .faq__resources--column-inner {
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.faq__resources--column-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.faq__resources--column-img {
    margin-bottom: 6px;
}

.faq__resources--column p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq__resources--column p {
        font-size: 14px;
        line-height: 19px;
    }
}

.faq__resources--column + .faq__resources--column {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .faq__resources--column + .faq__resources--column {
        margin-top: 0;
    }
}

/* -----------------------
Testimonials
-------------------------- */
.testimonials {
    position: relative;
}

.testimonials__container {
    position: relative;
    background-image: url("../images/background/bg-dots-lg.png");
    background-repeat: no-repeat;
    background-size: 366px 223px;
    background-position: calc(100% - 80px) 100%;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .testimonials__container {
        background-size: 326px 199px;
        background-position: calc(100% - 20px) 100%;
        padding-bottom: 60px;
    }
}

.testimonials__container::before {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/aaa.png");
    background-repeat: no-repeat;
    background-size: 56px 46px;
    width: 56px;
    height: 46px;
    top: 0;
    right: 48px;
    animation: upDown 1s infinite alternate;
}

@media (max-width: 991px) {
    .testimonials__container::before {
        background-size: 38px 31px;
        width: 38px;
        height: 31px;
        top: -30px;
    }
}

.testimonials__container::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/zigzag-purple.svg");
    background-repeat: no-repeat;
    background-size: 105px 45px;
    width: 105px;
    height: 45px;
    bottom: 40px;
    right: 390px;
}

@media (max-width: 991px) {
    .testimonials__container::after {
        background-size: 70px 30px;
        width: 70px;
        height: 30px;
        bottom: 10px;
        right: 310px;
    }
}

.testimonials__carousel {
    position: relative;
    padding: 0 64px;
}

@media (max-width: 991px) {
    .testimonials__carousel {
        padding: 0 42px;
    }
}

.testimonials__carousel--body {
    text-align: center;
}

.testimonials__carousel--body .swiper {
    padding-top: 55px;
}

@media (max-width: 991px) {
    .testimonials__carousel--body .swiper {
        padding-top: 40px;
    }
}

.testimonials__carousel--body .swiper-slide {
    border-radius: 8px 8px 0 0;
    background-color: #F4FCFF;
    padding: 0 96px 48px 96px;
}

@media (max-width: 991px) {
    .testimonials__carousel--body .swiper-slide {
        padding: 0 24px 24px 24px;
    }
}

.testimonials__carousel--image {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -55px;
}

@media (max-width: 991px) {
    .testimonials__carousel--image {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
}

.testimonials__carousel--image::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: 2;
    border: 10px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
    .testimonials__carousel--image::before {
        width: 80px;
        height: 80px;
        border: 6px solid rgba(255, 255, 255, 0.5);
    }
}

.testimonials__carousel--image-item {
    max-width: 100%;
    height: auto;
}

.testimonials__carousel--content {
    position: relative;
    padding-top: 62px;
}

@media (max-width: 991px) {
    .testimonials__carousel--content {
        padding-top: 32px;
    }
}

.testimonials__carousel--content::before {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/testimonials/quote.svg");
    background-repeat: no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .testimonials__carousel--content::before {
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        top: 7px;
    }
}

.testimonials__carousel--content-author {
    font-weight: 700;
}

.testimonials__carousel--next, .testimonials__carousel--prev {
    position: absolute;
    background: none;
    border: none;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .testimonials__carousel--next, .testimonials__carousel--prev {
        width: 42px;
        height: 42px;
    }
}

.testimonials__carousel--next svg, .testimonials__carousel--prev svg {
    width: 64px;
    height: 64px;
    stroke-width: 1px;
    stroke: #C1D2D8;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .testimonials__carousel--next svg, .testimonials__carousel--prev svg {
        width: 42px;
        height: 42px;
    }
}

.testimonials__carousel--next:focus, .testimonials__carousel--prev:focus {
    outline: 0;
}

.testimonials__carousel--next:hover svg, .testimonials__carousel--prev:hover svg {
    stroke: #9835A9;
}

.testimonials__carousel--prev {
    left: auto;
    right: 0;
}

.testimonials__carousel--pagination {
    position: relative;
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 12px 0;
}

@media (max-width: 991px) {
    .testimonials__carousel--pagination {
        padding: 6px 0;
    }
}

.testimonials__carousel--pagination .swiper-pagination-bullet {
    background-color: #C1D2D8;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
}

.testimonials__carousel--pagination .swiper-pagination-bullet-active {
    background-color: #9835A9;
}

.testimonials__carousel--pagination .swiper-pagination-bullet:hover {
    background-color: #D6AEDD;
}

/* -----------------------
Pricing
-------------------------- */
.pricing {
    position: relative;
    background-image: url("../images/background/bg-dots-lg.png");
    background-repeat: no-repeat;
    background-size: 366px 223px;
    background-position: bottom left;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pricing {
        background-size: 326px 199px;
        padding-bottom: 36px;
    }
}

.pricing::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/zigzag-purple.svg");
    background-repeat: no-repeat;
    background-size: 105px 45px;
    width: 105px;
    height: 45px;
    bottom: 40px;
    left: 310px;
}

@media (max-width: 991px) {
    .pricing::after {
        background-size: 70px 30px;
        width: 70px;
        height: 30px;
        bottom: 10px;
        left: 290px;
    }
}

.pricing__container {
    position: relative;
}

.pricing__container::before {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/star-green.svg");
    background-repeat: no-repeat;
    background-size: 60px 58px;
    width: 60px;
    height: 58px;
    left: 120px;
    top: -32px;
    z-index: 4;
    animation: circleRotrate 7s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing__container::before {
        background-size: 40px 38px;
        width: 40px;
        height: 38px;
        left: 90px;
    }
}

@media (max-width: 991px) {
    .pricing__container::before {
        background-size: 40px 38px;
        width: 45px;
        height: 43px;
        left: 12px;
        top: 48px;
    }
}

.pricing__card {
    background-color: #FFFFFF;
    border: 3px solid #11024D;
    padding: 48px 32px;
}

@media (max-width: 991px) {
    .pricing__card {
        margin-bottom: 24px;
    }
}

.pricing__card.on-left {
    border-radius: 120px 0 24px 0;
}

.pricing__card.on-right {
    border-radius: 24px 0 120px 0;
}

.pricing__card--yellow .pricing__card--heading-icon {
    background-image: url("../images/features/background/bg-yellow.svg");
}

.pricing__card--yellow .pricing__card--listing-check {
    background-color: #FBD01D;
}

.pricing__card--purple {
    background-color: #9835A9;
    border-color: #9835A9;
    color: #FFFFFF;
}

.pricing__card--purple .pricing__card--heading-icon {
    background-image: url("../images/features/background/bg-purple-light.svg");
}

.pricing__card--purple .pricing__card--heading {
    border-color: #FFFFFF;
}

.pricing__card--purple .pricing__card--heading-title {
    color: #FFFFFF;
}

.pricing__card--purple .pricing__card--heading-price {
    color: #FFFFFF;
}

.pricing__card--purple .pricing__card--heading-icon-image {
    height: 46px;
}

.pricing__card--purple .pricing__card--listing {
    color: #FFFFFF;
}

.pricing__card--purple .pricing__card--action:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.pricing__card--purple .pricing__card--listing-check {
    background-color: #FFFFFF;
}

.pricing__card--purple .pricing__card--listing-check svg {
    stroke: #9835A9;
}

.pricing__card--green .pricing__card--heading-icon {
    background-image: url("../images/features/background/bg-green.svg");
}

.pricing__card--green .pricing__card--listing-check {
    background-color: #57D190;
}

.pricing__card--heading {
    position: relative;
    border-bottom: 2px solid #11024D;
    padding-left: 80px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing__card--heading {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .pricing__card--heading {
        padding-left: 70px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.pricing__card--heading-icon {
    position: absolute;
    background-image: url("../images/features/background/bg-yellow.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 63px 53px;
    background-position: center center;
    width: 63px;
    height: 53px;
    top: 8px;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing__card--heading-icon {
        width: 53px;
        height: 43px;
    }
}

@media (max-width: 991px) {
    .pricing__card--heading-icon {
        width: 53px;
        height: 43px;
    }
}

.pricing__card--heading-icon-image {
    position: absolute;
    width: auto;
    height: 42px;
    top: 4px;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing__card--heading-icon-image {
        height: 32px;
    }
}

@media (max-width: 991px) {
    .pricing__card--heading-icon-image {
        height: 32px;
    }
}

.pricing__card--heading-title {
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing__card--heading-title {
        font-size: 24px;
        line-height: 35px;
    }
}

.pricing__card--heading-price {
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing__card--heading-price {
        font-size: 18px;
        line-height: 28px;
    }
}

.pricing__card--content {
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .pricing__card--content {
        margin-bottom: 16px;
    }
}

.pricing__card--action {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .pricing__card--action {
        margin-bottom: 16px;
    }
}

.pricing__card--listing {
    margin: 0;
    padding: 0;
}

.pricing__card--listing li {
    position: relative;
    list-style: none;
    padding: 0 0 0 38px;
    margin: 0;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .pricing__card--listing li {
        padding-left: 30px;
        margin-bottom: 6px;
    }
}

.pricing__card--listing li:last-child {
    margin-bottom: 0;
}

.pricing__card--listing-check {
    position: absolute;
    background-color: #FBD01D;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: 1.5px;
    left: 0;
}

@media (max-width: 991px) {
    .pricing__card--listing-check {
        width: 20px;
        height: 20px;
        top: 3px;
    }
}

.pricing__card--listing-check svg {
    position: absolute;
    stroke: #FFFFFF;
    top: 0;
    left: 2px;
}

@media (max-width: 991px) {
    .pricing__card--listing-check svg {
        width: 20px;
        height: 20px;
    }
}

/* -----------------------
Counter
-------------------------- */
.counter {
    background-color: #F4FCFF;
    padding: 0;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .counter {
        padding: 0;
        margin-bottom: 24px;
    }
}

.counter__purple .counter__number {
    color: #9835A9;
}

.counter__green .counter__number {
    color: #57D190;
}

.counter__yellow .counter__number {
    color: #FBD01D;
}

.counter__red .counter__number {
    color: #EF476F;
}

.counter__container {
    position: relative;
    padding: 96px 0;
}

@media (max-width: 991px) {
    .counter__container {
        padding: 24px 0;
    }
}

.counter__container::before {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url("../images/graphic/star-green.svg");
    background-repeat: no-repeat;
    background-size: 60px 58px;
    width: 60px;
    height: 58px;
    right: 120px;
    bottom: -32px;
    z-index: 4;
    animation: circleRotrate 7s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counter__container::before {
        background-size: 40px 38px;
        width: 40px;
        height: 38px;
        right: 90px;
        bottom: -22px;
    }
}

@media (max-width: 991px) {
    .counter__container::before {
        background-size: 40px 38px;
        width: 45px;
        height: 43px;
        right: 12px;
        bottom: -22px;
    }
}

.counter__wrap {
    position: relative;
}

@media (max-width: 991px) {
    .counter__wrap {
        overflow: auto;
    }
}

.counter__listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .counter__listing {
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: block;
        overflow: auto;
    }
}

.counter__listing--item {
    position: relative;
    list-style: none;
    width: 25%;
    max-width: 25%;
    white-space: normal;
    padding: 0 48px;
    margin: 0;
    border-right: 1px solid #B7C4CA;
}

@media (max-width: 991px) {
    .counter__listing--item {
        display: inline-block;
        white-space: normal;
        width: 250px;
        max-width: 250px;
        padding: 0 24px;
    }
}

.counter__listing--item::before, .counter__listing--item::after {
    content: '';
    position: absolute;
    display: block;
    background: #f4fcff;
    background: linear-gradient(0deg, rgba(244, 252, 255, 0) 0%, #f4fcff 100%);
    width: 1px;
    height: 50%;
    top: 0;
    right: -1px;
    z-index: 2;
}

.counter__listing--item::after {
    top: auto;
    bottom: 0;
    background: #f4fcff;
    background: linear-gradient(0deg, #f4fcff 0%, rgba(244, 252, 255, 0) 100%);
}

.counter__listing--item:last-child {
    border: none;
}

.counter__listing--item:last-child::before, .counter__listing--item:last-child::after {
    display: none;
}

.counter__number {
    overflow: hidden;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counter__number {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 991px) {
    .counter__number {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 12px;
    }
}

.counter__number span {
    display: block;
}

.counter__star {
    display: inline-block;
    background-color: transparent;
    background-image: url("../images/graphic/star-reviews.svg");
    background-repeat: no-repeat;
    background-size: 111px 24px;
    width: 111px;
    height: 24px;
}

.counter__desc {
    position: relative;
}

@media (max-width: 991px) {
    .counter__desc {
        line-height: 20px;
    }
}

/* -----------------------
Articles
-------------------------- */
.articles__container {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .articles__container {
        overflow: hidden;
        max-width: 100%;
        padding: 0 0 0 16px;
    }
}

@media (max-width: 767px) {
    .articles__container {
        overflow: hidden;
        max-width: 100%;
        padding: 0 0 0 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .articles__wrapper {
        overflow: visible;
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .articles__wrapper {
        overflow: visible;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .articles__wrapper .swiper-slide {
        width: auto;
    }
}

.articles__card {
    position: relative;
}

@media (max-width: 991px) {
    .articles__card {
        width: calc(100vw - 110px);
    }
}

.articles__card--green .articles__card--categorie {
    background-color: #89DFB1;
}

.articles__card--purple .articles__card--categorie {
    background-color: #D464E7;
}

.articles__card--yellow .articles__card--categorie {
    background-color: #FBD01D;
}

.articles__card--red .articles__card--categorie {
    background-color: #EF476F;
}

.articles__card:hover .articles__card--categorie {
    opacity: 1;
}

.articles__card:hover .articles__card--title {
    text-decoration: underline;
}

.articles__card--link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.articles__card--categorie {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #89DFB1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.articles__card--categorie svg {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    left: 6px;
    stroke: #11024D;
}

.articles__card--image {
    position: relative;
    border-radius: 100px 0 100px 0;
    margin-bottom: 24px;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 767px) {
    .articles__card--image {
        border-radius: 40px 0 40px 0;
    }
}

.articles__card--title {
    margin: 24px 0;
}

@media (max-width: 991px) {
    .articles__card--title {
        margin: 12px 0;
    }
}

.articles__card--label-comments svg {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    top: -2px;
    stroke-width: 2px;
}

@media (max-width: 991px) {
    .articles__card--label-comments svg {
        width: 16px;
        height: 16px;
    }
}

.articles__card--author {
    line-height: 16px;
}

@media (max-width: 991px) {
    .articles__card--author {
        line-height: 14px;
    }
}

.articles__card--author svg {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    top: -2px;
    stroke-width: 2px;
}

@media (max-width: 991px) {
    .articles__card--author svg {
        width: 16px;
        height: 16px;
    }
}

/* -----------------------
Blog
-------------------------- */
.blog {
    padding-top: 96px;
}

@media (max-width: 991px) {
    .blog {
        padding-top: 48px;
    }
}

.blog__aside {
    padding-right: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog__aside {
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .blog__aside {
        padding-top: 32px;
        padding-right: 0;
    }
}

.blog__aside--widget {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .blog__aside--widget {
        margin-bottom: 24px;
    }
}

.blog__aside--widget:last-child {
    margin-bottom: 0;
}

.blog__aside--widget-categories {
    margin: 0;
    padding: 0 0 0 20px;
}

.blog__aside--widget-categories li {
    margin-bottom: 6px;
}

.blog__aside--widget-categories li:last-child {
    margin-bottom: 0;
}

.blog__aside--widget-post {
    margin: 0;
    padding: 0;
}

.blog__aside--widget-post li {
    position: relative;
    list-style: none;
    padding-left: 94px;
    margin-bottom: 24px;
    min-height: 51px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog__aside--widget-post li {
        padding-left: 74px;
    }
}

.blog__aside--widget-post li:last-child {
    margin-bottom: 0;
}

.blog__aside--widget-post li:hover .blog__aside--widget-post-title {
    text-decoration: underline;
    color: #9835A9;
}

.blog__aside--widget-post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.blog__aside--widget-post-img {
    position: absolute;
    max-width: 80px;
    height: auto;
    top: 6px;
    left: 0;
    border-radius: 12px 0 12px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog__aside--widget-post-img {
        max-width: 60px;
    }
}

.blog__aside--widget-post-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.blog__aside--widget-tags {
    margin: 0;
    padding: 0;
}

.blog__aside--widget-tags .label__badge {
    margin-right: 6px;
    margin-bottom: 6px;
}

.blog__post {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #CFCCDB;
}

@media (max-width: 991px) {
    .blog__post {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .blog__post .articles__card {
        width: 100%;
    }
}

.blog__post .articles__card:hover .articles__card--categorie {
    opacity: 0;
}

.blog__post .articles__card:hover .articles__card--title {
    text-decoration: none;
}

.blog__post--action {
    padding-top: 12px;
}

.blog__post--half-img {
    margin-top: 48px;
}

@media (max-width: 991px) {
    .blog__post--half-img {
        margin-top: 24px;
    }
}

.blog__post--half-img p:last-child {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .blog__post--half-img p:last-child {
        margin-bottom: 24px;
    }
}

.blog__post--half-img img {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .blog__post--half-img img {
        margin-bottom: 24px;
    }
}

.blog__post--media {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 48px;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .blog__post--media {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.blog__post--media video,
.blog__post--media iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: auto;
    top: 0;
    left: 0;
    border: 0;
}

.blog__post--tags-title {
    margin-bottom: 12px;
}

.blog__post--author {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #CFCCDB;
}

@media (max-width: 991px) {
    .blog__post--author {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}

.blog__post--author-title {
    margin-bottom: 6px;
}

.blog__post--author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 24px;
}

.blog__post--related {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #CFCCDB;
}

@media (max-width: 991px) {
    .blog__post--related {
        padding-bottom: 8px;
        margin-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .blog__post--related-title {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .blog__post--related .articles__card {
        width: 100%;
        margin-bottom: 24px;
    }
}

.blog__comments {
    margin-bottom: 48px;
    border-bottom: 1px solid #CFCCDB;
}

@media (max-width: 991px) {
    .blog__comments {
        margin-bottom: 32px;
    }
}

.blog__comments--media {
    position: relative;
    border: 1px solid #CFCCDB;
    border-radius: 8px;
    padding: 48px 24px 48px 92px;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .blog__comments--media {
        padding: 24px 24px 24px 92px;
        margin-bottom: 32px;
    }
}

.blog__comments--media .blog__comments--media:last-child {
    margin-bottom: 0;
}

.blog__comments--avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    left: 24px;
    top: 48px;
}

@media (max-width: 991px) {
    .blog__comments--avatar {
        top: 24px;
    }
}

.blog__comments--content {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .blog__comments--content {
        margin-bottom: 32px;
    }
}

.blog__comments--content:last-child {
    margin-bottom: 0;
}

.blog__comments--content-title {
    position: relative;
    margin-bottom: 12px;
    padding-right: 72px;
}

@media (max-width: 991px) {
    .blog__comments--content-title {
        margin-bottom: 6px;
    }
}

.blog__comments--content-title a {
    color: #11024D;
}

.blog__comments--content-title a:hover {
    color: #9835A9;
}

.blog__comments--content-title .label__badge {
    position: absolute;
    top: 0;
    right: 0;
}

.blog__leaveComment .form__group {
    margin-bottom: 24px;
}

.blog__leaveComment .form__group:last-child {
    margin-bottom: 0;
}

/* -----------------------
Inner page
-------------------------- */
.innerpage__head {
    background-color: #F4FCFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 190px;
    padding-bottom: 48px;
}

@media (max-width: 991px) {
    .innerpage__head {
        padding-top: 120px;
        padding-bottom: 24px;
    }
}

.innerpage__head::before {
    content: '';
    position: absolute;
    background-color: #11024D;
    width: 100%;
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
}

.innerpage__head .container {
    position: relative;
    z-index: 2;
}

.innerpage__head--title {
    color: #FBD01D;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .innerpage__head--title {
        margin-bottom: 6px;
    }
}

.innerpage__head .breadcrumb {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .innerpage__head .breadcrumb {
        overflow: hidden;
        display: block;
        white-space: nowrap;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .innerpage__head .breadcrumb li {
        display: inline-block;
    }
}

.innerpage__head .breadcrumb a {
    color: #FFFFFF;
}

.innerpage__head .breadcrumb svg {
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    stroke: #FFFFFF;
}

.innerpage__head .breadcrumb-item + .breadcrumb-item::before {
    color: #FFFFFF;
}

.innerpage__head .breadcrumb-item.active {
    color: #CFCCDB;
}

/* -----------------------
Error 404
-------------------------- */
.page404 {
    position: relative;
    background-color: #F4FCFF;
}

.page404__wrapper {
    display: table;
    width: 100%;
    min-height: 100vh;
}

@media (max-width: 991px) {
    .page404__heading {
        font-size: 32px;
        line-height: 42px;
    }
}

.page404__main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.page404__action {
    padding-top: 24px;
}

@media (max-width: 991px) {
    .page404__action {
        padding-top: 12px;
    }
}

.page404__logo {
    display: inline-block;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .page404__logo {
        margin-bottom: 24px;
    }
}

.page404__logo--img {
    width: 140px;
    height: auto;
}

.page404__image {
    position: relative;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .page404__image {
        margin-bottom: 12px;
    }
}

.page404__ghost {
    display: inline-block;
    width: 60px;
    height: 70px;
}

.page404__ghost--body {
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 50%;
    height: 70px;
    width: 60px;
    background: #EF476F;
    margin-top: -35px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    animation: blinky 0.4s linear infinite;
    transform: translateX(-50%);
}

.page404__ghost--body::before, .page404__ghost--body::after {
    position: absolute;
    z-index: 2;
    content: '';
    top: 15px;
    left: 4px;
    height: 25px;
    width: 20px;
    border-radius: 50%;
    background: white;
}

.page404__ghost--body::after {
    left: 28px;
}

.page404__ghost--eyes::before, .page404__ghost--eyes::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: #9835A9;
    border-radius: 100%;
    top: 25px;
    left: 5px;
    z-index: 2;
    animation: eyeLeft 0.7s linear infinite;
}

.page404__ghost--eyes::after {
    animation: eyeRight 0.7s linear infinite;
    z-index: 4;
    left: 30px;
}

.page404__ghost--skirt {
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid #F4FCFF;
    border-top-color: transparent;
    bottom: -10px;
}

.page404__ghost--skirt::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid #F4FCFF;
    border-top-color: transparent;
    bottom: -10px;
    left: 10px;
}

.page404__ghost--skirt::after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid #F4FCFF;
    border-top-color: transparent;
    bottom: -10px;
    left: 30px;
}
