@charset "UTF-8";

.glide {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes ding-dong {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotateZ(2deg);
        transform: rotate(2deg)
    }

    20% {
        -webkit-transform: rotateZ(2.9deg);
        transform: rotate(2.9deg)
    }

    30% {
        -webkit-transform: rotateZ(2.6deg);
        transform: rotate(2.6deg)
    }

    40% {
        -webkit-transform: rotateZ(1.4deg);
        transform: rotate(1.4deg)
    }

    50% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    60% {
        -webkit-transform: rotateZ(-1.2deg);
        transform: rotate(-1.2deg)
    }

    70% {
        -webkit-transform: rotateZ(-1.7deg);
        transform: rotate(-1.7deg)
    }

    80% {
        -webkit-transform: rotateZ(-1.6deg);
        transform: rotate(-1.6deg)
    }

    90% {
        -webkit-transform: rotateZ(-.9deg);
        transform: rotate(-.9deg)
    }

    to {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }
}

@keyframes ding-dong {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotateZ(2deg);
        transform: rotate(2deg)
    }

    20% {
        -webkit-transform: rotateZ(2.9deg);
        transform: rotate(2.9deg)
    }

    30% {
        -webkit-transform: rotateZ(2.6deg);
        transform: rotate(2.6deg)
    }

    40% {
        -webkit-transform: rotateZ(1.4deg);
        transform: rotate(1.4deg)
    }

    50% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    60% {
        -webkit-transform: rotateZ(-1.2deg);
        transform: rotate(-1.2deg)
    }

    70% {
        -webkit-transform: rotateZ(-1.7deg);
        transform: rotate(-1.7deg)
    }

    80% {
        -webkit-transform: rotateZ(-1.6deg);
        transform: rotate(-1.6deg)
    }

    90% {
        -webkit-transform: rotateZ(-.9deg);
        transform: rotate(-.9deg)
    }

    to {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }
}

.faqs .faq .answer ol > li ol,
.faqs .faq .answer ol > li ul,
.faqs .faq .answer ul > li ol,
.faqs .faq .answer ul > li ul,
.section--content ol > li ol,
.section--content ol > li ul,
.section--content ul > li ol,
.section--content ul > li ul {
    padding-top: 8px
}

.faqs .faq .answer ol > li ol > li,
.faqs .faq .answer ol > li ul > li,
.faqs .faq .answer ul > li ol > li,
.faqs .faq .answer ul > li ul > li,
.section--content ol > li ol > li,
.section--content ol > li ul > li,
.section--content ul > li ol > li,
.section--content ul > li ul > li {
    padding-left: 28px
}

#footer-social-links .social-link a,
.section--social-links .jumbotron .social-links .social-link a {
    display: block;
    border-radius: 50%
}

#footer-social-links .social-link a:before,
.section--social-links .jumbotron .social-links .social-link a:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    text-align: center;
    display: block
}

#footer-social-links .social-link a.facebook:before,
.section--social-links .jumbotron .social-links .social-link a.facebook:before {
    content: "\e912"
}

#footer-social-links .social-link a.pinterest:before,
.section--social-links .jumbotron .social-links .social-link a.pinterest:before {
    content: "\e911"
}

#footer-social-links .social-link a.twitter:before,
.section--social-links .jumbotron .social-links .social-link a.twitter:before {
    content: "\e910"
}

#footer-social-links .social-link a.linkedin:before,
.section--social-links .jumbotron .social-links .social-link a.linkedin:before {
    content: "\e914"
}

#footer-social-links .social-link a:hover,
.section--social-links .jumbotron .social-links .social-link a:hover {
    -webkit-animation: ding-dong 1s linear;
    animation: ding-dong 1s linear
}

#mm-customer-menu .btn,
.btn,
.btn-secondary,
button,
input[type=submit] {
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: 0;
    font-family: Livvic, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .07em;
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    border-radius: 8px;
    padding: 18px 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: #67b6f4;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

#mm-customer-menu .btn:focus,
#mm-customer-menu .btn:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: #9d91f5
}

@media (max-width: 480px) {

    #mm-customer-menu .btn,
    .btn,
    .btn-secondary,
    button,
    input[type=submit] {
        padding-left: 18px;
        padding-right: 18px;
        width: 100%;
        text-align: center
    }
}

#mm-customer-menu [disabled].btn,
[disabled].btn,
[disabled].btn-secondary,
button[disabled],
input[disabled][type=submit] {
    background-color: #9f99aa !important;
    cursor: not-allowed
}

#mm-customer-menu [disabled].btn:focus,
#mm-customer-menu [disabled].btn:hover,
[disabled].btn-secondary:focus,
[disabled].btn-secondary:hover,
[disabled].btn:focus,
[disabled].btn:hover,
button[disabled]:focus,
button[disabled]:hover,
input[disabled][type=submit]:focus,
input[disabled][type=submit]:hover {
    background-color: #9f99aa !important
}

#mm-customer-menu .btn-secondary,
.btn-secondary {
    color: #2b1b9a;
    background-color: #fff
}

#mm-customer-menu .btn-secondary:focus,
#mm-customer-menu .btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #2b1b9a;
    background-color: #f5f4fd
}

.btn-tertiary {
    color: #fff;
    background-color: #9d91f5
}

.btn-tertiary:focus,
.btn-tertiary:hover {
    color: #fff;
    background-color: #8076c2
}

@media (min-width: 480px) {

    .arrow-btn,
    .popup-user-form button,
    .popup-user-form input[type=submit],
    .section-newsletter-signup .newsletter-form form button,
    .section-user-form button,
    .section-user-form input[type=submit] {
        white-space: nowrap
    }
}

.arrow-btn:after,
.popup-user-form button:after,
.popup-user-form input[type=submit]:after,
.section-newsletter-signup .newsletter-form form button:after,
.section-user-form button:after,
.section-user-form input[type=submit]:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    display: inline-block;
    vertical-align: middle;
    padding-left: .25em
}

@media (min-width: 480px) {

    .arrow-btn:after,
    .popup-user-form button:after,
    .popup-user-form input[type=submit]:after,
    .section-newsletter-signup .newsletter-form form button:after,
    .section-user-form button:after,
    .section-user-form input[type=submit]:after {
        padding-left: 1em
    }
}

@media (min-width: 480px) {
    .long-arrow-btn {
        white-space: nowrap
    }
}

.long-arrow-btn:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
    display: inline-block;
    vertical-align: middle;
    padding-left: .25em
}

@media (min-width: 480px) {
    .long-arrow-btn:after {
        padding-left: 1em
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background-color: #edebf1;
    color: #5f5572;
    border-radius: 4px;
    font-size: 16px;
    font-family: Asap, sans-serif;
    line-height: 26px;
    padding: 14px 24px 16px;
    width: 100%
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    color: #2b1b9a;
    background-color: #e2defc
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #5f5572;
    opacity: .6;
    font-family: Asap, sans-serif
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #5f5572;
    opacity: .6;
    font-family: Asap, sans-serif
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #5f5572;
    opacity: .6;
    font-family: Asap, sans-serif
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #5f5572;
    opacity: .6;
    font-family: Asap, sans-serif
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
    color: #5f5572;
    opacity: .6;
    font-family: Asap, sans-serif
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #5f5572;
    opacity: .6
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #5f5572;
    opacity: .6
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #5f5572;
    opacity: .6
}

.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=password],
.has-error input[type=search],
.has-error input[type=tel],
.has-error input[type=text],
.has-error textarea {
    color: #fa585a;
    background-color: #ffeeef;
    opacity: .5
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
    height: 56px
}

label {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #2b1b9a
}

#footer-bottom-menu a,
#footer-menu a,
#main-menu > li > a,
#user-menu > li > a,
.cta-popup .form-actions .close-btn,
.footer-cta-link a,
.mm-listitem .mm-listitem__text,
.nice-link,
.popup-user-form .form-item-back a,
.section-contact-methods .card.contact-method .card-link .contact-email,
.section-contact-methods .card.contact-method .card-link a,
.section-home-testimonial .testimonial .read-more a,
.section-home-testimonials .testimonial .read-more a,
.section-user-form .form-item-back a {
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.26316px;
    text-transform: uppercase;
    color: #2b1b9a;
    font-family: Livvic, sans-serif
}

#mmenu-hamburger span,
#mmenu-hamburger span:after,
#mmenu-hamburger span:before {
    display: block;
    height: 2px;
    width: 22px
}

.h1,
.h2,
.h3,
.h4,
.section--contact-form .left h1,
.section-pricing-services .pricing-services .pricing-service .price .amount,
h1,
h2,
h3,
h4 {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    color: #2b1b9a;
    margin-bottom: .5em
}

.h1,
h1 {
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 768px) {

    .h1,
    h1 {
        font-size: 48px;
        line-height: 54px
    }
}

.h2,
.section--contact-form .left h1,
h2 {
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {

    .h2,
    .section--contact-form .left h1,
    h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.h3,
h3 {
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {

    .h3,
    h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@font-face {
    font-family: Asap;
    font-style: normal;
    font-weight: 400;
    src: url(asap-v15-latin-regular.eot);
    src: local(""), url(asap-v15-latin-regular.eot?#iefix) format("embedded-opentype"), url(asap-v15-latin-regular.woff2) format("woff2"), url(asap-v15-latin-regular.woff) format("woff"), url(asap-v15-latin-regular.ttf) format("truetype"), url(asap-v15-latin-regular.svg#Asap) format("svg")
}

@font-face {
    font-family: Asap;
    font-style: italic;
    font-weight: 400;
    src: url(asap-v15-latin-italic.eot);
    src: local(""), url(asap-v15-latin-italic.eot?#iefix) format("embedded-opentype"), url(asap-v15-latin-italic.woff2) format("woff2"), url(asap-v15-latin-italic.woff) format("woff"), url(asap-v15-latin-italic.ttf) format("truetype"), url(asap-v15-latin-italic.svg#Asap) format("svg")
}

@font-face {
    font-family: Asap;
    font-style: normal;
    font-weight: 700;
    src: url(asap-v15-latin-700.eot);
    src: local(""), url(asap-v15-latin-700.eot?#iefix) format("embedded-opentype"), url(asap-v15-latin-700.woff2) format("woff2"), url(asap-v15-latin-700.woff) format("woff"), url(asap-v15-latin-700.ttf) format("truetype"), url(asap-v15-latin-700.svg#Asap) format("svg")
}

@font-face {
    font-family: Asap;
    font-style: italic;
    font-weight: 700;
    src: url(asap-v15-latin-700italic.eot);
    src: local(""), url(asap-v15-latin-700italic.eot?#iefix) format("embedded-opentype"), url(asap-v15-latin-700italic.woff2) format("woff2"), url(asap-v15-latin-700italic.woff) format("woff"), url(asap-v15-latin-700italic.ttf) format("truetype"), url(asap-v15-latin-700italic.svg#Asap) format("svg")
}

@font-face {
    font-family: icomoon;
    src: url(icomoon.eot?v11);
    src: url(icomoon.eot?v11#iefix) format("embedded-opentype"), url(icomoon.ttf?v11) format("truetype"), url(icomoon.woff?v11) format("woff"), url(icomoon.svg?v11#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Livvic;
    font-style: normal;
    font-weight: 300;
    src: url(livvic-v5-latin-300.eot);
    src: local(""), url(livvic-v5-latin-300.eot?#iefix) format("embedded-opentype"), url(livvic-v5-latin-300.woff2) format("woff2"), url(livvic-v5-latin-300.woff) format("woff"), url(livvic-v5-latin-300.ttf) format("truetype"), url(livvic-v5-latin-300.svg#Livvic) format("svg")
}

@font-face {
    font-family: Livvic;
    font-style: italic;
    font-weight: 300;
    src: url(livvic-v5-latin-300italic.eot);
    src: local(""), url(livvic-v5-latin-300italic.eot?#iefix) format("embedded-opentype"), url(livvic-v5-latin-300italic.woff2) format("woff2"), url(livvic-v5-latin-300italic.woff) format("woff"), url(livvic-v5-latin-300italic.ttf) format("truetype"), url(livvic-v5-latin-300italic.svg#Livvic) format("svg")
}

@font-face {
    font-family: Livvic;
    font-style: normal;
    font-weight: 400;
    src: url(livvic-v5-latin-regular.eot);
    src: local(""), url(livvic-v5-latin-regular.eot?#iefix) format("embedded-opentype"), url(livvic-v5-latin-regular.woff2) format("woff2"), url(livvic-v5-latin-regular.woff) format("woff"), url(livvic-v5-latin-regular.ttf) format("truetype"), url(livvic-v5-latin-regular.svg#Livvic) format("svg")
}

@font-face {
    font-family: Livvic;
    font-style: italic;
    font-weight: 400;
    src: url(livvic-v5-latin-italic.eot);
    src: local(""), url(livvic-v5-latin-italic.eot?#iefix) format("embedded-opentype"), url(livvic-v5-latin-italic.woff2) format("woff2"), url(livvic-v5-latin-italic.woff) format("woff"), url(livvic-v5-latin-italic.ttf) format("truetype"), url(livvic-v5-latin-italic.svg#Livvic) format("svg")
}

@font-face {
    font-family: Livvic;
    font-style: normal;
    font-weight: 600;
    src: url(livvic-v5-latin-600.eot);
    src: local(""), url(livvic-v5-latin-600.eot?#iefix) format("embedded-opentype"), url(livvic-v5-latin-600.woff2) format("woff2"), url(livvic-v5-latin-600.woff) format("woff"), url(livvic-v5-latin-600.ttf) format("truetype"), url(livvic-v5-latin-600.svg#Livvic) format("svg")
}

@font-face {
    font-family: Livvic;
    font-style: italic;
    font-weight: 600;
    src: url(livvic-v5-latin-600italic.eot);
    src: local(""), url(livvic-v5-latin-600italic.eot?#iefix) format("embedded-opentype"), url(livvic-v5-latin-600italic.woff2) format("woff2"), url(livvic-v5-latin-600italic.woff) format("woff"), url(livvic-v5-latin-600italic.ttf) format("truetype"), url(livvic-v5-latin-600italic.svg#Livvic) format("svg")
}

@font-face {
    font-family: Livvic;
    font-style: normal;
    font-weight: 700;
    src: url(livvic-v5-latin-700.ttf);
    src: local(""), url(livvic-v5-latin-700.woff2) format("woff2"), url(livvic-v5-latin-700.woff) format("woff"), url(livvic-v5-latin-700.ttf) format("truetype")
}

@font-face {
    font-family: Livvic;
    font-style: italic;
    font-weight: 700;
    src: url(livvic-v5-latin-700italic.ttf);
    src: local(""), url(livvic-v5-latin-700italic.woff2) format("woff2"), url(livvic-v5-latin-700italic.woff) format("woff"), url(livvic-v5-latin-700italic.ttf) format("truetype")
}

.element-invisible {
    display: none
}

body {
    background-color: #fff
}

a {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

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

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

body,
html {
    font-family: Asap, sans-serif;
    /*color: #2b1b9a;*/
    font-size: 16px;
    line-height: 26px
}

p {
    padding-bottom: 1em
}

p b,
p strong {
    font-weight: 600
}

a {
    text-decoration: none;
    color: #67b6f4;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

a:focus,
a:hover {
    color: #9d91f5
}

strong {
    font-weight: 600
}

em {
    font-style: italic
}

.f-s {
    font-size: 14px;
    line-height: 20px
}

.f-m {
    font-size: 16px;
    line-height: 26px
}

.f-l {
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .f-l {
        font-size: 24px;
        line-height: 32px
    }
}

.f-xl {
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {
    .f-xl {
        font-size: 32px;
        line-height: 40px
    }
}

.f-xxl {
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 768px) {
    .f-xxl {
        font-size: 48px;
        line-height: 54px
    }
}

.row {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px
}

@media (min-width: 768px) {
    .row {
        width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    .row {
        width: 820px
    }
}

@media (min-width: 1200px) {
    .row {
        width: 875px
    }
}

@media (min-width: 1400px) {
    .row {
        width: 1040px
    }
}

.row-wide {
    margin-left: 12px;
    margin-right: 12px;
    padding: 24px 12px
}

@media (min-width: 768px) {
    .row-wide {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    .row-wide {
        width: 920px
    }
}

@media (min-width: 1200px) {
    .row-wide {
        width: 1024px
    }
}

@media (min-width: 1400px) {
    .row-wide {
        width: 1200px
    }
}

.jumbotron {
    margin: 24px 12px
}

@media (min-width: 768px) {
    .jumbotron {
        margin: 30px
    }
}

@media (min-width: 992px) {
    .jumbotron {
        margin: 60px
    }
}

@media (min-width: 1200px) {
    .jumbotron {
        margin-left: 90px;
        margin-right: 90px
    }
}

@media (min-width: 1400px) {
    .jumbotron {
        width: 1100px;
        margin-left: auto;
        margin-right: auto
    }
}

.img-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 88px;
    padding-bottom: 94px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .img-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.img-left .image {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 44px
}

@media (min-width: 768px) {
    .img-left .image {
        max-width: unset;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
}

.img-left .content {
    text-align: center
}

@media (min-width: 768px) {
    .img-left .content {
        text-align: left;
        padding-right: 12px
    }
}

.img-left .content .trustpilot-widget {
    padding-top: 18px;
    width: 260px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .img-left .content .trustpilot-widget {
        margin-left: 0;
        margin-right: 0
    }
}

@font-face {
    font-family: pass;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format("woff")
}

input[type=password] {
    font-family: pass, Roboto, Helvetica, Arial, sans-serif
}

input[type=password]::-webkit-input-placeholder {
    -webkit-transform: scale(.77);
    transform: scale(.77);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

input[type=password]::-moz-placeholder {
    opacity: 1
}

.form-item {
    margin-bottom: 22px
}

@media (min-width: 768px) {
    .form-item {
        margin-bottom: 30px
    }
}

.form-item.has-error {
    position: relative
}

.form-item.has-error:after {
    position: absolute;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: #fa585a;
    right: 16px;
    bottom: 16px;
    font-size: 22px;
    line-height: 26px;
    height: 26px
}

.form-item .iti {
    width: 100%
}

.form-item-checkbox {
    position: relative
}

.form-item-checkbox label {
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    padding-left: 24px;
    position: relative;
    cursor: pointer
}

.form-item-checkbox label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #e9e6ef;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    left: 0;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    vertical-align: top;
    color: transparent;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.form-item-checkbox input {
    visibility: hidden;
    height: 1px;
    width: 1px;
    position: absolute
}

.form-item-checkbox input:checked + label:before {
    color: #2b1b9a
}

form .errors,
form .success {
    padding: 15px;
    border-radius: 4px
}

form .success {
    background-color: #f0f8fe;
    color: #67b6f4
}

form .errors {
    background-color: #ffeeef;
    color: #fa585a
}

form .errors ul li {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
    padding-bottom: 0;
    padding-left: 0
}

form .errors ul li:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    padding-right: 1ex;
    font-size: 22px;
    vertical-align: middle;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0
}

.postcoder-message {
    font-size: 13px;
    display: block;
    height: 0
}

.postcoder-suggestion span {
    color: #2b1b9a;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-color: transparent;
    -webkit-transition: text-underline-color .3s;
    -o-transition: text-underline-color .3s;
    transition: text-underline-color .3s
}

.postcoder-suggestion span:hover {
    text-underline-color: #2b1b9a
}

.postcoder-error {
    color: #fa585a
}

.postcoder-is-validating {
    position: relative
}

.postcoder-is-validating .postcoder-throbber {
    position: absolute;
    top: 45px;
    right: 23px;
    color: #9d91f5;
    font-size: 16px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1s infinite ease, round 1s infinite ease;
    animation: load6 1s infinite ease, round 1s infinite ease
}

@-webkit-keyframes load6 {
    0% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    5%,
    95% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    10%,
    59% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }

    20% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }

    38% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }

    to {
        -webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes load6 {
    0% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    5%,
    95% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    10%,
    59% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }

    20% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }

    38% {
        -webkit-box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }

    to {
        -webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.nice-link {
    position: relative;
    padding-bottom: 7px;
    text-decoration: none
}

.nice-link:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

.nice-link:focus,
.nice-link:hover {
    color: inherit
}

.nice-link:focus:after,
.nice-link:hover:after {
    opacity: 1
}

@media (min-width: 768px) {
    .mobile-only {
        display: none
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none
    }
}

.insert {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .insert.alignright {
        float: right;
        width: 50%;
        margin-left: 30px;
        position: relative;
        z-index: 1
    }
}

@media (min-width: 1200px) {
    .insert.alignright {
        margin-left: 60px
    }
}

@media (min-width: 768px) {
    .insert.alignleft {
        float: left;
        width: 50%;
        margin-right: 30px
    }
}

@media (min-width: 1200px) {
    .insert.alignleft {
        margin-right: 60px
    }
}

.insert-cta {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    .insert-cta {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.insert-cta .grid {
    border-radius: 8px;
    padding: 32px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f6fa;
    position: relative
}

@media (min-width: 768px) {
    .insert-cta .grid {
        padding: 64px
    }
}

@media (min-width: 992px) {
    .insert-cta .grid {
        padding: 64px 108px 64px 64px
    }
}

@media (min-width: 992px) {
    .insert-cta .grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.insert-cta .grid:after {
    content: "";
    display: block;
    background-image: url(cta-curve.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    top: -38.25px;
    right: -43.5px;
    width: 177px;
    height: 130.5px
}

@media (min-width: 992px) {
    .insert-cta .grid:after {
        top: -51px;
        right: -58px;
        width: 236px;
        height: 174px
    }
}

.insert-cta .grid__item {
    padding: 12px 0;
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #2b1b9a
}

@media (min-width: 768px) {
    .insert-cta .grid__item {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 992px) {
    .insert-cta .grid__item {
        padding: 0 12px
    }

    .insert-cta .grid__item .btn {
        white-space: nowrap
    }
}

.insert-cta .grid__item .arrow-btn:after {
    color: #2b1b9a
}

.insert-cta-image {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    .insert-cta-image {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.insert-cta-image .grid {
    border-radius: 8px;
    padding: 32px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2b1b9a;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .insert-cta-image .grid {
        padding: 48px 64px
    }
}

@media (min-width: 992px) {
    .insert-cta-image .grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.insert-cta-image .grid:before {
    content: "";
    display: block;
    background-color: #9d91f5;
    position: absolute;
    pointer-events: none;
    height: 101%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    top: 0;
    right: 0;
    width: 123%;
    background: -o-linear-gradient(290deg, #a3d7f4 .084%, #a2cef4 8%, #c4d4ff 22%, #e2deff 40%);
    background: linear-gradient(160deg, #a3d7f4 .084%, #a2cef4 8%, #c4d4ff 22%, #e2deff 40%);
    -webkit-transform: skew(60deg);
    -ms-transform: skew(60deg);
    transform: skew(60deg)
}

@media (min-width: 992px) {
    .insert-cta-image .grid:before {
        width: 35%;
        -webkit-transform: skew(-30deg, 0);
        -ms-transform: skew(-30deg, 0);
        transform: skew(-30deg);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        background: #9d91f5
    }
}

.insert-download .insert-cta-image .grid:before {
    -webkit-transform: skew(60deg);
    -ms-transform: skew(60deg);
    transform: skew(60deg);
    width: 123%;
    background: -o-linear-gradient(290deg, #a3d7f4 .084%, #a2cef4 8%, #c4d4ff 22%, #e2deff 40%);
    background: linear-gradient(160deg, #a3d7f4 .084%, #a2cef4 8%, #c4d4ff 22%, #e2deff 40%)
}

@media (min-width: 992px) {
    .insert-download .insert-cta-image .grid:before {
        width: 35%;
        -webkit-transform: skew(-30deg, 0);
        -ms-transform: skew(-30deg, 0);
        transform: skew(-30deg);
        background: -o-linear-gradient(73.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
        background: linear-gradient(16.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%)
    }
}

.insert-cta-image .grid__item {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    z-index: 1;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .insert-cta-image .grid__item {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 992px) {
    .insert-cta-image .grid__item {
        padding-bottom: 0
    }

    .insert-cta-image .grid__item .btn {
        white-space: nowrap
    }
}

.insert-cta-image .grid__item.action {
    padding-bottom: 10px
}

@media (min-width: 992px) {
    .insert-cta-image .grid__item.action {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 0;
        padding-right: 41px
    }
}

.insert-cta-image .grid__item.action p {
    font-weight: 600;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .insert-cta-image .grid__item.action p {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 63px
    }
}

.insert-cta-image .grid__item .arrow-btn:after {
    color: #2b1b9a
}

.insert-form {
    color: #2b1b9a;
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    border-radius: 8px;
    padding: 32px 42px
}

@media (min-width: 768px) {
    .insert-form {
        padding: 36px 50px
    }
}

@media (min-width: 992px) {
    .insert-form {
        padding: 48px 64px
    }
}

.insert-form .content-header > .content-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2.5em
}

@media (min-width: 768px) {
    .insert-form .content-header > .content-title {
        font-size: 24px;
        line-height: 32px
    }
}

.insert-form input[type=email],
.insert-form input[type=number],
.insert-form input[type=password],
.insert-form input[type=search],
.insert-form input[type=tel],
.insert-form input[type=text],
.insert-form textarea {
    background-color: #fff;
    max-width: 300px
}

.insert-form .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px
}

@media (max-width: 480px) {
    .insert-form .form-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.insert-form .form-fields .form-actions,
.insert-form .form-fields .form-item {
    max-width: 300px;
    margin-left: 8px;
    margin-right: 8px
}

.insert-form .form-fields .form-item {
    width: 100%
}

.insert-form.alignleft,
.insert-form.alignright {
    margin-top: 0
}

@media (min-width: 768px) {

    .insert-form.alignleft,
    .insert-form.alignright {
        padding: 32px 42px
    }
}

.insert-form.alignleft .content-header > .content-title,
.insert-form.alignright .content-header > .content-title {
    margin-bottom: 1.5em
}

@media (min-width: 768px) {

    .insert-form.alignleft .form-fields,
    .insert-form.alignright .form-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.insert-form .errors ul {
    margin-bottom: 15px
}

.insert-form .errors ul li {
    padding: 0
}

.insert-form .errors ul li:before {
    position: static;
    background-color: transparent;
    border-radius: 0;
    width: unset;
    height: unset
}

.columns-wrapper {
    padding: 6px;
    margin: 0 -12px
}

@media (min-width: 768px) {
    .columns-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.columns-wrapper .columns-wrapper {
    margin: 0
}

.columns-wrapper > * {
    padding: 6px
}

@media (min-width: 768px) {
    .columns-wrapper > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }
}

.columns-wrapper-70 {
    padding: 35px;
    margin: 0 -70px
}

@media (min-width: 768px) {
    .columns-wrapper-70 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.columns-wrapper-70 .columns-wrapper {
    margin: 0
}

.columns-wrapper-70 > * {
    padding: 35px
}

@media (min-width: 768px) {
    .columns-wrapper-70 > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }
}

.currency-picker__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: auto
}

.currency-picker__wrapper:focus,
.currency-picker__wrapper:hover {
    background-color: initial
}

.currency-picker__label {
    padding-right: 1ex;
    border-right: 1px solid #2b1b9a
}

.currency-picker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 10px 5px;
    margin: -10px 0 -10px 5px;
    outline: 0 !important;
    cursor: pointer
}

.currency-tooltip {
    color: #2b1b9a;
    display: inline-block;
    padding: 10px 6px;
    margin: -10px -6px -10px 0;
    cursor: pointer
}

.currency-tooltip:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900"
}

.tippy-box[data-theme~=path] {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(43, 27, 154, .08);
    box-shadow: 0 0 30px #2b1b9a14
}

.tippy-box[data-theme~=path][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #fff
}

.tippy-box[data-theme~=path][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #fff
}

.tippy-box[data-theme~=path][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #fff
}

.tippy-box[data-theme~=path][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #fff
}

.tippy-box[data-theme~=path] .tippy-content {
    text-align: center;
    padding: 24px 12px;
    color: #2b1b9a
}

.tippy-box[data-theme~=path] .tippy-content h6 {
    font-weight: 600;
    color: inherit
}

.tippy-box[data-theme~=path] .tippy-content p {
    padding-bottom: 0
}

.glide__arrow {
    width: 72px;
    height: 72px;
    background-color: #fff !important;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    border-radius: 50%;
    padding: 0;
    opacity: .6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.glide__arrow:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    color: #2b1b9a;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 72px
}

.glide__arrow.glide__arrow--left {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.glide__arrow:focus,
.glide__arrow:hover {
    opacity: 1
}

.glide__bullets {
    text-align: center
}

@media (min-width: 768px) {
    .glide__bullets {
        text-align: left
    }
}

.glide__bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    opacity: .4;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    -webkit-transition: opacity .3s, width .3s;
    -o-transition: opacity .3s, width .3s;
    transition: opacity .3s, width .3s;
    margin-left: 4px;
    margin-right: 4px
}

.glide__bullet.glide__bullet--active {
    width: 42px;
    opacity: 1
}

.jumbotron {
    border-radius: 10px
}

.jumbotron > .inner {
    padding: 100px 24px
}

.jumbotron > .inner h1,
.jumbotron > .inner h2,
.jumbotron > .inner h3,
.jumbotron > .inner h4,
.jumbotron > .inner p {
    color: inherit
}

.colored-ol {
    list-style: none;
    counter-reset: home-how
}

.colored-ol li {
    counter-increment: home-how;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 24px
}

.colored-ol li:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: counter(home-how);
    color: #fa585a;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 15px
}

@media (min-width: 768px) {
    .colored-ol li:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 24px;
        background-color: #ffeeef;
        border: 6px #fff solid
    }
}

.colored-ol li:nth-child(5n+2):before {
    color: #67b6f4
}

@media (min-width: 768px) {
    .colored-ol li:nth-child(5n+2):before {
        background-color: #f0f8fe
    }
}

.colored-ol li:nth-child(5n+3):before {
    color: #ffcd1e
}

@media (min-width: 768px) {
    .colored-ol li:nth-child(5n+3):before {
        background-color: #fff7e8
    }
}

.colored-ol li:nth-child(5n+4):before {
    color: #9d91f5
}

@media (min-width: 768px) {
    .colored-ol li:nth-child(5n+4):before {
        background-color: #f5f4fd
    }
}

.colored-ol li:nth-child(5n+5):before {
    color: #2b1b9a
}

@media (min-width: 768px) {
    .colored-ol li:nth-child(5n+5):before {
        background-color: #eeedf6
    }
}

#mmenu-hamburger {
    position: relative;
    cursor: pointer;
    padding: 18px 24px
}

@media (min-width: 1390px) {
    #mmenu-hamburger {
        display: none
    }
}

#mmenu-hamburger span:after,
#mmenu-hamburger span:before {
    content: "";
    position: absolute
}

#mmenu-hamburger span:before {
    margin-top: -8px
}

#mmenu-hamburger span:after {
    margin-top: 8px
}

#mmenu-hamburger span,
#mmenu-hamburger span:after,
#mmenu-hamburger span:before {
    background-color: #2b1b9a
}

.mm-menu {
    --mm-color-background: #2B1B9A;
    --mm-color-background-highlight: #2B1B9A;
    --mm-color-text: #E2DEFC;
    --mm-color-border: transparent;
    --mm-color-text-dimmed: #EDEBF1;
    --mm-color-button: #E2DEFC;
    --mm-listitem-size: 26px;
    --mm-line-height: 16px
}

.mm-panel:not(.mm-hidden) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mm-btn_next {
    padding-left: 16px
}

.mm-btn_next:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    position: static;
    border: none;
    font-size: 13px;
    line-height: 16px;
    color: #67b6f4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mm-navbar {
    position: absolute;
    top: 0;
    right: 0
}

.mm-listitem {
    padding: 6px 24px
}

.mm-listitem .mm-listitem__text {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #e2defc
}

.mm-listitem .mm-listitem__text:focus,
.mm-listitem .mm-listitem__text:hover {
    color: #fff
}

.mm-listitem.mm-listitem_opened {
    padding-bottom: 0
}

.mm-listitem.mm-listitem_opened > .mm-panel {
    display: block;
    padding: 6px 0 0
}

.mm-listitem.mm-listitem_opened > .mm-panel .mm-listitem {
    padding-left: 0
}

.mm-listitem.mm-listitem_opened > .mm-panel .mm-listitem__text {
    font-weight: 400
}

.mm-listitem.mm-listitem_opened > .mm-btn_next:after {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mm-slideout {
    overflow: hidden
}

@media (max-width: 320px) {
    .mm-menu_offcanvas {
        width: 100%
    }

    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)
    }
}

#mmenu-close {
    position: relative;
    cursor: pointer;
    z-index: 1000;
    padding: 29px
}

#mmenu-close span {
    display: block;
    height: 2px;
    width: 14px
}

#mmenu-close span:after,
#mmenu-close span:before {
    display: block;
    height: 2px;
    width: 14px;
    content: "";
    position: absolute;
    background-color: #fff;
    margin-top: 0
}

#mmenu-close span:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

#mmenu-close span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

#mm-user-menu {
    padding-top: 10px;
    padding-bottom: 26px
}

#mm-user-menu .mm-listitem {
    display: block
}

#mm-user-menu .mm-listitem__text {
    position: relative;
    padding-bottom: 7px;
    text-decoration: none
}

#mm-user-menu .mm-listitem__text:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

#mm-user-menu .mm-listitem__text:focus,
#mm-user-menu .mm-listitem__text:hover {
    color: inherit
}

#mm-user-menu .mm-listitem__text:focus:after,
#mm-user-menu .mm-listitem__text:hover:after {
    opacity: 1
}

#mm-user-menu #mm-customer_login_link {
    overflow: visible
}

#mm-user-menu #mm-customer_login_link:before {
    margin-left: -1.5em
}

#mm-customer-menu {
    margin-top: auto
}

#mm-customer-menu .mm-listitem {
    padding-top: 12px;
    padding-bottom: 12px
}

#mm-customer-menu .btn,
#mm-customer-menu .btn-secondary {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.btn-site-get-quote {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    padding: 12px 15px;
    border-radius: 22px;
    -webkit-box-shadow: 2px 4px 12px rgba(43, 27, 154, .3);
    box-shadow: 2px 4px 12px #2b1b9a4d;
    z-index: 199;
    background-color: #9d91f5;
    color: #fff;
    width: auto
}

.btn-site-get-quote:focus,
.btn-site-get-quote:hover {
    background-color: #f5f4fd;
    color: #2b1b9a
}

@media (min-width: 768px) {
    .btn-site-get-quote {
        bottom: 40px;
        right: 40px;
        padding: 18px 32px;
        opacity: 1;
        pointer-events: auto
    }
}

.scrolled .btn-site-get-quote {
    opacity: 1;
    pointer-events: auto
}

.mm-wrapper_opened .btn-site-get-quote {
    opacity: 0 !important;
    pointer-events: none
}

.grecaptcha-badge {
    visibility: hidden
}

body.modal-open {
    overflow: hidden
}

#customer-menu > .site-search-anchor > .icon-search {
    display: block;
    position: relative;
    color: #2b1b9a;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    padding: 12px
}

@media (min-width: 1560px) {
    #customer-menu > .site-search-anchor > .icon-search {
        padding: 12px 16px
    }
}

#customer-menu > .site-search-anchor > .icon-search img {
    display: block;
    height: 30px;
    width: 30px
}

#customer-menu > .site-search-anchor > .icon-search:hover {
    background-color: #e2defc
}

#customer-menu > .site-search-anchor > .icon-search:active {
    color: #fff;
    background-color: #8076c2
}

#customer-menu > .site-search-anchor > .icon-search:active img {
    stroke: #fff
}

#customer-menu > .site-search-anchor > .icon-search:after {
    display: block;
    content: "";
    padding-left: 100%
}

#customer-menu > .site-search-anchor > .icon-search:before {
    display: block;
    position: absolute
}

