@import url("https://use.typekit.net/qju7ddl.css");

:root {
    --asset-url: "https://assets.doctorlogic.com/Images/Sites/A/Ascend-Aesthetica";
    --global-asset-url: "https://assets.doctorlogic.com/Images/Sites/GlobalAssets"
}

:root {
    --phone-min: 421px;
    --phone-wide-min: 569px;
    --tablet-min: 768px;
    --tablet-wide-min: 991px;
    --desktop-sm-min: 1025px;
    --desktop-min: 1241px;
    --desktop-wide-min: 1441px
}

.lazy-load-image, .lazy-background, .lazy-iframe {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image:not(.visible), .lazy-background:not(.visible), .lazy-iframe:not(.visible) {
    min-height: 1px;
    margin: 0 !important
}

.lazy-load-image.visible.complete, .lazy-background.visible.complete, .lazy-iframe.visible.complete {
    opacity: 1
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --logo-color: url("../../images/dl/1559624.svg");
    --logo-white: url("../../images/dl/1559625.svg");
    --font-family: Raleway, sans-serif;
    --font-family-alt: Raleway, sans-serif;
    --subheadline-size: clamp(1rem, 2vw, 1.4rem);
    --cta-color: #fff;
    --cta-color-sticky: #333;
    --cta-color-hover: #3c313d;
    --nav-color: #333;
    --nav-color-hover: #3c313d;
    --nav-color-sticky: #333;
    --header-max-width: 1600px;
    --header-padding-x: 48px;
    --header-padding-y: 12px;
    --max-width: 1550px;
    --max-width-narrow: 1250px;
    --padding-y: 85px;
    --padding-x: 45px;
    --padding-y-mobile: 40px;
    --padding-x-mobile: 30px;
    --padding-y-tablet: 85px;
    --padding-x-tablet: 45px;
    --box-padding: 25px;
    --box-padding-mobile: 25px 0;
    --gap: 1.5rem;
    --gap-mobile: 10px;
    --category-columns-sm: 24;
    --category-columns-md: 12;
    --category-columns-lg: 8;
    --category-min-height: 600px;
    --category-min-height-mobile: 300px;
    --parallax: url("../../images/dl/1363887.jpg");
    --aisle-columns-sm: 24;
    --aisle-columns-md: 12;
    --aisle-columns-lg: 12;
    --aisle-min-height: 600px;
    --aisle-min-height-mobile: 300px;
    --interior-feature-heading-bg: #c8c2cc;
    --interior-feature-bg: #c8c2cc;
    --interior-parallax-1: url("../../images/dl/1365216.jpg");
    --interior-parallax-2: url("../../images/dl/1365217.jpg");
    --interior-parallax-3: url("../../images/dl/1365215.jpg");
    --color-1: #333;
    --color-2: #fff;
    --color-3: #8f999b;
    --color-4: #3c313d;
    --color-5: #c8c2cc;
    --color-6: #000
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height, 0px) * 1.5 + 2rem)
}

body {
    position: relative;
    transition: all ease-in-out .3s
}

body.nav-opens--right {
    right: 0
}

body.nav-opens--left {
    left: 0
}

li {
    line-height: 1.5
}

.hidden {
    display: none
}

.btn, button {
    white-space: nowrap
}

.alma-grid {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px
}

.alma-grid ul.breadcrumb {
    grid-column: auto/span 24;
    display: flex;
    list-style: none;
    padding: 0
}

.alma-grid ul.breadcrumb li {
    padding-right: 10px
}

.alma-grid ul.breadcrumb li a {
    text-decoration: none;
    color: #333
}

.alma-grid ul.breadcrumb > li + li:before {
    color: #000;
    content: "> ";
    padding: 0 5px;
    text-align: center
}

.alma-grid__title {
    grid-column: auto/span 24
}

.alma-grid__content {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px
}

.alma-grid__content-left {
    grid-column: auto/span 12
}

@media (min-width: 768px) {
    .alma-grid__content-left {
        grid-column: auto
    }
}

.alma-grid__content-left img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 300px
}

.alma-grid__content-right {
    grid-column: auto/span 24
}

@media (min-width: 768px) {
    .alma-grid__content-right {
        grid-column: auto/span 18
    }
}

.alma-grid__content-logo {
    padding: 0 0 40px
}

.alma-grid__content-logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block
}

.alma-grid__gallery {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px;
    padding: 40px 0
}

.alma-grid__gallery-headline {
    grid-column: auto/span 24
}

.alma-grid__gallery-slider {
    grid-column: auto/span 24
}

.alma-grid__gallery-cell {
    width: 100%;
    margin: 0 10px
}

.alma-grid__gallery-cell img {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width: 768px) {
    .alma-grid__gallery-cell {
        width: 50%
    }
}

@media (min-width: 1241px) {
    .alma-grid__gallery-cell {
        width: 30%
    }
}

.alma-grid__videos {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px;
    padding: 40px 0
}

.alma-grid__videos-headline {
    grid-column: auto/span 24
}

.alma-grid__videos-slider {
    grid-column: auto/span 24
}

.alma-grid__videos-cell {
    width: 100%;
    margin: 0 10px
}

@media (min-width: 768px) {
    .alma-grid__videos-cell {
        width: 50%
    }
}

@media (min-width: 1241px) {
    .alma-grid__videos-cell {
        width: 30%
    }
}

.alma-grid__videos-item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.alma-grid__videos-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alma-grid__faqs {
    grid-column: auto/span 24
}

.alma-grid__faqs-items {
    padding: 20px 0 40px
}

.alma-grid__faqs-item {
    padding: 0 0 40px
}

:root {
    --phone-min: 421px;
    --phone-wide-min: 569px;
    --tablet-min: 768px;
    --tablet-wide-min: 991px;
    --desktop-sm-min: 1025px;
    --desktop-min: 1241px;
    --desktop-wide-min: 1441px
}

.lazy-load-image, .lazy-background, .lazy-iframe {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image:not(.visible), .lazy-background:not(.visible), .lazy-iframe:not(.visible) {
    min-height: 1px;
    margin: 0 !important
}

.lazy-load-image.visible.complete, .lazy-background.visible.complete, .lazy-iframe.visible.complete {
    opacity: 1
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --logo-color: url("../../images/dl/1559624.svg");
    --logo-white: url("../../images/dl/1559625.svg");
    --font-family: Raleway, sans-serif;
    --font-family-alt: Raleway, sans-serif;
    --subheadline-size: clamp(1rem, 2vw, 1.4rem);
    --cta-color: #fff;
    --cta-color-sticky: #333;
    --cta-color-hover: #3c313d;
    --nav-color: #333;
    --nav-color-hover: #3c313d;
    --nav-color-sticky: #333;
    --header-max-width: 1600px;
    --header-padding-x: 48px;
    --header-padding-y: 12px;
    --max-width: 1550px;
    --max-width-narrow: 1250px;
    --padding-y: 85px;
    --padding-x: 45px;
    --padding-y-mobile: 40px;
    --padding-x-mobile: 30px;
    --padding-y-tablet: 85px;
    --padding-x-tablet: 45px;
    --box-padding: 25px;
    --box-padding-mobile: 25px 0;
    --gap: 1.5rem;
    --gap-mobile: 10px;
    --category-columns-sm: 24;
    --category-columns-md: 12;
    --category-columns-lg: 8;
    --category-min-height: 600px;
    --category-min-height-mobile: 300px;
    --parallax: url("../../images/dl/1363887.jpg");
    --aisle-columns-sm: 24;
    --aisle-columns-md: 12;
    --aisle-columns-lg: 12;
    --aisle-min-height: 600px;
    --aisle-min-height-mobile: 300px;
    --interior-feature-heading-bg: #c8c2cc;
    --interior-feature-bg: #c8c2cc;
    --interior-parallax-1: url("../../images/dl/1365216.jpg");
    --interior-parallax-2: url("../../images/dl/1365217.jpg");
    --interior-parallax-3: url("../../images/dl/1365215.jpg");
    --color-1: #333;
    --color-2: #fff;
    --color-3: #8f999b;
    --color-4: #3c313d;
    --color-5: #c8c2cc;
    --color-6: #000
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height, 0px) * 1.5 + 2rem)
}

body {
    position: relative;
    transition: all ease-in-out .3s
}

body.nav-opens--right {
    right: 0
}

body.nav-opens--left {
    left: 0
}

li {
    line-height: 1.5
}

.hidden {
    display: none
}

.btn, button {
    white-space: nowrap
}

.header--2 {
    position: sticky;
    top: 0;
    z-index: 500
}

body.nav-opens--right .header--2 {
    right: 0
}

body.nav-opens--left .header--2 {
    left: 0
}

.header--2 .nav__items--sub li:first-of-type:has(.slide-menu__backlink) {
    padding: 0 0 16px !important
}

.header--2 .slide-menu {
    width: 320px
}

body.openNav .header {
    right: 0 !important
}

body.openNav .header__nav {
    display: block
}

.header {
    height: calc(var(--header-height) * 1px)
}

.header ul {
    padding: 0;
    list-style: none
}

.header__notification {
    padding: 10px
}

.header__notification-text {
    padding: 0 20px;
    margin: 0 10px
}

.header__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0 0 !important
}

.header__logo-container {
    flex: 1;
    padding-left: 20px
}

.header__logo {
    height: 46px
}

@media (min-width: 1241px) {
    .header__logo {
        height: 64px
    }
}

.header__logo-text {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: clamp(.9rem, 1.5vw, 2rem);
    color: #fff
}

.header__cta-container {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.header__cta-container .nav__items {
    display: flex;
    align-items: center;
    margin-top: 0 !important
}

.header__cta-container .nav__item, .header__cta-container .nav__link {
    padding: 0 10px !important
}

.header__cta-container nav {
    padding-right: 0
}

.header__nav-toggle {
    display: block;
    position: relative;
    width: 24px;
    height: 24px
}

.header__nav-toggle label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block
}

.header__nav-toggle input {
    display: none
}

.header__nav-toggle span {
    transition-duration: 0s;
    transition-delay: .2s;
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    top: 51%;
    transform: translateY(-50%)
}

.header__nav-toggle span::after, .header__nav-toggle span::before {
    transition-delay: .2s, 0s;
    transition-duration: .2s;
    transition-property: margin, transform;
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #000;
    border-radius: 3px
}

.header__nav-toggle span::after {
    margin-top: 8px
}

.header__nav-toggle span::before {
    margin-top: -8px
}

.header__nav-toggle .header__nav-toggle--open span {
    background-color: transparent;
    display: none
}

.header__nav-toggle .header__nav-toggle--open span:before, .header__nav-toggle .header__nav-toggle--open span:after {
    transition-delay: 0s, .2s;
    margin-top: 0
}

.header__nav-toggle .header__nav-toggle--open span:before {
    transform: rotate(45deg)
}

.header__nav-toggle .header__nav-toggle--open span:after {
    transform: rotate(-45deg)
}

.header__nav .nav__link {
    text-decoration: none;
    color: #333;
    display: block
}

.header__nav .nav__item--sub:hover .nav__item--tert {
    padding: 10px
}

