/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Embedded header styles
   3. Embedded footer styles
   4. Embedded custom site styles
   5. Embedded intro styles
   6. Embedded partner-brands styles
   7. Embedded payment cards info
   8. Embedded cta section styles
   9. Embedded how it works section styles
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

.main-nav,
.footer-list,
.product-list,
.short-info,
.card-list,
.how-it-work-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 16px/1.25 "museosans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

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

h2,
.h2 {
    font-size: 36px;
}

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

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #ed700a;
}

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

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #efefef;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #efefef;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #efefef;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #efefef;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #efefef;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "â†";
}

[dir="rtl"] .slick-prev:before {
    content: "â†’";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "â†’";
}

[dir="rtl"] .slick-next:before {
    content: "â†";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* 1. Embedded fonts styles */

@font-face {
    font-family: "museosans";
    src: url("../fonts/museoSans-300.woff") format("woff"), url("../fonts/museoSans-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "museosans";
    src: url("../fonts/museosans-500.woff") format("woff"), url("../fonts/museosans-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "museosans";
    src: url("../fonts/museoSans-700.woff") format("woff"), url("../fonts/museoSans-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* 2. Embedded header styles */

#header {
    position: relative;
    padding: 25px 0; background: #ffffff; 
    z-index: 99;
}

#header.on-absolute {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; text-align:center;     color: #ffffff;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    width: 100%; max-width:200px;  margin:0 auto 10px;
}

.main-nav {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding: 25px 0;
    width: 100%;
}

.main-nav a {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.main-nav a:hover {
    text-decoration: underline;
}

/* 3. Embedded footer styles */

#footer {
	background: linear-gradient(176deg , rgba(104,205,255,1) 0%, rgba(26,105,137,1) 100%);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.6px;
}

.bottom-footer {
    background: #000000;
    padding: 16px 0 17px;
    text-align: center;
}

.bottom-footer p {
    margin: 0;
}

.bottom-footer a {
    color: #fff;
    text-decoration: none;
}

.bottom-footer a:hover {
    text-decoration: underline;
}

.footer-holder {
    text-align: center;
    padding: 42px 0 0;
}

.footer-holder .two-col .col {
    padding: 0 0 35px;
}

.footer-holder .footer-title {
    display: block;
    text-transform: uppercase;
    margin: 0 0 19px;
}

/* footer links */

.footer-list {
    font-size: 16px;
    line-height: 20px;
}

.footer-list li {
    margin-bottom: 21px;
}

.footer-list a {
    color: #fff;
    text-decoration: none;
}

.footer-list a:hover {
    color: #ed700a;
}

.footer-logo {
    display: block;
    margin: 0 auto 30px;
    width: 110px;
}

.footer-logo a {
    display: block;
}

.footer-logo img {
    display: block;
    width: 100%;
}

/* 4. Embedded custom site styles */

body {
    font-weight: 300;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.display-2 {
    display: block;
    margin-bottom: 15px;
}

h1,
.h1,
h2,
.h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 21px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .6px;
    padding: 14px 13px;
    background: #6eaa2a;
}

.btn:before,
.btn:after {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 8px;
}

.btn:after {
    background: -webkit-linear-gradient(top, #2da819 0%, #2da819 2%, #4f7f01 4%, #508a01 10%, #508d01 15%, #53b000 100%);
    background: linear-gradient(to bottom, #2da819 0%, #2da819 2%, #4f7f01 4%, #508a01 10%, #508d01 15%, #53b000 100%);
    opacity: 0;
    visibility: hidden;
}

.btn:before {
    background: -webkit-linear-gradient(top, #53b000 0%, #508d01 85%, #508a01 90%, #4f7f01 96%, #2da819 98%, #2da819 100%);
    background: linear-gradient(to bottom, #53b000 0%, #508d01 85%, #508a01 90%, #4f7f01 96%, #2da819 98%, #2da819 100%);
}

.btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.btn:hover:before {
    opacity: 0;
    visibility: hidden;
}

.btn.link-on-mobile:hover {
    text-decoration: none;
}

.btn.link-on-mobile:after {
    display: none;
}

.section-heading {
    margin: 0 0 31px;
}

.section-heading .extra-icon {
    display: inline-block;
    vertical-align: top;
    margin: 11px -6px 0 11px;
}

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

.text-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-articles .col {
    width: 100%;
}

.text-articles p {
    margin-bottom: 20px;
}

.video-wrap {
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, .16);
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    position: relative;
    margin-bottom: 45px;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}

mark {
    background-color: transparent;
    color: #ed700a;
}

.content-section {
    position: relative;
    z-index: 4;
    padding: 44px 0 76px;
}

.content-section.with-decor {
    z-index: 5;
}

.content-section.with-decor:after {
    content: "";
    border: 56vw solid transparent;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    position: absolute;
    z-index: -1;
    top: 100%;
    pointer-events: none;
    border-top: 7vw solid #fff;
}

.content-section.with-decor.how-it-works {
    padding: 89px 0 54px;
}

.bg-dark {
    color: #fff;
    background: linear-gradient( 
0deg
 , rgba(104,205,255,1) 0%, rgba(26,105,137,1) 100%);
}

.bg-dark:after {
    border-top: 7vw solid rgba(104,205,255,1) !important;
}

.bg-gray {
    background: #f2f2f2;
}

.bg-gray:after {
    border-top: 7vw solid #f2f2f2 !important;
}

.info-description.with-decor {
    z-index: 6;
}

.info-description .btn-wrap {
    padding: 24px 0 0 0;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

/* 5. Embedded intro styles */

.intro-section {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 115px 0 76px;
    position: relative;
    z-index: 2;
    
	min-height: 55vh;
}

.intro-section:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    
}

.intro-section .container {
    margin: 0;
}

.intro-section .h1,
.intro-section h1 {
    margin-bottom: 13px;
}

.intro-section .h1 span,
.intro-section h1 span {
    display: block;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
}

.intro-section .btn {
    margin: 0 0 34px;
}

.product-list {
    text-align: center;
    width: 100%;
}

.product-list img {
    display: inline-block;
    vertical-align: top;
}

.products-short-list {
    width: 100%; margin:0 auto;
}

.products-short-list .product-list li a {
    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;
    text-decoration: none;
}

.products-short-list .product-list li a:after {
    content: "";
    min-height: 120px;
}

.short-info {
    width: 100%;
    margin: 0 0 38px;
}

.short-info li {
    margin: 0 0 -19px;
}

.short-info .img-wrap {
    display: inline-block;
    vertical-align: middle;
}

/* 6. Embedded partner-brands styles */

.partner-brands {
    position: relative;
    padding: 120px 0 50px;
}

.partner-brands.with-decor {
    z-index: 7;
}

.brands-wrapper {
    padding: 0 0 73px;
    position: relative;
    box-shadow: 1px 20px 18px rgba(0, 0, 0, .1);
}

.brands-wrapper .brand {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands-wrapper .slick-track {
    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;
}

.brands-wrapper .slick-arrow {
    background: transparent;
    border-bottom: 15px solid #ed700a;
    border-left: 15px solid #ed700a;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: -14px;
    font-size: 0;
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: none;
    transition: none;
}

.brands-wrapper .slick-arrow:before {
    content: " ";
}

.brands-wrapper .slick-arrow:focus {
    outline: none;
}

.brands-wrapper .slick-arrow:hover {
    border-bottom-color: #bc5908;
    border-left-color: #bc5908;
}

.brands-wrapper .slick-arrow:hover:before {
    background: #bc5908;
}

.brands-wrapper .slick-arrow:active {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(.95);
    -ms-transform: translateY(-50%) rotate(45deg) scale(.95);
    transform: translateY(-50%) rotate(45deg) scale(.95);
}

.brands-wrapper .slick-arrow:active.slick-next {
    -webkit-transform: translateY(-50%) rotate(-135deg) scale(.95);
    -ms-transform: translateY(-50%) rotate(-135deg) scale(.95);
    transform: translateY(-50%) rotate(-135deg) scale(.95);
}

.brands-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -14px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.partners-wrapper {
    padding: 95px 0 27px;
}

.partners-wrapper .partners-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners-wrapper .partners-holder .partner {
    width: calc(100% / 7);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners-wrapper .partners-holder .partner .grayscale-fix,
.partners-wrapper .partners-holder .partner img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.partners-wrapper .partners-holder .partner a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 100%;
}

.partners-wrapper .partners-holder .partner img:hover {
    filter: grayscale(0%);
	cursor: pointer;
}

.partners-wrapper .partners-holder .partner a:hover .grayscale-fix img.grayscale {
    visibility: visible !important;
    position: relative;
}

/* 7. Embedded payment cards info */

.payment-systems {
    background: #eee;
    border: 1px solid #fff;
    border-width: 3px 0 3px 0;
    padding: 40px 0 39px;
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.paymen-info .col:first-child {
    padding-right: 40px;
    width: 50.5%;
}

.paymen-info .col p {
    margin: 0;
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
}

.card-list li {
    padding: 0 8px 16px;
    width: 20%;
}

/* 8. Embedded cta section styles */

.cta-section {
    position: relative;
    z-index: 4;
    padding: 123px 0 81px;
}

.cta-section .bg-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .1;
}

.cta-section .quoted-heding {
    border: 2px solid #52cea5;
    border-radius: 3px;
    display: block;
    margin: 0 0 16px;
    padding: 12px 8px;
    font-size: 14px;
    line-height: 1.08;
}

.cta-section .quoted-heding .decor {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    margin: -6px 4px 0 0;
}

.cta-section .quoted-heding .decor img {
    width: 100%;
}

.white-box {
    background: #fff;
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, .16);
    padding: 30px 20px;
    color: #434343;
}

blockquote {
    border-left: 8px solid #6fab2b;
    background: #ededed;
    padding: 12px 20px;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    padding: 43px 28px 21px;
}

blockquote q {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

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

blockquote q:before {
    width: 19px;
    height: 17px;
    content: "";
    background-image: url(/img/landing/quote.svg);
    position: absolute;
    left: -17px;
    top: -27px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
}

blockquote cite {
    display: block;
    font-weight: 700;
    font-style: normal;
}

.cta-holder {
    text-align: center;
    color: #212121;
    font-size: 22px;
    line-height: 30px;
}

.cta-holder h2,
.cta-holder .h2 {
    line-height: 1.1;
    margin-bottom: 9px;
}

.cta-holder p {
    margin: 0 0 37px;
}

/* 9. Embedded how it works section styles */

.how-it-works .section-heding .h2,
.how-it-works .section-heding h2 {
    line-height: 1.5;
}

.how-it-work-list {
    counter-reset: newCounter;
    max-width: 278px;
    margin: 0 auto 64px;
}

.how-it-work-list li:last-child .how-it-work-item:after {
    display: none;
}

.how-it-work-item {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 3;
    padding: 34px 19px 42px;
}

.how-it-work-item .img-wrap {
    width: 65px;
    text-align: left;
}

.how-it-work-item .img-wrap img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.how-it-work-item .description {
    width: calc(100% - 65px);
    padding: 0 0 0 15px;
}

.how-it-work-item .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1;
}

.how-it-work-item .title:before {
    counter-increment: newCounter;
    content: counters(newCounter, ".") ". ";
}

.how-it-work-item p {
    margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .products-short-list .subtitle {
        margin-bottom: 25px !important;
    }
}

@media (min-width: 480px) {
    #header {
        padding: 50px 0 0;
    }

    .footer-holder {
        padding: 62px 0 80px;
    }

    .footer-holder .two-col {
        margin: 0 -20px;
        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;
    }

    .footer-holder .two-col .col {
        width: 50%;
        padding: 0 20px;
    }

    h1,
    .h1 {
        font-size: 61px;
    }

    h2,
    .h2 {
        font-size: 42px;
    }

    .btn {
        padding: 14px 33px;
        font-size: 20px;
		cursor: pointer;
    }

    .text-articles .col:first-child {
        padding: 0 20px;
    }

    .video-wrap {
        margin-bottom: 74px;
    }

    .content-section {
        padding: 75px 0 140px;
    }

    .content-section.with-decor.how-it-works {
        padding: 89px 17px 54px;
    }

    .info-description .btn-wrap {
        padding: 24px 0 0 19px;
    }

    .intro-section {
        padding: 320px 0 0;
    }

    .intro-section .h1 span,
    .intro-section h1 span {
        margin-bottom: -4px;
        font-size: 28px;
    }

    .cta-section {
        padding: 123px 4px 81px;
    }

    .cta-section .quoted-heding {
        margin: 0 19px 16px;
        padding: 14px 8px 10px 7px;
        font-size: 15px;
    }

    .white-box {
        padding: 78px 62px 54px 48px;
    }

    blockquote {
        padding: 12px 37px 11px 61px;
    }

    blockquote q {
        margin-bottom: 15px;
    }

    blockquote q:before {
        left: -43px;
        top: -5px;
    }

    .how-it-work-list {
        max-width: 442px;
    }

    .how-it-work-item {
        padding: 34px 19px 42px 31px;
    }

    .how-it-work-item .img-wrap {
        width: 100px;
    }

    .how-it-work-item .description {
        width: calc(100% - 100px);
        padding: 0 0 0 35px;
    }

    .how-it-work-item .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .nav-opener {
        display: none;
    }
}

@media (min-width: 768px) {
    #header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
	
	.nav-slide { 
    position:absolute;
    right: 20px;
    top: 40px;
}

    .logo {
        margin: 0;
    }

    .nav-opener {
        display: none;
    }

    .main-nav {
        letter-spacing: -.4em;
        font-size: 12px;
        line-height: 16px;
        padding: 0;
        margin: 0 18px -10px 0;
    }

    .main-nav li {
        display: inline-block;
        vertical-align: top;
        padding: 0 6px;
        margin-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
    }

    .main-nav li:after {
        content: "";
        width: 1px;
        top: 2px;
        bottom: 1px;
        right: 0;
        position: absolute;
        background: #fff;
    }

    .main-nav li:last-child:after {
        display: none;
    }

    .main-nav a {
        padding: 0;
    }

    #footer {
        font-size: 16px;
    }

    .bottom-footer {
        padding: 12px 0 14px;
    }

    .footer-holder {
        padding: 74px 0 99px;
    }

    .footer-holder .footer-title {
        margin: 0 0 22px;
    }

    .footer-logo {
        margin: 0 auto 30px;
    }

    h1,
    .h1 {
        font-size: 77px;
    }

    h2,
    .h2 {
        font-size: 46px;
    }

    .container {
        padding: 0 17px;
    }

    .section-heading {
        margin: 0 0 65px;
    }

    .section-heading .extra-icon {
        margin: 12px -15px 0 5px;
    }

    .section-heading .extra-icon.for-mobile {
        display: none;
    }

    .text-articles .col:first-child {
        margin-bottom: 65px;
        padding: 0;
    }

    .content-section {
        padding: 142px 0;
    }

    .content-section.with-decor {
        padding: 40px 0;
    }

    .content-section.with-decor.how-it-works {
        padding: 109px 0 40px;
    }

    .info-description .btn-wrap {
        padding: 0;
    }

    .intro-section {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 35px 0 15px;
    }

    .intro-section:after {
        min-height: unset
    }

    .intro-section .h1 span,
    .intro-section h1 span {
        font-size: 36px;
    }

    .intro-section .extra-hold {
        margin: 0px 0 35px; font-size:1.5vw;
    }

    .products-short-list .subtitle {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        display: block;
        margin-bottom: 25px;
    }

    .short-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 27px;
    }

    .partner-brands {
        padding: 120px 0 140px;
    }

    .brands-wrapper .slick-arrow {
        border-bottom: 2px solid #ed700a;
        border-left: 2px solid #ed700a;
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        height: 45px;
        width: 45px;
    }

    .partners-wrapper {
        padding: 140px 0 70px;
    }

    .paymen-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .paymen-info .col {
        width: 49.5%;
    }

    .cta-section {
        padding: 116px 0 85px;
    }

    .white-box {
        padding: 38px 24px 46px;
        margin-bottom: 55px;
    }

    blockquote {
        border-left-width: 10px;
        line-height: 21px;
    }

    .cta-holder h2,
    .cta-holder .h2 {
        margin-bottom: 19px;
    }

    .cta-holder p {
        margin: 0 0 26px;
    }

    .how-it-work-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px 66px;
        max-width: none;
    }

    .how-it-work-list li {
        width: 50%;
        padding: 0 20px 40px;
    }

    .how-it-work-item {
        padding: 0;
    }

    .how-it-work-item .img-wrap {
        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: 0 0 28px;
        width: auto;
    }

    .how-it-work-item .img-wrap:after {
        content: "";
        width: 0;
        display: block;
        min-height: 100px;
    }

    .how-it-work-item .description {
        padding: 0;
        width: auto;
    }

    .how-it-work-item p {
        margin: 0 0 1em;
    }
}

@media (min-width: 1024px) {
    .footer-holder .two-col .col {
        width: 300px;
    }

    .section-heading {
        margin: 0 0 95px;
    }

    .text-articles {
        margin: 0 -20px 117px;
    }

    .text-articles .col {
        width: 50%;
        padding: 0 20px;
    }

    .text-articles .col:first-child {
        padding: 17px 20px 0;
    }

    .video-wrap {
        margin-bottom: 0;
    }

    .content-section.with-decor {
        padding: 142px 0 35px;
    }

    .content-section.with-decor.how-it-works {
        padding: 226px 0 35px;
    }

    .intro-section:after {
        min-height: calc(100vh - 230px);
        min-height: calc((var(--vh, 1vh) * 100) - 230px);
    }

    .partner-brands {
        padding: 226px 0 0;
    }

    .partner-brands .section-heading {
        margin: 0 0 65px;
    }

    .payment-systems {
        font-size: 23px;
        line-height: 28px;
    }

    .cta-section {
        padding: 197px 0 47px;
    }

    .cta-section .two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -20px;
    }

    .cta-section .two-col .col {
        width: 50%;
        padding: 0 20px;
    }

    .cta-section .two-col .white-box {
        max-width: 430px;
    }

    .white-box {
        padding: 61px 54px 72px;
        margin-bottom: 0;
    }

    .cta-holder {
        font-size: 24px;
        line-height: 30px;
    }

    .how-it-work-list li {
        width: 25%;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .intro-section:after {
        min-height: unset;
    }
}

@media (min-width: 1200px) {
    .content-section.with-decor {
        padding: 142px 0 0;
    }

    .content-section.with-decor.how-it-works {
        padding: 226px 0 0;
    }

    .partner-brands.with-decor {
        padding: 213px 0 0;
    }

    .brands-wrapper .slick-arrow {
        left: -35px;
    }

    .brands-wrapper .slick-arrow.slick-next {
        right: -35px;
    }
}

@media (max-width: 1199px) {
    .brands-wrapper {
        padding: 0 40px 73px;
    }
}

@media (max-width: 767px) {
    .nav-opener {
        width: 44px;
        height: 40px;
        position: absolute;
        left: 29px;
        top: 40px;
        background-color: transparent;
        border: none;
        z-index: 9;
    }

    .nav-opener:focus {
        outline: none;
    }

    .nav-active .nav-opener span {
        opacity: 0;
    }

    .nav-active .nav-opener:before,
    .nav-active .nav-opener:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 15%;
        right: 15%;
    }

    .nav-active .nav-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        background: rgba(237,112,20,0.9);
        border-radius: 0;
        position: absolute;
        top: 50%;
        left: 25%;
        right: 25%;
        height: 2px;
        margin-top: -2px;
        -webkit-transition: .3s ease 0s;
        transition: .3s ease 0s;
    }

    .nav-opener:after,
    .nav-opener:before {
        content: "";
        top: 30%;
    }

    .nav-opener:after {
        top: 70%;
    }

    .nav-slide {
        -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(237, 112, 10, .9);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
    }

    .nav-active .nav-slide {
        opacity: 1;
        visibility: visible;
    }

    .main-nav {
        text-transform: uppercase;
    }

    .main-nav li.active a {
        background: #fff;
        color: #ed700a;
    }

    #footer {
        text-align: center;
    }

    .footer-holder .footer-title {
        font-size: 16px;
        line-height: 20px;
    }

    /*.btn.link-on-mobile {
        background-color: transparent;
        font-weight: 300;
        text-decoration: underline;
        color: #000;
        padding: 0 0 0 40px;
        font-size: 17px;
    }*/

    /*.btn.link-on-mobile:before {
        width: 24px;
        height: 24px;
        background-image: url(/img/landing/arrow-rounded.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: auto;
        bottom: auto;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }*/

    .section-heading .extra-icon.for-desktop {
        display: none;
    }

    .text-articles .col:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .text-articles .col:last-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    /*.info-description .btn-wrap {*/
        /*text-align: left !important;*/
    /*}*/

    .intro-section .extra-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
    }
	
	.intro-section {padding: 0px !important; height:auto !important; min-height:unset !important; background:none !important;}
	.intro-section:after {min-height: calc((var(--vh, 1vh) * 100) - 493px);}
	.intro1 {display:none !important;}
	.intro4 {display:block !important;} 
	.mob,.mob img {width:100%;}
	.container.anmeldung {width:100% !important; float:none !important; border-radius:0px !important; padding:20px !important; right:0px !important; top:0px !important;max-width:100% !important; position:relative !important}

    .products-short-list .subtitle {
    margin: 10px 0px;
    display: block;
    }

    .short-info li:last-child .img-wrap {
        margin: 0 -3px 0 13px;
    }

    .partner-brands .section-heading h1,
    .partner-brands .section-heading .h1,
    .partner-brands .section-heading h2,
    .partner-brands .section-heading .h2,
    .partner-brands .section-heading h3,
    .partner-brands .section-heading .h3,
    .partner-brands .section-heading h4,
    .partner-brands .section-heading .h4,
    .partner-brands .section-heading h5,
    .partner-brands .section-heading .h5,
    .partner-brands .section-heading h6,
    .partner-brands .section-heading .h6 {
        margin-bottom: 4px;
    }

    .brands-wrapper {
        padding: 15px 40px 113px;
    }

    .brands-wrapper .slick-arrow:before {
        width: 17px;
        height: 15px;
        background: #ed700a;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }

    .brands-wrapper .slick-arrow.slick-prev:before {
        margin: 29px 0 -21px -15px;
    }

    .brands-wrapper .slick-arrow.slick-next:before {
        margin: 29px 0 -21px -15px;
    }

    .partners-wrapper .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .partners-wrapper .slick-track .slick-slide {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners-wrapper .slick-track .slick-slide > * {
        padding: 10px;
        height: 20%;
        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;
    }

    .payment-systems {
        display: none;
    }

    .cta-section .two-col .col:first-child {
        margin-bottom: 77px;
    }

    /*.how-it-works {*/
        /*background: #ffdf19 !important;*/
        /*color: #212121 !important;*/
    /*}*/

    /*.how-it-works:after {*/
        /*border-top-color: #ffdf19 !important;*/
    /*}*/

    .how-it-work-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*background: #fff;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        margin-bottom: 28px;
    }

    /*.how-it-work-item:after {
        content: "";
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        border: 200px solid transparent;
        border-top: 106px solid #f8f8f8;
        z-index: -2;
    }*/

    /*.how-it-work-item:before {
        content: "";
        box-shadow: 0 12px 29px 0 rgba(0, 0, 0, .19);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }*/
}