#site-search-modal > main form .search-field input[type=search]:-moz-placeholder-shown ~ [type=submit],
#site-search-modal > main form .search-field input[type=search]:not(:-moz-placeholder-shown) ~ .site-search-icon {
    opacity: 0;
    height: 0;
    width: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-width: 0;
    z-index: 1
}

#site-search-modal > main form .search-field input[type=search]:-ms-input-placeholder ~ [type=submit],
#site-search-modal > main form .search-field input[type=search]:not(:-ms-input-placeholder) ~ .site-search-icon {
    opacity: 0;
    height: 0;
    width: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-width: 0;
    z-index: 1
}

#site-search-modal > main form .search-field input[type=search]:not(:placeholder-shown) ~ .site-search-icon,
#site-search-modal > main form .search-field input[type=search]:placeholder-shown ~ [type=submit] {
    opacity: 0;
    height: 0;
    width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 0;
    z-index: 1
}

#site-search-open-mobile {
    margin-top: 4px;
    margin-left: auto;
    display: block
}

@media (min-width: 1390px) {
    #site-search-open-mobile {
        display: none
    }
}

#site-search-modal {
    display: none;
    position: relative;
    background-color: #2b1b9a;
    color: #67b6f4;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#site-search-modal.active {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    width: 100%;
    overflow: scroll;
    min-height: 100vh;
    height: 100vh;
    padding: 32px;
    z-index: 2000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 135px
}

@media (min-width: 768px) {
    #site-search-modal.active {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0
    }
}

#site-search-modal > header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#site-search-modal > header .title {
    font-weight: 400;
    color: #67b6f4;
    line-height: 1.33;
    -moz-osx-font-smoothing: grayscale
}

#site-search-modal > header .icon-close {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    position: relative;
    display: block;
    right: 0;
    top: 0;
    font-size: 24px;
    padding: 7px 7px 20px 20px
}

#site-search-modal > main {
    margin: 0 -24px
}

@media (min-width: 768px) {
    #site-search-modal > main {
        margin: 0
    }
}

#site-search-modal > main form {
    position: relative;
    width: auto;
    min-width: 80%;
    border-bottom: 2px solid #67b6f4;
    margin: 0;
    padding: 0 4px 12px
}

@media (min-width: 768px) {
    #site-search-modal > main form {
        margin: 0 3em;
        padding: 0 4px 30px
    }
}

#site-search-modal > main form * {
    -webkit-transition-property: opacity, margin, left, right, height, width, background-color;
    -o-transition-property: opacity, margin, left, right, height, width, background-color;
    transition-property: opacity, margin, left, right, height, width, background-color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

#site-search-modal > main form .search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#site-search-modal > main form .search-field .site-search-icon img {
    height: 40px;
    width: 40px
}

#site-search-modal > main form .search-field input[type=search] {
    position: relative;
    padding: 0 30px;
    font-family: inherit;
    border: 0;
    outline: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #67b6f4;
    background-color: transparent;
    border-radius: 13px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

@media (min-width: 768px) {
    #site-search-modal > main form .search-field input[type=search] {
        font-size: 48px;
        line-height: 54px
    }
}

#site-search-modal > main form .search-field input[type=search]::-webkit-input-placeholder {
    color: #67b6f4;
    opacity: .4
}

#site-search-modal > main form .search-field input[type=search]::-moz-placeholder {
    color: #67b6f4;
    opacity: .4
}

#site-search-modal > main form .search-field input[type=search]:-ms-input-placeholder {
    color: #67b6f4;
    opacity: .4
}

#site-search-modal > main form .search-field input[type=search]::-ms-input-placeholder {
    color: #67b6f4;
    opacity: .4
}

#site-search-modal > main form .search-field input[type=search]::placeholder {
    color: #67b6f4;
    opacity: .4
}

#site-search-modal > main form .search-field [type=submit] {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 12px;
    width: unset;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width: 768px) {
    #site-search-modal > main form .search-field [type=submit] {
        padding: 18px 32px
    }
}

#site-search-modal > main form .search-field [type=submit]:hover {
    border: 2px solid #67b6f4
}

#site-search-modal > main form .search-field [type=submit]:active {
    background-color: #f0f8fe
}

#site-search-modal > main form:hover input[type=search]:not(:focus) {
    background-color: #ffffff12
}

#site-search-modal > footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

@media (min-width: 768px) {
    #site-search-modal > footer {
        padding: 0 30px
    }
}

#site-search-modal > footer .column {
    color: #67b6f4;
    width: 100%
}

#site-search-modal > footer .column h4 {
    text-transform: uppercase;
    color: #67b6f4
}

@media (min-width: 768px) {
    #site-search-modal > footer .column {
        width: 25%
    }
}

.shopify-challenge__container {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px
}

