* {
    box-sizing: border-box;
}

:root {
    --bs-font-sans-serif: Avenir, Helvetica, Arial, sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.13rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2f3237;
    --bs-body-bg: #f8f9fa;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-style: normal;
    overflow-x: hidden;
}

@media (max-width: 575px){
  body {
    font-size: 1.05rem;
  }
}

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

.header-cey {
    position: sticky;
    top: 0;
    background-color: #3e4c5c;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    transition: all 225ms ease-out;
    z-index: 999999;
    overflow-x: auto;
}

@media (max-width: 400px){
  .header-cey img {
    width: 100px;
    height: auto;
  }
}

.container-ewz {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
  .container-ewz {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .container-ewz {
    max-width: 750px;
  }
}

@media (min-width: 992px){
  .container-ewz {
    max-width: 750px;
  }
}

@media (min-width: 1200px){
  .container-ewz {
    max-width: 750px;
  }
}

@media (min-width: 1400px){
  .container-ewz {
    max-width: 750px;
  }
}

.mt-xzi {
    margin-top: 1.5rem !important;
}

.px-hdy {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

@media (max-width: 575px){
  .px-hdy {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

.bg-4o7 {
    background: #3e4c5c;
}

.footer-l4o {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 50;
}

.container-t62 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    z-index: 99999;
}

@media (min-width: 576px){
  .container-t62 {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .container-t62 {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .container-t62 {
    max-width: 720px;
  }
}

@media (min-width: 1200px){
  .container-t62 {
    max-width: 720px;
  }
}

@media (min-width: 1400px){
  .container-t62 {
    max-width: 720px;
  }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b, strong {
    font-weight: 700 !important;
}

.mb-gym {
    margin-bottom: 0 !important;
}

.text-566 {
    color: var(--textLight);
    font-size: 14px;
}

@media (max-width: 575px){
  .text-566 {
    font-size: 13px;
  }
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px){
  h1 {
    font-size: 2.5rem;
  }
}

h1 {
    color: var(--primary);
    font-weight: 600;
}

h1 {
    font-size: 1.5em;
}

@media (max-width: 575px){
  h1 {
    font-size: 1.4em;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}

.mt-5k5 {
    margin-top: 0.8rem !important;
}

.mb-hxz {
    margin-bottom: 1rem !important;
}

.post-sbg {
    color: #000000;
    font-size: 0.85em;
    font-weight: normal;
}

@media (max-width: 575px){
  .post-sbg {
    font-size: 0.95em;
  }
}

.py-so4 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

.d-rxd {
    display: flex !important;
}

.row-lj6 {
    flex-direction: row !important;
}

.content-jyo {
    justify-content: space-between !important;
}

.item-r8m {
    align-items: center !important;
}

.xve-6rs p  {
    line-height: 1.55em;
}

h3 {
    color: var(--primary);
    font-weight: 600;
}

blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #004aad;
    background-color: #f2f2f2;
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: 2px 3px 5px rgba(180, 180, 180, 0.15);
}

@media (max-width: 575px){
  blockquote {
    padding: 12px 15px;
    margin: 15px 0;
    font-size: 1em;
  }
}

blockquote:before {
    content: '"';
    font-size: 40px;
    color: #2c3e50;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 1;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

.mb-3q6 {
    margin-bottom: 1.5rem !important;
}

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

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.list-jok {
    list-style-type: none;
    padding-left: 0;
}

.footer-l4o .footer-2d4  {
    justify-content: flex-start;
    gap: 20px;
}

.me-f1f {
    margin-right: 0.25rem !important;
}

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

.xve-6rs img  {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

p img + em,
p picture + em,
.xve-6rs img + em,
.xve-6rs picture + em  {
    font-style: italic;
    color: var(--textLight);
    margin-top: 5px;
    text-align: left;
    display: block;
    font-size: 14px !important;
}

blockquote footer  {
    font-size: 14px;
    color: #888;
    text-align: right;
    margin-top: 10px;
}

a {
    color: royalblue;
    text-decoration: none;
}

a:hover {
    color: royalblue;
}

.btn-wdt {
    display: inline-block;
    background: #62be76;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 18px;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 2px 4px 0 #000000;
}

@media (max-width: 575px){
  .btn-wdt {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.poi-nbh {
    cursor: pointer;
}

.btn-wdt:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px 0 green;
    color: #000000;
}

.left-mb8 {
    text-align: left;
    margin-left: 0;
}

.list-jok li  {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list-jok li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url('../images/tu-CC-88rkis_checkmark.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.text-s23 {
    font-size: 9.5px;
    color: #ffffff;
    line-height: 1.4em;
    text-align: justify;
}

.btn-4l8 {
    color: var(--secondary);
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 14px;
}

.btn-4l8:hover {
    color: var(--secondary);
    background: rgba(15, 253, 217, 0.3);
}

footer a  {
    color: var(--primary);
}

.footer-l4o a,
.footer-l4o a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.footer-l4o a:hover {
    color: var(--primary);
}


/* These were inline style tags. Uses id+class to override almost everything */
#style-HyMHG.style-HyMHG {
   float: right;
}
#style-mrBrw.style-mrBrw {
   font-size: 10.5px !important;
}
#style-eHI9e.style-eHI9e {
   top: -2px;
    left: 401px;
    height: 0px;
    width: 0px;
}
#style-cPGc9.style-cPGc9 {
   top: -2px;
    left: 1097px;
    height: 0px;
    width: 0px;
}
#style-kY2Zj.style-kY2Zj {
   top: 82px;
    left: 401px;
    height: 0px;
    width: 0px;
}
#style-qZoH6.style-qZoH6 {
   top: -2px;
    left: 399px;
    height: 0px;
    width: 0px;
}
#style-HNwNv.style-HNwNv {
   top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}
#style-n3gPX.style-n3gPX {
   top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}
#style-oVlmC.style-oVlmC {
   top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}
#style-YXhxK.style-YXhxK {
   top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}