.header__nav .nav-toggle {
    position: absolute;
    inset: calc(var(--header-height) / 4) 0 0;
    width: 100%;
    height: calc(var(--header-height) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 24px;
    z-index: 999;
    cursor: pointer
}

.header__nav .nav-toggle span {
    background-color: transparent !important
}

.header__nav .nav-toggle span::before {
    content: "✕";
    cursor: pointer;
    font-size: clamp(1rem, 1.5vw, 1.3rem)
}

.header__notification {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__item:last-of-type .nav__items--sub {
        left: auto;
        right: 0
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .slide-menu .nav__item:last-of-type ul ul {
        left: -100% !important
    }
}

.header.header:not(.hamburger) .nav__items:not(.nav__items--sub):not(.nav__items--tert) {
    margin: calc(var(--header-height) / 2) 0 0
}

@media (min-width: 1241px) {
    .header.header:not(.hamburger) .nav__items:not(.nav__items--sub):not(.nav__items--tert) {
        margin: 0
    }
}

.header.hamburger .nav__items:not(.nav__items--sub):not(.nav__items--tert) {
    margin: calc(var(--header-height) / 2) 0 0
}

.cta__icon {
    width: 24px;
    height: 24px;
    display: block
}

.cta__icon svg {
    width: 24px;
    height: 24px
}

.nav__link {
    display: none
}

.slide-menu ul ul {
    padding: 20px 10px !important;
    width: 300px
}

@media (min-width: 1241px) {
    .slide-menu ul ul {
        padding: 20px 0 !important
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__logo {
        height: 70px
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav-toggle {
        display: none
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav {
        flex: 0 0 100%;
        padding: 10px 0;
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        display: block
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav-toggle {
        display: none
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__items {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0
    }

    .header:not(.hamburger) .header__nav .nav__items--sub {
        flex-direction: column;
        align-items: flex-start;
        top: 30px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s;
        min-width: 300px;
        width: 100%
    }

    .header:not(.hamburger) .header__nav .nav__items--tert {
        flex-direction: column;
        min-width: 100%
    }
}

@media (min-width: 1241px) and (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__items--tert {
        padding-top: 0 !important
    }

    .header:not(.hamburger) .header__nav .nav__items--tert::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        min-height: 70vh;
        z-index: -1
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__item {
        padding: 0 10px;
        position: relative
    }

    .header:not(.hamburger) .header__nav .nav__item > .nav__items {
        display: none
    }

    .header:not(.hamburger) .header__nav .nav__item:hover .nav__items--sub {
        visibility: visible;
        opacity: 1
    }

    .header:not(.hamburger) .header__nav .nav__item:hover > .nav__items {
        display: flex
    }
}

.header:not(.hamburger) .header__nav .nav__item--sub {
    width: 100%;
    padding: 10px
}

.header:not(.hamburger) .header__nav .nav__item--sub:has(.nav__items--tert) > .nav__link {
    position: relative
}

.header:not(.hamburger) .header__nav .nav__item--sub:has(.nav__items--tert) > .nav__link::after {
    content: "＞";
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .3s ease
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__item--sub {
        background: #fff
    }
}

@media (min-width: 1025px) {
    .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__link::after {
        opacity: 1
    }
}

.header:not(.hamburger) .header__nav .nav__item--tert {
    width: 100%;
    padding: 10px
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__item--tert {
        background: #fff;
        display: none
    }
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__item--tert {
        min-width: 180px;
        display: block
    }
}

.header:not(.hamburger) .header__notification {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1241px) {
    .cta__icon {
        display: none
    }
}

@media (min-width: 1241px) {
    .nav__link {
        display: block
    }
}

.slide-menu__backlink {
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold
}

.slide-menu__backlink:hover {
    color: #3c313d !important
}

.header--scroll .header__logo-text {
    color: #8f999b
}

html:not(.home-page) .header {
    position: sticky
}

html:not(.home-page) .header__logo-text {
    color: #333
}

.slide-menu__decorator span {
    margin: 0 !important
}

.slide-menu__decorator span::before {
    left: .45em !important;
    top: 50% !important
}

.slide-menu__backlink span::before {
    right: .45em !important;
    top: 33% !important
}

.header__notification {
    background: #8f999b;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    opacity: 1
}

.header__notification a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__notification--hidden {
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: all ease-out .3s
}

.header__notification-btn.btn, button.header__notification-btn {
    background: #3c313d;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px;
    margin: 0 10px
}

@media (min-width: 1025px) {
    .header__notification-btn.btn:hover, button.header__notification-btn:hover {
        background: #040404
    }
}

.header__notification-close {
    position: absolute;
    mix-blend-mode: exclusion;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.slide-menu {
    position: fixed;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 1000
}

.slide-menu, .slide-menu .slide-menu__slider {
    transition: transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0)
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slide-menu ul a {
    display: block
}

.slide-menu a {
    cursor: pointer
}

:root {
    --nav-breakpoint: 1241px
}

.header:not(.hamburger) .slide-menu {
    left: auto;
    right: 0;
    display: block
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .slide-menu {
        position: relative;
        width: auto;
        height: unset;
        top: unset;
        right: unset;
        display: block;
        transform: none;
        z-index: unset
    }
}

.slide-menu {
    position: fixed;
    width: 280px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 1000
}

@media (min-width: 1241px) {
    .header:not(.hamburger) .slide-menu {
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        right: unset;
        display: flex;
        overflow: visible;
        transform: none
    }
}

body.openNav .slide-menu {
    display: block;
    transform: translateX(0)
}

.slide-menu, .slide-menu .slide-menu__slider {
    transition: transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0)
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    list-style: none
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    padding: 0 10px
}

.slide-menu ul a {
    display: block
}

.slide-menu a {
    cursor: pointer
}

.slide-menu__decorator span {
    position: relative
}

.slide-menu__decorator span::before {
    content: "";
    border-style: solid;
    border-width: .15em .15em 0 0;
    display: inline-block;
    height: .45em;
    left: .15em;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    vertical-align: top;
    width: .45em
}

.slide-menu__backlink {
    padding: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff
}

.slide-menu__backlink:hover {
    color: #fff
}

.slide-menu__backlink span {
    position: relative
}

.slide-menu__backlink span::before {
    content: "";
    border-style: solid;
    border-width: .15em .15em 0 0;
    display: inline-block;
    height: .45em;
    left: .15em;
    position: absolute;
    top: 35%;
    transform: rotate(-135deg);
    vertical-align: top;
    width: .45em
}

.disclaimer {
    padding: 20px;
    text-align: center
}

.footer--1 {
    padding: 20px 40px
}

.footer__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.footer__logo-container {
    flex: 0 0 100%;
    padding: 20px 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 991px) {
    .footer__logo-container {
        flex: 0 0 20%;
        justify-content: flex-start;
        padding: 0 0 0 20px
    }
}

.footer__logo {
    height: 70px;
    max-width: 200px;
    width: 100%
}

.footer__logo-text {
    height: 70px;
    display: flex;
    align-items: center;
    font-size: clamp(.9rem, 1vw, 1.2rem);
    color: #fff
}

.footer__nav {
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .footer__nav {
        flex: 1
    }
}

.footer__nav .nav__items {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width: 768px) {
    .footer__nav .nav__items {
        flex-direction: row;
        align-items: flex-start
    }
}

.footer__nav .nav__items--sub {
    flex-direction: column
}

.footer__nav .nav__items--sub .nav__item {
    padding: 0
}

.footer__nav .nav__item {
    padding: 5px 20px
}

.footer__nav .nav__link {
    padding: 5px 0;
    text-decoration: none;
    display: block !important;
    text-align: center
}

@media (min-width: 768px) {
    .footer__nav .nav__link {
        text-align: left
    }
}

.footer__social-container {
    flex: 0 0 100%;
    padding: 20px 0 0
}

@media (min-width: 768px) {
    .footer__social-container {
        flex: 0 0 auto
    }
}

.footer__social-container .social-icons {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer__social-container .social-icons__icon {
    padding: 0 10px
}

.footer__social-container .social-icons svg {
    width: 32px;
    height: 32px
}

.footer__address {
    flex: 0 0 100%;
    padding: 40px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

@media (min-width: 991px) {
    .footer__address {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.footer__address p, .footer__address .section li, .section .footer__address li, .footer__address .galleryitem__description-text {
    padding: 0 5px;
    margin: 0
}

.footer__address--multiple {
    padding: 10px 20px
}

.footer__custom {
    padding: 10px 0 0
}

@media (min-width: 991px) {
    .footer__custom {
        padding: 0 0 0 20px
    }
}

.footer__copyright {
    flex: 0 0 100%;
    display: flex;
    text-align: center;
    padding: 20px 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff
}

@media (min-width: 991px) {
    .footer__copyright {
        flex-direction: row
    }
}

.footer__copyright span {
    padding: 10px 0;
    color: #fff;
    font-size: clamp(.9rem, 1vw, 1rem)
}

@media (min-width: 991px) {
    .footer__copyright span {
        padding: 0 20px
    }
}

.footer__copyright a {
    color: #fff;
    font-size: clamp(.9rem, 1vw, 1rem)
}

.footer__dl {
    display: flex;
    align-items: center;
    color: #fff
}

@media (min-width: 768px) {
    .footer__dl {
        padding: 0 5px
    }
}

.footer__dl span {
    padding: 0 5px;
    color: #fff
}

.footer__dl svg {
    width: 27px;
    height: 27px;
    padding: 3px
}

.footer__dl svg .st0 {
    fill: #fff
}

.footer__dl a {
    color: #fff
}

[data-showmore] .hidden {
    display: none
}

.show-more-btn {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #0095e5;
    cursor: pointer;
    font-size: .8em;
    margin: auto;
    transition: color .3s ease-in-out;
    white-space: nowrap
}

.show-more-btn:hover {
    color: #f00
}

:root {
    --phone-min: 421px;
    --phone-wide-min: 569px;
    --tablet-min: 768px;
    --tablet-wide-min: 991px;
    --desktop-sm-min: 1025px;
    --desktop-min: 1241px;
    --desktop-wide-min: 1441px
}

.lazy-load-image, .lazy-background, .lazy-iframe {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image:not(.visible), .lazy-background:not(.visible), .lazy-iframe:not(.visible) {
    min-height: 1px;
    margin: 0 !important
}

.lazy-load-image.visible.complete, .lazy-background.visible.complete, .lazy-iframe.visible.complete {
    opacity: 1
}

.masthead {
    display: grid;
    grid-template-columns:repeat(24, 1fr)
}

.masthead--no-img {
    padding: 40px 20px 20px
}

@media (min-width: 768px) {
    .masthead--no-img {
        padding: 40px 40px 20px
    }
}

.masthead--no-img .breadcrumbs__item a {
    color: #fff
}

.masthead--no-img .breadcrumbs__item a:hover {
    color: #3c313d
}

.masthead--w-bg {
    min-height: 300px
}

@media (min-width: 991px) {
    .masthead--w-bg {
        min-height: 600px
    }
}

.masthead--w-bg .masthead__image {
    grid-column: 1/span 24;
    grid-row: 1
}

.masthead--w-bg .masthead__text {
    grid-row: 1;
    color: #fff;
    text-align: center;
    padding: 40px 20px
}

@media (min-width: 569px) {
    .masthead--w-bg .masthead__text {
        padding: 40px
    }
}

.masthead--w-img .masthead__image-container {
    grid-column: 1/span 24
}

@media (min-width: 768px) {
    .masthead--w-img .masthead__image-container {
        grid-column: auto/span 12
    }
}

.masthead--w-img .masthead__image {
    padding-top: 56.25%;
    height: 0
}

@media (min-width: 768px) {
    .masthead--w-img .masthead__text {
        grid-column: auto/span 12
    }
}

.masthead__text {
    grid-column: 1/span 24;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.masthead .breadcrumbs__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none
}

@media (min-width: 569px) {
    .masthead .breadcrumbs__items {
        justify-content: flex-start
    }
}

.masthead .breadcrumbs__item {
    padding: 0 5px;
    position: relative;
    margin-right: 8px;
    font-size: clamp(.7rem, 1vw, 1rem)
}

.masthead .breadcrumbs__item::after {
    content: "/";
    margin-left: 8px;
    position: relative;
    top: unset;
    right: unset;
    transform: unset
}

.masthead .breadcrumbs__item:last-of-type {
    margin-right: 0;
    padding: 0
}

.masthead .breadcrumbs__item:last-of-type a {
    text-decoration: none;
    pointer-events: none
}

.masthead .breadcrumbs__item:last-of-type::after {
    display: none
}

.masthead .hide_headline {
    display: none
}

:root {
    --phone-min: 421px;
    --phone-wide-min: 569px;
    --tablet-min: 768px;
    --tablet-wide-min: 991px;
    --desktop-sm-min: 1025px;
    --desktop-min: 1241px;
    --desktop-wide-min: 1441px
}

.lazy-load-image, .lazy-background, .lazy-iframe {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image:not(.visible), .lazy-background:not(.visible), .lazy-iframe:not(.visible) {
    min-height: 1px;
    margin: 0 !important
}

.lazy-load-image.visible.complete, .lazy-background.visible.complete, .lazy-iframe.visible.complete {
    opacity: 1
}

@media (min-width: 1241px) {
    .section--category-highlight--text-right .section__text {
        order: 2
    }
}

.section--category-highlight .section__container {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    max-width: 1550px;
    margin: 0 auto;
    padding: 40px 30px;
    align-items: center
}

@media (min-width: 768px) {
    .section--category-highlight .section__container {
        padding: 85px 45px
    }
}

@media (min-width: 1241px) {
    .section--category-highlight .section__container {
        padding: 85px 45px
    }
}

.section--category-highlight .section__text, .section--category-highlight .section__images {
    grid-column: auto/span 24
}

@media (min-width: 1241px) {
    .section--category-highlight .section__text, .section--category-highlight .section__images {
        grid-column: auto/span 12
    }
}

.section--category-highlight .section__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.section--category-highlight .section__text-block--subheading {
    order: -1
}

.section--category-highlight .section__headline {
    margin-bottom: 16px
}

.section--category-highlight .section__button-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px
}

.section--category-highlight .section__button-list-item {
    text-decoration: none;
    font-weight: 600;
    transition: opacity .2s
}

.section--category-highlight .section__button-list-item:hover {
    opacity: .7
}

.section--category-highlight .section__images {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
    justify-items: stretch
}

.section--category-highlight .section__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover
}

.section--category-highlight .section__image--1 {
    grid-column: 1;
    grid-row: 1/span 2
}

.section--logo-ticker {
    --logo-ticker-duration: 20s;
    overflow: hidden;
    width: 100%;
    padding: 1.5rem 0
}

@media (min-width: 768px) {
    .section--logo-ticker {
        padding: 1.5rem 0
    }
}

.logo-ticker__header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 30px
}

@media (min-width: 768px) {
    .logo-ticker__header {
        margin-bottom: 1.5rem;
        padding: 0 45px
    }
}

.logo-ticker__headline {
    margin: 0
}

.logo-ticker__track {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start
}

.logo-ticker__inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    flex-shrink: 0;
    animation: logo-ticker-scroll var(--logo-ticker-duration) linear infinite
}

@media (min-width: 768px) {
    .logo-ticker__inner {
        gap: 3rem
    }
}

@media (min-width: 1025px) {
    .logo-ticker__inner {
        gap: 4rem
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-ticker__inner {
        animation: none
    }
}

.logo-ticker__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px
}

@media (min-width: 768px) {
    .logo-ticker__item {
        height: 80px
    }
}

@media (min-width: 1025px) {
    .logo-ticker__item {
        height: 100px
    }
}

.logo-ticker__image {
    max-height: 100%;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain
}

@media (min-width: 768px) {
    .logo-ticker__image {
        max-width: 180px
    }
}

@media (min-width: 1025px) {
    .logo-ticker__image {
        max-width: 200px
    }
}

@keyframes logo-ticker-scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.logo-ticker--static .logo-ticker__track {
    justify-content: center
}

.logo-ticker--static .logo-ticker__inner {
    animation: none;
    width: auto
}

.new-markup__hero {
    background: transparent;
    position: relative;
    height: auto;
    min-height: unset
}

.new-markup__hero .new-markup__hero-inner {
    width: 100%;
    height: 100%
}

.new-markup__hero .hero__text-items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.new-markup__hero .hero__text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    width: 100%
}

.new-markup__hero .hero__text h1, .new-markup__hero .hero__text .h1 {
    padding: 0
}

.new-markup__hero .hero__text p, .new-markup__hero .hero__text .section li, .section .new-markup__hero .hero__text li, .new-markup__hero .hero__text .galleryitem__description-text {
    width: 100%;
    margin: 0
}

.new-markup__hero .hero__image {
    min-height: 320px
}

.new-markup__hero .hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.new-markup__hero .breadcrumbs {
    width: 100%;
    margin-bottom: 24px;
    padding: 0
}

.new-markup__hero .breadcrumbs .breadcrumbs__items {
    margin: 0;
    padding: 0
}

.new-markup__hero .breadcrumbs .breadcrumbs__item {
    font-size: clamp(.7rem, 1vw, 1rem) !important
}

.new-markup__hero .breadcrumbs .breadcrumbs__item a {
    font-size: inherit !important
}

.new-markup__hero .breadcrumbs a, .new-markup__hero .breadcrumbs a:visited {
    color: #333 !important;
    text-decoration: underline
}

@media (min-width: 1025px) {
    .new-markup__hero .breadcrumbs a:hover {
        color: #3c313d !important;
        text-decoration: none
    }
}

.new-markup__hero.new-markup__hero--split {
    height: auto
}

.new-markup__hero.new-markup__hero--split .new-markup__hero-inner {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    gap: 0;
    height: auto
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--split .new-markup__hero-inner {
        height: 100%
    }
}

.new-markup__hero.new-markup__hero--split .hero__text-items {
    grid-column: auto/span 24;
    height: auto;
    padding: 40px 30px
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--split .hero__text-items {
        padding: 85px 45px
    }
}

@media (min-width: 1441px) {
    .new-markup__hero.new-markup__hero--split .hero__text-items {
        padding: 85px 45px
    }
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--split .hero__text-items {
        height: 100%
    }
}

@media (min-width: 1241px) {
    .new-markup__hero.new-markup__hero--split .hero__text-items {
        grid-column: auto/span 12
    }
}

.new-markup__hero.new-markup__hero--split .hero__image {
    grid-column: auto/span 24;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    min-height: 400px;
    height: unset
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--split .hero__image {
        min-height: 500px;
        height: 100%
    }
}

@media (min-width: 1025px) {
    .new-markup__hero.new-markup__hero--split .hero__image {
        min-height: unset;
        aspect-ratio: 1 !important
    }
}

@media (min-width: 1241px) {
    .new-markup__hero.new-markup__hero--split .hero__image {
        grid-column: auto/span 12;
        max-width: unset
    }
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--split {
        min-height: 65vh;
        height: 650px
    }
}

@media (min-width: 1025px) {
    .new-markup__hero.new-markup__hero--split {
        height: unset;
        min-height: unset
    }
}

.new-markup__hero.new-markup__hero--full {
    height: 650px;
    min-height: unset
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--full {
        min-height: 65vh
    }
}

.new-markup__hero.new-markup__hero--full .new-markup__hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.new-markup__hero.new-markup__hero--full .hero__text-items {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 1610px;
    padding: 40px 30px
}

@media (min-width: 768px) {
    .new-markup__hero.new-markup__hero--full .hero__text-items {
        padding: 85px 45px
    }
}

@media (min-width: 1441px) {
    .new-markup__hero.new-markup__hero--full .hero__text-items {
        padding: 85px 45px
    }
}

.new-markup__hero.new-markup__hero--full .hero__text h1, .new-markup__hero.new-markup__hero--full .hero__text .h1, .new-markup__hero.new-markup__hero--full .hero__text p, .new-markup__hero.new-markup__hero--full .hero__text .section li, .section .new-markup__hero.new-markup__hero--full .hero__text li, .new-markup__hero.new-markup__hero--full .hero__text .galleryitem__description-text {
    color: #fff
}

.new-markup__hero.new-markup__hero--full .hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 320px
}

.new-markup__hero.new-markup__hero--full .hero__image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(51, 51, 51, .4)
}

.new-markup__hero.new-markup__hero--full .hero__image img {
    position: relative;
    z-index: 0
}

.new-markup__hero.new-markup__hero--full .breadcrumbs a, .new-markup__hero.new-markup__hero--full .breadcrumbs a:visited {
    color: #fff !important
}

.new-markup__hero.new-markup__hero--full .breadcrumbs .breadcrumbs__items li {
    color: #fff
}

@media (min-width: 1025px) {
    .new-markup__hero.new-markup__hero--full .breadcrumbs a:hover {
        color: #3c313d !important;
        text-decoration: none
    }
}

.section--text-rotator .flickity-prev-next-button {
    min-width: auto;
    margin: 0 !important;
    min-height: auto;
    padding: 0;
    top: -15px;
    width: 30px;
    height: 30px
}

.section--text-rotator .flickity-prev-next-button.previous {
    left: auto;
    right: 45px
}

.section--text-rotator .section__container {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    max-width: 1550px;
    margin: 0 auto;
    padding: 40px 30px;
    align-items: center
}

@media (min-width: 768px) {
    .section--text-rotator .section__container {
        padding: 85px 45px
    }
}

@media (min-width: 1241px) {
    .section--text-rotator .section__container {
        padding: 85px 45px
    }
}

.section--text-rotator .section__text, .section--text-rotator .section__rotator-container {
    grid-column: auto/span 24
}

.section--text-rotator .section__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0
}

.section--text-rotator .section__text-block--subheading {
    order: -1
}

.section--text-rotator .section__rotator-cell {
    width: 80%;
    aspect-ratio: 1;
    padding: 1rem
}

@media (min-width: 768px) {
    .section--text-rotator .section__rotator-cell {
        width: calc(100% / 3)
    }
}

.section--text-rotator .section__rotator-cell > .section__image {
    width: 100%;
    object-fit: cover
}

.section--text-rotator .section__rotator-cell .section__aisle {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden
}

.section--text-rotator .section__rotator-cell .section__aisle-title, .section--text-rotator .section__rotator-cell .section__aisle-content {
    padding: .5rem 1rem
}

.section--text-rotator .section__rotator-cell .section__aisle .section__button {
    margin: 1rem
}

.section--text-rotator .section__rotator-cell .section__doorway {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    padding: .5rem 1rem
}

.section--text-rotator .section__rotator-cell .section__doorway .section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.section--text-rotator .section__rotator-cell .section__doorway-title {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: flex-basis 300ms ease-in-out
}

.section--text-rotator .section__rotator-cell .section__doorway:hover .section__doorway-title {
    flex-basis: 0
}

.section--text-rotator .section__rotator-cell .section__doorway .section__button {
    margin-top: .5rem
}

@media (min-width: 1241px) {
    .section--text-rotator--text-right .section__text {
        order: 2
    }
}

.section--text-rotator--rotator-stacked .section__text {
    align-items: center
}

@media (min-width: 768px) {
    .section--text-rotator--rotator-inline .section__text, .section--text-rotator--rotator-inline .section__rotator-container {
        grid-column: auto/span 12
    }
}

@media (min-width: 768px) {
    .section--text-rotator--rotator-inline .section__rotator-cell {
        width: 100%
    }
}

.section__text ul {
    margin: 0 0 0 5px
}

.section--text_a {
    max-width: 1250px;
    margin: 0 auto
}

.section--text_a .section__headline {
    margin-top: 0;
    column-span: all
}

.section--text_a .section__text p, .section--text_a .section__text .section li, .section .section--text_a .section__text li, .section--text_a .section__text .galleryitem__description-text {
    margin-top: 0
}

.section--text_a .section__text p:last-of-type, .section--text_a .section__text .section li:last-of-type, .section .section--text_a .section__text li:last-of-type, .section--text_a .section__text .galleryitem__description-text:last-of-type {
    margin-bottom: 0
}

.section--text_b {
    max-width: 1250px;
    margin: 0 auto
}

.section--text_b .section__headline {
    margin-top: 0;
    column-span: all
}

@media (min-width: 991px) {
    .section--text_b .section__text {
        column-count: 2;
        column-gap: 40px
    }
}

.section--text_b .section__text p, .section--text_b .section__text .section li, .section .section--text_b .section__text li, .section--text_b .section__text .galleryitem__description-text {
    margin-top: 0
}

.section--text_b .section__text p:last-of-type, .section--text_b .section__text .section li:last-of-type, .section .section--text_b .section__text li:last-of-type, .section--text_b .section__text .galleryitem__description-text:last-of-type {
    margin-bottom: 0
}

.section--single-image .section__container {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

.section--single-image .section__text {
    grid-column: auto/span 24;
    order: 2;
    padding: 25px 0
}

@media (min-width: 768px) {
    .section--single-image .section__text {
        grid-column: auto/span 12;
        order: 1;
        padding: 25px
    }
}

.section--single-image .section__image {
    grid-column: auto/span 24;
    min-height: 500px;
    order: 1
}

@media (min-width: 768px) {
    .section--single-image .section__image {
        grid-column: auto/span 12;
        order: 2
    }
}

.section--single-image_a {
    max-width: 1250px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .section--single-image_a .section__image {
        background: #fff
    }
}

@media (min-width: 768px) {
    .section--single-image_a-reverse .section__image {
        order: -1
    }
}

.section--single-image_b {
    max-width: 1250px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .section--single-image_b {
        padding-bottom: calc(85px + 100px) !important
    }
}

@media (min-width: 768px) {
    .section--single-image_b .section__text {
        background: #fff;
        margin: 120px -48px -120px 0;
        z-index: 1;
        grid-column: auto/span 13
    }
}

@media (min-width: 768px) {
    .section--single-image_b .section__image {
        background: #fff;
        margin: 0 0 0 -48px;
        grid-column: auto/span 11
    }
}

@media (min-width: 768px) {
    .section--single-image_b-reverse .section__text {
        background: #fff;
        margin: 120px 0 -120px -48px;
        z-index: 1
    }
}

@media (min-width: 768px) {
    .section--single-image_b-reverse .section__image {
        background: #fff;
        margin: 0 -48px 0 0;
        order: -1
    }
}

.section--single-image_c .section__container {
    min-height: 700px
}

.section--single-image_c .section__text {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

@media (min-width: 768px) {
    .section--single-image_c .section__text {
        grid-column: 1/span 25;
        grid-row: 1/span 1;
        z-index: 2;
        max-width: 1550px;
        margin: 0 auto
    }
}

@media (min-width: 768px) {
    .section--single-image_c .section__headline {
        grid-column: auto/span 12
    }
}

@media (min-width: 768px) {
    .section--single-image_c .section__text-block {
        grid-column: auto/span 12
    }
}

@media (min-width: 768px) {
    .section--single-image_c .section__image {
        grid-column: 1/span 25;
        grid-row: 1/span 1;
        background-attachment: fixed !important
    }
}

.section--dual-image .section__container {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

.section--dual-image .section__text {
    grid-column: auto/span 24
}

@media (min-width: 768px) {
    .section--dual-image .section__text {
        grid-column: auto/span 12
    }
}

.section--dual-image .section__image-container {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

@media (min-width: 768px) {
    .section--dual-image .section__image-container {
        grid-column: auto/span 12
    }
}

.section--dual-image .section__image {
    grid-column: auto/span 12;
    min-height: 500px
}

.section--dual-image_b {
    max-width: 1550px;
    margin: 0 auto
}

.section--dual-image_b .section__container {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    gap: 0;
    position: relative
}

.section--dual-image_b .section__text {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    z-index: 1;
    padding: 85px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .section--dual-image_b .section__text {
        grid-column: 1/span 12
    }
}

.section--dual-image_b .section__text h2, .section--dual-image_b .section__text .galleryitem .listcard__card-headline, .galleryitem .section--dual-image_b .section__text .listcard__card-headline, .section--dual-image_b .section__text .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .section--dual-image_b .section__text h3, .section--dual-image_b .section__text .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items .section--dual-image_b .section__text .h3, .section--dual-image_b .section__text .h2, .section--dual-image_b .section__text p, .section--dual-image_b .section__text .section li, .section .section--dual-image_b .section__text li, .section--dual-image_b .section__text .galleryitem__description-text {
    color: #fff;
    text-align: left;
    width: 100%
}

.section--dual-image_b .section__image-container {
    grid-column: 1/span 25;
    grid-row: 1/span 1
}

.section--dual-image_b .section__image--1 {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    min-height: 600px;
    background-attachment: scroll !important;
    position: relative
}

@media (min-width: 768px) {
    .section--dual-image_b .section__image--1 {
        grid-column: 1/span 12;
        background-attachment: fixed !important;
        background-position-x: right 300px !important;
        background-position-y: center !important
    }
}

.section--dual-image_b .section__image--1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, .8)
}

.section--dual-image_b .section__image--2 {
    grid-column: 1/span 25;
    display: none;
    min-height: 600px
}

@media (min-width: 768px) {
    .section--dual-image_b .section__image--2 {
        grid-column: 13/span 12;
        display: block
    }
}

.section__video {
    position: relative;
    padding-bottom: 60%
}

.section__video iframe {
    height: 100%;
    width: 100%;
    position: absolute
}

.section .diagram__bg, .section .diagram__radio, .section .diagram__overlay, .section .diagram__detail {
    display: none
}

.section .diagram__list-item label {
    padding: 25px 0;
    text-align: center;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.section .diagram__list-item p, .section .diagram__list-item li, .section .diagram__list-item .galleryitem__description-text {
    margin: 0
}

:where(.section .diagram__list-item:has(:checked)) {
    background-color: rgba(60, 49, 61, .6)
}

.section .diagram__list-item:has(:checked) + .diagram__overlay + .diagram__detail {
    display: block
}

.section .diagram__detail {
    padding: 25px 0
}

@media (min-width: 768px) {
    .section .diagram {
        display: grid;
        gap: 1.5rem;
        grid-template-columns:repeat(3, 1fr)
    }

    .section .diagram__detail {
        display: block;
        visibility: hidden
    }

    .section .diagram__image {
        display: block;
        object-fit: contain;
        width: 100%;
        height: 100%;
        aspect-ratio: 3/4
    }

    .section .diagram__bg, .section .diagram__list-item:has(.diagram__radio:checked) + .diagram__overlay, .section .diagram__list-item:has(.diagram__radio:checked) + .diagram__overlay + .diagram__detail {
        display: block;
        visibility: visible
    }

    .section .diagram__detail {
        grid-row: 1/span var(--diagram-item-count, 4)
    }

    .section .diagram__bg, .section .diagram__overlay {
        grid-row: 1/span calc((var(--diagram-item-count, 4)) * 2)
    }

    .section .diagram__list-item {
        grid-column: 1
    }

    .section .diagram__bg, .section .diagram__overlay {
        grid-column: 2
    }

    .section .diagram__detail {
        grid-column: 3;
        padding: 25px
    }
}

.section.slider-cards {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5rem
}

.section.slider-cards .slider__headline {
    text-align: center;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: clamp(2rem, 4vw, 5rem);
    padding-top: 5rem;
    padding-bottom: 2rem
}

.section.slider-cards .input-cards {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem
    }
}

.section.slider-cards .input-cards input[type=radio] {
    display: none
}

.section.slider-cards .input-cards label {
    grid-column: auto/span 24;
    cursor: pointer;
    min-height: 50px;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.section.slider-cards .input-cards label::after {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(51, 51, 51, .15), rgba(51, 51, 51, .35));
    z-index: 1
}

.section.slider-cards .input-cards label::before {
    inset: 0;
    position: absolute;
    content: "";
    background: #3c313d;
    z-index: 2
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards label::before {
        content: unset
    }
}

.section.slider-cards .input-cards label :is(h3,.h3) {
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 2.25rem);
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    font-style: normal;
    position: relative
}

.section.slider-cards .input-cards label :is(h3,.h3)::after {
    left: -33px;
    right: calc(100% + 10px);
    bottom: 3px;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    content: ""
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards label :is(h3,.h3)::after {
        left: 0;
        right: 0;
        bottom: calc(100% + 10px);
        top: -50px;
        transform: rotate(0)
    }
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards label :is(h3,.h3) {
        writing-mode: vertical-rl;
        text-orientation: mixed
    }
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards label {
        min-height: 450px !important;
        flex: 1
    }
}

.section.slider-cards .input-cards input[type=radio]:checked + label {
    grid-column: auto/span 24;
    min-height: 600px
}

.section.slider-cards .input-cards input[type=radio]:checked + label :is(h3,.h3)::after {
    transform: rotate(270deg)
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards input[type=radio]:checked + label :is(h3,.h3)::after {
        transform: rotate(180deg)
    }
}

.section.slider-cards .input-cards input[type=radio]:checked + label::before {
    background: transparent
}

@media (min-width: 1025px) {
    .section.slider-cards .input-cards input[type=radio]:checked + label {
        flex: 2
    }
}

.section.slider-cards .bio-card {
    grid-column: auto/span 24;
    flex-basis: 100%;
    background: #3c313d;
    color: #fff;
    padding: 40px 30px;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    display: none
}

.section.slider-cards .bio-card .headline {
    grid-column: auto/span 24;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff
}

@media (min-width: 1025px) {
    .section.slider-cards .bio-card .headline {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem
    }
}

.section.slider-cards .bio-card .headline :is(h3,.h3) {
    font-style: normal;
    line-height: 1.25
}

.section.slider-cards .bio-card .body {
    grid-column: auto/span 24;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1025px) {
    .section.slider-cards .bio-card .body {
        grid-column: auto/span 16;
        padding-right: 45px
    }
}

@keyframes oscillate {
    0% {
        clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%)
    }
    25% {
        clip-path: polygon(50% 1%, 100% 0%, 100% 100%, 50% 100%)
    }
    50% {
        clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0% 100%)
    }
    75% {
        clip-path: polygon(50% 1%, 100% 0%, 100% 100%, 50% 100%)
    }
    100% {
        clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%)
    }
}

.section.slider-cards .bio-card .before-after-section {
    position: relative;
    grid-column: auto/span 24;
    margin-top: 10px
}

@media (min-width: 1025px) {
    .section.slider-cards .bio-card .before-after-section {
        grid-column: auto/span 8;
        margin-top: 1rem
    }
}

.section.slider-cards .bio-card .before__image {
    margin: 0 auto;
    z-index: 1;
    aspect-ratio: 2;
    background-size: cover !important;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px 12px
}

.section.slider-cards .bio-card .after__image {
    position: absolute;
    z-index: 5;
    inset: 0;
    margin: 0 auto;
    overflow: hidden;
    animation: oscillate 8s infinite ease;
    aspect-ratio: 2;
    background-size: cover !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 8px 12px
}

.section.slider-cards .bio-card .before__image p, .section.slider-cards .bio-card .before__image li, .section.slider-cards .bio-card .before__image .galleryitem__description-text {
    position: relative;
    z-index: 2
}

.section.slider-cards .bio-card .after__image p, .section.slider-cards .bio-card .after__image li, .section.slider-cards .bio-card .after__image .galleryitem__description-text {
    position: relative;
    z-index: 6
}

.section.slider-cards .bio-card .before__image p, .section.slider-cards .bio-card .before__image li, .section.slider-cards .bio-card .before__image .galleryitem__description-text, .section.slider-cards .bio-card .after__image p, .section.slider-cards .bio-card .after__image li, .section.slider-cards .bio-card .after__image .galleryitem__description-text {
    color: #fff;
    font-size: .8rem;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    margin: 0
}

.section.slider-cards input[name=cards]:nth-child(1):checked ~ .bio-card:nth-of-type(1), .section.slider-cards input[name=cards]:nth-child(3):checked ~ .bio-card:nth-of-type(2), .section.slider-cards input[name=cards]:nth-child(5):checked ~ .bio-card:nth-of-type(3), .section.slider-cards input[name=cards]:nth-child(7):checked ~ .bio-card:nth-of-type(4), .section.slider-cards input[name=cards]:nth-child(9):checked ~ .bio-card:nth-of-type(5) {
    display: grid !important
}

.section--faq {
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 2rem;
    background: transparent
}

.section--faq .section__headline {
    padding: 30px 0
}

.section--faq .faq__list {
    padding: 0;
    background: none !important
}

.section--faq .faq__item {
    background: none !important
}

.section--faq .faq__item[open] .faq__question::after {
    content: "−"
}

.section--faq .faq__question {
    display: flex;
    align-items: center;
    padding: 1.25rem 1rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    list-style: none
}

.section--faq .faq__question::-webkit-details-marker {
    display: none
}

.section--faq .faq__question::marker {
    display: none;
    content: ""
}

.section--faq .faq__question::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #333;
    transition: content .3s ease;
    flex-shrink: 0;
    margin-left: 1rem
}

.section--faq .faq__answer {
    margin: 0;
    padding: 0 2.5rem 1.25rem;
    line-height: 1.6
}

input, select, textarea {
    width: 100%;
    margin-bottom: 10px
}

input, select {
    height: 50px
}

.input-field-h, .text-field-h {
    display: none
}

a[id=form], a[name=form] {
    position: absolute;
    top: 0;
    left: 0
}

.form__field--type-24 {
    margin: 5px 0 !important
}

.form__field--type-24 label {
    display: block !important
}

.form__field--type-24 input {
    height: unset !important
}

.form__field--type-24 .radio label {
    display: inline-flex !important;
    align-items: center !important
}

.form__field--type-24 .radio input {
    margin: 5px 10px 5px 0 !important
}

.form__field--type-11 {
    margin: 5px 0 !important
}

.form__field--type-11 label {
    display: block !important
}

.form__field--type-11 input {
    height: unset !important
}

.form__field--type-11 .checkbox label {
    display: inline-flex !important
}

input[type=radio] {
    width: 24px !important;
    height: 24px !important
}

input[type=checkbox] {
    width: 48px !important;
    height: 24px !important;
    margin-right: 18px !important
}

button {
    margin-left: auto
}

.form__checkbox {
    margin-top: 5px
}

.form {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-column-gap: unset;
    position: relative
}

.form__field {
    grid-column: auto/span 24
}

.form__label {
    display: block
}

.field-validation-error {
    display: block;
    color: #ed1c24
}

.time-slot-picker {
    --enabled-bg: #8f999b;
    --enabled-color: #fff;
    --enabled-border: 2px solid var(--enabled-bg);
    --disabled-bg: #c4c4c4;
    --disabled-color: rgba(255, 255, 255, .5);
    --disabled-border: 2px solid var(--disabled-bg);
    --checked-bg: #3c313d;
    --checked-color: var(--enabled-color);
    --checked-border: 2px solid var(--checked-bg);
    --focus-bg: var(--enabled-bg);
    --focus-color: var(--enabled-color);
    --focus-border: 2px solid var(--checked-bg);
    --checked-focus-bg: var(--checked-bg);
    --checked-focus-color: var(--checked-color);
    --checked-focus-border: var(--enabled-border);
    --hover-bg: #8f999b;
    --hover-color: var(--enabled-color);
    --hover-border: 2px solid var(--hover-bg);
    text-transform: uppercase;
    border: 0;
    margin: 0;
    padding: 0
}

.time-slot-picker ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.time-slot-picker input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.time-slot-picker__day:not(:first-child):not(:last-child) {
    margin: 8px 0
}

.time-slot-picker__day ol {
    display: none
}

.time-slot-picker__day input[type=radio]:checked ~ ol {
    display: block
}

.time-slot-picker__day-label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 175px;
    padding: 7px;
    text-align: center;
    color: var(--enabled-color);
    background: var(--enabled-bg);
    border: var(--enabled-border);
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s
}

.time-slot-picker__day-label:not(.time-slot-picker__day-label--disabled):hover {
    background: var(--hover-bg);
    color: var(--hover-color);
    border: var(--hover-border)
}

input[type=radio]:checked ~ .time-slot-picker__day-label {
    background: var(--checked-bg);
    color: var(--checked-color);
    border: var(--checked-border)
}

input[type=radio]:focus ~ .time-slot-picker__day-label {
    background: var(--focus-bg);
    color: var(--focus-color);
    border: var(--focus-border)
}

input[type=radio]:checked:focus ~ .time-slot-picker__day-label {
    background: var(--checked-focus-bg);
    color: var(--checked-focus-color);
    border: var(--checked-focus-border)
}

input[type=radio]:disabled ~ .time-slot-picker__day-label, .time-slot-picker__day-label--disabled {
    color: var(--disabled-color);
    background: var(--disabled-bg);
    border: var(--disabled-border);
    cursor: default
}

.time-slot-picker__time {
    margin: 8px 0
}

.time-slot-picker__time label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--checked-bg);
    border-radius: 50%;
    margin-right: .5ch
}