@media (min-width: 768px) {
    .shopify-challenge__container {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

.search-header {
    background: #f8f6fa
}

.search-header .search-header--count {
    padding-bottom: 0;
    font-family: Livvic, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #2b1b9a
}

@media (min-width: 768px) {
    .search-header .search-header--count {
        font-size: 32px;
        line-height: 40px
    }
}

.search-header .search-header--count .search-header--term {
    color: #67b6f4
}

.section-search .row-wide {
    padding-top: 20px
}

.section-search .row-wide .search-results h5 {
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-search .row-wide .search-results h5 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-search .row-wide .search-results p {
    font-size: 14px;
    line-height: 20px
}

.section-search .row-wide .search-results hr {
    color: #e9e6ef;
    margin: 32px 0
}

.pager {
    text-align: left
}

.pager .next,
.pager .page,
.pager .prev {
    font-weight: 600;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #e8f4fe;
    color: #2b1b9a;
    display: inline-block;
    font-family: Livvic, sans-serif
}

@media (min-width: 480px) {

    .pager .next,
    .pager .page,
    .pager .prev {
        margin-right: 6px
    }
}

@media (min-width: 768px) {

    .pager .next,
    .pager .page,
    .pager .prev {
        padding: 21px 25px;
        font-size: 24px
    }
}

.pager .next.active,
.pager .page.active,
.pager .prev.active {
    background: #67b6f4;
    color: #fff
}

.section-404 {
    background-color: #f8f6fa
}

@media (min-width: 1200px) {
    .section-404 > .row-wide {
        padding-top: 200px;
        padding-bottom: 130px
    }
}

.section-404 > .row-wide > .inner {
    z-index: 1;
    position: relative
}

.section-404 > .row-wide > .inner:after {
    content: "";
    display: block;
    background-image: url(mess.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    padding-top: 48px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-origin: content-box
}

@media (min-width: 768px) {
    .section-404 > .row-wide > .inner {
        padding-right: 20%;
        padding-bottom: 22%
    }

    .section-404 > .row-wide > .inner > * {
        padding-right: 48px
    }

    .section-404 > .row-wide > .inner:after {
        background-position: right bottom;
        position: absolute;
        width: 60%;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: -1
    }
}

@media (min-width: 1400px) {
    .section-404 > .row-wide > .inner {
        padding-right: 35%;
        padding-bottom: 14%
    }

    .section-404 > .row-wide > .inner:after {
        width: 65%
    }
}

.section-404 h1 {
    font-family: Asap, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #67b6f4;
    line-height: 18px;
    margin-bottom: 1em
}

.section-404 h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 1.125em
}

@media (min-width: 768px) {
    .section-404 h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-404 form .label {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .section-404 form .label {
        font-size: 24px;
        line-height: 32px
    }
}

.section-404 form .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.section-404 form .form-group:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e915";
    color: #2b1b9a;
    font-size: 18px;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-404 form .form-group input {
    padding-left: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    min-width: 0;
    background-color: #fff
}

.section-404 form .form-group input::-webkit-input-placeholder {
    color: #9f99aa
}

.section-404 form .form-group input::-moz-placeholder {
    color: #9f99aa
}

.section-404 form .form-group input:-ms-input-placeholder {
    color: #9f99aa
}

.section-404 form .form-group input::-ms-input-placeholder {
    color: #9f99aa
}

.section-404 form .form-group input::placeholder {
    color: #9f99aa
}

@media (min-width: 1200px) {
    .section-404 form .form-group input {
        min-width: 360px
    }
}

.section-404 form .form-group button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2
}

.section-about-accomplishments .row > .inner {
    padding-top: 8px;
    padding-bottom: 60px
}

@media (min-width: 480px) {
    .section-about-accomplishments .row > .inner {
        padding-top: 0
    }
}

.section-about-accomplishments header {
    padding-bottom: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .section-about-accomplishments header {
        padding-bottom: 100px;
        text-align: left
    }
}

.section-about-accomplishments footer {
    padding-top: 60px;
    text-align: center
}

.section-about-accomplishments .content {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-about-accomplishments .content {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-about-accomplishments .content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.section-about-accomplishments .content p {
    font-size: inherit;
    line-height: inherit
}

.section-about-achievments {
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    padding-top: 30px;
    padding-bottom: 30px
}

.section-about-achievments > .row > .inner h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .section-about-achievments > .row > .inner h2 {
        margin-bottom: 50px
    }
}

.section-about-achievments > .row > .inner .achievments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper {
    padding: 12px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width: 480px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (min-width: 768px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment {
        padding: 40px 60px
    }
}

@media (min-width: 1200px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment {
        padding: 50px 80px
    }
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment .image {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment .image {
        padding-bottom: 50px
    }
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment .content {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper .achievment .content {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 480px) {

    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.full,
    .section-about-achievments > .row > .inner .achievments .achievment-wrapperhead {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.full .achievment,
    .section-about-achievments > .row > .inner .achievments .achievment-wrapperhead .achievment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.full .achievment .image,
    .section-about-achievments > .row > .inner .achievments .achievment-wrapperhead .achievment .image {
        padding-bottom: 0;
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
        text-align: center
    }

    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.full .achievment .content,
    .section-about-achievments > .row > .inner .achievments .achievment-wrapperhead .achievment .content {
        text-align: left;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 30px
    }
}

@media (min-width: 480px) and (min-width: 768px) {

    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.full .achievment .content,
    .section-about-achievments > .row > .inner .achievments .achievment-wrapperhead .achievment .content {
        padding-left: 60px
    }
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper.head .achievment .image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper.head .achievment .content {
    font-size: 24px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.head .achievment .content {
        font-size: 32px;
        line-height: 40px
    }
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper.head .achievment .content .text {
    text-align: center
}

.section-about-achievments > .row > .inner .achievments .achievment-wrapper.head .achievment .content .trustpilot-widget {
    width: 240px;
    height: 110px;
    margin-top: 15px
}

@media (min-width: 768px) {
    .section-about-achievments > .row > .inner .achievments .achievment-wrapper.head .achievment .content .trustpilot-widget {
        margin-top: 47px
    }
}

.section-about-path > .row > .inner .intro {
    text-align: center
}

.section-about-path > .row > .inner .intro p {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-about-path > .row > .inner .intro p {
        font-size: 24px;
        line-height: 32px
    }
}

.section-about-path > .row > .inner .path {
    margin-top: 40px;
    margin-left: 0;
    list-style: none;
    position: relative
}

.section-about-path > .row > .inner .path:before {
    padding-bottom: 300px
}

@media (min-width: 480px) {
    .section-about-path > .row > .inner .path:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-origin: content-box;
        background-image: url(about-path.svg);
        background-repeat: no-repeat space;
        background-clip: content-box;
        background-position: center top;
        background-size: 100px auto
    }
}

@media (min-width: 992px) {
    .section-about-path > .row > .inner .path:before {
        background-size: contain;
        background-repeat: no-repeat
    }
}

.section-about-path > .row > .inner .path:after {
    content: "";
    display: block;
    clear: both
}

.section-about-path > .row > .inner .path .step {
    padding-bottom: 60px
}

@media (min-width: 480px) {
    .section-about-path > .row > .inner .path .step {
        padding-bottom: 0;
        padding-top: 80px;
        min-height: 430px;
        width: 35%;
        max-width: 300px
    }
}

@media (min-width: 768px) {
    .section-about-path > .row > .inner .path .step {
        width: 35%
    }
}

@media (min-width: 1200px) {
    .section-about-path > .row > .inner .path .step {
        width: 40%
    }
}

@media (min-width: 480px) {
    .section-about-path > .row > .inner .path .step:nth-child(odd) {
        float: left;
        clear: left
    }
}

@media (min-width: 480px) {
    .section-about-path > .row > .inner .path .step:nth-child(2n) {
        float: right;
        clear: right
    }
}

@media (min-width: 480px) {
    .section-about-path > .row > .inner .path .step:nth-child(2) {
        padding-top: 215px
    }
}

.section-about-path > .row > .inner .path .step img {
    width: 206px;
    margin-bottom: 40px
}

.section-about-path > .row > .inner .path .step h3 {
    margin-bottom: .66em
}

@media (min-width: 480px) {

    .section-about-path > .row > .inner .path .step h3,
    .section-about-path > .row > .inner .path .step p {
        max-width: 300px
    }
}

@media (min-width: 480px) {
    .section-about-principles > .row {
        padding-bottom: 22px
    }
}

@media (min-width: 1200px) {
    .section-about-principles > .row {
        padding-bottom: 54px
    }
}

.section-about-principles > .row > .inner {
    position: relative;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 480px) {
    .section-about-principles > .row > .inner {
        margin-bottom: 160px
    }
}

@media (min-width: 1200px) {
    .section-about-principles > .row > .inner {
        margin-bottom: 226px
    }
}

@media (min-width: 768px) {
    .section-about-principles > .row > .inner {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 480px) {
    .section-about-principles > .row > .inner:after {
        content: "";
        display: block;
        height: calc(calcd(55/185) * 100vw)
    }
}

@media (min-width: 768px) {
    .section-about-principles > .row > .inner:after {
        height: calc(calcd(55/185) * 620px)
    }
}

@media (min-width: 992px) {
    .section-about-principles > .row > .inner:after {
        height: calc(calcd(55/185) * 820px)
    }
}

@media (min-width: 1200px) {
    .section-about-principles > .row > .inner:after {
        height: calc(calcd(55/185) * 875px)
    }
}

@media (min-width: 1400px) {
    .section-about-principles > .row > .inner:after {
        height: calc(calcd(55/185) * 1040px)
    }
}

.section-about-principles .background {
    background-image: url(about-intro.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 0;
    padding-bottom: 84.6674182638%
}

@media (min-width: 480px) {
    .section-about-principles .background {
        position: absolute;
        height: auto;
        padding-bottom: 0;
        top: 0;
        bottom: 0;
        left: 60px;
        right: 0
    }
}

.section-about-principles .background:after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(heart.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33.125vw;
    height: 25.9375vw;
    top: 0;
    left: 0
}

@media (min-width: 480px) {
    .section-about-principles .background:after {
        top: auto;
        width: 100px;
        height: 78.0141843972px;
        bottom: -160.2836879433px;
        left: -40px
    }
}

@media (min-width: 1200px) {
    .section-about-principles .background:after {
        width: 141px;
        height: 110px;
        bottom: -226px;
        left: -56.4px
    }
}

.section-about-principles .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px 20px 0
}

@media (min-width: 480px) {
    .section-about-principles .content {
        max-width: 64.8648648649%;
        width: 400px;
        min-height: 48.6486486486vw;
        padding-bottom: 40px
    }
}

@media (min-width: 768px) {
    .section-about-principles .content {
        min-height: 301.6216216216px;
        padding: 60px 60px 60px 0
    }
}

@media (min-width: 992px) {
    .section-about-principles .content {
        min-height: 398.9189189189px
    }
}

@media (min-width: 1200px) {
    .section-about-principles .content {
        min-height: 425.6756756757px
    }
}

@media (min-width: 1400px) {
    .section-about-principles .content {
        min-height: 505.9459459459px
    }
}

.section-about-principles .content p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0
}

.section-about-social-good > .row > .inner {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .section-about-social-good > .row > .inner {
        padding-top: 50px;
        padding-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-about-social-good > .row > .inner .left {
    text-align: center;
    padding-bottom: 30px
}

.section-about-social-good > .row > .inner .left img {
    width: 180px
}

@media (min-width: 768px) {
    .section-about-social-good > .row > .inner .left {
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (min-width: 768px) {
    .section-about-social-good > .row > .inner .right {
        padding-left: 140px
    }
}

.section-about-story .row > .inner {
    padding-bottom: 23px
}

@media (min-width: 768px) {
    .section-about-story .row > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 110px
    }
}

@media (min-width: 768px) {
    .section-about-story .left {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-right: 24px
    }
}

@media (min-width: 1200px) {
    .section-about-story .left {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-right: 60px
    }
}

.section-about-story .left p:last-child {
    padding-bottom: 0
}

.section-about-story .right {
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center
}

@media (min-width: 768px) {
    .section-about-story .right {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: right;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .section-about-story .right {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

.popup-user-form,
.section-user-form {
    background-color: #f8f6fa;
    padding: 60px 12px 90px
}

@media (min-width: 768px) {

    .popup-user-form,
    .section-user-form {
        padding: 100px 24px
    }
}

.popup-user-form > .inner,
.section-user-form > .inner {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px
}

.popup-user-form .form-item,
.section-user-form .form-item {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {

    .popup-user-form .form-item,
    .section-user-form .form-item {
        max-width: 296px;
        margin-bottom: 24px
    }
}

.popup-user-form h1,
.popup-user-form h2,
.popup-user-form h3,
.popup-user-form h4,
.section-user-form h1,
.section-user-form h2,
.section-user-form h3,
.section-user-form h4 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px
}

@media (min-width: 768px) {

    .popup-user-form h1,
    .popup-user-form h2,
    .popup-user-form h3,
    .popup-user-form h4,
    .section-user-form h1,
    .section-user-form h2,
    .section-user-form h3,
    .section-user-form h4 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {

    .popup-user-form h1,
    .popup-user-form h2,
    .popup-user-form h3,
    .popup-user-form h4,
    .section-user-form h1,
    .section-user-form h2,
    .section-user-form h3,
    .section-user-form h4 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        max-width: 330px
    }
}

.popup-user-form h1 + p,
.popup-user-form h2 + p,
.popup-user-form h3 + p,
.popup-user-form h4 + p,
.section-user-form h1 + p,
.section-user-form h2 + p,
.section-user-form h3 + p,
.section-user-form h4 + p {
    margin-top: -8px
}

@media (min-width: 768px) {

    .popup-user-form h1 + p,
    .popup-user-form h2 + p,
    .popup-user-form h3 + p,
    .popup-user-form h4 + p,
    .section-user-form h1 + p,
    .section-user-form h2 + p,
    .section-user-form h3 + p,
    .section-user-form h4 + p {
        margin-top: -24px
    }
}

.popup-user-form .header,
.section-user-form .header {
    text-align: center
}

.popup-user-form .actions > *,
.section-user-form .actions > * {
    width: 100%;
    margin-bottom: 6px
}

.popup-user-form .actions > :last-child,
.section-user-form .actions > :last-child {
    margin-bottom: 0
}

.popup-user-form .form-item-recover,
.section-user-form .form-item-recover {
    margin-top: -14px;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: .642857px
}

@media (min-width: 768px) {

    .popup-user-form .form-item-recover,
    .section-user-form .form-item-recover {
        margin-top: -16px
    }
}

.popup-user-form .form-item-recover a,
.section-user-form .form-item-recover a {
    color: #9f99aa;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase
}

.popup-user-form .form-item-recover a:hover,
.popup-user-form .form-item-recover afocus,
.section-user-form .form-item-recover a:hover,
.section-user-form .form-item-recover afocus {
    color: #5f5572
}

.popup-user-form .form-item-back,
.section-user-form .form-item-back {
    text-align: center
}

.popup-user-form .form-item-back a,
.section-user-form .form-item-back a {
    position: relative;
    padding-bottom: 7px;
    text-decoration: none
}

.popup-user-form .form-item-back a:after,
.section-user-form .form-item-back a:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

.popup-user-form .form-item-back a:focus,
.popup-user-form .form-item-back a:hover,
.section-user-form .form-item-back a:focus,
.section-user-form .form-item-back a:hover {
    color: inherit
}

.popup-user-form .form-item-back a:focus:after,
.popup-user-form .form-item-back a:hover:after,
.section-user-form .form-item-back a:focus:after,
.section-user-form .form-item-back a:hover:after {
    opacity: 1
}

.popup-user-form p,
.section-user-form p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #5f5572;
    margin-bottom: 40px
}

@media (min-width: 768px) {

    .popup-user-form p,
    .section-user-form p {
        padding-bottom: 0;
        margin-bottom: 75px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto
    }
}

.popup-user-form .errors,
.section-user-form .errors {
    margin-top: 52px
}

.popup-user-form .postcoder-message,
.section-user-form .postcoder-message {
    height: auto
}

.popup-user-form {
    background-color: #5f557266;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    overflow-y: scroll;
    height: 100vh;
    width: 100vw;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-user-form .inner {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: auto
}

@media (max-width: 767px) {
    .popup-user-form .inner {
        min-height: 100%
    }
}

.popup-user-form .close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    line-height: 1em;
    color: #2b1b9a;
    padding: 17px;
    cursor: pointer
}

@media (min-width: 768px) {
    .popup-user-form .close {
        top: 20px;
        right: 20px
    }
}

.popup-user-form .close:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902"
}

.popup-status-success:before {
    content: "";
    display: block;
    background-image: url(status-success.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    margin-top: 126px;
    margin-bottom: 61px
}

.article .article-image-wrapper {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 43%;
    background-color: #f8f6fa;
    position: relative
}

.article .article-image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.article .article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.article .article-meta-wrapper {
    padding: 15px 0
}

.article .article-meta-wrapper h3 a {
    color: inherit
}

.article .article-meta {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #9d91f5
}

.article .article-meta .article-readtime {
    font-size: 16px;
    color: #2b1b9a;
    font-weight: 400;
    line-height: 26px
}

.article .article-meta .article-readtime:before {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    color: #67b6f4;
    font-size: 93%
}

.article .article-meta .article-date {
    border: 0 1px solid #67b6f4;
    font-weight: 600;
    text-transform: uppercase
}

.article .article-meta .article-author {
    text-transform: uppercase;
    font-weight: 300
}

.article .article-tags > ul > li {
    display: inline-block;
    padding: 8px 8px 0 0
}

.article .article-tags > ul > li:before {
    content: none
}

.article .article-tag {
    white-space: nowrap;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 16px;
    color: #9d91f5;
    background-color: #9d91f51a;
    text-transform: uppercase;
    font-family: Asap, sans-serif;
    letter-spacing: .642857px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (min-width: 768px) {
    .article .article-tag {
        padding: 8px 16px
    }
}

.article .article-tag.active {
    background-color: #67b6f4;
    color: #fff
}

.article .article-tag:hover {
    background-color: #67b6f41a;
    color: #67b6f4
}

.article h3 > a {
    display: block
}

.article .article-excerpt {
    padding-bottom: .2em;
    color: #2b1b9a
}

.grid-articles > .grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .grid-articles > .grid-item {
        margin-bottom: 0
    }
}

.grid-articles > .grid-item .grid-item-inner {
    height: 100%;
    position: relative;
    padding-bottom: 40px
}

.grid-articles > .grid-item header .image {
    margin-bottom: 15px;
    border-radius: 8px 8px 0 0
}

.grid-articles > .grid-item .main-category {
    position: absolute;
    bottom: 0;
    right: 100%;
    background: #ffcd1e;
    font-size: .7rem;
    padding: 7px;
    border-bottom-right-radius: 8px
}

.grid-articles > .grid-item .main-category a {
    display: block;
    height: 100%;
    width: 100%;
    color: #333
}

.grid-articles > .grid-item:hover .main-category {
    right: 0;
    -webkit-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s
}

.grid-articles + .article-loader {
    margin-top: 12px;
    text-align: center
}

.section-blog-header {
    overflow: hidden
}

.section-blog-header > .row-wide {
    padding-bottom: 30px
}

.section-blog-header .article-meta-wrapper {
    width: auto
}

.section-blog-header .article-meta-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: .25em
}

@media (min-width: 768px) {
    .section-blog-header .article-meta-wrapper h3 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-blog-header .article-meta {
    margin-bottom: 8px
}

.section-blog-header .article-excerpt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: .8em;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .section-blog-header .article-excerpt {
        font-size: 24px;
        line-height: 32px
    }
}

.section-blog-header .article-tags {
    margin-bottom: 8px
}

.section-blog-header .blog-category-header {
    padding-bottom: 24px
}

@media (min-width: 768px) {
    .section-blog-header .blog-category-header {
        padding-bottom: 38px
    }
}

.section-blog-header .blog-category-header h1 {
    text-align: left
}

.section-blog-header .blog-category-header h1:first-letter {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .section-blog-articles .grid-articles {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 64fr 60px 45fr;
        grid-template-columns: 64fr 45fr;
        -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 60px;
        grid-row-gap: 0;
        grid-auto-flow: column
    }

    .section-blog-articles .grid-articles > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-blog-articles .grid-articles > :nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-blog-articles .grid-articles > :nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .section-blog-articles .grid-articles > :nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .section-blog-articles .grid-articles > :nth-child(5) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .section-blog-articles .grid-articles > :nth-child(6) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .section-blog-articles .grid-articles > :nth-child(7) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-blog-articles .grid-articles > :nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-blog-articles .grid-articles > :nth-child(9) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .section-blog-articles .grid-articles > :nth-child(10) {
        -ms-grid-row: 7;
        -ms-grid-column: 3
    }

    .section-blog-articles .grid-articles > :nth-child(11) {
        -ms-grid-row: 9;
        -ms-grid-column: 3
    }

    .section-blog-articles .grid-articles > :nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3
    }
}

@media (min-width: 1400px) {
    .section-blog-articles .grid-articles {
        grid-column-gap: 160px
    }
}

@media (min-width: 768px) {
    .section-blog-articles .grid-item {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        grid-row: auto/span 2;
        padding-bottom: 0
    }

    .section-blog-articles .grid-item .article-image-wrapper {
        padding-bottom: 58%
    }

    .section-blog-articles .grid-item:nth-child(5n+1),
    .section-blog-articles .grid-item:nth-child(5n+2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        grid-row: auto/span 3
    }

    .section-blog-articles .grid-item:nth-child(5n+1) .article-image-wrapper,
    .section-blog-articles .grid-item:nth-child(5n+2) .article-image-wrapper {
        padding-bottom: 64%
    }

    .section-blog-articles .grid-item:nth-child(5n+1) h3,
    .section-blog-articles .grid-item:nth-child(5n+2) h3 {
        font-size: 48px;
        line-height: 54px
    }

    .section-blog-articles .grid-item:nth-child(5n+1) .article-excerpt,
    .section-blog-articles .grid-item:nth-child(5n+2) .article-excerpt {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
        padding-bottom: 0
    }
}

.section-blog-articles .article-meta-wrapper h3 {
    margin-bottom: .125em
}

.section-blog-articles-tagged .blog-articles-heading {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #2b1b9a;
    margin-bottom: .8em
}

@media (min-width: 768px) {
    .section-blog-articles-tagged .blog-articles-heading {
        font-size: 32px;
        line-height: 40px
    }
}

.section-blog-articles-tagged .blog-articles-heading em {
    color: #67b6f4;
    font-style: normal
}

@media (min-width: 768px) {
    .section-blog-articles-tagged .grid-articles {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 48px
    }

    .section-blog-articles-tagged .grid-articles > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-blog-articles-tagged .grid-articles > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}

@media (min-width: 768px) {
    .section-blog-articles-tagged .more-items-available .grid-item:nth-child(odd):last-child {
        display: none
    }
}

.section-blog-articles-tagged .article-meta-wrapper h3 {
    margin-bottom: .125em
}

.article-category a {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .642857px;
    text-transform: uppercase;
    color: #67b6f4
}

.grid-item.article .article-category,
.grid-item.article .article-tags,
.section-blog-articles .article-category,
.section-blog-articles .article-tags,
.section-blog-articles-tagged .article-category,
.section-blog-articles-tagged .article-tags {
    margin-bottom: 8px
}

.section-blog-tags {
    background-color: #f8f6fa;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06) inset;
    box-shadow: 10px 22px 60px #2b1b9a0f inset
}

.section-blog-tags > .row-wide {
    padding-top: 28px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .section-blog-tags > .row-wide > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.section-blog-tags .label {
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2b1b9a;
    padding: 8px 0 16px
}

@media (min-width: 768px) {
    .section-blog-tags .label {
        padding: 8px 3em 8px 0
    }
}

.section-blog-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-blog-tags ul li {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom: 12px;
    padding-right: 18px
}

@media (min-width: 768px) {
    .section-blog-tags ul li {
        padding-right: 24px
    }
}

.section-blog-tags ul li a {
    white-space: nowrap;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 16px;
    color: #9d91f5;
    background-color: #9d91f51a;
    text-transform: uppercase;
    font-family: Asap, sans-serif;
    letter-spacing: .642857px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #2b1b9a
}

@media (min-width: 768px) {
    .section-blog-tags ul li a {
        padding: 8px 16px
    }
}

.section-blog-tags ul li a.active {
    background-color: #67b6f4;
    color: #fff
}

.section-blog-tags ul li a:hover {
    background-color: #67b6f41a;
    color: #67b6f4
}

.section-blog-tags ul li#blog-tags-toggle {
    padding-right: 0
}

.section-blog-tags ul li#blog-tags-toggle a {
    padding-right: 0;
    background-color: transparent;
    color: #67b6f4
}

.section-blog-tags ul li#blog-tags-toggle a:before {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding-right: .5ex;
    vertical-align: bottom
}

.section-blog-tags ul.collapsed li:not(#blog-tags-toggle):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    width: 0;
    padding-right: 0
}

.section-blog-tags ul.collapsed #blog-tags-toggle a:before {
    content: none
}

.section-blog-tags ul.collapsed #blog-tags-toggle a:after {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding-left: .5ex;
    vertical-align: bottom
}

.section > .row nav.inner.section-blog-header h1 {
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.article-tags {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-tags > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    padding: 0;
    margin: auto 12px
}

.article-tags > li a.article-tag {
    margin: 0 8px;
    font-family: Asap, sans-serif;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.15384615;
    letter-spacing: .642857px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 32px;
    color: #2b1b9a;
    background-color: #e2defc;
    font-size: 13px
}

.article-tags > li a.article-tag:hover {
    color: #67b6f4;
    background-color: #f0f8fe
}

.article-tags > li a.article-tag.active {
    color: #fff;
    background-color: #67b6f4
}

@media (min-width: 768px) {
    body.article .mm-slideout {
        overflow: unset
    }
}

.section-article > .row-wide {
    padding-top: 60px
}

@media (min-width: 768px) {
    .section-article > .row-wide {
        padding-top: 125px
    }
}

.section-article article {
    padding-bottom: 138px
}

.section-article article blockquote {
    position: relative;
    padding-left: 38px;
    padding-bottom: 3px;
    margin: 2em 0;
    font-family: Livvic, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #2b1b9a
}

@media (min-width: 768px) {
    .section-article article blockquote {
        margin: 3em 0;
        padding-left: 68px;
        padding-bottom: 6px
    }
}

@media (min-width: 768px) {
    .section-article article blockquote {
        font-size: 32px;
        line-height: 40px
    }
}

.section-article article blockquote:before {
    display: block;
    content: "";
    height: 29px;
    background-image: url(quote-mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 24px;
    left: 38px
}

@media (min-width: 768px) {
    .section-article article blockquote:before {
        left: 68px
    }
}

.section-article article blockquote:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#e2deff), to(#a3d7f4));
    background: -o-linear-gradient(left, #e2deff 0, #a3d7f4 100%);
    background: linear-gradient(90deg, #e2deff 0, #a3d7f4 100%)
}

.section-article article blockquote p:last-child {
    padding-bottom: 0
}

.section-article article p + blockquote {
    margin-top: 0
}

@media (min-width: 768px) {
    .section-article article p + blockquote {
        margin-top: 1em
    }
}

.section-article article .featured-image {
    width: 100%;
    height: 0;
    padding-bottom: 44%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative
}

@media (min-width: 768px) {
    .section-article article .featured-image {
        margin-top: 126px;
        margin-bottom: 70px
    }
}

.section-article article .featured-image figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.section-article article .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.section-article article .article-tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px
}

.section-article article .article-tags > ul > li {
    display: inline-block;
    padding: 8px 8px 0 0
}

.section-article article .article-tags > ul > li:before {
    content: none
}

.section-article article .article-tags > ul {
    text-align: center
}

.section-article article .article-tags-bottom,
.section-article article .author-description {
    border-top: 1px solid #e9e6ef
}

.section-article article .article-tags-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-article article .article-tag {
    white-space: nowrap;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 16px;
    color: #9d91f5;
    background-color: #9d91f51a;
    text-transform: uppercase;
    font-family: Asap, sans-serif;
    letter-spacing: .642857px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (min-width: 768px) {
    .section-article article .article-tag {
        padding: 8px 16px
    }
}

.section-article article .article-tag.active {
    background-color: #67b6f4;
    color: #fff
}

.section-article article .article-tag:hover {
    background-color: #67b6f41a;
    color: #67b6f4
}

.section-article article h1 {
    margin-bottom: .666em
}

.section-article article .article-excerpt {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    color: #2b1b9a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: .75em
}

@media (min-width: 768px) {
    .section-article article .article-excerpt {
        font-size: 24px;
        line-height: 32px
    }
}

.section-article article .article-header .article-category {
    text-align: center;
    margin-bottom: 16px
}

.section-article article .article-meta {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2b1b9a;
    text-align: center
}

.section-article article .article-meta .article-meta-separator {
    color: #e9e6ef
}

.section-article article .article-meta .article-readtime {
    font-size: 16px;
    color: #2b1b9a;
    font-weight: 400;
    line-height: 26px
}

.section-article article .article-meta .article-readtime:before {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    color: #67b6f4;
    font-size: 93%
}

.section-article article .article-meta .article-author .author-image {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .25em
}

.section-article article .article-meta .article-author .author-image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.section-article article .article-meta .article-author .article-author-name {
    color: #67b6f4;
    font-weight: 600
}

.section-article article .author-description {
    padding-top: 48px;
    margin-top: 58px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-article article .author-description .author-image {
    position: relative;
    display: inline-block;
    padding-bottom: 54px;
    padding-right: 54px
}

.section-article article .author-description .author-image:after,
.section-article article .author-description .author-image:before {
    content: "";
    display: block;
    width: 164px;
    height: 120px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0
}

.section-article article .author-description .author-image:before {
    background-image: url(loop-back.svg);
    z-index: -1
}

.section-article article .author-description .author-image:after {
    background-image: url(loop-front.svg);
    z-index: 1
}

.section-article article .author-description .author-image > figure {
    border-radius: 50% 50% 0;
    overflow: hidden;
    width: 150px;
    height: 135px
}

.section-article article .author-description .author-image > figure img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.section-article article .author-description .author-bio-content {
    padding-left: 54px
}

.section-article article .author-description .author-bio-content .author-name {
    color: #9d91f5;
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 4px
}

@media (min-width: 768px) {
    .section-article article .author-description .author-bio-content .author-name {
        font-size: 24px;
        line-height: 32px
    }
}

.section-article article .author-description .author-bio-content .author-name strong {
    font-weight: 600
}

.section-article article .author-description .author-bio-content .author-bio {
    color: #2b1b9a;
    font-size: 16px;
    line-height: 26px
}

.section-article article .article-toc {
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    border-radius: 8px;
    padding-bottom: 6px;
    overflow: hidden
}

.section-article article .article-toc > h3 {
    background-color: #f8f6fa;
    color: #2b1b9a;
    padding: 16px;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .642857px;
    text-transform: uppercase;
    margin-bottom: 0
}

.section-article article .article-toc > ul {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-article article .article-toc > ul > li {
    padding: 0
}

.section-article article .article-toc > ul > li:before {
    content: none
}

.section-article article .article-toc > ul > li > a {
    display: block;
    padding: 16px;
    background-color: #fff;
    border-bottom: 1px solid #e9e6ef;
    color: #5f5572;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.section-article article .article-toc > ul > li > a:hover {
    background: #e8f4fe;
    border-bottom: 1px solid #67b6f4;
    color: #67b6f4
}

.section-article article .article-toc > ul > li:last-child > a {
    border-bottom-color: transparent
}

.section-article article #article-content h2,
.section-article article #article-content h3,
.section-article article #article-content h4 {
    scroll-margin-top: 120px
}

@media (min-width: 768px) {
    .section-article article .article-body-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-article article .article-body-wrapper .article-body {
        width: 75%
    }

    .section-article article .article-body-wrapper .article-sidebar {
        width: 25%;
        padding-right: 24px
    }

    .section-article article .article-sidebar-inner {
        position: sticky;
        top: 110px
    }
}

.section-article article .article-share {
    margin-top: 35px;
    margin-bottom: 60px
}

.section-article article .article-share-link {
    position: relative;
    padding-bottom: 7px;
    text-decoration: none;
    font-family: Livvic, sans-serif;
    font-weight: 700;
    letter-spacing: 1.26316px;
    text-transform: uppercase;
    color: #2b1b9a;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap
}

.section-article article .article-share-link:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

.section-article article .article-share-link:focus,
.section-article article .article-share-link:hover {
    color: inherit
}

.section-article article .article-share-link:focus:after,
.section-article article .article-share-link:hover:after {
    opacity: 1
}

.section-article article .article-share-link:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91a";
    width: 16px;
    padding-right: 8px;
    font-size: 16px;
    line-height: inherit
}

.section-article article .article-share-link:after {
    left: 24px
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-article article .article-share-link .md-hidden {
        display: none
    }
}

.section-article article .article-body {
    color: #5f5572;
    font-size: 20px;
    line-height: 40px
}

@media (min-width: 768px) {
    .section-article article .article-body {
        font-size: 20px;
        line-height: 40px
    }
}

.section-article article .article-body h2,
.section-article article .article-body h3,
.section-article article .article-body h4,
.section-article article .article-body h5 {
    margin-bottom: .75em
}

.section-article article .article-body p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 2em
}

.section-article article .article-body ol > li {
    padding-left: 40px
}

.section-article article .article-body ol > li:before {
    font-family: Livvic, sans-serif;
    content: counter(faq-ol-counter)
}

.section-article article .article-body form {
    font-size: 1rem
}

.section-articles-slider {
    background-color: #f8f6fa;
    padding-top: 30px;
    padding-bottom: 30px
}

.section-articles-slider > .row-wide > h2 {
    margin-bottom: 67px
}

.section-articles-slider .glide {
    position: relative
}

.section-articles-slider .glide__arrow {
    display: none;
    position: absolute;
    top: 20%;
    margin-top: -36px;
    opacity: 1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width: 768px) {
    .section-articles-slider .glide__arrow {
        display: block
    }
}

.section-articles-slider .glide__arrow:focus,
.section-articles-slider .glide__arrow:hover {
    background-color: #f5f4fd !important
}

.section-articles-slider .glide__arrow--right {
    right: -36px
}

.section-articles-slider .glide__arrow--left {
    left: -36px
}

.section-articles-slider-tagged > .row-wide > h2 {
    font-weight: 400
}

.section-articles-slider-tagged > .row-wide > h2 strong {
    font-weight: 600
}

.section-blog-author {
    color: #2b1b9a
}

@media (min-width: 768px) {
    .section-blog-author > .row-wide > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-blog-author .author-image-wrapper {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section-blog-author .author-image-wrapper {
        text-align: center
    }
}

@media (min-width: 768px) {
    .section-blog-author .author-image-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 768px) {
    .section-blog-author .author-bio-content {
        padding-right: 90px;
        padding-bottom: 113px
    }
}

@media (min-width: 1400px) {
    .section-blog-author .author-bio-content {
        padding-right: 190px
    }
}

.section-blog-author .author-image {
    position: relative;
    display: inline-block;
    padding-bottom: 54px;
    padding-right: 54px
}

.section-blog-author .author-image:after,
.section-blog-author .author-image:before {
    content: "";
    display: block;
    width: 164px;
    height: 120px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0
}

.section-blog-author .author-image:before {
    background-image: url(loop-back.svg);
    z-index: -1
}

.section-blog-author .author-image:after {
    background-image: url(loop-front.svg);
    z-index: 1
}

.section-blog-author .author-image > figure {
    border-radius: 50% 50% 0;
    overflow: hidden;
    width: 150px;
    height: 135px
}

.section-blog-author .author-image > figure img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 1200px) {
    .section-blog-author .author-image {
        position: relative;
        display: inline-block;
        padding-bottom: 113.4px;
        padding-right: 113.4px
    }

    .section-blog-author .author-image:after,
    .section-blog-author .author-image:before {
        content: "";
        display: block;
        width: 344.4px;
        height: 252px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .section-blog-author .author-image:before {
        background-image: url(loop-back.svg);
        z-index: -1
    }

    .section-blog-author .author-image:after {
        background-image: url(loop-front.svg);
        z-index: 1
    }

    .section-blog-author .author-image > figure {
        border-radius: 50% 50% 0;
        overflow: hidden;
        width: 315px;
        height: 283.5px
    }

    .section-blog-author .author-image > figure img {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.section-blog-author .author-label {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #67b6f4;
    text-transform: uppercase;
    letter-spacing: .642857px
}

.section-blog-author .author-name {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .section-blog-author .author-name {
        font-size: 48px;
        line-height: 54px
    }
}

.section-blog-author .author-bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: inherit
}

@media (min-width: 768px) {
    .section-blog-author-articles > .row-wide {
        padding-top: 20px
    }
}

.section-blog-author-articles .grid-articles .loader-wrapper {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    padding-bottom: 180px;
    text-align: center
}

.section-blog-author-articles .grid-articles .loader {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: auto
}

.section-blog-author-articles .grid-articles .loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #2b1b9a transparent #2b1b9a transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#share-popup > .inner {
    min-height: 0;
    background-color: #f8f6fa;
    padding: 70px 30px 30px;
    margin: 40px 5px auto
}

@media (min-width: 768px) {
    #share-popup > .inner {
        padding: 115px 97px 87px;
        margin: auto
    }
}

#share-popup > .inner .close {
    font-size: 24px
}

#share-popup > .inner > h2 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 42px;
    text-align: center
}

@media (min-width: 768px) {
    #share-popup > .inner > h2 {
        margin-bottom: 54px
    }
}

#share-popup > .inner .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 48px;
    max-width: 420px
}

@media (min-width: 768px) {
    #share-popup > .inner .media {
        margin-bottom: 87px
    }
}

#share-popup > .inner .share-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #9d91f5;
    position: relative;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

@media (min-width: 480px) {
    #share-popup > .inner .share-icon {
        width: 65px;
        height: 65px
    }
}

#share-popup > .inner .share-icon:hover {
    background-color: #9d91f5;
    color: #fff
}

#share-popup > .inner .share-icon:before {
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 20px
}

#share-popup > .inner .share-icon.share-whatsapp:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919"
}

#share-popup > .inner .share-icon.share-mail:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918"
}

#share-popup > .inner .share-icon.share-facebook:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e912"
}