#style-XrLVK.style-XrLVK {
   top: 0px;
    left: 0px;
    position: absolute;
}
#sni-fke.style-jFxZj {
   left: 1402px;
    top: 0px;
}
/* These were inline style tags. Uses id+class to override almost everything */
#style-WXMm7.style-WXMm7 {
   float: right;
}
#style-kWCDx.style-kWCDx {
   font-size: 10.5px !important;
}
#style-i9F5t.style-i9F5t {
   top: -2px;
    left: 401px;
    height: 0px;
    width: 0px;
}
#style-omNbe.style-omNbe {
   top: -2px;
    left: 1097px;
    height: 0px;
    width: 0px;
}
#style-Dtj8o.style-Dtj8o {
   top: 82px;
    left: 401px;
    height: 0px;
    width: 0px;
}
#style-AVvo5.style-AVvo5 {
   top: -2px;
    left: 399px;
    height: 0px;
    width: 0px;
}
#style-sKNgx.style-sKNgx {
   top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}
#style-GGPSp.style-GGPSp {
   top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}
#style-2fmPF.style-2fmPF {
   top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}
#style-nH6bL.style-nH6bL {
   top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}
#style-tJrJT.style-tJrJT {
   top: 0px;
    left: 0px;
    position: absolute;
}
#sni-o13.style-fL8YC {
   left: 1402px;
    top: 0px;
}


/* ============================================
   Styles moved from inline <style> blocks
   ============================================ */

/* Cookie banner */
.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 90%;
}
.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}
.cookie-banner button {
    background: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .cookie-banner {
        bottom: 5px;
        padding: 8px 15px;
        font-size: 10px;
        flex-direction: column;
        gap: 8px;
        width: 90%;
        text-align: center;
    }
    .cookie-banner button {
        padding: 4px 8px;
        font-size: 10px;
    }
    .cookie-buttons {
        gap: 6px;
    }
}

/* Contrast fixes */
blockquote footer {
    color: #495057 !important;
    font-weight: 500;
}