.time-slot-picker__time input[type=radio]:checked ~ label::before {
    background: var(--checked-bg)
}

.time-slot-picker__time > label, .time-slot-picker__time input[type=radio] {
    cursor: pointer
}

.file-upload-zone {
    position: relative
}

.file-upload-zone__prompt {
    display: none
}

.file-upload-zone__file-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.file-upload-zone--enhanced {
    border: 2px dashed #c0c0c0;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background-color .2s
}

.file-upload-zone--enhanced:hover, .file-upload-zone--enhanced.file-upload-zone--dragover {
    border-color: var(--primary-button-background-color, #007bff);
    background-color: rgba(0, 123, 255, .05)
}

.file-upload-zone--enhanced input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.file-upload-zone--enhanced input[type=file]:focus ~ .file-upload-zone__prompt {
    outline: 2px solid var(--primary-button-background-color, #007bff);
    outline-offset: 2px
}

.file-upload-zone--enhanced .file-upload-zone__prompt {
    display: block;
    padding: 20px 0;
    pointer-events: none
}

.file-upload-zone--enhanced .file-upload-zone__icon {
    display: block;
    font-size: 2em;
    margin-bottom: 5px
}

.file-upload-zone--enhanced .file-upload-zone__text {
    color: #999;
    font-size: .875em
}

.file-upload-zone--enhanced .file-upload-zone__file-list {
    text-align: left;
    margin-top: 10px
}

.file-upload-zone--enhanced .file-upload-zone__file-list:empty {
    display: none
}

.file-upload-zone--enhanced .file-upload-zone__file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    font-size: .875em;
    border-bottom: 1px solid #c0c0c0
}

.file-upload-zone--enhanced .file-upload-zone__file-item:last-child {
    border-bottom: 0
}

.file-upload-zone--enhanced .file-upload-zone__file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0
}

