@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../assets/Gilroy/Gilroy-Regular.otf);
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../assets/Gilroy/Gilroy-Bold.otf);
}


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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

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
}

.f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.f--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}



.smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 62.5%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

body,
html {
    width: 100%
}

body {
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    background: #111011 !important;
    color: #f5bc39;
    font-family: 'Gilroy-Regular';
    font-size: .97222vw;
    line-height: 1;
    overflow: hidden
}

body.show-grid:after {
    /* background-image: repeating-linear-gradient(90deg, transparent, transparent calc(4.16667% - 1px), rgba(255, 0, 0, .33) calc(4.16667% - 1px), rgba(255, 0, 0, .33) 4.16667%);
    background-size: 100% 4.16667%; */
    content: "";
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: calc(100% + 1px);
    z-index: 999
}

.loading * {
    cursor: progress !important
}

img {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

svg {
    pointer-events: none
}

section {
    position: relative
}

::selection {
    background-color: #111011 !important;
    color: #f5bc39
}

::-moz-selection {
    background-color: #111011 !important;
    color: #f5bc39
}

.white-selection ::selection {
    background-color: hsla(0, 0%, 100%, .99) !important;
    color: #000
}

.white-selection ::-moz-selection {
    background-color: hsla(0, 0%, 100%, .99) !important;
    color: #000
}

.a,
a,
a:visited {
    -webkit-tap-highlight-color: transparent;
    color: #f5bc39;
    outline: 0;
    pointer-events: auto;
    text-decoration: none
}

h1,
h2,
h3,
h4 {
    text-rendering: optimizelegibility
}

a,
img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

pre {
    font-family: Inconsolata, Lucida Console, Monaco, monospace;
    font-size: 1.4rem;
    line-height: 1.3em;
    margin: 9rem;
    max-width: 50rem;
    text-align: left;
    text-transform: none;
    white-space: pre-wrap
}

b,
strong {
    font-weight: 700
}

.dg * {
    pointer-events: auto
}

.dg.ac {
    z-index: 999 !important
}

.dg.ac .close-button,
.dg.ac .property-name {
    color: #f5bc39
}

.hiding {
    position: absolute !important
}

.hidden {
    opacity: 0;
    visibility: hidden !important
}

.scrollable {
    width: 100%;
    z-index: 1
}

.is-mobile .scrollable {
    overflow: hidden
}

.page-wrapper {
    min-height: 100vh
}

.prllx {
    overflow: hidden
}

.grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.softShadow {
    -webkit-box-shadow: 0 0 48px -6px rgba(0, 0, 0, .29);
    box-shadow: 0 0 48px -6px rgba(0, 0, 0, .29)
}

.softTextShadow {
    text-shadow: 0 0 10px hsla(0, 0%, 59%, .79)
}

.bgCover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.expo {
    font-size: 2.4vmin;
    line-height: 1;
    padding-bottom: .3em;
    position: absolute;
    right: 1.1em;
    top: .6em;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.embed-container {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.header {
    font-size: .90278vw;
    left: 0;
    line-height: 1.6;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 9
}

.is-mobile .header {
    height: 100vh;
    position: absolute
}

.header .logo {
    display: inline-block;
    margin-left: 1%;
    /* margin-top: 4.5rem; */
    overflow: hidden;
    pointer-events: auto;
    position: relative;

}

.is-mobile .header .logo {
    margin-left: 1%;
    margin-top: 0;

}

.header .logo svg {
    fill: #f5bc39
}

.header .logo span {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.header .button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #f5bc39;
    border-radius: 3em;
    color: #f5bc39;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.2em;
    justify-content: center;
    margin-left: .65em;
    padding: 0 .85em;
    white-space: nowrap;
    z-index: 2
}

.is-mobile .header .button {
    bottom: 12vw;
    display: none;
    font-size: 6.66667vw;
    left: 50%;
    margin: 0;
    min-width: 76vw;
    padding: 0 .55em;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header a.button:hover {
    color: #fff;
    opacity: 1
}

.header nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    pointer-events: auto;
    position: absolute;
    right: 4.16667%;
    top: 4rem
}

.header nav .header_menu {
    overflow: hidden;
    position: relative
}

.header nav a {
    color: inherit;
    font-size: 1.4rem;
    opacity: 1;
    padding: .1em .55em
}

.is-mobile .header nav a:last-child {
    padding-right: 0
}

@media (hover:hover) {
    .header nav a:hover {
        opacity: .65
    }
}

.header .qr-ball {
    background: #f5bc39;
    border-radius: 50%;
    height: 20.53333vw;
    left: 0;
    mix-blend-mode: difference;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 20.53333vw
}

.footer {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 3
}

#not-found .footer,
.footer_video {
    left: 0;
    position: absolute;
    top: 0
}

.footer_video {
    height: inherit;
    opacity: .9999;
    overflow: hidden;
    width: inherit
}

#not-found .footer_video video {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer .maria-home_titles {
    pointer-events: none
}

.is-mobile .footer .maria-home_titles {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    font-size: 9.33333vw;
    justify-content: flex-start;
    padding-top: 9vw
}

#not-found .footer .maria-home_titles {
    display: none
}

.footer .maria-home_titles .title {
    pointer-events: auto
}

.footer_cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5bc39;
    border-radius: 3em;
    color: #f5bc39;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .97222vw;
    height: 2.2em;
    margin-top: 2vw;
    padding: 0 .85em;
    white-space: nowrap
}

