/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
*,
:after,
:before {
    box-sizing: border-box;
}
.constrainer {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 32px;
}
@media (max-width: 800px) {
    .constrainer {
        padding: 0 16px;
    }
}
img {
    max-width: 100%;
}
input[type="email"],
input[type="text"],
textarea {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid var(--grey-500);
}
input[type="email"].invalid,
input[type="text"].invalid,
textarea.invalid {
    border: 1px solid var(--error);
}

@font-face {
    font-display: swap;
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Thin.woff) format("woff");
    font-weight: 300;
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Semibold.woff) format("woff");
    font-weight: 500;
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Bold.woff) format("woff");
    font-weight: 700;
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-ExtraBold.woff) format("woff");
    font-weight: 800;
}
body,
html {
    font-family: ProximaNova, sans-serif;
    line-height: 1.333em;
}
p:not(.price) {
    margin: 0 0 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
    margin: 0 0 16px;
}
h2 {
    font-size: 38px;
    font-weight: 800;
}
@media (max-width: 728px) {
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    h2 {
        font-size: 28px;
    }
}
h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--purple-light);
}
@media (max-width: 728px) {
    h3 {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    h3 {
        font-size: 20px;
    }
}
:root {
    --black: #000;
    --text-black: #4f4f4f;
    --white: #fff;
    --purple-dark: #a50060;
    --purple-light: #e23d64;
    --pink: #d04162;
    --blue: #2d9cdb;
    --blue-light: #f2f3ff;
    --blue-dark: #00344a;
    --grey-200: #f2f2f2;
    --grey-500: #e0e0e0;
    --grey-600: #bdbdbd;
    --grey-800: #828282;
    --success: #056f0f;
    --error: #dc3232;
}
@media (max-width: 728px) {
    .hero-holder {
        margin-bottom: 32px;
    }
}
.three-up-holder {
    margin-bottom: 78px;
}
@media (max-width: 728px) {
    .three-up-holder {
        margin-bottom: 48px;
    }
}
.video-row-holder.first {
    margin-bottom: 72px;
}
.full-width-image-holder {
    margin-bottom: 102px;
}
@media (max-width: 930px) {
    .full-width-image-holder {
        margin-bottom: 48px;
    }
}
.trusted-by-holder {
    margin-bottom: 130px;
}
@media (max-width: 930px) {
    .trusted-by-holder {
        margin-bottom: 48px;
    }
}
.trusted-by-holder .constrainer {
    max-width: 1288px;
}
.pricing-holder {
    background: var(--blue-light);
    padding-top: 50px;
    padding-bottom: 70px;
}
@media (max-width: 930px) {
    .pricing-holder {
        padding-bottom: 32px;
    }
}
.contact-form-holder {
    background: var(--blue-light);
}
.page-case-study-grid {
    padding: 32px 0 0;
}
.page-case-study-grid__intro-row {
    max-width: 540px;
    margin: 0 auto 60px;
    text-align: center;
}
@media (max-width: 520px) {
    .page-case-study-grid__intro-row {
        margin: 0 auto 32px;
    }
}
.page-case-study-grid__intro-row h1 {
    font-weight: bolder;
    font-size: 38px;
}
@media (max-width: 520px) {
    .page-case-study-grid__intro-row h1 {
        font-size: 32px;
    }
}
.page-case-study-grid__intro-row p {
    color: var(--purple-light);
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}
@media (max-width: 520px) {
    .page-case-study-grid__intro-row p {
        font-size: 20px;
        line-height: 26px;
    }
}
.page-case-study-grid__grid-wrapper {
    margin-bottom: 80px;
}
@media (max-width: 500px) {
    .page-case-study-grid__grid-wrapper {
        margin-bottom: 32px;
    }
}
.page-case-study-detail > .constrainer {
    max-width: 838px;
}
.page-case-study-detail__intro-row {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 64px;
}
.breadcrumbs-wrapper,
.breadcrumbs-wrapper a {
    color: var(--grey-800);
    font-size: 14px;
}
.breadcrumbs-wrapper a {
    text-decoration: none;
}
.breadcrumbs-wrapper.two,
.breadcrumbs-wrapper.two a {
    color: var(--grey-600);
}
.btn {
    display: inline-flex;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 9999px;
    font-size: 16px;
    padding: 0.7em 1.4em 0.6em;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 0;
}
.btn.large {
    font-size: 20px;
}
.btn.second {
    background: var(--purple-light);
    border-radius: 5px;
}
.btn img {
    margin-left: 12px;
}
.case-study-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 1150px) {
    .case-study-grid {
        margin: 0;
    }
}
.case-study-grid-item {
    width: calc(50% - 58px);
}
@media (max-width: 1150px) {
    .case-study-grid-item {
        width: calc(50% - 32px);
    }
}
@media (max-width: 730px) {
    .case-study-grid-item {
        width: calc(50% - 16px);
    }
}
@media (max-width: 500px) {
    .case-study-grid-item {
        padding: 0;
        width: 100%;
        margin-bottom: 32px;
    }
}
@media (max-width: 500px) {
    .case-study-grid-item:last-child {
        margin-bottom: 0;
    }
}
.case-study-grid-item__image-wrap,
.case-study-grid-item__title {
    margin-bottom: 8px;
    display: block;
}
.case-study-grid-item__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
    color: var(--black);
}
@media (max-width: 730px) {
    .case-study-grid-item__title {
        font-size: 18px;
        line-height: 24px;
    }
}
.case-study-grid-item__excerpt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}
@media (max-width: 730px) {
    .case-study-grid-item__excerpt {
        font-size: 16px;
        line-height: 22px;
    }
}
.case-study-grid-item__cta {
    font-weight: 500;
    font-size: 22px;
}
@media (max-width: 730px) {
    .case-study-grid-item__cta {
        font-size: 18px;
        line-height: 24px;
    }
}
.case-study-grid-item__cta a {
    color: var(--blue);
    text-decoration: none;
}
.case-study-grid-item__coming-soon {
    font-weight: 500;
    font-size: 22px;
    color: var(--grey-800);
}
@media (max-width: 730px) {
    .case-study-grid-item__coming-soon {
        font-size: 18px;
        line-height: 24px;
    }
}
.case-study-quote {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
@media (max-width: 520px) {
    .case-study-quote {
        margin-bottom: 32px;
    }
}
.case-study-quote .quote-mark-col {
    flex-grow: 0;
    flex-shrink: 0;
    width: 67px;
}
@media (max-width: 520px) {
    .case-study-quote .quote-mark-col {
        display: none;
    }
}
.case-study-quote .quote-mark-col.left {
    padding-right: 32px;
}
.case-study-quote .quote-mark-col.right {
    padding-left: 32px;
}
.case-study-quote .main-col {
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.case-study-quote .top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}
@media (max-width: 520px) {
    .case-study-quote .top-row {
        display: block;
        margin-bottom: 32px;
    }
}
.case-study-quote .top-row .quote {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 520px) {
    .case-study-quote .top-row .quote {
        font-size: 16px;
        line-height: 24px;
    }
}
.case-study-quote .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
@media (max-width: 520px) {
    .case-study-quote .bottom-row {
        flex-direction: column;
    }
}
.case-study-quote .author-info {
    width: 50%;
    padding-right: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    font-weight: 500;
}
@media (max-width: 800px) {
    .case-study-quote .author-info {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 520px) {
    .case-study-quote .author-info {
        order: 2;
        width: 100%;
        padding: 0;
        font-size: 16px;
    }
}
.case-study-quote .author-info .author {
    margin-bottom: 16px;
}
.case-study-quote .author-info .btn {
    font-style: normal;
}
.case-study-quote .author-image {
    width: 50%;
    padding-left: 46px;
}
@media (max-width: 520px) {
    .case-study-quote .author-image {
        order: 1;
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
}
.case-study-quote .author-image img {
    display: block;
}
.case-study-quote .quote-mark-mobile {
    display: none;
}
@media (max-width: 520px) {
    .case-study-quote .quote-mark-mobile {
        display: block;
    }
}
.case-study-quote .quote-mark-mobile.right {
    text-align: right;
}
.capsule-heading {
    background: var(--grey-500);
    text-transform: uppercase;
    color: var(--purple-light);
    font-size: 22px;
    border-radius: 9999px;
    padding: 14px 28px 10px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
}
@media (max-width: 728px) {
    .capsule-heading {
        font-size: 18px;
    }
}
.contact-form .heading {
    margin-bottom: 24px;
}
.contact-form p {
    margin-bottom: 0;
    text-align: center;
}
.contact-form .form {
    max-width: 618px;
    margin: 0 auto;
}
.contact-form .form .input-row {
    margin-bottom: 16px;
}
.contact-form .form .btn-row {
    margin-top: 24px;
}
.contact-form .wpcf7-not-valid-tip {
    text-align: left;
    padding-top: 4px;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
    background: var(--success);
    border: 2px solid var(--success);
    color: #fff;
    border-radius: 10px;
    padding: 12px;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output {
    background: var(--error);
    border: 2px solid var(--error);
    color: #fff;
    border-radius: 10px;
    padding: 12px;
}
.contact-row {
    text-align: center;
}
.contact-row .intro {
    margin-bottom: 72px;
}
@media (max-width: 930px) {
    .contact-row .intro {
        margin-bottom: 24px;
    }
}
.contact-row .form-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.contact-row .form-row .left {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
@media (max-width: 730px) {
    .contact-row .form-row .left {
        display: none;
    }
}
.contact-row .form-row .center {
    width: 778px;
    flex-grow: 0;
    flex-shrink: 0;
    background: var(--white);
    padding: 40px 32px 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
@media (max-width: 1160px) {
    .contact-row .form-row .center {
        width: 600px;
    }
}
@media (max-width: 970px) {
    .contact-row .form-row .center {
        width: 500px;
    }
}
@media (max-width: 730px) {
    .contact-row .form-row .center {
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}
@media (max-width: 500px) {
    .contact-row .form-row .center {
        padding: 32px 16px 24px;
    }
}
.contact-row .form-row .right {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
@media (max-width: 730px) {
    .contact-row .form-row .right {
        display: none;
    }
}
.footer {
    background: var(--blue-dark);
    color: var(--grey-600);
    padding-bottom: 40px;
}
.footer .buttons {
    padding-top: 32px;
    margin-bottom: 16px;
}
.footer .buttons .btn {
    margin-right: 12px;
    margin-bottom: 16px;
}
@media (max-width: 500px) {
    .footer .buttons .btn {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
}
.footer .buttons .btn:last-child {
    margin-right: 0;
}
.footer .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
@media (max-width: 550px) {
    .footer .row {
        flex-wrap: wrap;
    }
}
.footer .row .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 550px) {
    .footer .row .left {
        width: 100%;
    }
}
.footer .row .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}
@media (max-width: 550px) {
    .footer .row .right {
        width: 100%;
        padding-bottom: 0;
    }
}
.footer .links {
    margin-bottom: 12px;
}
.footer .links a {
    color: var(--grey-600);
    text-decoration: none;
}
.footer .logo {
    width: 208px;
    margin-bottom: 16px;
}
.footer .imprint {
    color: var(--grey-600);
    line-height: 28px;
}
@media (max-width: 550px) {
    .footer .imprint {
        margin-bottom: 24px;
    }
}
.footer .imprint a {
    color: var(--grey-600);
    text-decoration: none;
}
.footer .heading {
    color: var(--grey-600);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer .social-buttons {
    text-align: right;
}
@media (max-width: 550px) {
    .footer .social-buttons {
        text-align: left;
    }
}
.footer .social-buttons .btn {
    padding: 10px 12px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
}
.footer .social-buttons .btn:first-child {
    margin-left: 0;
}
.footer .social-buttons .btn svg {
    height: 19px;
}
.full-width-image-row {
    text-align: center;
}
.full-width-image-row h3 {
    margin-bottom: 50px;
}
@media (max-width: 728px) {
    .full-width-image-row h3 {
        margin-bottom: 24px;
    }
}
.full-width-image-row .image {
    width: 100%;
    display: block;
    margin: 0 auto 24px;
}
.full-width-image-row .cta-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 556px) {
    .full-width-image-row .cta-row {
        flex-wrap: wrap;
    }
}
.full-width-image-row .cta-row .text {
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 26px;
    text-align: left;
}
@media (max-width: 556px) {
    .full-width-image-row .cta-row .text {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
}
.full-width-image-row .cta-row .btn-wrap {
    flex-grow: 0;
    flex-shrink: 0;
}
@media (max-width: 556px) {
    .full-width-image-row .cta-row .btn-wrap {
        width: 100%;
    }
}
.half-image-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 670px) {
    .half-image-row {
        justify-content: center;
    }
}
.half-image-row.right .image {
    order: 2;
    padding-right: 0;
    padding-left: 32px;
}
@media (max-width: 670px) {
    .half-image-row.right .image {
        order: 1;
        padding-left: 0;
    }
}
.half-image-row.right .text {
    order: 1;
    padding-left: 0;
    padding-right: 32px;
}
@media (max-width: 670px) {
    .half-image-row.right .text {
        order: 2;
        padding-right: 0;
    }
}
.half-image-row .image {
    width: 50%;
    padding-right: 32px;
}
@media (max-width: 670px) {
    .half-image-row .image {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 670px) {
    .half-image-row .image img {
        display: block;
        max-width: 400px;
        max-height: 300px;
        margin: 0 auto 16px;
    }
}
@media (max-width: 550px) {
    .half-image-row .image img {
        max-width: 100%;
    }
}
.half-image-row .text {
    width: 50%;
    padding-left: 32px;
}
@media (max-width: 670px) {
    .half-image-row .text {
        width: 100%;
        padding-left: 0;
    }
}
.half-image-row .text h3 {
    margin-bottom: 32px;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 48px 0 0;
    background-color: var(--pink);
}
@media (max-width: 1280px) {
    .header {
        padding: 32px 0 0;
    }
}
@media (max-width: 800px) {
    .header {
        padding: 16px 0 0;
    }
}
.header.with-background {
    background: linear-gradient(90deg, var(--purple-dark), var(--purple-light));
    position: relative;
    padding: 48px 0 72px;
}
@media (max-width: 1280px) {
    .header.with-background {
        padding: 32px 0 72px;
    }
}
@media (max-width: 920px) {
    .header.with-background {
        padding: 32px 0 48px;
    }
}
@media (max-width: 800px) {
    .header.with-background {
        padding: 16px 0 48px;
    }
}
@media (max-width: 400px) {
    .header.with-background {
        padding: 16px 0 32px;
    }
}
.header .constrainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
}
@media (max-width: 700px) {
    .header .constrainer {
        flex-direction: column;
        align-items: stretch;
    }
}
@media (max-width: 700px) {
    .header .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.header .logo svg {
    display: block;
    width: 208px;
}
@media (max-width: 700px) {
    .header .nav-holder {
        display: none;
    }
}
@media (max-width: 700px) {
    .header .nav-holder.active {
        display: block;
    }
}
.header .mobile-nav {
    display: none;
}
@media (max-width: 700px) {
    .header .mobile-nav {
        display: block;
    }
}
.header .mobile-nav svg {
    width: 24px;
    color: var(--white);
}
.header .curve {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}
.header .curve svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 1px;
    transform: scale(1.02);
}
.hero {
    background: linear-gradient(90deg, var(--purple-dark), var(--purple-light));
    padding: 55px 0 0;
    color: var(--white);
}
@media (max-width: 880px) {
    .hero {
        padding: 50px 0 0;
    }
}
@media (max-width: 800px) {
    .hero {
        padding: 50px 0 0;
    }
}
.hero.with-breadcrumbs {
    padding: 100px 0 0;
}
@media (max-width: 1280px) {
    .hero.with-breadcrumbs {
        padding: 80px 0 0;
    }
}
@media (max-width: 800px) {
    .hero.with-breadcrumbs {
        padding: 60px 0 0;
    }
}
@media (max-width: 700px) {
    .hero.with-breadcrumbs {
        padding: 120px 0 0;
    }
}
.hero .constrainer.for-breadcrumbs {
    max-width: 1280px;
}
.hero .breadcrumbs {
    margin-bottom: 32px;
}
.hero .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 690px) {
    .hero .row {
        justify-content: center;
    }
}
.hero .text {
    width: 50%;
    padding-right: 24px;
}
@media (max-width: 690px) {
    .hero .text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
}
.hero .text h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.22em;
}
@media (max-width: 880px) {
    .hero .text h1 {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    .hero .text h1 {
        font-size: 24px;
    }
}
.hero .text h1 .highlight {
    color: var(--blue);
}
.hero .text .descr {
    font-size: 22px;
    line-height: 1.72em;
    margin-bottom: 38px;
}
@media (max-width: 880px) {
    .hero .text .descr {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 1.333em;
    }
}
.hero .media {
    width: 50%;
    padding-left: 24px;
}
@media (max-width: 690px) {
    .hero .media {
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        margin-bottom: 24px;
    }
}
.hero .media .wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
}
.hero .media .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero .media img {
    border-radius: 10px;
}
.hero .curve {
    transform: translateY(2px);
}
.hero .curve svg {
    width: 100%;
    display: block;
}
@media (max-width: 700px) {
    .nav {
        padding-top: 16px;
    }
}
.nav a {
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    margin-left: 64px;
    white-space: nowrap;
}
@media (max-width: 700px) {
    .nav a:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1080px) {
    .nav a {
        font-size: 16px;
        margin-left: 16px;
    }
}
@media (max-width: 700px) {
    .nav a {
        margin-left: 0;
        margin-right: 16px;
        font-size: 20px;
    }
}
@media (max-width: 420px) {
    .nav a {
        font-size: 18px;
    }
}
@media (max-width: 360px) {
    .nav a {
        font-size: 16px;
    }
}
@media (max-width: 330px) {
    .nav a {
        font-size: 15px;
    }
}
.pricing {
    text-align: center;
}
.pricing h3 {
    margin-bottom: 52px;
}
@media (max-width: 728px) {
    .pricing h3 {
        margin-bottom: 32px;
    }
}
.pricing .row {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
    align-items: stretch;
}
@media (max-width: 880px) {
    .pricing .row {
        margin: 0 -6px;
    }
}
@media (max-width: 672px) {
    .pricing .row {
        margin: 0;
        justify-content: stretch;
        flex-wrap: wrap;
    }
}
.pricing .row .col {
    width: 33.33333%;
    padding: 0 12px;
}
@media (max-width: 880px) {
    .pricing .row .col {
        padding: 0 6px;
    }
}
@media (max-width: 672px) {
    .pricing .row .col {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }
}
.pricing-column {
    background: var(--white);
    padding: 24px;
    border-radius: 10px;
    position: relative;
}
@media (max-width: 850px) {
    .pricing-column {
        padding: 12px;
    }
}
.pricing-column.pink {
    background: var(--purple-light);
    color: var(--white);
}
.pricing-column.pink .name,
.pricing-column.pink .price,
.pricing-column.pink .under-price {
    color: var(--white);
}
.pricing-column.pink .divider {
    border-color: var(--white);
}
.pricing-column.pink .checklist-item .tick {
    padding-top: 6px;
}
.pricing-column.pink .checklist-item .tick svg {
    width: 22px;
}
.pricing-column.pink .checklist-item .tick svg rect {
    fill: var(--white);
}
.pricing-column.pink .checklist-item .text {
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}
@media (max-width: 924px) {
    .pricing-column.pink .checklist-item .text {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 840px) {
    .pricing-column.pink .checklist-item .text {
        font-size: 18px;
    }
}
.pricing-column .name {
    font-size: 32px;
    color: var(--purple-light);
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 36px;
}
@media (max-width: 990px) {
    .pricing-column .name {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 850px) {
    .pricing-column .name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}


.pricing-column .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--grey-800);
    margin-bottom: 8px;
    margin-top: 8px;
}
@media (max-width: 850px) {
    .pricing-column .price {
        font-size: 20px;
    }
}
.pricing-column .under-price {
    font-size: 16px;
    color: var(--grey-800);
}
.currency-select {
    padding: 10px !important;
    margin-bottom: 10px !important;
}


.pricing-column .divider {
    border-bottom: 2px solid var(--blue-light);
    margin: 24px 0;
}
@media (max-width: 850px) {
    .pricing-column .divider {
        margin: 16px 0;
    }
}
.pricing-column .checklist-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 24px;
}
@media (max-width: 850px) {
    .pricing-column .checklist-item {
        margin-bottom: 16px;
    }
}
.pricing-column .checklist-item .tick {
    min-width: 16px;
    margin-right: 12px;
    width: 22px;
}
@media (max-width: 850px) {
    .pricing-column .checklist-item .tick {
        margin-right: 8px;
    }
}
.pricing-column .checklist-item .tick svg rect {
    fill: var(--purple-light);
}
.pricing-column .checklist-item .text {
    color: var(--text-black);
}
@media (max-width: 850px) {
    .pricing-column .checklist-item .text {
        font-size: 14px;
    }
}
.pricing-column .under-checklist {
    text-align: left;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 30px;
}
@media (max-width: 840px) {
    .pricing-column .under-checklist {
        font-size: 14px;
        line-height: 18px;
    }
}
.pricing-column .cta-row {
    margin-bottom: 32px;
}
.pricing-column .disclaimer {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    font-style: italic;
    font-size: 12px;
    color: var(--grey-800);
    padding: 0 24px;
    line-height: 1.3em;
}
.see-how-it-works-row {
    background: linear-gradient(90deg, var(--purple-dark), var(--purple-light));
    color: var(--white);
}
.see-how-it-works-row__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0 32px;
}
@media (max-width: 690px) {
    .see-how-it-works-row__row {
        justify-content: center;
    }
}
.see-how-it-works-row__row__text {
    width: 50%;
    padding-right: 24px;
}
@media (max-width: 690px) {
    .see-how-it-works-row__row__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
}
.see-how-it-works-row__row__text__heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.22em;
}
@media (max-width: 880px) {
    .see-how-it-works-row__row__text__heading {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    .see-how-it-works-row__row__text__heading {
        font-size: 24px;
    }
}
.see-how-it-works-row__row__text__heading .highlight {
    color: var(--blue);
}
.see-how-it-works-row__row__text__descr {
    font-size: 22px;
    line-height: 1.72em;
    margin-bottom: 38px;
}
@media (max-width: 880px) {
    .see-how-it-works-row__row__text__descr {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 1.333em;
    }
}
.see-how-it-works-row__row__image {
    width: 50%;
    padding-left: 24px;
}
@media (max-width: 690px) {
    .see-how-it-works-row__row__image {
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        margin-bottom: 24px;
    }
}
.see-how-it-works-row__row__image img {
    border-radius: 10px;
}
.see-how-it-works-row__curve {
    line-height: 0;
}
.see-how-it-works-row__curve svg {
    position: relative;
    top: -1px;
    width: 100%;
    display: block;
}
.see-how-it-works-row--bottom {
    line-height: 0;
    overflow: hidden;
}
.see-how-it-works-row--bottom svg {
    width: 100%;
    display: block;
    transform: scale(1.03);
    position: relative;
    top: 3px;
}
.testimonial-row {
    background: linear-gradient(90deg, var(--purple-dark), var(--purple-light));
}
.testimonial-row .constrainer {
    max-width: 1288px;
}
.testimonial-row .testominial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
}
@media (max-width: 544px) {
    .testimonial-row .testominial {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 544px) {
    .testimonial-row .testominial .quote-wrap {
        width: 100%;
        order: 2;
    }
}
.testimonial-row .testominial .quote {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 52px;
    min-width: 0;
}
@media (max-width: 1046px) {
    .testimonial-row .testominial .quote {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px;
    }
}
@media (max-width: 880px) {
    .testimonial-row .testominial .quote {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
@media (max-width: 500px) {
    .testimonial-row .testominial .quote {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}
.testimonial-row .testominial .author {
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 1046px) {
    .testimonial-row .testominial .author {
        font-size: 20px;
    }
}
@media (max-width: 880px) {
    .testimonial-row .testominial .author {
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .testimonial-row .testominial .author {
        font-size: 16px;
    }
}
.testimonial-row .testominial .author .descr {
    font-weight: 400;
}
.testimonial-row .testominial .image {
    padding-left: 58px;
    width: 558px;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 0;
}
@media (max-width: 1046px) {
    .testimonial-row .testominial .image {
        width: 400px;
    }
}
@media (max-width: 690px) {
    .testimonial-row .testominial .image {
        width: 200px;
        padding-left: 32px;
    }
}
@media (max-width: 544px) {
    .testimonial-row .testominial .image {
        width: 100%;
        order: 1;
        padding-left: 0;
        max-width: 300px;
        margin-bottom: 16px;
    }
}
.testimonial-row .curve.bottom {
    position: relative;
    top: 1px;
}
.testimonial-row .curve svg {
    width: 100%;
    display: block;
}
.three-up {
    text-align: center;
}
.three-up .top-row {
    margin-bottom: 54px;
}
.three-up .capsule-heading-wrap {
    margin-bottom: 32px;
}
@media (max-width: 728px) {
    .three-up .capsule-heading-wrap {
        margin-bottom: 24px;
    }
}
.three-up h2 {
    margin-bottom: 16px;
}
.three-up .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -16px;
    padding-top: 65px;
}
@media (max-width: 728px) {
    .three-up .row {
        padding-top: 32px;
        flex-wrap: wrap;
        margin: 0;
    }
}
.three-up .row .col {
    width: 33.3333%;
    padding: 0 16px;
}
@media (max-width: 930px) {
    .three-up .row .col {
        padding: 0 8px;
    }
}
@media (max-width: 728px) {
    .three-up .row .col {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
    }
}
@media (max-width: 728px) {
    .three-up .row .col:last-child {
        margin-bottom: 0;
    }
}
.trusted-by-row {
    text-align: center;
}
.trusted-by-row h3 {
    margin-bottom: 80px;
}
@media (max-width: 700px) {
    .trusted-by-row h3 {
        margin-bottom: 48px;
    }
}
@media (max-width: 428px) {
    .trusted-by-row h3 {
        margin-bottom: 24px;
    }
}
.trusted-by-row .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.trusted-by-row .row .logo {
    padding: 0 16px;
    width: 33%;
}
.trusted-by-row .row .logo img{
    max-height: 150px;
}
@media (max-width: 650px) {
    .trusted-by-row .row .logo {
        width: 50%;
        margin-bottom: 16px;
    }
}
.up {
    background-color: var(--grey-200);
    background-image: url(../images/bg-vhd-logo.svg);
    background-repeat: no-repeat;
    padding: 90px 24px 24px;
    border-radius: 10px;
    height: 100%;
    text-align: left;
    position: relative;
}
.up,
.up.position-1 {
    background-position: -72px 18px;
}
.up.position-2 {
    background-position: 8px -200px;
}
.up.position-3 {
    background-position: 100px -106px;
}
.up .image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 930px) {
    .up .image {
        max-width: 150px;
    }
}
@media (max-width: 728px) {
    .up .image {
        max-width: none;
    }
}
.up .heading {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
@media (max-width: 728px) {
    .up .heading {
        font-size: 18px;
        line-height: 24px;
    }
}
.up .description {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 728px) {
    .up .description {
        font-size: 16px;
        line-height: 22px;
    }
}
.vhd-banner {
    color: var(--white);
    background: var(--purple-dark);
    padding: 60px 0 0;
}
@media (max-width: 1270px) {
    .vhd-banner {
        padding-top: 32px;
    }
}
.vhd-banner a {
    color: var(--white);
    text-decoration: none;
}
.vhd-banner .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
@media (max-width: 600px) {
    .vhd-banner .row {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.vhd-banner .row .left {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    padding-right: 32px;
}
@media (max-width: 880px) {
    .vhd-banner .row .left {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 600px) {
    .vhd-banner .row .left {
        width: 100%;
        margin-bottom: 16px;
        text-align: center;
        padding-right: 0;
    }
}
@media (max-width: 364px) {
    .vhd-banner .row .left {
        font-size: 20px;
    }
}
.vhd-banner .row .right {
    min-width: 252px;
    padding-bottom: 0;
}
@media (max-width: 600px) {
    .vhd-banner .row .right {
        margin-bottom: 16px;
    }
}
.vhd-banner .curve {
    display: block;
    transform: translateY(1px);
}
.video-row {
    background: linear-gradient(90deg, var(--purple-dark), var(--purple-light));
    color: var(--white);
}
.video-row .constrainer {
    max-width: 1288px;
}
.video-row .top-row {
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 66px;
}
@media (max-width: 690px) {
    .video-row .top-row {
        justify-content: center;
        margin-bottom: 32px;
    }
}
.video-row .video-info {
    width: 50%;
    padding-right: 24px;
}
@media (max-width: 690px) {
    .video-row .video-info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
}
.video-row .video-info .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.22em;
}
@media (max-width: 880px) {
    .video-row .video-info .title {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    .video-row .video-info .title {
        font-size: 24px;
    }
}
.video-row .video-info .title .highlight {
    color: var(--blue);
}
.video-row .video-info .descr {
    font-size: 22px;
    line-height: 1.72em;
    margin-bottom: 38px;
}
@media (max-width: 880px) {
    .video-row .video-info .descr {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 1.333em;
    }
}
.video-row .media {
    width: 50%;
    padding-left: 24px;
}
@media (max-width: 690px) {
    .video-row .media {
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        margin-bottom: 24px;
    }
}
.video-row .media .wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
}
.video-row .media .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-row .btn-row {
    text-align: center;
}
.video-row .curve {
    line-height: 0;
}
.video-row .curve svg {
    width: 100%;
    display: block;
}

.footer-topper img {
    display: block;
    transform: translateY(1px);
}

.simple-heading-row {
    margin-top: 96px;
    background: var(--pink);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 1280px) {
    .simple-heading-row {
        margin-top: 80px;
    }
}

@media (max-width: 800px) {
    .simple-heading-row {
        margin-top: 64px;
    }
}

.simple-heading {
    margin: 0;
}

.privacy h2 {
    margin: 32px 0 20px;
}

.privacy h3 {
    margin: 32px 0 20px;
}

.privacy a {
    color: var(--purple-light);
    text-decoration: none;
}

.privacy a:hover {
    text-decoration: underline;
}

.privacy h2 {
    font-size: 32px;
    font-weight: 800;
}
@media (max-width: 728px) {
    .privacy h2 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .privacy h2 {
        font-size: 24px;
    }
}
.privacy h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--purple-light);
}
@media (max-width: 728px) {
    .privacy h3 {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .privacy h3 {
        font-size: 20px;
    }
}