.file-upload-zone--enhanced .file-upload-zone__file-size {
    color: #999;
    margin-left: 10px;
    white-space: nowrap
}

.file-upload-zone--enhanced .file-upload-zone__file-remove {
    background: none;
    border: 0;
    color: #ed1c24;
    cursor: pointer;
    padding: 0 4px;
    margin-left: 5px;
    font-size: 1.2em;
    line-height: 1
}

.file-upload-zone--enhanced .file-upload-zone__file-remove:hover {
    opacity: .7
}

.listcard__headline {
    padding: 40px 20px 0
}

.listcard__headline h2, .listcard__headline .galleryitem .listcard__card-headline, .galleryitem .listcard__headline .listcard__card-headline, .listcard__headline .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .listcard__headline h3, .listcard__headline .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items .listcard__headline .h3, .listcard__headline .h2 {
    margin: 0
}

.listcard__cards {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 60px 20px
}

.listcard__card {
    grid-column: auto/span 24;
    padding: 10px;
    border: solid 1px #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media (min-width: 569px) {
    .listcard__card {
        grid-column: auto/span 12
    }
}

@media (min-width: 991px) {
    .listcard__card {
        grid-column: auto/span 8
    }
}

.listcard__card--fullimage {
    position: relative;
    min-height: 500px
}

.listcard__card--fullimage .listcard__card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.listcard__card--fullimage .listcard__card-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1
}

.listcard__card--fullimage .listcard__card-headline, .listcard__card--fullimage .listcard__card-text, .listcard__card--fullimage .listcard__card-ctas, .listcard__card--fullimage .listcard__card-details {
    color: #fff;
    position: relative;
    z-index: 1
}

.listcard__card--fullimage .listcard__card-ctas a, .listcard__card--fullimage .listcard__card__ctas a:visited {
    color: #fff
}