.is-mobile .footer_cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 41vw;
    font-family: 'Gilroy-Regular';
    font-size: 6.66667vw;
    height: 2.5em;
    justify-content: center;
    left: 0;
    letter-spacing: 0;
    margin-top: 7vw;
    position: absolute;
    width: 79.16667%
}

#not-found .footer_cta {
    display: none
}

.footer_bottom {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    left: 4.16667%;
    letter-spacing: .05em;
    margin-bottom: 3vw;
    position: absolute;
    width: 91.66667%
}

.is-mobile .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 6vw;
    z-index: 2
}

.footer_bottom .powered-by {
    left: 0;
    padding: .4em 0;
    position: absolute;
    top: 0
}

.is-mobile .footer_bottom .powered-by {
    display: none
}

.footer_bottom .copyright {
    margin: auto;
    opacity: .5;
    padding: .4em 0
}

.footer_bottom nav {
    color: #f5bc39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0
}

.is-mobile .footer_bottom nav {
    font-size: 1.4rem;
    margin: auto auto 3.5vw;
    position: relative
}

.footer_bottom nav a {
    padding: .4em .65em
}

.footer_bottom nav .langs {
    margin-left: .65em
}

.footer_bottom .lang-select {
    font: inherit;
    font-size: inherit;
    letter-spacing: inherit
}

.footer_bottom .lang-select-btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .4em 0 .4em .65em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer_bottom .lang-select-btn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: .5em;
    margin-top: .5rem
}

.footer_bottom .lang-select-list {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.footer_bottom .lang-select-list ul {
    padding-bottom: 1em;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.footer_bottom .lang-select-list ul li {
    background: #111011
}

.footer_bottom .lang-select-list ul li a {
    display: block;
    opacity: .8;
    padding: .75em 1em
}

.footer_bottom .lang-select-list ul li a:hover {
    opacity: 1
}

.footer_bottom .lang-select-list ul li:last-child a {
    padding-bottom: 1.2em
}

.loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #111011;
    color: #f5bc39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.38889vw;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%
}

.maria-video-background {
    height: inherit;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: inherit
}

.maria-video-background video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.is-edge .maria-video-background video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
}

.page_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Gilroy-Regular', sans-serif;
    justify-content: center;
    line-height: 1;
    padding: 13vw 0 1.5vw;
    position: relative;
    text-align: center;
    width: 100%
}