@media (max-width: 479px) {
    .nav-opener {
        top: 17px;
        left: 6px;
    }

    .btn.link-on-mobile {
        font-size: 15px;
    }

    .cta-section .quoted-heding .decor {
        display: none;
    }

    .how-it-work-item:after {
        border: 140px solid transparent;
        border-top: 82px solid #f8f8f8;
    }
}

/* Promotion Topbar */

/* Styling the bar itself */
#topbar {
    position:fixed;
    top: -180px; /* has to be around the height of the bar or more. */
    display: block;
    z-index: 99999;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #c0392b;
    color: #fff;
    font-size: 25px;
    text-align: center;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    transition: top 1s;
}

/* Hiding the checkbox */
#toggleTop {
    display: none;
}
/* Styling the lables, to show and hide the bar */
#showTop {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 30px;
    display: block;
    padding: 10px;
    background-color: #000000;
    color: #fff;
}
#hideTop {
    float: right;
    display: inline-block;
}

/* Displaying the bar when the checkbox is checked */
#toggleTop:checked + #topbar {
    transition: top 1s;
    top:0px;
}

.promo_small {
    font-size: small;
}

/** Alert Landing Page **/
.alert.is--error {
    color: #E74C3C;
    background: #faeceb;
    text-align: center;
    padding: 1em;
}