.listcard__card--16-9 .listcard__card-image {
    height: 0;
    padding-top: 56.25%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.listcard__card-images {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    width: 100%;
    grid-gap: 5px;
    padding: 20px 0 0
}

.listcard__card-image {
    grid-column: auto/span 12;
    height: 0;
    padding-top: 100%
}

.listcard__card-headline {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    padding: 10px 0 0;
    margin: 0
}

.listcard__card-subheadline {
    font-size: clamp(.7rem, 1.2vw, 1.2rem);
    margin: 10px 0 0
}

.listcard__card-text {
    padding: 20px 0;
    font-size: 1rem;
    line-height: 1.5
}

.listcard__card-text p, .listcard__card-text .section li, .section .listcard__card-text li, .listcard__card-text .galleryitem__description-text {
    font-size: clamp(.7rem, .9vw, .8rem)
}

.listcard__card-detail {
    display: grid;
    grid-template-columns:auto 1fr;
    align-items: center;
    padding: 5px 0
}

.listcard__card-detail h3, .listcard__card-detail .h3, .listcard__card-detail p, .listcard__card-detail .section li, .section .listcard__card-detail li, .listcard__card-detail .galleryitem__description-text {
    margin: 0;
    font-size: 1rem !important
}

.listcard__card-detail h3, .listcard__card-detail .h3 {
    padding-right: 10px;
    white-space: nowrap
}

.listcard__card-detail p, .listcard__card-detail .section li, .section .listcard__card-detail li, .listcard__card-detail .galleryitem__description-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.listcard__card-ctas {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: auto
}

.listcard--horizontal .listcard__card {
    grid-column: auto/span 24;
    padding: 10px;
    border: solid 1px #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media (min-width: 768px) {
    .listcard--horizontal .listcard__card {
        display: grid;
        grid-template-columns:repeat(24, 1fr);
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }
}

.listcard--horizontal .listcard__card-images {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    width: 100%;
    grid-gap: 5px;
    padding: 20px 0 0
}

@media (min-width: 768px) {
    .listcard--horizontal .listcard__card-images {
        grid-column: auto/span 8;
        padding: 10px 0 0
    }
}

.listcard--horizontal .listcard__card-image {
    grid-column: auto/span 12;
    height: 0;
    padding-top: 100%
}

.listcard--horizontal .listcard__card-headline {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    padding: 10px 0 0;
    margin: 0
}

@media (min-width: 768px) {
    .listcard--horizontal .listcard__card-headline {
        grid-column: auto/span 24
    }
}

.listcard--horizontal .listcard__card-text {
    padding: 20px 0;
    font-size: 1rem;
    line-height: 1.5
}

.listcard--horizontal .listcard__card-text p, .listcard--horizontal .listcard__card-text .section li, .section .listcard--horizontal .listcard__card-text li, .listcard--horizontal .listcard__card-text .galleryitem__description-text {
    font-size: clamp(.7rem, .9vw, .8rem)
}

@media (min-width: 768px) {
    .listcard--horizontal .listcard__card-details {
        grid-column: auto/span 12;
        align-self: center;
        padding: 20px
    }
}

.listcard--horizontal .listcard__card-detail {
    display: flex;
    align-items: center;
    padding: 5px 0
}

.listcard--horizontal .listcard__card-detail h3, .listcard--horizontal .listcard__card-detail .h3, .listcard--horizontal .listcard__card-detail p, .listcard--horizontal .listcard__card-detail .section li, .section .listcard--horizontal .listcard__card-detail li, .listcard--horizontal .listcard__card-detail .galleryitem__description-text {
    margin: 0
}

.listcard--horizontal .listcard__card-detail h3, .listcard--horizontal .listcard__card-detail .h3 {
    padding-right: 10px
}

.listcard--horizontal .listcard__card-ctas {
    padding: 20px 0 0;
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .listcard--horizontal .listcard__card-ctas {
        grid-column: auto/span 4;
        justify-content: flex-end;
        align-self: center
    }
}

.listcard .comparison {
    grid-column: auto/span 24;
    min-height: 400px;
    overflow: hidden
}

.listcard .comparison figure {
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: 1/1
}

@media (min-width: 768px) {
    .listcard .comparison figure {
        aspect-ratio: 16/9
    }
}

.listcard .comparison figure::before {
    content: "Before";
    position: absolute;
    bottom: 60px;
    left: 20px;
    color: #fff;
    font-size: 14px
}

.listcard .comparison figure div {
    background-size: cover;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
    overflow: hidden;
    bottom: 0;
    height: 100%
}

.listcard .comparison figure div::before {
    content: "After";
    position: absolute;
    bottom: 60px;
    right: 20px;
    color: #fff;
    font-size: 14px
}

.listcard .comparison input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -32px;
    left: -2%;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, .75);
    border: 1px solid rgba(255, 255, 255, .125);
    width: 102%;
    height: initial
}

.listcard .comparison input[type=range]:focus {
    outline: 0
}

.listcard .comparison input[type=range]:active {
    outline: 0
}

.listcard .comparison input[type=range]::-moz-range-track {
    -moz-appearance: none;
    display: none
}

.listcard .comparison input[type=range]::active {
    border: 0;
    outline: 0
}

.listcard .comparison input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0
}

.listcard .comparison input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 0;
    transition: all .3s;
    border: 0
}

.listcard .comparison input[type=range]:focus::-webkit-slider-thumb {
    width: 26px;
    height: 22px
}

.listcard .comparison input[type=range]:focus::-moz-range-thumb {
    width: 26px;
    height: 22px
}

.comparison--popup figure::before, .comparison--popup figure div::before {
    display: none
}

.comparison--popup .listcard__card-image-link::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 1px 1px 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.comparison--popup .listcard__card-image-link--after {
    position: absolute;
    bottom: 60px;
    right: 20px;
    color: #fff;
    font-size: 14px;
    padding-left: 32px
}

.comparison--popup .listcard__card-image-link--before {
    position: absolute;
    bottom: 60px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    padding-left: 32px
}

.image_next {
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    width: 32px;
    height: 32px;
    padding: 6px 8px 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    text-decoration: none;
    z-index: 5
}

@media (min-width: 768px) {
    .image_next {
        right: 40px
    }
}

.image_prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 32px;
    height: 32px;
    padding: 6px 8px 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    text-decoration: none;
    z-index: 5
}

@media (min-width: 768px) {
    .image_prev {
        right: 40px
    }
}

.modal_next {
    position: relative;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 2;
    transition: all 1s ease
}

.modal_prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 1;
    transition: all 1s ease
}

.modal_next:target {
    left: -100%
}

.modal_prev:target {
    left: 0
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, .95);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    align-items: center
}

@media (min-width: 1241px) {
    .modal-window {
        padding: 24px
    }
}

.modal-window__wrapper {
    gap: 20px;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column
}

.modal-window--open {
    visibility: visible;
    opacity: 1;
    pointer-events: initial
}

.modal-window--open figure {
    position: absolute !important
}

.modal-window input[type=range] {
    width: 100% !important;
    left: 0 !important;
    top: 100% !important
}

.modal-window header {
    font-weight: bold
}

.modal-window h1, .modal-window .h1 {
    font-size: 150%;
    margin: 0 0 15px
}

.modal-window.comparison > div {
    width: 80%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 420px
}

@media (min-width: 768px) {
    .modal-window.comparison > div {
        aspect-ratio: 16/9;
        max-height: unset
    }
}

.modal-window.comparison > div input[type=range] {
    position: absolute
}

.modal-close {
    color: #fff;
    line-height: 50px;
    font-size: 80%;
    position: fixed;
    right: 50px;
    top: 150px;
    text-align: center;
    width: 70px;
    text-decoration: none;
    padding-left: 64px;
    z-index: 5
}

@media (min-width: 768px) {
    .modal-close {
        right: 20px
    }
}

.modal-close::before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    font-size: 24px;
    border-radius: 50%;
    padding: 1px 3px 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-close:hover {
    text-decoration: underline
}

@media (min-width: 768px) {
    .modal-close {
        right: 70px;
        top: 20px;
        bottom: unset
    }
}

.listcard__modal-image {
    background-size: contain !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.listcard__modal-image--2 {
    background-size: contain !important;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%
}

:root {
    --phone-min: 421px;
    --phone-wide-min: 569px;
    --tablet-min: 768px;
    --tablet-wide-min: 991px;
    --desktop-sm-min: 1025px;
    --desktop-min: 1241px;
    --desktop-wide-min: 1441px
}

.lazy-load-image, .lazy-background, .lazy-iframe {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image:not(.visible), .lazy-background:not(.visible), .lazy-iframe:not(.visible) {
    min-height: 1px;
    margin: 0 !important
}

.lazy-load-image.visible.complete, .lazy-background.visible.complete, .lazy-iframe.visible.complete {
    opacity: 1
}

.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0, 0, 0, .9);
    transition: opacity .25s ease;
    z-index: 1000;
    display: block
}

@media (min-width: 1241px) {
    .modal {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        background: none;
        z-index: unset
    }
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

@media (min-width: 768px) {
    .modal__bg {
        display: none
    }
}

.modal-state {
    display: none
}

.modal-state:checked + .modal {
    opacity: 1;
    visibility: visible
}

.modal-state:checked + .modal .modal__inner {
    top: 0
}

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: 100px auto auto;
    box-sizing: border-box;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    height: 100%
}

@media (min-width: 768px) {
    .modal__inner {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        width: unset;
        margin: 0;
        border-radius: 0;
        height: unset;
        padding: 0 20px
    }
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
    display: block
}

@media (min-width: 768px) {
    .modal__close {
        display: none
    }
}

.modal__close:after, .modal__close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: #ccc;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0
}

.modal__close:hover:after, .modal__close:hover:before {
    background: #aaa
}

.modal__close:before {
    transform: rotate(-45deg)
}

.modal__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .modal__container {
        flex-direction: column;
        align-items: flex-start
    }
}

.btn--toggle {
    display: flex;
    align-items: center;
    justify-content: center
}

.filter__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background: #ccc
}

@media (min-width: 768px) {
    .filter__toggle {
        display: none
    }
}

.filter__toggle svg {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.filter__heading {
    flex: 0 0 100%
}

.filter__link {
    padding: 7px 10px 5px;
    border: solid 1px #ccc;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    transition: background .25s ease;
    margin: 10px
}

@media (min-width: 768px) {
    .filter__link {
        border: 0;
        margin: 0
    }
}

.filter__link:visited {
    color: #333
}

a.filter__link:hover {
    background: #333;
    color: #fff
}

@media (min-width: 768px) {
    a.filter__link:hover {
        background: transparent;
        color: #333
    }
}

.filter__link--active-filter svg {
    max-width: 12px
}

.filter__link {
    background: transparent;
    font-size: .9rem !important;
    text-transform: none;
    transition: all .7s ease;
    color: #fff;
    border: unset;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    padding: 8px 0 !important;
    line-height: 1.5;
    font-weight: 400 !important;
    margin: 0
}

@media (min-width: 1241px) {
    .filter__link {
        color: #fff
    }

    .dark-mode .filter__link {
        color: #fff
    }
}

.filter__link::before {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 60%;
    background: #3c313d !important;
    opacity: 0;
    transition: all .7s ease
}

.filter__link span {
    display: flex;
    align-items: center;
    margin-right: 16px;
    position: relative
}

a.filter__link:visited {
    color: #fff
}

.dark-mode a.filter__link:visited {
    color: #fff
}

@media (min-width: 1025px) {
    a.filter__link:hover {
        color: #3c313d !important;
        left: 16px;
        padding: 16px 0
    }

    a.filter__link:hover::before {
        opacity: 1;
        left: -16px
    }
}

.filter__link a {
    font-size: .9rem !important;
    padding: 8px 0 !important;
    line-height: 1.5
}

.filter__heading {
    min-width: 100%
}

.filter__heading h2, .filter__heading .galleryitem .listcard__card-headline, .galleryitem .filter__heading .listcard__card-headline, .filter__heading .h2, .filter__heading h3, .filter__heading .h3 {
    min-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
    padding: 0 0 16px;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    margin: 40px 0 0;
    font-size: .93rem;
    background: transparent
}

@media (min-width: 1241px) {
    .filter__heading h2, .filter__heading .galleryitem .listcard__card-headline, .galleryitem .filter__heading .listcard__card-headline, .filter__heading .h2, .filter__heading h3, .filter__heading .h3 {
        color: #fff;
        margin: 32px 0 16px;
        border-bottom: solid 1px rgba(51, 51, 51, .1)
    }

    .dark-mode .filter__heading h2, .dark-mode .filter__heading .galleryitem .listcard__card-headline, .galleryitem .dark-mode .filter__heading .listcard__card-headline, .dark-mode .filter__heading .h2, .dark-mode .filter__heading h3, .dark-mode .filter__heading .h3 {
        color: #fff
    }
}

.filter__heading span {
    font-size: .9rem;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #8f999b;
    margin-left: auto;
    display: none
}

.filter__toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #3c313d;
    color: #fff;
    width: 100%;
    z-index: 100;
    display: block
}

.filter__toggle .st0 {
    fill: #fff
}

@media (min-width: 1241px) {
    .filter__toggle {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none;
        display: none
    }
}

details.filter__collapsible {
    width: 100%;
    cursor: pointer;
    padding: 24px 0;
    border-bottom: solid 1px rgba(51, 51, 51, .1)
}

details.filter__collapsible .filter__heading {
    display: flex;
    align-items: center;
    position: relative
}

@media (min-width: 1241px) {
    details.filter__collapsible .filter__heading h2, details.filter__collapsible .filter__heading .galleryitem .listcard__card-headline, .galleryitem details.filter__collapsible .filter__heading .listcard__card-headline, details.filter__collapsible .filter__heading .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items details.filter__collapsible .filter__heading h3, details.filter__collapsible .filter__heading .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items details.filter__collapsible .filter__heading .h3, details.filter__collapsible .filter__heading .h2 {
        margin: 0;
        padding: 0 24px 0 0;
        border: unset
    }
}

details.filter__collapsible .filter__heading::after {
    content: "+";
    font-size: .8rem;
    margin-left: -.8rem;
    color: #fff
}

@media (min-width: 1241px) {
    details.filter__collapsible .filter__heading::after {
        color: #fff
    }

    .dark-mode details.filter__collapsible .filter__heading::after {
        color: #fff
    }
}

details.filter__collapsible[open] > .filter__heading::after {
    content: "−"
}

details.filter__collapsible[open] summary {
    margin: 0 0 16px
}

details.filter__collapsible details {
    padding: 16px 0;
    border-bottom: 0
}

details.filter__collapsible details summary h3, details.filter__collapsible details summary .h3 {
    margin: 0;
    padding: 0 0 16px
}

details.filter__collapsible details summary::after {
    padding: 0 0 16px
}

details.filter__collapsible details > summary {
    list-style: none
}

details.filter__collapsible details > summary::-webkit-details-marker {
    display: none
}

[data-dl-prev-next=""] {
    display: none !important
}

[data-dl-prev=disabled], [data-dl-next=disabled] {
    pointer-events: none;
    opacity: .75
}

.galleryitem:has([data-dl-prev-next=ready]) .masthead {
    margin-top: 60px
}

@media (min-width: 1025px) {
    .galleryitem:has([data-dl-prev-next=ready]) .masthead {
        margin-top: 0
    }
}

.galleryitem__view--blur {
    position: relative
}

.galleryitem__view--blur::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(var(--gallery-image-blur, 10px))
}

.galleryitem .filter__group {
    grid-column: auto/span 24;
    padding: 24px 0 0
}

@media (min-width: 768px) {
    .galleryitem .filter__group {
        padding: 32px 0 0
    }
}