.is-mobile .page_header {
    padding-top: 50vw
}

.page_header .title {
    font-size: 8.68056vw
}

.is-mobile .page_header .title {
    font-size: 17.33333vw;
    line-height: 1.1;
    margin: auto;
    width: 91.66667%
}

.page_header .baseline {
    color: #1997fc;
    font-size: 1.38889vw;
    margin-top: 1vw
}

.is-mobile .page_header .baseline {
    font-size: 5.33333vw;
    margin: 3vw auto auto;
    width: 91.66667%
}

.page_content {
    margin: auto;
    padding-bottom: 9vw;
    position: relative;
    width: 41.66667%
}

.is-mobile .page_content {
    margin-bottom: 18vw;
    margin-top: 15vw;
    width: 83.33333%
}

.page_content h2 {
    font-family: Circular Pro Medium, sans-serif;
    font-size: 1.38889vw;
    margin-top: 4vw
}

.is-mobile .page_content h2 {
    font-size: 5.33333vw;
    margin-top: 12vw
}

.page_content p {
    color: #f5bc39;
    font-size: .97222vw;
    line-height: 1.6;
    margin-top: 1.4vw
}

.is-mobile .page_content p {
    font-size: 3.73333vw;
    margin-top: 6vw
}

.page_gif {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.page_gif video {
    width: 41.66667%
}

.is-mobile .page_gif video {
    width: 100%
}

.arrow-bottom {
    bottom: 4rem;
    position: absolute;
    right: 4.1vw;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 1.7rem
}

.is-mobile .arrow-bottom {
    display: none
}

.maria-home_titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Gilroy-Regular', sans-serif;
    height: inherit;
    justify-content: center;
    margin-left: 8.33333%;
    position: relative;
    z-index: 2
}

.is-mobile .maria-home_titles {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.maria-home_titles strong {
    color: #f5bc39;
    font-weight: inherit
}

.maria-home_titles .title {
    font-size: 4.86111vw;
    line-height: 1.2
}

.is-mobile .maria-home_titles .title {
    font-size: 9.33333vw
}



.de-DE.is-mobile .maria-home_titles .title,
.nl-NL.is-mobile .maria-home_titles .title {
    font-size: 7.33333vw;
    line-height: 1
}

.maria-home_titles .baseline {
    font-size: 1.11111vw;
    line-height: 1.2;
    margin-top: 1.8vw
}

.maria-home_titles .baseline strong {
    color: #2c71f6
}

.is-mobile .maria-home_titles .baseline {
    font-size: 4vw;
    margin-bottom: 37vw;
    margin-right: 8.33333%
}

.maria-home_intro {
    background: #f5bc39;
    height: 100vh;
    position: relative;
    width: 100%
}

.maria-home_intro .maria-home_titles .title {
    margin-top: 5.8vw
}

.maria-home_intro_videos {
    height: inherit;
    opacity: .9999;
    width: inherit
}

.maria-home_intro_videos .intro {
    z-index: 1
}

.maria-home_intro_videos .intro-loop {
    opacity: 0
}

.home_create {
    background: #151515;
    padding: 12vw 0 7vw
}

.home_create .maria-home_titles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    text-align: center;
    width: inherit
}

.home_create .maria-home_titles .title {
    font-size: 8.68056vw;
    line-height: 1
}

.is-mobile .home_create .maria-home_titles .title {
    font-size: 17.33333vw;
    line-height: 1.1;
    margin-top: 42vw
}

.de-DE.is-mobile .home_create .maria-home_titles .title,
.nl-NL.is-mobile .home_create .maria-home_titles .title {
    font-size: 12.33333vw
}

.home_create .maria-home_titles .baseline {
    font-size: 1.11111vw;
    line-height: 1.5;
    margin-top: 1.4vw
}

