/* Front */
html {
    font-size: 10px;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
    overflow-x: hidden;
    background: #fff;
}

svg {
    display: block;
}

a,
button,
input,
textarea,
button,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    cursor: pointer;
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px 12px;
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #2069F8;
    transition: all 0.3s;
}

a:hover {
    color: #FFAA2A;
}

b, strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #2E2E2E;
}

p, li {
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
}

.section-default {
    padding: 3rem 0;
}

.section-default > .container > .row {
    min-height: 490px;
}

.section-border {
    position: relative;
    background: linear-gradient(90deg, rgba(239, 241, 255, 0.4) 0%, rgba(239, 241, 255, 0) 100%);
}

.section-background {
    background: linear-gradient(90deg, rgba(239, 241, 255, 0.6) 0%, #EFF1FF 100%);
}

.premium-section {
    padding: 6.4rem 0;
    background: linear-gradient(272.46deg, #816EDD 0%, #9EA2FA 100%), linear-gradient(0deg, #EFF1FF, #EFF1FF), #C4C4C4;
}

.container {
    padding: 0 20px;
}

.h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.section-border .h2 {
    margin-bottom: 4.8rem;
    text-transform: capitalize;
}

.article-section .h2,
.faq .h2 {
    margin-bottom: 6.4rem;
}

.bold {
    font-weight: 700;
    line-height: 1;
}

.violet-color {
    color: #7D6AED;
}

.list {
    list-style: none;
    padding: 0;
}

.list svg {
    display: inline-block;
    margin-right: 7px;
}

.list li {
    margin-bottom: 1.2rem;
}
/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/
.btn-wrapper {
    margin-top: 6rem;
    display: flex;
}

.btn-wrapper .buttons {
    margin-right: 48px;
}

.btn-main {
    padding: 1.5rem 4.3rem 1.5rem 4.3rem;
    line-height: 3rem;
    font-size: 2.2rem;
    display: inline-block;
    font-weight: bold;
    color: #5A4A99;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #FDD04C, #FDD04C);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    border: 0;
    transition: none;
}

.btn-icon {
    margin-left: 2.5rem;
}

.btn-no-icon {
    padding-right: 24px;
}

.btn-main:hover {
    background: #ffde7e;
    color: #5A4A99;
}

.btn-main.footer-btn,
.btn-arrow {
    background: #7D6AED;
    color: #fff;
    text-shadow: none;
}

.btn-main.footer-btn {
    padding: 1.5rem 4.8rem 1.5rem 4.8rem;
    font-size: 2rem;
    line-height: 2.7rem;
}

.btn-main.footer-btn:hover,
.btn-main.btn-arrow:hover {
    background: #FFAA2A;
    color: #fff;
}

.btn-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.8rem;
}

.btn-simple {
    background: #222328;
    padding: 8px 24px;
}

.btn-simple:hover {
    background: #117EE8;
    color: #fff;
}

.btn-down {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
}

.btn-more {
    display: flex;
    align-items: center;
    padding: 6px 32px;
    border: 1px solid rgba(125, 106, 237, 0.12);
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #7D6AED;
    font-weight: bold;
    border-radius: 100px;
}

.btn-more-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../images/window-icon.svg");
}

.btn-more:hover {
    text-decoration: none;
    color: #7D6AED;
}

.text-huge {
    font-size: 1.8rem;
    line-height: 1.4;
}

.limited-text {
    max-width: 459px;
    margin: auto;
}

.home-banner .btn-more {
    margin-left: 3rem;
}

.home-banner .btn-main {
    white-space: nowrap;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), #7D6AED;
    box-shadow: 0 1px 8px rgba(125, 106, 237, 0.4);
    border-radius: 1000px;
    padding: 1.6rem 4.8rem;

    color: #fff;
    font-size: 2rem;
    line-height: 2.7rem;
}

.home-banner .btn-main:hover {
    background: #FFAA2A;
    color: #fff;
}

.os-support {
    height: 59px;
    display: flex;
    align-items: center;
}

.os-support img {
    margin-right: 16px;
}

.premium-features {
    padding: 0 4rem 4rem 28rem;
    position: relative;
}

