/* Surgical modernization additions. The approved Monetae visual system remains in main.css. */
.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10000;
    padding: 8px 12px;
    background: #fff;
    color: #000;
    transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

a:focus-visible,
button:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(237, 88, 38, .5);
    outline-offset: 3px;
}

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

#masthead {
    background: #242d32 url(../img/bg_1.webp) no-repeat center;
    background-size: cover;
}

.header-container .logo { width: min(360px, calc(100% - 32px)); }

.fader {
    height: 753px;
    width: 364px;
    margin: -376px auto 0 -182px;
    background: none;
    direction: ltr;
}

.fader-frame {
    height: 753px;
    width: 364px;
    margin: -376px auto 0 -182px;
    background: url(../img/iphone-frame.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
}

.fader .flexslider1 {
    box-sizing: border-box;
    width: 335px;
    height: 730px;
    top: 12px;
    left: 15px;
    margin: 0;
    padding: 0;
    border-radius: 52px;
    overflow: visible;
}

.fader .flexslider1 .slides,
.fader .flexslider1 .slides li { height: 100%; }

.fader .flexslider1 .slides {
    border-radius: 52px;
    overflow: hidden;
}

.fader .flexslider1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.flexslider1 .flex-control-nav {
    bottom: -52px;
    z-index: 3;
}

.flex-control-paging li button {
    width: 13px;
    height: 13px;
    display: block;
    background: #485762;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
}

.fader .flex-control-paging li button:hover { background: #5a6c79; }

.fader .flex-control-paging li button.flex-active,
.quote .flex-control-paging li button.flex-active {
    background: #ed5826;
    cursor: default;
}

.quote .flex-control-nav { position: static; margin-top: 12px; }
.quote .slides li { width: 100%; }

.cookie-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    background: #f8f8f8;
    color: #222;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.cookie-banner[hidden] { display: none; }
.cookie-banner p { max-width: 760px; margin: 0 auto 12px; }
.cookie-banner-actions { display: flex; justify-content: center; gap: 10px; }

.cookie-banner button {
    min-width: 96px;
    border: 0;
    border-radius: 3px;
    padding: 9px 16px;
    background: #303337;
    color: #fff;
    cursor: pointer;
    font: inherit;
}

.cookie-banner button:hover,
.cookie-banner button:focus-visible { background: #ed5826; }

.language-selector-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container .language-selector-container { margin-top: 4px; }
.footer-container footer h5 { margin: 14px 0 0; }

.language-selector {
    width: 130px;
    max-width: calc(100vw - 32px);
    padding: 3px 26px 3px 8px;
    color: #303337;
    background-color: #fff;
    border: 1px solid #cbd6db;
    border-radius: 7px;
    font: 13px/1.3 'robotoregular', Arial, sans-serif;
    cursor: pointer;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.content-page .header-container .wrapper { padding: 44px 0 28px; }
.content-page .header-container .logo2 { margin-bottom: 0; }
.content-page .header-container .logo2 img { width: 112px; height: 112px; }
.content-page .main-container .main { padding: 44px 0 64px; }
.content-page .main-container article { max-width: 760px; margin: 0 auto; }
.content-page article h1 { color: #303337; font-family: 'ralewaylight', Arial, sans-serif; }

.privacy-page .header-container .wrapper { padding: 90px 0 0; }
.privacy-page .header-container .logo2 { width: 128px; margin: 0 auto 3em; }
.privacy-page .header-container .logo2 img { width: 100%; height: auto; }
.privacy-page .header-container h2 { text-align: center; }

.error-page .main-container { min-height: calc(100vh - 132px); }
.error-page .main { padding: 90px 0; text-align: center; }
.error-message { float: none; width: auto; }
.error-message h1 { margin: 0; color: #ed5826; font-size: clamp(76px, 18vw, 160px); line-height: 1; }

.support-page,
.support-page #wrap,
.support-contact { background: #eff2f7; }

.support-contact { min-height: calc(100vh - 132px); padding: 36px 16px 24px; }

.support-contact-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.support-contact-title {
    max-width: 540px;
    margin: 0 auto 20px;
    color: #3c4858;
    font-family: 'ralewaylight', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}

.brevo-support-form {
    display: block;
    width: 100%;
    max-width: 540px;
    height: 1100px;
    margin: 0 auto;
    border: 0;
    background: #eff2f7;
    overflow: hidden;
}

.support-page .footer-container .lipup::before,
.support-page .footer-container .lipup::after { background: #eff2f7; }

@media only screen and (max-width: 768px) {
    .fader-frame { margin-top: -753px; }
    .brevo-support-form { height: 1200px; }
}

@media only screen and (max-width: 480px) {
    .header-container .logo { width: min(280px, calc(100% - 32px)); }
    .support-contact { padding-right: 0; padding-left: 0; }
    .support-contact-title { padding-right: 16px; padding-left: 16px; }
    .support-contact-inner,
    .brevo-support-form { max-width: none; }
    .brevo-support-form { height: 1250px; }
    .cookie-banner-actions { align-items: stretch; flex-direction: column; }
    .cookie-banner button { width: 100%; }
    .fader { width: 300px; height: 621px; margin: -360px auto 0 -150px; }
    .fader-frame { width: 300px; height: 621px; margin: -637px auto 0 -150px; }
    .fader .flexslider1 { width: 276px; height: 604px; top: 15px; left: 12px; border-radius: 43px; }
    .fader .flexslider1 .slides { border-radius: 43px; }
    .flexslider1 .flex-control-nav { bottom: -48px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