/** Introsektion 2021-02 **/
.intro1 {display:flex;}
.intro4 {display:none;}
.intro2 {display:flex;}
.percent50 {width:50%;}
.percent33 {width:33.33333333%;}
.biermann {}
.makeupgirl {}
.percent50 img {width:100%; height:auto;}
.percent33 img {width:100%; height:auto;}
.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: calc(50% - 30px);
    right: 30px;
	top: 30px;
    position: absolute;
    margin: 0;
    padding: 2.5% 2%; border-radius: 10px;
}
.vielfalt {font-size:2.1vw;}
.meldichan {font-size:1.5vw; font-weight:500;}


@media (min-width:767px) AND (max-width:950px) {
.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: calc(50% - 0px);
    right: 0px;
    top: 30px;
    position: absolute;
    margin: 0;
    padding: 2% 1% 2% 1%;
    border-radius: 10px 0px 0px 10px;
}
}

@media (max-width:767px) {
	.vielfalt {font-size:4vw;}
	.meldichan {font-size:2.6vw; margin: 0 auto;}
	.products-short-list { max-width: 90%;}
.percent33 img {
    width: 180%;
    height: auto;
    overflow: hidden;
    max-width: unset;
    margin-left: -40%;
}
	.percent33 {
    width: 33.33333333%;
    text-align: center;
    overflow: hidden;
}
}

@media (max-width:570px) {
		.vielfalt {font-size:23px;}
	.meldichan {font-size:16px; margin: 0 auto;}
}



@media (min-width: 1200px) {
.intro-section .extra-hold {
    margin: 10px 0 25px;
	font-size: unset;}
	

}

	.intro-section {
    min-height: unset;
	padding: 35px 0 35px;
	}
	
.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: 48%;
    right: -24%;
    top: 0%;
    position: relative;
    margin: 0;
    padding: 2.5% 2%;
    border-radius: 10px;
}

.cookiefirst-root button {
    color: #fff;
}
	
.etrusted-review-carousel-service-widget .widget { z-index:9999; }