.premium-features:before {
    content: "";
    display: block;
    width: 30%;
    height: 132%;
    background: url("../images/km-girl.png") left/contain no-repeat;
    position: absolute;
    left: 0;
    bottom: 4rem;
}

.premium-title {
    font-weight: 800;
    margin-bottom: 6.4rem;
}

.premium-text {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 6.4rem;
}

/* Back To Top */

.return-to-top {
    position: fixed;
    bottom: -30px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: #117ee8;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s ease;
}

.return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #fff, 0px 50px #fff;
    -webkit-transition: text-shadow .2s ease;
    -o-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
    z-index: 1;
}

.return-to-top > i:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: solid 2px #fff;
    transform: rotate(135deg);
    border-top: 0;
    border-right: 0;
    top: 18px;
    left: 17px;
    position: absolute;
}

.return-to-top:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
    text-shadow: 0px -50px #fff, 0px 0px #fff;
}

.return-to-top.back-top {
    bottom: 20px;
    opacity: 1;
}

@keyframes pixFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pixFade {
    -webkit-animation-name: pixFade;
    animation-name: pixFade;
}

.pixFadeUp {
    -webkit-animation-name: pixFadeUp;
    animation-name: pixFadeUp;
}

.pixFadeDown {
    -webkit-animation-name: pixFadeDown;
    animation-name: pixFadeDown;
}

.pixFadeLeft {
    -webkit-animation-name: pixFadeLeft;
    animation-name: pixFadeLeft;
}

.pixFadeRight {
    -webkit-animation-name: pixFadeRight;
    animation-name: pixFadeRight;
}

.pixZoomIn {
    -webkit-animation-name: pixZoomIn;
    animation-name: pixZoomIn;
}

.pixBounceIn {
    -webkit-animation-name: pixBounceIn;
    animation-name: pixBounceIn;
}

.zoomIn {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loader svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #117EE8;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 -10px 40px -5px #117EE8;
    box-shadow: 0 -10px 40px -5px #117EE8;
}

.blob {
    position: absolute;
    background: #117EE8;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@-webkit-keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

@keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background: radial-gradient(86.49% 118.07% at 100% 100%, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%), #EFF1FF;
    background-blend-mode: color-burn, normal;
}

.home-page .site-header {
    background: transparent;
}

.home-page .site-header.pix-header-fixed  {
    background: radial-gradient(86.49% 118.07% at 100% 100%, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%), #EFF1FF;
}

.home-page .site-header.pix-header-fixed .site-btns {
    display: block;
}

.home-page .site-header.pix-header-fixed .site-btns .btn-main {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 1.6rem;
}

.home-page .site-header.pix-header-fixed .site-btns .btn-more {
    font-size: 1.6rem;
}

.home-page .site-header.pix-header-fixed .site-btns .btn-main:after {
    margin-left: 4px;
}

.site-header.header-light .site-main-menu li > a {
    color: #fff;
}

.site-header .inverse-logo,
.site-header.header-light .inverse-logo {
    display: none !important;
}

.site-header.pix-header-fixed.header-light .sticky-logo {
    display: inline-block !important;
}

.site-header .header-inner {
    position: relative;
}

.site-header .header-inner .site-logo a {
    display: block;
    margin-right: 64px;
    max-width: 145px;
}

.site-header .header-inner .site-logo a img {
    width: 100%;
    max-width: 145px;
}

.site-header .header-inner .site-logo a .sticky-logo {
    display: none;
}

.site-header .header-inner .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.site-header .header-inner .site-nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-header .site-mobile-logo {
    display: none;
}

.site-header .site-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .site-main-menu li {
    margin: 0 1rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li:last-child {
    margin-right: 0;
}

.site-header .site-main-menu li > a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #797687;
    position: relative;
    transition: all 0.3s;
}

.site-header .site-main-menu li > a:hover {
    background: #7D6AED;
    color: #fff;
    border-radius: 4px;
}

.site-header .toggle-menu .bar {
    background: #000;
}

.site-header .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 20px 0;
    justify-content: space-between;
}

.home-page .site-header .header-inner .site-nav {
    padding-top: 37px;
}

.home-page .site-header.pix-header-fixed .header-inner .site-nav {
    padding-top: 20px;
}