.is-mobile .home_create .maria-home_titles .baseline {
    font-size: 4.26667vw;
    margin: 16vw 0 0;
    width: 87.5%
}

.home_create_maria-coins {
    background-color: #111011 !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.home_create_maria-coins .prllx {
    overflow: visible
}

.home_create_maria-coins .maria-coins {
    position: absolute
}

.home_create_maria-coins .maria-coins img,
.home_create_maria-coins .maria-coins video {
    left: 0;
    opacity: .9999;
    position: absolute;
    top: 0;
    width: 100%
}

.home_create_maria-coins .coin_1 {
    left: 61.7%;
    top: 9.3vw;
    width: 8.40278%
}

.is-mobile .home_create_maria-coins .coin_1 {
    top: 28.3vw;
    width: 32.26667vw
}

.home_create_maria-coins .coin_2 {
    left: 17.1%;
    top: 35.5vw;
    width: 8.68056%
}

.is-mobile .home_create_maria-coins .coin_2 {
    left: 5%;
    top: 148vw;
    width: 37vw
}

.home_create_maria-coins .coin_3 {
    left: 75.4%;
    top: 36vw;
    width: 9.09722%
}

.is-mobile .home_create_maria-coins .coin_3 {
    display: none
}

.is-tablet .home_create_maria-coins .coin_3 {
    display: block
}

.maria-home_create_facts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 3vw;
    margin-top: 9vw;
    width: 100%;

}




.is-mobile .maria-home_create_facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48vw;
    position: relative;
    z-index: 2
}

.maria-home_create_facts li {
    margin-left: 4.76667%;
    width: 17.29167%
}

.is-mobile .maria-home_create_facts li {
    margin-bottom: 10vw;
    margin-left: 20%;
    width: 62.5%
}

.maria-home_create_facts li:not(:first-child) {
    margin-left: 3.54167%
}

.is-mobile .maria-home_create_facts li:not(:first-child) {
    margin-left: 20%
}

.maria-home_create_facts li .title {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 1.38889vw;
    line-height: 1.2
}

.is-mobile .maria-home_create_facts li .title {
    font-size: 5.33333vw
}

.maria-home_create_facts li .text {
    color: #ffffff;
    font-size: .97222vw;
    line-height: 1.6;
    margin-top: 0;
}

.is-mobile .maria-home_create_facts li .text {
    font-size: 3.73333vw;
    margin-top: 5vw
}

.is-mobile .maria-home_create_facts li .text br {
    display: none
}

.maria-home_send {
    padding-bottom: 12vw;
    padding-top: 2vw;

    position: relative
}

.maria-home_send_map {

    padding: 12vw;
    position: relative
}

.maria-home_send_world {
    padding: 0vw 0;
    position: relative
}

.maria-home_send .prllx {
    overflow: visible
}

.maria-home_send .maria-home_titles {
    margin-left: 54.16667%;
    margin-right: 4.16667%;
    width: inherit
}

.is-mobile .maria-home_send .maria-home_titles {
    margin: 22vw 0 0;
    text-align: center
}

.maria-home_send .maria-home_titles .title {
    font-size: 4.86111vw;
    line-height: 1.1
}

.is-mobile .maria-home_send .maria-home_titles .title {
    font-size: 13.33333vw;
    line-height: 1.1;
    margin: auto
}

.nl-NL.is-mobile .maria-home_send .maria-home_titles .title {
    font-size: 12.33333vw
}

.maria-home_send .maria-home_titles .baseline {
    color: #ffffff;
    font-size: 1.11111vw;
    line-height: 1.6;
    margin-top: 1.4vw
}

.is-mobile .maria-home_send .maria-home_titles .baseline {
    font-size: 4.26667vw;
    margin: 10vw 20px;
}



.maria-home_send_video_map {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    width: 100vw;

}

.maria-home_send_video {
    height: 24vw;
    left: 20.83333%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    width: 25%;
}

.maria-home_send_video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .9999999;
    width: 100%
}