p a:not(.btn-wdt), .xve-6rs a:not(.btn-wdt) {
    color: #004085 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

p a:not(.btn-wdt):hover, .xve-6rs a:not(.btn-wdt):hover {
    color: #002752 !important;
    text-decoration: underline !important;
}

.btn-wdt, a.btn-wdt {
    background: #2c5f2d !important;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-wdt:hover, a.btn-wdt:hover {
    background: #1e4420 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Trust badge styles */
.trust-badge-v4 {
    display: inline-block;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #2c5f2d;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-width: 360px;
}
.trust-content-v4 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.trust-icon-v4 {
    color: #2c5f2d;
    font-size: 22px;
    flex-shrink: 0;
}
.trust-text-v4 {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.trust-title-v4 {
    font-weight: 700;
    color: #2c5f2d;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.trust-subtitle-v4 {
    font-size: 12px;
    color: #495057;
    margin-top: 3px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .trust-badge-v4 {
        padding: 10px 14px;
        max-width: 100%;
    }
    .trust-icon-v4 {
        font-size: 20px;
    }
    .trust-title-v4 {
        font-size: 13px;
    }
    .trust-subtitle-v4 {
        font-size: 11px;
    }
}

/* Mobile image responsive styles */
@media (max-width: 575px) {
    .xve-6rs p:first-child img {
        width: calc(100% + 2rem) !important;
        max-width: none !important;
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        display: block;
        height: auto;
        border-radius: 0 !important;
    }

    .xve-6rs p img {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        height: auto;
        margin: 0 auto;
    }

    .xve-6rs p {
        overflow: visible;
    }
}

/* Blurred expose image with overlay button */
.blurred-expose {
    position: relative;
    display: block;
    margin: 1rem 0;
    border-radius: 6px;
    overflow: hidden;
}
.blurred-expose-link {
    display: block;
    position: relative;
    text-decoration: none !important;
}
.blurred-expose-img {
    width: 100%;
    display: block;
    filter: blur(10px);
}
.blurred-expose-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.45);
}
.blurred-expose-scarcity {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(200, 50, 50, 0.85);
    padding: 5px 14px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}
.blurred-expose-btn {
    background: #2c5f2d;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: background 0.3s;
}
.blurred-expose-link:hover .blurred-expose-btn {
    background: #1e4420;
}
@media (max-width: 575px) {
    .blurred-expose-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
    .blurred-expose-scarcity {
        font-size: 0.75rem;
    }
}


/* ============================================
   Styles from snipped.css (datenschutz/impressum)
   ============================================ */

.header-wen {
    position: sticky;
    top: 0;
    background-color: #3e4c5c;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    transition: all 225ms ease-out;
    z-index: 999999;
}

.header-wen .subtitle-msi {
    font-size: 12px;
}

.header-wen .sta-rmn {
    width: 70px;
    max-width: calc(100% - 40px);
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url('../images/türkis_checkmark.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

ol.custom-list {
    list-style-type: none;
    padding-left: 20px;
}

ol.custom-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

ol.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 20px;
    height: 20px;
    background-image: url('../images/img-17.svg');
    background-size: cover;
}

.disclaimer-text {
    font-size: 9.5px;
    color: #ffffff;
    line-height: 1.4em;
    text-align: justify;
}

.container-qh1 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-qh1 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-qh1 {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container-qh1 {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .container-qh1 {
        max-width: 750px;
    }
}

@media (min-width: 1400px) {
    .container-qh1 {
        max-width: 750px;
    }
}

.mt-rko {
    margin-top: 1.5rem !important;
}

.px-pzz {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.bg-sw9 {
    background: #3e4c5c;
}

.footer-4d6 {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 50;
}

.footer-4d6 .footer-5dk {
    justify-content: flex-start;
    gap: 20px;
}

@media (min-width: 768px) {
    .footer-4d6 .footer-5dk {
        /*display: flex;*/
    }
}

.footer-4d6 .footer-n2m {
    flex: 1;
}

@media (min-width: 768px) {
    .footer-4d6 .footer-n2m {
        flex: 1;
    }
}

.footer-4d6 .list-k33 {
    display: flex;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-4d6 .list-k33 li {
    margin: 0;
    padding: 0;
}

.footer-4d6 .list-k33 a {
    text-decoration: none;
    color: #ffffff;
}

.footer-4d6 .list-k33 a:hover {
    text-decoration: underline;
}

.footer-4d6 a {
    color: #ffffff;
    text-decoration: none;
}

.footer-4d6 a:hover {
    color: var(--primary);
}

.footer-4d6 .footer-frn {
    background: #000;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
}

.footer-4d6 h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-4d6 .icon-7vj {
    display: inline-block;
    height: 41px;
    width: 40px;
    background-image: url("../images/social-icons.svg");
    background-size: 200px;
    background-position-y: 0;
    background-repeat: no-repeat;
    transition: all 0.225s ease-out;
}

.footer-4d6 .icon-7vj.fa-mmf {
    background-position-x: 0;
}

.footer-4d6 .icon-7vj:hover {
    opacity: 0.8;
    transform: rotate(-5deg);
}

.footer-4d6 .icon-7vj.twi-jrk {
    background-position-x: -40px;
}

.footer-4d6 .icon-7vj.tag-7pn {
    background-position-x: -160px;
}

.footer-4d6 .icon-7vj.you-wk5 {
    background-position-x: -120px;
}

.footer-4d6 .icon-7vj.mai-xsr {
    background-position-x: -80px;
}

.container-yq9 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    z-index: 99999;
}

@media (min-width: 576px) {
    .container-yq9 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-yq9 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-yq9 {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .container-yq9 {
        max-width: 720px;
    }
}

@media (min-width: 1400px) {
    .container-yq9 {
        max-width: 720px;
    }
}

.mb-sze {
    margin-bottom: 0 !important;
}

.text-2aq {
    color: var(--textLight);
    font-size: 14px;
}

.mt-1vd {
    margin-top: 0 !important;
}

.mb-ocm {
    margin-bottom: 1rem !important;
}

.post-ggx {
    color: #000000;
    font-size: 1em;
    font-weight: normal;
}

.py-k3w {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.d-e3d {
    display: flex !important;
}

.row-eo1 {
    flex-direction: row !important;
}

.content-ljx {
    justify-content: space-between !important;
}

.item-fqk {
    align-items: center !important;
}

.xveqq p {
    line-height: 1.55em;
}

.xveqq img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

.xveqq img+em {
    font-style: italic;
    color: var(--textLight);
    margin-top: 5px;
    text-align: left;
    display: block;
    font-size: 0.8em;
}

h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h2 {
    color: var(--primary);
    font-weight: 600;
}

.mb-7rj {
    margin-bottom: 1.5rem !important;
}

.left-aligned {
    text-align: left;
    margin-left: 0;
}

.ta-6d5 {
    text-align: center;
}

.mt-kt5 {
    margin-top: 3rem !important;
}

.modal-o29 {
    font-family: "sofia-pro", "Sofia Pro", "Lato", "Avenir", Arial, sans-serif;
    display: none;
    position: fixed;
    z-index: 850;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

.modal-o29 a {
    color: #18c5ab;
    text-decoration: none;
}

.alert-3tz {
    position: fixed;
    bottom: 22px;
    padding: 0 3%;
    left: 0;
    right: 0;
    z-index: 800;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

iframe {
    border: 0;
}

.content-4s4 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
}

.alert-jas {
    padding: 14px 16px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #636363;
    font-size: 17px;
    transition: all 0.225s cubic-bezier(0.4, 0, 1, 1);
    line-height: 1.4em;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.055);
}

.alert-jas a {
    color: #18c5ab;
}

.alert-jas .button-swi>div {
    flex: 1;
    display: flex;
}

@media (min-width: 505px) {
    .alert-jas .cookie-99z {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.alert-jas .cookie-99z .button-swi {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media (max-width: 504px) {
    .alert-jas .cookie-99z .button-swi {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        flex-direction: column;
    }

    .alert-jas .cookie-99z .button-swi>div {
        width: 100%;
    }

    .alert-jas .cookie-99z .button-swi .main-ayv {
        width: 100%;
        text-align: center;
    }

    .alert-jas .cookie-99z .btn-f96 {
        width: 100%;
        text-align: center;
    }
}

.wrapper-1ec {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-f4o {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    align-self: flex-end;
    cursor: pointer;
}

.btn-f4o:hover {
    color: black;
    text-decoration: none;
}

.header-y1q {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header-y1q h2 {
    font-size: 1.5em;
    margin: 0;
}

.modal-ht8 {
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-ht8 p {
    color: #3c318f;
    margin-bottom: 10px;
    line-height: 1.5;
}

.row-mt2 {
    flex-grow: 1 !important;
}

.me-md9 {
    margin-right: 0.25rem !important;
}

.ms-la3 {
    margin-left: 0.5rem !important;
}

.my-5d8 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.btn-jrr {
    display: inline-block;
    background: #62be76;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 18px;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 2px 4px 0 #000000;
}

.btn-jrr:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px 0 green;
    color: #000000;
}

.poi-dw9 {
    cursor: pointer;
}

.btn-sc9 {
    color: var(--secondary);
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 14px;
}

.btn-sc9:hover {
    color: var(--secondary);
    background: rgba(15, 253, 217, 0.3);
}

.btn-f96 {
    color: var(--primary);
    text-decoration: none;
    cursor: pointer;
}

.btn-f96:hover {
    color: var(--primary);
}

.main-ayv {
    background: var(--secondary);
    color: #3c318f;
    cursor: pointer;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 6px;
    border-bottom: 2px solid #18c5ab;
    white-space: nowrap;
}

.option-e1b {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0px 10px;
}

.option-e1b hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 0;
}

.option-amt {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.option-amt .toggle-g1v {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: green;
    color: #3c318f;
    border-radius: 5px;
}

.option-amt .toggle-g1v .label-op8 {
    color: #3c318f;
    flex: 1;
    margin: 0 10px;
    font-weight: bold;
    cursor: pointer;
}

.option-amt .toggle-g1v input[type="checkbox"] {
    cursor: pointer;
}

.option-amt .info-7g1 {
    color: #3c318f;
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.option-amt .info-7g1 p {
    margin: 0 0 10px 0;
}

.button-91a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
}

label {
    display: inline-block;
}

.checkbox-c9o {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 28px;
    height: 28px;
    margin: 0;
}

.checkbox-c9o input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-c9o .che-j1h {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    border: 2px solid #5cc3ae;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16.8px;
    color: white;
}

.checkbox-c9o input:checked+.che-j1h {
    background-color: #5cc3ae;
    border-color: #5cc3ae;
}

.checkbox-c9o input:checked+.che-j1h::after {
    content: "✔";
    display: block;
    color: #fff !important;
    font-family: arial;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.wrapper-som {
    width: 100%;
    aspect-ratio: 5.53;
    position: relative;
    line-height: 0;
}

.wrapper-som .star-rating-qa7 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

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

@media (max-width: 499px) and (max-width: 809px) {
    .title-p77 h1 {
        font-size: 1.6em;
    }
}

@media (max-width: 665px) {
    .content-4s4 {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        padding: 10px;
        border-radius: 0;
    }

    .button-91a {
        justify-content: center;
    }
}

/* These were inline style tags (from snipped.css) */
#coo-zvf.style-x2Er2 {
    display: none;
}

#coo-nxo.style-dwgWD {
    display: none;
}

#style-o29gs.style-o29gs {
    display: none;
    visibility: hidden;
}

#style-gbXxr.style-gbXxr {
    display: none;
    visibility: hidden;
}

#style-WaKvU.style-WaKvU {
    top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-oLhkR.style-oLhkR {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-DTAEv.style-DTAEv {
    top: 82px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-hd4YE.style-hd4YE {
    top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}

#style-onenX.style-onenX {
    top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-4WTFH.style-4WTFH {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-cQSAb.style-cQSAb {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-1SMiF.style-1SMiF {
    top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}

#style-ULwWH.style-ULwWH {
    top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-Fs1iX.style-Fs1iX {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-prQrO.style-prQrO {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-UfZrd.style-UfZrd {
    top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}

#style-cWov4.style-cWov4 {
    top: 0px;
    left: 0px;
    position: absolute;
}

#sni-m3y.style-Pe7eI {
    left: 1402px;
    top: 0px;
}

#coo-144.style-dRQfT {
    display: none;
}

#coo-wvb.style-OSWSq {
    display: none;
}

#style-xwxZp.style-xwxZp {
    display: none;
    visibility: hidden;
}

#style-bSmBb.style-bSmBb {
    display: none;
    visibility: hidden;
}

#style-UGl9A.style-UGl9A {
    top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-6sMRZ.style-6sMRZ {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-Vg5B9.style-Vg5B9 {
    top: 82px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-VoJJB.style-VoJJB {
    top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}

#style-i8kgk.style-i8kgk {
    top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-oDpzv.style-oDpzv {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-IlyzM.style-IlyzM {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-TmopD.style-TmopD {
    top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}

#style-zGyB2.style-zGyB2 {
    top: -2px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#style-1aTDK.style-1aTDK {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-VTYpq.style-VTYpq {
    top: -4px;
    left: -4px;
    height: 0px;
    width: 0px;
}

#style-zTwZc.style-zTwZc {
    top: -2px;
    left: -2px;
    height: 0px;
    width: 0px;
}

#style-oxkxr.style-oxkxr {
    top: 0px;
    left: 0px;
    position: absolute;
}

#sni-94e.style-NAmDh {
    left: 1402px;
    top: 0px;
}
