@charset "UTF-8";
.accordion { max-width: 100%; border-radius: 5px; overflow: hidden; background: #fffffc; border-radius: 8px; }

.accordion h2 { margin-left: var(--unit); }

.accordion-label, .accordion-content { padding: 20px var(--unit); font-size: 16px; }

.accordion-label p, .accordion-content p { margin: 0; font-size: 14px; line-height: 20px; }

.accordion-label { display: block; font-weight: 500; cursor: pointer; position: relative; transition: background 0.1s; padding-right: 40px; }

.accordion-label:hover { background: rgba(0, 0, 0, 0.1); }

.accordion-label::after { content: ""; transform: translateY(-50%); width: 12px; height: 6px; background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%2300000099;" /></svg>'); background-size: contain; transition: transform 0.4s; display: block; position: absolute; top: 30px; right: 10px; }

.accordion-content { background: #ffffff; line-height: 1.6; font-size: 0.85em; display: none; }

.accordion-input { display: none; }

.accordion-input:checked ~ .accordion-content { display: block; }

.accordion-input:checked ~ .accordion-label::after { transform: translateY(-50%) rotate(0.5turn); }

.accordion-input:checked ~ .accordion-label { background-color: #0000001a; }

@media (min-width: 768px) { .accordion-label { font-size: 20px; } .accordion-content { padding: 36px var(--unit); } }

:root { --yellow: #fbf263; --yellow2: #fdf9b4; --blue: #dfe6ed; --gray: #f5f5f6; --gray2: #f1f1f2; --red: #ede7df; --cobalt: #2e6bad; --light-text: #707070; --border-black: #919191; --unit: 25px; --border-radius: 40px; --page-width: 1366px; --breakpoint: 768px; }

h1 { font-family: "Helvetius"; font-size: 32px; line-height: 35.2px; font-weight: 400; letter-spacing: 0.8px; }

h2 { font-family: "Helvetius"; font-size: 24px; line-height: 27.6px; font-weight: 400; letter-spacing: 0.8px; margin-top: 40px; margin-bottom: 25px; }

h3 { font-family: "Helvetius"; font-size: 18px; line-height: 21.6px; font-weight: 400; }

p { font-family: "Maax"; font-size: 14px; line-height: 18.2px; letter-spacing: 0.5px; }

a, a:visited { color: black; font-family: "Helvetius"; font-size: 18px; line-height: 21.6px; text-decoration: none; }

span { font-family: "Maax"; font-size: 10px; line-height: 13px; }

ul { list-style: none; }

img { user-drag: none; user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }

* { margin: 0; padding: 0; font-family: "Helvetius"; -webkit-font-smoothing: antialiased; }

button, .link-button { font-family: "Maax Mono" !important; font-size: 15px !important; text-transform: uppercase; border: none; background-color: white; height: 50px; width: 200px; border-radius: 8px; cursor: pointer; letter-spacing: 0.5px; font-size: 15px; }

.link-button { width: max-content; line-height: 50px; padding: 0 10px; margin: auto; background-color: var(--yellow); }

table { border-collapse: collapse; width: 100%; text-align: left; border: 1px solid; }

table td, table tr { border: 1px solid; }

h2 > a { text-decoration: underline; }

h3 > a { text-decoration: underline; font-size: 24px !important; }

@media (min-width: 768px) { h1 { font-size: 4vw; line-height: 130%; margin-bottom: 10px; } h2 { font-size: 40px; line-height: 44px; margin-bottom: 15px; } h3 { font-size: 24px; line-height: 27.6px; } p, a { font-size: 17px; line-height: 22.1px; } }

@media screen and (min-width: 1200px) { h1 { font-size: 56px; line-height: 61.6px; } }

.become-partner { max-width: 600px; display: grid; grid-gap: 15px; margin: auto; }

.become-partner h1, .become-partner p { text-align: center; }

.become-partner input, .become-partner select, .become-partner button { font-size: 17px; width: 100%; height: 60px; background-color: white; box-sizing: border-box; border: none; border-radius: 8px; outline: none; padding: 10px; color: #707070; font-family: "Maax Mono"; }

.become-partner input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; }

.become-partner input[type="submit"] { font-size: 15px; text-transform: uppercase; background-color: var(--yellow2); }

.become-partner .become-partner-info-inputs, .become-partner .become-partner-name-inputs { display: grid; grid-gap: 15px; }

.become-partner .become-partner-terms { display: flex; align-items: center; gap: 10px; padding: 0 10px; }

.become-partner .become-partner-terms * { font-family: Maax; font-size: 10px; }

@media screen and (min-width: 768px) { .become-partner p { margin-bottom: 20px; } .become-partner .become-partner-name-inputs { display: flex; gap: 15px; } .become-partner .become-partner-terms { padding: 0; } }

:root { --collection-item-width: calc((1366px - 50px - 16px) / 3); --collection-item-width-mobile: calc((100vw - 50px - 16px) / 3); --collection-content-padding: 50px; --collection-side-width: calc(
    (100vw - var(--collection-item-width) - 16px - 50px) / 2
  ); }

@media (max-width: 350px) { .bubble-collection-content-wrapper h1 { font-size: 0.7em !important; } .bubble-collection-content-wrapper p { transform: translateY(10px); } }

.bubble-collection-wrapper { display: grid; grid-gap: 8px; max-width: 99vw; overflow: hidden; /* Tablet */ /* Desktop */ }

.bubble-collection-wrapper h1, .bubble-collection-wrapper p { text-align: center; }

.bubble-collection-wrapper h1 { font-size: 56px; line-height: 61.6px; }

.bubble-collection-wrapper p { font-size: 17px; line-height: 22.1px; }

.bubble-collection-wrapper .hide-on-mobile { display: none; }

.bubble-collection-wrapper .image-wrapper { margin-top: unset; }

.bubble-collection-wrapper .bubble-collection-top, .bubble-collection-wrapper .bubble-collection-bottom { margin: 0 10px; display: grid; grid-gap: 8px; }

.bubble-collection-wrapper .bubble-collection-bubble { background-color: #f5f5f6; height: 100vw; border-radius: 40px; }

.bubble-collection-wrapper .bubble-collection-content-wrapper { height: calc(100% - 100px); margin-top: 50px; width: calc(100% - 100px); margin-left: auto; margin-right: auto; display: grid; grid-template-rows: 55% 25% 20%; font-size: 14vw; }

.bubble-collection-wrapper .bubble-collection-content-wrapper h1 { font-size: 0.8em; line-height: 150%; }

.bubble-collection-wrapper .bubble-collection-content-wrapper p { font-size: 0.32em; line-height: 1.2em; }

@media (min-width: 768px) { .bubble-collection-wrapper .bubble-collection-top, .bubble-collection-wrapper .bubble-collection-bottom { margin: 0 25px; } }

@media (min-width: 900px) { .bubble-collection-wrapper .hide-on-mobile { display: unset; } .bubble-collection-wrapper .hide-on-desktop { display: none; } .bubble-collection-wrapper .bubble-collection-top, .bubble-collection-wrapper .bubble-collection-bottom { margin: 0 25px; grid-template-columns: var(--collection-item-width-mobile) var(--collection-item-width-mobile) var(--collection-item-width-mobile); grid-template-rows: unset; } .bubble-collection-wrapper .bubble-collection-bubble { max-height: 420px; height: var(--collection-item-width-mobile); width: var(--collection-item-width-mobile); } .bubble-collection-wrapper .bubble-collection-side-bubble { width: auto !important; } .bubble-collection-wrapper .bubble-collection-content-wrapper { max-width: 355px; font-size: 4vw; } .bubble-collection-wrapper .bubbele-collection-left-bubble { margin-right: 50px !important; margin-left: auto; } .bubble-collection-wrapper .bubbele-collection-right-bubble { margin-left: 50px !important; margin-right: auto; } .bubble-collection-wrapper .bubble-collection-center-bubble div { margin-left: auto; margin-right: auto; } }

@media (min-width: 1366px) { .bubble-collection-wrapper .bubble-collection-top, .bubble-collection-wrapper .bubble-collection-bottom { margin: 0 25px; grid-template-columns: var(--collection-side-width) var(--collection-item-width) var(--collection-side-width); } .bubble-collection-wrapper .bubble-collection-bubble { height: var(--collection-item-width); width: var(--collection-item-width); } .bubble-collection-wrapper .bubble-collection-content-wrapper h1 { font-size: 56px; } .bubble-collection-wrapper .bubble-collection-content-wrapper p { font-size: 17px; } .bubble-collection-wrapper .bubbele-collection-right-bubble { margin-left: 50px !important; margin-right: auto; } }

.carousel { display: flex; overflow-x: scroll; overflow-y: hidden; box-sizing: content-box; padding-bottom: 0px; cursor: grab; border-radius: 20px; user-select: none; }

.carousel::-webkit-scrollbar { display: none; }

.carousel-item { background-color: #f5f5f6; }

.carousel-image { margin: 25px 25px; margin-bottom: 15px; width: max-content; height: calc(100vw - 100px - 80px); }

.carousel-image > img { height: 100%; pointer-events: none; }

.carousel-text { font-family: Maax; font-size: 10px; line-height: 130%; letter-spacing: 0.5px; max-width: fit-content; margin: 0 25px; margin-top: 5px; margin-bottom: 15px; }

@media (min-width: 768px) { .carousel-container { width: 99vw; margin-left: calc(-50vw + 50%); } .carousel { margin: auto; max-width: 1366px; height: min-content; } .carousel-image { height: auto; } .carousel-image > img { height: 510px; } }

.count-bubbles { display: grid; grid-gap: 10px; grid-template-columns: repeat(3, 1fr); text-align: center; margin: 0 25px; }

.count-bubbles { list-style: none; width: auto; }

.count-bubble { background-color: var(--yellow); height: 250px; border-radius: 40px 80px 80px 120px; display: grid; grid-template-rows: 50px 20px; grid-gap: 10px; padding-top: 80px; box-sizing: border-box; }

.count-bubble:first-child { border-radius: 100px 80px 120px; }

.count-bubble > h4 { font-family: "Maax Mono"; font-weight: 400; font-size: 40px; letter-spacing: 0.5px; }

.count-bubble > span { font-family: "Maax"; font-style: normal; font-weight: 400; font-size: 17px; line-height: 130%; text-align: center; letter-spacing: 0.5px; }

@media screen and (max-width: 768px) { .count-bubbles { grid-template-columns: 100%; margin: 0 5px; } }

/* for the animated background on 404.html */
.background { height: 100vh; overflow: hidden; width: 100%; margin: 0 auto; top: 0; left: 0; position: fixed; z-index: -1; }

/* for the animated background on 404.html */
#lottie { width: 100vw; }

.image-wrapper-f > img { width: 100%; height: 100%; object-fit: contain; }

.featuredIn-headline { text-align: center; margin: 60px 0 48px 0; }

#featuredIns::-webkit-scrollbar { display: none; }

#featuredIns { overflow-y: hidden; overflow-x: scroll; user-select: none; max-width: 1366px; scrollbar-width: none; }

#featuredIns q.big { font-size: 18px; line-height: 22px; }

#featuredIns p, #featuredIns q { margin-top: 20px; font-size: 12px; line-height: 14px; }

#featuredIns q { display: block; }

#featuredIns q::before { content: „; }

#featuredIns q::after { content: ”; }

#featuredIns .image-wrapper-f { margin: 0; }

#featuredIns .image-wrapper-f img { max-width: 150px; }

#featuredIns .featuredIns-item-wrapper { display: inline-flex; }

#featuredIns .featuredIn-item { width: 100vw; text-align: center; display: grid; grid-template-rows: auto 50px; }

#featuredIns .featuredIn-item .featuredIns-item-text { margin: auto; padding: 0 5px; }

#featuredIns-indicator { display: flex; justify-content: center; margin-bottom: 40px; }

#featuredIns-indicator a + a { margin-left: 5px; }

#featuredIns-indicator .featuredIn-indicator-button { background-color: gray; border-radius: 100%; display: block; width: 10px; height: 10px; }

#featuredIns-indicator .active { background-color: black; }

@media (min-width: 900px) { #featuredIns { overflow: hidden; } #featuredIns .featuredIn-item { width: calc((100vw / 3) - 80px); margin: 0 40px; } .featuredIn-headline { margin: 60px 0; } }

@media (min-width: 1366px) { #featuredIns { margin: auto; } #featuredIns .featuredIn-item { width: calc((1366px / 4) - 80px); margin: 0 40px; } }

@font-face { font-family: "Helvetius"; src: url("/assets/fonts/Helvetius - Regular-205TF.ttf"); }

@font-face { font-family: "Maax"; src: url("/assets/fonts/Maax - Regular-205TF.ttf"); }

@font-face { font-family: "Maax Mono"; src: url("/assets/fonts/Maax Mono - Regular-205TF.ttf"); }

footer { padding: 50px 25px; padding-bottom: 0; margin-top: 25px; }

footer.yellow { background-color: var(--yellow); }

footer h3 { text-align: center; }

footer h3, footer span, footer a { letter-spacing: 0.5px; }

footer .newsletter-signup { max-width: 600px; margin: auto; margin-bottom: calc(var(--unit) * 3); }

footer .newsletter-signup .signup-inputs { padding-top: var(--unit); width: 100%; display: flex; flex-direction: column; }

footer .newsletter-signup .signup-inputs #newsletter-input-wrapper { display: grid; grid-template-columns: auto 100px; grid-gap: 5px; }

footer .newsletter-signup .signup-inputs #newsletter-input-wrapper .error-message { margin-left: 5px; grid-column-end: -1; grid-column-start: 1; margin-bottom: 15px; }

footer .newsletter-signup .signup-inputs input { border: none; height: 44px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; width: 100%; font-family: "Maax"; font-size: 12px; padding-left: 15px; outline: none; }

footer .newsletter-signup .signup-inputs button { border: none; height: 44px; width: 100px; background-color: black; color: white; border-radius: 0; border-top-right-radius: 8px; border-bottom-right-radius: 8px; padding: 0 20px; }

footer .newsletter-signup span > a { font-family: "Maax"; font-size: 10px; line-height: 13px; text-decoration: underline; }

footer .footer-info { display: flex; justify-content: space-between; flex-direction: column-reverse; max-width: 1366px; margin: auto; }

footer .footer-info .copyright { order: -1; margin-bottom: 10px; }

footer .footer-info .social-icons { display: flex; height: var(--unit); margin-bottom: var(--unit); transform: translateY(-5px); }

footer .footer-info .social-icons a { width: 24px; height: 24px; display: block; background-size: contain; background-repeat: no-repeat; }

footer .footer-info .social-icons a + a { margin-left: 10px; }

footer .footer-info .social-icons #social-linkedin { background-image: url("/assets/images/icon_linkedin.png"); }

footer .footer-info .social-icons #social-instagram { background-image: url("/assets/images/icon_instagram.png"); }

footer .footer-info .footer-links ul a { font-family: "Maax"; font-size: 14px; line-height: 18.2px; }

footer .footer-info .footer-links ul li { margin-bottom: 8px; }

@media (min-width: 768px) { footer #mc-status { margin: 5px 0; } footer .footer-info { flex-direction: row; } footer .footer-info .copyright { order: unset; } footer .footer-info span { margin: 5px 10px; } footer .footer-info .footer-links ul { display: flex; } footer .footer-info .footer-links ul li + li { padding-left: 30px; } }

.faq-title { display: flex; flex-direction: column; justify-content: center; text-align: center; }

.faq-div { width: 600px; margin: 0 auto; }

.gallery-bubble-collection { display: grid; grid-gap: 8px; grid-template-columns: 100%; grid-template-rows: repeat(4, 100vw); margin: 0 5px; }

.gallery-bubble-collection h1, .gallery-bubble-collection p { text-align: center; }

.gallery-bubble-collection h1 { font-size: 9vw; line-height: 200%; white-space: nowrap; overflow: hidden; }

.gallery-bubble-collection p { font-size: 4vw; line-height: 5.5vw; }

.gallery-bubble-collection .image-wrapper { margin-top: unset; }

.gallery-bubble-collection .gallery-bubble-collection-bubble { background-color: var(--gray); border-radius: var(--border-radius); padding: 25px; display: grid; grid-template-columns: 100%; grid-template-rows: 50% 25% 25%; }

@media screen and (min-width: 768px) { .gallery-bubble-collection { margin: 0 25px; grid-template-columns: repeat(2, calc(50vw - 38px)); grid-template-rows: repeat(2, 50vw); } .gallery-bubble-collection h1 { font-size: 4.5vw; } .gallery-bubble-collection p { font-size: 1.8vw; line-height: initial; } }

@media screen and (min-width: 1200px) { .gallery-bubble-collection { grid-template-columns: repeat(2, calc(50% - 4px)); grid-template-rows: repeat(2, 450px); } .gallery-bubble-collection h1 { font-size: 50px; } .gallery-bubble-collection p { font-size: 17px; line-height: initial; } .gallery-bubble-collection .gallery-bubble-collection-bubble { height: 400px; } .gallery-bubble-collection .gallery-bubble-collection-bubble * { width: 500px; } .gallery-bubble-collection .left-bubble * { justify-self: flex-end; } }

header.yellow { background-color: var(--yellow); }

header .header-limiter { display: flex; align-items: center; justify-content: space-between; height: 90px; max-width: 1366px; margin: auto; }

header .header-limiter .logo { transform: translateX(5px); }

header .header-limiter .logo svg { width: 185px; height: 40px; }

header #mobile-menu { width: 24px; height: 18px; display: block; }

header #mobile-menu img { width: 100%; height: 100%; }

header nav { align-self: center; grid-column: 3; padding-right: 25px; }

header nav a { letter-spacing: 0.5px; }

header nav a + a { margin-left: 30px; }

@media (min-width: 768px) { header .logo { margin-left: 12px; } }

.explore-artists-container { text-align: center; max-width: 800px; margin: auto; }

@media (min-width: 768px) { .explore-artists-container { margin: 100px auto; } .explore-artists-container h1 { transform: translateY(-50px); } }

.articles-container { display: grid; grid-gap: var(--unit); margin: var(--unit) 0; }

.articles-container .hero-container { margin: 0 var(--unit); display: grid; }

.articles-container .hero-container .hero-text { border-radius: 8px; padding: var(--unit); padding-right: 60px; }

.articles-container .hero-container .hero-text span { display: block; margin-top: 40px; }

.articles-container .hero-container .hero-text p { margin-top: 15px; }

.articles-container .hero-container .image-wrapper { margin: 0; }

.articles-container .hero-container .image-wrapper img { border-radius: 8px; object-fit: cover; }

.editorial-posts-container { padding-bottom: 80px; }

.editorial-posts-container h1 { text-align: center; margin: 40px auto; }

.editorial-posts-container .editorial-posts { max-width: 800px; margin: auto; }

.editorial-posts-container .editorial-posts ul { display: grid; grid-gap: 8px; margin: 0 10px; }

.editorial-posts-container .editorial-posts ul li { height: 100px; display: grid; grid-row-gap: 20px; grid-template-columns: 100px auto; }

.editorial-posts-container .editorial-posts ul li .image-wrapper { margin: 0; overflow: hidden; }

.editorial-posts-container .editorial-posts ul li .image-wrapper img { border-radius: 12px; object-fit: cover; }

.editorial-posts-container .editorial-posts ul li .editorial-post-text { padding: 20px; background-color: white; border-radius: 12px; overflow: hidden; }

.editorial-posts-container .editorial-posts ul li .editorial-post-text h3, .editorial-posts-container .editorial-posts ul li .editorial-post-text span { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.editorial-posts-container .editorial-posts ul li .editorial-post-text h3 { margin-bottom: 10px; }

.editorial-posts-container .editorial-posts ul li .editorial-post-text span { color: var(--light-text); font-size: 14px; line-height: 130%; letter-spacing: 0.5px; }

.editorial-posts-container .button-wrapper { margin: 0 var(--unit); }

.editorial-posts-container .button-wrapper button { width: 100%; display: block; padding: 0 25px; margin: auto; margin-top: 80px; background-color: black; color: white; font-family: "Maax Mono"; }

.post-container { max-width: 700px; margin: auto; margin-top: 45px; padding: 0 25px; }

.post-container .pull-quote { margin: 60px 0; }

.post-container .pull-quote q, .post-container .pull-quote span { padding-left: 25px; display: block; }

.post-container .pull-quote q { border-left: 1px solid black; font-family: Helvetius; font-size: 24px; line-height: 110%; letter-spacing: 0.8px; }

.post-container .pull-quote span { font-family: Maax; font-size: 14px; line-height: 130%; letter-spacing: 0.5px; margin-top: 20px; }

.post-container a, .post-container .post-info { font-family: Maax; font-size: 14px; line-height: 130%; letter-spacing: 0.5px; }

.post-container .post-info > a, .post-container p > a { text-decoration: underline; font-size: 14px; }

.post-container .post-title { margin-top: 20px; }

.post-container h1, .post-container h3 { margin-top: 40px; margin-bottom: 20px; }

.post-container h2 { font-family: Maax; font-size: 16px; letter-spacing: 0.5px; line-height: 22px; margin-top: 20px; margin-bottom: 40px; }

.post-container p { margin-bottom: 15px; }

.post-container img { border-radius: 12px; max-width: 100%; }

.post-container img + span { display: block; }

.share-module { border-top: 1px solid var(--border-black); padding: 20px 0; }

.share-module h3 { margin-top: 0; }

.share-module ul { display: flex; margin-top: 30px; }

.share-module ul li { height: var(--unit); margin-right: 20px; display: flex; align-items: center; }

.share-module ul li a { font-family: Maax; font-size: 14px; letter-spacing: 0.5px; padding-left: 30px; transform: translateX(-20px); }

.share-module ul li::before { width: var(--unit); height: var(--unit); content: ""; display: inline-block; background-repeat: no-repeat; }

.share-module ul li.share-facebook::before { background-image: url("/assets/svg/social/FacebookLogo.svg"); }

.share-module ul li.share-twitter::before { background-image: url("/assets/svg/social/TwitterLogo.svg"); }

.share-module ul li.share-mail::before { background-image: url("/assets/svg/social/EnvelopeSimple.svg"); }

.related-module { border-top: 1px solid var(--border-black); padding: 20px 0; padding-bottom: 50px; }

.related-module h3 { margin-top: 0; }

.related-module ul { display: grid; grid-gap: 20px; }

.related-module ul li { height: 100px; display: grid; grid-row-gap: 20px; grid-template-columns: 100px auto; }

.related-module ul li .image-wrapper { margin: 0; overflow: hidden; }

.related-module ul li .image-wrapper img { border-radius: 12px; object-fit: cover; }

.related-module ul li .editorial-post-text { padding: 20px; background-color: var(--gray2); border-radius: 12px; overflow: hidden; }

.related-module ul li .editorial-post-text h3 { margin-bottom: 10px; margin-top: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.related-module ul li .editorial-post-text span { color: var(--light-text); font-size: 14px; line-height: 130%; letter-spacing: 0.5px; }

@media (min-width: 768px) { .hero-container { display: grid; grid-template-rows: unset; grid-template-columns: 50% 50%; margin: 0 var(--unit); } .hero-container .hero-text { display: grid; grid-template-rows: min-content auto 20px; } .hero-container .hero-text > h1, .hero-container .hero-text > p { max-width: calc(var(--page-width) / 2 - 2 * var(--unit)); } .hero-container .hero-text span { font-family: Maax; font-size: 14px; line-height: 130%; letter-spacing: 0.5px; color: var(--light-text); display: inline; margin-top: 0 !important; } .editorial-posts-container { margin: 0 var(--unit); } .editorial-posts-container h1 { margin: 80px auto; } .editorial-posts-container .editorial-posts ul { grid-gap: 20px; } .editorial-posts-container .button-wrapper button { width: 350px; } .post-container h2, .post-container h2 > a { font-size: 23px; line-height: 30px; } .post-container p > a { font-size: 17px; } .post-container .pull-quote q { font-size: 40px; } }

.hide-on-mobile { display: none; }

.image-wrapper { margin-top: var(--unit); }

.image-wrapper img { width: 100%; height: 100%; }

.container { display: grid; grid-gap: 8px; }

/* --- bubble styles --- */
.bubble { padding: 50px 25px; margin: 0 5px; }

.wide-bubble { padding: 50px 10px; margin: 0 5px; }

.no-margin { margin: 0 !important; }

.yellow-bubble { background-color: var(--yellow); }

.blue-bubble { background-color: var(--blue); }

.red-bubble { background-color: var(--red); }

.gray-bubble { background-color: var(--gray); }

.bottom-radius-bubble { border-bottom-left-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); }

.top-radius-bubble { border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); }

.bottom-radius-header { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

.header-bubble { border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; }

/* --- Containers --- */
.slogan-container, .screenshot-container { display: grid; grid-gap: var(--unit); }

.slogan-container .image-wrapper, .slogan-container .slogan-and-button, .screenshot-container .image-wrapper, .screenshot-container .slogan-and-button { max-height: 500px; }

.slogan-container .image-wrapper, .screenshot-container .image-wrapper { margin: 0; }

.slogan-container .slogan-and-button, .screenshot-container .slogan-and-button { display: grid; grid-template-rows: max-content max-content; }

.slogan-container { text-align: center; max-width: 600px; margin: auto; }

.slogan-container .app-store-button { display: block; width: 120px; height: 40px; margin: auto; background-image: url("/assets/svg/apple/app_store_button.svg"); background-repeat: no-repeat; }

.slogan-container .territory-note { font-size: 12px; padding-top: 10px; }

.slogan-container .press { padding-top: 5px; }

.slogan-container .press p { font-size: 14px; padding-bottom: 10px; }

.slogan-container .press .press-logos { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: flex-end; gap: 10px; }

.slogan-container .press .press-logos li { height: 30px; }

.slogan-container .press .logo-wrapper { height: 100%; display: flex; align-items: end; }

.slogan-container .press .logo-wrapper .line-fix { transform: translateY(3px); }

@media (min-width: 600px) { .slogan-container .press { justify-content: space-between; } .slogan-container .press p { margin-bottom: 20px; } }

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

.screenshot-container .slogan-and-button { grid-gap: 20px; }

.screenshot-container video { width: 100%; max-height: 600px; }

.page-not-found { display: grid; grid-gap: var(--unit); max-width: 600px; margin: auto; text-align: center; }

.page-not-found button { font-family: "Maax Mono"; margin: auto; font-size: 15px; letter-spacing: 0.5px; }

.bubble-empty { height: calc(100vh - 715px); }

.account { padding: 80px 12px; }

.account h1 { margin-bottom: 16px; text-align: center; }

.account p { text-align: center; max-width: 435px; margin: 0 auto 24px auto; }

.account form { width: 100%; max-width: 435px; margin: 0 auto; }

.account label.error { font-family: "Maax Mono"; color: red; font-size: 13px; margin: 0 auto 8px auto; display: block; }

.account input { font-family: "Maax Mono"; font-size: 15px; background: var(--gray2); border: 0; border-radius: 8px; display: block; box-sizing: border-box; width: 100%; height: 56px; margin: 0 auto 8px auto; padding: 19px 12px; }

.account input:focus { outline: 1px solid black; }

.account button { font-family: "Maax Mono"; font-size: 15px; text-transform: uppercase; line-height: 56px; color: white; background: black; border: 0; border-radius: 8px; display: block; width: 100%; height: 56px; margin: 0 auto 8px auto; padding: 0 8px; }

body.limna_api { display: flex; min-height: 100vh; flex-direction: column; justify-content: space-between; }

@media (min-width: 768px) { .bottom-radius-header { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; } .container { display: grid; } .bubble { margin: 0 var(--unit); } .header-bubble { border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; } .hide-on-mobile { display: unset; } .hide-on-desktop { display: none; } .screenshot-container { max-width: 1000px; display: grid; grid-template-columns: 1fr 2fr; margin: auto; } .screenshot-container .slogan-and-button { grid-gap: 0; } .screenshot-container h1, .screenshot-container h2, .screenshot-container p { text-align: left; } .screenshot-container video, .screenshot-container .image-wrapper { grid-column: 1; grid-row: 1; } .screenshot-container .link-button { margin: 0; } }

header { position: relative; width: 100%; z-index: 3; }

header ul { margin: 0; padding: 0; list-style: none; overflow: hidden; }

header li a { display: block; color: black; padding: 20px 20px; text-decoration: none; font-size: 32px; line-height: 35.2px; letter-spacing: 0.8px; }

.menu-background { position: absolute; left: 0; top: 80px; width: 100vw; max-height: 0; background-color: rgba(0, 0, 0, 0.8); }

header .menu { max-height: 0; transition: max-height 0.2s ease-out, background-color 0.2s ease-out; background-color: var(--yellow); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

/* menu icon */
header .menu-icon .navicon { background: black; display: block; height: 2px; position: relative; transition: background 0.2s ease-out; width: 24px; }

header .menu-icon .navicon:before, header .menu-icon .navicon:after { background: black; content: ""; display: block; height: 100%; position: absolute; transition: all 0.2s ease-out; width: 100%; }

header .menu-icon .navicon:before { top: 8px; }

header .menu-icon .navicon:after { top: -8px; }

/* menu btn */
header .menu-btn { display: none; }

header .menu-btn:checked ~ .menu-background .menu { max-height: 340px; }

header .menu-btn:checked ~ .menu-background { height: 100vh; max-height: 100vh; }

header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; }

header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); }

header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); }

header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; }

.image-wrapper > img { width: 100%; height: 100%; object-fit: contain; }

.testimonial-headline { text-align: center; margin: 60px 0 48px 0; }

#testimonials::-webkit-scrollbar { display: none; }

#testimonials { overflow-y: hidden; overflow-x: scroll; user-select: none; max-width: 1366px; scrollbar-width: none; }

#testimonials q.big { font-size: 18px; line-height: 22px; }

#testimonials p, #testimonials q { margin-top: 20px; font-size: 12px; line-height: 14px; }

#testimonials q { display: block; }

#testimonials q::before { content: „; }

#testimonials q::after { content: ”; }

#testimonials .image-wrapper { margin: 0; }

#testimonials .image-wrapper img { max-width: 150px; }

#testimonials .testimonials-item-wrapper { display: inline-flex; }

#testimonials .testimonial-item { width: 100vw; text-align: center; display: grid; grid-template-rows: auto 50px; }

#testimonials .testimonial-item .testimonials-item-text { margin: auto; padding: 0 5px; }

#testimonials-indicator { display: flex; justify-content: center; margin-bottom: 40px; }

#testimonials-indicator a + a { margin-left: 5px; }

#testimonials-indicator .testimonial-indicator-button { background-color: gray; border-radius: 100%; display: block; width: 10px; height: 10px; }

#testimonials-indicator .active { background-color: black; }

@media (min-width: 900px) { #testimonials { overflow: hidden; } #testimonials .testimonial-item { width: calc((100vw / 3) - 80px); margin: 0 40px; } .testimonial-headline { margin: 60px 0; } }

@media (min-width: 1366px) { #testimonials { margin: auto; } #testimonials .testimonial-item { width: calc((1366px / 4) - 80px); margin: 0 40px; } }

.text-page-container { overflow: auto; margin: 0 15px; margin-bottom: var(--unit); margin-top: 10px; }

.text-page-container .accordion h2 { margin: var(--unit); }

.text-page-container .accordion p { font-size: 14px; }

.text-page-container h1, .text-page-container h2, .text-page-container p { margin: var(--unit) 0; }

.text-page-container td, .text-page-container p, .text-page-container li, .text-page-container a { font-size: 12px; line-height: 15.6px; }

.text-page-container a { font-family: "Helvetius"; text-decoration: underline; }

.text-page-container ul { list-style: disc; margin-left: 20px; }

.text-page-container ul li { font-family: "Maax"; }

.text-page-container ul li a { color: var(--cobalt); font-size: 18px; }

.text-page-container table thead td { background-color: var(--yellow); }

.text-page-container table tr { vertical-align: top; }

.text-page-container table td { padding: 0 4px 0 4px; }

.text-page-container table td > p:first-child { margin-top: 0; }

.text-page-container table td > p:last-child { margin-bottom: 0; }

.text-page-container em { margin-bottom: -20px; display: block; }

@media (min-width: 768px) { .text-page-container { max-width: 700px; margin-left: auto; margin-right: auto; } .text-page-container h1 { font-size: 54px; } .text-page-container h2 { font-size: 36px; } .text-page-container td, .text-page-container p, .text-page-container li, .text-page-container a { font-size: 17px; line-height: 26px; } }

/*# sourceMappingURL=styles.css.map */