#share-popup > .inner .share-icon.share-twitter:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910"
}

#share-popup > .inner .share-icon.share-linkedin:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914"
}

#share-popup > .inner .form-item-copy {
    max-width: none;
    position: relative
}

#share-popup > .inner .form-item-copy input {
    background-color: #fff;
    border: 2px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

#share-popup > .inner .form-item-copy input.copied {
    border-color: #9d91f5
}

#share-popup > .inner .form-item-copy .btn {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 4px;
    bottom: 3px;
    width: auto
}

#share-popup > .inner .form-item-copy .btn:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917";
    color: #2b1b9a;
    padding-left: 0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

#share-popup > .inner .form-item-copy .btn:hover:after {
    color: #9d91f5
}

.section--content h1 {
    text-align: center
}

.section--content ol {
    list-style: none;
    counter-reset: faq-ol-counter
}

.section--content ol > li {
    counter-increment: faq-ol-counter;
    position: relative;
    padding-bottom: 16px;
    padding-left: 30px
}

.section--content ol > li:before {
    position: absolute;
    content: counter(faq-ol-counter) ". ";
    color: #67b6f4;
    font-weight: 700;
    padding-right: 1ex;
    top: 0;
    left: 0
}

.section--content ul {
    list-style: none
}

.section--content ul > li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 30px
}

.section--content ul > li:before {
    position: absolute;
    top: 9px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2eafc;
    font-weight: 700;
    left: 0
}

.section--customer-types {
    padding-top: 60px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section--customer-types {
        padding-top: 78px;
        padding-bottom: 44px
    }
}

.section--customer-types h2,
.section--customer-types h4 {
    text-align: center
}

.section--customer-types .customers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 50px
}

@media (min-width: 768px) {
    .section--customer-types .customers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .section--customer-types .customers {
        padding-top: 100px
    }
}

.section--customer-types .customers .customer {
    max-width: 400px;
    padding: 12px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

@media (min-width: 768px) {
    .section--customer-types .customers .customer {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.section--customer-types .customers .customer .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px
}

.section--customer-types .customers .customer .image img {
    height: 174px;
    width: 174px
}

.section--customer-types .customers .customer .content {
    color: #8076c2;
    text-align: center
}

.section--customer-types .actions {
    text-align: center;
    padding-top: 50px
}

@media (min-width: 768px) {
    .section--customer-types .actions {
        padding-top: 100px
    }
}

.faqs .faq {
    padding: 24px 98px 24px 24px;
    margin-bottom: 48px;
    background-color: #f8f6fa;
    border: 3px solid #f8f6fa;
    border-radius: 8px;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    position: relative
}

@media (min-width: 768px) {
    .faqs .faq {
        padding: 52px 128px 52px 63px
    }
}

.faqs .faq .toggle {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 2px 4px 12px rgba(43, 27, 154, .06);
    box-shadow: 2px 4px 12px #2b1b9a0f;
    cursor: pointer
}

@media (min-width: 768px) {
    .faqs .faq .toggle {
        top: 32px;
        right: 32px;
        width: 71px;
        height: 71px;
        -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
        box-shadow: 10px 22px 60px #2b1b9a0f
    }
}

.faqs .faq .toggle:after,
.faqs .faq .toggle:before {
    content: "";
    width: 10px;
    height: 2px;
    border: 1px solid #2b1b9a;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2b1b9a;
    position: absolute;
    top: 19px;
    left: 15px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 768px) {

    .faqs .faq .toggle:after,
    .faqs .faq .toggle:before {
        width: 21px;
        height: 3px;
        top: 34px;
        left: 25px
    }
}

.faqs .faq .toggle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faqs .faq.active {
    background-color: #fff;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    border-color: #2b1b9a
}

.faqs .faq.active .toggle:after {
    opacity: 0
}

.faqs .faq.active .toggle:before {
    opacity: .6
}

.faqs .faq.active .answer {
    max-height: 10000000px;
    padding-top: 35px;
    overflow: visible
}

.faqs .faq .question {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    color: #2b1b9a;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .faqs .faq .question {
        font-size: 24px;
        line-height: 32px
    }
}

.faqs .faq .answer {
    max-height: 0;
    -webkit-transition: height .3s, padding .3s;
    -o-transition: height .3s, padding .3s;
    transition: height .3s, padding .3s;
    overflow: hidden;
    color: #8076c2
}

.faqs .faq .answer p {
    padding-bottom: 16px
}

.faqs .faq .answer ol {
    list-style: none;
    counter-reset: faq-ol-counter
}

.faqs .faq .answer ol > li {
    counter-increment: faq-ol-counter;
    position: relative;
    padding-bottom: 16px;
    padding-left: 30px
}

.faqs .faq .answer ol > li:before {
    position: absolute;
    content: counter(faq-ol-counter) ". ";
    color: #67b6f4;
    font-weight: 700;
    padding-right: 1ex;
    top: 0;
    left: 0
}

.faqs .faq .answer ul {
    list-style: none
}

.faqs .faq .answer ul > li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 30px
}

.faqs .faq .answer ul > li:before {
    position: absolute;
    top: 9px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2eafc;
    font-weight: 700;
    left: 0
}

.section--features {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .section--features {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section--features .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 12px;
    margin-right: 12px
}

@media (min-width: 768px) {
    .section--features .features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .section--features .features {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width: 1400px) {
    .section--features .features {
        margin-left: -44px;
        margin-right: -44px
    }
}

.section--features .features .feature {
    max-width: 400px;
    padding: 24px 12px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

@media (min-width: 768px) {
    .section--features .features .feature {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.section--features .features .feature .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px
}

.section--features .features .feature .image img {
    height: 174px;
    width: 174px
}

@media (min-width: 480px) {
    .section--features .features .feature {
        max-width: 400px
    }
}

@media (min-width: 768px) {
    .section--features .features .feature {
        max-width: none;
        padding: 40px 24px
    }
}

@media (min-width: 1400px) {
    .section--features .features .feature {
        padding-left: 56px;
        padding-right: 56px
    }
}

.section--features .actions {
    text-align: center;
    margin-top: 14px
}

@media (min-width: 768px) {
    .section--features .actions {
        margin-top: 60px
    }
}

.section-newsletter {
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%)
}

.section-newsletter > .row-wide {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-newsletter > .row-wide {
        padding-top: 113px;
        padding-bottom: 112px
    }
}

@media (min-width: 768px) {
    .section-newsletter > .row-wide > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width: 768px) {

    .section-newsletter .newsletter-form,
    .section-newsletter .newsletter-message {
        padding-left: 12px;
        padding-right: 12px
    }
}

.section-newsletter .newsletter-message {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .section-newsletter .newsletter-message {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-newsletter .newsletter-message {
        padding-bottom: 0;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}

.section-newsletter .newsletter-message:before {
    display: block;
    content: "";
    width: 125px;
    height: 125px;
    background-image: url(newsletter.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    -ms-flex-preferred-size: 155px;
    flex-basis: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width: 768px) {
    .section-newsletter .newsletter-form {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

.section-newsletter .newsletter-form form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -6px;
    margin-right: -6px
}

@media (min-width: 1200px) {
    .section-newsletter .newsletter-form form .form-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.section-newsletter .newsletter-form form .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.section-newsletter .newsletter-form form .form-actions,
.section-newsletter .newsletter-form form .form-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 30px
}

.section-newsletter .newsletter-form form .errors {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 24px
}

.section-newsletter .newsletter-form form .subscribed {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 24px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f5f4fd;
    color: #9d91f5;
    text-align: center
}

#post-launch-popup {
    text-align: center;
    color: #2b1b9a
}

@media (max-width: 767px) {
    #post-launch-popup > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    #post-launch-popup > .inner {
        padding: 80px 66px
    }
}

#post-launch-popup .logo img {
    max-width: 140px
}

#post-launch-popup h2,
#post-launch-popup p {
    max-width: 660px;
    color: inherit
}

#post-launch-popup h2 {
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {
    #post-launch-popup h2 {
        font-size: 32px;
        line-height: 40px
    }
}

#post-launch-popup p {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 1.75em
}

#post-launch-popup .label {
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: .5em
}

@media (min-width: 768px) {
    #post-launch-popup .label {
        margin-bottom: 1.75em
    }
}

.section--testimonials-carousel {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 24px;
    position: relative;
    background-color: #9d91f5;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

@media (min-width: 768px) {
    .section--testimonials-carousel {
        padding-top: 74px;
        padding-bottom: 74px
    }
}

@media (max-width: 840px) {
    .section--testimonials-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 841px) {
    .section--testimonials-carousel {
        padding-left: 302.25px
    }
}

@media (min-width: 1200px) {
    .section--testimonials-carousel {
        padding-left: 403px
    }
}

.section--testimonials-carousel:before {
    content: "";
    position: relative;
    z-index: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 840px) {
    .section--testimonials-carousel:before {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        height: 245px
    }
}

@media (min-width: 841px) {
    .section--testimonials-carousel:before {
        height: 100%;
        padding: 18px;
        position: absolute;
        left: 0;
        top: 0;
        width: 309px
    }
}

@media (min-width: 1200px) {
    .section--testimonials-carousel:before {
        width: 412px
    }
}

.section--testimonials-carousel .header {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-right: 24px;
    text-align: center
}

@media (max-width: 840px) {
    .section--testimonials-carousel .header {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (min-width: 841px) {
    .section--testimonials-carousel .header {
        text-align: left
    }
}

.section--testimonials-carousel .header h2 {
    color: inherit;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

@media (min-width: 768px) {
    .section--testimonials-carousel .header h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.section--testimonials-carousel .header .text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.section--testimonials-carousel .testimonials {
    padding-top: 12px
}

@media (min-width: 841px) {
    .section--testimonials-carousel .testimonials {
        padding-top: 44px
    }
}

.section--testimonials-carousel .testimonials .testimonial {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    padding: 46px 29px 40px;
    width: 456px;
    margin-right: 24px;
    height: auto
}

@media (min-width: 768px) {
    .section--testimonials-carousel .testimonials .testimonial {
        padding: 44px
    }
}

.section--testimonials-carousel .testimonials .testimonial .text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background-image: url(quote-mark.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 31px 29px;
    padding-top: 54px;
    padding-bottom: 24px
}

.section--testimonials-carousel .testimonials .testimonial .author {
    font-size: 16px;
    line-height: 26px
}

.section--testimonials-carousel .testimonials .testimonial .author .name {
    font-weight: 600
}

.section--testimonials-carousel .glide__arrows {
    padding-top: 32px;
    padding-right: 10%
}

@media (min-width: 960px) {
    .section--testimonials-carousel .glide__arrows {
        padding-right: 7%
    }
}

.section--testimonials-carousel .glide__arrow--right {
    margin-left: 12px
}

.section--testimonials-carousel .glide__arrow--left {
    margin-right: 12px
}

.section--testimonials-carousel:before {
    background-image: url(portrait-cheerful-young-woman-purple-wall.png);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.section--testimonials-carousel.glide-moving:before {
    opacity: 0
}

.section--testimonials-carousel[data-slide-start="1"] {
    background-color: #fa585a
}

.section--testimonials-carousel[data-slide-end="1"]:before {
    background-image: url(sneaker-airbuds-mobile.png?v=1)
}

@media (min-width: 841px) {
    .section--testimonials-carousel[data-slide-end="1"]:before {
        background-image: url(sneaker-airbuds.png?v=1)
    }
}

.section--testimonials-carousel[data-slide-start="2"] {
    background-color: #67b6f4
}

.section--testimonials-carousel[data-slide-end="2"]:before {
    background-image: url(joyful-female-models-running-blue-wall.png)
}

@media (min-width: 841px) {
    .section--testimonials-carousel[data-slide-end="2"]:before {
        width: 463.5px
    }
}

@media (min-width: 1200px) {
    .section--testimonials-carousel[data-slide-end="2"]:before {
        width: 618px
    }
}

.section--testimonials-carousel[data-slide-start="3"] {
    background-color: #ffcd1e
}

.section--testimonials-carousel[data-slide-end="3"]:before {
    background-image: url(yellow-shirt-over-camera.png?v=1)
}

.section--testimonials-carousel .testimonial:after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    visibility: hidden;
    background-image: url(portrait-cheerful-young-woman-purple-wall.png)
}

.section--testimonials-carousel .testimonial:nth-child(2):after {
    background-image: url(sneaker-airbuds-mobile.png?v=1)
}

@media (min-width: 841px) {
    .section--testimonials-carousel .testimonial:nth-child(2):after {
        background-image: url(sneaker-airbuds.png?v=1)
    }
}

.section--testimonials-carousel .testimonial:nth-child(3):after {
    background-image: url(joyful-female-models-running-blue-wall.png)
}

.section--testimonials-carousel .testimonial:nth-child(4):after {
    background-image: url(yellow-shirt-over-camera.png?v=1)
}

.section--trustpilot {
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    padding-top: 45px;
    padding-bottom: 48px
}

@media (min-width: 768px) {
    .section--trustpilot {
        padding-top: 90px;
        padding-bottom: 96px
    }
}

.section--trustpilot .jumbotron {
    background-color: #fff
}

.section--trustpilot .jumbotron > .inner .content {
    color: #5f5572;
    font-family: Livvic, sans-serif
}

.section--contact-form .inner {
    margin-left: -12px;
    margin-right: -12px
}

@media (min-width: 768px) {
    .section--contact-form .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section--contact-form .left {
    padding-left: 12px;
    padding-right: 12px;
    text-align: center
}

@media (min-width: 768px) {
    .section--contact-form .left {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .section--contact-form .left {
        text-align: left
    }
}

.section--contact-form .left p {
    color: #2b1b9a
}

.section--contact-form .right {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 768px) {
    .section--contact-form .right {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }
}

.section--contact-form .right form {
    margin-left: -12px;
    margin-right: -12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .section--contact-form .right form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section--contact-form .right form .form-actions,
.section--contact-form .right form .form-item {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 768px) {

    .section--contact-form .right form .form-actions,
    .section--contact-form .right form .form-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.section--contact-form .right form .form-item-email,
.section--contact-form .right form .form-item-first-name,
.section--contact-form .right form .form-item-last-name,
.section--contact-form .right form .form-item-phone {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.section--contact-form .right form .form-actions {
    text-align: right
}

.section--contact-form .right form .form-actions button {
    width: 100%
}

@media (min-width: 768px) {
    .section--contact-form .right form .form-actions button {
        width: auto
    }
}

.section--contact-form .right form .form-actions button:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    display: inline-block;
    padding-left: 1em;
    vertical-align: middle
}

.section-get-help {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-get-help .inner {
    text-align: center
}

@media (min-width: 768px) {
    .section-get-help .inner {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-get-help .left {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center
}

.section-get-help .left img {
    max-width: 100%;
    height: auto
}

.section-get-help .right .content {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .section-get-help .right .content {
        font-size: 24px;
        line-height: 32px
    }
}

.section-get-help .right .actions .btn {
    width: 100%
}

@media (min-width: 768px) {
    .section-get-help .right .actions .btn {
        width: auto
    }
}

.section-get-started {
    background-color: #f8f6fa;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

.section-get-started img {
    display: inline-block;
    margin-bottom: 44px;
    max-width: 150px
}

.section-get-started .content-title {
    margin-bottom: 70px
}

.section-get-started .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 70px
}

.section-get-started .actions .btn {
    width: 100%
}

@media (min-width: 768px) {
    .section-get-started .actions .btn {
        width: auto
    }
}

.section-contact-methods {
    background: -webkit-gradient(linear, left top, right top, from(#a3d7f4), color-stop(21.75%, #a2cef4), color-stop(56.62%, #c3d4ff), to(#e2deff));
    background: -o-linear-gradient(left, #a3d7f4 0, #a2cef4 21.75%, #c3d4ff 56.62%, #e2deff 100%);
    background: linear-gradient(to right, #a3d7f4 0, #a2cef4 21.75%, #c3d4ff 56.62%, #e2deff 100%);
    padding-top: 12px;
    padding-bottom: 12px
}

@media (min-width: 768px) {
    .section-contact-methods {
        padding-top: 140px;
        padding-bottom: 164px
    }
}

.section-contact-methods .card.contact-method {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 160px 30px 1fr 16px auto;
    grid-template-rows: 160px 30px 1fr 16px auto;
    grid-template-areas: "image" "." "content" "." "link"
}

.section-contact-methods .card.contact-method .card-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image;
    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;
    justify-content: center
}

.section-contact-methods .card.contact-method .card-content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    text-align: center;
    grid-area: content;
    font-size: 14px;
    line-height: 24px
}

.section-contact-methods .card.contact-method .card-content a {
    text-decoration: none;
    color: #67b6f4
}

.section-contact-methods .card.contact-method .card-content a:focus,
.section-contact-methods .card.contact-method .card-content a:hover {
    text-decoration: underline
}

.section-contact-methods .card.contact-method .card-content .support-phone-list li {
    white-space: nowrap
}

.section-contact-methods .card.contact-method .card-link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: link
}

.section-contact-methods .card.contact-method .card-link .contact-email,
.section-contact-methods .card.contact-method .card-link a {
    position: relative;
    padding-bottom: 7px;
    text-decoration: none
}

.section-contact-methods .card.contact-method .card-link .contact-email:after,
.section-contact-methods .card.contact-method .card-link a:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

.section-contact-methods .card.contact-method .card-link .contact-email:focus,
.section-contact-methods .card.contact-method .card-link .contact-email:hover,
.section-contact-methods .card.contact-method .card-link a:focus,
.section-contact-methods .card.contact-method .card-link a:hover {
    color: inherit
}

.section-contact-methods .card.contact-method .card-link .contact-email:focus:after,
.section-contact-methods .card.contact-method .card-link .contact-email:hover:after,
.section-contact-methods .card.contact-method .card-link a:focus:after,
.section-contact-methods .card.contact-method .card-link a:hover:after {
    opacity: 1
}

.section-contact-methods .card.contact-method .card-link .contact-email {
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.section-contact-methods .card.contact-method .card-link .contact-email.copied {
    color: #958dcc
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .cards {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.cards .card {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    padding: 40px 40px 35px;
    margin: 12px
}

@media (min-width: 768px) {
    .cards .card {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.section--social-links {
    margin-bottom: 111px
}

.section--social-links .jumbotron {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
    background-color: #9d91f5;
    color: #fff;
    text-align: center
}

.section--social-links .jumbotron .content {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section--social-links .jumbotron .content {
        font-size: 24px;
        line-height: 32px
    }
}

.section--social-links .jumbotron .social-links {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section--social-links .jumbotron .social-links .social-link {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 480px) {
    .section--social-links .jumbotron .social-links .social-link {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .section--social-links .jumbotron .social-links .social-link {
        padding-left: 28px;
        padding-right: 28px
    }
}

.section--social-links .jumbotron .social-links .social-link a {
    border-radius: 50%;
    background-color: #fff;
    width: 56px;
    height: 56px
}

.section--social-links .jumbotron .social-links .social-link a:before {
    font-size: 34px;
    line-height: 56px;
    width: 56px;
    height: 56px
}

.section--social-links .jumbotron .social-links .social-link a.facebook:before {
    color: #5678ce
}

.section--social-links .jumbotron .social-links .social-link a.pinterest:before {
    color: #d92632
}

.section--social-links .jumbotron .social-links .social-link a.twitter:before {
    color: #48bafd
}

.section--social-links .jumbotron .social-links .social-link a.linkedin:before {
    color: #0077b5
}

.section-credits-benefits {
    background-color: #f8f6fa
}

.section-credits-benefits > .row-wide {
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-credits-benefits > .row-wide {
        padding-top: 30px;
        padding-bottom: 90px
    }
}

.section-credits-benefits > .row-wide > .inner {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f
}

.section-credits-benefits ul {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .section-credits-benefits ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 1400px) {
    .section-credits-benefits ul {
        padding: 24px 100px
    }
}

.section-credits-benefits li {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 1400px) {
    .section-credits-benefits li {
        padding: 40px
    }
}

.section-credits-benefits li .title {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: .33em
}

@media (min-width: 768px) {
    .section-credits-benefits li .title {
        font-size: 24px;
        line-height: 32px
    }
}

.section-credits-benefits li .title:before {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b";
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 10px;
    background-color: #d2eafc;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin-right: 8px
}

.section-credits-benefits li .content {
    color: #5f5572;
    font-size: 16px;
    line-height: 26px
}

.section-credits-credits {
    background-color: #f8f6fa
}

.section-credits-credits > .row {
    padding-top: 40px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-credits-credits > .row {
        padding-top: 60px;
        padding-bottom: 113px
    }
}

.section-credits-credits > .row > .inner .title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: .5em;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .section-credits-credits > .row > .inner .title {
        font-size: 48px;
        line-height: 54px
    }
}

.section-credits-credits > .row > .inner .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 2.67em;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .section-credits-credits > .row > .inner .subtitle {
        font-size: 24px;
        line-height: 32px
    }
}

.section-credits-credits > .row > .inner .credit-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -14px -12px
}

.section-credits-credits > .row > .inner .credit-panels .panel {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 440px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 14px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .section-credits-credits > .row > .inner .credit-panels .panel {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (min-width: 1200px) {
    .section-credits-credits > .row > .inner .credit-panels .panel {
        width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

.section-credits-credits > .row > .inner .credit-panels .panel .panel-inner {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-credits-credits > .row > .inner .credit-panels .panel .panel-inner:before {
    content: "";
    display: block;
    background-color: #9d91f5;
    height: 12px;
    width: 100%
}

.section-credits-credits > .row > .inner .credit-panels .panel header {
    display: inline-block;
    background-color: #9d91f5;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 0 0 4px 4px;
    font-size: 13px;
    line-height: 15px
}

.section-credits-credits > .row > .inner .credit-panels .panel header + .title {
    padding-top: 40px
}

.section-credits-credits > .row > .inner .credit-panels .panel .title {
    font-family: Livvic, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #2b1b9a;
    text-align: center;
    padding-top: 48px;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .section-credits-credits > .row > .inner .credit-panels .panel .title {
        font-size: 32px;
        line-height: 40px
    }
}

.section-credits-credits > .row > .inner .credit-panels .panel .title .credit-count {
    font-weight: 600
}

.section-credits-credits > .row > .inner .credit-panels .panel .text {
    color: #9d91f5;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section-credits-credits > .row > .inner .credit-panels .panel .text {
        font-size: 24px;
        line-height: 32px
    }
}

.section-credits-credits > .row > .inner .credit-panels .panel .actions {
    margin-top: auto;
    padding: 0 20px 40px
}

.section-credits-credits > .row > .inner .credit-panels .panel .actions .arrow-btn {
    padding: 18px 24px
}

.section-credits-credits > .row > .inner .credit-panels .panel .actions .arrow-btn:after {
    color: #2b1b9a;
    padding-left: .75em
}

@media (min-width: 768px) {
    .section-credits-credits > .row > .inner .credit-panels .panel .actions .arrow-btn:after {
        padding-left: 1em
    }
}

.section-credits-credits > .row > .inner .credit-panels .panel.highlighted .panel-inner header,
.section-credits-credits > .row > .inner .credit-panels .panel.highlighted .panel-inner:before {
    background-color: #2b1b9a
}

.section-credits-credits > .row > .inner .footer {
    padding-top: 56px
}

.footer-cta-link {
    text-align: center;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .footer-cta-link {
        font-size: 24px;
        line-height: 32px
    }
}

.footer-cta-link a {
    vertical-align: middle
}

@media (max-width: 991px) {
    .footer-cta-link a {
        display: block;
        margin-top: 1em
    }
}

@media (min-width: 992px) {
    .footer-cta-link a {
        margin-left: 2em
    }
}

.section-credits-faqs > .row {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-credits-faqs > .row {
        padding-top: 120px;
        padding-bottom: 133px
    }
}

.section-credits-faqs > .row > .inner > h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 768px) {
    .section-credits-faqs > .row > .inner > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-credits-faqs > .row > .inner > h3 {
    text-align: center;
    color: #67b6f4;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400
}

@media (min-width: 768px) {
    .section-credits-faqs > .row > .inner > h3 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-credits-faqs > .row > .inner .faqs {
    padding-top: 20px
}

@media (min-width: 768px) {
    .section-credits-faqs > .row > .inner .faqs {
        padding-top: 48px
    }
}

.section-credits-get {
    background-color: #f8f6fa
}

.section-credits-get > .row-wide {
    padding-top: 40px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-credits-get > .row-wide {
        padding-top: 130px;
        padding-bottom: 164px
    }
}

.section-credits-get > .row-wide > .inner {
    text-align: center
}

@media (min-width: 768px) {
    .section-credits-get > .row-wide > .inner {
        text-align: left
    }
}

.section-credits-get > .row-wide > .inner .title {
    margin-bottom: .5em
}

.section-credits-get > .row-wide > .inner .content {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.2em
}

@media (min-width: 768px) {
    .section-credits-get > .row-wide > .inner .content {
        font-size: 24px;
        line-height: 32px
    }
}

.section-credits-get > .row-wide > .inner .image {
    padding-left: 53px;
    padding-right: 53px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.section-credits-get > .row-wide > .inner .image img {
    width: 100%;
    max-width: 340px
}

@media (min-width: 768px) {
    .section-credits-get > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 24px 1fr;
        grid-template-columns: auto 24px 1fr;
        -ms-grid-rows: auto auto auto 1fr;
        grid-template-rows: auto auto auto 1fr
    }

    .section-credits-get > .row-wide > .inner > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-credits-get > .row-wide > .inner > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .section-credits-get > .row-wide > .inner > :nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-credits-get > .row-wide > .inner > :nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-credits-get > .row-wide > .inner > :nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .section-credits-get > .row-wide > .inner > :nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-credits-get > .row-wide > .inner > :nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-credits-get > .row-wide > .inner > :nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }

    .section-credits-get > .row-wide > .inner > :nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-credits-get > .row-wide > .inner > :nth-child(10) {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-credits-get > .row-wide > .inner > :nth-child(11) {
        -ms-grid-row: 4;
        -ms-grid-column: 2
    }

    .section-credits-get > .row-wide > .inner > :nth-child(12) {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-credits-get > .row-wide > .inner * {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4
    }

    .section-credits-get > .row-wide > .inner .title {
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: .25em
    }

    .section-credits-get > .row-wide > .inner .content {
        -ms-grid-row: 2;
        grid-row: 2
    }

    .section-credits-get > .row-wide > .inner .actions {
        -ms-grid-row: 3;
        grid-row: 3
    }

    .section-credits-get > .row-wide > .inner:after {
        content: "";
        -ms-grid-row: 4;
        grid-row: 4;
        height: 10px
    }

    .section-credits-get > .row-wide > .inner .image {
        -ms-grid-column: 1;
        grid-column: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.section-credits-header {
    background-color: #f8f6fa
}

.section-credits-header > .row-wide {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section-credits-header > .row-wide {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

.section-credits-header > .row-wide > .inner {
    text-align: center
}

@media (min-width: 768px) {
    .section-credits-header > .row-wide > .inner {
        text-align: left
    }
}

.section-credits-header > .row-wide > .inner .title {
    margin-bottom: .5em
}

.section-credits-header > .row-wide > .inner .content {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.2em
}

@media (min-width: 768px) {
    .section-credits-header > .row-wide > .inner .content {
        font-size: 24px;
        line-height: 32px
    }
}

.section-credits-header > .row-wide > .inner .image {
    padding-left: 53px;
    padding-right: 53px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.section-credits-header > .row-wide > .inner .image img {
    width: 100%;
    max-width: 340px
}

@media (min-width: 768px) {
    .section-credits-header > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 24px 1fr;
        -ms-grid-rows: auto auto auto 1fr;
        grid-template-rows: auto auto auto 1fr
    }

    .section-credits-header > .row-wide > .inner > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-credits-header > .row-wide > .inner > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .section-credits-header > .row-wide > .inner > :nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-credits-header > .row-wide > .inner > :nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-credits-header > .row-wide > .inner > :nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .section-credits-header > .row-wide > .inner > :nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-credits-header > .row-wide > .inner > :nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-credits-header > .row-wide > .inner > :nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }

    .section-credits-header > .row-wide > .inner > :nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-credits-header > .row-wide > .inner > :nth-child(10) {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-credits-header > .row-wide > .inner > :nth-child(11) {
        -ms-grid-row: 4;
        -ms-grid-column: 2
    }

    .section-credits-header > .row-wide > .inner > :nth-child(12) {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-credits-header > .row-wide > .inner * {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4
    }

    .section-credits-header > .row-wide > .inner .title {
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: .25em
    }

    .section-credits-header > .row-wide > .inner .content {
        -ms-grid-row: 2;
        grid-row: 2
    }

    .section-credits-header > .row-wide > .inner .actions {
        -ms-grid-row: 3;
        grid-row: 3
    }

    .section-credits-header > .row-wide > .inner:after {
        content: "";
        -ms-grid-row: 4;
        grid-row: 4;
        height: 10px
    }

    .section-credits-header > .row-wide > .inner .image {
        -ms-grid-column: 3;
        grid-column: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.section-credits-how-to {
    background-color: #fff
}

.section-credits-how-to > .row {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-credits-how-to > .row {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-credits-how-to > .row > .inner .title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 1.66em
}

@media (min-width: 768px) {
    .section-credits-how-to > .row > .inner .title {
        font-size: 48px;
        line-height: 54px
    }
}

.section-credits-how-to > .row > .inner .credits-how-to {
    background-color: #f8f6fa;
    border-radius: 8px;
    padding: 60px 40px
}

@media (min-width: 768px) {
    .section-credits-how-to > .row > .inner .credits-how-to {
        padding: 120px 145px
    }
}

.section-credits-how-to > .row > .inner .credits-how-to li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#page-footer-top {
    background-color: #2b1b9a;
    color: #e2defc
}

#page-footer-top a {
    color: inherit
}

#page-footer-top a:focus,
#page-footer-top a:hover {
    color: #fff
}

#page-footer-top .row-wide {
    padding-top: 64px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1400px) {
    #page-footer-top .row-wide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 239px
    }
}

#footer-logo {
    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;
    justify-content: center;
    margin-bottom: 66px
}

@media (min-width: 1400px) {
    #footer-logo {
        margin-bottom: 0;
        max-width: 188px;
        padding-right: 15px
    }
}

#footer-logo img {
    height: 40px;
    display: inline-block
}

#footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    #footer-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1400px) {
    #footer-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#footer-menu a {
    text-align: center;
    padding: 12px
}

@media (min-width: 768px) {
    #footer-menu a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 1200px) {
    #footer-menu a {
        white-space: nowrap
    }
}

#footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 66px
}

@media (min-width: 1400px) {
    #footer-social-links {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: -8px
    }
}

#footer-social-links .social-link {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #footer-social-links .social-link {
        padding-left: 8px;
        padding-right: 8px
    }
}

#footer-social-links .social-link a {
    width: 36px;
    height: 36px;
    color: #9d91f5
}

#footer-social-links .social-link a:before {
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px
}

#page-footer-bottom {
    background-color: #9d91f5;
    color: #2b1b9a
}

#page-footer-bottom a {
    color: inherit
}

#page-footer-bottom a:focus,
#page-footer-bottom a:hover {
    color: #333
}

#page-footer-bottom .row-wide {
    padding-top: 29px;
    padding-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1400px) {
    #page-footer-bottom .row-wide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 79px
    }
}

#copyright {
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

@media (min-width: 768px) {
    #copyright {
        text-align: left
    }
}

#copyright a {
    white-space: nowrap
}

#footer-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 29px
}

@media (min-width: 768px) {
    #footer-bottom-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 1400px) {
    #footer-bottom-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-right: -15px
    }
}

#footer-bottom-menu a {
    padding: 8px 15px
}

@media (min-width: 768px) {

    #page-footer-bottom > .row-wide,
    #page-footer-top > .row-wide {
        width: 730px
    }
}

@media (min-width: 992px) {

    #page-footer-bottom > .row-wide,
    #page-footer-top > .row-wide {
        width: 940px
    }
}

@media (min-width: 1200px) {

    #page-footer-bottom > .row-wide,
    #page-footer-top > .row-wide {
        width: 1100px
    }
}

@media (min-width: 1400px) {

    #page-footer-bottom > .row-wide,
    #page-footer-top > .row-wide {
        width: 1236px
    }
}

#page-header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    -webkit-transition: background-color 1s, -webkit-box-shadow 1s;
    transition: background-color 1s, -webkit-box-shadow 1s;
    -o-transition: background-color 1s, box-shadow 1s;
    transition: background-color 1s, box-shadow 1s;
    transition: background-color 1s, box-shadow 1s, -webkit-box-shadow 1s
}