.logo-sticky {
    display: none;
}

.pix-header-fixed {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    background: #eceeff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(79, 35, 35, 0.08);
    box-shadow: 0 10px 20px 0 rgba(79, 35, 35, 0.08);
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
    display: block;
}

.pix-header-fixed .header-inner .site-logo .logo-main {
    display: none;
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
    background: transparent;
    color: #fa7070;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fa7070;
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #fa7070;
    color: #fff;
}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn,
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
    border-color: #7052fb;
    color: #7052fb;
}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn:hover,
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
    background: #7052fb;
    color: #fff;
    border-color: #7052fb;
}

.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover, .pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a.current_page {
    color: #7052fb;
}

.pix-header-fixed .site-main-menu li {
    padding: 15px 0;
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #333;
}

.pix-header-fixed .site-logo .sticky-logo {
    display: block;
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn {
    color: #7052fb;
    border: 2px solid #7052fb;
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #7052fb;
    border-color: #7052fb;
    color: #fff;
}

.mask-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    top: 0;
    left: 0;
}

.close-menu {
    display: none;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/
.banner {
    overflow: hidden;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 5rem;
    display: flex;
    align-items: center;
    color: #AFAFAF;
    min-height: 800px;
    background: #D5D7FF;
}

.home-banner > .container {
    margin-top: -20px;
}

.btn-wrapper-bottom {
    margin-bottom: 5rem;
}

.bg-gray {
    background-color: #F9F9F9;
}

.container-part {
    padding: 0 2rem;
}

.title .highlight {
    color: #117EE8;
}

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/

.feature-title {
    display: block;
    font-size: 2.4rem;
    color: #2E2E2E;
    font-weight: bold;
    margin-bottom: 1.9rem;
}

/*--------------------------------------------------------------
  ##  Faq's
  --------------------------------------------------------------*/

.card {
    border: 0;
    background: #F5F7FB;
    border-radius: 1.6rem;
    transition: all 0.3s;
}

.card:hover {
    background: #EFF1FF;
}

.card + .card {
    margin-top: 1.2rem;
}

#faq {
    padding-bottom: 14rem;
}

.faq .card-header {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 3.2rem 5rem 3.2rem 3.2rem;
    cursor: pointer;
}

.faq .card-body {
    padding: 0 5rem 2.4rem 3.2rem;
}

.faq .card-body p {
    margin-bottom: 0;
    font-weight: 300;
}

.faq .card .btn-link {
    padding: 0;
    color: #27272C;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 1.8rem;
}

.faq .card-header:hover .btn-link {
    color: #7D6AED;
}

.faq .card-header:hover:after {
    border-color: #7D6AED;
}

.faq .card-header:after {
    content: "";
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 3.2rem;
    right: 2.4rem;
    transition: all 0.3s;
    border-radius: 0.8rem;
    background: url("../images/minus.svg") no-repeat center/cover;
}

.faq .card-header.collapsed:after {
    background: url("../images/plus.svg") no-repeat center/cover;
}

.section-contact {
    background: url('../images/contact-bg.svg') no-repeat center/cover;
}