.is-mobile .maria-home_send_video {
    height: auto;
    left: 0;
    margin: auto;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 83%
}

.maria-home_scan {
    /* padding-bottom: 9vw; */
    position: relative
}

.is-mobile .maria-home_scan {
    padding-bottom: 0
}

.maria-home_scan .prllx {
    overflow: visible;
    padding-bottom: 350px;

}

.maria-home_scan .maria-home_titles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 41.66667%
}

.is-mobile .maria-home_scan .maria-home_titles {
    margin-top: 15vw;
    width: 100%
}

.maria-home_scan .maria-home_titles .title {
    font-size: 8.68056vw;
    line-height: 1
}

.is-mobile .maria-home_scan .maria-home_titles .title {
    font-size: 17.33333vw;
    line-height: 1.1;
    margin: auto;

}

.is-mobile .maria-home_scan .maria-home_titles .title br {
    display: none
}

.maria-home_scan .maria-home_titles .baseline {
    font-size: 1.11111vw;
    line-height: 1.6;
    margin-top: 1.4vw
}

.is-mobile .maria-home_scan .maria-home_titles .baseline {
    font-size: 4.26667vw;
    margin: 12vw auto auto;
    width: 91.66667%
}

.maria-home_scan_qr-code {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5bc39;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25vw;
    justify-content: center;
    margin: auto auto;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 25vw;
}

.maria-home_scan_qr-code-image {
    width: 60%
}

.maria-home_scan_qr-code-image:hover {
    cursor: none
}

.maria-home_scan_qr-code img {
    width: 100%
}

.maria-home_scan_qr-code svg {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 2.3%;
    visibility: hidden;
    width: 100%
}

.is-mobile .maria-home_scan_qr-code {
    height: 108vw;
    margin-left: -4vw;
    margin-top: 12vw;
    opacity: 1;
    visibility: visible;
    width: 108vw
}

.is-mobile .maria-home_scan_qr-code img {
    margin: auto;
    width: 75%
}

.maria-home_scan_qr-code-wrapper {
    mix-blend-mode: difference;
    position: relative;
    z-index: 2
}

.is-mobile .maria-home_scan_qr-code-wrapper {
    mix-blend-mode: normal
}

.maria-home_approach {
    background: #111011;
    color: #f5bc39;
    overflow: hidden;
    padding-top: 6vw;
    position: relative;
    z-index: 3
}

.is-mobile .maria-home_approach {

    padding-top: 0vw;
}

.maria-home_approach .prllx {
    overflow: visible
}

.maria-home_approach .maria-home_titles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto auto 3vw;
    text-align: center
}

.is-mobile .maria-home_approach .maria-home_titles {
    margin-bottom: 20vw
}

.is-mobile .maria-home_approach .maria-home_titles br {
    display: none
}

.maria-home_approach .maria-home_titles .title {
    color: #f5bc39;
    font-size: 4.86111vw;
    line-height: 1;
    width: 50%
}

.is-mobile .maria-home_approach .maria-home_titles .title {
    font-size: 13.33333vw;
    line-height: 1.1;
    width: 83.33333%
}

.is-mobile .maria-home_approach .maria-home_titles .title br {
    display: none
}

.de-DE.is-mobile .maria-home_approach .maria-home_titles .title,
.nl-NL.is-mobile .maria-home_approach .maria-home_titles .title {
    font-size: 9.33333vw
}

.maria-home_approach .maria-home_titles .baseline {
    font-size: 1.11111vw;
    line-height: 1.6;
    margin-top: 1.4vw;
    width: 41.66667%
}

.is-mobile .maria-home_approach .maria-home_titles .baseline {
    font-size: 4.26667vw;
    margin: 5vw auto auto;
    width: 86.33333%
}

.maria-home_approach_logos {
    width: 100%
}

.maria-home_approach_logos>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

.maria-home_approach_logos span {
    display: block
}