@media (min-width: 768px) {
    #page-header {
        height: 90px
    }
}

@media (min-width: 1390px) {
    #page-header {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.js #page-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199
}

#page-header.sticky-at-top {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.js #page {
    padding-top: 80px
}

@media (min-width: 768px) {
    .js #page {
        padding-top: 90px
    }
}

#logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1390px) and (max-width: 1560px) {
    #logo {
        padding-left: 30px
    }
}

#logo img {
    height: 40px;
    display: inline-block
}

#header-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none
}

@media (min-width: 1390px) {
    #header-menu {
        display: block
    }
}

#header-menu > nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#header-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#header-menu .menu a {
    white-space: nowrap
}

#main-menu,
#user-menu {
    margin-left: -14px;
    margin-right: 14px
}

@media (min-width: 1560px) {

    #main-menu,
    #user-menu {
        margin-left: -20px;
        margin-right: 20px
    }
}

#main-menu > li,
#user-menu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#main-menu > li > a,
#user-menu > li > a {
    padding: 20px 14px;
    height: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

@media (min-width: 1560px) {

    #main-menu > li > a,
    #user-menu > li > a {
        padding-left: 20px;
        padding-right: 20px
    }
}

#main-menu > li > a:focus:after,
#main-menu > li > a:hover:after,
#user-menu > li > a:focus:after,
#user-menu > li > a:hover:after {
    opacity: 1
}

#main-menu > li > a {
    color: #958dcc
}

#main-menu > li > a:before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 34px/2;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3d7f4), to(#e2deff));
    background: -o-linear-gradient(#a3d7f4, #e2deff);
    background: linear-gradient(#a3d7f4, #e2deff);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 2
}

#main-menu > li > a.has-submenu:after {
    display: inline-block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    font-size: 11px;
    background: -webkit-linear-gradient(#a3d7f4, #e2defc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 7px;
    color: #67b6f4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#main-menu > li:focus > a,
#main-menu > li:hover > a {
    color: #2b1b9a
}

#main-menu > li:focus > a.has-submenu:before,
#main-menu > li:hover > a.has-submenu:before {
    opacity: 1
}

#main-menu > li:focus > a.has-submenu:after,
#main-menu > li:hover > a.has-submenu:after {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#main-menu > li ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s, max-height .3s;
    -o-transition: opacity .3s, max-height .3s;
    transition: opacity .3s, max-height .3s;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 28px/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f
}

#main-menu > li ul > li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e9e6ef
}

#main-menu > li ul > li:last-child {
    border-bottom: none
}

#main-menu > li ul > li a {
    display: block;
    padding: 16px;
    font-family: Livvic, sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.26316px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b1b9a;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

#main-menu > li ul > li a:hover {
    color: #fff;
    background-color: #67b6f4
}

#main-menu > li:hover ul {
    opacity: 1;
    max-height: 10000px
}

#user-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0
}

#user-menu > li > a {
    position: relative;
    padding-bottom: 7px;
    text-decoration: none;
    opacity: 1
}

#user-menu > li > a:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

#user-menu > li > a:focus,
#user-menu > li > a:hover {
    color: inherit
}

#user-menu > li > a:focus:after,
#user-menu > li > a:hover:after {
    opacity: 1
}

#user-menu > li > a:after {
    left: 14px;
    right: 14px
}

@media (min-width: 1560px) {
    #user-menu > li > a:after {
        left: 20px;
        right: 20px
    }
}

#customer-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px
}

#customer-menu > li {
    margin-left: 8px;
    margin-right: 8px
}

#customer-menu > li > .btn,
#customer-menu > li > .btn-secondary,
#customer-menu > li > a {
    padding: 16px 20px
}

@media (min-width: 1560px) {

    #customer-menu > li > .btn,
    #customer-menu > li > .btn-secondary,
    #customer-menu > li > a {
        padding: 16px 32px
    }
}

.sticky-at-top #customer-menu > li.cta-free-trial .btn {
    background-color: #fff;
    color: #2b1b9a
}

.no-js #customer-menu > li.cta-free-trial .btn .sticky #customer-menu > li.cta-free-trial .btn {
    background-color: #67b6f4;
    color: #fff
}

.sticky-at-top #customer-menu > li:not(.cta-free-trial) {
    width: 0;
    overflow: hidden
}

.no-js #customer-menu > li:not(.cta-free-trial),
.sticky #customer-menu > li:not(.cta-free-trial) {
    width: auto
}

#header-menu #customer_login_link,
#mm-customer_login_link {
    margin-left: 1.5em
}

#header-menu #customer_login_link:before,
#mm-customer_login_link:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    width: 1.5em;
    position: absolute;
    left: 0
}

#header-menu #customer_login_link {
    padding-left: 20px
}

#header-menu #customer_login_link:after {
    left: 20px
}

@media (min-width: 768px) {
    .section-home-customer-types .customers {
        padding-top: 150px
    }
}

.section-home-features {
    padding-bottom: 82px
}

.section-home-features > .row-wide {
    padding-top: 0;
    padding-bottom: 0
}

.section-home-features .features .feature {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px
}

.section-home-features .features .feature .content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.section-home-features .glide__bullet {
    background-color: #67b6f4
}