.galleryitem .filter__link {
    color: #fff;
    display: flex;
    align-items: center
}

.dark-mode .galleryitem .filter__link {
    color: #fff
}

.galleryitem .filter__link:hover {
    background: transparent
}

.galleryitem .filter__link span {
    display: block
}

.galleryitem .filter__link span::after {
    content: ":"
}

.galleryitem .filter__heading h2, .galleryitem .filter__heading .listcard__card-headline, .galleryitem .filter__heading .h2, .galleryitem .filter__heading h3, .galleryitem .filter__heading .h3 {
    color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, .3) !important;
}

.dark-mode .galleryitem .filter__heading h2, .dark-mode .galleryitem .filter__heading .listcard__card-headline, .dark-mode .galleryitem .filter__heading .h2, .dark-mode .galleryitem .filter__heading h3, .dark-mode .galleryitem .filter__heading .h3 {
    color: #fff
}

@media (min-width: 1241px) {
    .galleryitem .filter__heading h2, .galleryitem .filter__heading .listcard__card-headline, .galleryitem .filter__heading .h2, .galleryitem .filter__heading h3, .galleryitem .filter__heading .h3 {
        border-bottom: none !important
    }
}

details.filter__collapsible .filter__heading::after {
    color: #333;
    font-size: 1.4rem;
    margin: 0;
}


.galleryitem .show-more-btn {
    padding: 12px 0 !important
}

.galleryitem__container {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-rows:min-content;
    width: 100%;
    min-height: 100vh;
    gap: 0
}

.galleryitem .masthead:not(.masthead-2) .masthead__text, .galleryitem .masthead:not(.masthead-2) .masthead__content-container {
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
    padding: 24px;
    grid-column: auto/span 24
}

.galleryitem .masthead:not(.masthead-2) .masthead__text p, .galleryitem .masthead:not(.masthead-2) .masthead__text .section li, .section .galleryitem .masthead:not(.masthead-2) .masthead__text li, .galleryitem .masthead:not(.masthead-2) .masthead__text .galleryitem__description-text, .galleryitem .masthead:not(.masthead-2) .masthead__content-container p, .galleryitem .masthead:not(.masthead-2) .masthead__content-container .section li, .section .galleryitem .masthead:not(.masthead-2) .masthead__content-container li, .galleryitem .masthead:not(.masthead-2) .masthead__content-container .galleryitem__description-text {
    color: #fff
}

.galleryitem .masthead:not(.masthead-2) .masthead__content-container {
    padding-top: 0
}

.galleryitem .masthead:not(.masthead-2) .masthead--no-img .breadcrumbs__item a, .galleryitem .masthead:not(.masthead-2) .masthead--no-img .breadcrumbs__item .filter__link {
    color: #fff !important
}

.galleryitem .masthead:not(.masthead-2) {
    grid-column: auto/span 24;
    padding: 20px 0;
    background: #8f999b;
    overflow: hidden
}

.galleryitem .masthead:not(.masthead-2) h1, .galleryitem .masthead:not(.masthead-2) .h1 {
    color: #fff;
    order: 1
}

@media (min-width: 768px) {
    .galleryitem .masthead:not(.masthead-2) h1, .galleryitem .masthead:not(.masthead-2) .h1 {
        text-align: left
    }
}

.galleryitem .masthead:not(.masthead-2) .breadcrumbs {
    padding: 0 0 10px
}

.galleryitem .masthead:not(.masthead-2) .breadcrumbs__items {
    justify-content: flex-start
}

.galleryitem .masthead:not(.masthead-2) .breadcrumbs a, .galleryitem .masthead:not(.masthead-2) .breadcrumbs span, .galleryitem .masthead:not(.masthead-2) .breadcrumbs__item::after {
    color: #fff;
    font-size: .7rem
}

.galleryitem__headline-container {
    grid-column: auto/span 24;
    grid-row: 2/span 1;
    padding: 20px 0
}

@media (min-width: 991px) {
    .galleryitem__headline-container {
        padding: 20px
    }
}

.galleryitem__headline-container h1, .galleryitem__headline-container .h1 {
    font-size: clamp(1rem, 3vw, 3rem)
}

.galleryitem__info-container {
    border-radius: 12px;
    display: flex;
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
    gap: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.galleryitem__info-container p, .galleryitem__info-container .galleryitem__description-text, .galleryitem__info-container a:not(.btn):not(button), .galleryitem__info-container h3, .galleryitem__info-container .h3, .galleryitem__info-container li {
    color: #fff;
    font-size: clamp(.8rem, 1vw, 1rem)
}

.galleryitem__patient-items, .galleryitem__procedure-container, .galleryitem__research-container {
    grid-column: auto/span 24;
    padding: 0;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .galleryitem__patient-items, .galleryitem__procedure-container, .galleryitem__research-container {
        grid-column: auto/span 8;
        padding: 0 0 32px
    }
}

.galleryitem__patient-items {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-column-gap: 10px
}

@media (min-width: 768px) {
    .galleryitem__patient-items {
        grid-column-gap: 32px
    }
}

@media (min-width: 1241px) {
    .galleryitem__patient-items {
        display: block
    }
}

.galleryitem .show-more-btn {
    min-width: 100% !important
}

.galleryitem .show-more-btn {
    min-width: 100% !important
}

.galleryitem__practitioner {
    grid-column: auto/span 24;
    position: relative;
    z-index: 1;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px
}

.galleryitem__practitioner-container {
    width: 100%
}

@media (min-width: 1241px) {
    .galleryitem__practitioner {
        padding: 30px;
    }
}

.galleryitem__practitioner-cta {
    margin-left: unset
}

@media (min-width: 768px) {
    .galleryitem__practitioner-cta {
        margin-left: auto
    }
}

.galleryitem__practitioner-info .btn, .galleryitem__practitioner-info button {
    min-width: 100% !important
}

.galleryitem__procedure-patient {
    grid-column: auto/span 24;
    padding: 0
}

@media (min-width: 768px) {
    .galleryitem__procedure-patient {
        grid-column: auto/span 8;
        padding: 0 0 32px
    }
}

.galleryitem__procedure-patient .filter__link {
    display: grid;
    grid-template-columns:1fr 1fr;
    max-width: 200px
}

.galleryitem__procedure-patient .filter__link:hover {
    background: transparent
}

.galleryitem__procedure-patient .filter__link span {
    margin: 0
}

.galleryitem__patient-headline, .galleryitem__procedure-headline, .galleryitem__practitioner-headline {
    margin-top: 0
}

.galleryitem__practitioner-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: calc(40px / 2)
}

@media (min-width: 768px) {
    .galleryitem__practitioner-items {
        padding: 25px
    }
}

.galleryitem__practitioner-item-headline {
    flex: 0 0 100%;
    font-size: clamp(1em, 1.4vw, 1.4rem);
    border-bottom: solid 1px rgba(51, 51, 51, .1)
}

.galleryitem__practitioner-image {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

@media (min-width: 768px) {
    .galleryitem__practitioner-image {
        width: 84px;
        height: 84px
    }
}

.galleryitem__navigation {
    grid-column: auto/span 24;
    position: relative;
    z-index: 1;
    max-width: 1250px;
    margin: 0 auto;
    padding: calc(40px / 1.5);
    background: #333;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px
}

.galleryitem__navigation-container {
    width: 100%
}

@media (min-width: 768px) {
    .galleryitem__navigation {
        padding: calc(85px / 1.5)
    }
}

.galleryitem__navigation h3, .galleryitem__navigation .h3, .galleryitem__navigation a {
    margin: 0;
    color: #fff
}

.galleryitem__navigation p, .galleryitem__navigation .section li, .section .galleryitem__navigation li, .galleryitem__navigation .galleryitem__description-text {
    margin: 5px 0
}

.galleryitem__navigation p, .galleryitem__navigation .section li, .section .galleryitem__navigation li, .galleryitem__navigation .galleryitem__description-text, .galleryitem__navigation a:not(.btn):not(button) {
    font-size: clamp(.9rem, 1.1vw, 1.1rem)
}

.galleryitem__navigation h3, .galleryitem__navigation .h3 {
    margin-bottom: 24px
}

.galleryitem__navigation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #fff
}

.galleryitem__navigation-cta {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #fff;
    z-index: 101;
    background: rgba(51, 51, 51, .8)
}

@media (min-width: 1241px) {
    .galleryitem__navigation-cta {
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        background: unset;
        border: unset;
        z-index: unset
    }
}

@media (min-width: 1241px) {
    .galleryitem__navigation-cta {
        width: auto;
        margin-left: auto
    }
}

.galleryitem__navigation-cta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.galleryitem__navigation-cta-item span {
    color: #fff;
    display: inline
}

@media (min-width: 768px) {
    .galleryitem__navigation-cta-item span {
        display: inline
    }
}

.galleryitem__navigation-cta-item svg {
    width: 24px;
    height: 24px
}

.galleryitem__cards-wrapper {
    grid-column: auto/span 24;
    padding: 0
}

@media (min-width: 1241px) {
    .galleryitem__cards-wrapper {
        grid-column: 7/span 19;
        padding: 0 0 32px
    }
}

.galleryitem__contact-container {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    background: #333
}

.galleryitem .form {
    max-width: 1250px;
    margin: 64px auto 0;
    background: #fff;
    border-radius: 4px;
    padding: 40px 30px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

@media (min-width: 768px) {
    .galleryitem .form {
        padding: 64px;
        margin: 96px auto 0
    }
}

.galleryitem .form label {
    display: none
}

.galleryitem .form__headline {
    text-align: center;
    width: 100%;
    color: #fff
}

.dark-mode .galleryitem .form__headline {
    color: #fff
}

.galleryitem .form__headline::after {
    left: 50%;
    transform: translateX(-50%)
}

.galleryitem .form__container {
    padding: 40px 30px;
    background-color: secondary;
    background-color: #3c313d;
    position: relative;
    z-index: 100;
    margin: 0;
    grid-column: auto/span 24
}

.dark-mode .galleryitem .form__container {
    background-color: #333;
    background-color: #040404
}

@media (min-width: 768px) {
    .galleryitem .form__container {
        padding: 85px 45px
    }
}

.galleryitem .form__container::after {
    content: "";
    position: absolute;
    right: 60px;
    bottom: 0;
    background: url("../../images/dl/1559624.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .05;
    width: 25vh;
    height: 25vh;
    display: none;
    filter: grayscale(100%);
    z-index: -1
}

@media (min-width: 991px) {
    .galleryitem .form__container::after {
        display: block
    }
}

.galleryitem .form__container .section {
    padding: 0;
    max-width: 1250px;
    margin: 0 auto
}

.galleryitem .form__container .section__headline {
    text-align: center
}

.galleryitem .form__container .section__headline::after {
    left: 50%;
    transform: translateX(-50%)
}

.galleryitem .form__button_disclaimer {
    display: flex;
    align-items: center;
    grid-column: auto/span 24;
    padding: 24px 0
}

@media (min-width: 991px) {
    .galleryitem .form__button_disclaimer {
        grid-column: auto/span 18;
        padding: 0 24px
    }
}

.galleryitem .form__button_disclaimer span {
    padding: 0 8px;
    font-size: .8rem;
    color: #fff
}

.dark-mode .galleryitem .form__button_disclaimer span {
    color: #fff
}

.galleryitem .form .btn, .galleryitem .form button {
    margin: 0
}

.galleryitem .form__link {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(60, 49, 61, .95);
    min-width: 100%;
    padding: 20px 36px;
    z-index: 99
}

@media (min-width: 991px) {
    .galleryitem .form__link {
        padding: 16px 32px
    }
}

.galleryitem .form__link h2, .galleryitem .form__link .listcard__card-headline, .galleryitem .form__link .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .galleryitem .form__link h3, .galleryitem .form__link .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items .galleryitem .form__link .h3, .galleryitem .form__link .h2 {
    color: #fff;
    margin: 0 !important;
    font-size: clamp(1.1rem, 1.7vw, 1.7rem) !important
}

.galleryitem .form__link h2::after, .galleryitem .form__link .listcard__card-headline::after, .galleryitem .form__link .galleryitem__popular-searches-items h3::after, .galleryitem__popular-searches-items .galleryitem .form__link h3::after, .galleryitem .form__link .galleryitem__popular-searches-items .h3::after, .galleryitem__popular-searches-items .galleryitem .form__link .h3::after, .galleryitem .form__link .h2::after {
    display: none !important
}

.galleryitem .form__link .btn, .galleryitem .form__link button {
    margin: 0 !important;
    background: #3c313d;
    border: solid 1px #fff
}

.galleryitem .form__link .btn:hover, .galleryitem .form__link button:hover {
    background: #8f999b
}

.galleryitem .form__link .section__headline {
    display: none
}

@media (min-width: 768px) {
    .galleryitem .form__link .section__headline {
        display: block
    }
}

.galleryitem .form__link .section__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 768px) {
    .galleryitem .form__link .section__text {
        flex-direction: row
    }
}

.galleryitem .form__link .section__text p, .galleryitem .form__link .section__text .section li, .section .galleryitem .form__link .section__text li, .galleryitem .form__link .section__text .galleryitem__description-text {
    margin: 0
}

.galleryitem__details {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px
}

@media (min-width: 768px) {
    .galleryitem__details {
        grid-column: auto/span 24;
        margin: 0 auto 60px
    }
}

@media (min-width: 1241px) {
    .galleryitem__details {
        padding: 24px 45px
    }
}

.galleryitem__popular-searches-container {
    grid-column: auto/span 24
}

.galleryitem__popular-searches-headline {
    color: #fff !important
}

.galleryitem__popular-searches-items {
    width: 100%;
    padding: 25px;
    background: url("../../images/dl/1365216.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 991px) {
    .galleryitem__popular-searches-items {
        background-attachment: fixed
    }
}

.galleryitem__popular-searches-items::before {
    content: "";
    position: absolute;
    inset: 40px;
    border: solid 1px #fff;
    z-index: 1
}

.galleryitem__popular-searches-items::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, .9)
}

.galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items p, .galleryitem__popular-searches-items .galleryitem__description-text, .galleryitem__popular-searches-items a, .galleryitem__popular-searches-items li, .galleryitem__popular-searches-items span {
    color: #fff;
    position: relative;
    z-index: 1
}

.galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .h3 {
    text-align: center
}