.image-to-right {
    display: flex;
    justify-content: flex-end;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

.footer {
    background: linear-gradient(90deg, rgba(239, 241, 255, 0.6) 0%, #EFF1FF 100%);
    padding: 4.8rem 0 3.2rem;
    color: #AFAFAF;
}

.footer-link {
    display: block;
    color: #7D6AED;
    padding: 0.6rem 0;
    line-height: 2.8rem;
    font-weight: 600;
}

.footer-title {
    color: #2E2E2E;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.4rem;
    line-height: 1;
}

.copyright {
    color: #797687;
    text-align: center;
    margin-top: 2rem;
}

.footer-logo {
    display: block;
    max-width: 145px;
    margin-bottom: 2.4rem;
}

.footer-logo_sub-text {
    line-height: 1.4;
    color: #797687;
    margin-bottom: 5.8rem;
}

.footer-bar {
    background: #1D1F26;
}

.banner.inner-page {
    padding-bottom: 70px;
    min-height: 100vh;
    background: transparent;
    border-radius: 0;
}

.banner.inner-page .banner-title {
    font-size: 3rem;
}

.banner.inner-page.contact-page {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 30px;
}

.inner-page .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 300;.
    background: transparent;
}

.page-banner {
    padding-top: 15rem;
}

.terms-privacy {
    padding: 5rem 0;
}

.terms-privacy h2 {
    font-size: 3rem;
    margin: 5rem 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

@keyframes fadeInMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(100px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.fadeInMoveRight {
    animation-name: fadeInMoveRight;
    animation-duration: 1s;
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

.slide-1-bottom {
    position: absolute;
    bottom: -40px;
    right: 30%;
}

.slide-2-image {
    position: absolute;
    right: 30px;
    top: 0;
    max-width: 50%;
}

.main-image-text {
    color: #fff;
    font-size: 1rem;
    opacity: 0.8;
    max-width: 350px;
    position: absolute;
    top: 0;
    left: 100px;
}

.main-image {
    position: absolute;
    bottom: 132px;
    right: calc(50% - 620px);
}

.icon-times {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon-times:before,
.icon-times:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
    transform: rotate(45deg);
}

.icon-times:after {
    transform: rotate(-45deg);
}

.modal-content {
    background-color: #2E2E2E;
}

.modal-header {
    border-bottom: 0;
    margin-bottom: 1rem;
}

.modal-header .close {
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    margin-top: -0.5rem;
}

.modal-header .close:focus {
    outline: none;
}

.panel-inner {
    padding: 1.2rem;
    font-size: 14px;
    line-height: 160%;
    color: #FFF;
    opacity: 0.8;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}

.tab-block {
    display: none;
    position: relative;
    height: 100%;
}

.tab-block.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translate(40%, 40%);
    transition: 0.4s ease;
}

.tab-block.active:after {
    opacity: 1;
}

.tab-block-1:after {
    background: url("../images/tab-bg-1.png") no-repeat center/cover;
    width: 485px;
    height: 485px;
}

.tab-block-2:after {
    background: url("../images/tab-bg-2.png") no-repeat center/cover;
    width: 625px;
    height: 625px;
}

.tab-block-3:after {
    background: url("../images/tab-bg-3.png") no-repeat center/cover;
    width: 511px;
    height: 511px;
}

.tab-block-4:after {
    background: url("../images/tab-bg-4.png") no-repeat center/cover;
    width: 534px;
    height: 534px;
}

.tab-block-5:after {
    background: url("../images/tab-bg-5.png") no-repeat center/cover;
    width: 710px;
    height: 710px;
}

.settings {
    padding-bottom: 20rem;
    overflow: hidden;
}

.settings .row {
    background: radial-gradient(100% 163.53% at 0% 100%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), #EFF1FF;
    background-blend-mode: color-burn, normal;
    border-radius: 16px;
}

.home-banner h1.title {
    color: #7D6AED;
    font-size: 8.2rem;
    line-height: 1.15;
    margin-bottom: 3.6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-banner h1 .title-switch {
    font-weight: 300;
    color: #666;
    font-size: 4rem;
    display: block;
}

.home-banner h1.title .custom-underline {
    font-weight: bold;
}

.home-banner .subtitle {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 2.4rem;
}

.subtitle-underline {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    background: url("../images/subtitle-underline.svg") no-repeat bottom/contain;
}
.custom-underline {
    position: relative;
}

.accordion {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.56;
    padding: 1rem 1.6rem;
    position: relative;
    cursor: pointer;
}

.accordion.active {
    background: radial-gradient(282.05% 373.63% at 94.18% 80.21%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgb(125 106 237 / 50%);
    background-blend-mode: color-burn, normal;
    color: #7D6AED;
    pointer-events: none;
}

.accordion.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% + 0.8rem);
    width: 0.8rem;
    height: 100%;
    border-radius: 0 1.6rem 1.6rem 0;
    background-color: #7D6AED;
}

.accordion-item + .accordion-item {
    margin-top: 0.8rem;
}

.img-tab img {
    max-height: 470px;
}

.settings h2.title {
    padding-top: 4.8rem;
}

.about {
    overflow: hidden;
}

.about-item {
    background: #F5F7FB;
    border-radius: 1.6rem;
    position: relative;
}

.about-left {
    padding: 2.4rem 2.4rem 5.6rem;
}

.about-item .subtitle {
    color: #27272C;
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin: 0 0 2rem;
}

.about-item .subtitle svg {
    margin-left: 1rem;
}

.progress-wrapper {
    margin-bottom: 2.4rem;
}

.progress-item {
    display: flex;
}

.progress-item + .progress-item {
    margin-top: 1rem;
}

.progress-icon {
    width: 50px;
    margin-right: 1.8rem;
}

.progress-bar-wrapper {
    width: calc(100% - 68px);
    padding-bottom: 2rem;
    border-bottom: 1px solid #ECE9F1;
}

.progress-item:last-child .progress-bar-wrapper {
    border-bottom: none;
}

.progress-bar-header {
    display: flex;
    justify-content: space-between;
    color: #27272C;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.progress {
    border-radius: 6rem;
    height: 0.8rem;
    background-color: #EFF0F7;
}

.progress-bar {
    background: #FFAA2A;
    border-radius: 6rem;
}

.about-item .btn-show {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #806DEF;
}

.about-right {
    padding: 4.8rem 4.8rem 13rem;
}

.about-right .description {
    line-height: 1.6;
}

.about-item .bg-img {
    position: absolute;
    z-index: -1;
}

.about-item .bg-img-1 {
    top: -140px;
    right: -80px;
    z-index: 2;
}

.about-item .bg-img-2 {
    bottom: -150px;
    left: -170px;
}

.about-item .bg-img-3 {
    right: -220px;
    top: -20px;
}

.about-item .bg-img-4,
.about-item .bg-img-5 {
    bottom: -70px;
    left: -60px;
    z-index: 1;
}

.hiw {
    padding-top: 14rem;
    padding-bottom: 18rem;
    overflow: hidden;
}

.hiw-item {
    background: #F5F7FB;
    border-radius: 1.6rem;
    position: relative;
}

.hiw-item p {
    line-height: 1.6;
    margin-bottom: 0;
}

.hiw-sites {
    padding: 4.8rem 3.2rem 4.8rem 4.8rem;
    margin-bottom: 2.4rem;
}

.hiw-sites img {
    width: 100%;
}

.hiw-themes,
.hiw-remote {
    padding: 4.8rem 4.8rem 0;
}

.hiw-themes p,
.hiw-remote p {
    margin-bottom: 2.4rem;
}

.hiw-mobile {
    margin-top: 20rem;
    padding: 4.8rem 4.8rem 5.6rem;
    background: radial-gradient(64.05% 105.4% at 100% 105.4%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), #EFF1FF;
    background-blend-mode: color-burn, normal;
}

.hiw-mobile p {
    margin-bottom: 3.2rem;
}

.hiw-mobile img {
    width: 100%;
}

.hiw-mobile-img {
    position: absolute;
    top: -100px;
    right: -205px;
}

.tariff {
    overflow: hidden;
}

.tariff-free .title {
    color: #797687;
}

.tariff-premium .title {
    color: #7D6AED;
}

.tariff-item {
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
}

.tariff-img {
    position: absolute;
    z-index: 1;
}

.tariff-free .tariff-img {
    top: -110px;
    right: -80px;
}

.tariff-premium .tariff-img {
    top: -150px;
    right: -100px;
}

.tariff-item-inner {
    border-radius: 1.6rem;
    background-color: #F5F7FB;
    position: relative;
    z-index: 2;
}

.tariff-free .tariff-footer {
    background: #e6edfb
}

.tariff-premium .tariff-item-inner {
    background: radial-gradient(64.05% 105.4% at 100% 105.4%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), #EFF1FF;
    background-blend-mode: color-burn, normal;
}

.tariff-list {
    list-style-type: none;
    padding: 3.2rem;
}

.tariff-list-item {
    position: relative;
    padding-left: 2.6rem;
    color: #27272C;
}

.tariff-list-item + .tariff-list-item {
    margin-top: 1.8rem;
}

.tariff-list-item:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    background: url("../images/list.svg") no-repeat center/cover;
}

.tariff-item .notification {
    color: #7D6AED;
    padding: 2.4rem 30% 0 2.4rem;
    display: block;
}

.tariff-premium .tariff-list {
    padding-top: 1.6rem;
    padding-right: 37%;
}

.tariff-footer {
    padding: 3.4rem 3.2rem;
    color: #fff;
    background-color: #806DEF;
    border-radius: 0 0 1.6rem 1.6rem;
}

.btn-tariff {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #5A4A99;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    background: #FDD04C;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10rem;
    padding: 1.4rem 3.6rem;
}

.btn-tariff:hover {
    background: #ffde3b;
}

.label-grid {
    margin: 0 -6px;
}

.label-item {
    background: rgba(125,106,237,0.2);
    padding: 15px;
    border-radius: 12px;
    color: #7D6AED;
    text-align: center;
    flex: 0 0 calc(50% - 12px);
    margin: 8px 6px;
    font-weight: 700;
    font-size: 1.8rem;
}

.feature-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 100%;
}

.feature-contact .feature-title {
    font-size: 3.6rem;
    margin-bottom: 1.8rem;
}

.feature-contact .feature-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.firebaseui-container {
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
}

.firebaseui-container .firebaseui-form-actions {
    display: flex;
    align-items: center;
}

.firebaseui-container .mdl-button--raised.mdl-button--colored {
    background: #FDD04C;
    border-radius: 60px;
    width: 100%;
    color: #27272C;
    text-transform: capitalize;
    box-shadow: none;
    height: 44px;
    margin: 0;
    font-size: 16px;
}

.lock-password {
    color: black;
    font-weight: bold;
    font-size: 4rem;
}

.article {
    padding-top: 70px;
}

.article-title {
    margin-top: 66px;
    color: #2E2E2E;
}

.article-subtitle {
    width: 70%;
    margin: auto;
}

.article-text {
    width: 70%;
    margin: 24px auto;
    color: #444B63;
    opacity: 0.8;
}

.image-float {
    float: left;
    margin: 12px 24px;
}

.author-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 30px auto;
}

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