@media (min-width: 768px) {
    .section-home-features {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-features {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 768px) {
    .section-home-features .features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 12px;
        margin-right: 12px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-features .features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-features .features {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .section-home-features .features {
        margin-left: -44px;
        margin-right: -44px
    }
}

@media (min-width: 768px) {
    .section-home-features .features .feature {
        max-width: 400px;
        padding: 24px 12px;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-features .features .feature {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width: 768px) {
    .section-home-features .features .feature .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 12px
    }

    .section-home-features .features .feature .image img {
        height: 174px;
        width: 174px
    }
}

@media (min-width: 768px) and (min-width: 480px) {
    .section-home-features .features .feature {
        max-width: 400px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-features .features .feature {
        max-width: none;
        padding: 40px 24px
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .section-home-features .features .feature {
        padding-left: 56px;
        padding-right: 56px
    }
}

@media (min-width: 768px) {
    .section-home-features .actions {
        text-align: center;
        margin-top: 14px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-features .actions {
        margin-top: 60px
    }
}

@media (min-width: 768px) {
    .section-home-features .features {
        -webkit-transition: unset !important;
        -o-transition: unset !important;
        transition: unset !important;
        width: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important
    }

    .section-home-features .features .feature {
        width: unset !important;
        margin-left: unset !important;
        margin-right: unset !important
    }
}

@media (min-width: 768px) {
    .section-home-features .glide__slide--clone {
        display: none
    }
}

@media (min-width: 768px) {
    .section-home-features .glide__bullets {
        display: none
    }
}

.section-home-header {
    background-color: #f8f6fa
}

@media (min-width: 480px) {
    .section-home-header {
        overflow: hidden
    }
}

@media (min-width: 480px) {
    .section-home-header .row-wide {
        padding-top: 40px;
        padding-bottom: 0
    }
}

@media (min-width: 480px) {
    .section-home-header .row-wide > .inner {
        position: relative;
        padding-top: 66px;
        padding-bottom: 96px;
        padding-right: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 768px) {
    .section-home-header .row-wide > .inner {
        min-height: 42vh
    }
}

.section-home-header .row-wide > .inner:after {
    content: "";
    display: block;
    background-image: url(home-header-mobile.png?v=3);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 160%
}

@media (min-width: 480px) {
    .section-home-header .row-wide > .inner:after {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        margin: 0;
        background-image: url(home-header.png?v=2);
        background-position: center;
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translate(24px);
        right: 36px;
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .section-home-header .row-wide > .inner:after {
        background-position: top center;
        margin-bottom: -100px;
        padding-bottom: 100px;
        right: 0
    }
}

@media (min-width: 992px) {
    .section-home-header .row-wide > .inner:after {
        background-position: bottom center;
        right: -12px
    }
}

@media (min-width: 1200px) {
    .section-home-header .row-wide > .inner:after {
        right: -64px
    }
}

@media (min-width: 1400px) {
    .section-home-header .row-wide > .inner:after {
        right: -88px
    }
}

.section-home-header .row-wide > .inner .subtitle {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-home-header .row-wide > .inner .subtitle {
        font-size: 24px;
        line-height: 32px
    }
}

.section-home-header .row-wide > .inner .actions {
    padding-top: 36px;
    padding-bottom: 24px
}

@media (min-width: 480px) {
    .section-home-header .row-wide > .inner .actions {
        margin-top: auto
    }
}

.section-home-how {
    background-color: #f8f6fa
}

.section-home-how > .row,
.section-home-how > .row-wide {
    padding-top: 28px;
    padding-bottom: 64px
}

@media (min-width: 768px) {

    .section-home-how > .row,
    .section-home-how > .row-wide {
        padding-top: 98px;
        padding-bottom: 128px
    }
}

@media (min-width: 768px) {

    .section-home-how > .row-wide > .inner,
    .section-home-how > .row > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
        -ms-grid-rows: 1fr auto auto auto 1fr;
        grid-template-rows: 1fr auto auto auto 1fr;
        grid-template-areas: ". . how-image" "how-title . how-image" "how-list . how-image" "how-actions . how-image" ". . how-image"
    }
}

@media (min-width: 1200px) {

    .section-home-how > .row-wide > .inner,
    .section-home-how > .row > .inner {
        -ms-grid-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
        -ms-grid-rows: 1fr auto auto auto 1fr;
        grid-template-rows: 1fr auto auto auto 1fr
    }

    .section-home-how > .row-wide > .inner > :nth-child(1),
    .section-home-how > .row > .inner > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(2),
    .section-home-how > .row > .inner > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(3),
    .section-home-how > .row > .inner > :nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(4),
    .section-home-how > .row > .inner > :nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(5),
    .section-home-how > .row > .inner > :nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(6),
    .section-home-how > .row > .inner > :nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(7),
    .section-home-how > .row > .inner > :nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(8),
    .section-home-how > .row > .inner > :nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(9),
    .section-home-how > .row > .inner > :nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(10),
    .section-home-how > .row > .inner > :nth-child(10) {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(11),
    .section-home-how > .row > .inner > :nth-child(11) {
        -ms-grid-row: 4;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(12),
    .section-home-how > .row > .inner > :nth-child(12) {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(13),
    .section-home-how > .row > .inner > :nth-child(13) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(14),
    .section-home-how > .row > .inner > :nth-child(14) {
        -ms-grid-row: 5;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(15),
    .section-home-how > .row > .inner > :nth-child(15) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }
}

@media (min-width: 1400px) {

    .section-home-how > .row-wide > .inner,
    .section-home-how > .row > .inner {
        -ms-grid-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
        -ms-grid-rows: 1fr auto auto auto 1fr;
        grid-template-rows: 1fr auto auto auto 1fr
    }

    .section-home-how > .row-wide > .inner > :nth-child(1),
    .section-home-how > .row > .inner > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(2),
    .section-home-how > .row > .inner > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(3),
    .section-home-how > .row > .inner > :nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(4),
    .section-home-how > .row > .inner > :nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(5),
    .section-home-how > .row > .inner > :nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(6),
    .section-home-how > .row > .inner > :nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(7),
    .section-home-how > .row > .inner > :nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(8),
    .section-home-how > .row > .inner > :nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(9),
    .section-home-how > .row > .inner > :nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(10),
    .section-home-how > .row > .inner > :nth-child(10) {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(11),
    .section-home-how > .row > .inner > :nth-child(11) {
        -ms-grid-row: 4;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(12),
    .section-home-how > .row > .inner > :nth-child(12) {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-home-how > .row-wide > .inner > :nth-child(13),
    .section-home-how > .row > .inner > :nth-child(13) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .section-home-how > .row-wide > .inner > :nth-child(14),
    .section-home-how > .row > .inner > :nth-child(14) {
        -ms-grid-row: 5;
        -ms-grid-column: 2
    }

    .section-home-how > .row-wide > .inner > :nth-child(15),
    .section-home-how > .row > .inner > :nth-child(15) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }
}

.section-home-how h2 {
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .section-home-how h2 {
        grid-area: how-title;
        text-align: left
    }
}

.section-home-how .image {
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .section-home-how .image {
        grid-area: how-image
    }
}

.section-home-how .list {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .section-home-how .list {
        grid-area: how-list
    }
}

.section-home-how .actions {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .section-home-how .actions {
        text-align: left;
        grid-area: how-actions
    }
}

@media (min-width: 768px) {
    .section-home-how h2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-home-how .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 3
    }

    .section-home-how .list {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-home-how .actions {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }
}

.section-home-services > .row-wide {
    padding-top: 19px;
    padding-bottom: 46px
}

@media (min-width: 768px) {
    .section-home-services > .row-wide {
        padding-bottom: 30px
    }
}

.section-home-services .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width: 480px) {
    .section-home-services .services {
        margin-left: -3px;
        margin-right: -3px
    }
}

.section-home-services .services .service {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 8px
}

@media (min-width: 768px) {
    .section-home-services .services .service {
        padding: 3px;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

.section-home-services .services .service .service-container {
    height: 100%;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 8px;
    background-color: var(--service-color)
}

@media (min-width: 768px) {
    .section-home-services .services .service .service-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-home-services .services .service .service-container .image {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding-right: 29px;
    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;
    justify-content: center
}

@media (min-width: 768px) {
    .section-home-services .services .service .service-container .image {
        padding: 15% 20%
    }
}

.section-home-services .services .service .service-container:hover .image img {
    -webkit-animation: ding-dong 1s linear;
    animation: ding-dong 1s linear
}

.section-home-services .services .service .service-container .content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .section-home-services .services .service .service-container .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-home-services .services .service .service-container .title {
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .section-home-services .services .service .service-container .title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-home-services .services .service .service-container .title {
        font-size: 24px;
        line-height: 32px
    }
}

.section-home-services .services .service .service-container .description,
.section-home-services .services .service .service-container .price {
    display: none
}

.section-home-services .services .service .service-container .more-link {
    text-align: center;
    color: #fff;
    font-family: Livvic, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: .642857px
}

.section-home-services .services .service .service-container .more-link:after {
    font-weight: 400;
    font-size: 80%
}

@media (min-width: 768px) {
    .section-home-services .services .service:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .section-home-services .services .service:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section-home-services .services .service:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .section-home-services .services .service:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .section-home-services .services .service:nth-child(5) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .section-home-services .services .service:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .section-home-services .services .service:nth-child(7) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .section-home-services .services .service:nth-child(8) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .section-home-services .services .service:nth-child(9) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
}

.section-home-services .actions {
    padding-top: 28px;
    text-align: center
}

@media (min-width: 768px) {
    .section-home-services .actions {
        padding-top: 99px
    }
}

.section-home-studio > .row-wide {
    padding-top: 48px;
    padding-bottom: 18px
}

@media (min-width: 768px) {
    .section-home-studio > .row-wide {
        padding-top: 97px;
        padding-bottom: 89px
    }
}

@media (min-width: 768px) {
    .section-home-studio > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 78px 1fr;
        grid-template-columns: 1fr 78px 1fr;
        -ms-grid-rows: 1fr auto auto auto auto 1fr;
        grid-template-rows: 1fr auto auto auto auto 1fr;
        grid-template-areas: "studio-image . ." "studio-image . studio-title" "studio-image . studio-subtitle" "studio-image . studio-content" "studio-image . studio-price" "studio-image . ."
    }
}

.section-home-studio h2 {
    margin-bottom: .5em
}

@media (min-width: 768px) {
    .section-home-studio h2 {
        grid-area: studio-title;
        margin-bottom: 32px
    }
}

@media (min-width: 768px) {
    .section-home-studio h3 {
        grid-area: studio-subtitle;
        margin-bottom: 32px
    }
}

@media (min-width: 768px) {
    .section-home-studio .image {
        grid-area: studio-image
    }
}

.section-home-studio .content {
    font-size: 20px;
    line-height: 28px;
    font-family: Livvic, sans-serif
}

@media (min-width: 768px) {
    .section-home-studio .content {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-home-studio .content {
        grid-area: studio-content;
        margin-bottom: 32px
    }
}

.section-home-studio .price-wrapper {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    font-family: Livvic, sans-serif
}

@media (min-width: 768px) {
    .section-home-studio .price-wrapper {
        line-height: 32px
    }
}

.section-home-studio .price-wrapper .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-home-studio .price-wrapper .amount {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-home-studio .price-wrapper {
        font-size: 24px;
        line-height: 32px
    }
}

.section-home-studio .price-wrapper .amount {
    color: #2b1b9a
}

@media (min-width: 768px) {
    .section-home-studio .price-wrapper {
        grid-area: studio-price
    }
}

@media (min-width: 768px) {
    .section-home-studio h2 {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-home-studio h3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-home-studio .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 6;
        -ms-grid-column: 1
    }

    .section-home-studio .content {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-home-studio .price-wrapper {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }
}

.section-home-studio .price-wrapper .price {
    padding: 2px 7px;
    color: #9d91f5;
    background-color: #f5f4fd
}

@media (min-width: 768px) {
    .section-home-studio .price-wrapper .price {
        display: inline-block
    }
}

.section-home-testimonial > .row,
.section-home-testimonials > .row {
    padding-top: 76px;
    padding-bottom: 0
}

@media (min-width: 768px) {

    .section-home-testimonial > .row,
    .section-home-testimonials > .row {
        padding-top: 110px;
        padding-bottom: 69px
    }
}

.section-home-testimonial .testimonial,
.section-home-testimonials .testimonial {
    text-align: center;
    padding: 0 24px
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial,
    .section-home-testimonials .testimonial {
        text-align: left;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto 1fr;
        grid-template-rows: auto auto auto auto 1fr;
        grid-template-areas: "cite teaser" "cite readmore" "cite image" "author image" ". image"
    }

    .section-home-testimonial .testimonial > .card-image,
    .section-home-testimonials .testimonial > .card-image {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2
    }
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .image,
    .section-home-testimonials .testimonial .image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: image
    }
}

.section-home-testimonial .testimonial .header,
.section-home-testimonials .testimonial .header {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.section-home-testimonial .testimonial .header:before,
.section-home-testimonials .testimonial .header:before {
    display: block;
    content: "";
    height: 29px;
    background-image: url(quote-mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 16px
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .header,
    .section-home-testimonials .testimonial .header {
        display: none
    }
}

.section-home-testimonial .testimonial .text,
.section-home-testimonials .testimonial .text {
    margin-bottom: 20px
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .text,
    .section-home-testimonials .testimonial .text {
        grid-area: cite;
        margin-bottom: 65px;
        position: relative;
        background-color: #fff;
        border-radius: 20px;
        -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
        box-shadow: 10px 22px 60px #2b1b9a0f;
        background-clip: padding-box;
        border: solid 4px transparent
    }

    .section-home-testimonial .testimonial .text:before,
    .section-home-testimonials .testimonial .text:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -4px;
        border-radius: inherit;
        background: -o-linear-gradient(left, #a3d7f4 0, #a2cef4 80px, #c4d4ff 255px, #e2deff 100%);
        background: linear-gradient(to right, #a3d7f4 0, #a2cef4 80px, #c4d4ff 255px, #e2deff 100%)
    }

    .section-home-testimonial .testimonial .text:after,
    .section-home-testimonials .testimonial .text:after {
        content: "";
        display: block;
        background-image: url(quote-tip-bordered.svg);
        width: 125px;
        height: 50px;
        bottom: -50px;
        margin-left: 0;
        left: 17.5px;
        position: absolute;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat
    }

    .section-home-testimonial .testimonial .text .text-wrapper,
    .section-home-testimonials .testimonial .text .text-wrapper {
        padding: 40px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {

    .section-home-testimonial .testimonial .text .text-wrapper,
    .section-home-testimonials .testimonial .text .text-wrapper {
        padding: 56px 82px 82px
    }
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .text .text-wrapper:after,
    .section-home-testimonial .testimonial .text .text-wrapper:before,
    .section-home-testimonials .testimonial .text .text-wrapper:after,
    .section-home-testimonials .testimonial .text .text-wrapper:before {
        position: absolute;
        content: "";
        height: 4px;
        bottom: -4px
    }
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .text .text-wrapper:before,
    .section-home-testimonials .testimonial .text .text-wrapper:before {
        width: 175px;
        left: 80px;
        background-color: #fff;
        z-index: 2
    }
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .text .text-wrapper:after,
    .section-home-testimonials .testimonial .text .text-wrapper:after {
        width: 4px;
        left: 251px;
        z-index: 3;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        background-color: #c4d4ff
    }
}

.section-home-testimonial .testimonial .author,
.section-home-testimonials .testimonial .author {
    margin-bottom: 24px
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .author,
    .section-home-testimonials .testimonial .author {
        grid-area: author;
        padding-left: 55px;
        margin-left: 20px;
        position: relative
    }

    .section-home-testimonial .testimonial .author:before,
    .section-home-testimonials .testimonial .author:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        height: 29px;
        width: 31px;
        background-image: url(quote-mark.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left
    }
}

.section-home-testimonial .testimonial .author .name,
.section-home-testimonials .testimonial .author .name {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .author .name,
    .section-home-testimonials .testimonial .author .name {
        font-size: 24px;
        line-height: 32px
    }
}

.section-home-testimonial .testimonial .author .place,
.section-home-testimonials .testimonial .author .place {
    font-size: 14px;
    line-height: 20px
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .read-more,
    .section-home-testimonial .testimonial .teaser,
    .section-home-testimonials .testimonial .read-more,
    .section-home-testimonials .testimonial .teaser {
        margin-left: 68px
    }
}

.section-home-testimonial .testimonial .teaser,
.section-home-testimonials .testimonial .teaser {
    font-size: 20px;
    line-height: 28px;
    display: none
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .teaser,
    .section-home-testimonials .testimonial .teaser {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .teaser,
    .section-home-testimonials .testimonial .teaser {
        display: block;
        grid-area: teaser
    }
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .read-more,
    .section-home-testimonials .testimonial .read-more {
        grid-area: readmore;
        padding-top: 24px
    }
}

.section-home-testimonial .row > .inner:after {
    content: "";
    display: block;
    padding-bottom: 48px;
    border-bottom: 1px solid #e2defc
}

.section-home-testimonials .glide {
    position: relative
}

.section-home-testimonials .glide .glide__arrow {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    opacity: 1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width: 768px) {
    .section-home-testimonials .glide .glide__arrow {
        display: block
    }
}

.section-home-testimonials .glide .glide__arrow:focus,
.section-home-testimonials .glide .glide__arrow:hover {
    background-color: #f5f4fd !important
}

.section-home-testimonials .glide .glide__arrow--right {
    right: -72px
}

.section-home-testimonials .glide .glide__arrow--left {
    left: -72px
}

.section-home-testimonials .glide .glide__bullet {
    background-color: #67b6f4
}

.section-home-testimonials .glide .footer {
    padding-top: 48px;
    padding-bottom: 57px;
    border-bottom: 1px solid #e2defc
}

@media (min-width: 768px) {
    .section-home-testimonials .glide .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        border-bottom: none
    }

    .section-home-testimonials .glide .footer:after {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        content: "";
        border-top: 1px solid #e2defc;
        margin-left: 51px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }
}

.section-home-testimonials .glide .footer .caption {
    display: none
}

@media (min-width: 768px) {
    .section-home-testimonials .glide .footer .caption {
        display: block;
        margin-left: 52px
    }
}

.section-how-carousel-services {
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    padding-top: 51px;
    padding-bottom: 66px
}

@media (min-width: 768px) {
    .section-how-carousel-services {
        padding-top: 102px;
        padding-bottom: 133px
    }
}

.section-how-carousel-services > h2 {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    color: #2b1b9a;
    margin-bottom: .5em;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    padding-right: 24px;
    padding-left: 24px
}

@media (min-width: 768px) {
    .section-how-carousel-services > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

@media (min-width: 768px) {
    .section-how-carousel-services > h2 {
        font-family: Livvic, sans-serif;
        font-weight: 600;
        color: #2b1b9a;
        margin-bottom: .5em;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-how-carousel-services > h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-how-carousel-services .slider-wrapper {
    border-radius: 10px;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 30px
}

@media (min-width: 480px) {
    .section-how-carousel-services .slider-wrapper {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media (min-width: 768px) {
    .section-how-carousel-services .slider-wrapper {
        padding-top: 55px
    }
}

@media (min-width: 1400px) {
    .section-how-carousel-services .slider-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 1220px
    }
}

.section-how-carousel-services .glide {
    position: relative
}

.section-how-carousel-services .glide .glide__arrows {
    display: none
}

@media (min-width: 480px) {
    .section-how-carousel-services .glide .glide__arrows {
        display: block
    }
}

.section-how-carousel-services .glide .glide__arrow {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    opacity: 1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.section-how-carousel-services .glide .glide__arrow:focus,
.section-how-carousel-services .glide .glide__arrow:hover {
    background-color: #f5f4fd !important
}

.section-how-carousel-services .glide .glide__arrow--right {
    right: -36px
}

.section-how-carousel-services .glide .glide__arrow--left {
    left: -36px
}

.section-how-carousel-services .glide .glide__bullets {
    padding-top: 43px
}

.section-how-carousel-services .service {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .section-how-carousel-services .service {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.section-how-carousel-services .service .image {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .section-how-carousel-services .service .image {
        padding: 28px 10.6vw 48px 5.4vw
    }
}

@media (min-width: 1400px) {
    .section-how-carousel-services .service .image {
        padding-right: 149px;
        padding-left: 75px
    }
}

.section-how-carousel-services .service .image:before {
    content: "";
    background-color: #fa585a;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%
}

@media (min-width: 768px) {
    .section-how-carousel-services .service .image:before {
        height: 100%;
        width: 50%
    }
}

.section-how-carousel-services .service .image img {
    position: relative;
    z-index: 1
}

.section-how-carousel-services .service .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (min-width: 480px) {
    .section-how-carousel-services .service .content {
        display: block;
        padding: 0 48px
    }
}

@media (min-width: 768px) {
    .section-how-carousel-services .service .content {
        padding: 107px 40px 40px 12px
    }
}

.section-how-carousel-services .service .content .description {
    color: #5f5572;
    margin-bottom: 1em
}

.section-how-carousel-services .service .content .description p {
    padding-bottom: 0
}

.section-how-carousel-services .service .content .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 28px;
    color: #5f5572
}

@media (min-width: 768px) {
    .section-how-carousel-services .service .content .price {
        line-height: 32px
    }
}

.section-how-carousel-services .service .content .price .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-how-carousel-services .service .content .price .amount {
        font-size: 24px;
        line-height: 32px
    }
}

.section-how-carousel-services .service .content .description,
.section-how-carousel-services .service .content .price {
    font-size: 1.2rem
}

@media (min-width: 768px) {

    .section-how-carousel-services .service .content .description,
    .section-how-carousel-services .service .content .price {
        font-size: 16px;
        line-height: 26px
    }
}

.section-how-carousel-services .service .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 44px -12px 0
}

@media (min-width: 768px) {
    .section-how-carousel-services .service .content .actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 480px) {
    .section-how-carousel-services .service .content .actions {
        margin-bottom: -12px
    }
}

.section-how-carousel-services .service .content .actions > a {
    margin: 12px
}

.section-how-carousel-services .service:nth-child(4n+3) .image:before {
    background-color: #67b6f4
}

.section-how-carousel-services .service:nth-child(4n+4) .image:before {
    background-color: #9d91f5
}

.section-how-carousel-services .service:nth-child(4n+5) .image:before {
    background-color: #ffcd1e
}

.section-how-guarantee {
    padding-bottom: 87px
}

.section-how-guarantee .jumbotron {
    background-color: #f0f8fe;
    color: #2b1b9a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 89px;
    padding-bottom: 85px
}

@media (min-width: 768px) {
    .section-how-guarantee .jumbotron {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.section-how-guarantee .jumbotron > .image {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section-how-guarantee .jumbotron > .image {
        padding-bottom: 0;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (min-width: 1400px) {
    .section-how-guarantee .jumbotron > .image {
        padding-left: 87px;
        padding-right: 160px
    }
}

.section-how-guarantee .jumbotron > .content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 40px;
    padding-right: 40px
}

.section-how-guarantee .jumbotron > .content .actions {
    padding-top: 34px;
    text-align: center
}

@media (min-width: 768px) {
    .section-how-guarantee .jumbotron > .content .actions {
        text-align: left
    }
}

.section-how-header {
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .section-how-header {
        padding-top: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 476.5983193277px
    }
}

@media (min-width: 1200px) {
    .section-how-header {
        min-height: 591.2605042017px
    }
}

@media (min-width: 1400px) {
    .section-how-header {
        min-height: 701.512605042px
    }
}

.section-how-header:after {
    content: "";
    z-index: -1;
    display: block;
    position: relative;
    background-image: url(how-header.png);
    background-repeat: no-repeat;
    background-position: 150% bottom;
    background-size: 85% auto;
    height: 70vw;
    width: 100%
}

@media (min-width: 992px) {
    .section-how-header:after {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        background-position: right bottom;
        background-size: 100%;
        padding-left: 100px;
        background-origin: content-box;
        width: 463.8857142857px
    }
}

@media (min-width: 1200px) {
    .section-how-header:after {
        width: 585.7142857143px
    }
}

@media (min-width: 1400px) {
    .section-how-header:after {
        width: 702.8571428571px
    }
}

.section-how-header .row > .inner .content {
    font-family: Livvic, sans-serif
}

@media (min-width: 992px) {
    .section-how-header .row > .inner .left {
        width: 50%
    }
}

.section-how-steps {
    position: relative
}

.section-how-steps:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -1.5%;
    left: -71%;
    height: 100%;
    width: 100%;
    background-image: url(how-steps.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 85% auto
}

@media (min-width: 992px) {
    .section-how-steps:before {
        background-size: 100% auto;
        left: auto;
        right: 50%;
        margin-right: -100px;
        background-origin: content-box;
        width: 463.8857142857px;
        -webkit-transform: translateX(29.76px);
        -ms-transform: translateX(29.76px);
        transform: translate(29.76px);
        top: -69.44px;
        padding-bottom: 69.44px
    }
}

@media (min-width: 1200px) {
    .section-how-steps:before {
        width: 585.7142857143px;
        -webkit-transform: translateX(36px);
        -ms-transform: translateX(36px);
        transform: translate(36px);
        top: -84px;
        padding-bottom: 84px
    }
}

@media (min-width: 1400px) {
    .section-how-steps:before {
        width: 702.8571428571px;
        -webkit-transform: translateX(42px);
        -ms-transform: translateX(42px);
        transform: translate(42px);
        top: -98px;
        padding-bottom: 98px
    }
}

.section-how-steps > .row {
    padding-top: 40px;
    margin-top: -68px
}

@media (min-width: 992px) {
    .section-how-steps > .row {
        padding-bottom: 0
    }
}

.section-how-steps > .row .steps {
    list-style: none;
    margin-left: 0
}

@media (min-width: 992px) {
    .section-how-steps > .row .steps {
        background-repeat: no-repeat;
        background-position: left top;
        padding-top: 50px
    }
}

@media (min-width: 1200px) {
    .section-how-steps > .row .steps {
        padding-top: 55px
    }
}

@media (min-width: 1200px) {
    .section-how-steps > .row .steps {
        padding-top: 60px
    }
}

.section-how-steps > .row .steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 40px
}

@media (min-width: 992px) {
    .section-how-steps > .row .steps .step {
        padding-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 405px
    }
}

@media (min-width: 1200px) {
    .section-how-steps > .row .steps .step {
        padding-top: 60px;
        min-height: 540px
    }
}

@media (min-width: 1400px) {
    .section-how-steps > .row .steps .step {
        padding-top: 80px;
        min-height: 650px
    }
}

.section-how-steps > .row .steps .step .image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: center
}

.section-how-steps > .row .steps .step h2 {
    margin-bottom: 7px
}

.section-how-steps > .row .steps .step h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .section-how-steps > .row .steps .step h4 {
        font-size: 24px;
        line-height: 32px
    }
}

.section-how-steps > .row .steps .step .content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width: 992px) {
    .section-how-steps > .row .steps .step .content {
        padding-left: 30px
    }
}

.section-how-steps > .row .steps .step .content .text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -4px;
    margin-right: -4px
}

.section-how-steps > .row .steps .step .content .text ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    background-color: #e8f4fe;
    border-radius: 4px;
    margin: 4px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #5f5572;
    font-weight: 700
}

.section-how-steps > .row .steps .step .content .text ul li.preferred {
    color: #2b1b9a
}

.section-landing-footer {
    padding-top: 40px;
    padding-bottom: 110px
}

@media (min-width: 768px) {
    .section-landing-footer {
        padding-top: 60px;
        padding-bottom: 70px
    }
}

.section-landing-footer:before {
    content: "";
    display: block;
    background-image: url(landing-footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 25%
}

.section-landing-footer .text {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-family: Livvic, sans-serif
}

@media (min-width: 768px) {
    .section-landing-footer .text {
        font-size: 32px;
        line-height: 40px
    }
}

.section-landing-get-right {
    background-color: #f8f6fa
}

.section-landing-get-right h2,
.section-landing-get-right h4 {
    font-weight: 400
}

.section-landing-header {
    background-color: #fff
}

.section-landing-header h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}

@media (min-width: 768px) {
    .section-landing-header h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.section-landing-header .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    font-family: Livvic, sans-serif;
    padding: 2px 7px;
    color: #9d91f5;
    background-color: #f5f4fd;
    display: inline-block
}

@media (min-width: 768px) {
    .section-landing-header .price {
        line-height: 32px
    }
}

.section-landing-header .price .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-landing-header .price .amount {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-landing-header .price {
        font-size: 24px;
        line-height: 32px
    }
}

.section-landing-header .price .amount {
    color: #2b1b9a
}

.section-landing-header .actions {
    margin-top: 32px
}

@media (min-width: 768px) {
    .section-landing-header .actions {
        margin-top: 64px
    }
}

@media (max-width: 767px) {
    .section-landing-header .image {
        display: none
    }
}

.section-landing-rebrand > .row-wide {
    padding-top: 48px;
    padding-bottom: 18px
}

@media (min-width: 768px) {
    .section-landing-rebrand > .row-wide {
        padding-top: 97px;
        padding-bottom: 89px
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 78px 1fr;
        grid-template-columns: 1fr 78px 1fr;
        -ms-grid-rows: 1fr auto auto auto auto 1fr;
        grid-template-rows: 1fr auto auto auto auto 1fr;
        grid-template-areas: "rebrand-image . ." "rebrand-image . rebrand-title" "rebrand-image . rebrand-subtitle" "rebrand-image . rebrand-content" "rebrand-image . rebrand-price" "rebrand-image . ."
    }
}

.section-landing-rebrand h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1em
}

@media (min-width: 768px) {
    .section-landing-rebrand h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand h2 {
        grid-area: rebrand-title;
        margin-bottom: 32px
    }
}

.section-landing-rebrand h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}

@media (min-width: 768px) {
    .section-landing-rebrand h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand h3 {
        grid-area: rebrand-subtitle;
        margin-bottom: 32px
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand .image {
        grid-area: rebrand-image
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand .content {
        grid-area: rebrand-content
    }
}

.section-landing-rebrand .price-wrapper {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    font-family: Livvic, sans-serif
}

@media (min-width: 768px) {
    .section-landing-rebrand .price-wrapper {
        line-height: 32px
    }
}

.section-landing-rebrand .price-wrapper .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-landing-rebrand .price-wrapper .amount {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand .price-wrapper {
        font-size: 24px;
        line-height: 32px
    }
}

.section-landing-rebrand .price-wrapper .amount {
    color: #2b1b9a
}

@media (min-width: 768px) {
    .section-landing-rebrand .price-wrapper {
        grid-area: rebrand-price
    }
}

@media (min-width: 768px) {
    .section-landing-rebrand h2 {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-landing-rebrand h3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-landing-rebrand .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 6;
        -ms-grid-column: 1
    }

    .section-landing-rebrand .content {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-landing-rebrand .price-wrapper {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }
}

.section-landing-rebrand .price-wrapper .price {
    padding: 2px 7px;
    color: #9d91f5;
    background-color: #f5f4fd
}

@media (min-width: 768px) {
    .section-landing-rebrand .price-wrapper .price {
        display: inline-block
    }
}

.section-landing-who-we-are h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: .75em
}

@media (min-width: 768px) {
    .section-landing-who-we-are h2 {
        font-size: 48px;
        line-height: 54px
    }
}

@media (min-width: 768px) {
    .section-landing-who-we-are h2 {
        margin-bottom: .8em
    }
}

.section-landing-who-we-are p {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-landing-who-we-are p {
        font-size: 24px;
        line-height: 32px
    }
}

.section-landing-who-we-are .actions {
    margin-top: 40px
}

.section-landing-who-we-are .image {
    text-align: center
}

.section-landing-who-we-are .image img {
    max-width: 515px;
    width: 100%
}

@media (max-width: 480px) {
    .section-landing-who-we-are .arrow-btn {
        padding-left: 9px;
        padding-right: 9px
    }
}

.section-newsletter-signup {
    overflow: hidden;
    background-color: #f8f6fa
}

.section-newsletter-signup:after {
    content: "";
    background-image: url(newsletter-signup-footer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    padding-bottom: 30%
}

@media (min-width: 1800px) {
    .section-newsletter-signup:after {
        width: 1800px;
        margin: 0 auto;
        padding-bottom: 504px
    }
}

.section-newsletter-signup > .row-wide {
    padding-top: 60px
}

@media (min-width: 768px) {
    .section-newsletter-signup > .row-wide {
        padding-top: 80px
    }
}

@media (min-width: 1400px) {
    .section-newsletter-signup > .row-wide {
        padding-top: 104px
    }
}

@media (min-width: 768px) {
    .section-newsletter-signup > .row-wide > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section-newsletter-signup > .row-wide > .inner > * {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (min-width: 768px) {
    .section-newsletter-signup .newsletter-message {
        padding-right: 4vw
    }
}

@media (min-width: 1400px) {
    .section-newsletter-signup .newsletter-message {
        padding-right: 147px
    }
}

.section-newsletter-signup .newsletter-message h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: .75em
}

@media (min-width: 768px) {
    .section-newsletter-signup .newsletter-message h1 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-newsletter-signup .newsletter-message .slogan {
    color: #5f5572;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 2em
}

@media (min-width: 768px) {
    .section-newsletter-signup .newsletter-message .slogan {
        font-size: 24px;
        line-height: 32px
    }
}

.section-newsletter-signup .newsletter-form {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    padding: 30px
}

@media (min-width: 768px) {
    .section-newsletter-signup .newsletter-form {
        padding: 64px
    }
}

.section-newsletter-signup .newsletter-form form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -6px;
    margin-right: -6px
}

@media (min-width: 1200px) {
    .section-newsletter-signup .newsletter-form form .form-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.section-newsletter-signup .newsletter-form form .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.section-newsletter-signup .newsletter-form form .form-actions,
.section-newsletter-signup .newsletter-form form .form-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 30px
}

.section-newsletter-signup .newsletter-form form .errors {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 24px
}

.section-newsletter-signup .newsletter-form form .subscribed {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 24px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f5f4fd;
    color: #9d91f5;
    text-align: center
}

.section-newsletter-signup .newsletter-form .description {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5f5572
}

.section-newsletter-signup .newsletter-form .description strong {
    color: #2b1b9a
}

.section-newsletter-signup .newsletter-form .description:before {
    display: block;
    content: "";
    background-image: url(envelope.svg);
    background-size: 45px auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width: 768px) {
    .section-newsletter-signup .newsletter-form .description:before {
        min-height: 50px;
        background-size: 68px auto;
        -ms-flex-preferred-size: 84px;
        flex-basis: 84px
    }
}

.page-newsletter #shopify-section-page-footer {
    display: none
}

.cta-popup > .inner {
    min-height: 0
}

.cta-popup > .inner:before {
    display: block;
    margin: 0 -16px;
    content: "";
    height: 0;
    padding-bottom: 32%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.cta-popup .intro {
    margin-top: 24px;
    margin-bottom: 34px
}

.cta-popup .intro .h2,
.cta-popup .intro h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center
}

@media (min-width: 768px) {

    .cta-popup .intro .h2,
    .cta-popup .intro h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.cta-popup .intro p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1em;
    margin-top: 0
}

.cta-popup .intro .btn {
    margin-top: 54px;
    width: 100%;
    text-align: center
}

.cta-popup .form-item {
    max-width: 440px
}

.cta-popup .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cta-popup .form-actions button {
    display: block;
    width: 100%;
    margin-bottom: 32px
}

.cta-popup .form-actions button:after {
    color: #2b1b9a
}

.cta-popup .form-actions .close-btn {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    padding-bottom: 7px;
    text-decoration: none
}

.cta-popup .form-actions .close-btn:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#a0d8f7), to(#e2deff));
    background: -o-linear-gradient(left, #a0d8f7 0, #e2deff 100%);
    background: linear-gradient(to right, #a0d8f7 0, #e2deff 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5
}

.cta-popup .form-actions .close-btn:focus,
.cta-popup .form-actions .close-btn:hover {
    color: inherit
}

.cta-popup .form-actions .close-btn:focus:after,
.cta-popup .form-actions .close-btn:hover:after {
    opacity: 1
}

.cta-popup.newsletter-signup-popup > .inner:before {
    background-image: url(newsletter-popup.svg)
}

.cta-popup-confirmation.newsletter-signup-popup > .inner:before {
    background-image: url(newsletter-popup-success.svg)
}

.cta-popup.file-download-popup > .inner:before {
    background-image: url(download-popup.svg)
}

.cta-popup-confirmation.file-download-popup > .inner:before {
    background-image: url(download-popup-success.svg)
}

.section-pricing-checkout .jumbotron {
    background-color: #436aff !important;
    color: #fff
}

.section-pricing-checkout .jumbotron > .inner .gates {
    padding-top: 40px;
    margin: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .section-pricing-checkout .jumbotron > .inner .gates {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 55px
    }
}

.section-pricing-checkout .jumbotron > .inner .gates .gate {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    height: 88px;
    margin: 12px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .section-pricing-checkout .jumbotron > .inner .gates .gate {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.section-pricing-credits h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 768px) {
    .section-pricing-credits h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-pricing-credits .actions {
    text-align: center;
    margin-top: 14px
}

@media (min-width: 768px) {
    .section-pricing-credits .actions {
        margin-top: 60px
    }
}

.section-pricing-credits .slider-wrapper #slider.noUi-target {
    margin: 200px 35px 115px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 6px;
    background: #e8f4fe;
    height: 12px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper #slider.noUi-target {
        margin: 236px 80px 152px
    }
}

.section-pricing-credits .slider-wrapper #slider .noUi-handle {
    border: none;
    -webkit-box-shadow: 2px 6px 17px rgba(43, 27, 154, .23);
    box-shadow: 2px 6px 17px #2b1b9a3b;
    background-color: #67b6f4;
    color: #2b1b9a;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: 0;
    top: 6px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: -webkit-grab;
    cursor: grab
}

.section-pricing-credits .slider-wrapper #slider .noUi-handle:focus {
    outline: 0
}

.section-pricing-credits .slider-wrapper #slider .noUi-handle:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 59px;
    background-color: transparent;
    text-align: center
}

.section-pricing-credits .slider-wrapper #slider .noUi-handle:after {
    content: none
}

.section-pricing-credits .slider-wrapper #slider .noUi-handle[data-position] {
    --noUiSlider-handle-position: attr(data-position);
    --noUiSlider-handle-size-min: 42;
    --noUiSlider-handle-size-max: 72;
    --noUiSlider-handle-size: calc((var(--noUiSlider-handle-size-max) - var(--noUiSlider-handle-size-min)) * (var(--noUiSlider-handle-position) / 100) + var(--noUiSlider-handle-size-min));
    width: var(--noUiSlider-handle-size) px;
    height: var(--noUiSlider-handle-size) px;
    --noUiSlider-icon-size-min: 10;
    --noUiSlider-icon-size-max: 38;
    --noUiSlider-icon-size: calc((var(--noUiSlider-icon-size-max) - var(--noUiSlider-icon-size-min)) * (var(--noUiSlider-handle-position) / 100) + var(--noUiSlider-icon-size-min))
}

.section-pricing-credits .slider-wrapper #slider .noUi-handle[data-position]:before {
    font-size: var(--noUiSlider-icon-size) px;
    line-height: var(--noUiSlider-handle-size) px
}

.section-pricing-credits .slider-wrapper #slider .noUi-tooltip {
    text-align: center;
    border: none;
    padding: 15px 22px 21px;
    border-radius: 999px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    bottom: 86px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper #slider .noUi-tooltip {
        padding: 15px 47px 21px
    }
}

.section-pricing-credits .slider-wrapper #slider .noUi-tooltip .slider-tip__credits {
    display: block;
    font-family: Livvic, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #67b6f4;
    margin-bottom: 6px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper #slider .noUi-tooltip .slider-tip__credits {
        font-size: 24px;
        line-height: 32px
    }
}

.section-pricing-credits .slider-wrapper #slider .noUi-tooltip .slider-tip__free {
    background: rgba(157, 145, 245, .1);
    border-radius: 4px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    padding: 8px 16px;
    color: #2b1b9a;
    letter-spacing: .642857px;
    text-transform: uppercase
}

.section-pricing-credits .slider-wrapper #slider .noUi-tooltip:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: inherit;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-8px);
    -ms-transform: rotate(45deg) translateX(-8px);
    transform: rotate(45deg) translate(-8px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.section-pricing-credits .slider-wrapper #slider .noUi-pips .noUi-marker {
    display: none
}

.section-pricing-credits .slider-wrapper #slider .noUi-pips .noUi-value {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #67b6f4
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper #slider .noUi-pips .noUi-value {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper #slider .noUi-pips .noUi-value {
        position: absolute
    }

    .section-pricing-credits .slider-wrapper #slider .noUi-pips .noUi-value:nth-child(2) {
        -webkit-transform: translate(-100%, -1.1em);
        -ms-transform: translate(-100%, -1.1em);
        transform: translate(-100%, -1.1em);
        padding-right: 24px
    }

    .section-pricing-credits .slider-wrapper #slider .noUi-pips .noUi-value:last-child {
        -webkit-transform: translate(0, -1.1em);
        -ms-transform: translate(0, -1.1em);
        transform: translateY(-1.1em);
        padding-left: 24px
    }
}

@media (max-width: 767px) {
    .section-pricing-credits .slider-wrapper #slider .noUi-handle[aria-valuenow="25.0"] .noUi-tooltip {
        left: 174%
    }

    .section-pricing-credits .slider-wrapper #slider .noUi-handle[aria-valuenow="25.0"] .noUi-tooltip:after {
        left: 28%
    }

    .section-pricing-credits .slider-wrapper #slider .noUi-handle[aria-valuenow="1000.0"] .noUi-tooltip {
        left: -74%
    }

    .section-pricing-credits .slider-wrapper #slider .noUi-handle[aria-valuenow="1000.0"] .noUi-tooltip:after {
        left: 68%
    }
}

.section-pricing-credits .slider-wrapper .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.section-pricing-credits .slider-wrapper .results .result {
    text-align: center;
    background-color: #f8f6fa;
    font-weight: 400;
    padding: 8px 16px 24px;
    margin: 0 12px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result {
        padding: 32px;
        margin: 16px 0
    }
}

.section-pricing-credits .slider-wrapper .results .result header {
    color: #5f5572;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .642857px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result header {
        display: block;
        min-height: 3em
    }
}

.section-pricing-credits .slider-wrapper .results .result .amount {
    color: #67b6f4;
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    vertical-align: center
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result .amount {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result .amount {
        display: block;
        padding-bottom: 11px
    }
}

.section-pricing-credits .slider-wrapper .results .result footer {
    font-size: 14px;
    line-height: 20px;
    color: #9f99aa
}

.section-pricing-credits .slider-wrapper .results .result:first-child {
    padding-top: 33px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result:first-child {
        padding-top: 32px;
        padding-left: 55px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0
    }
}

.section-pricing-credits .slider-wrapper .results .result:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 33px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result:last-child {
        padding-bottom: 32px;
        padding-right: 55px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0
    }
}

.section-pricing-credits .slider-wrapper .results .result.pay {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result.pay {
        padding: 32px 61px
    }
}

.section-pricing-credits .slider-wrapper .results .result.pay header {
    font-weight: 700;
    display: block
}

.section-pricing-credits .slider-wrapper .results .result.pay .amount {
    font-weight: 600;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px
}

@media (min-width: 768px) {
    .section-pricing-credits .slider-wrapper .results .result.pay .amount {
        padding-top: 0;
        padding-bottom: 11px
    }
}

.section-pricing-credits + .section-pricing-features {
    padding-top: 0 !important
}

.section-pricing-credits + .section-pricing-features > .row-wide {
    padding-top: 0 !important
}

.section-pricing-features h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 768px) {
    .section-pricing-features h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-pricing-features .intro {
    text-align: center;
    font-family: Livvic, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-pricing-features .intro {
        font-size: 24px;
        line-height: 32px
    }
}

.section-pricing-features--top {
    padding-bottom: 0 !important
}

.section-pricing-features--top > .row-wide {
    padding-bottom: 0 !important
}

.section-pricing-faqs > .row > .inner > h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 768px) {
    .section-pricing-faqs > .row > .inner > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-pricing-faqs > .row > .inner > h3 {
    text-align: center;
    color: #67b6f4;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400
}

@media (min-width: 768px) {
    .section-pricing-faqs > .row > .inner > h3 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-faqs > .row > .inner .faqs {
    padding-top: 40px
}

@media (min-width: 768px) {
    .section-pricing-faqs > .row > .inner .faqs {
        padding-top: 93px
    }
}

.section-pricing-get {
    background-color: #f8f6fa
}

.section-pricing-get .row {
    max-width: 730px;
    padding-top: 74px
}

.section-pricing-get .row > .inner {
    text-align: center
}

.section-pricing-get .row > .inner .image {
    margin-bottom: 45px
}

@media (min-width: 768px) {
    .section-pricing-get .row > .inner .image {
        margin-bottom: 80px
    }
}

.section-pricing-get .row > .inner .actions {
    margin-top: 40px
}

.section-pricing-header {
    background-color: #fff
}

@media (min-width: 768px) {
    .section-pricing-header {
        background-color: #f8f6fa
    }
}

@media (min-width: 768px) {
    .section-pricing-header h1 {
        text-align: center
    }
}

.section-pricing-header + #shopify-section-pricing-services .section-pricing-services {
    background-color: #fff
}

@media (min-width: 768px) {
    .section-pricing-header + #shopify-section-pricing-services .section-pricing-services {
        background-color: #f8f6fa
    }
}

.section-pricing-header + #shopify-section-pricing-services .section-pricing-services > .row {
    padding-top: 0;
    padding-bottom: 30px
}

.section-pricing-services {
    background-color: #f8f6fa
}

.section-pricing-services .row {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .section-pricing-services .row {
        padding-top: 118px;
        padding-bottom: 84px
    }
}

.section-pricing-services .row > .inner > h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: .5em
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-pricing-services .row > .inner > h3 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h3 {
        margin-bottom: 76px
    }
}