.galleryitem__popular-searches-items h3::after, .galleryitem__popular-searches-items .h3::after {
    left: 50% !important;
    transform: translateX(-50%)
}

.galleryitem__popular-searches-items ul {
    list-style: none
}

.galleryitem__popular-searches-items a {
    text-decoration: underline
}

.galleryitem__popular-searches-items li {
    text-align: center
}

.galleryitem__images {
    grid-column: auto/span 24;
    padding: 0 24px;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    max-width: 1550px;
    margin: 0 auto
}

.galleryitem__procedure-info {
    overflow: hidden
}

.galleryitem__description {
    grid-column: auto/span 24;
    padding: 40px 30px
}

@media (min-width: 1241px) {
    .galleryitem__description {
        grid-column: 7/span 19;
        grid-row: 2/span 1;
        padding: 0;
        margin-bottom: 3rem;
    }
}

.galleryitem__description-container {
    padding: 40px 30px
}

@media (min-width: 768px) {
    .galleryitem__description-container {
        padding: 85px 45px 85px 0
    }
}

.galleryitem__description-container h2, .galleryitem__description-container .galleryitem .listcard__card-headline, .galleryitem .galleryitem__description-container .listcard__card-headline, .galleryitem__description-container .h2, .galleryitem__description-container .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .galleryitem__description-container h3, .galleryitem__description-container .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items .galleryitem__description-container .h3 {
    margin-top: 0
}

.galleryitem__custom-content-container {
    padding: 40px 30px
}

@media (min-width: 768px) {
    .galleryitem__custom-content-container {
        padding: 0
    }
}

.galleryitem__custom-content-container h2, .galleryitem__custom-content-container .galleryitem .listcard__card-headline, .galleryitem .galleryitem__custom-content-container .listcard__card-headline, .galleryitem__custom-content-container .h2, .galleryitem__custom-content-container .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .galleryitem__custom-content-container h3, .galleryitem__custom-content-container .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items .galleryitem__custom-content-container .h3 {
    margin-top: 0
}

.galleryitem__navigation-container {
    background: #333;
    grid-column: auto/span 24
}

.galleryitem__details_container {
    grid-column: auto/span 24;
    background-color: secondary;
    background-color: #3c313d;
    padding: 24px 0
}

.dark-mode .galleryitem__details_container {
    background-color: #333;
    background-color: #040404
}

@media (min-width: 1241px) {
    .galleryitem__details_container {
        padding: unset;
        grid-column: 1/span 6;
        grid-row: 1/span 2;
        margin: 32px 32px 32px 0
    }
}

.galleryitem .listcard {
    padding: 40px 30px;
    grid-column: auto/span 24
}

@media (min-width: 1241px) {
    .galleryitem .listcard {
        padding: 0 32px 0 0;
        grid-column: 6/span 19;
        grid-row: 1/span 1
    }
}

.galleryitem .listcard__cards {
    padding: 0;
    margin: 32px auto 0
}

@media (min-width: 768px) {
    .galleryitem .listcard__cards {
        padding: 0
    }
}

.galleryitem .listcard__card {
    grid-column: auto/span 24;
    border: 0;
    padding: 0
}

.galleryitem .listcard__card:first-of-type .listcard__card-headline {
    margin-top: 62px
}

.galleryitem .listcard__card:nth-of-type(n+1) .listcard__card-headline {
    margin: 62px 0
}

.galleryitem .listcard__card-headline {
    margin: 24px 0
}

.galleryitem .listcard__card--fullwidth {
    grid-column: auto/span 24
}

@media (min-width: 768px) {
    .galleryitem .listcard__card-images {
        background-color: secondary;
        background-color: #3c313d;
        padding: 32px
    }

    .dark-mode .galleryitem .listcard__card-images {
        background-color: #333;
        background-color: #040404
    }
}

@media (min-width: 1025px) {
    .galleryitem .listcard__card-images {
        grid-column-gap: 32px
    }
}

.galleryitem .listcard__card-image {
    position: relative
}

.galleryitem .listcard__card-image--1 {
    grid-column: 1/span 12;
    grid-row: 1/span 1
}

.galleryitem .listcard__card-image--2 {
    grid-column: 13/span 12;
    grid-row: 1/span 1
}

.galleryitem .listcard__card-image::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    background: #8f999b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M9.5,6H8V4.5A.5.5,0,0,0,7.5,4h-1a.5.5,0,0,0-.5.5V6H4.5a.5.5,0,0,0-.5.5v1a.5.5,0,0,0,.5.5H6V9.5a.5.5,0,0,0,.5.5h1A.5.5,0,0,0,8,9.5V8H9.5a.5.5,0,0,0,.5-.5v-1A.5.5,0,0,0,9.5,6Z'%3E%3C/path%3E%3Cpath d='M13,10.586A7.027,7.027,0,1,0,10.586,13l2.707,2.707a1,1,0,0,0,1.414,0l1-1a1,1,0,0,0,0-1.414ZM7,12a5,5,0,1,1,5-5A5,5,0,0,1,7,12Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center
}

.galleryitem .listcard__card-image-text {
    height: 50px;
    margin: -55px 0 -50px;
    background: rgba(51, 51, 51, .5);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.galleryitem .listcard__card-image-text--1 {
    grid-column: 1/span 12;
    grid-row: 2/span 1
}

.galleryitem .listcard__card-image-text--2 {
    grid-column: 13/span 12;
    grid-row: 2/span 1
}

.footer, .disclaimer {
    position: relative;
    z-index: 100
}

.galleryitem .listcard__card-image-text {
    width: 50%
}

.listcard__card-image {
    padding-top: 110%
}

.galleryitem__procedure-patient {
    display: none
}

.galleryitem__details_container {
    background: #c8c2cc !important
}

.galleryitem__details_container h2, .galleryitem__details_container .h2, .galleryitem__details_container .galleryitem .listcard__card-headline, .galleryitem .galleryitem__details_container .listcard__card-headline, .galleryitem__details_container h3, .galleryitem__details_container .h3, .galleryitem__details_container p, .galleryitem__details_container .section li, .section .galleryitem__details_container li, .galleryitem__details_container .galleryitem__description-text {
    color: #333 !important
}

.galleryitem__details_container a.filter__link {
    text-decoration: underline;
    color: #3c313d !important
}

.galleryitem__details_container a.filter__link:hover {
    color: #333 !important
}

.galleryitem__details_container .filter__link::before {
    background: #8f999b !important
}

.galleryitem__details_container h3, .galleryitem__details_container .h3 {
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5) !important
}

.galleryitem__details_container .show-more-btn {
    background: #3c313d !important;
    color: #fff !important;
    margin-top: 20px !important
}

@media (min-width: 1025px) {
    .galleryitem__details_container .show-more-btn:hover {
        background: #8f999b !important
    }
}

.galleryitem__description-container {
    display: none
}

.galleryitem .masthead .breadcrumbs a {
    color: #3c313d !important
}

@media (min-width: 1025px) {
    .galleryitem .masthead .breadcrumbs a:hover {
        color: #333 !important
    }
}

.galleryitem .listcard__card-images {
    background: #c8c2cc;
    grid-column-gap: 10px;
    padding: 10px
}

@media (min-width: 991px) {
    .galleryitem .listcard__card-images {
        grid-column-gap: 15px;
        padding: 15px
    }
}

body {
    font-family: "Raleway", sans-serif;
    background: #fff;
    color: #333
}

h2, .h2, .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .h3, .galleryitem .listcard__card-headline, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    color: #333
}

h1, .h1 {
    font-family: "Raleway", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0
}

form button {
    cursor: pointer
}

.featured__headline, .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .h3, .galleryitem .listcard__card:first-of-type .listcard__card-headline, .galleryitem .listcard__card:nth-of-type(n+1) .listcard__card-headline, .galleryitem .listcard__card-headline, .feature__headline {
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

p, .section li, .galleryitem__description-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.6
}

a {
    color: #333;
    text-decoration: none
}

@media (min-width: 1025px) {
    a:hover {
        color: #333
    }
}

.btn, button {
    background: #000;
    border: solid 1px #000;
    border-radius: 2px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    min-width: 165px;
    padding: 14px 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    white-space: nowrap
}

@media (min-width: 1025px) {
    .btn:hover, button:hover {
        background: #8f999b;
        border-color: #8f999b;
        color: #fff
    }
}

ul {
    margin: 0;
    padding: 0 10px
}

li {
    padding: 5px 0
}

.breadcrumbs {
    padding: 10px 20px
}

.breadcrumbs__items {
    display: flex;
    align-items: center;
    list-style: none
}

.breadcrumbs__item {
    padding: 0 5px;
    position: relative;
    margin-right: 15px;
    font-size: clamp(.7rem, 1vw, 1rem)
}

.breadcrumbs__item::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%)
}

.breadcrumbs__item:last-of-type {
    margin-right: 0
}

.breadcrumbs__item:last-of-type::after {
    display: none
}

#star-full stop, #star-half .fill {
    stop-color: #3c313d
}

.facility-page .card__brand {
    display: none
}

.facility-page .facility-item__testimonials-cta h2, .facility-page .facility-item__testimonials-cta .h2, .facility-page .facility-item__testimonials-cta .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .facility-page .facility-item__testimonials-cta h3, .facility-page .facility-item__testimonials-cta .galleryitem__popular-searches-items .h3, .galleryitem__popular-searches-items .facility-page .facility-item__testimonials-cta .h3, .facility-page .facility-item__testimonials-cta .galleryitem .listcard__card-headline, .galleryitem .facility-page .facility-item__testimonials-cta .listcard__card-headline {
    color: #fff
}

.contactus-page .map {
    min-height: 560px
}

.masthead--w-bg {
    position: relative
}

.masthead--w-bg::after {
    background: rgba(0, 0, 0, .4);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0
}

@media (min-width: 1025px) {
    .masthead .btn:hover, .masthead button:hover {
        border-color: #fff !important
    }
}

.header__notification {
    padding: 10px 20px;
    background: #333;
    color: #fff;
    flex-wrap: wrap;
    gap: 10px
}

.header__notification .btn, .header__notification button {
    margin: 0
}

.nav__item {
    padding: 8px 0
}

body.openNav .slide-menu {
    background: #c8c2cc
}

body.openNav .header__nav-toggle span {
    background-color: transparent
}

html .header {
    position: fixed;
    transition: all .3s;
    width: 100%;
    z-index: 999
}