.maria-home_approach_logos img {
    width: 72vw
}

.is-mobile .maria-home_approach_logos img {
    width: 200vw
}

.page_404 {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page_404 .maria-home_titles {
    pointer-events: none
}

.page_404 .title {
    font-size: 5.55556vw;
    pointer-events: auto
}


.container {
    position: relative;
    width: 100vw;
    overflow: hidden;


}

.scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
    font-family: "Gilroy-Bold";
}

.scrolling-text .scrolling-text-content {
    color: #f5bc39;
    font-size: 100px;
    white-space: nowrap;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    line-height: 1em;
    padding-bottom: 0 !important;
}

/*Intro text animation*/

#intro-text {
    font-family: 'Gilroy-Bold';
    max-width: 30vw;
    text-align: left;
    transform: scale(0.94);
    animation: scale 5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}


.title {
    font-family: 'Gilroy-Bold';
}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}

.title span {
    font-family: 'Gilroy-Bold';
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.baseline span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
    color: #ffffff;

}


@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}


.title span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(1) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(2) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(3) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(4) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(5) {
    animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(6) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(7) {
    animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(8) {
    animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(9) {
    animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(10) {
    animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(11) {
    animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(12) {
    animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.baseline span:nth-child(13) {
    animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


#mapa {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0vh;
}


#M1 {
    width: 200px;
    left: 100px;
}

#M2 {
    width: 200px;
    left: -50px;
}


#M3 {
    width: 200px;
    left: 50px;
}

#scroller {
    /* height: 100px !important; */
}

#scan {
    display: block;
}

#scan_mobile {
    display: none;
}

#cookies {
    position: fixed;
    width: 100vw;
    bottom: 0;
    z-index: 1001;

}

#baseline-text {

    width: 40vw;
}


#myVideo {

    position: absolute;
    z-index: 0;
    width: 100vw;

}

#myVideo2 {

    position: absolute;
    z-index: -1000;
    width: 100vw;

}

#world {
    display: none;

}

@media screen and (orientation: landscape) {


    .maria-video-background #intro {
        height: 100% !important;
    }

    .maria-video-background #intro-loop {
        height: 100% !important;
    }

    .is-mobile .maria-home_titles .baseline {
        margin-bottom: 0 !important;
        width: 50vw !important;

    }



    .is-mobile .maria-home_titles .title {
        font-size: 30px !important;
    }

    .is-mobile .footer_bottom {
        margin-bottom: 0 !important;
    }


}

#logo-Maria {
    width: 200px;
}


@media only screen and (max-width: 740px) {

    #driven {
        font-size: 15px;
    }

    #scroller {
        display: none;
    }

    #world {
        display: block;
    }

    #myVideo {
        left: -15vw;

        width: 130vw;

    }

    #myVideo2 {
        left: -15vw;

        width: 130vw !important;

    }


    .header .logo {
        margin-top: 0;
    }

    #logo-Maria {
        width: 100px;
    }

    .maria-home_intro {
        background-color: #111011 !important;
    }


    #intro-text {
        font-size: 30px;
        width: 50vw !important;
    }



    #baseline-text {
        font-size: 16px;
        width: 85vw;
    }

    .maria-video-background video {
        height: 50% !important;
    }

    #scan_mobile {
        display: block;
    }

    #scan {
        display: none;
    }


    #M1 {
        width: 100px;
        left: 0px;
    }

    #M2 {
        width: 100px;
        left: 0px;
        top: 80px;
    }


    #M3 {
        width: 100px;
        left: 0px;
    }

    #scroller {
        height: 50px !important;
    }

    .scrolling-text-content {
        font-size: 20px !important;
    }

    #intro-text {
        max-width: 80vw;
        color: #ffffff;
    }

    #mapa {

        height: 40vh;
    }

    .maria-home_scan .prllx {
        padding-bottom: 0px;
    }

    .footer {
        height: 50vh !important;
    }

}