.author-info-image {
    width: 52px;
    height: 52px;
    margin-right: 14px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #7D6AED;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.author-info-name {
    font-weight: 800;
    font-size: 18px;
}

.author-info-date {
    opacity: 0.8;
}

.author-share {
    display: none;
}

.author-share-link {
    display: inline-block;
    margin: 0 5px;
}

.author-share-label {
    color: #7D6AED;
    font-weight: 700;
    text-decoration: underline;
}

.related-item {
    display: block;
    background: #F5F7FB;
    border-radius: 16px;
    position: relative;
    margin-bottom: 50px;
}

.related-item:hover {
    color: initial;
    background: linear-gradient(90deg, rgba(239, 241, 255, 0.6) 0%, #EFF1FF 100%), #F5F7FB;
}


.related-item-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 16px 0;
    margin: 0 0 14px;
    color: #333;
}

.related-item-text {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 16px;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-item-image {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.related-item-link {
    color: #7D6AED;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-radius: 0 0 16px 16px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.related-item-link:hover {
    background: #7D6AED;
    color: #fff;
}

.related-block {
    position: relative;
}

.action-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    padding: 5px 45px;
    background: linear-gradient(271deg, #CFD1F4 0%, #EFF1FF 100.78%);
    font-size: 24px;
    font-weight: 900;
    color: #2E2E2E;
}

.action-block .highlight {
    color: #7D6AED;
}

.action-block .btn-main {
    white-space: nowrap;
}

.action-block .btn-inner-text {
    font-size: 14px;
    text-align: center;
}

.video-btn-block {
    position: absolute;
    bottom: 66px;
}

.home-banner .description {
    font-size: 2rem;
    max-width: 90%;
    line-height: 1.4;
    color: #797687;
}

.video-btn {
    color: #5A4A99;
    font-size: 1.6rem;
    font-weight: 600;
    background: none;
    border: 0;
    margin-left: 1rem;
}

.video-btn svg {
    display: inline-block;
    margin-right: 1rem;
}

.feature-list {
    padding-left: 2.2rem;
    margin-bottom: 1.6rem;
}

.feature-list li {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}