html .header__logo {
    background-image: url("../../images/dl/1559625.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0
}

html .header__container {
    padding: 20px 0
}

html .header__cta-container .nav__link {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    html .header__cta-container .nav__link:hover {
        color: #3c313d
    }
}

html .header__nav .nav__link {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px
}

@media (min-width: 1025px) {
    html .header__nav .nav__link:hover {
        color: #3c313d
    }
}

html .header g.st0 {
    fill: #fff
}

html .header .header__nav-toggle span, html .header .header__nav-toggle span::after, html .header .header__nav-toggle span::before {
    background-color: #fff
}

.slide-menu__backlink {
    color: #333;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px !important
}

html .header.header--scroll .header__container {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

html .header.header--scroll .header__logo {
    background-image: url("../../images/dl/1559624.svg")
}

html .header.header--scroll .header__cta-container .nav__link {
    color: #333
}

@media (min-width: 1025px) {
    html .header.header--scroll .header__cta-container .nav__link:hover {
        color: #3c313d
    }
}

html .header.header--scroll .header__nav .nav__link {
    color: #333
}

@media (min-width: 1025px) {
    html .header.header--scroll .header__nav .nav__link:hover {
        color: #3c313d
    }
}

html .header.header--scroll .header__nav-toggle span, html .header.header--scroll .header__nav-toggle span::after, html .header.header--scroll .header__nav-toggle span::before {
    background-color: #333
}

html .header.header--scroll g.st0 {
    fill: #333
}

html body.openNav .header.header--scroll .header__nav-toggle span::after, html body.openNav header.header--scroll .header__nav-toggle span::before {
    background-color: #333
}

html body.openNav .header.header--scroll .header__nav-toggle span {
    background-color: transparent
}

.header__cta-container .nav__item:last-of-type {
    margin-right: 15px
}

html:not(.home-page) .header {
    position: sticky
}

html:not(.home-page) .header__container {
    background: #fff
}

html:not(.home-page) .header__logo {
    background: url("../../images/dl/1559624.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat
}

html:not(.home-page) .header__cta-container .nav__link {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    html:not(.home-page) .header__cta-container .nav__link:hover {
        color: #333
    }
}

html:not(.home-page) .header__nav .nav__link {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px
}

@media (min-width: 1025px) {
    html:not(.home-page) .header__nav .nav__link:hover {
        color: #3c313d
    }
}

html:not(.home-page) .header__nav-toggle span, html:not(.home-page) .header__nav-toggle span::after, html:not(.home-page) .header__nav-toggle span::before {
    background-color: #333
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    min-height: 300px
}

.footer__logo-container {
    flex: 0 0 30%
}

.footer__logo {
    background: url("../../images/dl/1559625.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 250px;
    height: 80px
}

.footer__address p, .footer__address .section li, .section .footer__address li, .footer__address .galleryitem__description-text {
    color: #fff
}

@media (min-width: 1025px) {
    .footer__copyright a:hover {
        color: #3c313d
    }
}

/*! Flickity v2.2.3
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: 0;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.alma-grid {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px
}

.alma-grid ul.breadcrumb {
    grid-column: auto/span 24;
    display: flex;
    list-style: none;
    padding: 0
}

.alma-grid ul.breadcrumb li {
    padding-right: 10px
}

.alma-grid ul.breadcrumb li a {
    text-decoration: none;
    color: #333
}

.alma-grid ul.breadcrumb > li + li:before {
    color: #000;
    content: "> ";
    padding: 0 5px;
    text-align: center
}

.alma-grid__title {
    grid-column: auto/span 24
}

.alma-grid__content {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px
}

.alma-grid__content-left {
    grid-column: auto/span 12
}

@media (min-width: 768px) {
    .alma-grid__content-left {
        grid-column: auto
    }
}

.alma-grid__content-left img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 300px
}

.alma-grid__content-right {
    grid-column: auto/span 24
}

@media (min-width: 768px) {
    .alma-grid__content-right {
        grid-column: auto/span 18
    }
}

.alma-grid__content-logo {
    padding: 0 0 40px
}

.alma-grid__content-logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block
}

.alma-grid__gallery {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px;
    padding: 40px 0
}

.alma-grid__gallery-headline {
    grid-column: auto/span 24
}

.alma-grid__gallery-slider {
    grid-column: auto/span 24
}

.alma-grid__gallery-cell {
    width: 100%;
    margin: 0 10px
}

.alma-grid__gallery-cell img {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width: 768px) {
    .alma-grid__gallery-cell {
        width: 50%
    }
}

@media (min-width: 1241px) {
    .alma-grid__gallery-cell {
        width: 30%
    }
}

.alma-grid__videos {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-gap: 10px;
    padding: 40px 0
}

.alma-grid__videos-headline {
    grid-column: auto/span 24
}

.alma-grid__videos-slider {
    grid-column: auto/span 24
}

.alma-grid__videos-cell {
    width: 100%;
    margin: 0 10px
}

@media (min-width: 768px) {
    .alma-grid__videos-cell {
        width: 50%
    }
}

@media (min-width: 1241px) {
    .alma-grid__videos-cell {
        width: 30%
    }
}

.alma-grid__videos-item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.alma-grid__videos-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alma-grid__faqs {
    grid-column: auto/span 24
}

.alma-grid__faqs-items {
    padding: 20px 0 40px
}

.alma-grid__faqs-item {
    padding: 0 0 40px
}

body {
    font-family: "Raleway", sans-serif;
    background: #fff;
    color: #333
}

.disclaimer {
    background: #3c313d;
    color: #fff;
    font-size: .8rem;
    line-height: 1.6;
    padding: 20px
}

h1, .h1 {
    font-family: "Raleway", sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0;
    text-transform: none
}

h2, .h2, .galleryitem__popular-searches-items h3, .galleryitem__popular-searches-items .h3, .galleryitem .listcard__card-headline, .featured__headline, .galleryitem .listcard__card:first-of-type .listcard__card-headline, .galleryitem .listcard__card:nth-of-type(n+1) .listcard__card-headline, .feature__headline {
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
    color: #3c313d
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #8f999b;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.6;
    text-transform: none
}

p, .section li, .galleryitem__description-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: clamp(.9rem, 1vw, 1rem);
    letter-spacing: .045em;
    line-height: 1.6
}

a {
    color: #8f999b;
    text-decoration: none
}

@media (min-width: 1025px) {
    a:hover {
        color: #3c313d
    }
}

.btn, button {
    background: #3c313d;
    border: 0;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 20px;
    min-width: 165px;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    white-space: normal
}

@media (min-width: 1025px) {
    .btn:hover, button:hover {
        background: #8f999b;
        color: #fff
    }
}

ul {
    margin: 0;
    padding: 0 10px
}

li {
    padding: 5px 0
}

.breadcrumbs {
    padding: 10px 20px
}

.breadcrumbs__items {
    display: flex;
    align-items: center;
    list-style: none
}

.breadcrumbs__item {
    font-size: clamp(.9rem, 1.5vw, 1rem);
    padding: 0 5px;
    position: relative;
    margin-right: 15px
}

.breadcrumbs__item a {
    color: #333
}

@media (min-width: 1025px) {
    .breadcrumbs__item a:hover {
        color: #3c313d
    }
}

.breadcrumbs__item::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%)
}

.breadcrumbs__item:last-of-type {
    margin-right: 0
}

.breadcrumbs__item:last-of-type::after {
    display: none
}

#star-full stop, #star-half .fill {
    stop-color: #3c313d
}

.masthead--w-bg {
    position: relative
}

.masthead--w-bg::after {
    background: rgba(0, 0, 0, .4);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0
}

.masthead--w-bg .masthead__text {
    text-align: left
}

.masthead--w-bg .breadcrumbs a {
    color: #fff
}

@media (min-width: 1025px) {
    .masthead--w-bg .breadcrumbs a:hover {
        color: #3c313d
    }
}

.masthead--no-img .breadcrumbs__item a {
    color: #fff !important
}

.masthead--no-img {
    background: #c8c2cc !important
}

.section ul {
    margin-left: 20px
}

.accordion-tabs {
    margin: 0;
    width: 100%
}

.accordion-tabs .state {
    position: absolute;
    left: -10000px
}

.accordion-tabs .flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.accordion-tabs .flex-tabs .tab {
    flex-grow: 1;
    max-height: 40px
}

.accordion-tabs .flex-tabs .panel {
    background-color: #fff;
    border: solid 1px #c8c2cc;
    padding: 20px;
    min-height: 300px;
    display: none;
    width: 100%;
    flex-basis: auto
}

.accordion-tabs .tab {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    background-color: #e6e6e6;
    cursor: hand;
    cursor: pointer;
    border-inline-start: 10px solid #7d7085;
    border-block: 1px solid #c8c2cc
}

.accordion-tabs .tab:hover {
    background-color: #fff
}

#tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label, #tab-five:checked ~ .tabs #tab-five-label, #tab-six:checked ~ .tabs #tab-six-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #8f999b
}

#tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel, #tab-five:checked ~ .tabs #tab-five-panel, #tab-six:checked ~ .tabs #tab-six-panel {
    display: block
}

@media (max-width: 768px) {
    .flex-tabs {
        flex-direction: column
    }

    .flex-tabs .tab {
        background: #fff;
        border: 1px solid #c8c2cc;
        border-inline-start: 10px solid #8f999b
    }

    .flex-tabs .tab:last-of-type {
        border-bottom: 0
    }

    .flex-tabs #tab-one-label {
        order: 1
    }

    .flex-tabs #tab-two-label {
        order: 3
    }

    .flex-tabs #tab-three-label {
        order: 5
    }

    .flex-tabs #tab-four-label {
        order: 7
    }

    .flex-tabs #tab-five-label {
        order: 9
    }

    .flex-tabs #tab-six-label {
        order: 11
    }

    .flex-tabs #tab-one-panel {
        order: 2
    }

    .flex-tabs #tab-two-panel {
        order: 4
    }

    .flex-tabs #tab-three-panel {
        order: 6
    }

    .flex-tabs #tab-four-panel {
        order: 8
    }

    .flex-tabs #tab-five-panel {
        order: 10
    }

    .flex-tabs #tab-six-panel {
        order: 12
    }

    #tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label, #tab-five:checked ~ .tabs #tab-five-label, #tab-six:checked ~ .tabs #tab-six-label {
        border-bottom: 0
    }

    #tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel, #tab-five:checked ~ .tabs #tab-five-panel, #tab-six:checked ~ .tabs #tab-six-panel {
        border-bottom: 1px solid #c8c2cc
    }
}

.masthead--no-img h1, .masthead--no-img .h1 {
    color: #333 !important
}

.masthead--no-img .breadcrumbs__item {
    color: #333 !important
}

.masthead--no-img .breadcrumbs__item::after {
    color: #333 !important
}

.masthead--no-img .breadcrumbs__item a {
    color: #3c313d !important
}

@media (min-width: 1025px) {
    .masthead--no-img .breadcrumbs__item a:hover {
        color: #333 !important
    }
}

.header__notification--hidden {
    padding: 0 !important
}

.slide-menu ul ul {
    width: 320px
}

.header:not(.hamburger) .header__logo {
    height: 60px
}

html .header__container {
    background: #fff
}

html .header__logo {
    background-image: url("../../images/dl/1559624.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width: 1241px) {
    html .header__logo {
        margin: 10px 20px
    }
}

@media (min-width: 1241px) {
    html .header__logo-container {
        padding: 0
    }
}

html .header__nav {
    font-family: unset;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

html .header__nav .nav__items {
    padding: 10px
}

html .header__nav .nav__link {
    color: #000 !important;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s;
    padding: 10px
}

@media (min-width: 1241px) {
    html .header__nav .nav__link {
        color: #333 !important
    }

    html .header__nav .nav__link:hover {
        color: #8f999b !important
    }
}

html .header__nav .nav__item--sub {
    padding: 0 !important
}

html .header__nav .nav__item--sub .nav__link {
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000 !important;
    padding: 12px !important
}

@media (min-width: 1241px) {
    html .header__nav .nav__item--sub .nav__link {
        min-width: 240px !important
    }

    html .header__nav .nav__item--sub .nav__link:hover {
        color: #fff !important;
        background: #8f999b !important
    }
}

html .header__nav .nav__item--sub .nav__item--tert {
    z-index: 3;
    padding: 0 !important
}

html .header__cta-container .nav__item {
    padding: 0 15px !important;
    position: relative
}

html .header__cta-container .nav__item:nth-of-type(2)::before {
    content: "Dr. Curiel";
    font-family: "Raleway", sans-serif;
    font-size: .575rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: center;
    width: 100%;
    left: 0;
    top: auto;
    bottom: -18px;
    position: absolute;
    z-index: 0
}

@media (min-width: 1025px) {
    html .header__cta-container .nav__item:nth-of-type(2)::before {
        display: none
    }
}

html .header__cta-container .nav__item:nth-of-type(3)::before {
    content: "Dr. Crofts";
    font-family: "Raleway", sans-serif;
    font-size: .575rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: center;
    width: 100%;
    left: 0;
    top: auto;
    bottom: -18px;
    position: absolute;
    z-index: 0
}

@media (min-width: 1025px) {
    html .header__cta-container .nav__item:nth-of-type(3)::before {
        display: none
    }
}

@media (min-width: 1241px) {
    html .header__cta-container .nav__link {
        color: #fff;
        background: #3c313d;
        padding: 10px 15px !important;
        border-radius: 30px;
        min-width: 165px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    html .header__cta-container .nav__link:hover {
        color: #fff;
        background: #8f999b
    }
}

html .header g.st0 {
    fill: #000 !important
}

html .header.header--scroll .header__container, html:not(.home-page) .header__container {
    background: #fff
}

@media (min-width: 1241px) {
    html .header.header--scroll .header__container, html:not(.home-page) .header__container {
        background-position: center center
    }
}

html .header.header--scroll .header__logo, html:not(.home-page) .header__logo {
    background-image: url("../../images/dl/1559624.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width: 1241px) {
    html .header.header--scroll .header__logo, html:not(.home-page) .header__logo {
        margin: 10px 20px
    }
}

@media (min-width: 1241px) {
    html .header.header--scroll .header__logo-container, html:not(.home-page) .header__logo-container {
        padding: 0
    }
}

html .header.header--scroll .header__nav, html:not(.home-page) .header__nav {
    font-family: unset;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

html .header.header--scroll .header__nav .nav__link, html:not(.home-page) .header__nav .nav__link {
    color: #000 !important;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s;
    padding: 10px
}

@media (min-width: 1241px) {
    html .header.header--scroll .header__nav .nav__link, html:not(.home-page) .header__nav .nav__link {
        color: #000 !important
    }

    html .header.header--scroll .header__nav .nav__link:hover, html:not(.home-page) .header__nav .nav__link:hover {
        color: #8f999b !important
    }
}

html .header.header--scroll .header__nav .nav__item--sub, html:not(.home-page) .header__nav .nav__item--sub {
    padding: 0 !important
}

html .header.header--scroll .header__nav .nav__item--sub .nav__link, html:not(.home-page) .header__nav .nav__item--sub .nav__link {
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000 !important;
    padding: 12px !important
}

@media (min-width: 1241px) {
    html .header.header--scroll .header__nav .nav__item--sub .nav__link, html:not(.home-page) .header__nav .nav__item--sub .nav__link {
        min-width: 240px !important
    }

    html .header.header--scroll .header__nav .nav__item--sub .nav__link:hover, html:not(.home-page) .header__nav .nav__item--sub .nav__link:hover {
        color: #fff !important;
        background: #8f999b !important
    }
}

html .header.header--scroll .header__nav .nav__item--sub .nav__item--tert, html:not(.home-page) .header__nav .nav__item--sub .nav__item--tert {
    z-index: 3;
    padding: 0 !important
}

@media (min-width: 1241px) {
    html .header.header--scroll .header__cta-container .nav__link, html:not(.home-page) .header__cta-container .nav__link {
        color: #fff;
        background: #3c313d;
        padding: 10px 15px !important;
        min-width: 165px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    html .header.header--scroll .header__cta-container .nav__link:hover, html:not(.home-page) .header__cta-container .nav__link:hover {
        color: #fff;
        background: #8f999b
    }
}

@media (min-width: 1241px) {
    .header.header:not(.hamburger) .nav__items:not(.nav__items--sub):not(.nav__items--tert) {
        background: #fff
    }
}

html .header .header__nav-toggle span, html .header .header__nav-toggle span::after, html .header .header__nav-toggle span::before {
    background-color: #000 !important
}

html .header.header--scroll g.st0 {
    fill: #000 !important
}

html .header.header--scroll .header__nav-toggle span, html .header.header--scroll .header__nav-toggle span::after, html .header.header--scroll .header__nav-toggle span::before, html .header.header--scroll .header__nav-toggle span, html .header.header--scroll .header__nav-toggle span::after, html .header.header--scroll .header__nav-toggle span::before {
    background-color: #000 !important
}

html:not(.home-page) .header.header g.st0 {
    fill: #000 !important
}

html:not(.home-page) .header.header .header__nav-toggle span, html:not(.home-page) .header.header .header__nav-toggle span::after, html:not(.home-page) .header.header .header__nav-toggle span::before, html:not(.home-page) .header.header .header__nav-toggle span, html:not(.home-page) .header.header .header__nav-toggle span::after, html:not(.home-page) .header.header .header__nav-toggle span::before {
    background-color: #000 !important
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3c313d;
    min-height: 300px
}

.footer__logo-container {
    flex: 0 0 30%
}

.footer__logo {
    background: url("../../images/dl/1559625.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 250px;
    height: 80px
}

@media (min-width: 768px) {
    .footer__logo {
        background-position: left center
    }
}

@media (min-width: 768px) {
    .footer__social-container {
        padding: 0
    }
}

.footer__social-container .footer__social .social-icons {
    justify-content: center
}

@media (min-width: 768px) {
    .footer__social-container .footer__social .social-icons {
        justify-content: flex-end
    }
}

.footer__address p, .footer__address .galleryitem__description-text, .footer__address .section li, .section .footer__address li {
    color: #fff
}

.footer__copyright span {
    line-height: 1.6
}

@media (min-width: 1025px) {
    .footer__copyright a:hover {
        color: #8f999b
    }
}