.section-pricing-services .pricing-services .pricing-service .pricing-service-inner {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .pricing-service-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
        box-shadow: 10px 22px 60px #2b1b9a0f;
        margin-bottom: 24px
    }
}

.section-pricing-services .pricing-services .pricing-service .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 20px 20px 15px
    }
}

.section-pricing-services .pricing-services .pricing-service .content .title {
    color: var(--service-color);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .content .title {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-services .pricing-services .pricing-service .content .text {
    margin-bottom: 16px
}

.section-pricing-services .pricing-services .pricing-service .image {
    -ms-flex-preferred-size: 133px;
    flex-basis: 133px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: var(--service-color);
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 24px;
        padding: 8px;
        -ms-flex-preferred-size: 92px;
        flex-basis: 92px;
        height: 92px;
        border-radius: 4px
    }
}

.section-pricing-services .pricing-services .pricing-service:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section-pricing-services .pricing-services .pricing-service .price {
    overflow: hidden;
    min-width: 133px;
    min-height: 133px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .price {
        margin: 16px;
        min-width: 107px;
        min-height: 100px;
        border-radius: 4px
    }
}

.section-pricing-services .pricing-services .pricing-service .price * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 0
}

.section-pricing-services .pricing-services .pricing-service .price header {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f8f6fa;
    text-align: center;
    color: #8076c2
}

.section-pricing-services .pricing-services .pricing-service .price .amount {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    white-space: nowrap
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .price .amount {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-services .pricing-services .pricing-service .price footer {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px
}

.section-pricing-services .actions {
    text-align: center;
    padding-top: 57px
}

.section-pricing-trial {
    background-color: #f8f6fa
}

.section-pricing-trial > .row {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section-pricing-trial > .row {
        padding-top: 118px;
        padding-bottom: 172px
    }
}

.section-pricing-trial > .row > .inner {
    text-align: center
}

@media (min-width: 768px) {
    .section-pricing-trial > .row > .inner {
        text-align: left
    }
}

.section-pricing-trial > .row > .inner h2 {
    margin-bottom: .6666666667em
}

.section-pricing-trial > .row > .inner .content {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-pricing-trial > .row > .inner .content {
        font-size: 24px;
        line-height: 32px
    }
}

.section-pricing-trial > .row > .inner .actions {
    padding-top: 40px
}

@media (min-width: 768px) {
    .section-pricing-trial > .row > .inner .actions {
        padding-top: 59px
    }
}

@media (min-width: 768px) {
    .section-pricing-trial > .row > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 24px 1fr;
        -ms-grid-rows: auto auto auto 1fr;
        grid-template-rows: auto auto auto 1fr
    }

    .section-pricing-trial > .row > .inner > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-pricing-trial > .row > .inner > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .section-pricing-trial > .row > .inner > :nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-pricing-trial > .row > .inner > :nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-pricing-trial > .row > .inner > :nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .section-pricing-trial > .row > .inner > :nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-pricing-trial > .row > .inner > :nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-pricing-trial > .row > .inner > :nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }

    .section-pricing-trial > .row > .inner > :nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-pricing-trial > .row > .inner > :nth-child(10) {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-pricing-trial > .row > .inner > :nth-child(11) {
        -ms-grid-row: 4;
        -ms-grid-column: 2
    }

    .section-pricing-trial > .row > .inner > :nth-child(12) {
        -ms-grid-row: 4;
        -ms-grid-column: 3
    }

    .section-pricing-trial > .row > .inner * {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4
    }

    .section-pricing-trial > .row > .inner h2 {
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: .25em
    }

    .section-pricing-trial > .row > .inner .content {
        -ms-grid-row: 2;
        grid-row: 2
    }

    .section-pricing-trial > .row > .inner .actions {
        -ms-grid-row: 3;
        grid-row: 3
    }

    .section-pricing-trial > .row > .inner:after {
        content: "";
        -ms-grid-row: 4;
        grid-row: 4;
        height: 10px
    }

    .section-pricing-trial > .row > .inner .image {
        -ms-grid-column: 3;
        grid-column: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-service-about {
    background-color: #f8f6fa
}

.section-service-about > .row-wide {
    padding-top: 60px;
    padding-bottom: 43px
}

@media (min-width: 768px) {
    .section-service-about > .row-wide {
        padding-top: 120px;
        padding-bottom: 126px
    }
}

@media (min-width: 768px) {
    .section-service-about > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10% 24px 50%;
        grid-template-columns: 1fr 10% 24px 50%;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas: "image . . h2" "image . . text"
    }

    .section-service-about > .row-wide > .inner > .card-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .section-service-about > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }
}

.section-service-about > .row-wide > .inner h2 {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .section-service-about > .row-wide > .inner h2 {
        grid-area: h2;
        margin-bottom: 24px
    }
}

.section-service-about > .row-wide > .inner .content {
    color: #8076c2
}

@media (min-width: 768px) {
    .section-service-about > .row-wide > .inner .content {
        grid-area: text
    }
}

.section-service-about > .row-wide > .inner .image-wrapper {
    margin-bottom: 25px;
    background-image: url(service-about-image-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 100.9620991254%;
    position: relative
}

@media (min-width: 768px) {
    .section-service-about > .row-wide > .inner .image-wrapper {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        margin-bottom: 0;
        grid-area: image
    }
}

.section-service-about > .row-wide > .inner .image-wrapper .image {
    position: absolute;
    top: 15%;
    left: 19%;
    width: 39%;
    height: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-service-about > .row-wide > .inner .image-wrapper .image img {
    max-height: 100%
}

.section-service-experts > .row-wide {
    padding-top: 56px;
    padding-bottom: 42px
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide {
        padding-top: 120px;
        padding-bottom: 70px
    }
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 48px 1fr;
        grid-template-columns: 1fr 48px 1fr;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas: "title . intro" "title . text";
        position: relative
    }

    .section-service-experts > .row-wide > .inner > .content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
}

.section-service-experts > .row-wide > .inner:before {
    content: "";
    background-image: url(rain.svg);
    height: 40vw;
    max-height: 160px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner:before {
        position: absolute;
        bottom: 0;
        height: 123px;
        width: 50%;
        margin-bottom: 0;
        background-position: bottom left;
        left: -12px
    }
}

@media (min-width: 992px) {
    .section-service-experts > .row-wide > .inner:before {
        left: -24px
    }
}

@media (min-width: 1200px) {
    .section-service-experts > .row-wide > .inner:before {
        left: -76px;
        height: 160px
    }
}

@media (min-width: 1400px) {
    .section-service-experts > .row-wide > .inner:before {
        left: -88px
    }
}

@media (min-width: 1560px) {
    .section-service-experts > .row-wide > .inner:before {
        margin-left: -5%
    }
}

.section-service-experts > .row-wide > .inner h2 {
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner h2 {
        grid-area: title;
        padding-bottom: 330px;
        max-width: 412px
    }
}

.section-service-experts > .row-wide > .inner .intro {
    font-size: 20px;
    line-height: 28px;
    font-family: Livvic, sans-serif;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner .intro {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner .intro {
        grid-area: intro
    }
}

.section-service-experts > .row-wide > .inner .content {
    color: #8076c2
}

@media (min-width: 768px) {
    .section-service-experts > .row-wide > .inner .content {
        grid-area: text
    }
}

.section-service-faq {
    background-color: #f8f6fa
}

.section-service-faq .faqs .faq {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
    counter-reset: faq-items-counter
}

.section-service-faq .faqs .faq .question {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 33px 64px 33px 16px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .question {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .question {
        padding: 48px 100px 48px 64px
    }
}

.section-service-faq .faqs .faq .answer {
    padding: 0 16px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .answer {
        padding: 0 64px
    }
}

.section-service-faq .faqs .faq.active .answer {
    padding-bottom: 16px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq.active .answer {
        padding-bottom: 48px
    }
}

.section-service-faq .faqs .faq h3 {
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.section-service-faq .faqs .faq h4 {
    margin-bottom: 1em
}

.section-service-faq .faqs .faq .item {
    margin-top: 1.125em;
    counter-increment: faq-items-counter;
    font-weight: 400
}

.section-service-faq .faqs .faq .item:before {
    content: counter(faq-items-counter) ". ";
    color: #67b6f4;
    font-weight: 700;
    padding-right: 1ex
}

.section-service-faq .faqs .faq .item .label {
    font-weight: 600
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .column > .hightlight {
        height: 100%
    }
}

.section-service-faq .faqs .faq .highlight,
.section-service-faq .faqs .faq .highlight-text {
    background-color: #f0f8fe;
    color: #2b1b9a;
    border-radius: 8px;
    padding: 18px 24px;
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width: 768px) {

    .section-service-faq .faqs .faq .highlight,
    .section-service-faq .faqs .faq .highlight-text {
        padding: 40px;
        margin: 20px 0
    }
}

.section-service-faq .faqs .faq .highlight ol > li:last-child,
.section-service-faq .faqs .faq .highlight ul > li:last-child,
.section-service-faq .faqs .faq .highlight-text ol > li:last-child,
.section-service-faq .faqs .faq .highlight-text ul > li:last-child {
    padding-bottom: 0
}

.section-service-faq .faqs .faq .highlight ul > li,
.section-service-faq .faqs .faq .highlight-text ul > li {
    padding-left: 0
}

@media (min-width: 768px) {

    .section-service-faq .faqs .faq .highlight ul > li,
    .section-service-faq .faqs .faq .highlight-text ul > li {
        padding-left: 24px
    }
}

.section-service-faq .faqs .faq .highlight ul > li:before,
.section-service-faq .faqs .faq .highlight-text ul > li:before {
    left: -14px
}

@media (min-width: 768px) {

    .section-service-faq .faqs .faq .highlight ul > li:before,
    .section-service-faq .faqs .faq .highlight-text ul > li:before {
        left: 0
    }
}

.section-service-faq .faqs .faq .images {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 6px
}

.section-service-faq .faqs .faq .images > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 6px
}

.section-service-faq .faqs .faq .highlight .images {
    padding: 6px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .highlight .images {
        padding: 9px
    }
}

.section-service-faq .faqs .faq .highlight .images > div {
    padding: 6px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .highlight .images > div {
        padding: 9px
    }
}

.section-service-faq .faqs .faq .highlight .column {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .highlight .column .images {
        float: right;
        width: 100%
    }
}

.section-service-faq .faqs .faq .highlight .column .images + .images {
    margin-top: 20px
}

.section-service-faq .faqs .faq .highlight .column:after {
    content: "";
    display: block;
    clear: both
}

@media (min-width: 768px) {

    .section-service-faq .faqs .faq .highlight h2,
    .section-service-faq .faqs .faq .highlight h3,
    .section-service-faq .faqs .faq .highlight h4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.section-service-faq .faqs .faq .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px -5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-service-faq .faqs .faq .gallery > li {
    padding: 5px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 480px) {
    .section-service-faq .faqs .faq .gallery > li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.section-service-faq .faqs .faq .gallery > li:before {
    content: none
}

@media (min-width: 768px) {
    .section-service-faq .faqs .faq .gallery > li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.section-service-faq .faqs .faq .gallery > li > div {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.section-service-faq .faqs .faq .gallery > li > div:empty {
    display: none
}

.section-service-faq .faqs .faq strong {
    font-weight: 400;
    color: #2b1b9a
}

.section-service-faq .faqs .faq a {
    color: #67b6f4;
    text-decoration: underline
}

.section-service-faq .faqs .faq a:focus,
.section-service-faq .faqs .faq a:hover {
    text-decoration: none
}

.section-service-generic {
    background-color: #f8f6fa
}

.section-service-generic > .row-wide {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-service-generic > .row-wide {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .section-service-generic > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 60px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto 1fr;
        grid-template-rows: auto auto auto 1fr;
        grid-column-gap: 60px;
        grid-template-areas: "heading image" "subheading image" "content image" "actions image"
    }

    .section-service-generic > .row-wide > .inner > .card-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3
    }

    .section-service-generic > .row-wide > .inner > .card-content {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-service-generic > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3
    }

    .section-service-generic > .row-wide > .inner > .image-wrapper {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3
    }
}

@media (min-width: 1200px) {
    .section-service-generic > .row-wide > .inner {
        grid-column-gap: 100px
    }
}

@media (min-width: 1400px) {
    .section-service-generic > .row-wide > .inner {
        grid-column-gap: 140px
    }
}

.section-service-generic > .row-wide .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
    max-width: 460px
}

@media (min-width: 992px) {
    .section-service-generic > .row-wide .image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: image;
        max-width: none;
        margin: 0 0 auto
    }
}

.section-service-generic > .row-wide h1,
.section-service-generic > .row-wide h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px
}

@media (min-width: 768px) {

    .section-service-generic > .row-wide h1,
    .section-service-generic > .row-wide h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 992px) {

    .section-service-generic > .row-wide h1,
    .section-service-generic > .row-wide h2 {
        grid-area: heading
    }
}

.section-service-generic > .row-wide h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .section-service-generic > .row-wide h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 992px) {
    .section-service-generic > .row-wide h3 {
        grid-area: subheading
    }
}

.section-service-generic > .row-wide .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
    color: #958dcc
}

@media (min-width: 992px) {
    .section-service-generic > .row-wide .content {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: content
    }
}

.section-service-generic > .row-wide .actions {
    text-align: center;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .section-service-generic > .row-wide .actions {
        grid-area: actions;
        text-align: left
    }
}

@media (min-width: 768px) {
    .section-service-header > .row-wide {
        padding-top: 90px
    }
}

.section-service-header > .row-wide > .inner {
    padding-bottom: 59px
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1.5fr 1fr 24px 50%;
        grid-template-columns: 1.5fr 1fr 24px 50%;
        -ms-grid-rows: auto auto auto 1fr auto;
        grid-template-rows: auto auto auto 1fr auto;
        grid-template-areas: "image . . h1" "image . . h2" "image . . text" "image . . ." "image . . button"
    }

    .section-service-header > .row-wide > .inner > .card-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }

    .section-service-header > .row-wide > .inner > h2 {
        -ms-grid-row: 2;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner > .image-wrapper {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }

    .section-service-header > .row-wide > .inner > .content {
        -ms-grid-row: 3;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }
}

.section-service-header > .row-wide > .inner h1 {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner h1 {
        grid-area: h1;
        margin-bottom: 8px;
        padding-top: 52px
    }
}

.section-service-header > .row-wide > .inner h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner h2 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner h2 {
        grid-area: h2
    }
}

.section-service-header > .row-wide > .inner .content {
    color: #8076c2;
    margin-bottom: 2em
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner .content {
        grid-area: text
    }
}

.section-service-header > .row-wide > .inner .image {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner .image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: image;
        margin-bottom: 18px
    }
}

.section-service-header > .row-wide > .inner .price {
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    line-height: 28px;
    color: #2b1b9a;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .642857px;
    text-transform: uppercase;
    margin-bottom: 1em
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner .price {
        line-height: 32px
    }
}

.section-service-header > .row-wide > .inner .price .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner .price {
        grid-area: price
    }
}

.section-service-header > .row-wide > .inner .price .amount {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner .price .amount {
        font-size: 24px;
        line-height: 32px
    }
}

.section-service-header > .row-wide > .inner .actions {
    text-align: center
}

@media (min-width: 768px) {
    .section-service-header > .row-wide > .inner .actions {
        grid-area: button;
        text-align: left;
        padding-bottom: 24px
    }
}

.section-service-header .image {
    position: relative
}

@media (min-width: 768px) {
    .section-service-header .image {
        min-height: 360px
    }
}

.section-service-header .image .product-drop {
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .section-service-header .image .product-drop {
        height: 0;
        padding-bottom: 100%
    }
}

.section-service-header .image .product-drop:before {
    content: "";
    display: block;
    z-index: 1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    height: 0;
    left: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .section-service-header .image .product-drop:before {
        width: 100%;
        padding-bottom: 100%
    }
}

.section-service-header .image .product-drop > img {
    display: block;
    z-index: 2;
    height: auto;
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .section-service-header .image .product-drop > img {
        position: absolute;
        padding-left: 0;
        padding-bottom: 0
    }
}

.section-service-header .price {
    text-align: center;
    padding-top: 24px
}

@media (min-width: 768px) {
    .section-service-header .price {
        width: 100%;
        text-align: right
    }
}

.section-service-outsource > .row {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section-service-outsource > .row {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

.section-service-outsource > .row > .inner > h2 {
    text-align: center;
    margin-bottom: 32px
}

@media (min-width: 1400px) {
    .section-service-outsource > .row > .inner > h2 {
        padding-left: 50px;
        padding-right: 50px
    }
}

.section-service-outsource > .row > .inner > .subtitle {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #8076c2;
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .section-service-outsource > .row > .inner > .subtitle {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-service-outsource > .row > .inner > .subtitle {
        margin-bottom: 91px
    }
}

@media (min-width: 1400px) {
    .section-service-outsource > .row > .inner > .subtitle {
        padding-left: 50px;
        padding-right: 50px
    }
}

.section-service-outsource > .row > .inner > .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 58px
}

@media (min-width: 768px) {
    .section-service-outsource > .row > .inner > .badges {
        margin-bottom: 88px
    }
}

.section-service-outsource > .row > .inner > .badges > li {
    padding: 0 13px 16px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width: 768px) {
    .section-service-outsource > .row > .inner > .badges > li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.section-service-outsource > .row > .inner > .badges .badge {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    padding: 24px 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-service-outsource > .row > .inner > .badges .badge .image {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-service-outsource > .row > .inner > .badges .badge .content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-left: 18px;
    text-align: left
}

.section-service-outsource > .row > .inner > .badges .badge .content strong {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: Livvic, sans-serif;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .section-service-outsource > .row > .inner > .badges .badge .content strong {
        font-size: 32px;
        line-height: 40px
    }
}

.section-service-outsource > .row > .inner > .image {
    text-align: center;
    margin-bottom: 58px
}

.section-service-outsource > .row > .inner > .content {
    text-align: center;
    margin-bottom: 48px;
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-service-outsource > .row > .inner > .content {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 1400px) {
    .section-service-outsource > .row > .inner > .content {
        padding-left: 50px;
        padding-right: 50px
    }
}

.section-service-outsource > .row > .inner > .actions {
    text-align: center
}

.section-service-recent {
    background-color: #f8f6fa;
    padding-top: 64px;
    padding-bottom: 64px
}

.section-service-recent h2 {
    text-align: center;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.section-service-recent .actions {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

.section-service-recent .glide {
    position: relative
}

@media (min-width: 768px) {
    .section-service-recent .glide {
        margin-left: auto;
        margin-right: auto;
        width: 432px
    }
}

@media (min-width: 992px) {
    .section-service-recent .glide {
        width: 632px
    }
}

@media (min-width: 1200px) {
    .section-service-recent .glide {
        width: 736px
    }
}

@media (min-width: 1400px) {
    .section-service-recent .glide {
        width: 912px
    }
}

.section-service-recent .glide .glide__arrow {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    opacity: 1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.section-service-recent .glide .glide__arrow:focus,
.section-service-recent .glide .glide__arrow:hover {
    background-color: #f5f4fd !important
}

.section-service-recent .glide .glide__arrow--right {
    right: -108px
}

.section-service-recent .glide .glide__arrow--left {
    left: -108px
}

.section-service-recent .glide__track {
    padding-left: 16px
}

@media (min-width: 768px) {
    .section-service-recent .glide__track {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px
    }
}

.section-service-recent .glide__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
    padding-bottom: 16px
}

@media (min-width: 768px) {
    .section-service-recent .glide__slides {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.section-service-recent .glide__slide {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    -webkit-box-shadow: 2px 4px 12px rgba(43, 27, 154, .06);
    box-shadow: 2px 4px 12px #2b1b9a0f;
    height: auto;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .section-service-recent .glide__slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.section-service-recent .glide__slide > div {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-service-recent .glide__bullet {
    background-color: #67b6f4
}

.section-service-recent .glide__bullets {
    padding-bottom: 60px;
    text-align: center
}

@media (min-width: 768px) {
    .section-service-recent .glide__bullets {
        display: none
    }
}

.section-service-recent .glide__arrows {
    display: none
}

@media (min-width: 768px) {
    .section-service-recent .glide__arrows {
        display: block
    }
}

.section-service-versus-ai {
    background-color: #f8f6fa
}

.section-service-versus-ai > .row-wide {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-service-versus-ai > .row-wide {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .section-service-versus-ai > .row-wide > .inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 60px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
        grid-column-gap: 60px;
        grid-template-areas: "image heading" "image content" "image actions"
    }

    .section-service-versus-ai > .row-wide > .inner > .card-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .section-service-versus-ai > .row-wide > .inner > .card-content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner > .image-wrapper {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .section-service-versus-ai > .row-wide > .inner > h1,
    .section-service-versus-ai > .row-wide > .inner > h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner > .content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner > .actions {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }
}

@media (min-width: 1200px) {
    .section-service-versus-ai > .row-wide > .inner {
        grid-column-gap: 100px
    }
}

@media (min-width: 1400px) {
    .section-service-versus-ai > .row-wide > .inner {
        grid-column-gap: 140px
    }
}

.section-service-versus-ai > .row-wide > .inner h1,
.section-service-versus-ai > .row-wide > .inner h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px
}

@media (min-width: 768px) {

    .section-service-versus-ai > .row-wide > .inner h1,
    .section-service-versus-ai > .row-wide > .inner h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 992px) {

    .section-service-versus-ai > .row-wide > .inner h1,
    .section-service-versus-ai > .row-wide > .inner h2 {
        grid-area: heading
    }
}

.section-service-versus-ai > .row-wide > .inner .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
    color: #958dcc
}

@media (min-width: 992px) {
    .section-service-versus-ai > .row-wide > .inner .content {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: content
    }
}

.section-service-versus-ai > .row-wide > .inner .actions {
    text-align: center;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .section-service-versus-ai > .row-wide > .inner .actions {
        grid-area: actions;
        text-align: left
    }
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    margin: 15px auto 45px;
    max-width: 460px;
    -webkit-box-shadow: 0 0 20px 0 rgba(43, 27, 154, .06);
    box-shadow: 0 0 20px #2b1b9a0f
}

@media (min-width: 992px) {
    .section-service-versus-ai > .row-wide > .inner .ai-image-comparison {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: image;
        max-width: none;
        margin: 0 0 auto
    }
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison .image-comparison {
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison .image-comparison > div {
    position: absolute;
    padding: 40px 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison[data-active=ai] .image-comparison-ai,
.section-service-versus-ai > .row-wide > .inner .ai-image-comparison[data-active=original] .image-comparison-original,
.section-service-versus-ai > .row-wide > .inner .ai-image-comparison[data-active=path] .image-comparison-path {
    opacity: 1
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison .tabs {
    background-color: #f8f6fa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 12px;
    gap: 6px
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison .tabs ul > li {
    cursor: pointer;
    color: #2b1b9a;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .0492307692em;
    word-wrap: break-word;
    padding: 8px 16px;
    border-radius: 16px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison .tabs ul > li:hover {
    color: #fff;
    background-color: #9d91f5
}

.section-service-versus-ai > .row-wide > .inner .ai-image-comparison[data-active=ai] .tabs ul > li[data-type=ai],
.section-service-versus-ai > .row-wide > .inner .ai-image-comparison[data-active=original] .tabs ul > li[data-type=original],
.section-service-versus-ai > .row-wide > .inner .ai-image-comparison[data-active=path] .tabs ul > li[data-type=path] {
    color: #fff;
    background-color: #67b6f4
}

.section-services-header h1 {
    text-align: center
}

.section-services-header .subtitle {
    font-family: Livvic, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

@media (min-width: 768px) {
    .section-services-header .subtitle {
        font-size: 24px;
        line-height: 32px
    }
}

.section-services-header .services-header-drops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px -9px 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .section-services-header .services-header-drops {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 70px -30px
    }
}

@media (min-width: 1200px) {
    .section-services-header .services-header-drops {
        margin-left: -40px;
        margin-right: -40px
    }
}

.section-services-header .services-header-drops .services-header-drop {
    padding: 2.5vw;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (min-width: 768px) {
    .section-services-header .services-header-drops .services-header-drop {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 30px
    }
}

@media (min-width: 1200px) {
    .section-services-header .services-header-drops .services-header-drop {
        padding: 40px
    }
}

.section-services-header .services-header-drops .services-header-drop img {
    display: block
}

.section-services-prices {
    background-color: #f8f6fa
}

.section-services-prices > .row {
    max-width: 938px
}

.section-services-prices h2 {
    text-align: center;
    font-weight: 400;
    padding-top: 24px
}

.section-services-prices .services-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 24px
}

@media (min-width: 768px) {
    .section-services-prices .services-prices {
        padding-top: 48px
    }
}

.section-services-prices .services-prices .services-price-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width: 768px) {
    .section-services-prices .services-prices .services-price-wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.section-services-prices .services-price {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 155px 12px auto;
    grid-template-rows: 155px 12px auto;
    grid-template-areas: "image" "." "content"
}

@media (min-width: 768px) {
    .section-services-prices .services-price {
        padding: 40px
    }
}

@media (min-width: 768px) {
    .section-services-prices .services-price {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 197px 12px auto;
        grid-template-rows: 197px 12px auto
    }

    .section-services-prices .services-price > :nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-services-prices .services-price > :nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-services-prices .services-price > :nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

.section-services-prices .services-price .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: image
}

.section-services-prices .services-price .image img {
    height: 155px;
    width: auto;
    max-width: 100%
}

@media (min-width: 768px) {
    .section-services-prices .services-price .image img {
        height: 197px
    }
}

.section-services-prices .services-price .content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: content
}

.section-services-prices .services-price .content .text {
    color: #5f5572;
    font-size: 14px;
    line-height: 20px;
    line-height: 24px;
    min-height: 6em
}

.section-services-prices .services-price .price {
    grid-area: price;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 28px;
    color: #9d91f5
}

@media (min-width: 768px) {
    .section-services-prices .services-price .price {
        line-height: 32px
    }
}

.section-services-prices .services-price .price .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-services-prices .services-price .price .amount {
        font-size: 24px;
        line-height: 32px
    }
}

.section-services-prices .services-price .price .amount {
    color: #2b1b9a
}

.section-services-prices .services-price .actions {
    grid-area: actions;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -9px -9px
}

@media (min-width: 768px) {

    .section-home-testimonial .testimonial .text,
    .section-home-testimonials .testimonial .text {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .section-home-testimonial .testimonial .author,
    .section-home-testimonials .testimonial .author {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-home-testimonial .testimonial .teaser,
    .section-home-testimonials .testimonial .teaser {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .section-home-testimonial .testimonial .read-more,
    .section-home-testimonials .testimonial .read-more {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .section-service-about > .row-wide > .inner h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 4
    }

    .section-service-about > .row-wide > .inner .content {
        -ms-grid-row: 2;
        -ms-grid-column: 4
    }

    .section-home-testimonial .testimonial > .image-wrapper,
    .section-home-testimonials .testimonial > .image-wrapper {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2
    }

    .section-service-about > .row-wide > .inner > .image-wrapper {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .section-service-experts > .row-wide > .inner h2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .section-service-experts > .row-wide > .inner .intro {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-service-experts > .row-wide > .inner .content {
        -ms-grid-row: 2;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner h1 {
        -ms-grid-row: 1;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner > h2 {
        -ms-grid-row: 2;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner .content {
        -ms-grid-row: 2;
        -ms-grid-column: 4
    }

    .section-service-experts > .row-wide > .inner > .content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-service-header > .row-wide > .inner > .content {
        -ms-grid-row: 3;
        -ms-grid-column: 4
    }

    .section-service-header > .row-wide > .inner .actions {
        -ms-grid-row: 5;
        -ms-grid-column: 4
    }

    .section-home-testimonial .testimonial > .ai-image-comparison,
    .section-home-testimonials .testimonial > .ai-image-comparison {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2
    }

    .section-service-about > .row-wide > .inner > .ai-image-comparison {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .section-service-header > .row-wide > .inner > .ai-image-comparison {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }

    .section-home-testimonial .testimonial > .image,
    .section-home-testimonials .testimonial > .image {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2
    }

    .section-service-about > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .section-service-header > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }
}

@media (min-width: 992px) {

    .section-service-generic > .row-wide h1,
    .section-service-generic > .row-wide h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-service-generic > .row-wide h3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .section-service-generic > .row-wide .actions {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-service-versus-ai > .row-wide > .inner h1,
    .section-service-versus-ai > .row-wide > .inner h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .section-service-versus-ai > .row-wide > .inner > h1,
    .section-service-versus-ai > .row-wide > .inner > h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner .actions {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-service-generic > .row-wide > .inner > .ai-image-comparison {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner > .ai-image-comparison {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .section-service-generic > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3
    }

    .section-service-versus-ai > .row-wide > .inner > .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .section-service-generic > .row-wide > .inner > .content {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .section-service-versus-ai > .row-wide > .inner > .content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }

    .section-services-prices .services-price .actions {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .section-service-versus-ai > .row-wide > .inner > .actions {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

.section-services-prices .services-price .actions > a {
    margin: 9px;
    white-space: nowrap
}

.section-services-slider {
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    padding-top: 51px;
    padding-bottom: 66px
}

@media (min-width: 768px) {
    .section-services-slider {
        padding-top: 102px;
        padding-bottom: 133px
    }
}

.section-services-slider > h2 {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    color: #2b1b9a;
    margin-bottom: .5em;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    padding-right: 24px;
    padding-left: 24px
}

@media (min-width: 768px) {
    .section-services-slider > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

@media (min-width: 768px) {
    .section-services-slider > h2 {
        font-family: Livvic, sans-serif;
        font-weight: 600;
        color: #2b1b9a;
        margin-bottom: .5em;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-services-slider > h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-services-slider .slider-wrapper {
    border-radius: 10px;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 30px
}

@media (min-width: 480px) {
    .section-services-slider .slider-wrapper {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media (min-width: 768px) {
    .section-services-slider .slider-wrapper {
        padding-top: 55px
    }
}

@media (min-width: 1400px) {
    .section-services-slider .slider-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 1220px
    }
}

.section-services-slider .glide {
    position: relative
}

.section-services-slider .glide .glide__arrows {
    display: none
}

@media (min-width: 480px) {
    .section-services-slider .glide .glide__arrows {
        display: block
    }
}

.section-services-slider .glide .glide__arrow {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    opacity: 1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.section-services-slider .glide .glide__arrow:focus,
.section-services-slider .glide .glide__arrow:hover {
    background-color: #f5f4fd !important
}

.section-services-slider .glide .glide__arrow--right {
    right: -36px
}

.section-services-slider .glide .glide__arrow--left {
    left: -36px
}

.section-services-slider .glide .glide__bullets {
    padding-top: 43px
}

.section-services-slider .service {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .section-services-slider .service {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.section-services-slider .service .image {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .section-services-slider .service .image {
        padding: 28px 10.6vw 48px 5.4vw
    }
}

@media (min-width: 1400px) {
    .section-services-slider .service .image {
        padding-right: 149px;
        padding-left: 75px
    }
}

.section-services-slider .service .image:before {
    content: "";
    background-color: #fa585a;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%
}

@media (min-width: 768px) {
    .section-services-slider .service .image:before {
        height: 100%;
        width: 50%
    }
}

.section-services-slider .service .image img {
    position: relative;
    z-index: 1
}

.section-services-slider .service .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (min-width: 480px) {
    .section-services-slider .service .content {
        display: block;
        padding: 0 48px
    }
}

@media (min-width: 768px) {
    .section-services-slider .service .content {
        padding: 107px 40px 40px 12px
    }
}

.section-services-slider .service .content .description {
    color: #5f5572;
    margin-bottom: 1em
}

.section-services-slider .service .content .description p {
    padding-bottom: 0
}

.section-services-slider .service .content .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 28px;
    color: #5f5572
}

@media (min-width: 768px) {
    .section-services-slider .service .content .price {
        line-height: 32px
    }
}

.section-services-slider .service .content .price .amount {
    font-size: 20px;
    line-height: 28px;
    line-height: inherit;
    display: inline;
    padding-left: .25ex;
    padding-right: .25ex
}

@media (min-width: 768px) {
    .section-services-slider .service .content .price .amount {
        font-size: 24px;
        line-height: 32px
    }
}

.section-services-slider .service .content .description,
.section-services-slider .service .content .price {
    font-size: 1.2rem
}

@media (min-width: 768px) {

    .section-services-slider .service .content .description,
    .section-services-slider .service .content .price {
        font-size: 16px;
        line-height: 26px
    }
}

.section-services-slider .service .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 44px -12px 0
}

@media (min-width: 768px) {
    .section-services-slider .service .content .actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 480px) {
    .section-services-slider .service .content .actions {
        margin-bottom: -12px
    }
}

.section-services-slider .service .content .actions > a {
    margin: 12px
}

.section-services-slider .service:nth-child(4n+3) .image:before {
    background-color: #67b6f4
}

.section-services-slider .service:nth-child(4n+4) .image:before {
    background-color: #9d91f5
}

.section-services-slider .service:nth-child(4n+5) .image:before {
    background-color: #ffcd1e
}

.section-testimonials-carousel {
    background: -o-linear-gradient(13.23deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    background: linear-gradient(76.77deg, #a3d7f4 .42%, #a2cef4 21.98%, #c4d4ff 56.56%, #e2deff 99.57%);
    padding-bottom: 48px;
    position: relative
}

.section-testimonials-carousel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 61px;
    background-color: #2b1b9a
}

.section-testimonials-carousel .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    margin-left: -193px
}

@media (min-width: 768px) {
    .section-testimonials-carousel .testimonials {
        margin-left: -68px
    }
}

.section-testimonials-carousel .testimonials .testimonial {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
    box-shadow: 10px 22px 60px #2b1b9a0f;
    margin: 0 12px 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 296px;
    flex-basis: 296px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .7
}

.section-testimonials-carousel .testimonials .testimonial:nth-child(2),
.section-testimonials-carousel .testimonials .testimonial:nth-child(3),
.section-testimonials-carousel .testimonials .testimonial:nth-child(4) {
    opacity: 1
}

.section-testimonials-carousel .testimonials .testimonial .rating {
    background-color: #f0f8fe;
    padding: 17px 28px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.section-testimonials-carousel .testimonials .testimonial .rating .star {
    display: block;
    background-image: url(testimonials-star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    width: 25px;
    height: 25px
}

.section-testimonials-carousel .testimonials .testimonial .testimonial-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 32px 32px
}

.section-testimonials-carousel .testimonials .testimonial .testimonial-wrapper .title {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 28px;
    color: #2b1b9a
}

@media (min-width: 768px) {
    .section-testimonials-carousel .testimonials .testimonial .testimonial-wrapper .title {
        font-size: 24px;
        line-height: 32px
    }
}

.section-testimonials-carousel .testimonials .testimonial .testimonial-wrapper .content {
    margin-bottom: 35px;
    color: #8076c2
}

.section-testimonials-carousel .testimonials .testimonial .testimonial-wrapper .author {
    margin-top: auto;
    color: #9f99aa
}

.section-testimonials-carousel .testimonials .testimonial .testimonial-wrapper .author .name {
    font-weight: 700
}

.section-testimonials-carousel .testimonials + .testimonials {
    margin-left: -270px
}

@media (min-width: 768px) {
    .section-testimonials-carousel .testimonials + .testimonials {
        margin-left: -228px
    }
}

.section-testimonials-carousel .testimonials + .testimonials .testimonial:nth-child(5) {
    opacity: 1
}

.section-testimonials-form {
    padding-top: 24px
}

@media (min-width: 768px) {
    .section-testimonials-form {
        padding-top: 81px
    }
}

.section-testimonials-form > .row > .inner .header {
    text-align: center;
    max-width: 420px;
    margin: 0 auto 30px
}

@media (min-width: 768px) {
    .section-testimonials-form > .row > .inner .header {
        margin-bottom: 80px
    }
}

.section-testimonials-form > .row > .inner .header .content {
    font-family: Livvic, sans-serif
}

.section-testimonials-form > .row > .inner form {
    margin-left: -12px;
    margin-right: -12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .section-testimonials-form > .row > .inner form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-testimonials-form > .row > .inner form .form-actions,
.section-testimonials-form > .row > .inner form .form-item {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 768px) {

    .section-testimonials-form > .row > .inner form .form-actions,
    .section-testimonials-form > .row > .inner form .form-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (min-width: 768px) {

    .section-testimonials-form > .row > .inner form .form-item-company,
    .section-testimonials-form > .row > .inner form .form-item-email,
    .section-testimonials-form > .row > .inner form .form-item-first-name,
    .section-testimonials-form > .row > .inner form .form-item-last-name {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (min-width: 1400px) {

    .section-testimonials-form > .row > .inner form .form-item-company,
    .section-testimonials-form > .row > .inner form .form-item-email,
    .section-testimonials-form > .row > .inner form .form-item-first-name,
    .section-testimonials-form > .row > .inner form .form-item-last-name {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.section-testimonials-form > .row > .inner form .form-actions {
    text-align: right
}

.section-testimonials-form > .row > .inner form .form-actions button {
    width: 100%
}

@media (min-width: 768px) {
    .section-testimonials-form > .row > .inner form .form-actions button {
        width: auto
    }
}

.section-testimonials-form > .row > .inner form .form-actions button:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    display: inline-block;
    padding-left: 1em;
    vertical-align: middle
}

.section-testimonials-header {
    background-color: #2b1b9a;
    color: #fff
}

.section-testimonials-header > .row {
    margin-top: 0;
    margin-bottom: 0
}

.section-testimonials-header > .row > .inner {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 992px) {
    .section-testimonials-header > .row > .inner {
        padding-top: 125px;
        padding-bottom: 125px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-testimonials-header > .row > .inner > .left {
    padding-bottom: 40px
}

@media (min-width: 992px) {
    .section-testimonials-header > .row > .inner > .left {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .section-testimonials-header > .row > .inner > .left {
        padding-right: 130px
    }
}

.section-testimonials-header > .row > .inner > .left .subtitle,
.section-testimonials-header > .row > .inner > .left h1 {
    color: inherit
}

.section-testimonials-header > .row > .inner > .left .subtitle {
    font-weight: 400;
    font-family: Livvic, sans-serif;
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-testimonials-header > .row > .inner > .left .subtitle {
        font-size: 32px;
        line-height: 40px
    }
}

.section-testimonials-header > .row > .inner > .left .content {
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 768px) {
    .section-testimonials-header > .row > .inner > .left .content {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 992px) {
    .section-testimonials-header > .row > .inner > .right {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

.section-testimonials-header > .row > .inner .trustpilot-widget-wrapper {
    background-image: url(testimonials-frame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 78px 115px 202px 34px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 240px;
    height: 110px;
    margin: 0 auto
}

@media (min-width: 992px) {
    .section-testimonials-header > .row > .inner .trustpilot-widget-wrapper {
        margin: 0
    }
}

.section-testimonials-opinion {
    background-color: #f8f6fa
}

.section-testimonials-opinion > .row {
    padding-top: 80px;
    padding-bottom: 100px
}

.section-testimonials-opinion h2 {
    text-align: center
}

@media (min-width: 768px) {
    .section-testimonials-opinion h2 {
        margin-bottom: 77px
    }
}

.section-testimonials-opinion .quote-container {
    position: relative;
    padding-top: 26vw;
    margin-top: -8vw
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote-container {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 120px
    }
}

@media (min-width: 1400px) {
    .section-testimonials-opinion .quote-container {
        padding-bottom: 17vw
    }
}

.section-testimonials-opinion .quote-container:after,
.section-testimonials-opinion .quote-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    pointer-events: none;
    background-repeat: no-repeat
}

@media (min-width: 768px) {

    .section-testimonials-opinion .quote-container:after,
    .section-testimonials-opinion .quote-container:before {
        background-size: auto 50vw
    }
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote-container:before {
        background-image: url(testimonials-twirl-back.svg);
        bottom: 0;
        left: -150%;
        background-position: bottom right
    }
}

@media (max-width: 767px) {
    .section-testimonials-opinion .quote-container:after {
        width: auto;
        background-image: url(testimonials-twirl-mobile.svg);
        top: 0;
        left: -24px;
        right: -24px;
        background-position: top center;
        background-size: contain
    }
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote-container:after {
        background-image: url(testimonials-twirl-front.svg);
        bottom: 0;
        right: -150%;
        background-position: bottom left
    }
}

.section-testimonials-opinion .quote-wrapper {
    position: relative
}

.section-testimonials-opinion .quote-wrapper:after,
.section-testimonials-opinion .quote-wrapper:before {
    content: "";
    position: absolute;
    width: 174px;
    height: 174px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote-wrapper:before {
        background-image: url(photographer.svg);
        top: -60px;
        left: -71px
    }
}

@media (max-width: 767px) {
    .section-testimonials-opinion .quote-wrapper:after {
        bottom: -120px;
        right: -20px;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url(photographer.svg)
    }
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote-wrapper:after {
        bottom: -54px;
        right: -58px;
        background-image: url(freelancer.svg)
    }
}

.section-testimonials-opinion .quote {
    z-index: 0;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 21vw 17px 40px
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote {
        padding: 70px 136px 80px
    }
}

.section-testimonials-opinion .quote:after {
    content: "";
    display: block;
    background-image: url(quote-tip.svg);
    width: 94px;
    height: 50px;
    bottom: -50px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote:after {
        margin-left: 0;
        left: 89px
    }
}

.section-testimonials-opinion .quote .title {
    margin-bottom: 24px
}

.section-testimonials-opinion .quote .title:before {
    content: "\201c";
    display: inline
}

.section-testimonials-opinion .quote .content {
    color: #8076c2;
    font-size: 14px;
    line-height: 20px
}

.section-testimonials-opinion .quote .content p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 1.5em
}

.section-testimonials-opinion .quote .content p:last-of-type:after {
    content: "\201d";
    display: inline
}

.section-testimonials-opinion .quote .author {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: Livvic, sans-serif
}

@media (min-width: 768px) {
    .section-testimonials-opinion .quote .author {
        font-size: 24px;
        line-height: 32px
    }
}

.section-testimonials-opinion .quote .author > * {
    display: inline-block
}

.section-testimonials-opinion .quote .author:before {
    display: inline-block;
    content: "";
    width: 31px;
    height: 29px;
    padding-right: 28px;
    background-image: url(quote-mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom
}

.section-testimonials-opinion .quote .author .name {
    font-weight: 700
}

.section-testimonials-opinion .quote .author .name:after {
    content: ",";
    display: inline
}

.section-testimonials-trial {
    background-color: #f8f6fa;
    padding-top: 12px;
    padding-bottom: 28px
}

@media (min-width: 768px) {
    .section-testimonials-trial {
        padding-top: 17px;
        padding-bottom: 36px
    }
}

.section-testimonials-trial > .row > .inner {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-testimonials-trial > .row > .inner .image {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .section-testimonials-trial > .row > .inner .image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.section-testimonials-trial > .row > .inner .content,
.section-testimonials-trial > .row > .inner h2 {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width: 768px) {

    .section-testimonials-trial > .row > .inner .content,
    .section-testimonials-trial > .row > .inner h2 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.section-testimonials-trial > .row > .inner .content {
    font-family: Livvic, sans-serif
}

.section-testimonials-trial > .row > .inner .actions {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 38px
}

@media (min-width: 768px) {
    .section-testimonials-trial > .row > .inner .actions {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

/*# sourceMappingURL=/cdn/shop/t/4/assets/application.css.map?v=60172709992484531281698768743 */

.header-two {
    text-align: center;
    margin-bottom: 50px !important;
    font-size: 1.66rem;
}

