@charset "UTF-8";* {
    --opacity: 1
}

@import url("https://fonts.googleapis.com/css2?family=IBM Plex Sans:wght@300;400;500;600;700;800;900&display=swap");

.alternate,.inverse,.standard,:root {
    --t-font-family: Swiss-721;
    --t-title-font-family: Swiss-721;
    --t-title-l-font-weight: 700;
    --t-title-l-letter-space: normal;
    --t-title-l-font-style: normal;
    --t-title-l-text-transform: none;
    --t-title-l-font-size-viewport-xs: 1.875rem;
    --t-title-l-line-height-viewport-xs: 2.5rem;
    --t-title-l-font-size-viewport-m: 2.5rem;
    --t-title-l-line-height-viewport-m: 2.75rem;
    --t-title-l-font-size-viewport-l: 3.75rem;
    --t-title-l-line-height-viewport-l: 4rem;
    --t-title-m-font-size-viewport-l: 2.5rem;
    --t-title-m-line-height-viewport-l: 2.75rem;
    --t-title-m-font-weight: 500;
    --t-title-m-letter-space: normal;
    --t-title-m-font-style: normal;
    --t-title-m-text-transform: none;
    --t-title-m-font-size-viewport-xs: 1.875rem;
    --t-title-m-line-height-viewport-xs: 2.25rem;
    --t-title-s-font-size-viewport-l: 1.875rem;
    --t-title-s-line-height-viewport-l: 2.8125rem;
    --t-title-s-font-weight: 700;
    --t-title-s-letter-space: normal;
    --t-title-s-font-style: normal;
    --t-title-s-text-transform: none;
    --t-title-s-font-size-viewport-xs: 1.375rem;
    --t-title-s-line-height-viewport-xs: 2.0625rem;
    --t-subtitle-xl-font-size-viewport-l: 1.375rem;
    --t-subtitle-xl-font-weight: 700;
    --t-subtitle-xl-line-height-viewport-l: 2.0625rem;
    --t-subtitle-xl-letter-space: normal;
    --t-subtitle-xl-font-style: normal;
    --t-subtitle-xl-text-transform: none;
    --t-subtitle-xl-font-size-viewport-xs: 1.375rem;
    --t-subtitle-xl-line-height-viewport-xs: 2.0625rem;
    --t-buttons-border-radius: 20px;
    --t-images-border-radius: 14px;
    --t-cards-border-radius: 14px;
    --t-logo-size-s: 2.041rem;
    --t-logo-size-m: 4.082rem;
    --t-logo-size-l: 5rem
}

.color-scheme1,.standard,:root {
    --t-button-primary-bg-color: #1c1c1c;
    --t-button-primary-fg-color: #fff;
    --t-button-primary-border-color: #1c1c1c;
    --t-button-primary-hover-bg-color: hsla(0,0%,100%,0.2);
    --t-button-secondary-bg-color: transparent;
    --t-button-secondary-fg-color: #1c1c1c;
    --t-button-secondary-border-color: #1c1c1c;
    --t-button-secondary-hover-bg-color: #1c1c1c;
    --t-button-secondary-hover-fg-color: #fff;
    --t-button-secondary-hover-border-color: #1c1c1c;
    --t-button-tertiary-color: #1c1c1c;
    --t-icon-btn-primary-bg-color: #eee;
    --t-icon-btn-hover-bg-color: #000;
    --t-icon-btn-hover-color: #fff;
    --t-icon-btn-focus-bg-color: #eee;
    --t-link-text-color: #1c1c1c;
    --t-link-border-color: #1c1c1c;
    --t-icon-color-decorative: #ff8d6b;
    --t-accent-color: #ff8d6b;
    --t-non-interactive-accent-color: #1c1c1c;
    --t-interactive-accent-color: #1c1c1c;
    --t-horizontal-vertical-rule: #707070;
    --t-brand-ribbon: transparent;
    --t-brand-bg-color: #fff;
    --t-brand-bg-color-rgb: 255,255,255;
    --t-brand-fg-color: #1c1c1c;
    --t-brand-alt-color: #707070;
    --t-logo-bg-color: transparent;
    --t-logo-fg-color: #1c1c1c;
    --t-form-label-color: #707070;
    --t-form-error-color: #d0021b;
    --t-input-fields-fg-color: #fff;
    --t-input-fields-bg-color: #1c1c1c;
    --t-brand-bg-gradient-desktop: linear-gradient(270deg,hsla(0,0%,100%,0) 0.03%,hsla(0,0%,100%,0.46) 58%,hsla(0,0%,100%,0.54));
    --t-brand-bg-gradient-mobile: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.73));
    --t-overline-normal-color: #707070;
    --t-overline-overlay-color: #1c1c1c
}

.color-scheme2,.color-scheme4,.inverse,[class*=-inverse] {
    --t-button-primary-bg-color: #fff;
    --t-button-primary-fg-color: #1c1c1c;
    --t-button-primary-border-color: #fff;
    --t-button-primary-hover-bg-color: rgba(28,28,28,0.2);
    --t-button-secondary-bg-color: transparent;
    --t-button-secondary-fg-color: #fff;
    --t-button-secondary-border-color: #fff;
    --t-button-secondary-hover-bg-color: #fff;
    --t-button-secondary-hover-fg-color: #1c1c1c;
    --t-button-secondary-hover-border-color: #fff;
    --t-button-tertiary-color: #fff;
    --t-icon-btn-primary-bg-color: #c4c4c4;
    --t-icon-btn-hover-bg-color: #fff;
    --t-icon-btn-hover-color: #000;
    --t-icon-btn-focus-bg-color: #eee;
    --t-link-text-color: #fff;
    --t-link-border-color: #fff;
    --t-icon-color-decorative: #ff8d6b;
    --t-accent-color: #ff8d6b;
    --t-non-interactive-accent-color: #fff;
    --t-interactive-accent-color: #fff;
    --t-horizontal-vertical-rule: #c4c4c4;
    --t-brand-ribbon: transparent;
    --t-brand-fg-color: #fff;
    --t-brand-bg-color: #1c1c1c;
    --t-brand-bg-color-rgb: 28,28,28;
    --t-brand-alt-color: #c4c4c4;
    --t-logo-bg-color: transparent;
    --t-logo-fg-color: #1c1c1c;
    --t-form-label-color: #fff;
    --t-form-error-color: #d0021b;
    --t-input-fields-bg-color: #1c1c1c;
    --t-input-fields-fg-color: #fff;
    --t-brand-bg-gradient-desktop: linear-gradient(270deg,transparent,rgba(0,0,0,0.54) 57.42%,rgba(0,0,0,0.62));
    --t-brand-bg-gradient-mobile: linear-gradient(180deg,rgba(28,28,28,0),rgba(28,28,28,0.73));
    --t-overline-normal-color: #c4c4c4;
    --t-overline-overlay-color: #fff
}

.alternate,.color-scheme3,.color-scheme5,.color-scheme6 {
    --t-button-primary-bg-color: #1c1c1c;
    --t-button-primary-fg-color: #fff;
    --t-button-primary-border-color: #1c1c1c;
    --t-button-primary-hover-bg-color: hsla(0,0%,100%,0.2);
    --t-button-secondary-bg-color: transparent;
    --t-button-secondary-fg-color: #1c1c1c;
    --t-button-secondary-border-color: #1c1c1c;
    --t-button-secondary-hover-bg-color: #1c1c1c;
    --t-button-secondary-hover-fg-color: #fff;
    --t-button-secondary-hover-border-color: #1c1c1c;
    --t-button-tertiary-color: #1c1c1c;
    --t-icon-btn-primary-bg-color: #c4c4c4;
    --t-icon-btn-hover-bg-color: #1c1c1c;
    --t-icon-btn-hover-color: #fff;
    --t-icon-btn-focus-bg-color: #c4c4c4;
    --t-link-text-color: #1c1c1c;
    --t-link-border-color: #1c1c1c;
    --t-icon-color-decorative: #ff8d6b;
    --t-accent-color: #ff8d6b;
    --t-non-interactive-accent-color: #1c1c1c;
    --t-interactive-accent-color: #1c1c1c;
    --t-horizontal-vertical-rule: #707070;
    --t-brand-ribbon: transparent;
    --t-brand-bg-color: #f4f4f4;
    --t-brand-bg-color-rgb: 248,248,248;
    --t-brand-fg-color: #1c1c1c;
    --t-brand-alt-color: #1c1c1c;
    --t-logo-bg-color: transparent;
    --t-logo-fg-color: #1c1c1c;
    --t-form-label-color: #707070;
    --t-form-error-color: #477d00;
    --t-input-fields-fg-color: #fff;
    --t-input-fields-bg-color: #1c1c1c;
    --t-brand-bg-gradient-desktop: linear-gradient(270deg,hsla(0,0%,100%,0) 0.03%,hsla(0,0%,100%,0.46) 58%,hsla(0,0%,100%,0.54));
    --t-brand-bg-gradient-mobile: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.73));
    --t-overline-normal-color: #1c1c1c;
    --t-overline-overlay-color: #1c1c1c
}

.color-scheme7 {
    --t-button-primary-bg-color: #1c1c1c;
    --t-button-primary-fg-color: #fff;
    --t-button-primary-border-color: #1c1c1c;
    --t-button-primary-hover-bg-color: hsla(0,0%,100%,0.2);
    --t-button-secondary-bg-color: transparent;
    --t-button-secondary-fg-color: #1c1c1c;
    --t-button-secondary-border-color: #1c1c1c;
    --t-button-secondary-hover-bg-color: #1c1c1c;
    --t-button-secondary-hover-fg-color: #fff;
    --t-button-secondary-hover-border-color: #1c1c1c;
    --t-button-tertiary-color: #1c1c1c;
    --t-icon-btn-primary-bg-color: #eee;
    --t-icon-btn-hover-bg-color: #000;
    --t-icon-btn-hover-color: #fff;
    --t-icon-btn-focus-bg-color: #eee;
    --t-link-text-color: #1c1c1c;
    --t-link-border-color: transparent;
    --t-icon-color-decorative: #1c1c1c;
    --t-accent-color: #1c1c1c;
    --t-non-interactive-accent-color: #1c1c1c;
    --t-interactive-accent-color: #1c1c1c;
    --t-horizontal-vertical-rule: #707070;
    --t-brand-ribbon: transparent;
    --t-brand-bg-color: #fff;
    --t-brand-bg-color-rgb: 255,255,255;
    --t-brand-fg-color: #1c1c1c;
    --t-brand-alt-color: #1c1c1c;
    --t-logo-bg-color: transparent;
    --t-logo-fg-color: #1c1c1c;
    --t-form-label-color: #707070;
    --t-form-error-color: #d0021b;
    --t-input-fields-fg-color: #fff;
    --t-input-fields-bg-color: #1c1c1c;
    --t-brand-bg-gradient-desktop: linear-gradient(270deg,hsla(0,0%,100%,0) 0.03%,hsla(0,0%,100%,0.46) 58%,hsla(0,0%,100%,0.54));
    --t-brand-bg-gradient-mobile: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.73));
    --t-overline-normal-color: #1c1c1c
}

[class*=bvy-color] {
    --t-font-family: Swiss-721;
    --t-title-font-family: Aldine721;
    --t-title-l-font-weight: 500;
    --t-title-m-font-weight: 500
}

.bvy-color-scheme1 {
    --t-button-primary-bg-color: #231c19;
    --t-icon-color-decorative: #dc6f50;
    --t-horizontal-vertical-rule: #707070;
    --t-brand-bg-color: #fff
}

.bvy-color-scheme2 {
    --t-button-primary-bg-color: #231c19;
    --t-button-primary-hover-bg-color: #cad7eb;
    --t-icon-color-decorative: #dc6f50;
    --t-accent-color: #231c19;
    --t-horizontal-vertical-rule: #707070;
    --t-brand-bg-color: #f9f6f4;
    --t-brand-bg-color-rgb: 249,246,244
}

.bvy-color-scheme3 {
    --t-button-primary-bg-color: #fff;
    --t-button-primary-fg-color: #1c1c1c;
    --t-button-primary-border-color: none;
    --t-button-primary-hover-bg-color: #ffdaa0;
    --t-button-secondary-border-color: #fff;
    --t-button-secondary-fg-color: #f9f6f4;
    --t-button-secondary-hover-bg-color: #fff;
    --t-button-secondary-hover-fg-color: #1c1c1c;
    --t-button-tertiary-color: #fff;
    --t-link-text-color: #fff;
    --t-link-border-color: #fff;
    --t-input-fields-bg-color: #1c1c1c;
    --t-input-fields-fg-color: #fff;
    --t-icon-color-decorative: #ffb995;
    --t-accent-color: #fff;
    --t-horizontal-vertical-rule: #707070;
    --t-brand-fg-color: #fff;
    --t-brand-bg-color: #1c1c1c;
    --t-brand-bg-color-rgb: 28,28,28
}

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,:after,:before {
    box-sizing: border-box
}

body,html {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.15rem;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

body {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

main {
    flex: 1
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    font-family: "IBM Plex Sans", sans-serif;
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none
}

button :active,button:focus,button :hover,input :active,input:focus,input :hover,optgroup :active,optgroup:focus,optgroup :hover,select :active,select:focus,select :hover,textarea :active,textarea:focus,textarea :hover {
    border: none;
    outline: none
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

@font-face {
    font-family: Swiss-721;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.svg#Swiss-721) format("svg");
    font-display: swap
}

@font-face {
    font-family: Swiss-721;
    font-weight: 700;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.svg#Swiss-721) format("svg");
    font-display: swap
}

@font-face {
    font-family: Swiss-721;
    font-weight: 900;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.svg#Swiss-721) format("svg");
    font-display: swap
}

@font-face {
    font-family: SwissCondensed;
    font-weight: 700;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.svg#SwissCondensed) format("svg");
    font-display: swap
}

@font-face {
    font-family: SwissCondensed;
    font-weight: 900;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.svg#SwissCondensed) format("svg");
    font-display: swap
}

@font-face {
    font-family: MiIcons;
    src: url(//cache.marriott.com/aka-fonts/mi-icons/mi-icons.eot) format("eot"),url(//cache.marriott.com/aka-fonts/mi-icons/mi-icons.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/mi-icons/mi-icons.woff) format("woff"),url(//cache.marriott.com/aka-fonts/mi-icons/mi-icons.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/mi-icons/mi-icons.svg#MiIcons) format("svg");
    font-display: swap
}

@font-face {
    font-family: BrandLogoIcons;
    src: url(//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.eot) format("eot"),url(//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.woff) format("woff"),url(//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.svg#BrandLogoIcons) format("svg");
    font-display: swap
}

@font-face {
    font-family: PortfolioLogoIcons;
    src: url(//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.eot) format("eot"),url(//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.woff) format("woff"),url(//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.svg#PortfolioLogoIcons) format("svg");
    font-display: swap
}

@font-face {
    font-family: Aldine721;
    font-style: Italic;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.svg#Aldine721) format("svg");
    font-display: swap
}

@font-face {
    font-family: Swiss721Hebrew;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.svg#Swiss721Hebrew) format("svg");
    font-display: swap
}

@font-face {
    font-family: Swiss721Hebrew;
    font-weight: 600;
    src: url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.svg#Swiss721Hebrew) format("svg");
    font-display: swap
}

@font-face {
    font-family: UniversNextW1G;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.svg#UniversNextW1G) format("svg");
    font-display: swap
}

@font-face {
    font-family: UniversNextW1G;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.svg#UniversNextW1G) format("svg");
    font-display: swap
}

@font-face {
    font-family: UniversNextW1G;
    font-weight: 600;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Bold.svg#UniversNextW1G) format("svg");
    font-display: swap
}

@font-face {
    font-family: JannaLT;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.svg#JannaLT) format("svg");
    font-display: swap
}

@font-face {
    font-family: JannaLT;
    font-weight: 600;
    src: url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.svg#JannaLT) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansKR;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Regular.svg#NotoSansKR) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansKR;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansKR-Medium.svg#NotoSansKR) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansJP;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Regular.svg#NotoSansJP) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansJP;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansJP-Medium.svg#NotoSansJP) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansTC;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Regular.svg#NotoSansTC) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansTC;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansTC-Medium.svg#NotoSansTC) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansSC;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Regular.svg#NotoSansSC) format("svg");
    font-display: swap
}

@font-face {
    font-family: NotoSansSC;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/NotoSansSC-Medium.svg#NotoSansSC) format("svg");
    font-display: swap
}

@font-face {
    font-family: UniversLTCYR;
    font-weight: 400;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-55Roman.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-55Roman.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-55Roman.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-55Roman.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-55Roman.svg#UniversLTCYR) format("svg");
    font-display: swap
}

@font-face {
    font-family: UniversLTCYR;
    font-weight: 700;
    src: url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-65Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-65Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-65Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-65Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/XtdLang/UniversLTCYR-65Bold.svg#UniversLTCYR) format("svg");
    font-display: swap
}

@font-face {
    font-family: Acta;
    src: url(//cache.marriott.com/aka-fonts/TLC/Acta-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/TLC/Acta-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/TLC/Acta-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/TLC/Acta-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/TLC/Acta-Medium.svg#Acta) format("svg");
    font-display: swap
}

@font-face {
    font-family: AvenirLTStd;
    src: url(//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.svg#AvenirLTStd) format("svg");
    font-display: swap
}

@font-face {
    font-family: AvenirNextLTPro;
    src: url(//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.svg#AvenirNextLTPro) format("svg");
    font-display: swap
}

@font-face {
    font-family: AvenirNextLTProThin;
    src: url(//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.svg#AvenirNextLTProThin) format("svg");
    font-display: swap
}

@font-face {
    font-family: BasicCommercialLT;
    src: url(//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.svg#BasicCommercialLT) format("svg");
    font-display: swap
}

@font-face {
    font-family: BaskervilleBT;
    src: url(//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.svg#BaskervilleBT) format("svg");
    font-display: swap
}

@font-face {
    font-family: Caslon540Std;
    src: url(//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.eot) format("eot"),url(//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.woff) format("woff"),url(//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.svg#Caslon540Std) format("svg");
    font-display: swap
}

@font-face {
    font-family: Caslon540Std;
    font-style: Italic;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/TRC/tt0119m_.eot) format("eot"),url(//cache.marriott.com/aka-fonts/TRC/tt0119m_.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/TRC/tt0119m_.woff) format("woff"),url(//cache.marriott.com/aka-fonts/TRC/tt0119m_.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/TRC/tt0119m_.svg#Caslon540Std) format("svg");
    font-display: swap
}

@font-face {
    font-family: centurySchoolbook;
    font-weight: 500;
    src: url(//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.eot) format("eot"),url(//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.woff) format("woff"),url(//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.svg#centurySchoolbook) format("svg");
    font-display: swap
}

@font-face {
    font-family: ClarendonStd;
    src: url(//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.eot) format("eot"),url(//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.woff) format("woff"),url(//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.svg#ClarendonStd) format("svg");
    font-display: swap
}

@font-face {
    font-family: ClassicGrotesqueStdBook;
    src: url(//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.svg#ClassicGrotesqueStdBook) format("svg");
    font-display: swap
}

@font-face {
    font-family: Didot;
    src: url(//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.svg#Didot) format("svg");
    font-display: swap
}

@font-face {
    font-family: DINNeuzeitGroteskLight;
    src: url(//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.svg#DINNeuzeitGroteskLight) format("svg");
    font-display: swap
}

@font-face {
    font-family: DINNextSlabProLight;
    src: url(//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.svg#DINNextSlabProLight) format("svg");
    font-display: swap
}

@font-face {
    font-family: EffraMedium;
    src: url(//cache.marriott.com/aka-fonts/Marriott/EffraMedium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Marriott/EffraMedium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Marriott/EffraMedium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Marriott/EffraMedium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Marriott/EffraMedium.svg#EffraMedium) format("svg");
    font-display: swap
}

@font-face {
    font-family: FreightDispPro;
    src: url(//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.svg#FreightDispPro) format("svg");
    font-display: swap
}

@font-face {
    font-family: FutureStdBook;
    src: url(//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.svg#FutureStdBook) format("svg");
    font-display: swap
}

@font-face {
    font-family: FuturaStdMedium;
    src: url(//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.svg#FuturaStdMedium) format("svg");
    font-display: swap
}

@font-face {
    font-family: CodeNextExtra;
    src: url(//cache.marriott.com/aka-fonts/Aloft/CodeNext-ExtraBold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Aloft/CodeNext-ExtraBold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Aloft/CodeNext-ExtraBold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Aloft/CodeNext-ExtraBold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Aloft/CodeNext-ExtraBold.svg#CodeNextExtra) format("svg");
    font-display: swap
}

@font-face {
    font-family: GillSans;
    src: url(//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.svg#GillSans) format("svg");
    font-display: swap
}

@font-face {
    font-family: GriffithGothic;
    src: url(//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.svg#GriffithGothic) format("svg");
    font-display: swap
}

@font-face {
    font-family: GTSuperDisplay;
    src: url(//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.svg#GTSuperDisplay) format("svg");
    font-display: swap
}

@font-face {
    font-family: HumeGeometricSans;
    src: url(//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.eot) format("eot"),url(//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.woff) format("woff"),url(//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.svg#HumeGeometricSans) format("svg");
    font-display: swap
}

@font-face {
    font-family: MapleRH;
    src: url(//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.svg#MapleRH) format("svg");
    font-display: swap
}

@font-face {
    font-family: MuseoSans;
    src: url(//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.svg#MuseoSans) format("svg");
    font-display: swap
}

@font-face {
    font-family: ProximaNova;
    src: url(//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.svg#ProximaNova) format("svg");
    font-display: swap
}

@font-face {
    font-family: RoosStRegis;
    src: url(//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.eot) format("eot"),url(//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.woff) format("woff"),url(//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.svg#RoosStRegis) format("svg");
    font-display: swap
}

@font-face {
    font-family: SackersGothicSTD;
    src: url(//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.svg#SackersGothicSTD) format("svg");
    font-display: swap
}

@font-face {
    font-family: SlateBook;
    src: url(//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.svg#SlateBook) format("svg");
    font-display: swap
}

@font-face {
    font-family: TimesEighteenStd;
    src: url(//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.svg#TimesEighteenStd) format("svg");
    font-display: swap
}

@font-face {
    font-family: TipperaryETextSemibold;
    src: url(//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.svg#TipperaryETextSemibold) format("svg");
    font-display: swap
}

@font-face {
    font-family: WSansNew;
    src: url(//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.svg#WSansNew) format("svg");
    font-display: swap
}

@font-face {
    font-family: MontserratLight;
    src: url(//cache.marriott.com/aka-fonts/AC/Montserrat-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/AC/Montserrat-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/AC/Montserrat-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/AC/Montserrat-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/AC/Montserrat-Light.svg#MontserratLight) format("svg");
    font-display: swap
}

@font-face {
    font-family: Aldine721;
    src: url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.svg#Aldine721) format("svg");
    font-display: swap
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.svg#ProximaNovaBold) format("svg");
    font-display: swap
}

@font-face {
    font-family: ProximaNovaSemiBold;
    src: url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.svg#ProximaNovaSemiBold) format("svg");
    font-display: swap
}

@font-face {
    font-family: BossaBold;
    src: url(//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.svg#BossaBold) format("svg");
    font-display: swap
}

@font-face {
    font-family: NexaBold;
    src: url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.svg#NexaBold) format("svg");
    font-display: swap
}

@font-face {
    font-family: NexaHeavy;
    src: url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.eot) format("eot"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.woff) format("woff"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.svg#NexaHeavy) format("svg");
    font-display: swap
}

@font-face {
    font-family: TradeGothicLight;
    src: url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.svg#TradeGothicLight) format("svg");
    font-display: swap
}

@font-face {
    font-family: TradeGothicBold;
    src: url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.svg#TradeGothicBold) format("svg");
    font-display: swap
}

@font-face {
    font-family: ACaslonPro;
    src: url(//cache.marriott.com/aka-fonts/RCReservePlus/ACaslonPro-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/RCReservePlus/ACaslonPro-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/RCReservePlus/ACaslonPro-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/RCReservePlus/ACaslonPro-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/RCReservePlus/ACaslonPro-Regular.svg#ACaslonPro) format("svg");
    font-display: swap
}

@font-face {
    font-family: PlantinMTPro;
    src: url(//cache.marriott.com/aka-fonts/DesignHotels/PlantinMTPro-Regular.eot) format("eot"),url(//cache.marriott.com/aka-fonts/DesignHotels/PlantinMTPro-Regular.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/DesignHotels/PlantinMTPro-Regular.woff) format("woff"),url(//cache.marriott.com/aka-fonts/DesignHotels/PlantinMTPro-Regular.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/DesignHotels/PlantinMTPro-Regular.svg#PlantinMTPro) format("svg");
    font-display: swap
}

@font-face {
    font-family: WSupremeSemiBold;
    src: url(//cache.marriott.com/aka-fonts/WHotels/WSupremeWeb-SemiBold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/WHotels/WSupremeWeb-SemiBold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/WHotels/WSupremeWeb-SemiBold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/WHotels/WSupremeWeb-SemiBold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/WHotels/WSupremeWeb-SemiBold.svg#WSupremeSemiBold) format("svg");
    font-display: swap
}

@font-face {
    font-family: WSupremeMedium;
    src: url(//cache.marriott.com/aka-fonts/WHotels/WSupreme-Medium.eot) format("eot"),url(//cache.marriott.com/aka-fonts/WHotels/WSupreme-Medium.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/WHotels/WSupreme-Medium.woff) format("woff"),url(//cache.marriott.com/aka-fonts/WHotels/WSupreme-Medium.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/WHotels/WSupreme-Medium.svg#WSupremeMedium) format("svg");
    font-display: swap
}

@font-face {
    font-family: AvenirNextLTProBold;
    src: url(//cache.marriott.com/aka-fonts/StudioRes/AvenirNextLTPro-Bold.eot) format("eot"),url(//cache.marriott.com/aka-fonts/StudioRes/AvenirNextLTPro-Bold.woff2) format("woff2"),url(//cache.marriott.com/aka-fonts/StudioRes/AvenirNextLTPro-Bold.woff) format("woff"),url(//cache.marriott.com/aka-fonts/StudioRes/AvenirNextLTPro-Bold.ttf) format("truetype"),url(//cache.marriott.com/aka-fonts/StudioRes/AvenirNextLTPro-Bold.svg#AvenirNextLTProBold) format("svg");
    font-display: swap
}

.m-message-inline .m-message-content-wrap:before,.m-message .m-expand-collapse-button:after,.m-message .m-message-content-wrap:before,[class*=icon-]:before {
    display: inline-block;
    font-family: MiIcons;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-alt:before {
    color: #707070
}

.icon-inverse:before {
    color: #fff
}

.icon-decorative:before {
    color: var(--t-icon-color-decorative)
}

.icon-xs:before,body .m-button-gallery [class*=icon]:before,body .m-link-icon-button-info-inverse [class*=icon]:before,body .m-link-icon-button-info [class*=icon]:before,body .m-link-icon-button [class*=icon]:before {
    font-size: .8125rem;
    line-height: .8125rem
}

.icon-s:before,.m-message-inline .m-message-content-wrap:before,.m-message .m-message-content-wrap:before {
    font-size: 1rem;
    line-height: 1rem
}

.icon-m:before {
    font-size: 1.25rem;
    line-height: 1.25rem
}

.icon-l:before,body .m-icon-button-primary [class*=icon-]:before,body .m-icon-button-secondary [class*=icon-]:before,body .m-modal-close-btn [class*=icon-]:before {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.icon {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem
}

.icon-more:before {
    content: "\e905"
}

.icon-photo-gallery:before {
    content: "\e906"
}

.icon-share-ios:before {
    content: "\e907"
}

.icon-visability-off:before {
    content: "\e908"
}

.icon-hour-guarantee:before {
    content: "\e909"
}

.icon-all-suite-room1x:before,.icon-all-suites:before {
    content: "\e90a"
}

.icon-cash-and-points:before {
    content: "\e90b"
}

.icon-elite-status:before {
    content: "\e90c"
}

.icon-free-night-certificates:before {
    content: "\e90d"
}

.icon-gift-points1x:before {
    content: "\e90e"
}

.icon-lounge-access:before {
    content: "\e90f"
}

.icon-member-rates1x:before {
    content: "\e910"
}

.icon-mobile-check-in:before {
    content: "\e911"
}

.icon-more-points-on-stays:before {
    content: "\e912"
}

.icon-priority-late-checkout:before {
    content: "\e913"
}

.icon-suite-night-awards:before {
    content: "\e914"
}

.icon-your-24:before {
    content: "\e915"
}

.icon-keyless-entry:before {
    content: "\e916"
}

.icon-add-to-calendar:before {
    content: "\e917"
}

.icon-add-to-wallet:before {
    content: "\e918"
}

.icon-add:before {
    content: "\e919"
}

.icon-alert:before {
    content: "\e91a"
}

.icon-book-direct-shield:before {
    content: "\e91b"
}

.icon-buy-points:before {
    content: "\e91c"
}

.icon-apple-pay:before {
    content: "\e91d"
}

.icon-arrow-down:before,.m-input-field .icon-arrow:before {
    content: "\e91e"
}

.icon-donate-points:before {
    content: "\e91f"
}

.icon-elite-night-credit:before {
    content: "\e920"
}

.icon-arrow-left:before {
    content: "\e921"
}

.icon-arrow-right:before {
    content: "\e922"
}

.icon-extra-free-nights:before {
    content: "\e923"
}

.icon-arrow-right-cropped:before {
    content: "\e924"
}

.icon-arrow-left-cropped:before {
    content: "\e924";
    transform: scaleX(-1)
}

.icon-arrow-up:before,.m-input-field:focus-within .icon-arrow:before {
    content: "\e925"
}

.icon-avatar:before {
    content: "\e926"
}

.icon-back-arrow:before {
    content: "\e927"
}

.icon-lifetime:before {
    content: "\e928"
}

.icon-back-arrow-cropped:before {
    content: "\e929"
}

.icon-forward-arrow-cropped:before {
    content: "\e929";
    transform: scaleX(-1)
}

.icon-biz-chat:before {
    content: "\e92a"
}

.icon-cancel:before {
    content: "\e92b"
}

.icon-check:before {
    content: "\e92c"
}

.icon-clear:before {
    content: "\e92d"
}

.icon-collapse:before {
    content: "\e92e"
}

.icon-delete:before {
    content: "\e92f"
}

.icon-down-arrow:before {
    content: "\e930"
}

.icon-download:before {
    content: "\e931"
}

.icon-dropdown-down:before {
    content: "\e932"
}

.icon-status-ambassador-elite:before,.icon-status-cobalt:before,.icon-status-gold-elite:before,.icon-status-member-elite:before,.icon-status-platinum-elite:before,.icon-status-silver-elite:before,.icon-status-titanium-elite:before {
    content: "\ea2d"
}

.icon-dropdown-up:before {
    content: "\e93a"
}

.icon-edit-dates:before {
    content: "\e93b"
}

.icon-ultimate-reservation-guarantee:before {
    content: "\e93c"
}

.icon-vip:before {
    content: "\e93d"
}

.icon-edit:before {
    content: "\e93e"
}

.icon-feedback-happy:before {
    content: "\e93f"
}

.icon-feedback-sad:before {
    content: "\e940"
}

.icon-filter:before {
    content: "\e941"
}

.icon-forward-arrow:before {
    content: "\e942"
}

.icon-forward:before {
    content: "\e943"
}

.icon-gear:before {
    content: "\e944"
}

.icon-grid-view:before {
    content: "\e945"
}

.icon-heart-fill:before {
    content: "\e946"
}

.icon-heart-outline:before {
    content: "\e947"
}

.icon-help:before {
    content: "\e948"
}

.icon-increment-minus:before {
    content: "\e949"
}

.icon-information:before {
    content: "\e94a"
}

.icon-key-station:before {
    content: "\e94b"
}

.icon-list-view---alt:before {
    content: "\e94c"
}

.icon-list-view:before {
    content: "\e94d"
}

.icon-map-zoom:before {
    content: "\e94e"
}

.icon-menu:before {
    content: "\e94f"
}

.icon-merge:before {
    content: "\e950"
}

.icon-minus:before {
    content: "\e951"
}

.icon-nav---account-active:before {
    content: "\e952"
}

.icon-nav---account-alt-active:before {
    content: "\e953"
}

.icon-nav---account-alt:before {
    content: "\e954"
}

.icon-nav---account:before {
    content: "\e955"
}

.icon-nav---book-active:before {
    content: "\e956"
}

.icon-nav---book:before {
    content: "\e957"
}

.icon-nav---home-active:before {
    content: "\e958"
}

.icon-nav---home:before {
    content: "\e959"
}

.icon-nav---trips-active:before {
    content: "\e95a"
}

.icon-nav---trips:before {
    content: "\e95b"
}

.icon-ocr-scan-payment:before {
    content: "\e95c"
}

.icon-phone:before {
    content: "\e95d"
}

.icon-plus:before {
    content: "\e95e"
}

.icon-print:before {
    content: "\e95f"
}

.icon-search-list-sort:before {
    content: "\e960"
}

.icon-search:before {
    content: "\e961"
}

.icon-share:before {
    content: "\e962"
}

.icon-sign-in:before {
    content: "\e963"
}

.icon-spinner:before {
    content: "\e964"
}

.icon-star:before {
    content: "\e965"
}

.icon-up-arrow:before {
    content: "\e966"
}

.icon-visibility:before {
    content: "\e967"
}

.icon-website:before {
    content: "\e968"
}

.icon-facebook:before {
    content: "\e969"
}

.icon-foursquare:before {
    content: "\e96a"
}

.icon-google:before {
    content: "\e96b"
}

.icon-instagram:before {
    content: "\e96c"
}

.icon-linkedin:before {
    content: "\e96d"
}

.icon-messenger:before {
    content: "\e96e"
}

.icon-pinterest:before {
    content: "\e96f"
}

.icon-twitter:before {
    content: "\ea49"
}

.icon-uber:before {
    content: "\e971"
}

.icon-vk:before {
    content: "\e972"
}

.icon-youtube:before {
    content: "\e974"
}

.icon-ambassador-left:before {
    content: "\e975"
}

.icon-amenities:before {
    content: "\e976"
}

.icon-art-gallery:before {
    content: "\e977"
}

.icon-bar:before,.icon-onsite-bar:before {
    content: "\e978"
}

.icon-bath-mat:before {
    content: "\e979"
}

.icon-bath-towel:before {
    content: "\e97a"
}

.icon-bed:before {
    content: "\e97b"
}

.icon-body-lotion:before {
    content: "\e97c"
}

.icon-breakfast:before,.icon-continental-buffet:before,.icon-full-american:before,.icon-grab-n-go:before {
    content: "\e97d"
}

.icon-business-center:before {
    content: "\e97e"
}

.icon-capacity-chart:before {
    content: "\e97f"
}

.icon-car-rental-deck:before,.icon-car-rental:before {
    content: "\e980"
}

.icon-cart:before {
    content: "\e981"
}

.icon-casino:before {
    content: "\e982"
}

.icon-chat:before {
    content: "\e983"
}

.icon-check-out:before {
    content: "\e984"
}

.icon-cigar-bar:before {
    content: "\e985"
}

.icon-city:before {
    content: "\e986"
}

.icon-concierge-lounge:before {
    content: "\e987"
}

.icon-concierge:before {
    content: "\e988"
}

.icon-dental-kit:before {
    content: "\e989"
}

.icon-device-cast:before {
    content: "\e98a"
}

.icon-dining:before {
    content: "\e98b"
}

.icon-directions:before {
    content: "\e98c"
}

.icon-do-not-disturb:before {
    content: "\e98d"
}

.icon-dry-cleaning:before {
    content: "\e98e"
}

.icon-ev-charging-station:before,.icon-ev-charging:before {
    content: "\e98f"
}

.icon-extra-towels:before {
    content: "\e990"
}

.icon-feather-pillow:before {
    content: "\e991"
}

.icon-free-beach-access:before {
    content: "\e992"
}

.icon-golf:before {
    content: "\e993"
}

.icon-hand-towels:before {
    content: "\e994"
}

.icon-hangers:before {
    content: "\e995"
}

.icon-high-floor:before {
    content: "\e996"
}

.icon-iconic-landmark:before {
    content: "\e997"
}

.icon-join-now:before {
    content: "\e998"
}

.icon-kids-activities:before {
    content: "\e999"
}

.icon-kitchen:before,.icon-kitchenette:before {
    content: "\e99a"
}

.icon-late-check-out:before {
    content: "\e99b"
}

.icon-laundry-services:before {
    content: "\e99c"
}

.icon-low-floor:before {
    content: "\e99d"
}

.icon-luggage:before {
    content: "\e99e"
}

.icon-maid-service:before {
    content: "\e99f"
}

.icon-make-a-green-choice:before {
    content: "\e9a0"
}

.icon-map:before {
    content: "\e9a1"
}

.icon-certified-meeting-planner:before,.icon-convention-resort-network:before,.icon-meeting-services-app:before,.icon-meeting-space:before,.icon-meetings-imagined:before {
    content: "\e9a2"
}

.icon-movie-theater:before {
    content: "\e9a3"
}

.icon-near-elevator:before {
    content: "\e9a4"
}

.icon-nearby:before {
    content: "\e9a5"
}

.icon-opt-out:before {
    content: "\e9a6"
}

.icon-outdoor-grill:before {
    content: "\e9a7"
}

.icon-overview:before {
    content: "\e9a8"
}

.icon-parking-package:before {
    content: "\e9a9"
}

.icon-plug-in-panel:before {
    content: "\e9aa"
}

.icon-pool:before {
    content: "\e9ab"
}

.icon-private-garden:before {
    content: "\e9ac"
}

.icon-promotion-achieved:before {
    content: "\e9ad"
}

.icon-requests:before {
    content: "\e9ae"
}

.icon-restaurant-on-site:before {
    content: "\e9af"
}

.icon-rollaway-bed-or-cot:before {
    content: "\e9b0"
}

.icon-room-ready-alerts:before {
    content: "\e9b1"
}

.icon-shampoo:before {
    content: "\e9b2"
}

.icon-shaving-kit:before {
    content: "\e9b3"
}

.icon-sheet-set:before {
    content: "\e9b4"
}

.icon-shield:before {
    content: "\e9b5"
}

.icon-shoe-shine:before {
    content: "\e9b6"
}

.icon-shower-cap:before {
    content: "\e9b7"
}

.icon-airport-shuttle:before,.icon-shuttle:before {
    content: "\e9b8"
}

.icon-slippers:before {
    content: "\e9b9"
}

.icon-smart-tv:before {
    content: "\e9ba"
}

.icon-soap:before {
    content: "\e9bb"
}

.icon-tag:before {
    content: "\e9bc"
}

.icon-tennis:before {
    content: "\e9bd"
}

.icon-towel-set:before {
    content: "\e9be"
}

.icon-transportation:before {
    content: "\e9bf"
}

.icon-upgrade-requested-left:before {
    content: "\e9c0"
}

.icon-upgrade-requested:before {
    content: "\e9c1"
}

.icon-valet:before {
    content: "\e9c2"
}

.icon-vanity-kit:before {
    content: "\e9c3"
}

.icon-wake-up-call:before {
    content: "\e9c4"
}

.icon-washcloth:before {
    content: "\e9c5"
}

.icon-free-internet:before,.icon-internet:before,.icon-wifi:before {
    content: "\e9c6"
}

.icon-location:before {
    content: "\e900"
}

.icon-clock:before {
    content: "\e901"
}

.icon-airplane:before {
    content: "\e902"
}

.icon-mail:before {
    content: "\e9cc"
}

.icon-blanket:before {
    content: "\e9cd"
}

.icon-comb:before {
    content: "\e9ce"
}

.icon-conditioner:before {
    content: "\e9cf"
}

.icon-feather-free:before {
    content: "\e9d0"
}

.icon-foam-pillow:before {
    content: "\e9d1"
}

.icon-fitness-center:before {
    content: "\e903"
}

.icon-lock-open:before {
    content: "\e904"
}

.icon-lock:before {
    content: "\e9c7"
}

.icon-long-arrow-back:before {
    content: "\e9c8"
}

.icon-long-arrow-forward:before {
    content: "\e9c9"
}

.icon-spa:before {
    content: "\e9ca"
}

.icon-globe:before {
    content: "\e9cb"
}

.icon-dot:before {
    content: "\e629"
}

.icon-marriott-international:before {
    content: "\e80c"
}

.icon-arrow-right-external {
    position: relative
}

.icon-arrow-right-external:before {
    content: "\e922"
}

.icon-arrow-right-external.focus-visible:before,.icon-arrow-right-external:focus-visible:before,.icon-arrow-right-external:hover:before {
    content: "\e942"
}

.icon-arrow-right-external:before {
    font-size: 1.5rem;
    position: absolute;
    right: .5rem
}

.icon-arrow-right-external.focus-visible:before,.icon-arrow-right-external:focus-visible:before,.icon-arrow-right-external:hover:before {
    transform: rotate(-45deg);
    transition: all .15s ease-in
}

.icon-arrow-left-external {
    position: relative
}

.icon-arrow-left-external:before {
    content: "\e921"
}

.icon-arrow-left-external.focus-visible:before,.icon-arrow-left-external:focus-visible:before,.icon-arrow-left-external:hover:before {
    content: "\e927"
}

.icon-arrow-left-external:before {
    font-size: 1.5rem;
    position: absolute;
    right: .5rem
}

.icon-arrow-left-external.focus-visible:before,.icon-arrow-left-external:focus-visible:before,.icon-arrow-left-external:hover:before {
    transform: rotate(45deg);
    transition: all .15s ease-in
}

.icon-guests:before {
    content: "\e9d3"
}

.icon-nights:before {
    content: "\e9d2"
}

.icon-figgy:before {
    content: "\e9d4"
}

.icon-small-red-book:before {
    content: "\e9d5"
}

.icon-wechat:before {
    content: "\e9d6"
}

.icon-weibo:before {
    content: "\e9d7"
}

.icon-dining-chopsticks:before {
    content: "\e9d8"
}

.icon-apple-wallet:before {
    content: "\e9d9"
}

.icon-dining-filter:before {
    content: "\e9da"
}

.icon-dining-fingerprint:before {
    content: "\e9db"
}

.icon-accessibility:before {
    content: "\e9dc"
}

.icon-activity:before {
    content: "\e9dd"
}

.icon-alarm:before {
    content: "\e9de"
}

.icon-ambassador:before {
    content: "\e9df"
}

.icon-asterisk:before {
    content: "\e9e0"
}

.icon-beach:before {
    content: "\e9e1"
}

.icon-bike-share:before {
    content: "\e9e3"
}

.icon-chat-bot:before {
    content: "\e9e4"
}

.icon-cloud-fog:before {
    content: "\e9e5"
}

.icon-cloud-hail:before {
    content: "\e9e6"
}

.icon-cloud-wind:before {
    content: "\e9e7"
}

.icon-cloudy:before {
    content: "\e9e8"
}

.icon-currency:before {
    content: "\e9e9"
}

.icon-customer-support:before {
    content: "\e9ea"
}

.icon-early-check-in:before {
    content: "\e9eb"
}

.icon-events:before {
    content: "\e9ec"
}

.icon-external-arrow:before {
    content: "\e9ed"
}

.icon-family-travel:before {
    content: "\e9ee"
}

.icon-gift:before {
    content: "\e9ef"
}

.icon-guest-room-entertainment:before {
    content: "\e9f5"
}

.icon-hail:before {
    content: "\e9f6"
}

.icon-light-showers:before {
    content: "\e9f7"
}

.icon-mini-bar:before {
    content: "\e9f8"
}

.icon-moon:before {
    content: "\e9f9"
}

.icon-next-level-1-day:before {
    content: "\e9fa"
}

.icon-next-level-2-day:before {
    content: "\e9fb"
}

.icon-next-level-3-day:before {
    content: "\e9fc"
}

.icon-next-level-4-day:before {
    content: "\e9fd"
}

.icon-next-level-5-day:before {
    content: "\e9fe"
}

.icon-next-level-6-day:before {
    content: "\e9ff"
}

.icon-next-level-7-day:before {
    content: "\ea00"
}

.icon-next-level-genera:before {
    content: "\ea01"
}

.icon-night-cloud:before {
    content: "\ea02"
}

.icon-no-parking:before {
    content: "\ea03"
}

.icon-parking:before {
    content: "\ea04"
}

.icon-partly-cloudy:before {
    content: "\ea05"
}

.icon-partly-sunny:before {
    content: "\ea06"
}

.icon-pet-friendly:before {
    content: "\ea07"
}

.icon-power-supply:before {
    content: "\ea08"
}

.icon-rain:before {
    content: "\ea09"
}

.icon-rain-night:before {
    content: "\ea0a"
}

.icon-renew:before {
    content: "\ea0b"
}

.icon-ritz-kids:before {
    content: "\ea0c"
}

.icon-robe:before {
    content: "\ea0d"
}

.icon-rollaway-crib:before {
    content: "\ea0e"
}

.icon-room-ready:before {
    content: "\ea0f"
}

.icon-room-service:before {
    content: "\ea10"
}

.icon-scattered-showers:before {
    content: "\ea11"
}

.icon-ski-snowboard:before,.icon-skiing:before {
    content: "\ea12"
}

.icon-smartphone:before {
    content: "\ea13"
}

.icon-snow:before {
    content: "\ea14"
}

.icon-snow-heavy:before {
    content: "\ea15"
}

.icon-snow-medium:before {
    content: "\ea16"
}

.icon-snow-night:before {
    content: "\ea17"
}

.icon-stay-dates:before {
    content: "\ea18"
}

.icon-stepper-minus:before {
    content: "\ea19"
}

.icon-stepper-plus:before {
    content: "\ea1b"
}

.icon-storm-day:before {
    content: "\ea1d"
}

.icon-storm-lightning:before {
    content: "\ea1e"
}

.icon-storm-night:before {
    content: "\ea1f"
}

.icon-storm-rain:before {
    content: "\ea20"
}

.icon-success:before {
    content: "\ea21"
}

.icon-sunny:before {
    content: "\ea22"
}

.icon-tornado:before {
    content: "\ea23"
}

.icon-transfer-points:before {
    content: "\ea24"
}

.icon-universal-access:before {
    content: "\ea25"
}

.icon-visibility-off:before {
    content: "\ea26"
}

.icon-warning:before {
    content: "\ea28"
}

.icon-marriott-certified-wedding-planner:before,.icon-wedding-planner:before {
    content: "\ea29"
}

.icon-windy:before {
    content: "\ea2a"
}

.icon-wine-tasting:before {
    content: "\ea2b"
}

.icon-google-pay:before {
    content: "\ea2c"
}

.icon-member-status:before {
    content: "\ea2d"
}

.icon-success-fill:before {
    content: "\ea2e"
}

.icon-body-wash:before {
    content: "\ea30"
}

.icon-calendar:before {
    content: "\ea31"
}

.icon-check-in:before {
    content: "\ea32"
}

.icon-travel-guidance:before {
    content: "\ea33"
}

.icon-star-fill:before {
    content: "\ea34"
}

.icon-star-half-fill:before {
    content: "\ea35"
}

.icon-path-connector:before {
    content: "\ea36"
}

.icon-lifetime-fill:before {
    content: "\ea37"
}

.icon-cancel-alt:before {
    content: "\ea38"
}

.icon-line-app:before {
    content: "\ea39"
}

.icon-expand-white:before {
    content: "\ea3a"
}

.icon-quote-mark:before {
    content: "\ea3b"
}

.icon-social-kakao:before {
    content: "\ea3c"
}

.icon-social-naver:before {
    content: "\ea3d"
}

.icon-covid-mask:before {
    content: "\ea3e"
}

.icon-cold:before {
    content: "\e9e2"
}

.icon-hot:before {
    content: "\e9f0"
}

.icon-journey:before {
    content: "\e9f3"
}

.icon-high-speed-internet-at-a-price:before {
    content: "\ea40"
}

.icon-bell:before {
    content: "\ea41"
}

.icon-whirlpool-in-room:before {
    content: "\ea42"
}

.icon-whirlpool-on-site:before {
    content: "\ea43"
}

.icon-renren:before {
    content: "\ea44"
}

.icon-tiktok:before {
    content: "\ea45"
}

.icon-xiaohongshu:before {
    content: "\ea46"
}

.icon-double-chevron-left:before {
    content: "\ea47"
}

.icon-double-chevron-right:before {
    content: "\ea48"
}

.icon-3d-box:before {
    content: "\ea4a"
}

.icon-360-image:before {
    content: "\ea4b"
}

.icon-rfp-crescent-rounds:before {
    content: "\ea4d"
}

.icon-rfp-exhibits:before {
    content: "\ea4e"
}

.icon-rfp-hollow-square:before {
    content: "\ea50"
}

.icon-rfp-question-mark:before {
    content: "\ea51"
}

.icon-rfp-mixed:before {
    content: "\ea52"
}

.icon-rfp-pods:before {
    content: "\ea53"
}

.icon-rfp-conference:before {
    content: "\ea4c"
}

.icon-rfp-reception:before {
    content: "\ea54"
}

.icon-rfp-rounds:before {
    content: "\ea55"
}

.icon-rfp-school-room:before {
    content: "\ea56"
}

.icon-rfp-theatre:before {
    content: "\ea57"
}

.icon-rfp-u-shape:before {
    content: "\ea58"
}

.icon-all-inclusive:before {
    content: "\ea59"
}

.icon-all-inclusive-left:before {
    content: "\ea5a"
}

.icon-play:before {
    content: "\ea5b"
}

[class*=brand-]:before,[class*=brand-logo-]:before,[class*=t-program-logo-alt-cn]:after,[class*=t-program-logo-alt-cn]:before,[class*=t-program-logo-alt-traditional-cn]:after,[class*=t-program-logo-alt-traditional-cn]:before,[class*=t-program-logo-alt]:after,[class*=t-program-logo-alt]:before,[class*=t-program-logo-cn]:after,[class*=t-program-logo-cn]:before,[class*=t-program-logo]:after,[class*=t-program-logo]:before {
    display: inline-block;
    font-family: BrandLogoIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=t-program-logo] {
    position: relative
}

[class*=t-program-logo]:before {
    position: absolute;
    content: "\e921";
    bottom: 0
}

[class*=t-program-logo]:after {
    content: "\e920"
}

[class*=t-program-logo-alt] {
    position: relative
}

[class*=t-program-logo-alt]:before {
    position: absolute;
    content: "\e929";
    bottom: 0
}

[class*=t-program-logo-alt]:after {
    content: "\e930"
}

[class*=t-program-logo-alt-cn] {
    position: relative
}

[class*=t-program-logo-alt-cn]:before {
    position: absolute;
    content: "\e931";
    bottom: auto
}

[class*=t-program-logo-alt-cn]:after {
    content: "\e932"
}

[class*=t-program-logo-alt-traditional-cn] {
    position: relative
}

[class*=t-program-logo-alt-traditional-cn]:before {
    position: absolute;
    content: "\e933";
    bottom: auto
}

[class*=t-program-logo-alt-traditional-cn]:after {
    content: "\e934"
}

[class*=t-program-logo-wo-tm] {
    position: relative
}

[class*=t-program-logo-wo-tm]:before {
    position: absolute;
    content: "\e921";
    bottom: 0
}

[class*=t-program-logo-wo-tm]:after {
    content: "\e924"
}

[class*=t-program-logo-cn] {
    position: relative
}

[class*=t-program-logo-cn]:before {
    position: absolute;
    content: "\e937";
    bottom: auto
}

[class*=t-program-logo-cn]:after {
    content: "\e938"
}

[class*=t-program-logo-alt-cn-color]:before,[class*=t-program-logo-alt-color]:before,[class*=t-program-logo-alt-traditional-cn-color]:before,[class*=t-program-logo-cn]:before,[class*=t-program-logo-color-cn]:before,[class*=t-program-logo-color]:before {
    color: #ff8d6b
}

.t-program-logo-alt-color-xs,.t-program-logo-alt-xs,.t-program-logo-color-xs,.t-program-logo-xs {
    font-size: 1.3875rem
}

.t-program-logo-alt-color-s,.t-program-logo-alt-s,.t-program-logo-color-s,.t-program-logo-s {
    font-size: 2.041rem
}

.t-program-logo-alt-color-m,.t-program-logo-alt-m,.t-program-logo-color-m,.t-program-logo-m {
    font-size: 4.082rem
}

.t-program-logo-alt-color-l,.t-program-logo-alt-l,.t-program-logo-color-l,.t-program-logo-l {
    font-size: 5rem
}

.t-program-logo-alt-cn-color-xs,.t-program-logo-alt-cn-xs,.t-program-logo-alt-traditional-cn-color-xs,.t-program-logo-alt-traditional-cn-xs,.t-program-logo-cn-xs,.t-program-logo-color-cn-xs {
    font-size: 1.3875rem
}

.t-program-logo-alt-cn-color-s,.t-program-logo-alt-cn-s,.t-program-logo-alt-traditional-cn-color-s,.t-program-logo-alt-traditional-cn-s,.t-program-logo-cn-s,.t-program-logo-color-cn-s {
    font-size: 2.041rem
}

.t-program-logo-alt-cn-color-m,.t-program-logo-alt-cn-m,.t-program-logo-alt-traditional-cn-color-m,.t-program-logo-alt-traditional-cn-m,.t-program-logo-cn-m,.t-program-logo-color-cn-m {
    font-size: 4.082rem
}

.t-program-logo-alt-cn-color-l,.t-program-logo-alt-cn-l,.t-program-logo-alt-traditional-cn-color-l,.t-program-logo-alt-traditional-cn-l,.t-program-logo-cn-l,.t-program-logo-color-cn-l {
    font-size: 5rem
}

.brand-logo-Escape:after,.brand-logo-Escape:before {
    display: inline-block;
    font-family: BrandLogoIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brand-logo-Escape {
    position: relative
}

.brand-logo-Escape:before {
    position: absolute;
    content: "\e935";
    color: #ff8d6b
}

.brand-logo-Escape:after {
    content: "\e936"
}

.brand-logo-MR:before {
    content: "\e81d"
}

.brand-logo-RCR:before,.brand-logo-rcr:before {
    content: "\e800"
}

.brand-logo-RZ:before,.brand-logo-rz:before {
    content: "\e93e"
}

.brand-logo-EB:before,.brand-logo-eb:before {
    content: "\e906"
}

.brand-logo-JW:before,.brand-logo-jw:before {
    content: "\e90b"
}

.brand-logo-AK:before,.brand-logo-ak:before {
    content: "\e902"
}

.brand-logo-BR:before,.brand-logo-br:before {
    content: "\e912"
}

.brand-logo-DE:before,.brand-logo-de:before {
    content: "\e904"
}

.brand-logo-MC:before,.brand-logo-mc:before {
    content: "\e90f"
}

.brand-logo-ER:before,.brand-logo-er:before {
    content: "\e90e"
}

.brand-logo-MV:before,.brand-logo-mv:before {
    content: "\e91a"
}

.brand-logo-GE:before,.brand-logo-ge:before {
    content: "\e90a"
}

.brand-logo-AR:before,.brand-logo-ar:before {
    content: "\e900"
}

.brand-logo-CY:before,.brand-logo-cy:before {
    content: "\e903"
}

.brand-logo-RI:before,.brand-logo-ri:before {
    content: "\e913"
}

.brand-logo-SH:before,.brand-logo-sh:before {
    content: "\e916"
}

.brand-logo-FI:before,.brand-logo-fi:before {
    content: "\e908"
}

.brand-logo-TS:before,.brand-logo-ts:before {
    content: "\e918"
}

.brand-logo-PR:before,.brand-logo-pr:before {
    content: "\e911"
}

.brand-logo-OX:before,.brand-logo-ox:before {
    content: "\e910"
}

.brand-logo-XR:before,.brand-logo-xr:before {
    content: "\e917"
}

.brand-logo-LC:before,.brand-logo-lc:before {
    content: "\e90d"
}

.brand-logo-WH:before,.brand-logo-wh:before {
    content: "\e939"
}

.brand-logo-WI:before,.brand-logo-wi:before {
    content: "\e91c"
}

.brand-logo-SI:before,.brand-logo-si:before {
    content: "\e915"
}

.brand-logo-MD:before,.brand-logo-md:before {
    content: "\e90c"
}

.brand-logo-TX:before,.brand-logo-tx:before {
    content: "\e919"
}

.brand-logo-DS:before,.brand-logo-ds:before {
    content: "\e941"
}

.brand-logo-AL:before,.brand-logo-al:before {
    content: "\e901"
}

.brand-logo-FP:before,.brand-logo-fp:before {
    content: "\e909"
}

.brand-logo-EL:before,.brand-logo-el:before {
    content: "\e907"
}

.brand-logo-BG:before,.brand-logo-bg:before {
    content: "\e940"
}

.brand-logo-HV:before {
    content: "\e922"
}

.brand-logo-MI:before {
    content: "\e81f"
}

.brand-logo-XE:before,.brand-logo-xe:before {
    content: "\e925"
}

.brand-logo-reserve:before {
    content: "\e926"
}

.brand-logo-trc:before {
    content: "\e927"
}

.brand-logo-ba:before,.brand-logo-BA:before {
    content: "\e928"
}

.brand-logo-xf:before,.brand-logo-XF:before {
    content: "\e93a"
}

.brand-logo-sv:before,.brand-logo-SV:before {
    content: "\e93b"
}

.brand-logo-wv:before,.brand-logo-WV:before {
    content: "\e93c"
}

.brand-logo-mg:before,.brand-logo-MG:before {
    content: "\e93d"
}

.brand-logo-rs:before,.brand-logo-RS:before {
    content: "\e93f"
}

.brand-logo-sn:before,.brand-logo-SN:before {
    content: "\e943"
}

[class*=portfolio-icon-],[class*=portfolio-icon-]:before,[class*=t-brand-icon-] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

[class*=portfolio-icon-]:before {
    display: inline-block;
    font-family: PortfolioLogoIcons
}

.portfolio-icon-mr_blk_notag:before {
    content: "\f81d"
}

.portfolio-icon-ritz-carlton:before {
    content: "盧"
}

.portfolio-icon-edition:before {
    content: "奈"
}

.portfolio-icon-jw:before {
    content: "羅"
}

.portfolio-icon-autograph-collection:before {
    content: "金"
}

.portfolio-icon-renaissance:before {
    content: "洛"
}

.portfolio-icon-delta-hotels:before {
    content: "滑"
}

.portfolio-icon-marriott:before {
    content: "邏"
}

.portfolio-icon-marriott-executive-apartments:before {
    content: "裸"
}

.portfolio-icon-vacation-club:before {
    content: "駱"
}

.portfolio-icon-gaylord:before {
    content: "句"
}

.portfolio-icon-ac-hotels:before {
    content: "龜"
}

.portfolio-icon-courtyard:before {
    content: "賈"
}

.portfolio-icon-residence-inn:before {
    content: "豈"
}

.portfolio-icon-springhill-suites:before {
    content: "\e92b"
}

.portfolio-icon-fairfield-inn:before {
    content: "串"
}

.portfolio-icon-towneplace-suites:before {
    content: "車"
}

.portfolio-icon-protea-hotels:before {
    content: "龜"
}

.portfolio-icon-moxy:before {
    content: "樂"
}

.portfolio-icon-st-regis:before {
    content: "落"
}

.portfolio-icon-luxury-collection:before {
    content: "螺"
}

.portfolio-icon-w-hotels:before {
    content: "櫓"
}

.portfolio-icon-westin:before {
    content: "卵"
}

.portfolio-icon-sheraton:before {
    content: "珞"
}

.portfolio-icon-le-meridien:before {
    content: "蘿"
}

.portfolio-icon-tribute-portfolio:before {
    content: "酪"
}

.portfolio-icon-design-hotels:before {
    content: "虜"
}

.portfolio-icon-aloft:before {
    content: "契"
}

.portfolio-icon-four-points:before {
    content: "癩"
}

.portfolio-icon-element:before {
    content: "懶"
}

.portfolio-icon-rcr:before {
    content: "\f800"
}

.portfolio-icon-hotels-and-villas:before {
    content: "蘭"
}

.portfolio-icon-hvmi:before {
    content: "鸞"
}

.portfolio-icon-mvc:before {
    content: "嵐"
}

.portfolio-icon-xe:before {
    content: "濫"
}

.portfolio-icon-ba:before {
    content: "藍"
}

.portfolio-icon-mg:before {
    content: "襤"
}

.portfolio-icon-tours-activities:before {
    content: "臘"
}

.portfolio-icon-events:before {
    content: "蠟"
}

.portfolio-icon-boutiques:before {
    content: "廊"
}

.portfolio-icon-moments:before {
    content: "拉"
}

.portfolio-icon-sheraton-vacation-club:before {
    content: "擄"
}

.portfolio-icon-westin-vacation-club:before {
    content: "朗"
}

.portfolio-icon-xf:before {
    content: "爐"
}

.portfolio-icon-rs:before {
    content: "老"
}

.portfolio-icon-bg:before {
    content: "蘆"
}

.portfolio-icon-sn:before {
    content: "露"
}

body {
    background-color: var(--t-brand-bg-color);
    color: var(--t-brand-fg-color);
    font-family: var(--t-base-font-family)
}

body b,body strong {
    font-weight: 900
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.t-accent-color {
    color: var(--t-accent-color)
}

.t-text-color {
    color: var(--t-link-text-color)
}

.t-background-color {
    background-color: var(--t-brand-bg-color);
    color: var(--t-brand-fg-color);
    background-image: var(--t-brand-bg-texture,inherit)
}

.t-background-color-rgba {
    background-color: rgba(var(--t-brand-bg-color-rgb),var(--opacity))
}

.t-background-color-rgba,.t-foreground-color {
    color: var(--t-brand-fg-color)
}

.t-brand-ribbon {
    background-color: var(--t-brand-ribbon);
    color: var(--t-brand-ribbon)
}

.t-accent-rule {
    color: var(--t-accent-color);
    background-color: var(--t-accent-color)
}

.t-horizontal-vertical-rule {
    color: var(--t-horizontal-vertical-rule);
    background-color: var(--t-horizontal-vertical-rule)
}

.t-ui-element {
    background-color: var(--t-input-fields-bg-color);
    color: var(--t-input-fields-fg-color)
}

div.alternate,div.inverse,div[class*=color-scheme] {
    background-color: var(--t-brand-bg-color);
    color: var(--t-brand-fg-color);
    background-image: var(--t-brand-bg-texture,inherit)
}

.t-brand-logo {
    display: inline-block
}

.t-brand-logo,.t-brand-logo:hover,.t-brand-logo[class*=brand-logo-]:hover,.t-brand-logo [class*=brand-logo-]:hover {
    color: var(--t-logo-fg-color);
    background-color: var(--t-logo-bg-color)
}

.t-brand-logo-s,.t-brand-logo-s [class*=brand-logo-]:before {
    font-size: var(--t-logo-size-s);
    line-height: var(--t-logo-size-s)
}

.t-brand-logo-m,.t-brand-logo-m [class*=brand-logo-]:before {
    font-size: var(--t-logo-size-m);
    line-height: var(--t-logo-size-m)
}

.t-brand-logo-l,.t-brand-logo-l [class*=brand-logo-]:before {
    font-size: var(--t-logo-size-l);
    line-height: var(--t-logo-size-l)
}

body [class*=m-button] {
    font-family: var(--t-base-font-family);
    background: var(--t-button-primary-bg-color);
    color: var(--t-button-primary-fg-color)
}

body [class*=m-button].is-hover,body [class*=m-button]:hover {
    box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
    color: var(--t-button-primary-hover-fg-color,var(--t-button-primary-fg-color))
}

body [class*=m-button].disabled {
    opacity: .4
}

body .m-button-primary {
    background: var(--t-button-primary-bg-color);
    color: var(--t-button-primary-fg-color)
}

body .m-button-primary.is-hover,body .m-button-primary:hover {
    box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
    color: var(--t-button-primary-hover-fg-color,var(--t-button-primary-fg-color))
}

body .m-button-primary.disabled {
    pointer-events: none;
    opacity: .4
}

.inverse body .m-button-primary,body .m-button-primary-inverse {
    background: var(--t-button-primary-bg-color);
    color: var(--t-button-primary-fg-color)
}

.inverse body .m-button-primary.is-hover,.inverse body .m-button-primary:hover,body .m-button-primary-inverse.is-hover,body .m-button-primary-inverse:hover {
    box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
    color: var(--t-button-primary-hover-fg-color,var(--t-button-primary-fg-color))
}

.inverse body .m-button-primary.disabled,body .m-button-primary-inverse.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-button-primary-icon {
    background: var(--t-button-primary-bg-color);
    color: var(--t-button-primary-fg-color)
}

body .m-button-primary-icon.is-hover,body .m-button-primary-icon:hover {
    box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
    color: var(--t-button-primary-hover-fg-color,var(--t-button-primary-fg-color))
}

body .m-button-primary-icon.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-button-secondary {
    background: var(--t-button-secondary-bg-color);
    color: var(--t-button-secondary-fg-color);
    border: 1px solid var(--t-button-secondary-border-color)
}

body .m-button-secondary.is-hover,body .m-button-secondary:hover {
    box-shadow: inset 9999px 9999px var(--t-button-secondary-hover-bg-color);
    color: var(--t-button-secondary-hover-fg-color);
    border-color: var(--t-button-secondary-hover-border-color)
}

body .m-button-secondary.disabled {
    pointer-events: none;
    opacity: .4
}

.inverse body .m-button-secondary,body .m-button-secondary-inverse {
    background: var(--t-button-secondary-bg-color);
    color: var(--t-button-secondary-fg-color);
    border: 1px solid var(--t-button-secondary-border-color)
}

.inverse body .m-button-secondary.is-hover,.inverse body .m-button-secondary:hover,body .m-button-secondary-inverse.is-hover,body .m-button-secondary-inverse:hover {
    box-shadow: inset 9999px 9999px var(--t-button-secondary-hover-bg-color);
    color: var(--t-button-secondary-hover-fg-color);
    border-color: var(--t-button-secondary-hover-border-color)
}

.inverse body .m-button-secondary.disabled,body .m-button-secondary-inverse.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-button-secondary-icon {
    background: var(--t-button-secondary-bg-color);
    color: var(--t-button-secondary-fg-color);
    border: 1px solid var(--t-button-secondary-border-color)
}

body .m-button-secondary-icon.is-hover,body .m-button-secondary-icon:hover {
    box-shadow: inset 9999px 9999px var(--t-button-secondary-hover-bg-color);
    color: var(--t-button-secondary-hover-fg-color);
    border-color: var(--t-button-secondary-hover-border-color)
}

body .m-button-secondary-icon.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-icon-button-primary,body .m-icon-button-secondary,body .m-modal-close-btn {
    background-color: var(--t-icon-btn-primary-bg-color)
}

body .is-hover.m-icon-button-secondary,body .is-hover.m-modal-close-btn,body .m-icon-button-primary.is-hover,body .m-icon-button-primary:hover,body .m-icon-button-secondary:hover,body .m-modal-close-btn:hover {
    background-color: var(--t-icon-btn-hover-bg-color)
}

body .is-hover.m-icon-button-secondary [class*=icon]:before,body .is-hover.m-modal-close-btn [class*=icon]:before,body .m-icon-button-primary.is-hover [class*=icon]:before,body .m-icon-button-primary:hover [class*=icon]:before,body .m-icon-button-secondary:hover [class*=icon]:before,body .m-modal-close-btn:hover [class*=icon]:before {
    color: var(--t-icon-btn-hover-color)
}

body .m-icon-button-primary:focus,body .m-icon-button-secondary:focus,body .m-modal-close-btn:focus {
    background-color: var(--t-icon-btn-focus-bg-color)
}

body a {
    font-family: var(--t-base-font-family)
}

body .m-link-inverse,body .m-link-inverse:hover,body a,body a:hover {
    color: var(--t-link-text-color)
}

body .m-link-tertiary-button,body .m-link-tertiary-button-external,body .m-link-tertiary-button-inverse {
    color: var(--t-button-tertiary-color);
    font-family: var(--t-base-font-family)
}

body .m-link-tertiary-button-inverse,body .m-link-tertiary-button-inverse:hover {
    color: var(--t-button-tertiary-color)
}

body .m-link-tertiary-button-external:before,body .m-link-tertiary-button-inverse:before,body .m-link-tertiary-button:before,body .m-nav-link {
    font-family: var(--t-base-font-family)
}

body .m-nav-link,body .m-nav-link.is-hover,body .m-nav-link:hover {
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 992px) {
    body .m-nav-link.is-hover,body .m-nav-link.selected,body .m-nav-link:focus,body .m-nav-link:hover {
        border-bottom:.125rem solid var(--t-interactive-accent-color)
    }
}

body .global-nav-menu-link,body .m-header-primary-link,body .m-header-secondary-link {
    font-family: var(--t-base-font-family)
}

.m-accordion-container .accordion-item {
    border: none;
    background-color: inherit
}

.m-accordion-container .accordion-button {
    border-top: 1px solid #c4c4c4;
    color: inherit;
    padding: 1.5rem 0;
    background-color: transparent
}

.m-accordion-container .accordion-button:after {
    content: none
}

.m-accordion-container .collapsed {
    border-top: 1px solid #c4c4c4
}

.m-accordion-container .accordion-button:focus {
    border: 0;
    border-top: 1px solid #c4c4c4;
    box-shadow: none
}

.m-accordion-container .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none
}

.m-accordion-container .accordion-button:not(.collapsed) .accordion-arrow-icon {
    transform: rotate(-180deg)
}

.m-accordion-container .accordion-button:not(.collapsed):after {
    background-image: none
}

.m-accordion-container .accordion-button:focus {
    border-color: #c4c4c4
}

.m-accordion-container .accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.m-accordion-container .accordion-body {
    padding: 0;
    color: var(--t-brand-fg-color)
}

.m-accordion-container .m-accordion-title {
    display: flex;
    justify-content: start;
    align-items: baseline;
    width: inherit
}

.m-accordion-container .m-accordion-title p {
    margin-bottom: 0
}

.m-accordion-container .m-accordion-title .accordion-arrow-icon {
    margin-left: auto;
    flex-shrink: 0
}

.m-message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #eee;
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: .25rem
}

.m-message p,.m-message ul {
    margin-bottom: 0
}

.m-message ul {
    list-style-type: disc;
    padding-left: 1rem
}

.m-message ul li {
    margin-bottom: .25rem
}

.m-message .m-message-content-heading {
    font-weight: 700
}

.m-message .m-message-content-wrap {
    display: flex;
    overflow: hidden
}

.m-message .m-message-content-wrap:before {
    content: "\e94a"
}

@media (max-width: 767.98px) {
    .m-message .m-message-content {
        display:-webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }

    .m-message .m-message-content.toggle {
        display: inline-block
    }
}

.m-message .m-expand-collapse-button {
    border: none;
    background: none;
    margin-left: 1.5rem;
    padding: 0;
    display: flex;
    font-weight: 700;
    margin-top: .25rem
}

@media screen and (min-width: 768px) {
    .m-message .m-expand-collapse-button {
        display:none
    }
}

.m-message .m-expand-collapse-button:after {
    margin-left: .3125rem;
    font-size: .625rem;
    content: "\e91e"
}

.m-message .m-expand-collapse-button.toggle:after {
    content: "\e925"
}

.m-message-inline {
    background-color: #fff;
    border: .063rem solid #c4c4c4;
    padding: 1rem;
    border-radius: .5rem
}

.m-message-inline .m-message-content-wrap {
    display: flex;
    overflow: hidden
}

.m-message-inline .m-message-content-wrap:before {
    content: "\e94a";
    color: inherit;
    line-height: 1.25rem
}

.m-message-inline .m-message-content {
    display: inline-block;
    align-items: center;
    padding-top: .0625rem;
    flex-grow: 1
}

.m-message-inline .m-message-content ul {
    list-style-type: disc;
    margin-bottom: 0;
    padding-left: 1rem
}

.m-message-inline .m-message-content .m-link-action {
    font-size: inherit
}

.m-message-inline .m-message-content.expanded .m-message-content-heading .m-link-action {
    display: none
}

.m-message-inline .m-message-content.expanded .m-message-subcontents {
    display: block
}

.m-message-inline .m-message-content.collapse .m-message-content-heading .m-link-action {
    display: inline
}

.m-message-inline .m-message-content.collapse .m-message-subcontents {
    display: none
}

.m-message-inline .m-message-content-heading {
    font-size: 1rem;
    line-height: 1.25rem
}

.m-message-modal {
    border-radius: .5rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.08);
    overflow: hidden
}

.m-message-modal .m-message-modal-header {
    background-color: #1c1c1c;
    color: #fff;
    padding: .6875rem .875rem;
    font-size: .75rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: space-between
}

.m-message-modal .m-message-modal-contentwrap {
    padding: .875rem;
    background-color: #fff
}

.m-message-modal .m-message-modal-content {
    padding-top: .875rem;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #707070
}

[class^=m-message].info {
    background-color: #fff;
    border: .063rem solid #c4c4c4
}

[class^=m-message].info .m-message-content-wrap:before {
    content: "\e94a";
    color: #1c1c1c
}

[class^=m-message].info .m-message-content {
    color: #1c1c1c
}

[class^=m-message].info.inverse {
    background-color: #1c1c1c;
    border: .063rem solid #fff
}

[class^=m-message].info.inverse .m-message-content-wrap:before {
    content: "\e94a";
    color: #fff
}

[class^=m-message].info.inverse .m-message-content {
    color: #fff
}

[class^=m-message].emergency {
    background-color: #d0021b;
    border: .063rem solid #fff
}

[class^=m-message].emergency .m-message-content-wrap:before {
    content: "\e94a";
    color: #fff
}

[class^=m-message].emergency .m-message-content {
    color: #fff
}

[class^=m-message].emergency .m-link-action {
    color: inherit;
    border-bottom-color: inherit
}

[class^=m-message].error-sev1 {
    background-color: rgba(208,2,27,.1);
    border: .063rem solid #d0021b
}

[class^=m-message].error-sev1 .m-message-content-wrap:before {
    content: "\e91a";
    color: #d0021b
}

[class^=m-message].error-sev1 .m-message-content {
    color: #1c1c1c
}

[class^=m-message].error-sev2 {
    background-color: #fff;
    border: .063rem solid #d0021b
}

[class^=m-message].error-sev2 .m-message-content-wrap:before {
    content: "\e94a";
    color: #d0021b
}

[class^=m-message].error-sev2 .m-message-content {
    color: #1c1c1c
}

[class^=m-message].warning {
    background-color: #fff;
    border: .063rem solid #b94600
}

[class^=m-message].warning .m-message-content-wrap:before {
    content: "\ea28";
    color: #b94600
}

[class^=m-message].warning .m-message-content {
    color: #1c1c1c
}

[class^=m-message].success {
    background-color: #fff;
    border: .063rem solid #477d00
}

[class^=m-message].success .m-message-content-wrap:before {
    content: "\ea21";
    color: #477d00
}

[class^=m-message].success .m-message-content {
    color: #1c1c1c
}

body [class*=m-badge-inline] {
    display: inline-block;
    border-radius: .1875rem;
    text-align: center;
    padding: .125rem .25rem
}

body .m-badge-inline {
    background-color: #1c1c1c;
    color: #fff
}

body .m-badge-inline-merch {
    background-color: #ffb995;
    color: #1c1c1c
}

body .m-badge-inline-neutral {
    background: #f4f4f4;
    font-weight: 500;
    padding: .1875rem .25rem;
    text-transform: none;
    letter-spacing: 0
}

body [class*=m-badge-overlay] {
    border-radius: .25rem;
    padding: .5rem;
    width: fit-content;
    display: flex;
    align-items: center
}

body [class*=m-badge-overlay] [class*=icon-] {
    font-size: 1rem;
    color: inherit;
    margin-right: .125rem
}

body .m-badge-overlay-merch {
    background-color: #ffb995;
    color: #1c1c1c
}

body [class*=m-button] {
    font-weight: 700;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    border-radius: 6rem;
    display: inline-block;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .25s ease-in-out,border-color .15s ease-in-out;
    outline: none;
    text-decoration: none;
    font-size: 1rem;
    height: var(--t-button-m-height,40px);
    padding: var(--t-button-m-padding-y,0) var(--t-button-m-padding-x,24px);
    line-height: 1.375rem;
    border-radius: var(--t-button-border-radius,27px)
}

body [class*=m-button]:hover {
    transition: none;
    text-decoration: none;
    font-weight: 700
}

body [class*=m-button]:focus {
    outline: 2px solid -webkit-focus-ring-color
}

body [class*=m-button].disabled {
    pointer-events: none;
    background: #c4c4c4;
    color: #fff;
    border: 1px solid #c4c4c4
}

body [class*=m-button].disabled.is-hover,body [class*=m-button].disabled:hover {
    box-shadow: inset 9999px 9999px #c4c4c4;
    color: #fff;
    border-color: #c4c4c4
}

body [class*=m-button].disabled.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-button-s {
    font-size: .8125rem;
    height: var(--t-button-s-height,2rem);
    padding: var(--t-button-s-padding-y,0) var(--t-button-s-padding-x,1rem);
    line-height: 1rem;
    border-radius: var(--t-button-border-radius,22px)
}

body .m-button-m {
    font-size: 1rem;
    height: var(--t-button-m-height,40px);
    padding: var(--t-button-m-padding-y,0) var(--t-button-m-padding-x,24px);
    line-height: 1.375rem;
    border-radius: var(--t-button-border-radius,27px)
}

body .m-button-l {
    font-size: 1.125rem;
    height: var(--t-button-l-height,3.25rem);
    padding: var(--t-button-l-padding-y,0) var(--t-button-l-padding-x,2rem);
    line-height: 1.5rem;
    border-radius: var(--t-button-border-radius,2rem)
}

body .m-button-primary-cancel {
    background: transparent;
    color: #1c1c1c;
    border: 1px solid transparent
}

body .m-button-primary-cancel.is-hover,body .m-button-primary-cancel:hover {
    box-shadow: inset 9999px 9999px transparent;
    color: #1c1c1c;
    border-color: transparent
}

body .m-button-primary-cancel.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-button-primary-cancel:hover {
    font-weight: 700;
    text-decoration: underline
}

body .m-button-primary-icon [class*=icon-]:before {
    color: inherit;
    padding-right: .4375rem
}

body .m-button-secondary-cancel {
    background: transparent;
    color: #1c1c1c;
    border: 1px solid transparent
}

body .m-button-secondary-cancel.is-hover,body .m-button-secondary-cancel:hover {
    box-shadow: inset 9999px 9999px transparent;
    color: #1c1c1c;
    border-color: transparent
}

body .m-button-secondary-cancel.disabled {
    pointer-events: none;
    opacity: .4
}

body .m-button-secondary-cancel:hover {
    font-weight: 700;
    text-decoration: underline
}

body .m-button-secondary-icon [class*=icon]:before {
    color: inherit;
    padding-right: .4375rem
}

body .m-link-icon-left {
    font-size: .813rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 0;
    display: inline-block;
    margin: 0 .375rem;
    background-color: transparent
}

body .m-link-icon-left .m-link-text:hover {
    border-bottom: .0625rem solid #1c1c1c
}

body .m-link-icon-left span:not(.m-link-text) {
    padding-right: .375rem
}

body .m-link-icon-chevron {
    font-size: .813rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    position: relative
}

body .m-link-icon-chevron:after {
    font-family: MiIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: .9375rem;
    display: inline-block;
    vertical-align: bottom;
    content: "\e922";
    padding-left: .5625rem
}

body .m-link-icon-chevron .m-link-text:hover {
    border-bottom: .0625rem solid #1c1c1c
}

body .m-link-icon-chevron:hover:after {
    position: absolute;
    top: .0625rem
}

body .m-link-icon-button,body .m-link-icon-button-info,body .m-link-icon-button-info-inverse {
    font-size: .813rem;
    font-weight: 500;
    line-height: 1rem;
    display: inline-block;
    background-color: transparent;
    padding: .4375rem 0 .4375rem .5rem;
    display: inline-flex;
    align-items: center
}

body .m-link-icon-button-info-inverse:after,body .m-link-icon-button-info:after,body .m-link-icon-button:after {
    font-family: MiIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: .9375rem;
    display: inline-block;
    vertical-align: bottom
}

body .m-link-icon-button-info-inverse:hover,body .m-link-icon-button-info:hover,body .m-link-icon-button:hover {
    border-radius: .25rem;
    background-color: #eee
}

body .m-link-icon-button-info-inverse:focus,body .m-link-icon-button-info:focus,body .m-link-icon-button:focus {
    border: .0625rem solid #eee;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07)
}

body .m-link-icon-button-info-inverse .m-link-text:hover,body .m-link-icon-button-info .m-link-text:hover,body .m-link-icon-button .m-link-text:hover {
    border-bottom: none
}

body .m-link-icon-button-info-inverse [class*=icon],body .m-link-icon-button-info [class*=icon],body .m-link-icon-button [class*=icon] {
    display: contents
}

body .m-link-icon-button,body .m-link-icon-button-info,body .m-link-icon-button-info-inverse {
    color: #707070
}

body .m-link-icon-button-info-inverse [class*=icon],body .m-link-icon-button-info [class*=icon],body .m-link-icon-button [class*=icon] {
    border-bottom: .0625rem solid transparent
}

body .m-link-icon-button-info-inverse [class*=icon]:before,body .m-link-icon-button-info [class*=icon]:before,body .m-link-icon-button [class*=icon]:before {
    color: inherit;
    padding: 0 .5625rem 0 .375rem
}

body .m-link-icon-button-info,body .m-link-icon-button-info-inverse,body .m-link-icon-button-info-inverse:hover,body .m-link-icon-button-info:hover,body .m-link-icon-button:hover {
    color: #707070
}

body .m-link-icon-button-info-inverse:after,body .m-link-icon-button-info:after {
    content: "\e94a";
    padding: 0 .5625rem 0 .375rem
}

body .m-link-icon-button-info-inverse:hover,body .m-link-icon-button-info:hover {
    color: #707070
}

body .m-link-icon-button-info,body .m-link-icon-button-info-inverse,body .m-link-icon-button-info-inverse:hover,body .m-link-icon-button-info:hover {
    color: #1c1c1c
}

body .m-link-icon-button-info-inverse {
    background-color: transparent;
    color: #fff
}

body .m-link-icon-button-info-inverse:hover {
    background-color: #fff;
    color: #fff
}

body .m-icon-button-primary,body .m-icon-button-secondary,body .m-modal-close-btn {
    border-radius: .25rem;
    padding: .25rem
}

body .m-icon-button-primary [class*=icon-]:before,body .m-icon-button-secondary [class*=icon-]:before,body .m-modal-close-btn [class*=icon-]:before {
    display: block
}

body .m-icon-button-primary:focus [class*=icon]:before,body .m-icon-button-secondary:focus [class*=icon]:before,body .m-modal-close-btn:focus [class*=icon]:before {
    color: initial
}

body .m-icon-button-secondary {
    background-color: transparent
}

body .overlay .m-icon-button-primary,body .overlay .m-modal-close-btn {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.07);
    background-color: rgba(28,28,28,.54)
}

body .overlay .m-icon-button-primary [class*=icon]:before,body .overlay .m-modal-close-btn [class*=icon]:before {
    color: #fff
}

body .overlay .is-hover.m-modal-close-btn,body .overlay .m-icon-button-primary.is-hover,body .overlay .m-icon-button-primary:hover,body .overlay .m-modal-close-btn:hover {
    background-color: #000
}

body .overlay .m-icon-button-primary:focus,body .overlay .m-modal-close-btn:focus {
    background-color: #1c1c1c
}

body .overlay .m-icon-button-primary:focus [class*=icon]:before,body .overlay .m-modal-close-btn:focus [class*=icon]:before {
    color: #fff
}

body .m-button-gallery {
    font-size: .813rem;
    font-weight: 500;
    line-height: 1rem;
    height: auto;
    background-color: #fff;
    border: .0625rem solid #fff;
    padding: .5rem 1rem;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    color: #000
}

body .m-button-gallery [class*=icon] {
    vertical-align: middle
}

body .m-button-gallery [class*=icon]:before {
    padding-right: .625rem
}

body .m-button-gallery:hover {
    color: initial;
    font-weight: 500;
    border: .0625rem solid #fff;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    background-color: #f4f4f4
}

body .m-button-gallery:focus {
    outline: none
}

body .m-button-filter {
    font-size: .813rem;
    font-weight: 500;
    line-height: 1rem;
    height: auto;
    padding: .625rem 1rem;
    border: .0625rem solid #eee;
    border-radius: 1rem;
    background-color: #fff;
    color: #1c1c1c
}

body .m-button-filter [class*=icon]:before {
    position: relative;
    top: .125rem;
    padding-left: .3125rem
}

body .m-button-filter:hover {
    border: .0625rem solid #303030;
    border-radius: 1rem;
    background-color: #f4f4f4;
    color: initial;
    font-weight: 500
}

body .m-button-filter:focus {
    outline: none;
    border: .125rem solid #1c1c1c;
    border-radius: 1rem;
    background-color: #1c1c1c;
    color: #fff
}

body .m-button-filter:focus [class*=icon]:before {
    color: #fff
}

body .m-button-external.focus-visible,body .m-button-external:hover {
    padding-right: 8px;
    transition: all .15s ease
}

body .m-button-external.focus-visible:after,body .m-button-external:hover:after {
    font-family: MiIcons;
    content: "\e966";
    display: inline-block;
    margin: 0 8px;
    transform: rotate(45deg) scale(1.1);
    transition: all .15s ease-in
}

body .m-button-external:focus-visible {
    padding-right: 8px;
    transition: all .15s ease
}

body .m-button-external:focus-visible:after {
    font-family: MiIcons;
    content: "\e966";
    display: inline-block;
    margin: 0 8px;
    transform: rotate(45deg) scale(1.1);
    transition: all .15s ease-in
}

body a.m-button-s {
    padding-top: var(--t-button-s-padding-y,.375rem)
}

body a.m-button-m {
    padding-top: .5rem
}

body a.m-button-l {
    padding-top: .75rem
}

body input[type=checkbox].is-disabled+label,body input[type=checkbox]:checked:disabled+label,body input[type=checkbox]:disabled+label {
    cursor: default;
    color: #c4c4c4
}

body input[type=checkbox].is-disabled+label:before,body input[type=checkbox]:checked:disabled+label:before,body input[type=checkbox]:disabled+label:before {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    outline: none
}

body input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body input[type=checkbox]+label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 1.875rem;
    text-transform: none;
    letter-spacing: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--t-brand-fg-color);
    user-select: none
}

body input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid var(--t-input-fields-bg-color,#1c1c1c);
    border-radius: .125rem;
    background: #fff;
    text-align: center;
    transition: background .2s ease-out
}

body input[type=checkbox]+label:after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    left: .375rem;
    top: .125rem;
    width: .375rem;
    height: .75rem;
    opacity: .2;
    border-bottom: 2px solid var(--t-input-fields-fg-color);
    border-right: 2px solid var(--t-input-fields-fg-color);
    transform: rotate(45deg);
    transition: border-color .3s ease
}

[dir=rtl] body input[type=checkbox]+label:after {
    transform: rotate(-45deg) scaleX(-1)
}

body input[type=checkbox]:checked+label:before {
    background-color: var(--t-input-fields-bg-color)
}

body input[type=checkbox]:checked+label:after {
    opacity: 1;
    border-bottom: 2px solid var(--t-input-fields-fg-color);
    border-right: 2px solid var(--t-input-fields-fg-color)
}

body input[type=checkbox]:focus+label:before,body input[type=checkbox]:focus-visible+label:before {
    outline: 1px solid -webkit-focus-ring-color
}

body .m-checkbox-button input[type=checkbox]+label {
    border-radius: .25rem;
    display: flex;
    align-items: center;
    padding: .625rem 2.125rem;
    font-size: .8125rem;
    line-height: 1.125rem;
    width: 100%;
    color: #1c1c1c;
    margin: 0;
    font-weight: 500
}

body .m-checkbox-button input[type=checkbox]+label:before {
    top: .625rem;
    left: .5rem
}

body .m-checkbox-button input[type=checkbox]+label:after {
    left: .875rem;
    top: .75rem
}

body .m-checkbox-button input[type=checkbox]+label:hover {
    background-color: #eee
}

body .m-checkbox-selection-item input[type=checkbox]+label {
    border: 1px solid #eee;
    color: #1c1c1c;
    border-radius: .25rem;
    padding: 1rem 1rem 1rem 3.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center
}

body .m-checkbox-selection-item input[type=checkbox]+label [class*=icon-] {
    padding-right: .625rem;
    font-size: 1.25rem;
    line-height: 1.25rem
}

body .m-checkbox-selection-item input[type=checkbox]+label:before {
    top: 1.0625rem;
    left: 1rem
}

body .m-checkbox-selection-item input[type=checkbox]+label:after {
    left: 1.4rem;
    top: 1.1875rem
}

body .m-checkbox-selection-item input[type=checkbox]+label:hover {
    background-color: #f4f4f4
}

body .m-checkbox-selection-item input[type=checkbox]:checked+label {
    border: 1px solid #1c1c1c
}

body .m-checkbox-list-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center
}

body .m-checkbox-list-item input[type=checkbox]+label {
    padding: .75rem .5rem;
    color: #1c1c1c;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%
}

body .m-checkbox-list-item input[type=checkbox]+label [class*=icon-] {
    padding-right: .625rem;
    font-size: 1.25rem;
    line-height: 1.25rem
}

body .m-checkbox-list-item input[type=checkbox]+label:before {
    top: .9rem;
    left: unset;
    right: .5rem
}

body .m-checkbox-list-item input[type=checkbox]+label:after {
    left: unset;
    right: .875rem;
    top: 1rem
}

body .m-checkbox-list-item input[type=checkbox]+label:hover {
    background-color: #f4f4f4;
    border-radius: .25rem
}

body .button-checkbox input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body .button-checkbox input[type=checkbox]+label {
    display: inline-block;
    width: auto;
    border: 1px solid #eee;
    background-color: #fff;
    color: #1c1c1c;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    padding: 8px 24px 8px 44px;
    border-radius: 1.625rem;
    width: 100%;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1rem
}

body .button-checkbox input[type=checkbox]+label:before {
    top: .625rem;
    left: 1.125rem;
    width: .75rem;
    height: .75rem;
    border: 1px solid var(--t-input-fields-bg-color,#1c1c1c);
    border-radius: .125rem
}

body .button-checkbox input[type=checkbox]+label:after {
    left: 1.4375rem;
    top: .6875rem;
    border-bottom: .25px solid var(--t-input-fields-fg-color);
    border-right: .25px solid var(--t-input-fields-fg-color);
    transform: rotate(45deg);
    width: .25rem;
    height: .5rem
}

body .m-container-anchored-bottom,body .m-container-anchored-top {
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: .875rem;
    position: fixed;
    box-shadow: 0 -5px 20px 0 rgba(0,0,0,.07),0 -1px 0 0 #eee
}

body .m-container-anchored-bottom p,body .m-container-anchored-top p {
    margin-bottom: 0
}

@media (min-width: 768px) {
    body .m-container-anchored-bottom,body .m-container-anchored-top {
        padding:1rem 1.5625rem
    }
}

@media (min-width: 992px) {
    body .m-container-anchored-bottom,body .m-container-anchored-top {
        padding:1.5rem 9.875rem
    }
}

body .m-container-anchored-top {
    top: 0;
    left: 0;
    right: 0
}

body .m-container-anchored-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.t-divider-dotted {
    height: inherit;
    min-height: 1.375rem;
    border: 0;
    border-left: .25rem dotted;
    border-color: #c4c4c4
}

body .m-dropdown-container {
    border: .0625rem solid #eee;
    border-radius: .875rem;
    background-color: #fff;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    position: relative;
    margin: 0 auto
}

body .m-dropdown-container .m-dropdown-action-bar,body .m-dropdown-container .m-dropdown-content,body .m-dropdown-container .m-dropdown-heading {
    padding: .5rem 1rem
}

body .m-dropdown-container .m-dropdown-heading {
    margin-bottom: 0;
    margin-top: 1rem
}

body .m-dropdown-container .m-dropdown-content {
    overflow-y: auto;
    max-height: 60vh
}

@media screen and (max-width: 576px) {
    body .m-dropdown-container .m-dropdown-content {
        padding-bottom:.5rem
    }
}

body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar {
    width: .4375rem;
    background-color: transparent
}

body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar-corner {
    border-color: transparent;
    background-color: transparent
}

body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar-thumb {
    border-radius: .25rem;
    background-color: #eee
}

body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar-track {
    border-radius: .25rem;
    background-color: transparent
}

body .m-dropdown-container .m-dropdown-list {
    list-style-position: outside;
    list-style-type: none;
    padding: 0
}

body .m-dropdown-container .m-dropdown-list li {
    padding: .25rem 0;
    border-bottom: 1px solid #eee
}

body .m-dropdown-container .m-dropdown-action-bar {
    border-radius: 0 0 .875rem .875rem;
    background-color: #f4f4f4;
    position: relative;
    padding-top: .5rem;
    bottom: auto;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

body .m-dropdown-container .m-dropdown-action-bar .m-dropdown-action-clear {
    text-align: left;
    background-color: transparent;
    padding: 0;
    letter-spacing: .009375rem
}

body .m-dropdown-container .m-dropdown-action-bar .results-text {
    padding-right: 1rem;
    color: #707070
}

.m-form-group {
    position: relative;
    margin-bottom: .75rem
}

.m-form-group label {
    margin-bottom: .375rem
}

label {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    font-family: var(--t-base-font-family);
    color: var(--t-form-label-color);
    letter-spacing: .08125rem;
    display: block
}

.form-error {
    color: var(--t-form-error-color)
}

.form-error .icon {
    margin-right: .5rem
}

.form-error-s {
    color: var(--t-form-error-color)!important
}

body input.is-disabled[type=checkbox],body input[type=checkbox]:disabled,body select.is-disabled,body select:disabled {
    border: none;
    pointer-events: none
}

.m-input-field {
    position: relative
}

.m-input-field label {
    position: absolute;
    top: -.47rem;
    left: .6875rem;
    font-size: .875rem;
    background: #fff;
    padding: 0 .375rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 0
}

.inverse .m-input-field label {
    background: #1c1c1c;
    color: #c4c4c4
}

.m-input-field.is-error label,.m-input-field.is-error span:first-of-type {
    color: var(--t-form-error-color)
}

.m-input-field.is-error input {
    border-color: var(--t-form-error-color)!important
}

.m-input-field.is-error input[type=email]:focus,.m-input-field.is-error input[type=number]:focus,.m-input-field.is-error input[type=password]:focus,.m-input-field.is-error input[type=text]:focus {
    box-shadow: 0 0 0 .03125rem var(--t-form-error-color)
}

.m-input-field.is-error span:first-of-type {
    font-size: .75rem
}

.m-input-field.is-active label {
    color: var(--t-brand-fg-color)
}

.m-input-field.is-active input {
    border: .09375rem solid var(--t-brand-fg-color)
}

.m-input-field.is-active span:first-of-type {
    color: #1c1c1c
}

.m-input-field.is-disabled label {
    color: #c4c4c4
}

.m-input-field.is-disabled input {
    border-color: #c4c4c4!important;
    pointer-events: none
}

.m-input-field .icon-arrow,.m-input-field .icon-arrow-down,.m-input-field .icon-arrow-up,.m-input-field .icon-cancel,.m-input-field .icon-visibility,.m-input-field .icon-visibility-off,.m-input-field:focus-within .icon-arrow {
    position: absolute;
    right: .8125rem;
    top: .625rem;
    left: unset;
    font-size: 1.25rem
}

.m-input-field .icon-visibility,.m-input-field .icon-visibility-off {
    color: #707070
}

.m-input-field .icon-arrow,.m-input-field .icon-arrow-down,.m-input-field .icon-arrow-up,.m-input-field:focus-within .icon-arrow {
    font-size: 1rem;
    color: #707070
}

.m-input-field {
    caret-color: transparent
}

.m-input-field input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
    font-size: 1rem
}

.m-input-field .m-modal-backshadow,.m-input-field .m-modal-container {
    display: none
}

.m-input-field .icon-arrow {
    font-size: .75rem;
    background-color: transparent
}

.m-input-field .m-exp-dropdown-panel {
    display: none
}

.m-input-field:focus-within label {
    color: #1c1c1c
}

.inverse .m-input-field:focus-within label {
    color: #fff
}

.m-input-field:focus-within .icon-arrow {
    font-size: .75rem
}

.m-input-field:focus-within .m-exp-dropdown-panel {
    max-height: 22.5rem;
    border-radius: 0 0 .9375rem .9375rem;
    list-style: none;
    border: 1px solid #c4c4c4;
    border-top: none;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    list-style-type: none;
    margin: 0;
    position: relative;
    padding: .625rem 0 0
}

@media screen and (max-width: 576px) {
    .m-input-field:focus-within .m-exp-dropdown-panel {
        display:none
    }
}

.m-input-field:focus-within .m-exp-dropdown-panel li:last-child {
    margin-bottom: .625rem
}

.m-input-field:focus-within .m-exp-dropdown-panel::-webkit-scrollbar {
    width: .625rem
}

.m-input-field:focus-within .m-exp-dropdown-panel::-webkit-scrollbar-track {
    margin: .625rem
}

.m-input-field:focus-within .m-exp-dropdown-panel::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: .625rem
}

.m-input-field:focus-within .m-exp-dropdown-panel li {
    padding: .625rem 1.5625rem;
    display: flex;
    justify-content: space-between
}

.m-input-field:focus-within .m-exp-dropdown-panel li:hover {
    background-color: #f4f4f4
}

.inverse .m-input-field:focus-within .m-exp-dropdown-panel li:hover {
    background-color: #707070
}

.m-input-field:focus-within .m-exp-dropdown-panel li span {
    width: 100%
}

.m-input-field:focus-within .m-exp-dropdown-panel .seperator {
    border-bottom: .0625rem solid #c4c4c4;
    padding: 0;
    margin: .3125rem 1.25rem
}

.m-input-field:focus-within .m-exp-dropdown-panel .icon-selected {
    font-weight: 800
}

.m-input-field:focus-within .m-exp-dropdown-panel .icon-selected:before {
    content: "\e92c"
}

.m-input-field:focus-within .m-exp-dropdown-panel .icon-selected:before {
    position: absolute;
    right: 1.5625rem
}

@media screen and (max-width: 576px) {
    .m-input-field:focus-within .m-modal-backshadow {
        display:block
    }
}

@media screen and (max-width: 576px) {
    .m-input-field:focus-within .m-modal-container {
        display:block;
        height: fit-content;
        max-height: 31.25rem;
        bottom: 0;
        top: unset;
        overflow: auto
    }

    .inverse .m-input-field:focus-within .m-modal-container {
        background-color: #1c1c1c
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body {
        padding: 0;
        margin: 0;
        max-height: 21.75rem
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body::-webkit-scrollbar {
        width: .625rem
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body::-webkit-scrollbar-track {
        margin: .625rem
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body::-webkit-scrollbar-thumb {
        background: #eee;
        border-radius: .625rem
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content {
        padding: 0
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel {
        border: none;
        display: block;
        padding: 10px 0 0;
        max-height: fit-content
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel .icon-selected {
        font-weight: 800
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel .icon-selected:before {
        position: absolute;
        right: 1.5625rem;
        content: "\e92c"
    }

    .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel li {
        padding: .625rem 1.5625rem .625rem 2.1875rem
    }
}

.m-input-field .m-feedback-panel {
    display: none
}

.m-input-field:focus-within .m-feedback-panel {
    max-height: 22.5rem;
    border-radius: 0 0 .9375rem .9375rem;
    list-style: none;
    border: 1px solid #c4c4c4;
    border-top: none;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.m-input-field:focus-within .m-feedback-panel li:last-child {
    margin-bottom: .625rem
}

.m-input-field:focus-within .m-feedback-panel .suggestion-panel {
    padding: .625rem 1.25rem
}

.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion {
    word-break: normal;
    overflow-y: anywhere
}

.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion span:before {
    padding-right: .625rem
}

.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion.valid {
    color: #477d00
}

.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion.error {
    color: #b94600
}

body .m-icon-text,body .m-icon-text-interactive {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.m-message-inline body .m-icon-text-interactive .m-message-content-wrap:before,.m-message-inline body .m-icon-text .m-message-content-wrap:before,.m-message body .m-icon-text-interactive .m-message-content-wrap:before,.m-message body .m-icon-text .m-message-content-wrap:before,body .m-icon-text-interactive .icon-s,body .m-icon-text-interactive .m-message-inline .m-message-content-wrap:before,body .m-icon-text-interactive .m-message .m-message-content-wrap:before,body .m-icon-text .icon-s,body .m-icon-text .m-message-inline .m-message-content-wrap:before,body .m-icon-text .m-message .m-message-content-wrap:before {
    margin-right: .25rem
}

.m-message body .m-icon-text-interactive .m-expand-collapse-button:after,.m-message body .m-icon-text .m-expand-collapse-button:after,body .m-icon-text-interactive .icon-m,body .m-icon-text-interactive .m-message .m-expand-collapse-button:after,body .m-icon-text .icon-m,body .m-icon-text .m-message .m-expand-collapse-button:after {
    margin-right: .5rem
}

body .m-icon-button-primary .m-icon-text-interactive [class*=icon-]:before,body .m-icon-button-primary .m-icon-text [class*=icon-]:before,body .m-icon-button-secondary .m-icon-text-interactive [class*=icon-]:before,body .m-icon-button-secondary .m-icon-text [class*=icon-]:before,body .m-icon-text-interactive .icon-l,body .m-icon-text-interactive .m-icon-button-primary [class*=icon-]:before,body .m-icon-text-interactive .m-icon-button-secondary [class*=icon-]:before,body .m-icon-text-interactive .m-modal-close-btn [class*=icon-]:before,body .m-icon-text .icon-l,body .m-icon-text .m-icon-button-primary [class*=icon-]:before,body .m-icon-text .m-icon-button-secondary [class*=icon-]:before,body .m-icon-text .m-modal-close-btn [class*=icon-]:before,body .m-modal-close-btn .m-icon-text-interactive [class*=icon-]:before,body .m-modal-close-btn .m-icon-text [class*=icon-]:before {
    margin-right: 1rem
}

body .m-icon-text-interactive [class*=icon],body .m-icon-text [class*=icon] {
    font-size: 100%;
    line-height: .75
}

body .m-icon-text-interactive [class*=icon],body .m-icon-text-interactive [class*=t-font],body .m-icon-text-interactive [class*=t-subtitle],body .m-icon-text [class*=icon],body .m-icon-text [class*=t-font],body .m-icon-text [class*=t-subtitle] {
    font-weight: 500
}

body .m-icon-text-interactive [class*=icon],body .m-icon-text-interactive [class*=t-font],body .m-icon-text-interactive [class*=t-subtitle] {
    font-weight: 700
}

body .m-input-group {
    position: relative
}

body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
    font-size: 1.125rem;
    line-height: 1rem;
    font-weight: 500;
    font-family: var(--t-base-font-family);
    color: var(--t-brand-fg-color)
}

body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder {
    color: #707070
}

body .m-input-field input[type=date],body .m-input-field input[type=email],body .m-input-field input[type=number],body .m-input-field input[type=password],body .m-input-field input[type=tel],body .m-input-field input[type=text],body input[type=date],body input[type=email],body input[type=number],body input[type=password],body input[type=tel],body input[type=text] {
    box-sizing: border-box;
    padding: 0 3rem 1rem 0;
    width: 100%;
    border-bottom: 2px solid #c4c4c4;
    background-color: transparent
}

body input[type=date].is-error,body input[type=date].is-error:focus,body input[type=email].is-error,body input[type=email].is-error:focus,body input[type=number].is-error,body input[type=number].is-error:focus,body input[type=password].is-error,body input[type=password].is-error:focus,body input[type=tel].is-error,body input[type=tel].is-error:focus,body input[type=text].is-error,body input[type=text].is-error:focus {
    border-color: var(--t-form-error-color)
}

body input[type=date].is-disabled,body input[type=date]:disabled,body input[type=email].is-disabled,body input[type=email]:disabled,body input[type=number].is-disabled,body input[type=number]:disabled,body input[type=password].is-disabled,body input[type=password]:disabled,body input[type=tel].is-disabled,body input[type=tel]:disabled,body input[type=text].is-disabled,body input[type=text]:disabled {
    pointer-events: none;
    color: #707070
}

body input[type=date]:focus,body input[type=email]:focus,body input[type=number]:focus,body input[type=password]:focus,body input[type=tel]:focus,body input[type=text]:focus {
    border-bottom: 3px solid var(--t-brand-fg-color)
}

body input[type=number] {
    -moz-appearance: textfield
}

body input[type=number]::-webkit-inner-spin-button,body input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

body .m-input-field input[type=date],body .m-input-field input[type=email],body .m-input-field input[type=number],body .m-input-field input[type=password],body .m-input-field input[type=tel],body .m-input-field input[type=text] {
    padding: .75rem 0 .75rem 1rem;
    border: .0625rem solid #707070;
    border-radius: .25rem
}

body .m-input-field input:has(~.icon) {
    padding-right: 36px
}

body .m-input-field input[type=date]:focus,body .m-input-field input[type=email]:focus,body .m-input-field input[type=number]:focus,body .m-input-field input[type=password]:focus,body .m-input-field input[type=tel]:focus,body .m-input-field input[type=text]:focus {
    border-color: var(--t-brand-fg-color);
    box-shadow: inset 0 0 0 .03125rem
}

body a {
    box-sizing: border-box
}

body a,body a:hover {
    text-decoration: none;
    font-weight: 700
}

body .m-link,body .m-link-inverse {
    padding-bottom: 8px;
    border-bottom: 2px solid var(--t-link-border-color);
    text-decoration: none
}

body .m-link-inverse:focus,body .m-link-inverse:hover,body .m-link:focus,body .m-link:hover {
    border-bottom: 2px solid
}

body .m-link-dotted {
    border-bottom: 2px dotted #707070;
    text-decoration: none
}

body .m-link-dotted:hover {
    text-decoration: none;
    font-weight: 500;
    color: #707070
}

body .m-link-tertiary-button,body .m-link-tertiary-button-external,body .m-link-tertiary-button-inverse {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border-bottom: .0625rem solid transparent;
    margin-right: 1.6875rem
}

body .m-link-tertiary-button-external:after,body .m-link-tertiary-button-inverse:after,body .m-link-tertiary-button:after {
    content: "\e942";
    padding-left: 8px;
    display: inline-block;
    font-family: MiIcons;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.125rem;
    vertical-align: bottom;
    position: absolute
}

body .focus-visible.m-link-tertiary-button-external,body .focus-visible.m-link-tertiary-button-inverse,body .m-link-tertiary-button-external:focus,body .m-link-tertiary-button-external:hover,body .m-link-tertiary-button-inverse:focus,body .m-link-tertiary-button-inverse:hover,body .m-link-tertiary-button.focus-visible,body .m-link-tertiary-button:focus,body .m-link-tertiary-button:hover {
    font-weight: 700;
    border-bottom: 1px solid
}

body .m-link-tertiary-button-external:before,body .m-link-tertiary-button-inverse:before,body .m-link-tertiary-button:before {
    display: block;
    content: attr(title);
    font-weight: 900;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

body .m-link-tertiary-button-external.focus-visible:after,body .m-link-tertiary-button-external:focus-visible:after,body .m-link-tertiary-button-external:hover:after {
    transform: rotate(-45deg);
    transition: all .15s ease-in
}

body .m-link-back-tertiary-button,body .m-link-back-tertiary-button-inverse {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border-bottom: .0625rem solid transparent
}

body .m-link-back-tertiary-button-inverse:before,body .m-link-back-tertiary-button:before {
    content: "\e927";
    padding-right: 8px;
    display: inline-block;
    font-family: MiIcons;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.125rem;
    vertical-align: bottom
}

body .m-link-back-tertiary-button-inverse:after,body .m-link-back-tertiary-button:after {
    display: block;
    content: attr(title);
    font-weight: 900;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

body .m-nav-link {
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 700;
    border-bottom: .0625rem solid transparent;
    padding: .0625rem 0;
    text-decoration: none;
    cursor: pointer
}

body .m-nav-link.is-hover,body .m-nav-link:focus,body .m-nav-link:hover {
    color: var(--t-brand-fg-color);
    text-decoration: none;
    font-weight: 700
}

@media screen and (min-width: 992px) {
    body .m-nav-link {
        padding:.5rem 0 .25rem;
        margin: 0 .5625rem
    }
}

@media screen and (min-width: 992px) {
    body .m-nav-link.is-hover,body .m-nav-link.selected,body .m-nav-link:focus,body .m-nav-link:hover {
        text-decoration:none;
        border-bottom: .125rem solid var(--t-interactive-accent-color)
    }
}

body .m-header-primary-link {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.125rem;
    text-decoration: none;
    color: #707070
}

@media screen and (max-width: 1200px) {
    body .m-header-primary-link {
        text-decoration:underline;
        font-size: 1rem;
        color: #1c1c1c
    }
}

body .m-header-primary-link:hover {
    font-weight: 500;
    color: #707070
}

@media screen and (max-width: 1200px) {
    body .m-header-primary-link:hover {
        text-decoration:underline;
        color: #1c1c1c
    }
}

body .m-header-primary-link.active {
    font-weight: 700;
    color: #1c1c1c
}

body .m-header-secondary-link {
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.375rem;
    text-decoration: none;
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 1200px) {
    body .m-header-secondary-link {
        text-decoration:underline
    }
}

body .m-header-secondary-link:hover {
    font-weight: 700;
    text-decoration: none
}

@media screen and (min-width: 1200px) {
    body .m-header-secondary-link:hover {
        text-decoration:underline
    }
}

body .global-nav-menu-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline
}

body .global-nav-menu-link:hover {
    color: #fff;
    font-weight: 500
}

body .m-link-action {
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.125rem;
    border-bottom: .0625rem solid var(--t-link-border-color);
    color: var(--t-link-text-color)
}

body .m-link-action:hover {
    font-weight: 500
}

body .m-map-pin {
    display: inline-block;
    position: relative;
    background-color: #1c1c1c;
    text-align: center;
    border-radius: .25rem;
    padding: .25rem .5rem;
    color: #fff;
    cursor: pointer;
    box-shadow: .5rem .875rem .875rem 0 rgba(0,0,0,.25);
    font-size: .8125rem;
    line-height: .8125rem
}

body .m-map-pin sub {
    font-size: .5625rem;
    line-height: .5625rem;
    text-transform: uppercase;
    bottom: 0;
    left: .125rem
}

body .m-map-pin:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -.3125rem;
    border: .3125rem solid transparent;
    border-top-color: #1c1c1c
}

body .m-map-pin:active,body .m-map-pin:hover {
    background-color: #fff;
    color: #1c1c1c;
    border-color: #fff transparent transparent
}

body .m-map-pin:active:after,body .m-map-pin:hover:after {
    border-color: #fff transparent transparent
}

body .m-map-pin .m-icon {
    font-size: 2.25rem;
    line-height: 3.125rem;
    padding: 0 .5rem
}

body .m-map-pin .m-icon-s {
    font-size: .875rem
}

body .m-map-pin .m-icon-m {
    font-size: 1rem
}

body .m-map-pin .m-icon-l {
    font-size: 1.25rem
}

body .m-map-pin .m-icon-xl {
    font-size: 1.5rem
}

body .m-map-pin.active {
    background-color: #fff;
    color: #1c1c1c;
    border: 1px solid #c4c4c4
}

body .m-map-pin.active:after {
    border-color: #fff transparent transparent
}

body .m-modal-backshadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background-color: rgba(28,28,28,.56)
}

body .m-modal-container {
    background-color: #fff;
    border-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed;
    left: 0;
    top: 10vh;
    width: 100%;
    height: 100%;
    max-height: 90vh;
    z-index: 1050
}

@media screen and (min-width: 768px) {
    body .m-modal-container {
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1050;
        max-width: 40rem;
        max-height: 70vh;
        border-radius: 14px
    }
}

@media screen and (min-width: 992px) {
    body .m-modal-container {
        max-width:50rem;
        height: unset;
        max-height: 80vh
    }
}

body .m-modal-body {
    overflow-y: auto;
    margin-bottom: 2rem;
    margin-right: .5rem;
    margin-top: 2rem;
    padding: 0 1rem 0 1.5rem;
    max-height: calc(90vh - 9.5rem)
}

@media screen and (min-width: 768px) {
    body .m-modal-body {
        margin-top:1.5rem;
        margin-bottom: 1.5rem;
        margin-right: 1rem;
        padding: 0 1rem 0 2rem;
        max-height: calc(70vh - 8.625rem)
    }
}

@media screen and (min-width: 992px) {
    body .m-modal-body {
        margin-top:.75rem;
        margin-bottom: 3.375rem;
        margin-right: 1rem;
        padding: 2.25rem 1rem 0 2rem;
        max-height: calc(70vh - 11.875rem)
    }
}

body .m-modal-content {
    padding-bottom: 1.5rem
}

body .m-modal-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 2rem 2rem 1.5rem;
    border-bottom: .0625rem solid #c4c4c4
}

body .m-modal-close-btn {
    width: 2rem;
    height: 2rem
}

body .m-modal-scrim {
    position: absolute;
    width: calc(100% - 1.5rem);
    height: 4rem;
    bottom: 1.875rem;
    left: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff)
}

@media screen and (min-width: 768px) {
    body .m-modal-scrim {
        bottom:1.5rem;
        width: calc(100% - 2rem);
        height: 5rem
    }
}

@media screen and (min-width: 992px) {
    body .m-modal-scrim {
        bottom:3.375rem;
        height: 3.5rem
    }
}

.opacity-9 {
    --opacity: 09
}

.opacity-8 {
    --opacity: 08
}

.opacity-7 {
    --opacity: 07
}

.opacity-6 {
    --opacity: 06
}

.opacity-5 {
    --opacity: 05
}

@media (min-width: 576px) {
    .opacity-sm-9 {
        --opacity:09
    }

    .opacity-sm-8 {
        --opacity: 08
    }

    .opacity-sm-7 {
        --opacity: 07
    }

    .opacity-sm-6 {
        --opacity: 06
    }

    .opacity-sm-5 {
        --opacity: 05
    }
}

@media (min-width: 768px) {
    .opacity-md-9 {
        --opacity:09
    }

    .opacity-md-8 {
        --opacity: 08
    }

    .opacity-md-7 {
        --opacity: 07
    }

    .opacity-md-6 {
        --opacity: 06
    }

    .opacity-md-5 {
        --opacity: 05
    }
}

@media (min-width: 992px) {
    .opacity-lg-9 {
        --opacity:09
    }

    .opacity-lg-8 {
        --opacity: 08
    }

    .opacity-lg-7 {
        --opacity: 07
    }

    .opacity-lg-6 {
        --opacity: 06
    }

    .opacity-lg-5 {
        --opacity: 05
    }
}

@media (min-width: 1200px) {
    .opacity-xl-9 {
        --opacity:09
    }

    .opacity-xl-8 {
        --opacity: 08
    }

    .opacity-xl-7 {
        --opacity: 07
    }

    .opacity-xl-6 {
        --opacity: 06
    }

    .opacity-xl-5 {
        --opacity: 05
    }
}

body .progress-tracker-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
    padding-inline:0;margin: auto
}

body .progress-tracker-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1
}

body .progress-tracker-item:before {
    left: -50%
}

body .progress-tracker-item:after,body .progress-tracker-item:before {
    position: absolute;
    content: "";
    border-bottom: .0625rem solid #c4c4c4;
    width: 100%;
    top: .8125rem;
    z-index: 2
}

body .progress-tracker-item:after {
    left: 50%
}

body .progress-tracker-item .progress-tracker-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8125rem;
    height: 1.8125rem;
    border-radius: 50%;
    background: #c4c4c4;
    margin-bottom: .375rem;
    color: #fff
}

body .progress-tracker-item.active .progress-tracker-counter,body .progress-tracker-item.completed .progress-tracker-counter {
    background-color: #1c1c1c;
    color: #fff
}

body .progress-tracker-item.active .progress-tracker-label,body .progress-tracker-item.completed .progress-tracker-label {
    color: #1c1c1c!important
}

body .progress-tracker-item.completed:after {
    position: absolute;
    content: "";
    border-bottom: .0625rem solid #1c1c1c;
    width: 100%;
    top: .8125rem;
    left: 50%;
    z-index: 3
}

body .progress-tracker-item.active:first-child:after,body .progress-tracker-item:first-child:before,body .progress-tracker-item:last-child:after {
    content: none
}

body .progress-tracker-label {
    text-align: center;
    overflow-wrap: break-word;
    max-width: 10ch;
    color: #707070!important
}

body input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: .0625rem;
    margin: -.0625rem;
    overflow: hidden;
    padding: 0;
    width: .0625rem;
    position: absolute;
    opacity: 0;
    cursor: pointer
}

body input[type=radio]:checked~label:before {
    background-color: var(--t-input-fields-bg-color)
}

body input[type=radio]:checked~label:after {
    display: block
}

body input[type=radio]:checked:disabled+label {
    color: #c4c4c4
}

body input[type=radio]:checked:disabled+label:before {
    background-color: #c4c4c4;
    outline: none
}

body input[type=radio]:focus+label:before,body input[type=radio]:focus-visible+label:before {
    outline: 1px solid -webkit-focus-ring-color
}

body input[type=radio].is-disabled+label,body input[type=radio]:disabled+label {
    color: #c4c4c4;
    cursor: default
}

body input[type=radio].is-disabled+label:before,body input[type=radio]:disabled+label:before {
    border-color: #c4c4c4
}

body input[type=radio]+label {
    position: relative;
    letter-spacing: 0;
    cursor: pointer;
    text-transform: none;
    display: inline-block;
    color: var(--t-brand-fg-color);
    font-size: .875rem;
    line-height: 1.125rem;
    padding-left: 1.875rem
}

body input[type=radio]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    border: .011875rem solid var(--t-input-fields-bg-color);
    height: 1.25rem;
    width: 1.25rem
}

body input[type=radio]+label:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fff;
    top: .4375rem;
    left: .4375rem;
    width: .375rem;
    height: .375rem
}

body .m-radio-button-sm input[type=radio]+label {
    line-height: .875rem;
    padding-left: 1.5625rem
}

body .m-radio-button-sm input[type=radio]+label:before {
    height: .875rem;
    width: .875rem
}

body .m-radio-button-sm input[type=radio]+label:after {
    top: .3125rem;
    left: .3125rem;
    width: .25rem;
    height: .25rem
}

body .m-radio-button-selection input[type=radio]+label {
    padding: .9375rem 0 .9375rem 2.8125rem
}

body .m-radio-button-selection input[type=radio]+label:after,body .m-radio-button-selection input[type=radio]+label:before {
    margin: .9375rem
}

body .m-radio-button-selection input[type=radio]:checked+label {
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: .25rem
}

body .m-ratings,body .m-ratings-md {
    display: flex;
    justify-content: flex-start;
    font-size: .75rem;
    color: var(--t-form-label-color)
}

body .m-ratings-md p,body .m-ratings p {
    margin-bottom: 0
}

body .m-ratings-md .m-ratings-stars,body .m-ratings .m-ratings-stars {
    display: flex;
    justify-content: flex-start
}

body .m-ratings-md .m-ratings-stars [class*=icon],body .m-ratings .m-ratings-stars [class*=icon] {
    color: var(--t-brand-fg-color)
}

body .m-ratings-md {
    font-size: 1rem;
    line-height: 1.25rem
}

body select {
    box-sizing: border-box;
    outline: none;
    padding: 1rem 3rem 1rem 0;
    width: 100%;
    font-family: var(--t-base-font-family);
    border-bottom: 2px solid #c4c4c4
}

body select:focus {
    border-bottom: 2px solid var(--t-brand-fg-color)
}

body select.is-error {
    border-color: var(--t-form-error-color)
}

body select option {
    padding: 1rem 3rem 1rem 0
}

body .skeleton-loader {
    width: inherit;
    position: relative;
    background-color: #eee;
    overflow: hidden;
    border: none
}

body .skeleton-loader:after {
    display: inline-block;
    content: "";
    position: absolute;
    transform: translate(-80%,-80%);
    width: 300%;
    height: 300%;
    background: linear-gradient(315deg,#eee 20%,#f4f4f4 0,#c4c4c4 30%,#eee 50%);
    filter: blur(1.5625rem);
    animation: loading .9s ease infinite
}

@keyframes loading {
    0% {
        left: 0;
        top: 0
    }

    50% {
        left: 70%;
        top: 70%
    }

    to {
        left: 200%;
        top: 200%
    }
}

body .m-spinner,body .m-spinner-m,body .m-spinner-s {
    display: inline-block;
    vertical-align: middle;
    border: .175rem solid #707070;
    border-top-color: transparent;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin-left: .625rem;
    margin-right: .625rem;
    animation: spinner .65s linear .3s infinite
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body .m-spinner-m {
    border: .225rem solid #707070;
    border-top-color: transparent;
    width: 1.5rem;
    height: 1.5rem
}

.m-standard-tab-list {
    display: flex;
    border-bottom: .0625rem solid #c4c4c4;
    overflow: hidden;
    overflow-x: auto;
    padding: 0;
    margin: 0
}

.m-standard-tab-list .m-standard-tab-list-item {
    margin-right: 3rem;
    border-bottom: .1875rem solid transparent;
    padding-bottom: .5rem;
    white-space: nowrap;
    list-style: none;
    display: inline-block
}

.m-standard-tab-list .m-standard-tab-list-item:last-child {
    margin: 0
}

.m-standard-tab-list .m-standard-tab-list-item button {
    background: none;
    padding: 0;
    text-align: left
}

.m-standard-tab-list .m-standard-tab-list-item .item-description,.m-standard-tab-list .m-standard-tab-list-item .item-heading {
    margin: 0;
    display: block
}

.m-standard-tab-list .m-standard-tab-list-item .item-heading {
    color: #707070
}

.m-standard-tab-list .m-standard-tab-list-item .item-description {
    line-height: 1.25rem;
    color: #707070
}

.inverse .m-standard-tab-list .m-standard-tab-list-item .item-description,.inverse .m-standard-tab-list .m-standard-tab-list-item .item-heading {
    color: #c4c4c4
}

.m-standard-tab-list .m-standard-tab-list-item.active,.m-standard-tab-list .m-standard-tab-list-item:focus {
    border-bottom: .1875rem solid var(--t-interactive-accent-color)
}

.m-standard-tab-list .m-standard-tab-list-item.active .item-heading,.m-standard-tab-list .m-standard-tab-list-item:focus .item-heading {
    color: var(--t-brand-fg-color)
}

.m-standard-tab-list .m-standard-tab-list-item:hover {
    cursor: pointer
}

.m-standard-tab-list::-webkit-scrollbar {
    display: none
}

.m-switcher-tab-list {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin: 0;
    background: #f4f4f4;
    padding: .25rem;
    border-radius: .5rem
}

.m-switcher-tab-list .m-switcher-tab-list-item {
    white-space: nowrap;
    list-style: none;
    display: flex;
    flex-grow: 1;
    text-align: center;
    padding: .1875rem
}

.m-switcher-tab-list .m-switcher-tab-list-item:last-child {
    margin: 0
}

.m-switcher-tab-list .m-switcher-tab-list-item a {
    margin: auto;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 500
}

.m-switcher-tab-list .m-switcher-tab-list-item a span {
    color: #707070
}

.m-switcher-tab-list .m-switcher-tab-list-item button {
    background: none;
    padding: 0;
    text-align: left
}

.m-switcher-tab-list .m-switcher-tab-list-item.active,.m-switcher-tab-list .m-switcher-tab-list-item:focus {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.16);
    border-radius: .25rem
}

.m-switcher-tab-list .m-switcher-tab-list-item:hover {
    cursor: pointer
}

.m-switcher-tab-list::-webkit-scrollbar {
    display: none
}

.m-icon-tab-wrapper {
    position: relative
}

.m-icon-tab-wrapper .m-icon-tab-list {
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: .0625rem solid #c4c4c4
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item {
    list-style: none;
    text-align: center;
    color: #707070;
    width: 11.25rem;
    margin-bottom: -.0625rem
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item .icon {
    color: #707070;
    width: 1.5rem;
    height: 1.5rem
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item a .m-icon-tab-list-item-heading {
    font-size: .8125rem;
    line-height: .8125rem;
    margin: .5rem 0 1rem;
    color: #707070
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item.active {
    border-bottom: .125rem solid #ff8d6b
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item.active .m-icon-tab-list-item-heading {
    color: #1c1c1c
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item.active .icon {
    color: #ff8d6b
}

.m-icon-tab-wrapper .m-icon-tab-list .m-icon-tab-list-item:hover {
    cursor: pointer
}

.m-icon-tab-wrapper .m-icon-tab-list::-webkit-scrollbar {
    display: none
}

.m-icon-tab-wrapper .m-icon-tab-list-title {
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 767.98px) {
    .m-icon-tab-wrapper .m-icon-tab-list-title {
        position:relative;
        display: block;
        padding-top: 1.5rem
    }
}

.m-tooltip-bottom,.m-tooltip-left,.m-tooltip-right,.m-tooltip-top {
    height: fit-content;
    position: relative
}

.m-tooltip-bottom [class*=m-link-icon-],.m-tooltip-left [class*=m-link-icon-],.m-tooltip-right [class*=m-link-icon-],.m-tooltip-top [class*=m-link-icon-] {
    color: var(--t-brand-fg-color);
    border-radius: .125rem;
    background-color: transparent;
    font-size: .875rem
}

.m-tooltip-bottom [class*=m-link-icon-]:hover,.m-tooltip-left [class*=m-link-icon-]:hover,.m-tooltip-right [class*=m-link-icon-]:hover,.m-tooltip-top [class*=m-link-icon-]:hover {
    background-color: #eee;
    border-radius: .125rem
}

.m-tooltip-bottom:hover.m-tooltip-top:before,.m-tooltip-left:hover.m-tooltip-top:before,.m-tooltip-right:hover.m-tooltip-top:before,.m-tooltip-top:hover.m-tooltip-top:before {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: 1.5rem;
    border-left: .3125rem solid transparent;
    border-bottom: .375rem solid transparent;
    border-right: .3125rem solid transparent;
    border-top: .375rem solid var(--t-brand-fg-color)
}

.m-tooltip-bottom:hover.m-tooltip-top:after,.m-tooltip-left:hover.m-tooltip-top:after,.m-tooltip-right:hover.m-tooltip-top:after,.m-tooltip-top:hover.m-tooltip-top:after {
    text-align: center;
    display: inline-block;
    border-radius: .25rem;
    width: max-content;
    min-width: 4.5rem;
    max-width: 11.25rem;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    background-color: var(--t-brand-fg-color);
    font-size: .75rem;
    line-height: 1rem;
    color: var(--t-button-secondary-hover-fg-color);
    content: attr(data-content);
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.25rem
}

.m-tooltip-bottom:hover.m-tooltip-bottom:before,.m-tooltip-left:hover.m-tooltip-bottom:before,.m-tooltip-right:hover.m-tooltip-bottom:before,.m-tooltip-top:hover.m-tooltip-bottom:before {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    top: 1.5rem;
    border-left: .3125rem solid transparent;
    border-bottom: .375rem solid var(--t-brand-fg-color);
    border-right: .3125rem solid transparent;
    border-top: .375rem solid transparent
}

.m-tooltip-bottom:hover.m-tooltip-bottom:after,.m-tooltip-left:hover.m-tooltip-bottom:after,.m-tooltip-right:hover.m-tooltip-bottom:after,.m-tooltip-top:hover.m-tooltip-bottom:after {
    text-align: center;
    display: inline-block;
    border-radius: .25rem;
    width: max-content;
    min-width: 4.5rem;
    max-width: 11.25rem;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    background-color: var(--t-brand-fg-color);
    font-size: .75rem;
    line-height: 1rem;
    color: var(--t-button-secondary-hover-fg-color);
    content: attr(data-content);
    left: 50%;
    transform: translateX(-50%);
    top: 2.25rem
}

.m-tooltip-bottom:hover.m-tooltip-left:before,.m-tooltip-left:hover.m-tooltip-left:before,.m-tooltip-right:hover.m-tooltip-left:before,.m-tooltip-top:hover.m-tooltip-left:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-left: .375rem solid var(--t-brand-fg-color);
    border-bottom: .3125rem solid transparent;
    border-right: .375rem solid transparent;
    border-top: .3125rem solid transparent;
    left: -.4375rem
}

.m-tooltip-bottom:hover.m-tooltip-left:after,.m-tooltip-left:hover.m-tooltip-left:after,.m-tooltip-right:hover.m-tooltip-left:after,.m-tooltip-top:hover.m-tooltip-left:after {
    text-align: center;
    display: inline-block;
    border-radius: .25rem;
    width: max-content;
    min-width: 4.5rem;
    max-width: 11.25rem;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    background-color: var(--t-brand-fg-color);
    font-size: .75rem;
    line-height: 1rem;
    color: var(--t-button-secondary-hover-fg-color);
    content: attr(data-content);
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + .4375rem)
}

.m-tooltip-bottom:hover.m-tooltip-right:before,.m-tooltip-left:hover.m-tooltip-right:before,.m-tooltip-right:hover.m-tooltip-right:before,.m-tooltip-top:hover.m-tooltip-right:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-left: .375rem solid transparent;
    border-bottom: .3125rem solid transparent;
    border-right: .375rem solid var(--t-brand-fg-color);
    border-top: .3125rem solid transparent;
    right: -.4375rem
}

.m-tooltip-bottom:hover.m-tooltip-right:after,.m-tooltip-left:hover.m-tooltip-right:after,.m-tooltip-right:hover.m-tooltip-right:after,.m-tooltip-top:hover.m-tooltip-right:after {
    text-align: center;
    display: inline-block;
    border-radius: .25rem;
    width: max-content;
    min-width: 4.5rem;
    max-width: 11.25rem;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    background-color: var(--t-brand-fg-color);
    font-size: .75rem;
    line-height: 1rem;
    color: var(--t-button-secondary-hover-fg-color);
    content: attr(data-content);
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + .4375rem)
}

body .zoom-controls {
    max-height: 4.625rem;
    max-width: 2.125rem;
    box-shadow: 0 .25rem 3rem 0 rgba(0,0,0,.1);
    background-color: #eee;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: .05rem
}

body .zoom-controls [class*=icon] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    width: 2rem;
    height: 2rem
}

body .zoom-decrement {
    padding-top: .5rem
}

.gallery-icon {
    font-size: 1.5175rem;
    font-weight: 100;
    margin-left: .47375rem;
    color: #fff;
    background-color: rgba(0,0,0,.54);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 4.08875rem;
    padding: 0 1.375rem;
    height: 2.75rem;
    border-radius: 2.07625rem;
    cursor: pointer
}

.gallery-icon .gallery-text {
    font-size: 1rem
}

.gallery-icon:hover {
    color: #fff;
    font-weight: 100
}

.gallery-icon.inverse,.inverse .gallery-icon {
    font-size: 1.5175rem;
    font-weight: 100;
    margin-left: .47375rem;
    color: #000;
    background-color: hsla(0,0%,100%,.54);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 4.08875rem;
    padding: 0 1.375rem;
    height: 2.75rem;
    border-radius: 2.07625rem;
    cursor: pointer
}

.gallery-icon.inverse .gallery-text,.inverse .gallery-icon .gallery-text {
    font-size: 1rem
}

.gallery-icon.inverse:hover,.inverse .gallery-icon:hover {
    color: #000;
    font-weight: 100
}

.carouselControlType3b {
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    border-radius: 1.375rem;
    top: 100%
}

.carouselControlType3b,.carouselControlType3b .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    background-color: transparent
}

.carouselControlType3b .left-arrow {
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    color: #000;
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: 0
}

.carouselControlType3b .left-arrow:hover {
    background-color: #eee
}

.carouselControlType3b .left-arrow:hover:after,.carouselControlType3b .left-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType3b .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: 0
}

.carouselControlType3b .right-arrow:hover {
    background-color: #eee
}

.carouselControlType3b .right-arrow:hover:after,.carouselControlType3b .right-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType3b button[class*=-disabled] {
    opacity: .2
}

.carouselControlType3b button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType3b button[class*=-disabled]:hover:after,.carouselControlType3b button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType3b button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType3b button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType3b div {
    display: flex
}

.carouselControlType3b div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #707070;
    opacity: .3;
    border-radius: 50%
}

.carouselControlType3a {
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    border-radius: 1.375rem;
    background-color: rgba(0,0,0,.54);
    top: 100%
}

.carouselControlType3a,.carouselControlType3a .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem
}

.carouselControlType3a .left-arrow {
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: 0
}

.carouselControlType3a .left-arrow:hover {
    background-color: rgba(0,0,0,.2)
}

.carouselControlType3a .left-arrow:hover:after,.carouselControlType3a .left-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType3a .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: 0
}

.carouselControlType3a .right-arrow:hover {
    background-color: rgba(0,0,0,.2)
}

.carouselControlType3a .right-arrow:hover:after,.carouselControlType3a .right-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType3a button[class*=-disabled] {
    opacity: .2
}

.carouselControlType3a button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType3a button[class*=-disabled]:hover:after,.carouselControlType3a button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType3a button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType3a button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType3a div {
    display: flex
}

.carouselControlType3a div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #fff;
    opacity: .3;
    border-radius: 50%
}

.carouselControlType3a.inverse,.inverse .carouselControlType3a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    height: 2.75rem;
    border-radius: 1.375rem;
    background-color: hsla(0,0%,100%,.54);
    top: 100%
}

.carouselControlType3a.inverse .left-arrow,.inverse .carouselControlType3a .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: 0
}

.carouselControlType3a.inverse .left-arrow:hover,.inverse .carouselControlType3a .left-arrow:hover {
    background-color: hsla(0,0%,100%,.54)
}

.carouselControlType3a.inverse .left-arrow:hover:after,.carouselControlType3a.inverse .left-arrow:hover:before,.inverse .carouselControlType3a .left-arrow:hover:after,.inverse .carouselControlType3a .left-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType3a.inverse .right-arrow,.inverse .carouselControlType3a .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: 0
}

.carouselControlType3a.inverse .right-arrow:hover,.inverse .carouselControlType3a .right-arrow:hover {
    background-color: hsla(0,0%,100%,.54)
}

.carouselControlType3a.inverse .right-arrow:hover:after,.carouselControlType3a.inverse .right-arrow:hover:before,.inverse .carouselControlType3a .right-arrow:hover:after,.inverse .carouselControlType3a .right-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType3a.inverse button[class*=-disabled],.inverse .carouselControlType3a button[class*=-disabled] {
    opacity: .2
}

.carouselControlType3a.inverse button[class*=-disabled]:hover,.inverse .carouselControlType3a button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType3a.inverse button[class*=-disabled]:hover:after,.carouselControlType3a.inverse button[class*=-disabled]:hover:before,.inverse .carouselControlType3a button[class*=-disabled]:hover:after,.inverse .carouselControlType3a button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType3a.inverse button[class*=-active],.inverse .carouselControlType3a button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType3a.inverse button[class*=-active]:after,.inverse .carouselControlType3a button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType3a.inverse div,.inverse .carouselControlType3a div {
    display: flex
}

.carouselControlType3a.inverse div>button,.inverse .carouselControlType3a div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #000;
    opacity: .3;
    border-radius: 50%
}

.carouselControlType2 {
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    border-radius: 1.375rem;
    top: 100%
}

.carouselControlType2,.carouselControlType2 .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    background-color: transparent
}

.carouselControlType2 .left-arrow {
    padding: 0;
    opacity: 1;
    cursor: pointer;
    color: #000;
    width: 9.375rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: 0;
    width: 4.625rem;
    margin: 0 1.5rem 0 0
}

.carouselControlType2 .left-arrow:hover {
    background-color: transparent
}

.carouselControlType2 .left-arrow:hover:after,.carouselControlType2 .left-arrow:hover:before {
    text-decoration: underline
}

@media screen and (max-width: 576px) {
    .carouselControlType2 .left-arrow {
        width:2.75rem;
        margin-right: 0
    }
}

.carouselControlType2 .left-arrow:after {
    content: attr(data-content);
    color: #000;
    font-size: .8125rem;
    margin-left: .3125rem
}

@media screen and (max-width: 576px) {
    .carouselControlType2 .left-arrow:after {
        content:none
    }
}

.carouselControlType2 .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    width: 9.375rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: 0;
    width: 3.125rem;
    margin: 0 0 0 1.5rem
}

.carouselControlType2 .right-arrow:hover {
    background-color: transparent
}

.carouselControlType2 .right-arrow:hover:after,.carouselControlType2 .right-arrow:hover:before {
    text-decoration: underline
}

@media screen and (max-width: 576px) {
    .carouselControlType2 .right-arrow {
        width:2.75rem;
        margin-left: 0
    }
}

.carouselControlType2 .right-arrow:before {
    content: attr(data-content);
    color: #000;
    font-size: .8125rem;
    margin-right: .3125rem
}

@media screen and (max-width: 576px) {
    .carouselControlType2 .right-arrow:before {
        content:none
    }
}

.carouselControlType2 button[class*=-disabled] {
    opacity: .2
}

.carouselControlType2 button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType2 button[class*=-disabled]:hover:after,.carouselControlType2 button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType2 button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType2 button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType2 div {
    display: flex
}

.carouselControlType2 div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #707070;
    opacity: .3;
    border-radius: 50%
}

.carouselControlType2.inverse,.inverse .carouselControlType2 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    height: 2.75rem;
    border-radius: 1.375rem;
    background-color: transparent;
    top: 100%
}

.carouselControlType2.inverse .left-arrow,.inverse .carouselControlType2 .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    width: 9.375rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: 0;
    width: 4.625rem;
    margin: 0 1.5rem 0 0
}

.carouselControlType2.inverse .left-arrow:hover,.inverse .carouselControlType2 .left-arrow:hover {
    background-color: transparent
}

.carouselControlType2.inverse .left-arrow:hover:after,.carouselControlType2.inverse .left-arrow:hover:before,.inverse .carouselControlType2 .left-arrow:hover:after,.inverse .carouselControlType2 .left-arrow:hover:before {
    text-decoration: underline
}

@media screen and (max-width: 576px) {
    .carouselControlType2.inverse .left-arrow,.inverse .carouselControlType2 .left-arrow {
        width:2.75rem;
        margin-right: 0
    }
}

.carouselControlType2.inverse .left-arrow:after,.inverse .carouselControlType2 .left-arrow:after {
    content: attr(data-content);
    color: #fff;
    font-size: .8125rem;
    margin-left: .3125rem
}

@media screen and (max-width: 576px) {
    .carouselControlType2.inverse .left-arrow:after,.inverse .carouselControlType2 .left-arrow:after {
        content:none
    }
}

.carouselControlType2.inverse .right-arrow,.inverse .carouselControlType2 .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    width: 9.375rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: 0;
    width: 3.125rem;
    margin: 0 0 0 1.5rem
}

.carouselControlType2.inverse .right-arrow:hover,.inverse .carouselControlType2 .right-arrow:hover {
    background-color: transparent
}

.carouselControlType2.inverse .right-arrow:hover:after,.carouselControlType2.inverse .right-arrow:hover:before,.inverse .carouselControlType2 .right-arrow:hover:after,.inverse .carouselControlType2 .right-arrow:hover:before {
    text-decoration: underline
}

@media screen and (max-width: 576px) {
    .carouselControlType2.inverse .right-arrow,.inverse .carouselControlType2 .right-arrow {
        width:2.75rem;
        margin-left: 0
    }
}

.carouselControlType2.inverse .right-arrow:before,.inverse .carouselControlType2 .right-arrow:before {
    content: attr(data-content);
    color: #fff;
    font-size: .8125rem;
    margin-right: .3125rem
}

@media screen and (max-width: 576px) {
    .carouselControlType2.inverse .right-arrow:before,.inverse .carouselControlType2 .right-arrow:before {
        content:none
    }
}

.carouselControlType2.inverse button[class*=-disabled],.inverse .carouselControlType2 button[class*=-disabled] {
    opacity: .2
}

.carouselControlType2.inverse button[class*=-disabled]:hover,.inverse .carouselControlType2 button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType2.inverse button[class*=-disabled]:hover:after,.carouselControlType2.inverse button[class*=-disabled]:hover:before,.inverse .carouselControlType2 button[class*=-disabled]:hover:after,.inverse .carouselControlType2 button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType2.inverse button[class*=-active],.inverse .carouselControlType2 button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType2.inverse button[class*=-active]:after,.inverse .carouselControlType2 button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType2.inverse div,.inverse .carouselControlType2 div {
    display: flex
}

.carouselControlType2.inverse div>button,.inverse .carouselControlType2 div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #fff;
    opacity: .3;
    border-radius: 50%
}

.carouselControlType1 {
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    border-radius: 1.375rem;
    background-color: transparent;
    width: max-content;
    left: 50%
}

.carouselControlType1,.carouselControlType1 .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem
}

.carouselControlType1 .left-arrow {
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    background-color: #fff;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    color: rgba(0,0,0,.54);
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: -1.25rem
}

.carouselControlType1 .left-arrow:hover {
    background-color: #eee;
    color: #000;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    background-color: #fff
}

.carouselControlType1 .left-arrow:hover:after,.carouselControlType1 .left-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType1 .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    background-color: #fff;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    color: rgba(0,0,0,.54);
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: -1.25rem
}

.carouselControlType1 .right-arrow:hover {
    background-color: #eee;
    color: #000;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    background-color: #fff
}

.carouselControlType1 .right-arrow:hover:after,.carouselControlType1 .right-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType1 button[class*=-disabled] {
    opacity: .2;
    display: none
}

.carouselControlType1 button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType1 button[class*=-disabled]:hover:after,.carouselControlType1 button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType1 button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType1 button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType1 div {
    display: flex
}

.carouselControlType1 div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #707070;
    opacity: .3;
    border-radius: 50%
}

.carouselControlType1.inverse,.inverse .carouselControlType1 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-size: 1.5rem;
    width: fit-content;
    height: 2.75rem;
    border-radius: 1.375rem;
    background-color: transparent;
    width: max-content;
    left: 50%
}

.carouselControlType1.inverse .left-arrow,.inverse .carouselControlType1 .left-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    background-color: #fff;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    color: rgba(0,0,0,.54);
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    left: -1.25rem
}

.carouselControlType1.inverse .left-arrow:hover,.inverse .carouselControlType1 .left-arrow:hover {
    background-color: #eee;
    color: #000;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    background-color: #fff
}

.carouselControlType1.inverse .left-arrow:hover:after,.carouselControlType1.inverse .left-arrow:hover:before,.inverse .carouselControlType1 .left-arrow:hover:after,.inverse .carouselControlType1 .left-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType1.inverse .right-arrow,.inverse .carouselControlType1 .right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    background-color: #fff;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    color: rgba(0,0,0,.54);
    width: 2.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: none;
    right: -1.25rem
}

.carouselControlType1.inverse .right-arrow:hover,.inverse .carouselControlType1 .right-arrow:hover {
    background-color: #eee;
    color: #000;
    box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.1);
    background-color: #fff
}

.carouselControlType1.inverse .right-arrow:hover:after,.carouselControlType1.inverse .right-arrow:hover:before,.inverse .carouselControlType1 .right-arrow:hover:after,.inverse .carouselControlType1 .right-arrow:hover:before {
    text-decoration: underline
}

.carouselControlType1.inverse button[class*=-disabled],.inverse .carouselControlType1 button[class*=-disabled] {
    opacity: .2;
    display: none
}

.carouselControlType1.inverse button[class*=-disabled]:hover,.inverse .carouselControlType1 button[class*=-disabled]:hover {
    background-color: transparent;
    cursor: default
}

.carouselControlType1.inverse button[class*=-disabled]:hover:after,.carouselControlType1.inverse button[class*=-disabled]:hover:before,.inverse .carouselControlType1 button[class*=-disabled]:hover:after,.inverse .carouselControlType1 button[class*=-disabled]:hover:before {
    text-decoration: none
}

.carouselControlType1.inverse button[class*=-active],.inverse .carouselControlType1 button[class*=-active] {
    transform: scale(1);
    opacity: 1
}

.carouselControlType1.inverse button[class*=-active]:after,.inverse .carouselControlType1 button[class*=-active]:after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.7)
}

.carouselControlType1.inverse div,.inverse .carouselControlType1 div {
    display: flex
}

.carouselControlType1.inverse div>button,.inverse .carouselControlType1 div>button {
    outline: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-inline:.25rem;width: .375rem;
    height: .375rem;
    cursor: default;
    background-color: #fff;
    opacity: .3;
    border-radius: 50%
}

body .m-price {
    font-weight: 700;
    font-size: 1.375rem
}

body .m-price-s {
    font-weight: 700;
    font-size: .875rem
}

body .m-price-saving {
    font-weight: 700;
    font-size: 1rem;
    color: #477d00
}

body .m-price-saving-l {
    font-weight: 700;
    font-size: 1.125rem;
    color: #477d00
}

body .m-price-currency {
    font-weight: 700;
    font-size: 1rem
}

body .m-price-currency-s {
    font-weight: 700;
    font-size: .75rem
}

body .m-strikethrough {
    text-decoration: line-through
}

.m-input-text-field {
    position: relative
}

.m-input-text-field.is-error input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),.m-input-text-field.is-error input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus {
    border-color: var(--t-form-error-color)
}

.m-input-text-field label {
    color: #707070;
    font-weight: 500;
    line-height: .75rem;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    padding: .5625rem 1rem 0 1.0625rem
}

.m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
    border: .0625rem solid #c4c4c4;
    border-radius: .5rem;
    color: #1c1c1c;
    font-size: 1rem;
    line-height: 1.3125rem;
    padding: 1.625rem 1rem .59375rem;
    height: 3.25rem
}

.m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder {
    color: #707070
}

.m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus {
    border-color: var(--t-brand-fg-color)
}

@media (min-width: 768px) {
    .m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
        font-size:.875rem
    }
}

.m-input-text-field .trailing-element {
    position: absolute;
    right: 1rem;
    bottom: .875rem
}

.m-input-text-field-no-border {
    position: relative
}

.m-input-text-field-no-border label {
    letter-spacing: .075rem;
    line-height: .75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.m-input-text-field-no-border label [class*=icon-] {
    color: #ff8d6b;
    margin-right: .25rem;
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center
}

.m-input-text-field-no-border label [class*=icon-]:before {
    width: 1rem;
    text-align: center
}

.m-input-text-field-no-border input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
    font-size: 1.375rem;
    line-height: 1.625rem;
    padding: 0 1.5rem 0 0;
    border-bottom: none
}

.m-input-text-field-no-border input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder {
    color: #707070
}

.m-input-text-field-no-border input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus {
    border-bottom: none
}

.m-input-text-field-no-border .trailing-element {
    position: absolute;
    right: 0;
    font-size: 1rem;
    line-height: 1rem;
    bottom: .375rem;
    background: transparent;
    padding: 0
}

.m-input-text-field-no-border.condenced input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0 1.5rem .625rem 0;
    border-bottom: .125rem solid #707070
}

.m-input-text-field-no-border.condenced .icon-cancel {
    bottom: .75rem
}

.m-stepper-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .5rem 0
}

.m-stepper-wrapper .m-stepper-label {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-wrap: wrap;
    white-space: normal
}

.m-stepper-wrapper .m-stepper-label .m-stepper-desc {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #707070
}

.m-stepper-wrapper .m-stepper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    min-width: 7.375rem;
    font-size: 1.375rem;
    line-height: 1.75rem;
    min-width: 9.5rem
}

.m-stepper-wrapper .m-stepper button {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background: transparent;
    cursor: pointer;
    border: .0625rem solid #c4c4c4;
    padding: 0
}

.m-stepper-wrapper .m-stepper button span {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 1.125rem;
    color: #1c1c1c
}

.m-stepper-wrapper .m-stepper button.btn-disable {
    cursor: not-allowed
}

.m-stepper-wrapper .m-stepper button.btn-disable span:before {
    color: #c4c4c4
}

.m-stepper-wrapper .m-stepper>span {
    text-align: center;
    display: inline-block;
    padding: 0 .875rem;
    min-width: 3.75rem
}

.m-icon-text-block {
    display: flex;
    align-items: center;
    padding: .5rem
}

.m-icon-text-block:hover {
    background-color: #eee;
    border-radius: .5rem
}

.m-icon-text-block span {
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 500
}

.m-icon-text-block span.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: .25rem;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem
}

.m-icon-text-block span.text-container {
    flex-direction: column;
    display: flex;
    width: calc(100% - 2.5rem)
}

.m-icon-text-block span.text-container span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.m-icon-text-block span.text-container span.subtext {
    font-size: .875rem;
    color: #707070
}

.m-custom-select-block {
    display: flex;
    align-items: center
}

.m-custom-select-block label {
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 0
}

.m-custom-select-block button {
    background-color: transparent;
    padding-left: .25rem;
    display: flex
}

.m-custom-select-block button span {
    margin-left: .25rem;
    font-size: .75rem;
    height: 1rem
}

body .m-ellipsis-1line {
    -webkit-line-clamp: 1
}

body .m-ellipsis-1line,body .m-ellipsis-2lines {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal
}

body .m-ellipsis-2lines {
    -webkit-line-clamp: 2
}

body .m-ellipsis-3lines {
    -webkit-line-clamp: 3
}

body .m-ellipsis-3lines,body .m-ellipsis-4lines {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal
}

body .m-ellipsis-4lines {
    -webkit-line-clamp: 4
}

body .m-ellipsis-5lines {
    -webkit-line-clamp: 5
}

body .m-ellipsis-5lines,body .m-ellipsis-7lines {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal
}

body .m-ellipsis-7lines {
    -webkit-line-clamp: 7
}

.m-popover-bottom,.m-popover-left,.m-popover-right,.m-popover-top {
    box-shadow: 0 .438rem 1.25rem 0 rgba(0,0,0,.25);
    border-radius: .875rem;
    height: max-content;
    position: relative;
    display: grid;
    width: 21.5rem;
    padding: 1rem;
    gap: 1rem
}

.m-popover-bottom .m-popover-header,.m-popover-left .m-popover-header,.m-popover-right .m-popover-header,.m-popover-top .m-popover-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem
}

.m-popover-bottom .m-popover-link,.m-popover-left .m-popover-link,.m-popover-right .m-popover-link,.m-popover-top .m-popover-link {
    width: max-content
}

.m-popover-top:before {
    bottom: -.9375rem;
    border-bottom: .5rem solid transparent;
    border-top: .5rem solid var(--t-brand-bg-color)
}

.m-popover-bottom:before,.m-popover-top:before {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    border-left: .5625rem solid transparent;
    border-right: .5625rem solid transparent
}

.m-popover-bottom:before {
    top: -.9375rem;
    border-bottom: .5rem solid var(--t-brand-bg-color);
    border-top: .5rem solid transparent
}

.m-popover-left:before {
    border-left: .5rem solid var(--t-brand-bg-color);
    border-right: .5rem solid transparent;
    right: -.9375rem
}

.m-popover-left:before,.m-popover-right:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-bottom: .5625rem solid transparent;
    border-top: .5625rem solid transparent
}

.m-popover-right:before {
    border-left: .5rem solid transparent;
    border-right: .5rem solid var(--t-brand-bg-color);
    left: -.9375rem
}

body .t-title-l,body h1 {
    text-transform: var(--t-title-l-text-transform);
    letter-spacing: var(--t-title-l-letter-space);
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-xs)/var(--t-title-l-line-height-viewport-xs) var(--t-title-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 768px) {
    body .t-title-l,body h1 {
        font:normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-m)/var(--t-title-l-line-height-viewport-m) var(--t-title-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-title-l,body h1 {
        font:normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-l)/var(--t-title-l-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-m,body h2 {
    text-transform: var(--t-title-m-text-transform);
    letter-spacing: var(--t-title-m-letter-space);
    font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-xs)/var(--t-title-m-line-height-viewport-xs) var(--t-title-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 992px) {
    body .t-title-m,body h2 {
        font:normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-l)/var(--t-title-m-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-s,body h3 {
    text-transform: var(--t-title-s-text-transform);
    letter-spacing: var(--t-title-s-letter-space);
    font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-xs)/var(--t-title-s-line-height-viewport-xs) var(--t-title-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 992px) {
    body .t-title-s,body h3 {
        font:normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-l)/var(--t-title-s-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-alt-l {
    text-transform: var(--t-title-l-text-transform);
    letter-spacing: var(--t-title-l-letter-space);
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-xs)/var(--t-title-l-line-height-viewport-xs) var(--t-title-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 768px) {
    body .t-title-alt-l {
        font:normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-m)/var(--t-title-l-line-height-viewport-m) var(--t-title-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-title-alt-l {
        font:normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-l)/var(--t-title-l-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-inverse-l {
    text-transform: var(--t-title-l-text-transform);
    letter-spacing: var(--t-title-l-letter-space);
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-xs)/var(--t-title-l-line-height-viewport-xs) var(--t-title-font-family);
    color: #fff
}

@media screen and (min-width: 768px) {
    body .t-title-inverse-l {
        font:normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-m)/var(--t-title-l-line-height-viewport-m) var(--t-title-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-title-inverse-l {
        font:normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-l)/var(--t-title-l-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-alt-m {
    text-transform: var(--t-title-m-text-transform);
    letter-spacing: var(--t-title-m-letter-space);
    font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-xs)/var(--t-title-m-line-height-viewport-xs) var(--t-title-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 992px) {
    body .t-title-alt-m {
        font:normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-l)/var(--t-title-m-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-inverse-m {
    text-transform: var(--t-title-m-text-transform);
    letter-spacing: var(--t-title-m-letter-space);
    font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-xs)/var(--t-title-m-line-height-viewport-xs) var(--t-title-font-family);
    color: #fff
}

@media screen and (min-width: 992px) {
    body .t-title-inverse-m {
        font:normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-l)/var(--t-title-m-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-alt-s {
    text-transform: var(--t-title-s-text-transform);
    letter-spacing: var(--t-title-s-letter-space);
    font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-xs)/var(--t-title-s-line-height-viewport-xs) var(--t-title-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 992px) {
    body .t-title-alt-s {
        font:normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-l)/var(--t-title-s-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-title-inverse-s {
    text-transform: var(--t-title-s-text-transform);
    letter-spacing: var(--t-title-s-letter-space);
    font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-xs)/var(--t-title-s-line-height-viewport-xs) var(--t-title-font-family);
    color: #fff
}

@media screen and (min-width: 992px) {
    body .t-title-inverse-s {
        font:normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-l)/var(--t-title-s-line-height-viewport-l) var(--t-title-font-family)
    }
}

body .t-subtitle-xl,body h4 {
    text-transform: var(--t-subtitle-xl-text-transform,var(--t-title-s-text-transform));
    letter-spacing: var(--t-subtitle-xl-letter-space,var(--t-title-s-letter-space));
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 992px) {
    body .t-subtitle-xl,body h4 {
        font:normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-subtitle-l,body h5 {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-xs,1.125rem)/var(--t-subtitle-l-line-height-viewport-xs,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family));
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 992px) {
    body .t-subtitle-l,body h5 {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-l,1.125rem)/var(--t-subtitle-l-line-height-viewport-l,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-m,body h6 {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-xs,1rem)/var(--t-subtitle-m-line-height-viewport-xs,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family));
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 992px) {
    body .t-subtitle-m,body h6 {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-l,1rem)/var(--t-subtitle-m-line-height-viewport-l,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-alt-xl {
    text-transform: var(--t-subtitle-xl-text-transform,var(--t-title-s-text-transform));
    letter-spacing: var(--t-subtitle-xl-letter-space,var(--t-title-s-letter-space));
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 992px) {
    body .t-subtitle-alt-xl {
        font:normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-subtitle-inverse-xl {
    text-transform: var(--t-subtitle-xl-text-transform,var(--t-title-s-text-transform));
    letter-spacing: var(--t-subtitle-xl-letter-space,var(--t-title-s-letter-space));
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
    color: #fff
}

@media screen and (min-width: 992px) {
    body .t-subtitle-inverse-xl {
        font:normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-subtitle-inverse-alt-xl {
    text-transform: var(--t-subtitle-xl-text-transform,var(--t-title-s-text-transform));
    letter-spacing: var(--t-subtitle-xl-letter-space,var(--t-title-s-letter-space));
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
    color: #c4c4c4
}

@media screen and (min-width: 992px) {
    body .t-subtitle-inverse-alt-xl {
        font:normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-subtitle-alt-l {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-xs,1.125rem)/var(--t-subtitle-l-line-height-viewport-xs,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family));
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 992px) {
    body .t-subtitle-alt-l {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-l,1.125rem)/var(--t-subtitle-l-line-height-viewport-l,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-inverse-l {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-xs,1.125rem)/var(--t-subtitle-l-line-height-viewport-xs,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family));
    color: #fff
}

@media screen and (min-width: 992px) {
    body .t-subtitle-inverse-l {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-l,1.125rem)/var(--t-subtitle-l-line-height-viewport-l,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-inverse-alt-l {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-xs,1.125rem)/var(--t-subtitle-l-line-height-viewport-xs,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family));
    color: #c4c4c4
}

@media screen and (min-width: 992px) {
    body .t-subtitle-inverse-alt-l {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-l-font-size-viewport-l,1.125rem)/var(--t-subtitle-l-line-height-viewport-l,1.5rem) var(--t-subtitle-l-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-alt-m {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-xs,1rem)/var(--t-subtitle-m-line-height-viewport-xs,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family));
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 992px) {
    body .t-subtitle-alt-m {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-l,1rem)/var(--t-subtitle-m-line-height-viewport-l,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-inverse-m {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-xs,1rem)/var(--t-subtitle-m-line-height-viewport-xs,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family));
    color: #fff
}

@media screen and (min-width: 992px) {
    body .t-subtitle-inverse-m {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-l,1rem)/var(--t-subtitle-m-line-height-viewport-l,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family))
    }
}

body .t-subtitle-inverse-alt-m {
    font: normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-xs,1rem)/var(--t-subtitle-m-line-height-viewport-xs,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family));
    color: #c4c4c4
}

@media screen and (min-width: 992px) {
    body .t-subtitle-inverse-alt-m {
        font:normal normal var(--t-subtitle-l-font-weight,700) var(--t-subtitle-m-font-size-viewport-l,1rem)/var(--t-subtitle-m-line-height-viewport-l,1.375rem) var(--t-subtitle-m-font-family,var(--t-base-font-family))
    }
}

body .t-display-l {
    text-transform: var(--t-display-l-text-transform);
    letter-spacing: var(--t-display-l-letter-space);
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-xs)/var(--t-display-l-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 768px) {
    body .t-display-l {
        font:normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-m)/var(--t-display-l-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-l {
        font:normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-l)/var(--t-display-l-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-m {
    text-transform: var(--t-display-m-text-transform);
    letter-spacing: var(--t-display-m-letter-space);
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-xs)/var(--t-display-m-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 768px) {
    body .t-display-m {
        font:normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-m)/var(--t-display-m-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-m {
        font:normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-l)/var(--t-display-m-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-s {
    text-transform: var(--t-display-s-text-transform);
    letter-spacing: var(--t-display-s-letter-space);
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-xs)/var(--t-display-s-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-fg-color)
}

@media screen and (min-width: 768px) {
    body .t-display-s {
        font:normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-m)/var(--t-display-s-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-s {
        font:normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-l)/var(--t-display-s-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-alt-l {
    text-transform: var(--t-display-l-text-transform);
    letter-spacing: var(--t-display-l-letter-space);
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-xs)/var(--t-display-l-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 768px) {
    body .t-display-alt-l {
        font:normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-m)/var(--t-display-l-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-alt-l {
        font:normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-l)/var(--t-display-l-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-inverse-l {
    text-transform: var(--t-display-l-text-transform);
    letter-spacing: var(--t-display-l-letter-space);
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-xs)/var(--t-display-l-line-height-viewport-xs) var(--t-font-family);
    color: #fff
}

@media screen and (min-width: 768px) {
    body .t-display-inverse-l {
        font:normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-m)/var(--t-display-l-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-inverse-l {
        font:normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-l)/var(--t-display-l-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-alt-m {
    text-transform: var(--t-display-m-text-transform);
    letter-spacing: var(--t-display-m-letter-space);
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-xs)/var(--t-display-m-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 768px) {
    body .t-display-alt-m {
        font:normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-m)/var(--t-display-m-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-alt-m {
        font:normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-l)/var(--t-display-m-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-inverse-m {
    text-transform: var(--t-display-m-text-transform);
    letter-spacing: var(--t-display-m-letter-space);
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-xs)/var(--t-display-m-line-height-viewport-xs) var(--t-font-family);
    color: #fff
}

@media screen and (min-width: 768px) {
    body .t-display-inverse-m {
        font:normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-m)/var(--t-display-m-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-inverse-m {
        font:normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-l)/var(--t-display-m-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-alt-s {
    text-transform: var(--t-display-s-text-transform);
    letter-spacing: var(--t-display-s-letter-space);
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-xs)/var(--t-display-s-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-alt-color,#707070)
}

@media screen and (min-width: 768px) {
    body .t-display-alt-s {
        font:normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-m)/var(--t-display-s-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-alt-s {
        font:normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-l)/var(--t-display-s-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-display-inverse-s {
    text-transform: var(--t-display-s-text-transform);
    letter-spacing: var(--t-display-s-letter-space);
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-xs)/var(--t-display-s-line-height-viewport-xs) var(--t-font-family);
    color: #fff
}

@media screen and (min-width: 768px) {
    body .t-display-inverse-s {
        font:normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-m)/var(--t-display-s-line-height-viewport-m) var(--t-font-family)
    }
}

@media screen and (min-width: 992px) {
    body .t-display-inverse-s {
        font:normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-l)/var(--t-display-s-line-height-viewport-l) var(--t-font-family)
    }
}

body .t-brand-font-l {
    text-transform: var(--t-brand-font-l-text-transform);
    letter-spacing: var(--t-brand-font-l-letter-space);
    font: normal normal var(--t-brand-font-l-font-weight) var(--t-brand-font-l-font-size-viewport-xs)/var(--t-brand-font-l-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-fg-color)
}

body .t-brand-font-m {
    text-transform: var(--t-brand-font-m-text-transform);
    letter-spacing: var(--t-brand-font-m-letter-space);
    font: normal normal var(--t-brand-font-m-font-weight) var(--t-brand-font-m-font-size-viewport-xs)/var(--t-brand-font-m-line-height-viewport-xs) var(--t-font-family);
    color: var(--t-brand-fg-color)
}

body .t-brand-font-alt-l {
    color: var(--t-brand-alt-color,#707070)
}

body .t-brand-font-alt-l,body .t-brand-font-inverse-l {
    text-transform: var(--t-brand-font-l-text-transform);
    letter-spacing: var(--t-brand-font-l-letter-space);
    font: normal normal var(--t-brand-font-l-font-weight) var(--t-brand-font-l-font-size-viewport-xs)/var(--t-brand-font-l-line-height-viewport-xs) var(--t-font-family)
}

body .t-brand-font-inverse-l {
    color: #fff
}

body .t-brand-font-alt-m {
    color: var(--t-brand-alt-color,#707070)
}

body .t-brand-font-alt-m,body .t-brand-font-inverse-m {
    text-transform: var(--t-brand-font-m-text-transform);
    letter-spacing: var(--t-brand-font-m-letter-space);
    font: normal normal var(--t-brand-font-m-font-weight) var(--t-brand-font-m-font-size-viewport-xs)/var(--t-brand-font-m-line-height-viewport-xs) var(--t-font-family)
}

body .t-brand-font-inverse-m {
    color: #fff
}

body .t-font-m {
    font: normal normal 500 1rem/1.5rem var(--t-base-font-family);
    color: var(--t-brand-fg-color)
}

.m-message-inline body .m-message-content,body .form-error-s,body .m-message-inline .m-message-content,body .t-font-s {
    font: normal normal 500 .875rem/1.25rem var(--t-base-font-family);
    color: var(--t-brand-fg-color)
}

body .m-dropdown-container .m-dropdown-action-bar,body .progress-tracker-item,body .progress-tracker-label,body .t-font-xs {
    font: normal normal 500 .75rem/1rem var(--t-base-font-family);
    color: var(--t-brand-fg-color)
}

body .t-font-alt-m {
    color: var(--t-brand-alt-color,#707070)
}

body .t-font-alt-m,body .t-font-inverse-m {
    font: normal normal 500 1rem/1.5rem var(--t-base-font-family)
}

body .t-font-inverse-m {
    color: #fff
}

body .t-font-alt-s {
    color: var(--t-brand-alt-color,#707070)
}

body .t-font-alt-s,body .t-font-inverse-s {
    font: normal normal 500 .875rem/1.25rem var(--t-base-font-family)
}

body .t-font-inverse-s {
    color: #fff
}

body .t-font-alt-xs {
    color: var(--t-brand-alt-color,#707070)
}

body .t-font-alt-xs,body .t-font-inverse-xs {
    font: normal normal 500 .75rem/1rem var(--t-base-font-family)
}

body .t-font-inverse-xs {
    color: #fff
}

body .t-label-s {
    font: normal normal 700 .875rem/1rem var(--t-base-font-family);
    color: #707070
}

body .t-label-xs {
    font: normal normal 700 .75rem/1rem var(--t-base-font-family);
    color: #707070
}

body .t-label-alt-s {
    color: #1c1c1c
}

body .t-label-alt-s,body .t-label-inverse-s {
    font: normal normal 700 .875rem/1rem var(--t-base-font-family)
}

body .t-label-inverse-s {
    color: #fff
}

body .t-label-inverse-alt-s {
    font: normal normal 700 .875rem/1rem var(--t-base-font-family);
    color: #1c1c1c
}

body .t-label-alt-xs {
    color: #1c1c1c
}

body .t-label-alt-xs,body .t-label-inverse-xs {
    font: normal normal 700 .75rem/1rem var(--t-base-font-family)
}

body .t-label-inverse-xs {
    color: #fff
}

body .t-label-inverse-alt-xs {
    font: normal normal 700 .75rem/1rem var(--t-base-font-family);
    color: #1c1c1c
}

body .m-dropdown-container .m-dropdown-heading,body .t-overline-normal,body [class*=m-badge-inline],body [class*=m-badge-overlay] {
    text-transform: uppercase;
    letter-spacing: .081rem;
    font: normal normal 700 .75rem/1rem var(--t-base-font-family);
    color: var(--t-overline-normal-color)
}

body .t-overline-medium {
    text-transform: var(--t-overline-medium-text-transform);
    letter-spacing: var(--t-overline-medium-letter-space);
    font: normal normal var(--t-overline-medium-font-weight) var(--t-overline-medium-font-size-viewport-xs)/var(--t-overline-medium-line-height-viewport-xs) var(--t-base-font-family);
    color: #1c1c1c
}

body .t-overline-overlay {
    color: var(--t-overline-overlay-color)
}

body .t-overline-inverse-normal,body .t-overline-overlay {
    text-transform: uppercase;
    letter-spacing: .081rem;
    font: normal normal 700 .75rem/1rem var(--t-base-font-family)
}

body .t-overline-inverse-normal {
    color: #fff
}

body .t-overline-inverse-alt-normal {
    text-transform: uppercase;
    letter-spacing: .081rem;
    font: normal normal 700 .75rem/1rem var(--t-base-font-family);
    color: #c4c4c4
}

body .t-overline-alt-medium {
    color: var(--t-brand-alt-color,#707070)
}

body .t-overline-alt-medium,body .t-overline-inverse-medium {
    text-transform: var(--t-overline-medium-text-transform);
    letter-spacing: var(--t-overline-medium-letter-space);
    font: normal normal var(--t-overline-medium-font-weight) var(--t-overline-medium-font-size-viewport-xs)/var(--t-overline-medium-line-height-viewport-xs) var(--t-base-font-family)
}

body .t-overline-inverse-medium {
    color: #fff
}

body .t-numbers-l {
    letter-spacing: -.188rem;
    font: normal normal 700 5.625rem/5.625rem SwissCondensed;
    color: #1c1c1c
}

body .t-numbers-s {
    letter-spacing: -.031rem;
    font: normal normal 700 1.875rem/1.875rem var(--t-base-font-family);
    color: #1c1c1c
}

body .t-numbers-inverse-l {
    letter-spacing: -.188rem;
    font: normal normal 700 5.625rem/5.625rem SwissCondensed;
    color: #fff
}

body .t-numbers-inverse-s {
    letter-spacing: -.031rem;
    font: normal normal 700 1.875rem/1.875rem var(--t-base-font-family);
    color: #fff
}

body .t-font-weight-r {
    font-weight: 500
}

body .t-font-weight-m {
    font-weight: 700
}

body .t-font-weight-b {
    font-weight: 900
}

body .t-font-style-italic {
    font-style: italic
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed u/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,:after,:before {
    box-sizing: inherit
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

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

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

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

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.m-message-inline .m-message-content-wrap:before,.m-message .m-message-content-wrap:before,.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.m-message-inline .m-message-content.collapse .m-message-content-heading,.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 2rem!important
}

.mt-5,.my-5 {
    margin-top: 2rem!important
}

.mr-5,.mx-5 {
    margin-right: 2rem!important
}

.mb-5,.my-5 {
    margin-bottom: 2rem!important
}

.ml-5,.mx-5 {
    margin-left: 2rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.m-message,.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.m-message,.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.m-message,.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.m-message,.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 2rem!important
}

.pt-5,.py-5 {
    padding-top: 2rem!important
}

.pr-5,.px-5 {
    padding-right: 2rem!important
}

.pb-5,.py-5 {
    padding-bottom: 2rem!important
}

.pl-5,.px-5 {
    padding-left: 2rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -2rem!important
}

.mt-n5,.my-n5 {
    margin-top: -2rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -2rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -2rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -2rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 2rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 2rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 2rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 2rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 2rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 2rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 2rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 2rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 2rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 2rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -2rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -2rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -2rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -2rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -2rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 2rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 2rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 2rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 2rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 2rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 2rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 2rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 2rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 2rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 2rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -2rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -2rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -2rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -2rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -2rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 2rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 2rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 2rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 2rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 2rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 2rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 2rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 2rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 2rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 2rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -2rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -2rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -2rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -2rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -2rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 2rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 2rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 2rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 2rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 2rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 2rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 2rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 2rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 2rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 2rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -2rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -2rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -2rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -2rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -2rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

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

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem .375rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 hsla(0,0%,76.9%,.125)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='shade-color%28%230d6efd, 10%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: .75rem;
    height: .75rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: .75rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: color-contrast(#fff);
    background-color: #fff;
    border: 1px solid hsla(0,0%,76.9%,.125)
}

.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type,.accordion-item:last-of-type .accordion-button.collapsed,.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.container,.container-lg,.container-md,.container-sm,.container-xl {
    padding: 0 1rem
}

@media screen and (min-width: 576px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        padding:0 .5rem
    }
}

.m-container-fullbleed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

body .t-rc-italic {
    font-weight: 500;
    font-style: italic
}

body .t-rc-base-font {
    font-family: var(--t-base-font-family)
}

body .t-rc-accent-color {
    color: var(--t-accent-color)
}

body .t-rc-alt-color {
    color: var(--t-brand-alt-color)
}

body .t-rc-text-transform-uppercase {
    text-transform: uppercase
}

body .t-rc-text-transform-lowercase {
    text-transform: lowercase
}

body .t-rc-text-transform-capitalize {
    text-transform: capitalize
}

body .t-rc-text-transform-none {
    text-transform: none
}

body .t-rc-alt-border-color {
    border-color: var(--t-brand-alt-color)
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.trc-micro-interaction-v2 .m-button-primary,.trc-micro-interaction-v2 .m-button-primary:hover,.trc-micro-interaction-v2 .m-button-secondary,.trc-micro-interaction-v2 .m-button-secondary:hover {
    transition: all 1.2s!important
}

.trc-micro-interaction-v2 .player-animation {
    transition: border-radius 1s,transform 1s,background-color 1s
}

.trc-micro-interaction-v2 .player-animation__text {
    transition: transform 1s,color 1s
}

.trc-micro-interaction-v2 .player-animation:hover {
    background-color: #fff!important;
    transform: rotate(90deg)
}

.trc-micro-interaction-v2 .player-animation:hover .player-animation__text {
    color: #1c1c1c;
    transform: rotate(-90deg)
}

.trc-micro-interaction-v2 .carousel-player-animation-wrapper .player-animation:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg)!important
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left {
    color: inherit;
    opacity: 1;
    transition: opacity 1s
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left:after {
    color: inherit
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left:hover:after {
    text-decoration: none
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left .icon-arrow-left {
    width: 30px;
    height: 30px;
    position: relative;
    color: inherit
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left .icon-arrow-left:before {
    position: absolute;
    top: 4px;
    left: -5px;
    transition: left 1s ease-in-out;
    color: inherit
}

[dir=rtl] .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left .icon-arrow-left:before {
    left: -5px;
    right: 0
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right {
    color: inherit;
    opacity: 1;
    transition: opacity 1s
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right:before {
    color: inherit
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right:hover:before {
    text-decoration: none
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right .icon-arrow-right {
    width: 30px;
    height: 30px;
    position: relative;
    color: inherit
}

.trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right .icon-arrow-right:before {
    position: absolute;
    top: 4px;
    right: -5px;
    transition: right 1s ease-in-out;
    color: inherit
}

[dir=rtl] .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right .icon-arrow-right:before {
    right: -5px;
    left: 0
}

.trc-micro-interaction-v2 .v2-control-animation-start .v2-animation-controls .carouselControlType2 .temp-active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    left: 0;
    right: unset;
    transform: none;
    width: 100%;
    animation: v2BulletAfter 1s
}

.trc-micro-interaction-v2 .v2-control-animation-start .v2-animation-controls .carouselControlType2 .temp-active.temp-active-rev:after {
    left: unset;
    right: 0
}

.trc-micro-interaction-v2 .v2-control-animation-start .v2-animation-controls .carouselControlType2 .last-active:after {
    width: 0;
    left: unset;
    right: 0;
    background-color: var(--t-accent-color);
    animation: v2BulletBefore 1s
}

.trc-micro-interaction-v2 .v2-control-animation-start .v2-animation-controls .carouselControlType2 .last-active.last-active-rev:after {
    left: 0;
    right: unset
}

@keyframes v2BulletAfter {
    0% {
        width: 0
    }

    25% {
        width: 25%
    }

    50% {
        width: 50%
    }

    70% {
        width: 75%
    }

    to {
        width: 100%
    }
}

@keyframes v2BulletBefore {
    0% {
        width: 100%
    }

    25% {
        width: 75%
    }

    50% {
        width: 50%
    }

    70% {
        width: 25%
    }

    to {
        width: 0
    }
}

@media (min-width: 992px) and (hover:hover) {
    .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left:hover {
        opacity:.2
    }

    .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left:hover:after {
        text-decoration: none
    }

    .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--left:hover .icon-arrow-left:before {
        left: 0
    }

    .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right:hover {
        opacity: .4
    }

    .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right:hover:before {
        text-decoration: none
    }

    .trc-micro-interaction-v2 .v2-animation-controls .glide__arrow--right:hover .icon-arrow-right:before {
        right: 0
    }
}

.container.cq-Editable-dom,.container.cq-Editable-dom--container,.container.responsivegrid,.container.root,.container.rootresponsivegrid {
    max-width: 100%!important;
    padding: 0
}

.top-xlarge-spacing {
    padding-top: 2.5rem
}

@media (min-width: 768px) {
    .top-xlarge-spacing {
        padding-top:5rem
    }
}

@media (min-width: 1200px) {
    .top-xlarge-spacing {
        padding-top:7.5rem
    }
}

.bottom-large-spacing {
    padding-bottom: 4rem
}

@media (min-width: 768px) {
    .bottom-large-spacing {
        padding-bottom:4rem
    }
}

@media (min-width: 1200px) {
    .bottom-large-spacing {
        padding-bottom:4rem
    }
}

.top-medium-spacing {
    padding-top: 4rem
}

@media (min-width: 768px) {
    .top-medium-spacing {
        padding-top:4rem
    }
}

@media (min-width: 1200px) {
    .top-medium-spacing {
        padding-top:4rem
    }
}

.top-large-spacing {
    padding-top: 4rem
}

@media (min-width: 768px) {
    .top-large-spacing {
        padding-top:4rem
    }
}

@media (min-width: 1200px) {
    .top-large-spacing {
        padding-top:7.5rem
    }
}

.bottom-xlarge-spacing {
    padding-bottom: 4rem
}

@media (min-width: 768px) {
    .bottom-xlarge-spacing {
        padding-bottom:4rem
    }
}

@media (min-width: 1200px) {
    .bottom-xlarge-spacing {
        padding-bottom:7.5rem
    }
}

.top-small-spacing {
    padding-top: 2rem
}

@media (min-width: 768px) {
    .top-small-spacing {
        padding-top:4rem
    }
}

@media (min-width: 1200px) {
    .top-small-spacing {
        padding-top:4rem
    }
}

.bottom-medium-spacing {
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    .bottom-medium-spacing {
        padding-bottom:4rem
    }
}

@media (min-width: 1200px) {
    .bottom-medium-spacing {
        padding-bottom:4rem
    }
}

.top-xsmall-spacing {
    padding-top: 2rem
}

@media (min-width: 768px) {
    .top-xsmall-spacing {
        padding-top:2rem
    }
}

@media (min-width: 1200px) {
    .top-xsmall-spacing {
        padding-top:4rem
    }
}

.bottom-small-spacing {
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    .bottom-small-spacing {
        padding-bottom:2rem
    }
}

@media (min-width: 1200px) {
    .bottom-small-spacing {
        padding-bottom:4rem
    }
}

.top-no-spacing {
    padding-top: 0
}

@media (min-width: 768px) {
    .top-no-spacing {
        padding-top:0
    }
}

@media (min-width: 1200px) {
    .top-no-spacing {
        padding-top:0
    }
}

.bottom-no-spacing {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .bottom-no-spacing {
        padding-bottom:0
    }
}

@media (min-width: 1200px) {
    .bottom-no-spacing {
        padding-bottom:0
    }
}

.reserve-trc-blue {
    background-color: #06182a
}

.vjs-text-track-display {
    display: block!important
}

.vjs-title-bar-description {
    display: none!important
}

.vjs-title-bar {
    left: 0
}

.video-js .vjs-play-progress,.vjs-big-play-button,.vjs-big-play-button:active,.vjs-big-play-button:focus,.vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,.vjs-playlist-sidebar .vjs-playlist-show-hide,.vjs-volume-level {
    background-color: #fff!important
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    color: #000!important
}

body {
    overflow-x: hidden
}

@keyframes linkBorderAnimationBwd {
    0% {
        border-bottom: 2px solid #c4c4c4
    }

    to {
        border-bottom: 2px solid #000
    }
}

@keyframes linkBorderAnimationFwd {
    0% {
        border-bottom: 2px solid #000
    }

    to {
        border-bottom: 2px solid #c4c4c4
    }
}

.mi-link-animation {
    transition: color .8s ease-in-out;
    animation: linkBorderAnimationBwd .5s ease-in-out
}

.mi-link-animation:hover {
    color: #c4c4c4;
    animation: linkBorderAnimationFwd .5s ease-in-out;
    border-bottom: 2px solid #c4c4c4
}

.mdc-elevation-overlay {
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    opacity: var(--mdc-elevation-overlay-opacity,0);
    transition: opacity .28s cubic-bezier(.4,0,.2,1);
    background-color: #fff;
    background-color: var(--mdc-elevation-overlay-color,#fff)
}

.mdc-dialog,.mdc-dialog__scrim {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.mdc-dialog {
    display: none;
    z-index: 7;
    z-index: var(--mdc-dialog-z-index,7)
}

.mdc-dialog .mdc-dialog__surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface,#fff)
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: rgba(0,0,0,.32)
}

.mdc-dialog .mdc-dialog__title {
    color: rgba(0,0,0,.87)
}

.mdc-dialog .mdc-dialog__content {
    color: rgba(0,0,0,.6)
}

.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
    border-color: rgba(0,0,0,.12)
}

.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

.mdc-dialog .mdc-dialog__content {
    padding: 20px 24px
}

.mdc-dialog .mdc-dialog__surface {
    min-width: 280px
}

@media (max-width: 592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width:calc(100vw - 32px)
    }
}

@media (min-width: 592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width:560px
    }
}

.mdc-dialog .mdc-dialog__surface {
    max-height: calc(100% - 32px)
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: 4px;
    border-radius: var(--mdc-shape-medium,4px)
}

@media (max-width: 960px) and (max-height:1440px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-height:560px;
        max-width: 560px
    }
}

@media (max-width: 720px) and (max-height:1023px) and (max-width:672px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-width:calc(100vw - 112px)
    }
}

@media (max-width: 720px) and (max-height:1023px) and (min-width:672px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-width:560px
    }
}

@media (max-width: 720px) and (max-height:1023px) and (max-height:720px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-height:calc(100vh - 160px)
    }
}

@media (max-width: 720px) and (max-height:1023px) and (min-height:720px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-height:560px
    }
}

@media (max-width: 720px) and (max-height:400px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-width:100vw;
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0
    }
}

@media (max-width: 600px) and (max-height:960px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-width:100vw;
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0
    }
}

@media (min-width: 960px) and (min-height:1440px) {
    .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
        max-width:calc(100vw - 400px)
    }
}

.mdc-dialog__scrim {
    opacity: 0;
    z-index: -1
}

.mdc-dialog__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    height: 100%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    pointer-events: none
}

.mdc-dialog__surface {
    position: relative;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    overflow-y: auto
}

.mdc-dialog__surface .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface {
    text-align: right
}

.mdc-dialog__title {
    display: block;
    line-height: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto,sans-serif;
    font-family: var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));
    font-size: 1.25rem;
    font-size: var(--mdc-typography-headline6-font-size,1.25rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-headline6-line-height,2rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-headline6-font-weight,500);
    letter-spacing: .0125em;
    letter-spacing: var(--mdc-typography-headline6-letter-spacing,.0125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration,inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration,inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline6-text-transform,inherit);
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0 24px 9px;
    border-bottom: 1px solid transparent
}

.mdc-dialog__title:before {
    display: inline-block;
    width: 0;
    height: 40px;
    content: "";
    vertical-align: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__title,[dir=rtl] .mdc-dialog .mdc-dialog__title {
    text-align: right
}

.mdc-dialog--scrollable .mdc-dialog__title {
    padding-bottom: 15px
}

.mdc-dialog--fullscreen .mdc-dialog__header {
    display: inline-flex;
    padding: 0 16px 9px;
    border-bottom: 1px solid transparent;
    justify-content: space-between;
    align-items: baseline
}

.mdc-dialog--fullscreen .mdc-dialog__title {
    padding: 0;
    border-bottom: 0
}

.mdc-dialog--fullscreen .mdc-dialog__close {
    width: 24px;
    height: 24px;
    padding: 0
}

.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
    border-top: 1px solid transparent
}

.mdc-dialog__content {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto,sans-serif;
    font-family: var(--mdc-typography-body1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-body1-font-size,1rem);
    line-height: 1.5rem;
    line-height: var(--mdc-typography-body1-line-height,1.5rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body1-font-weight,400);
    letter-spacing: .03125em;
    letter-spacing: var(--mdc-typography-body1-letter-spacing,.03125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body1-text-decoration,inherit);
    text-decoration: var(--mdc-typography-body1-text-decoration,inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body1-text-transform,inherit);
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.mdc-dialog__content>:first-child {
    margin-top: 0
}

.mdc-dialog__content>:last-child {
    margin-bottom: 0
}

.mdc-dialog__title+.mdc-dialog__content {
    padding-top: 0
}

.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content {
    padding-top: 8px;
    padding-bottom: 8px
}

.mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 6px 0 0
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 0
}

.mdc-dialog__actions {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    min-height: 52px;
    margin: 0;
    padding: 8px;
    border-top: 1px solid transparent
}

.mdc-dialog--stacked .mdc-dialog__actions {
    flex-direction: column;
    align-items: flex-end
}

.mdc-dialog__button {
    margin-left: 8px;
    margin-right: 0;
    max-width: 100%;
    text-align: right
}

.mdc-dialog__button[dir=rtl],[dir=rtl] .mdc-dialog__button {
    margin-left: 0;
    margin-right: 8px
}

.mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl],[dir=rtl] .mdc-dialog__button:first-child {
    margin-left: 0;
    margin-right: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__button,[dir=rtl] .mdc-dialog .mdc-dialog__button {
    text-align: left
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
    margin-top: 12px
}

.mdc-dialog--closing,.mdc-dialog--open,.mdc-dialog--opening {
    display: flex
}

.mdc-dialog--opening .mdc-dialog__scrim {
    transition: opacity .15s linear
}

.mdc-dialog--opening .mdc-dialog__container {
    transition: opacity 75ms linear,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms;
    transition: opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms;
    transition: opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms
}

.mdc-dialog--closing .mdc-dialog__container,.mdc-dialog--closing .mdc-dialog__scrim {
    transition: opacity 75ms linear
}

.mdc-dialog--closing .mdc-dialog__container {
    -webkit-transform: none;
    transform: none
}

.mdc-dialog--open .mdc-dialog__scrim {
    opacity: 1
}

.mdc-dialog--open .mdc-dialog__container {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.mdc-dialog-scroll-lock {
    overflow: hidden
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease,border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: hsla(0,0%,100%,.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus,.glide__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0,0%,100%,.5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.no-display {
    display: none
}

.display-on-focus {
    height: 0;
    overflow: hidden
}

.display-on-focus:active,.display-on-focus:focus {
    height: auto;
    overflow: visible
}

.skip-links {
    position: absolute;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.1875rem;
    top: 0;
    left: 0
}

.skip-links:active,.skip-links:focus {
    outline: none;
    background-color: #1c1c1c;
    width: 9.25rem;
    height: 3.125rem;
    padding: .8125rem .9375rem .875rem;
    z-index: 52;
    border: .125rem solid #fff;
    color: #fff
}

a[class*=m-button]:focus-visible,button:focus-visible span.icon-clear:before {
    outline: .0625rem auto -webkit-focus-ring-color
}

.m-dark-overlay {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .mobile-hide {
        display:none
    }
}

body label {
    letter-spacing: normal;
    text-transform: none
}

.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface {
    text-align: left
}

.brand-logo-RZ:before,.brand-logo-rz:before {
    font-size: 1.5rem
}

@media screen and (min-width: 768px) {
    .brand-logo-RZ:before,.brand-logo-rz:before {
        font-size:2.7rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-RZ:before,.brand-logo-rz:before {
        font-size:2.75rem
    }
}

.brand-logo-RZ:hover,.brand-logo-rz:hover {
    background-color: #1c1c1c
}

.brand-logo-XR:before,.brand-logo-xr:before {
    font-size: 1.6rem
}

@media screen and (min-width: 768px) {
    .brand-logo-XR:before,.brand-logo-xr:before {
        font-size:2.5rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-XR:before,.brand-logo-xr:before {
        font-size:3rem
    }
}

.brand-logo-XR:hover,.brand-logo-xr:hover {
    background-color: #1c1c1c
}

.brand-logo-EB:before,.brand-logo-eb:before {
    font-size: .55rem
}

@media screen and (min-width: 768px) {
    .brand-logo-EB:before,.brand-logo-eb:before {
        font-size:1.15rem
    }
}

.brand-logo-EB:hover,.brand-logo-eb:hover {
    background-color: #1c1c1c
}

@media screen and (min-width: 768px) {
    .brand-logo-LC:before,.brand-logo-lc:before {
        font-size:2.6rem
    }
}

.brand-logo-LC:hover,.brand-logo-lc:hover {
    background-color: #565656
}

.brand-logo-WH:before,.brand-logo-wh:before {
    font-size: .45rem
}

@media screen and (min-width: 768px) {
    .brand-logo-WH:before,.brand-logo-wh:before {
        font-size:1rem
    }
}

.brand-logo-WH:hover,.brand-logo-wh:hover {
    background-color: #1c1c1c
}

.brand-logo-JW:before,.brand-logo-jw:before {
    font-size: 1.3rem
}

@media screen and (min-width: 768px) {
    .brand-logo-JW:before,.brand-logo-jw:before {
        font-size:2.45rem
    }
}

.brand-logo-JW:hover,.brand-logo-jw:hover {
    background-color: #6d716b
}

.brand-logo-MC:before,.brand-logo-mc:before {
    font-size: 1.6rem
}

@media screen and (min-width: 768px) {
    .brand-logo-MC:before,.brand-logo-mc:before {
        font-size:2.5rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-MC:before,.brand-logo-mc:before {
        font-size:3rem
    }
}

.brand-logo-MC:hover,.brand-logo-mc:hover {
    background-color: #1c1c1c
}

.brand-logo-SI:before,.brand-logo-si:before {
    font-size: 1.6rem
}

@media screen and (min-width: 768px) {
    .brand-logo-SI:before,.brand-logo-si:before {
        font-size:2.5rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-SI:before,.brand-logo-si:before {
        font-size:3rem
    }
}

.brand-logo-SI:hover,.brand-logo-si:hover {
    background-color: #3a3a3a
}

.brand-logo-MV:before,.brand-logo-mv:before {
    font-size: 1.9rem
}

@media screen and (min-width: 768px) {
    .brand-logo-MV:before,.brand-logo-mv:before {
        font-size:3.8rem
    }
}

.brand-logo-MV:hover,.brand-logo-mv:hover {
    background-color: #5f5f5f
}

.brand-logo-DE:before,.brand-logo-de:before {
    font-size: 1.9rem
}

@media screen and (min-width: 768px) {
    .brand-logo-DE:before,.brand-logo-de:before {
        font-size:3.8rem
    }
}

.brand-logo-DE:hover,.brand-logo-de:hover {
    background-color: #252487
}

.brand-logo-MD:before,.brand-logo-md:before {
    font-size: .45rem
}

@media screen and (min-width: 768px) {
    .brand-logo-MD:before,.brand-logo-md:before {
        font-size:.9rem
    }
}

.brand-logo-MD:hover,.brand-logo-md:hover {
    background-color: #263a50
}

.brand-logo-WI:before,.brand-logo-wi:before {
    font-size: .7rem
}

@media screen and (min-width: 768px) {
    .brand-logo-WI:before,.brand-logo-wi:before {
        font-size:1.3rem
    }
}

.brand-logo-WI:hover,.brand-logo-wi:hover {
    background-color: #51555a
}

.brand-logo-AK:before,.brand-logo-ak:before {
    font-size: 1.3rem
}

@media screen and (min-width: 768px) {
    .brand-logo-AK:before,.brand-logo-ak:before {
        font-size:2.5rem
    }
}

.brand-logo-AK:hover,.brand-logo-ak:hover {
    background-color: #37323e
}

.brand-logo-DS:before,.brand-logo-ds:before {
    font-size: .4rem
}

@media screen and (min-width: 768px) {
    .brand-logo-DS:before,.brand-logo-ds:before {
        font-size:.7rem
    }
}

.brand-logo-DS:hover,.brand-logo-ds:hover {
    background-color: #1c1c1c
}

@media screen and (min-width: 768px) {
    .brand-logo-BR:before,.brand-logo-br:before {
        font-size:2.5rem
    }
}

.brand-logo-BR:hover,.brand-logo-br:hover {
    background-color: #2a2e36
}

.brand-logo-TX:before,.brand-logo-tx:before {
    font-size: .65rem
}

@media screen and (min-width: 768px) {
    .brand-logo-TX:before,.brand-logo-tx:before {
        font-size:1.3rem
    }
}

.brand-logo-TX:hover,.brand-logo-tx:hover {
    background-color: #565656
}

@media screen and (min-width: 768px) {
    .brand-logo-GE:before,.brand-logo-ge:before {
        font-size:3rem
    }
}

.brand-logo-GE:hover,.brand-logo-ge:hover {
    background-color: #003a7a
}

.brand-logo-CY:before,.brand-logo-cy:before {
    font-size: .5rem
}

@media screen and (min-width: 768px) {
    .brand-logo-CY:before,.brand-logo-cy:before {
        font-size:1rem
    }
}

.brand-logo-CY:hover,.brand-logo-cy:hover {
    background-color: #53575a
}

.brand-logo-FP:before,.brand-logo-fp:before {
    font-size: 1.4rem
}

@media screen and (min-width: 768px) {
    .brand-logo-FP:before,.brand-logo-fp:before {
        font-size:2.4rem
    }
}

.brand-logo-FP:hover,.brand-logo-fp:hover {
    background-color: #10293c
}

.brand-logo-SH:before,.brand-logo-sh:before {
    font-size: 1.2rem
}

@media screen and (min-width: 768px) {
    .brand-logo-SH:before,.brand-logo-sh:before {
        font-size:2.35rem
    }
}

.brand-logo-SH:hover,.brand-logo-sh:hover {
    background-color: #2f4256
}

.brand-logo-PR:before,.brand-logo-pr:before {
    font-size: 1.3rem
}

@media screen and (min-width: 768px) {
    .brand-logo-PR:before,.brand-logo-pr:before {
        font-size:2.5rem
    }
}

.brand-logo-PR:hover,.brand-logo-pr:hover {
    background-color: #51545d
}

.brand-logo-FI:before,.brand-logo-fi:before {
    font-size: .9rem
}

@media screen and (min-width: 768px) {
    .brand-logo-FI:before,.brand-logo-fi:before {
        font-size:1.8rem
    }
}

.brand-logo-FI:hover,.brand-logo-fi:hover {
    background-color: #51748b
}

@media screen and (min-width: 768px) {
    .brand-logo-AR:before,.brand-logo-ar:before {
        font-size:3rem
    }
}

.brand-logo-AR:hover,.brand-logo-ar:hover {
    background-color: #51545d
}

.brand-logo-AL:before,.brand-logo-al:before {
    font-size: 1.5rem
}

@media screen and (min-width: 768px) {
    .brand-logo-AL:before,.brand-logo-al:before {
        font-size:2.4rem
    }
}

.brand-logo-AL:hover,.brand-logo-al:hover {
    background-color: #303e47
}

.brand-logo-OX:before,.brand-logo-ox:before {
    font-size: 1.1rem
}

@media screen and (min-width: 768px) {
    .brand-logo-OX:before,.brand-logo-ox:before {
        font-size:2rem
    }
}

.brand-logo-OX:hover,.brand-logo-ox:hover {
    background-color: #1c1c1c
}

@media screen and (min-width: 768px) {
    .brand-logo-ER:before,.brand-logo-er:before {
        font-size:2.7rem
    }
}

.brand-logo-ER:hover,.brand-logo-er:hover {
    background-color: #413000
}

.brand-logo-RI:before,.brand-logo-ri:before {
    font-size: .6rem
}

@media screen and (min-width: 768px) {
    .brand-logo-RI:before,.brand-logo-ri:before {
        font-size:1.1rem
    }
}

.brand-logo-RI:hover,.brand-logo-ri:hover {
    background-color: #502b3a
}

.brand-logo-TS:before,.brand-logo-ts:before {
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    .brand-logo-TS:before,.brand-logo-ts:before {
        font-size:2.1rem
    }
}

.brand-logo-TS:hover,.brand-logo-ts:hover {
    background-color: #d42228
}

@media screen and (min-width: 768px) {
    .brand-logo-EL:before,.brand-logo-el:before {
        font-size:2.5rem
    }
}

.brand-logo-EL:hover,.brand-logo-el:hover {
    background-color: #017a93
}

.brand-logo-HV:before,.brand-logo-hv:before {
    font-size: 1.52rem
}

@media screen and (min-width: 768px) {
    .brand-logo-HV:before,.brand-logo-hv:before {
        font-size:2.7rem
    }
}

.brand-logo-HV:hover,.brand-logo-hv:hover {
    background-color: #1c1c1c
}

.brand-logo-SV:before,.brand-logo-sv:before {
    font-size: 1.6rem
}

@media screen and (min-width: 768px) {
    .brand-logo-SV:before,.brand-logo-sv:before {
        font-size:2.6rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-SV:before,.brand-logo-sv:before {
        font-size:2.6rem
    }
}

.brand-logo-SV:hover,.brand-logo-sv:hover {
    background-color: #825fa5
}

.brand-logo-WV:before,.brand-logo-wv:before {
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    .brand-logo-WV:before,.brand-logo-wv:before {
        font-size:1.7rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-WV:before,.brand-logo-wv:before {
        font-size:1.7rem
    }
}

.brand-logo-WV:hover,.brand-logo-wv:hover {
    background-color: #719480
}

.brand-logo-XE:before,.brand-logo-xe:before {
    font-size: 1.2rem
}

@media screen and (min-width: 768px) {
    .brand-logo-XE:before,.brand-logo-xe:before {
        font-size:2rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-XE:before,.brand-logo-xe:before {
        font-size:2rem
    }
}

.brand-logo-XE:hover,.brand-logo-xe:hover {
    background-color: #024da1
}

.brand-logo-BA:before,.brand-logo-ba:before {
    font-size: 1.8rem
}

@media screen and (min-width: 768px) {
    .brand-logo-BA:before,.brand-logo-ba:before {
        font-size:2.8rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-BA:before,.brand-logo-ba:before {
        font-size:2.8rem
    }
}

.brand-logo-BA:hover,.brand-logo-ba:hover {
    background-color: #476054
}

.brand-logo-XF:before,.brand-logo-xf:before {
    font-size: 1.4rem
}

@media screen and (min-width: 768px) {
    .brand-logo-XF:before,.brand-logo-xf:before {
        font-size:2rem
    }
}

@media screen and (min-width: 992px) {
    .brand-logo-XF:before,.brand-logo-xf:before {
        font-size:2rem
    }
}

.brand-logo-XF:hover,.brand-logo-xf:hover {
    background-color: #d67d00
}

.brand-logo-MG:before,.brand-logo-mg:before {
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    .brand-logo-MG:before,.brand-logo-mg:before {
        font-size:1.8rem
    }
}

.brand-logo-MG:hover,.brand-logo-mg:hover {
    background-color: #1c1c1c
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.icon-clear:before {
    content: "\e92d"
}

body .signin input[type=checkbox]+label:before {
    width: 1.625rem;
    height: 1.625rem;
    top: -.125rem;
    left: 0;
    content: "";
    border: .0625rem solid;
    transition: color .2s linear
}

body .signin input[type=checkbox]:checked+label:before {
    content: "\e608";
    border: .0625rem solid
}

body .signin input[type=checkbox]+label:after {
    display: none
}

body .signin input[type=date],body .signin input[type=email],body .signin input[type=password],body .signin input[type=tel],body .signin input[type=text] {
    padding: .9rem 3rem .9rem 1.25rem
}

body .signin input[type=text]:disabled {
    border: .0625rem solid #c4c4c4;
    background-color: #fafafa
}

body .signin [class*=m-button]:hover {
    font-weight: 500
}

body .signin .t-extend-link.t-font-s {
    box-sizing: border-box;
    color: #b84c16;
    text-decoration: none
}

body .signin .m-button-secondary-fill-alt:hover {
    box-shadow: inset 9999px 9999px rgba(28,28,28,.2);
    color: #1c1c1c;
    text-decoration: none;
    transition: .2s linear;
    border-color: #1c1c1c
}

@media (-ms-high-contrast:active) and (min-width: 64.6rem),screen and (-ms-high-contrast:none) and (min-width:64.6rem) {
    .signin .l-container,.signin .l-l-container-fullbleed,.signin .l-m-container-fullbleed,.signin .l-s-container-fullbleed {
        max-width:73.75rem
    }

    .signin .l-container .l-xl-col-last,.signin .l-l-container-fullbleed .l-xl-col-last,.signin .l-s-container-fullbleed .l-xl-col-last {
        float: right;
        margin-right: 0
    }

    .signin .l-margin-subsection-rows {
        margin-top: 0
    }

    .signin .l-xl-col-5 {
        width: calc(41.625% - .72917rem)
    }
}

.signin h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-right: 3.75rem
}

.signin h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600
}

.signin h3,.signin label {
    font-family: proxima-nova,Helvetica,Arial,sans-serif
}

.signin label {
    color: #1c1c1c;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal
}

.signin input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([readonly=readonly]) {
    border-bottom: 1px solid #c4c4c4
}

.signin a {
    font-weight: 400
}

.signin a:hover {
    color: #b84c16;
    font-weight: 400
}

.signin .m-button {
    color: #fff;
    height: 3.25rem;
    font-weight: 500;
    font-size: 1rem;
    font-family: Swiss-721,Helvetica,Arial,sans-serif;
    line-height: 1.15;
    display: inline-block;
    padding: 1.065rem 1rem;
    min-width: 8rem;
    letter-spacing: .5px;
    background-color: #444054;
    border: .0625rem solid #444054;
    border-radius: 0
}

@media (min-width: 48.1rem) {
    .signin .m-button {
        padding:.75rem 1rem
    }

    .signin .m-button.l-padding-top {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.signin .m-button-secondary-fill-alt,.signin .m-button-secondary-fill-alt-large,.signin .m-button-secondary-fill-alt-medium {
    background-color: #fff;
    color: #1c1c1c;
    border-color: #1c1c1c
}

.signin .tile-card-article ul li {
    line-height: 1.15rem
}

.tile-card-article ul li {
    color: #1c1c1c
}

.mfp-content.header-overlay {
    padding: 0;
    z-index: 40
}

.m-header__logo-icon.t-program-logo-alt-color {
    position: relative
}

.m-header__logo-icon.t-program-logo-alt-color:before {
    position: absolute;
    content: "\e929";
    bottom: 0
}

@media screen and (min-width: 992px) {
    .m-header__logo-icon.t-program-logo-alt-color:before {
        bottom:.8125rem
    }
}

.m-header__logo-icon.t-program-logo-alt-color:after {
    content: "\e930"
}

@media screen and (min-width: 992px) {
    .mdc-dialog-scroll-lock .m-nav-link {
        font-weight:500
    }
}

@media screen and (min-width: 992px) {
    .mdc-dialog-scroll-lock .m-nav-link.nav-header-link {
        font-weight:700
    }
}

@media (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .mdc-dialog-scroll-lock .m-header {
        z-index: 6
    }
}

.mdc-dialog-scroll-lock .m-header li {
    padding: 0
}

.mdc-dialog-scroll-lock .ab__container .ab__desc p {
    font-size: .75rem;
    font-weight: 700
}

.mdc-dialog-scroll-lock .ab__container .ab__desc p a {
    font-weight: 700;
    font-family: proxima-nova,Helvetica,Arial,sans-serif
}

@media screen and (min-width: 992px) {
    .m-header li {
        padding:0
    }
}

.m-header__language-selector .m-dialog-btn {
    color: #1c1c1c
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 8.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 41.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 58.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 91.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%
}

@media screen and (max-width: 576px) {
    .container {
        /* padding:0 1rem; */
        padding-top: 100px;
        text-align: justify;
    }
}

@media screen and (min-width: 576px) {
    .container {
        padding:0
    }
}

.container-fluid {
    padding: 0
}

.bg-base-10 {
    background-color: #1c1c1c
}

.bg-base-20 {
    background-color: #fff
}

.container.responsivegrid,.container.xf {
    max-width: 100%;
    padding: 0
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.mdc-dialog {
    z-index: 150;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: none;
    align-items: flex-start
}

.mdc-dialog--open {
    display: block
}

.mdc-dialog .mdc-dialog__container {
    align-items: flex-start;
    padding: .625rem;
    height: auto;
    display: block;
    position: relative;
    min-height: 100%
}

@media (min-width: 576px) {
    .mdc-dialog .mdc-dialog__container {
        padding:3.375rem
    }
}

@media (min-width: 992px) {
    .mdc-dialog .mdc-dialog__container {
        padding:7rem 8rem
    }
}

.mdc-dialog .mdc-dialog__surface {
    max-height: none;
    width: 100%;
    display: block;
    padding: 1.25rem 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%
}

@media (min-width: 576px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width:41.25rem;
        max-height: none;
        padding: 2.5rem
    }
}

@media (min-width: 992px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width:81.25rem;
        max-height: none;
        padding: 3.75rem
    }
}

.mdc-dialog .mdc-dialog__scrim {
    position: absolute;
    pointer-events: auto
}

.m-dialog-close-btn {
    position: absolute;
    top: .875rem;
    right: .875rem;
    height: 2.75rem;
    width: 2.75rem;
    z-index: 200;
    cursor: pointer;
    border: none;
    background: #fff;
    padding: 0;
    border-radius: 50%;
    font-size: 1.75rem;
    line-height: 1.75rem
}

@media (min-width: 576px) {
    .m-dialog-close-btn {
        top:2.25rem;
        right: 2.25rem
    }
}

@media (min-width: 992px) {
    .m-dialog-close-btn {
        top:3.25rem;
        right: 3.25rem
    }
}

.m-dialog-close-btn:focus {
    outline: .0625rem auto -webkit-focus-ring-color
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.image-breaker-container {
    margin: 0 auto
}

.image-breaker-container-full-image {
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .image-breaker-container-full-image {
        max-width:82.125rem
    }
}

.image-breaker-container__img {
    max-width: calc(100% + 1rem);
    max-height: 12.3125rem;
    object-fit: cover;
    width: 100%;
    position: relative;
    left: -1rem
}

@media (min-width: 576px) {
    .image-breaker-container__img {
        max-height:12.3125rem;
        max-width: calc(100% - 17.375rem + 50vw);
        width: calc(100% - 17.375rem + 50vw);
        left: calc(-50vw - -16.375rem);
        max-height: 18.625rem
    }
}

@media (min-width: 768px) {
    .image-breaker-container__img {
        max-width:calc(100% - 23rem + 50vw);
        width: calc(100% - 23rem + 50vw);
        left: calc(-50vw - -22rem);
        max-height: 18.625rem
    }
}

@media (min-width: 992px) {
    .image-breaker-container__img {
        max-width:calc(100% - 30.5rem + 50vw);
        width: calc(100% - 30.5rem + 50vw);
        left: calc(-50vw - -29.5rem);
        max-height: 29rem
    }
}

@media (min-width: 1200px) {
    .image-breaker-container__img {
        max-width:calc(100% - 36.125rem + 50vw);
        width: calc(100% - 36.125rem + 50vw);
        left: calc(-50vw - -35.125rem);
        max-height: 29rem
    }
}

@media screen and (min-width: 82.125rem) {
    .image-breaker-container__img {
        max-width:calc(100% + 4.9375rem);
        width: calc(100% + 4.9375rem);
        left: -4.9375rem
    }
}

.image-breaker-container__full-image {
    max-height: 12.875rem;
    object-fit: cover
}

@media (min-width: 768px) {
    .image-breaker-container__full-image {
        max-height:19.1875rem
    }
}

@media (min-width: 1200px) {
    .image-breaker-container__full-image {
        max-height:30rem
    }
}

.image-breaker-content__portrait {
    border: .3125rem solid #fff
}

@media (min-width: 768px) {
    .image-breaker-content__portrait {
        border:.375rem solid #fff
    }
}

@media (min-width: 1200px) {
    .image-breaker-content__portrait {
        border:.5rem solid #fff
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.contact-us__container {
    position: relative;
    margin: auto;
    max-width: 100%
}

@media (min-width: 1200px) {
    .contact-us__container {
        max-width:82.125rem
    }
}

.contact-us__container__pic {
    position: static;
    height: 100%
}

@media (min-width: 768px) {
    .contact-us__container__pic {
        position:absolute
    }
}

.contact-us__container__pic__img {
    object-fit: cover;
    max-width: 100%;
    height: inherit
}

@media (min-width: 768px) {
    .contact-us__container__pic__img {
        max-height:calc(100% - .125rem)
    }
}

.contact-us__container__content__section {
    background-color: #fff;
    width: 100%;
    height: 100%
}

@media (min-width: 1200px) {
    .contact-us__container__content__section {
        width:calc(100% + 2.25rem)
    }
}

.contact-us__container__content__section__subtitle a {
    text-decoration: underline
}

.contact-us__container__content__section__subtitle p {
    word-break: break-all;
    margin-bottom: 0
}

.contact-us__container__content__section__divider {
    background-color: var(--t-accent-color);
    border: .125rem solid var(--t-accent-color);
    height: .0625rem
}

.contact-us__container__content__section__headline {
    overflow-wrap: break-word
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.brand-statement-image__background {
    position: relative
}

.brand-statement-image__background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg,hsla(0,0%,100%,0),#fff),url(https://cache.marriott.com/aka-fonts/textures/rz/trc-pattern.svg);
    background-repeat: repeat;
    opacity: .3
}

.brand-statement-image img {
    max-width: 100%;
    height: auto
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.one-up-collage {
    min-height: 16.875rem
}

@media (min-width: 768px) {
    .one-up-collage {
        min-height:21.125rem
    }
}

@media (min-width: 1200px) {
    .one-up-collage {
        min-height:30.625rem
    }
}

.one-up-collage__component__device {
    position: relative;
    min-height: 9.375rem;
    height: 100%
}

.one-up-collage__component__device__video {
    padding-top: 56.25%;
    height: auto
}

@media (min-width: 768px) {
    .one-up-collage__component__device__video {
        padding-top:0;
        min-width: 28.75rem;
        min-height: 16.5625rem
    }
}

@media (min-width: 1200px) {
    .one-up-collage__component__device__video {
        min-width:46.25rem;
        min-height: 26.875rem
    }
}

.one-up-collage__component__device__video .vjs-tech {
    object-fit: cover
}

.one-up-collage__component__device__video .vjs-poster {
    background-size: cover
}

.one-up-collage__component__device__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.one-up-collage__component__device__pause,.one-up-collage__component__device__play {
    cursor: pointer;
    position: absolute;
    top: .625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .one-up-collage__component__device__pause,.one-up-collage__component__device__play {
        top:1.25rem;
        right: 1.25rem
    }
}

.one-up-collage__component__device__cinemagraph .vjs-control-bar,.one-up-collage__component__device__cinemagraph .vjs-title-bar,.one-up-collage__component__device__play {
    display: none
}

.one-up-collage__component__device__cinemagraph .vjs-tech {
    pointer-events: none
}

.one-up-collage__component__device__thumbnail {
    top: 0;
    height: 100%
}

@media (min-width: 768px) {
    .one-up-collage__component__device__thumbnail {
        position:absolute
    }
}

.one-up-collage__component__device__thumbnail__image {
    object-fit: cover;
    height: 100%
}

.one-up-collage__component__device__videoThumbnail {
    position: absolute;
    top: 0;
    height: 100%
}

.one-up-collage__component__device__videoThumbnail__image {
    object-fit: cover;
    height: 100%
}

.one-up-collage__component__device__thumbnailButton {
    width: 5.25rem;
    height: 5.25rem;
    position: absolute;
    transform: rotate(45deg);
    cursor: pointer;
    border: 2px solid #fff;
    background-color: rgba(28,28,28,.5)
}

.one-up-collage__component__device__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .one-up-collage__component__device__thumbnailButton__text {
        font-size:1rem
    }
}

.one-up-collage__component__device__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

@media (min-width: 768px) {
    .one-up-collage__component__device__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .one-up-collage__component__device__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.one-up-collage__component .vjs-big-play-button,.one-up-collage__component .vjs-text-track-display {
    display: none
}

.one-up-collage__component img {
    max-width: 100%;
    height: 100%
}

.one-up-collage-modal {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.one-up-collage-modal-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center
}

.one-up-collage-modal-content .vjs-control {
    width: 3rem!important
}

@media (min-width: 768px) {
    .one-up-collage-modal-content .vjs-control {
        width:4rem!important
    }
}

.one-up-collage-modal-content .vjs-progress-control {
    width: 100%!important
}

.one-up-collage-modal-content .vjs-time-control {
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .one-up-collage-modal-content .vjs-time-control {
        min-width:4rem
    }
}

.one-up-collage-modal-content .vjs-current-time,.one-up-collage-modal-content .vjs-duration,.one-up-collage-modal-content .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .one-up-collage-modal-content .vjs-current-time,.one-up-collage-modal-content .vjs-duration,.one-up-collage-modal-content .vjs-time-divider {
        margin-left:1rem!important
    }
}

.one-up-light-box-close {
    height: 3rem;
    position: absolute;
    top: .5rem;
    right: 0
}

.one-up-header-title {
    font-weight: 500;
    font-size: 1rem;
    font-family: Swiss-721
}

.one-up-header-title-val {
    position: absolute;
    top: .5rem;
    left: .625rem
}

.one-up-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg,transparent,#000);
    justify-content: flex-end;
    z-index: 3;
    align-items: center;
    height: 2.875rem
}

.one-up-light-box-close .clear-icon {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.one-up-video-title {
    opacity: 0;
    display: none
}

@media (min-width: 768px) {
    .one-up-collage__component__device .video-js {
        height:100%
    }
}

@media (min-width: 1200px) {
    .one-up-collage__component__device .video-js {
        height:96%
    }
}

.one-up-collage__component__device .vjs-icon-placeholder:before {
    font-family: VideoJS!important
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.video-component-cn.editor_header,.video-component-cn.editor_header .video-js,.video-component.editor_header,.video-component.editor_header .video-js {
    height: 18.75rem;
    width: 18.75rem
}

.video-component-cn .video-js,.video-component .video-js {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    z-index: 1;
    overflow: hidden
}

.video-component-cn .video-js [class*=icon-]:before,.video-component .video-js [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.video-component-cn .video-js .vjs-control-bar,.video-component .video-js .vjs-control-bar {
    font-size: 12px!important
}

.video-component-cn .video-js .vjs-control-bar .vjs-current-time,.video-component-cn .video-js .vjs-control-bar .vjs-duration,.video-component-cn .video-js .vjs-control-bar .vjs-time-divider,.video-component .video-js .vjs-control-bar .vjs-current-time,.video-component .video-js .vjs-control-bar .vjs-duration,.video-component .video-js .vjs-control-bar .vjs-time-divider {
    display: flex!important
}

.video-component-cn .video-js .vjs-control-bar .vjs-audio-button,.video-component-cn .video-js .vjs-control-bar .vjs-subs-caps-button,.video-component .video-js .vjs-control-bar .vjs-audio-button,.video-component .video-js .vjs-control-bar .vjs-subs-caps-button {
    display: block!important
}

.video-component-cn .video-js .vjs-progress-control,.video-component .video-js .vjs-progress-control {
    height: .5em;
    top: -.5em
}

@media (max-width: 1199.98px) {
    .video-component-cn .video-js,.video-component .video-js {
        height:50vh
    }

    .video-component-cn .video-js .vjs-control-bar,.video-component .video-js .vjs-control-bar {
        font-size: 10px
    }

    .video-component-cn .video-js .vjs-current-time,.video-component-cn .video-js .vjs-duration,.video-component .video-js .vjs-current-time,.video-component .video-js .vjs-duration {
        padding: 0
    }
}

.video-component-cn .video-js .vjs-play-progress,.video-component .video-js .vjs-play-progress {
    background-color: #fff
}

.video-component-cn .video-js .vjs-next-button,.video-component .video-js .vjs-next-button {
    display: none
}

.video-component-cn .video-js .vjs-volume-level,.video-component .video-js .vjs-volume-level {
    background-color: #fff
}

.video-component-cn .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,.video-component-cn .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:hover,.video-component-cn .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item,.video-component-cn .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item:hover,.video-component .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,.video-component .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:hover,.video-component .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item,.video-component .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item:hover {
    background-color: #fff!important;
    color: #1c1c1c!important
}

.video-component-cn .vjs-audio-button,.video-component-cn .vjs-subs-caps-button,.video-component .vjs-audio-button,.video-component .vjs-subs-caps-button {
    display: block!important
}

.video-component-cn .video-component-cn__desktop,.video-component-cn .video-component__desktop,.video-component .video-component-cn__desktop,.video-component .video-component__desktop {
    display: block;
    position: relative
}

@media (max-width: 1199.98px) {
    .video-component-cn .video-component-cn__desktop,.video-component-cn .video-component__desktop,.video-component .video-component-cn__desktop,.video-component .video-component__desktop {
        display:none
    }
}

.video-component-cn .video-component-cn__desktop img,.video-component-cn .video-component__desktop img,.video-component .video-component-cn__desktop img,.video-component .video-component__desktop img {
    max-width: 100%
}

.video-component-cn .row,.video-component .row {
    text-align: center
}

.video-component-cn__content,.video-component__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

.video-component-cn .left .row,.video-component .left .row {
    text-align: unset
}

.video-component-cn .left .video-component__content,.video-component .left .video-component__content {
    left: unset;
    transform: translateY(-50%);
    text-align: unset
}

.video-component-cn .video-component-cn__mobile,.video-component-cn .video-component__mobile,.video-component .video-component-cn__mobile,.video-component .video-component__mobile {
    display: none;
    position: relative
}

@media (max-width: 1199.98px) {
    .video-component-cn .video-component-cn__mobile,.video-component-cn .video-component__mobile,.video-component .video-component-cn__mobile,.video-component .video-component__mobile {
        display:block
    }
}

.video-component-cn .video-component-cn__mobile img,.video-component-cn .video-component__mobile img,.video-component .video-component-cn__mobile img,.video-component .video-component__mobile img {
    max-width: 100%
}

.video-component-cn .video-component-cn__mobile .bg-image,.video-component-cn .video-component__mobile .bg-image,.video-component .video-component-cn__mobile .bg-image,.video-component .video-component__mobile .bg-image {
    background-size: cover;
    height: 562px;
    background-position: 50%;
    max-height: 100vh;
    object-fit: cover
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.article-hero-background {
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    left: -.5rem
}

@media (min-width: 768px) {
    .article-hero-background {
        left:calc(22rem - 50vw)
    }
}

@media (min-width: 992px) {
    .article-hero-background {
        left:calc(29rem - 50vw)
    }
}

@media (min-width: 1200px) {
    .article-hero-background {
        left:calc(35.125rem - 50vw)
    }
}

.article-hero__only-mobile {
    height: 50%
}

.article-hero__not-full-detail {
    height: 90%
}

@media (min-width: 768px) {
    .article-hero-content {
        position:relative
    }
}

.article-hero-content__head-line {
    word-wrap: break-word
}

@media (min-width: 992px) {
    .article-hero__category-tags {
        position:absolute;
        bottom: 0
    }
}

.article-hero__img {
    max-width: calc(100% + .5rem);
    object-fit: cover;
    width: calc(100% + .5rem);
    height: auto
}

@media (min-width: 768px) {
    .article-hero__img {
        max-width:21.5rem;
        width: calc(100% + 50vw - 22.5rem)
    }
}

@media (min-width: 992px) {
    .article-hero__img {
        max-width:calc(100% + 50vw - 30rem);
        width: calc(100% + 50vw - 30rem)
    }
}

@media (min-width: 1200px) {
    .article-hero__img {
        max-width:calc(100% + 50vw - 35.625rem);
        width: calc(100% + 50vw - 35.625rem)
    }
}

@media screen and (min-width: 1316px) {
    .article-hero__img {
        max-width:calc(100% + 4.9375rem);
        width: calc(100% + 4.9375rem)
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 576px) {
    .recirculation-carousel-cmp-container {
        padding-left:calc(50vw - 16.875rem)!important
    }
}

@media (min-width: 768px) {
    .recirculation-carousel-cmp-container {
        padding-left:calc(50vw - 22.5rem)!important
    }
}

@media (min-width: 992px) {
    .recirculation-carousel-cmp-container {
        padding-left:calc(50vw - 30rem)!important
    }
}

@media (min-width: 1200px) {
    .recirculation-carousel-cmp-container {
        padding-left:calc(50vw - 35.625rem)!important
    }
}

.recirculation-carousel-cmp-container-slide {
    position: relative
}

.recirculation-carousel-cmp-container-slide.odd {
    margin-top: 2.5rem
}

.recirculation-carousel-cmp-container-slide__seperator {
    position: absolute;
    opacity: .2;
    height: calc(100% - .25rem);
    width: .0625rem;
    left: -1.5rem;
    top: .25rem;
    color: #c4c4c4
}

@media (min-width: 768px) {
    .recirculation-carousel-cmp-container-slide__seperator {
        left:-1rem;
        height: calc(100% - .375rem);
        top: .375rem
    }
}

@media (min-width: 1200px) {
    .recirculation-carousel-cmp-container-slide__seperator {
        height:calc(100% - .9375rem);
        top: .9375rem
    }
}

.recirculation-carousel-cmp-container-slide__content--title-link:hover {
    font-weight: 700;
    color: #1c1c1c
}

@media (max-width: 767.98px) {
    .recirculation-carousel-cmp-container-count,.recirculation-carousel-cmp-container .glide__arrow-controls {
        margin-left:-1.25rem!important
    }
}

@media (min-width: 576px) {
    .recirculation-carousel-cmp-container-count,.recirculation-carousel-cmp-container .glide__arrow-controls {
        margin-left:calc(-50vw - -16.875rem)!important
    }
}

@media (min-width: 768px) {
    .recirculation-carousel-cmp-container-count,.recirculation-carousel-cmp-container .glide__arrow-controls {
        margin-left:calc(-50vw - -22.5rem)!important
    }
}

@media (min-width: 992px) {
    .recirculation-carousel-cmp-container-count,.recirculation-carousel-cmp-container .glide__arrow-controls {
        margin-left:calc(-50vw - -30rem)!important
    }
}

@media (min-width: 1200px) {
    .recirculation-carousel-cmp-container-count,.recirculation-carousel-cmp-container .glide__arrow-controls {
        margin-left:calc(-50vw - -35.625rem)!important
    }
}

.recirculation-carousel-cmp-container-count__active:after {
    content: "/";
    padding: 0 .3125rem
}

.recirculation-carousel-cmp-container .carouselControlType2 .glide__bullet {
    border-radius: 0;
    height: .0625rem;
    margin: 0
}

.recirculation-carousel-cmp-container .carouselControlType2 .glide__bullet--active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    transform: none;
    width: 100%
}

.recirculation-carousel-cmp-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    min-width: 1rem;
    width: auto
}

.recirculation-carousel-cmp-container .glide__arrow--left {
    left: 0
}

.recirculation-carousel-cmp-container .glide__arrow--right {
    right: 0
}

.recirculation-carousel-cmp img {
    max-width: 100%;
    height: auto
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 768px) {
    .card-breaker__separator {
        max-width:1px
    }
}

@media (min-width: 768px) {
    .card-breaker__vertical {
        height:100%
    }
}

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

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.wysiwyg-text__content__first-letter {
    float: left;
    padding: 0 .75rem 0 0;
    margin-bottom: 0;
    color: var(--t-accent-color)!important;
    font-style: italic!important
}

.wysiwyg-text__articleDetails__categories__category-name {
    border: .0625rem solid #1c1c1c!important
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.video-one-up__component__device {
    position: relative;
    height: 100%
}

.video-one-up__component__device__video {
    padding-top: 40%;
    height: 100%
}

.video-one-up__component__device__video .vjs-tech {
    object-fit: cover
}

.video-one-up__component__device__video .vjs-poster {
    background-size: cover
}

.video-one-up__component__device__video .vjs-poster img {
    object-fit: cover
}

.video-one-up__component__device__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.video-one-up__component__device__video--cinemograph {
    padding-top: 56.3%
}

.video-one-up__component__device__video--cinemograph .vjs-control-bar,.video-one-up__component__device__video--cinemograph .vjs-title-bar {
    display: none!important
}

.video-one-up__component__device__closeVideo {
    color: #fff;
    position: absolute;
    top: 0;
    right: .3125rem;
    cursor: pointer;
    display: none
}

.video-one-up__component__device__videoThumbnail {
    position: absolute;
    top: 0;
    height: 100%
}

.video-one-up__component__device__videoThumbnail__image {
    object-fit: cover;
    height: 100%;
    max-width: 100%
}

.video-one-up__component__device__thumbnailButton {
    width: 5.25rem;
    height: 5.25rem;
    position: absolute;
    transform: rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

.video-one-up__component__device__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .video-one-up__component__device__thumbnailButton__text {
        font-size:1rem
    }
}

.video-one-up__component__device__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

@media (min-width: 768px) {
    .video-one-up__component__device__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .video-one-up__component__device__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.video-one-up__component__device__cine__controls__pause,.video-one-up__component__device__cine__controls__play {
    cursor: pointer;
    position: absolute;
    bottom: 1.25rem;
    left: 1.5rem;
    z-index: 10
}

@media (min-width: 768px) {
    .video-one-up__component__device__cine__controls__pause,.video-one-up__component__device__cine__controls__play {
        top:calc(100% - 4rem);
        left: 3rem;
        bottom: unset
    }
}

.video-one-up__component .vjs-big-play-button,.video-one-up__component .vjs-text-track-display,.video-one-up__component .vjs-title-bar,.video-one-up__component__device__cine__controls__play {
    display: none
}

.video-one-up-modal-main {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12
}

.video-one-up-modal-content-main {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center
}

.video-one-up-modal-content-main .vjs-control {
    width: 3rem!important
}

@media (min-width: 768px) {
    .video-one-up-modal-content-main .vjs-control {
        width:4rem!important
    }
}

.video-one-up-modal-content-main .vjs-progress-control {
    width: 100%!important
}

.video-one-up-modal-content-main .vjs-control-bar {
    display: flex!important
}

.video-one-up-modal-content-main .vjs-time-control {
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .video-one-up-modal-content-main .vjs-time-control {
        min-width:4rem
    }
}

.video-one-up-modal-content-main .vjs-current-time,.video-one-up-modal-content-main .vjs-duration,.video-one-up-modal-content-main .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .video-one-up-modal-content-main .vjs-current-time,.video-one-up-modal-content-main .vjs-duration,.video-one-up-modal-content-main .vjs-time-divider {
        margin-left:1rem!important
    }
}

.video-one-up-modal-content-main .vjs-audio-button,.video-one-up-modal-content-main .vjs-big-play-button,.video-one-up-modal-content-main .vjs-quality-menu-wrapper,.video-one-up-modal-content-main .vjs-text-track-display {
    display: none
}

.video-one-up-light-box-close {
    height: 3rem;
    position: absolute;
    top: .5rem;
    right: 0
}

.video-one-up-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg,transparent,#000);
    justify-content: flex-end;
    z-index: 3;
    align-items: center;
    height: 2.875rem
}

.video-one-up-light-box-close .clear-icon {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.video-one-up-video-title {
    opacity: 0;
    display: none
}

.video-one-up__component__device__video-lightbox {
    min-height: 15rem!important
}

.video-one-up__component__device__video-lightbox .vjs-icon-placeholder:before {
    font-family: VideoJS!important
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 1200px) {
    .editorial-highlight__descPadding {
        padding-right:3.4375rem!important
    }
}

.editorial-highlight__head-line {
    word-wrap: break-word
}

.editorial-highlight__img--wrapper {
    min-height: 18.75rem
}

@media (min-width: 768px) {
    .editorial-highlight__img--wrapper {
        min-height:26.625rem
    }
}

@media (min-width: 992px) {
    .editorial-highlight__img--wrapper {
        min-height:36.25rem
    }
}

@media (min-width: 1200px) {
    .editorial-highlight__img--wrapper {
        min-height:37.5rem
    }
}

.editorial-highlight__img {
    border-radius: 62.5rem;
    max-width: 100%;
    height: auto
}

.editorial-highlight__portrait-img {
    max-width: 100%;
    height: auto;
    border: .25rem solid #fff;
    border-bottom: none;
    margin-top: -9.625rem
}

@media (min-width: 992px) {
    .editorial-highlight__portrait-img {
        border:.5rem solid #fff;
        margin-top: -18.8125rem
    }
}

.one-up-highlight__secondary-image {
    border-radius: 62.5rem
}

.one-up-highlight img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.one-up-highlight__container-row {
    align-items: center
}

.one-up-highlight__video-container {
    width: 100%;
    height: 36.875rem
}

@media (max-width: 767.98px) {
    .one-up-highlight__video-container {
        margin:0 auto
    }
}

@media (min-width: 768px) {
    .one-up-highlight__video-container {
        height:31.5625rem
    }
}

@media (min-width: 992px) {
    .one-up-highlight__video-container {
        height:50.75rem
    }
}

.one-up-highlight__component__content__pause,.one-up-highlight__component__content__play {
    cursor: pointer;
    position: absolute;
    top: calc(100% - 4rem);
    left: 1.5rem;
    z-index: 10
}

@media (min-width: 768px) {
    .one-up-highlight__component__content__pause,.one-up-highlight__component__content__play {
        left:3rem
    }
}

.one-up-highlight__component__content__play {
    display: none
}

.one-up-highlight__component__device {
    position: relative
}

.one-up-highlight__component__device__video {
    padding-top: 40%;
    height: 100%!important;
    width: 100%!important
}

.one-up-highlight__component__device__video .vjs-tech {
    object-fit: cover
}

.one-up-highlight__component__device__video .vjs-poster {
    background-size: cover
}

.one-up-highlight__component__device__video .vjs-current-time,.one-up-highlight__component__device__video .vjs-duration,.one-up-highlight__component__device__video .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 1200px) {
    .one-up-highlight__component__device__video .vjs-current-time,.one-up-highlight__component__device__video .vjs-duration,.one-up-highlight__component__device__video .vjs-time-divider {
        margin-left:1rem!important
    }
}

.one-up-highlight__component__device__video .vjs-control {
    width: 3rem!important
}

@media (min-width: 1200px) {
    .one-up-highlight__component__device__video .vjs-control {
        width:4rem!important
    }
}

.one-up-highlight__component__device__video .vjs-progress-control {
    width: 100%!important;
    display: flex!important
}

.one-up-highlight__component__device__video .vjs-audio-button,.one-up-highlight__component__device__video .vjs-big-play-button,.one-up-highlight__component__device__video .vjs-descriptions-button,.one-up-highlight__component__device__video .vjs-quality-menu-wrapper,.one-up-highlight__component__device__video .vjs-text-track-display {
    display: none
}

.one-up-highlight__component__device__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.one-up-highlight__component__device__closeVideo {
    color: #fff;
    position: absolute;
    top: 0;
    right: .625rem;
    cursor: pointer;
    display: none
}

.one-up-highlight__component__device__videoThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%
}

.one-up-highlight__component__device__videoThumbnail__image {
    object-fit: cover;
    height: 100%!important;
    max-width: 100%!important
}

.one-up-highlight__component__device__thumbnailButton {
    width: 5.25rem;
    height: 5.25rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

.one-up-highlight__component__device__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .one-up-highlight__component__device__thumbnailButton__text {
        font-size:1rem
    }
}

.one-up-highlight__component__device__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

@media (min-width: 768px) {
    .one-up-highlight__component__device__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .one-up-highlight__component__device__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.one-up-highlight-modal {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.one-up-highlight-modal-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center
}

.one-up-highlight-light-box-close {
    height: 3rem;
    position: absolute;
    top: .5rem;
    right: 0
}

.one-up-highlight-light-box-close .clear-icon {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.one-up-highlight-modal-content .vjs-control-bar {
    display: flex!important
}

.one-up-highlight__component__device__video__lightbox {
    min-height: 98%!important;
    overflow: hidden
}

.one-up-highlight__component__device__video__lightbox .vjs-icon-placeholder:before {
    font-family: VideoJS!important
}

.one-up-highlight__component__device__video__lightbox .vjs-control-bar {
    position: fixed;
    bottom: 0
}

.one-up-highlight__component__device__video__lightbox .vjs-current-time,.one-up-highlight__component__device__video__lightbox .vjs-duration,.one-up-highlight__component__device__video__lightbox .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .one-up-highlight__component__device__video__lightbox .vjs-current-time,.one-up-highlight__component__device__video__lightbox .vjs-duration,.one-up-highlight__component__device__video__lightbox .vjs-time-divider {
        margin-left:1rem!important
    }
}

.one-up-highlight__component__device__video__lightbox .vjs-audio-button,.one-up-highlight__component__device__video__lightbox .vjs-big-play-button,.one-up-highlight__component__device__video__lightbox .vjs-quality-menu-wrapper,.one-up-highlight__component__device__video__lightbox .vjs-text-track-display {
    display: none
}

.one-up-highlight__component__device__video.cinemagraph-one-up-video .vjs-control-bar,.one-up-highlight__component__device__video.cinemagraph-one-up-video .vjs-title-bar {
    display: none!important
}

.one-up-highlight__component__device__video .vjs-time-control {
    width: 3rem!important;
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .one-up-highlight__component__device__video .vjs-time-control {
        min-width:3rem!important
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.brand-highlight-package__oval-image {
    border-radius: 1000px;
    max-width: 100%;
    height: auto
}

.brand-highlight-package__img {
    max-width: calc(100% + 1rem);
    object-fit: cover;
    width: calc(100% + 1rem);
    height: auto
}

@media (min-width: 768px) {
    .brand-highlight-package__img {
        max-width:calc(100% - 22rem + 50vw);
        width: calc(100% - 22rem + 50vw)
    }
}

@media (min-width: 992px) {
    .brand-highlight-package__img {
        max-width:calc(100% - 29.5rem + 50vw);
        width: calc(100% - 29.5rem + 50vw)
    }
}

@media (min-width: 1200px) {
    .brand-highlight-package__img {
        max-width:calc(100% - 35.125rem + 50vw);
        width: calc(100% - 35.125rem + 50vw)
    }
}

@media screen and (min-width: 1316px) {
    .brand-highlight-package__img {
        max-width:calc(100% + 4.9375rem);
        width: calc(100% + 4.9375rem)
    }
}

.editorial-package__main-image {
    z-index: 2
}

.editorial-package__main-image img {
    max-width: 100%;
    height: auto
}

.editorial-package__blur-container {
    position: relative;
    top: calc(16px - 100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 1rem
}

.editorial-package__blur {
    background-size: cover;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    filter: blur(100px);
    position: absolute;
    z-index: 1
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.two-up-recirculation__card img {
    max-width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .two-up-recirculation .startLeftAnimation {
        animation:leftAnimation 3s linear forwards
    }
}

@media (min-width: 768px) {
    .two-up-recirculation .startRightAnimation {
        animation:rightAnimation 3s linear forwards
    }
}

@media (min-width: 768px) {
    .two-up-recirculation .startLeftAnimationReverse {
        animation:leftAnimationReverse 3s linear forwards
    }
}

@media (min-width: 768px) {
    .two-up-recirculation .startRightAnimationReverse {
        animation:rightAnimationReverse 3s linear forwards
    }
}

@keyframes leftAnimation {
    0% {
        transform: translateY(64px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes rightAnimation {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(64px)
    }
}

@keyframes leftAnimationReverse {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(64px)
    }
}

@keyframes rightAnimationReverse {
    0% {
        transform: translateY(64px)
    }

    to {
        transform: translateY(0)
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.carousel-breaker-component-container-slide {
    position: relative
}

.carousel-breaker-component-container-slide.glide__slide .carousel-breaker-component-container-slide__content__video,.carousel-breaker-component-container-slide.glide__slide img {
    max-width: 100%;
    height: auto;
    transition: transform .4s cubic-bezier(.165,.84,.44,1) 0s;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    transform: scale(1)
}

.carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__thumb--without-picture {
    top: 21.5%
}

@media (min-width: 768px) {
    .carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__thumb--without-picture {
        top:31.5%
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__thumb--without-picture {
        top:28.5%
    }
}

@media (min-width: 1200px) {
    .carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__thumb--without-picture {
        top:31.5%
    }
}

.carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__icons,.carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__video,.carousel-breaker-component-container-slide.glide__slide--active img {
    top: 0
}

.carousel-breaker-component-container-slide.glide__slide--active span {
    display: flex!important;
    line-height: 1rem;
    overflow: hidden
}

.carousel-breaker-component-container-slide__content .carousel-breaker-component-container-slide__content__video {
    padding-top: 56.25%!important
}

.carousel-breaker-component-container-slide__content__video .vjs-tech {
    object-fit: cover
}

.carousel-breaker-component-container-slide__content__video .vjs-poster {
    background-size: cover
}

.carousel-breaker-component-container-slide__content__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.carousel-breaker-component-container-slide__content__icons {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 56.25%;
    transition: transform .4s cubic-bezier(.165,.84,.44,1) 0s;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    transform: scale(1)
}

.carousel-breaker-component-container-slide__content__pause,.carousel-breaker-component-container-slide__content__play {
    cursor: pointer;
    position: absolute;
    top: .625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .carousel-breaker-component-container-slide__content__pause,.carousel-breaker-component-container-slide__content__play {
        top:1.25rem;
        right: 1.25rem
    }
}

.glide__slide--active .carousel-breaker-component-container-slide__content__pause,.glide__slide--active .carousel-breaker-component-container-slide__content__play {
    top: .625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .glide__slide--active .carousel-breaker-component-container-slide__content__pause,.glide__slide--active .carousel-breaker-component-container-slide__content__play {
        top:1.25rem;
        right: 1.25rem
    }
}

.carousel-breaker-component-container-slide__content__cinemagraph .vjs-control-bar,.carousel-breaker-component-container-slide__content__cinemagraph .vjs-title-bar,.carousel-breaker-component-container-slide__content__play {
    display: none
}

.carousel-breaker-component-container-slide__content__cinemagraph .vjs-tech {
    pointer-events: none
}

.carousel-breaker-component-container-slide__content__thumbnail {
    top: 0;
    height: 100%
}

@media (min-width: 768px) {
    .carousel-breaker-component-container-slide__content__thumbnail {
        position:absolute
    }
}

.carousel-breaker-component-container-slide__content__thumbnail__image {
    object-fit: cover;
    height: 100%
}

.carousel-breaker-component-container-slide__content__thumb {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-breaker-component-container-slide__content__thumb--without-picture {
    top: 45%
}

@media (min-width: 768px) {
    .carousel-breaker-component-container-slide__content__thumb--without-picture {
        top:43%
    }
}

@media (min-width: 1200px) {
    .carousel-breaker-component-container-slide__content__thumb--without-picture {
        top:40%
    }
}

.carousel-breaker-component-container-slide__content__videoThumbnail__image {
    object-fit: cover
}

.carousel-breaker-component-container-slide__content__thumbnailButton {
    width: 5.25rem;
    height: 5.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

.carousel-breaker-component-container-slide__content__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .carousel-breaker-component-container-slide__content__thumbnailButton__text {
        font-size:1rem
    }
}

.carousel-breaker-component-container-slide__content__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

@media (min-width: 768px) {
    .carousel-breaker-component-container-slide__content__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .carousel-breaker-component-container-slide__content__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.carousel-breaker-component-container-slide .vjs-big-play-button,.carousel-breaker-component-container-slide .vjs-text-track-display,.carousel-breaker-component-container-slide .vjs-title-bar {
    display: none
}

.carousel-breaker-component-container-count__active:after {
    content: "/";
    padding: 0 .3125rem
}

.carousel-breaker-component-container .carouselControlType2 .left-arrow,.carousel-breaker-component-container .carouselControlType2 .left-arrow:after,.carousel-breaker-component-container .carouselControlType2 .right-arrow,.carousel-breaker-component-container .carouselControlType2 .right-arrow:before {
    color: inherit
}

.carousel-breaker-component-container .carouselControlType2 .glide__bullet {
    border-radius: 0;
    height: .0625rem;
    margin: 0
}

.carousel-breaker-component-container .carouselControlType2 .glide__bullet--active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    transform: none;
    width: 100%
}

.carousel-breaker-component-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    width: auto
}

.carousel-breaker-component-container .glide__arrow--left {
    left: 0
}

@media (min-width: 768px) {
    .carousel-breaker-component-container .glide__arrow--left {
        margin-right:.5rem
    }
}

@media (min-width: 1200px) {
    .carousel-breaker-component-container .glide__arrow--left {
        margin-right:2.125rem
    }
}

.carousel-breaker-component-container .glide__arrow--right {
    right: 0
}

@media (min-width: 768px) {
    .carousel-breaker-component-container .glide__arrow--right {
        margin-left:.5rem
    }
}

@media (min-width: 1200px) {
    .carousel-breaker-component-container .glide__arrow--right {
        margin-left:2.125rem
    }
}

.carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__icons,.carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__video,.carousel-breaker-component .addAnimation img {
    transform: scale(1.22);
    transition: transform 1.2s
}

@media (min-width: 768px) {
    .carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__icons,.carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__video,.carousel-breaker-component .addAnimation img {
        transform:scale(1.42)
    }
}

@media (min-width: 992px) {
    .carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__icons,.carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__video,.carousel-breaker-component .addAnimation img {
        transform:scale(1.28)
    }
}

.carousel-breaker-component .removeAnimation .carousel-breaker-component-container-slide__content__video,.carousel-breaker-component .removeAnimation img {
    transform: scale(1);
    transition: transform 1.2s
}

.cb-modal-main {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: visible!important
}

.cb-modal-main-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center
}

.cb-modal-content-light-box-ui .video-js {
    height: 15.625rem!important
}

@media (min-width: 768px) {
    .cb-modal-content-light-box-ui .video-js {
        height:auto!important
    }
}

.cb-modal-content-light-box-ui .vjs-icon-placeholder:before {
    font-family: VideoJS!important
}

.vjs-current-time-display,.vjs-duration-display,.vjs-time-divider span {
    margin-top: 0!important;
    margin-left: 0!important
}

.vjs-time-divider span {
    overflow: visible!important
}

.cb-title-val {
    display: none;
    opacity: 0
}

.light-box-close {
    height: 3rem;
    position: absolute;
    top: 1rem;
    right: 0
}

.light-box-title-container {
    height: 3rem;
    position: absolute;
    top: 1rem;
    left: 0
}

.cb-header-title-el {
    margin-left: .625rem;
    font-weight: 500;
    font-size: 1rem;
    font-family: Swiss-721
}

.cb-light-box-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: flex-end;
    z-index: 3;
    align-items: center
}

.header-transition {
    background: linear-gradient(0deg,transparent,#000)
}

.light-box-close .clear-icon {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.cb-modal-content-light-box-ui .vjs-control {
    width: 3rem!important
}

@media (min-width: 768px) {
    .cb-modal-content-light-box-ui .vjs-control {
        width:4rem!important
    }
}

.cb-modal-content-light-box-ui .vjs-time-control {
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .cb-modal-content-light-box-ui .vjs-time-control {
        min-width:4rem
    }
}

.cb-modal-content-light-box-ui .vjs-progress-control {
    width: 100%!important
}

.cb-modal-content-light-box-ui .vjs-current-time,.cb-modal-content-light-box-ui .vjs-duration,.cb-modal-content-light-box-ui .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .cb-modal-content-light-box-ui .vjs-current-time,.cb-modal-content-light-box-ui .vjs-duration,.cb-modal-content-light-box-ui .vjs-time-divider {
        margin-left:1rem!important
    }
}

.vjs-time-control {
    align-items: center
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.quote-w-image__divider {
    height: .125rem;
    opacity: .2
}

.quote-w-image__picture {
    border-radius: 62.5rem;
    max-width: 100%;
    height: auto
}

.quote-w-image__quoteText p {
    display: inline
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.basic-carousel-component-container-slide {
    position: relative;
    height: auto!important
}

.basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
    height: 13.3125rem;
    min-width: 20rem;
    max-width: calc(100vw - 2.625rem);
    margin-top: 0
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
        height:16.875rem;
        min-width: 42.1875rem;
        max-width: calc(100vw - 3.75rem)
    }
}

@media (min-width: 992px) {
    .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
        height:26.5rem
    }
}

@media (min-width: 1200px) {
    .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
        padding-left:calc(50vw - 40.3125rem)!important;
        height: 26.5rem;
        min-width: calc(100% + .625rem);
        max-width: calc(100vw - 5.875rem)
    }
}

.basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__video {
    height: 13.3125rem;
    margin-top: 0
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__video {
        height:16.875rem
    }
}

@media (min-width: 992px) {
    .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__video {
        height:26.5rem
    }
}

.basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__videoThumbnail__image {
    padding-top: 66.66%;
    margin-top: 0
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__videoThumbnail__image {
        padding-top:56.25%
    }
}

.basic-carousel-component-container-slide.glide__slide--active.basic-carousel-component-container-video-slide {
    padding-left: calc(50vw - 40.875rem)!important
}

.basic-carousel-component-container-slide__content.invalid-image {
    height: 100%;
    width: 100%
}

.basic-carousel-component-container-slide__content {
    position: relative
}

.basic-carousel-component-container-slide__content--img {
    height: 13.3125rem;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content--img {
        height:16.875rem;
        margin-top: 2rem
    }
}

@media (min-width: 992px) {
    .basic-carousel-component-container-slide__content--img {
        height:26.5rem;
        margin-top: 4rem
    }
}

.basic-carousel-component-container-slide__content__video {
    padding-top: 56.25%
}

.basic-carousel-component-container-slide__content__video .vjs-tech {
    object-fit: contain
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__video .vjs-tech {
        object-fit:cover
    }
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__video {
        padding-top:56.25%
    }
}

.basic-carousel-component-container-slide__content__video .vjs-poster {
    background-size: cover
}

.basic-carousel-component-container-slide__content__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.basic-carousel-component-container-slide__content__cinemagraph {
    margin-top: 2rem;
    height: 13.3125rem;
    padding-top: 40%
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__cinemagraph {
        height:16.875rem;
        margin-top: 2rem
    }
}

@media (min-width: 992px) {
    .basic-carousel-component-container-slide__content__cinemagraph {
        height:26.5rem;
        margin-top: 4rem
    }
}

.basic-carousel-component-container-slide__content__cinemagraph .vjs-control-bar,.basic-carousel-component-container-slide__content__cinemagraph .vjs-title-bar {
    display: none
}

.basic-carousel-component-container-slide__content__cinemagraph .vjs-tech {
    pointer-events: none;
    object-fit: cover
}

.basic-carousel-component-container-slide__content__thumbnail {
    top: 0;
    height: 100%
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__thumbnail {
        position:absolute
    }
}

.basic-carousel-component-container-slide__content__thumbnail__image {
    object-fit: cover;
    height: 100%
}

.basic-carousel-component-container-slide__content__videoThumbnail {
    top: 0;
    height: 100%
}

.basic-carousel-component-container-slide__content__videoThumbnail__image {
    object-fit: cover;
    height: 13.3125rem;
    margin-top: .75rem
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__videoThumbnail__image {
        height:16.875rem;
        margin-top: 3.5rem
    }
}

@media (min-width: 992px) {
    .basic-carousel-component-container-slide__content__videoThumbnail__image {
        height:26.5rem;
        margin-top: 4rem
    }
}

.basic-carousel-component-container-slide__content__thumbnailButton {
    width: 5.25rem;
    height: 5.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

.basic-carousel-component-container-slide__content__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: torem(12)
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__thumbnailButton__text {
        font-size:1rem
    }
}

.basic-carousel-component-container-slide__content__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .basic-carousel-component-container-slide__content__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.basic-carousel-component-container-slide__content__pause,.basic-carousel-component-container-slide__content__play {
    cursor: pointer;
    position: absolute;
    top: .625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .basic-carousel-component-container-slide__content__pause,.basic-carousel-component-container-slide__content__play {
        top:1.25rem;
        right: 1.25rem
    }
}

.basic-carousel-component-container-slide .vjs-big-play-button,.basic-carousel-component-container-slide .vjs-text-track-display,.basic-carousel-component-container-slide .vjs-title-bar,.basic-carousel-component-container-slide__content__play {
    display: none
}

.basic-carousel-component-container-count__active:after {
    content: "/";
    padding: 0 .3125rem
}

.basic-carousel-component-container .carouselControlType2 .glide__bullet {
    border-radius: 0;
    height: .0625rem;
    margin: 0
}

.basic-carousel-component-container .carouselControlType2 .glide__bullet--active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    transform: none;
    width: 100%
}

.basic-carousel-component-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    min-width: 1rem
}

.basic-carousel-component-container .glide__arrow--left {
    left: 0
}

.basic-carousel-component-container .glide__arrow--right {
    right: 0
}

.basic-carousel-component img {
    max-width: 100%;
    height: auto
}

.basic-carousel-modal {
    background-color: #1c1c1c
}

@media (min-width: 768px) {
    .basic-carousel-modal {
        background-color:rgba(28,28,28,.8)
    }
}

.basic-carousel-modal__header {
    background: linear-gradient(0deg,transparent,#000);
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    color: #fff
}

.basic-carousel-modal .vjs-big-play-button,.basic-carousel-modal .vjs-text-track-display {
    display: none
}

.basic-carousel-modal .vjs-play-progress {
    background-color: #fff
}

.basic-carousel-modal .mdc-dialog__surface {
    padding: 0!important
}

@media (min-width: 768px) {
    .basic-carousel-modal .mdc-dialog__surface {
        max-width:56.25rem
    }
}

@media (min-width: 768px) {
    .basic-carousel-modal .mdc-dialog__container {
        padding:3rem
    }
}

.basic-carousel-modal .m-dialog-close-btn {
    position: static;
    width: auto;
    height: auto;
    background: none
}

.basic-carousel-modal .vjs-control {
    width: 3rem!important
}

@media (min-width: 768px) {
    .basic-carousel-modal .vjs-control {
        width:4rem!important
    }
}

.basic-carousel-modal .vjs-progress-control {
    width: 100%!important
}

.basic-carousel-modal .vjs-time-control {
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .basic-carousel-modal .vjs-time-control {
        min-width:4rem
    }
}

.basic-carousel-modal .vjs-current-time,.basic-carousel-modal .vjs-duration,.basic-carousel-modal .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .basic-carousel-modal .vjs-current-time,.basic-carousel-modal .vjs-duration,.basic-carousel-modal .vjs-time-divider {
        margin-left:1rem!important
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.horizontal-accordion__img {
    object-fit: cover
}

.horizontal-accordion__mobileImg {
    height: 6.9375rem
}

@media (min-width: 768px) {
    .horizontal-accordion__mobileImg {
        height:100%
    }
}

@media (min-width: 768px) {
    .horizontal-accordion__small-img {
        height:calc(100% - 2rem)
    }
}

@media (min-width: 1200px) {
    .horizontal-accordion__small-img {
        height:calc(100% - 2.5rem)
    }
}

.horizontal-accordion__desc {
    position: absolute;
    bottom: .5rem
}

@media (min-width: 768px) {
    .horizontal-accordion__desc {
        bottom:0
    }
}

@media (min-width: 1200px) {
    .horizontal-accordion__desc {
        bottom:3rem
    }
}

.horizontal-accordion__text--title {
    flex-direction: column
}

@media (min-width: 768px) {
    .horizontal-accordion__textUp {
        position:relative;
        top: -2rem
    }
}

.horizontal-accordion__button {
    float: right
}

@media (min-width: 768px) {
    .horizontal-accordion__button {
        float:none
    }
}

.horizontal-accordion__plus {
    border: 1px solid var(--t-accent-color);
    border-radius: 50%;
    padding: .4375rem 0
}

@media (min-width: 768px) {
    .horizontal-accordion__plus {
        padding:.3125rem 0
    }
}

.horizontal-accordion__plus:before {
    padding-left: .625rem;
    line-height: 2.1875rem;
    width: 2.1875rem
}

@media (min-width: 768px) {
    .horizontal-accordion__plus:before {
        padding:0 0 .3125rem;
        line-height: unset
    }
}

.horizontal-accordion__gradient {
    position: absolute;
    top: 0;
    background: linear-gradient(.26deg,#000,transparent);
    height: 100%;
    width: calc(100% - 1rem)
}

@media (min-width: 768px) {
    .horizontal-accordion-with-animation .horizontal-accordion__img {
        transition:transform 1s
    }

    .horizontal-accordion-with-animation .horizontal-accordion__img:hover {
        transform: scale(1.1)
    }
}

.horizontal-accordion-with-animation .horizontal-accordion__gradient {
    visibility: hidden;
    opacity: 0
}

@media (min-width: 768px) {
    .horizontal-accordion-with-animation .horizontal-accordion__desc {
        bottom:.5rem
    }
}

@media (min-width: 1200px) {
    .horizontal-accordion-with-animation .horizontal-accordion__desc {
        bottom:3rem
    }
}

.horizontal-accordion-with-animation .horizontal-accordion__plus {
    padding: .5rem 0
}

@media (max-width: 767.98px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element .horizontal-accordion__element__img {
        transition:none;
        height: 6.9375rem;
        animation: mobImgAnimationBwd 1s
    }

    .horizontal-accordion-with-animation .horizontal-accordion__element .horizontal-accordion__element__img:hover {
        transform: none
    }
}

.horizontal-accordion-with-animation .horizontal-accordion__element--active {
    height: 18.75rem
}

@media (min-width: 768px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element--active {
        height:24rem
    }
}

@media (min-width: 992px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element--active {
        height:30rem
    }
}

@media (min-width: 1200px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element--active {
        height:37.125rem
    }
}

@media (max-width: 767.98px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element--active .horizontal-accordion__element__img {
        height:18.75rem;
        animation: mobImgAnimationFwd 1s
    }
}

.horizontal-accordion-with-animation .horizontal-accordion__element--active .horizontal-accordion__gradient {
    visibility: visible!important;
    opacity: 1!important
}

@media (min-width: 768px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element {
        max-width:16.66%;
        animation: elementAnimationBwd 1s
    }

    .horizontal-accordion-with-animation .horizontal-accordion__element:hover {
        cursor: pointer
    }

    .horizontal-accordion-with-animation .horizontal-accordion__element--active {
        max-width: 50%;
        animation: elementAnimationFwd 1s
    }

    .horizontal-accordion-with-animation .horizontal-accordion__element--active:hover {
        cursor: auto
    }
}

.horizontal-accordion-with-animation .horizontal-accordion__element--wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element:nth-child(4n-1).horizontal-accordion__element--active .horizontal-accordion__gradient {
        height:calc(100% - 1.5rem)
    }
}

@media (min-width: 1200px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element:nth-child(4n-1).horizontal-accordion__element--active .horizontal-accordion__gradient {
        height:calc(100% - 1.875rem)
    }
}

@media (min-width: 768px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element:nth-child(4n-1).horizontal-accordion__element--active .horizontal-accordion__desc {
        bottom:1.5rem
    }
}

@media (min-width: 1200px) {
    .horizontal-accordion-with-animation .horizontal-accordion__element:nth-child(4n-1).horizontal-accordion__element--active .horizontal-accordion__desc {
        bottom:3rem
    }
}

.horizontal-accordion-with-animation .horizontal-accordion__controls.active-control.active-control .horizontal-accordion__button .horizontal-accordion__plus {
    background-color: var(--t-accent-color)
}

@keyframes elementAnimationFwd {
    0% {
        max-width: 16.66%
    }

    to {
        max-width: 50%
    }
}

@keyframes elementAnimationBwd {
    0% {
        max-width: 50%
    }

    to {
        max-width: 16.66%
    }
}

@keyframes mobImgAnimationFwd {
    0% {
        height: 6.9375rem
    }

    to {
        height: 18.75rem
    }
}

@keyframes mobImgAnimationBwd {
    0% {
        height: 18.75rem
    }

    to {
        height: 6.9375rem
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.hub-hero-basic--icon:before {
    font-size: 49px;
    line-height: normal
}

@media (min-width: 576px) {
    .hub-hero-basic--icon:before {
        font-size:74.8px
    }
}

@media (min-width: 768px) {
    .hub-hero-basic--icon:before {
        font-size:100px
    }
}

@media (min-width: 992px) {
    .hub-hero-basic--icon:before {
        font-size:134px
    }
}

@media (min-width: 1200px) {
    .hub-hero-basic--icon:before {
        font-size:160px
    }
}

.hub-hero-basic__navigation__navbar {
    list-style-type: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hub-hero-basic__navigation__navbar__element {
    flex: 0 0 auto
}

.hub-hero-basic__navigation__navbar::-webkit-scrollbar {
    display: none
}

.hub-hero-basic__navigation__navbar__link {
    width: max-content
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.featured-carousel-component-container-slide {
    position: relative
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide.imageTopValue {
        margin-top:3.75rem
    }
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide {
        min-height:19.375rem
    }
}

@media (min-width: 992px) {
    .featured-carousel-component-container-slide {
        min-height:27.625rem
    }
}

.featured-carousel-component-container-slide .featured-carousel-component-container-slide__content {
    margin-top: 45px
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content {
        margin-top:0
    }
}

.featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
    width: 16.4375rem;
    height: 17.3125rem;
    display: block!important;
    text-align: center;
    margin-right: .5rem;
    left: calc(50% - 8.4375rem);
    margin-top: -6rem;
    position: relative;
    background-image: none;
    opacity: 1
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
        width:22.4375rem;
        height: 16.8125rem;
        margin-right: 0;
        left: 36%;
        position: absolute;
        top: 30%;
        opacity: 0;
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
        width:30rem;
        height: 16.875rem;
        top: 47%
    }
}

@media (min-width: 1200px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
        width:28.6875rem;
        height: 16.6875rem;
        left: calc(50% + 1rem);
        top: 50%
    }
}

.featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc.changeTopValue:before {
        top:-8px
    }
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc.changeTopValue {
        top:-3.75rem;
        margin-top: 8px
    }
}

.featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc:before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: .0625rem solid var(--t-accent-color);
    position: absolute;
    top: -4px;
    left: -4px
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc:before {
        left:-8px;
        top: -8px;
        width: calc(100% + 16px);
        height: calc(100% + 16px)
    }
}

.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
    max-width: calc(100% - 2.8125rem);
    min-width: 20.9375rem;
    margin-top: 0
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
        height:19.375rem;
        min-width: 29rem;
        max-width: calc(100% - 11.25rem);
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
        height:26rem;
        min-width: 39rem;
        max-width: calc(100% - 11.25rem);
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
        height:27.0625rem;
        min-width: 40.5625rem;
        max-width: calc(100% - 22.75rem);
        margin-left: 0
    }
}

.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
    display: block!important;
    text-align: center;
    margin-right: .5rem;
    left: calc(50% - 8.4375rem);
    margin-top: -2.25rem;
    position: relative;
    background-image: none;
    opacity: 1;
    width: 16.4375rem;
    height: 17.3125rem
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
        width:22.4375rem;
        height: 16.8125rem;
        margin-right: 0;
        left: 36%;
        position: absolute;
        top: 30%;
        opacity: 1;
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
        width:30rem;
        height: 16.875rem;
        top: 47%
    }
}

@media (min-width: 1200px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
        width:28.6875rem;
        height: 16.6875rem;
        left: calc(50% + 1rem);
        top: 50%
    }
}

.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc.changeTopValue:before {
        top:-8px
    }
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc.changeTopValue {
        top:-3.75rem;
        margin-top: 8px
    }
}

.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc:before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: .0625rem solid var(--t-accent-color);
    position: absolute;
    top: -4px;
    left: -4px
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc:before {
        top:-8px;
        left: -8px;
        width: calc(100% + 16px);
        height: calc(100% + 16px)
    }
}

.featured-carousel-component-container-slide__content--img {
    max-width: calc(100% - 2.8125rem);
    min-width: 20.9375rem;
    margin-top: 3.75rem
}

@media (min-width: 768px) {
    .featured-carousel-component-container-slide__content--img {
        height:19.375rem;
        margin-top: 0;
        min-width: 29rem;
        max-width: calc(100% - 11.25rem)
    }
}

@media (min-width: 992px) {
    .featured-carousel-component-container-slide__content--img {
        height:26rem;
        min-width: 39rem
    }
}

@media (min-width: 1200px) {
    .featured-carousel-component-container-slide__content--img {
        height:27.0625rem;
        min-width: 40.5625rem;
        max-width: calc(100% - 22.75rem)
    }
}

.featured-carousel-component-container-count__active:after {
    content: "/";
    padding: 0 .3125rem
}

.featured-carousel-component-container .carouselControlType2 .left-arrow,.featured-carousel-component-container .carouselControlType2 .left-arrow:after,.featured-carousel-component-container .carouselControlType2 .right-arrow,.featured-carousel-component-container .carouselControlType2 .right-arrow:before {
    color: inherit
}

.featured-carousel-component-container .carouselControlType2 .glide__bullet {
    border-radius: 0;
    height: .0625rem;
    margin: 0
}

.featured-carousel-component-container .carouselControlType2 .glide__bullet--active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    transform: none;
    width: 100%
}

.featured-carousel-component-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    min-width: 1rem;
    width: auto
}

.featured-carousel-component-container .glide__arrow--left {
    left: 0
}

.featured-carousel-component-container .glide__arrow--right {
    right: 0
}

.featured-carousel-component p {
    margin: 0
}

.slide-in-from-right-mob img {
    animation: slideInFromRightMob 1.2s forwards;
    animation-timing-function: ease-in
}

.slide-in-from-right-mob .featured-carousel-component-container-slide__content--desc {
    animation: slideDescriptionRight 1.2s forwards;
    animation-timing-function: ease-in
}

.slide-in-from-left-mob img {
    animation: slideInFromLeftMob 1.2s forwards;
    animation-timing-function: ease-in
}

.slide-in-from-left-mob .featured-carousel-component-container-slide__content--desc {
    animation: slideDescriptionLeft 1.2s forwards;
    animation-timing-function: ease-in
}

.slide-in-from-right {
    animation-timing-function: ease-in
}

@media (min-width: 768px) {
    .slide-in-from-right {
        animation:slideInFromRightTablet 1.2s forwards
    }
}

@media (min-width: 1200px) {
    .slide-in-from-right {
        animation:slideInFromRight 1.2s forwards
    }
}

.slide-in-from-left {
    animation-timing-function: ease-in
}

@media (min-width: 768px) {
    .slide-in-from-left {
        animation:slideInFromLeftTablet 1.2s forwards
    }
}

@media (min-width: 1200px) {
    .slide-in-from-left {
        animation:slideInFromLeft 1.2s forwards
    }
}

@keyframes slideInFromRightTablet {
    0% {
        left: 100%;
        opacity: 0
    }

    to {
        left: 36%;
        opacity: 1
    }
}

@keyframes slideInFromRightMob {
    0% {
        margin-top: 3.75rem
    }

    to {
        margin-top: 0
    }
}

@keyframes slideDescriptionRight {
    0% {
        margin-top: -6rem
    }

    to {
        margin-top: -2.25rem
    }
}

@keyframes slideDescriptionLeft {
    0% {
        margin-top: -6rem
    }

    to {
        margin-top: -2.25rem
    }
}

@keyframes slideInFromLeftMob {
    0% {
        margin-top: 3.75rem
    }

    to {
        margin-top: 0
    }
}

@keyframes slideInFromRight {
    0% {
        left: 100%;
        opacity: 0
    }

    to {
        left: 50%;
        opacity: 1
    }
}

@keyframes slideInFromLeftTablet {
    0% {
        left: -64%;
        opacity: 0
    }

    to {
        left: 36%;
        opacity: 1
    }
}

@keyframes slideInFromLeft {
    0% {
        left: -50%;
        opacity: 0
    }

    to {
        left: 50%;
        opacity: 1
    }
}

.changeLeft {
    animation-timing-function: ease-in
}

@media (min-width: 768px) {
    .changeLeft {
        animation:awayFromVWTablet 1.2s forwards
    }
}

@media (min-width: 1200px) {
    .changeLeft {
        animation:awayFromVW 1.2s forwards
    }
}

@keyframes awayFromVWTablet {
    0% {
        left: 36%
    }

    to {
        left: -59%
    }
}

@keyframes awayFromVW {
    0% {
        left: 50%
    }

    to {
        left: -45%
    }
}

.changeImageOffset img {
    animation: awayFromVWMob 1.2s forwards;
    animation-timing-function: ease-in
}

@media (min-width: 768px) {
    .changeImageOffset img {
        animation:offsetLeftTablet 1s forwards;
        animation-timing-function: ease-in
    }
}

@media (min-width: 992px) {
    .changeImageOffset img {
        animation:offsetLeftTabletbig 1s forwards;
        animation-timing-function: ease-in
    }
}

@media (min-width: 1200px) {
    .changeImageOffset img {
        animation:offsetLeft 1s forwards;
        animation-timing-function: ease-in
    }
}

@media (max-width: 767px) {
    .changeImageOffset .featured-carousel-component-container-slide__content--desc {
        animation:slideDescriptionactive 1.2s forwards;
        animation-timing-function: ease-in
    }
}

@keyframes slideDescriptionactive {
    0% {
        margin-top: -2.25rem
    }

    to {
        margin-top: -6rem
    }
}

@keyframes offsetLeft {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 17.8125rem
    }
}

@keyframes offsetLeftTablet {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 7.5rem
    }
}

@keyframes offsetLeftTabletbig {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 8.3125rem
    }
}

@keyframes awayFromVWMob {
    0% {
        margin-top: 0
    }

    to {
        margin-top: 3.75rem
    }
}

.changeImageOffsetMob img {
    animation: awayFromVWMobFromLeft 1.2s forwards;
    animation-timing-function: ease-in
}

@keyframes awayFromVWMobFromLeft {
    0% {
        margin-top: 0
    }

    to {
        margin-top: 3.75rem
    }
}

@media (min-width: 768px) {
    .changeImageOffsetPrev img {
        animation:offsetLeftTabletRemove 1s forwards;
        animation-timing-function: ease-in
    }
}

@media (min-width: 992px) {
    .changeImageOffsetPrev img {
        animation:offsetLeftTabletbigRemove 1s forwards;
        animation-timing-function: ease-in
    }
}

@media (min-width: 1200px) {
    .changeImageOffsetPrev img {
        animation:offsetLeftRemove 1s forwards;
        animation-timing-function: ease-in
    }
}

@keyframes offsetLeftRemove {
    0% {
        margin-left: 17.8125rem
    }

    to {
        margin-left: 0
    }
}

@keyframes offsetLeftTabletRemove {
    0% {
        margin-left: 7.5rem
    }

    to {
        margin-left: 0
    }
}

@keyframes offsetLeftTabletbigRemove {
    0% {
        margin-left: 8.3125rem
    }

    to {
        margin-left: 0
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.inline-card__image-section {
    border-bottom: 1px solid var(--t-accent-color);
    border-left: 1px solid var(--t-accent-color);
    height: fit-content
}

@media (min-width: 768px) {
    .inline-card__image-section {
        margin-bottom:3rem;
        margin-left: 3rem;
        float: right
    }
}

@media (min-width: 1200px) {
    .inline-card__image-section {
        margin-bottom:5.5rem;
        margin-left: 5.5rem
    }
}

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

.inline-card__link {
    z-index: 1
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.navigation-list {
    list-style-type: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.navigation-list::-webkit-scrollbar {
    display: none
}

.navigation-list li:first-child {
    padding-left: 0
}

.navigation-list-item {
    height: 100%;
    min-width: fit-content;
    border: none
}

.navigation-list-item.cmp-tabs__tab--active .navigation-list-item-btn {
    border-bottom: .125rem solid var(--t-accent-color)
}

.navigation-list-item-btn {
    background: transparent
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
    width: 18.125rem!important;
    margin-right: 1rem
}

@media (min-width: 576px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
        width:10.25rem!important
    }
}

@media (min-width: 768px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
        width:10.25rem!important
    }
}

@media (min-width: 992px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
        width:14rem!important
    }
}

@media (min-width: 1200px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
        width:16.875rem!important
    }
}

.three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
    width: 13.5rem!important
}

@media (min-width: 576px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
        width:21.25rem!important
    }
}

@media (min-width: 768px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
        width:21.5rem!important;
        margin-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
        width:29rem!important;
        margin-top: 2.5rem
    }
}

@media (min-width: 1200px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
        width:34.625rem!important
    }
}

@media (min-width: 768px) {
    .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:nth-child(2) {
        margin-top:5rem
    }
}

@media (min-width: 576px) {
    .three-up-recirculation-container {
        padding-left:calc(50vw - 16.875rem)!important
    }
}

@media (min-width: 768px) {
    .three-up-recirculation-container {
        padding-left:calc(50vw - 22rem)!important
    }
}

@media (min-width: 992px) {
    .three-up-recirculation-container {
        padding-left:calc(50vw - 29.5rem)!important
    }
}

@media (min-width: 1200px) {
    .three-up-recirculation-container {
        padding-left:calc(50vw - 35.125rem)!important
    }
}

.three-up-recirculation-container-slide {
    width: 290px!important
}

.three-up-recirculation-container-slide__seperator {
    position: absolute;
    opacity: .2;
    height: 100%;
    width: .125rem;
    left: -1.5rem;
    top: 0
}

@media (min-width: 768px) {
    .three-up-recirculation-container-slide__seperator {
        left:-1rem
    }
}

.three-up-recirculation-container-slide__content {
    word-break: break-word
}

.three-up-recirculation-container-slide__content-link {
    border-color: var(--t-accent-color)!important
}

.three-up-recirculation-container-slide__content img {
    max-width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .three-up-recirculation-container-slide:nth-child(3n-2) {
        margin-top:2.5rem;
        width: 21.5rem!important
    }

    .three-up-recirculation-container-slide:nth-child(3n-1) {
        margin-top: 5rem;
        width: 10.25rem!important
    }

    .three-up-recirculation-container-slide:nth-child(3n) {
        width: 10.25rem!important
    }
}

@media (min-width: 992px) {
    .three-up-recirculation-container-slide:nth-child(3n-2) {
        margin-top:2.5rem;
        width: 29rem!important
    }

    .three-up-recirculation-container-slide:nth-child(3n-1) {
        margin-top: 5rem;
        width: 14rem!important
    }

    .three-up-recirculation-container-slide:nth-child(3n) {
        width: 14rem!important
    }
}

@media (min-width: 1200px) {
    .three-up-recirculation-container-slide:nth-child(3n-2) {
        width:34.625rem!important
    }

    .three-up-recirculation-container-slide:nth-child(3n),.three-up-recirculation-container-slide:nth-child(3n-1) {
        width: 16.75rem!important
    }
}

.three-up-recirculation-container-count__active:after {
    content: "/";
    padding: 0 .3125rem
}

.three-up-recirculation-container .carouselControlType2 .left-arrow:after,.three-up-recirculation-container .carouselControlType2 .right-arrow:before {
    color: inherit
}

.three-up-recirculation-container .carouselControlType2 .glide__bullet {
    border-radius: 0;
    height: .0625rem;
    margin: 0
}

.three-up-recirculation-container .carouselControlType2 .glide__bullet--active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    transform: none;
    width: 100%
}

.three-up-recirculation-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    min-width: 1rem;
    color: inherit
}

.three-up-recirculation-container .glide__arrow--left {
    left: 0
}

.three-up-recirculation-container .glide__arrow--right {
    right: 0
}

.disabledButton {
    opacity: 1%!important;
    pointer-events: none!important
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.hotel-carousel-component-background-content {
    position: relative
}

.hotel-carousel-component-background-content__background {
    width: 100%;
    top: 0;
    position: absolute;
    height: calc(100% + 5.375rem)
}

@media (min-width: 768px) {
    .hotel-carousel-component-background-content__background {
        height:calc(100% + 11.375rem)
    }
}

@media (min-width: 1200px) {
    .hotel-carousel-component-background-content__background {
        height:calc(100% + 18.25rem)
    }
}

.hotel-carousel-component-background-content__background--gradient {
    background: #000;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 1%
}

.hotel-carousel-component-background-content__background .vjs-control-bar {
    display: none
}

.hotel-carousel-component-background-content__background .vjs-tech {
    pointer-events: none;
    object-fit: cover
}

.hotel-carousel-component-background-content__background__video {
    height: 100%
}

.hotel-carousel-component-background-content__background__video__pause,.hotel-carousel-component-background-content__background__video__play {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: .625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .hotel-carousel-component-background-content__background__video__pause,.hotel-carousel-component-background-content__background__video__play {
        top:1.25rem;
        right: 1.25rem
    }
}

.hotel-carousel-component-background-content__background-img {
    height: 100%
}

.hotel-carousel-component-background-content__content {
    position: relative;
    z-index: 2
}

.hotel-carousel-component-background-content__content--header {
    color: #fff!important
}

.hotel-carousel-component-container-slide {
    position: relative
}

.hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content--img {
    height: 10.9375rem;
    margin-top: 0
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content--img {
        height:21rem
    }
}

@media (min-width: 992px) {
    .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content--img {
        height:32.75rem
    }
}

.hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__video {
    height: 10.9375rem;
    margin-top: 0
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__video {
        height:20.5625rem
    }
}

@media (min-width: 992px) {
    .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__video {
        height:32.75rem
    }
}

.hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__videoThumbnail__image {
    height: 100%;
    margin-top: 0
}

.hotel-carousel-component-container-slide.glide__slide--active span {
    display: flex!important
}

.hotel-carousel-component-container-slide__content--img {
    height: 9.1875rem;
    margin-top: .75rem
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content--img {
        height:14rem;
        margin-top: 3.5rem
    }
}

@media (min-width: 992px) {
    .hotel-carousel-component-container-slide__content--img {
        height:24.875rem
    }
}

.hotel-carousel-component-container-slide__content__video {
    height: 9.1875rem;
    margin-top: .75rem
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__video {
        height:14rem;
        margin-top: 3.5rem
    }
}

@media (min-width: 992px) {
    .hotel-carousel-component-container-slide__content__video {
        height:24.875rem;
        margin-top: 4rem
    }
}

.hotel-carousel-component-container-slide__content__video .vjs-tech {
    object-fit: cover
}

.hotel-carousel-component-container-slide__content__video .vjs-poster {
    background-size: cover
}

.hotel-carousel-component-container-slide__content__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.hotel-carousel-component-container-slide__content__pause,.hotel-carousel-component-container-slide__content__play {
    cursor: pointer;
    position: absolute;
    top: 4.625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__pause,.hotel-carousel-component-container-slide__content__play {
        top:5.25rem;
        right: 1.25rem
    }
}

.glide__slide--active .hotel-carousel-component-container-slide__content__pause,.glide__slide--active .hotel-carousel-component-container-slide__content__play {
    top: .625rem;
    right: .625rem
}

@media (min-width: 768px) {
    .glide__slide--active .hotel-carousel-component-container-slide__content__pause,.glide__slide--active .hotel-carousel-component-container-slide__content__play {
        top:1.25rem;
        right: 1.25rem
    }
}

.hotel-carousel-component-container-slide__content__cinemagraph .vjs-control-bar,.hotel-carousel-component-container-slide__content__cinemagraph .vjs-title-bar,.hotel-carousel-component-container-slide__content__play {
    display: none
}

.hotel-carousel-component-container-slide__content__cinemagraph .vjs-tech {
    pointer-events: none
}

.hotel-carousel-component-container-slide__content__thumbnail {
    top: 0;
    height: 100%
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__thumbnail {
        position:absolute
    }
}

.hotel-carousel-component-container-slide__content__thumbnail__image {
    object-fit: cover;
    height: 100%
}

.hotel-carousel-component-container-slide__content__videoThumbnail {
    position: absolute;
    top: 0;
    height: 100%
}

.hotel-carousel-component-container-slide__content__videoThumbnail__image {
    object-fit: cover;
    height: 9.1875rem;
    margin-top: .75rem
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__videoThumbnail__image {
        height:14rem;
        margin-top: 3.5rem
    }
}

@media (min-width: 992px) {
    .hotel-carousel-component-container-slide__content__videoThumbnail__image {
        height:24.875rem;
        margin-top: 4rem
    }
}

.hotel-carousel-component-container-slide__content__thumbnailOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparents
}

.hotel-carousel-component-container-slide__content__thumbnailButton {
    width: 5.25rem;
    height: 5.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

.hotel-carousel-component-container-slide__content__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__thumbnailButton__text {
        font-size:1rem
    }
}

.hotel-carousel-component-container-slide__content__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .hotel-carousel-component-container-slide__content__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.hotel-carousel-component-container-slide .vjs-big-play-button,.hotel-carousel-component-container-slide .vjs-text-track-display,.hotel-carousel-component-container-slide .vjs-title-bar {
    display: none
}

.hotel-carousel-component-container-count__active:after {
    content: "/";
    padding: 0 .3125rem
}

.hotel-carousel-component-container .carouselControlType2 .glide__bullet {
    border-radius: 0;
    height: .0625rem;
    margin: 0
}

.hotel-carousel-component-container .carouselControlType2 .glide__bullet--active:after {
    content: "";
    background-color: var(--t-accent-color);
    border-radius: 0;
    height: .3125rem;
    margin: 0;
    top: -.125rem;
    transform: none;
    width: 100%
}

.hotel-carousel-component-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    min-width: 1rem
}

.hotel-carousel-component-container .glide__arrow--left {
    left: 0
}

.hotel-carousel-component-container .glide__arrow--right {
    right: 0
}

.hotel-carousel-modal {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.hotel-carousel-modal-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center
}

.hotel-carousel-light-box-close {
    height: 3rem;
    position: absolute;
    top: .5rem;
    right: 0
}

.hotel-carousel-light-box-close .clear-icon {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.hotel-carousel-component-container-slide__content__video-light-box {
    min-height: 15rem!important
}

.hotel-carousel-component-container-slide__content__video-light-box .vjs-icon-placeholder:before {
    font-family: VideoJS!important
}

.hotel-carousel-component-container-slide__content__video-light-box .vjs-time-control {
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__video-light-box .vjs-time-control {
        min-width:4rem
    }
}

.hotel-carousel-component-container-slide__content__video-light-box .vjs-current-time,.hotel-carousel-component-container-slide__content__video-light-box .vjs-duration,.hotel-carousel-component-container-slide__content__video-light-box .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .hotel-carousel-component-container-slide__content__video-light-box .vjs-current-time,.hotel-carousel-component-container-slide__content__video-light-box .vjs-duration,.hotel-carousel-component-container-slide__content__video-light-box .vjs-time-divider {
        margin-left:1rem!important
    }
}

.hotel-carousel-component-container-slide__content__video-light-box .vjs-audio-button,.hotel-carousel-component-container-slide__content__video-light-box .vjs-big-play-button,.hotel-carousel-component-container-slide__content__video-light-box .vjs-quality-menu-wrapper,.hotel-carousel-component-container-slide__content__video-light-box .vjs-text-track-display {
    display: none
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 1200px) {
    .reserve-accordion__element {
        min-width:285px
    }
}

.reserve-accordion__imgContainer {
    width: 366px;
    height: 207px
}

@media (min-width: 768px) {
    .reserve-accordion__imgContainer {
        width:704px;
        height: 235px
    }
}

@media (min-width: 1200px) {
    .reserve-accordion__imgContainer {
        width:285px;
        height: 507px
    }
}

.reserve-accordion__img {
    object-fit: cover;
    max-width: 100%;
    height: auto
}

.reserve-accordion__desc {
    position: absolute;
    bottom: 0;
    top: 60%;
    transition: top 1s
}

@media (min-width: 1200px) {
    .reserve-accordion__desc {
        position:absolute;
        top: 0;
        height: 100%;
        justify-content: end
    }
}

.reserve-accordion__desc--expanded {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

@media (min-width: 1200px) {
    .reserve-accordion__desc--expanded {
        transition:height 1.5s,opacity 1s,visibility 1s
    }
}

.reserve-accordion__desc p {
    width: 90%;
    margin: 0
}

@media (min-width: 768px) {
    .reserve-accordion__desc p {
        width:80%
    }
}

@media (min-width: 1200px) {
    .reserve-accordion__desc p {
        width:100%
    }
}

@media (min-width: 1200px) {
    .reserve-accordion--active {
        max-width:16.8125rem
    }
}

.reserve-accordion__text {
    position: absolute;
    bottom: 0
}

.reserve-accordion__button {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem
}

@media (min-width: 1200px) {
    .reserve-accordion__button {
        position:relative;
        bottom: unset;
        right: unset;
        min-height: 3.125rem;
        transition: min-height 1.2s
    }
}

.reserve-accordion__plus {
    position: static;
    border: .0625rem solid #fff!important;
    border-radius: 50%;
    background: transparent;
    height: 2.1875rem;
    width: 2.1875rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 1.2s,visibility 1.2s
}

@media (min-width: 1200px) {
    .reserve-accordion__plus {
        position:absolute
    }
}

.reserve-accordion__gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(6,24,42,.63)
}

@media (min-width: 1200px) {
    .reserve-accordion__gradient {
        top:unset;
        height: 50%;
        background: linear-gradient(0deg,rgba(6,24,42,.8) 50%,transparent 80.11%)
    }
}

.reserve-accordion__full__gradient {
    position: absolute;
    top: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 1s
}

.reserve-accordion .reserve-accordion-animation .reserve-accordion__full__gradient {
    opacity: 1%
}

.reserve-accordion .reserve-accordion__element__active .reserve-accordion__full__gradient {
    opacity: 0
}

.reserve-accordion .reserve-accordion__element__active .reserve-accordion__gradient {
    height: 100%;
    transition: height 1s;
    background: rgba(6,24,42,.63)
}

@media (min-width: 1200px) {
    .reserve-accordion .reserve-accordion__element__active .reserve-accordion__gradient {
        background:linear-gradient(0deg,rgba(6,24,42,.8) 50%,transparent 80.11%)
    }
}

.reserve-accordion .reserve-accordion__element__active .reserve-accordion__desc--expanded {
    height: 37%;
    opacity: 1;
    visibility: visible
}

@media (min-width: 1200px) {
    .reserve-accordion .reserve-accordion__element__active .reserve-accordion__button {
        min-height:0
    }
}

.reserve-accordion .reserve-accordion__element__active .reserve-accordion__plus {
    opacity: 0;
    visibility: hidden
}

.reserve-accordion .reserve-accordion-animation-mobile .reserve-accordion__full__gradient {
    opacity: 1%
}

.reserve-accordion .reserve-accordion__element__active__mobile {
    overflow: hidden
}

.reserve-accordion .reserve-accordion__element__active__mobile .reserve-accordion__gradient {
    height: 100%;
    top: 0;
    background: rgba(6,24,42,.63)
}

@media (min-width: 1200px) {
    .reserve-accordion .reserve-accordion__element__active__mobile .reserve-accordion__gradient {
        background:linear-gradient(0deg,rgba(6,24,42,.8) 50%,transparent 80.11%)
    }
}

.reserve-accordion .reserve-accordion__element__active__mobile .reserve-accordion__full__gradient {
    opacity: 0
}

.reserve-accordion .reserve-accordion__element__active__mobile .reserve-accordion__plus {
    opacity: 0;
    visibility: hidden
}

.reserve-accordion .reserve-accordion__element__active__mobile .reserve-accordion__desc {
    top: 0
}

.reserve-accordion .reserve-accordion__element__active__mobile .reserve-accordion__desc--expanded {
    height: 100%;
    opacity: 1;
    visibility: visible
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.reserve-contact-us__description a {
    text-decoration: underline!important;
    word-break: break-word;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit
}

.reserve-contact-us__card,.reserve-contact-us__card-inner {
    border: .0625rem solid var(--t-accent-color)
}

.reserve-contact-us__card-inner {
    position: relative;
    top: -.625rem;
    bottom: -.625rem;
    text-align: center;
    padding: 1.5rem;
    height: calc(100% + 1.25rem)
}

.reserve-contact-us__card-inner .icon-requests {
    font-size: 1.5rem;
    margin: 0 auto
}

.reserve-contact-us__content__or {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.reserve-contact-us__content__or:before {
    content: "";
    background: url(../../../etc.clientlibs/mi-aem-trc/clientlibs/clientlib-site/resources/global/images/reserve_left.svg) no-repeat;
    width: 5rem;
    height: .75rem
}

.reserve-contact-us__content__or:after {
    content: "";
    background: url(../../../etc.clientlibs/mi-aem-trc/clientlibs/clientlib-site/resources/global/images/reserve_right.svg) no-repeat;
    width: 5rem;
    height: .75rem
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.hub-hero-layered__container {
    position: relative
}

.hub-hero-layered__img {
    object-fit: cover;
    max-width: calc(100% + 1rem);
    width: calc(100% + 1rem);
    left: -1rem;
    height: auto
}

@media (min-width: 768px) {
    .hub-hero-layered__img {
        max-width:calc(100% - 22.125rem + 50vw);
        width: calc(100% - 22.125rem + 50vw);
        left: calc(-50vw - -22rem)
    }
}

@media (min-width: 992px) {
    .hub-hero-layered__img {
        max-width:calc(100% - 29.625rem + 50vw);
        width: calc(100% - 29.625rem + 50vw);
        left: calc(-50vw - -29.5rem)
    }
}

@media (min-width: 1200px) {
    .hub-hero-layered__img {
        max-width:64.3125rem;
        width: calc(100% - 35.25rem + 50vw);
        left: calc(-50vw - -35.125rem)
    }
}

@media screen and (min-width: 82.125rem) {
    .hub-hero-layered__img {
        left:-4.9375rem
    }
}

.hub-hero-layered__gridImg {
    object-fit: cover;
    max-width: calc(100% + 1rem);
    width: calc(100% + 1rem);
    left: 0;
    height: auto
}

@media (min-width: 768px) {
    .hub-hero-layered__gridImg {
        max-width:calc(100% - 22.125rem + 50vw);
        width: calc(100% - 22.125rem + 50vw)
    }
}

@media (min-width: 992px) {
    .hub-hero-layered__gridImg {
        max-width:calc(100% - 29.625rem + 50vw);
        width: calc(100% - 29.625rem + 50vw)
    }
}

@media (min-width: 1200px) {
    .hub-hero-layered__gridImg {
        max-width:64.3125rem;
        width: calc(100% - 35.25rem + 50vw)
    }
}

.hub-hero-layered__overlay {
    margin-top: -3.9375rem
}

@media (min-width: 768px) {
    .hub-hero-layered__overlay {
        margin-top:-14.625rem
    }
}

@media (min-width: 1200px) {
    .hub-hero-layered__overlay {
        margin-top:-23.75rem
    }
}

@media screen and (min-width: 82.125rem) {
    .hub-hero-layered__overlay {
        margin-top:-25.6875rem
    }
}

.hub-hero-layered__overlay__img {
    max-width: calc(100% + 1.875rem);
    width: calc(100% + 1.875rem);
    border: .5rem solid #fff;
    height: auto
}

@media (min-width: 768px) {
    .hub-hero-layered__overlay__img {
        max-width:calc(100% + 1rem);
        width: calc(100% + 1rem)
    }
}

@media (min-width: 1200px) {
    .hub-hero-layered__overlay__img {
        max-width:calc(100% + .5rem);
        width: calc(100% + .5rem)
    }
}

.hub-hero-layered__navigation__navbar {
    list-style-type: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hub-hero-layered__navigation__navbar__element {
    flex: 0 0 auto
}

.hub-hero-layered__navigation__navbar::-webkit-scrollbar {
    display: none
}

.hub-hero-layered__navigation__navbar__link {
    width: max-content
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.article-with-map-references-component-container__wrapper {
    display: contents
}

@media (min-width: 768px) {
    .article-with-map-references-component-container__wrapper {
        max-height:25rem;
        height: calc(100vh - 4.5rem);
        position: relative
    }
}

@media (min-width: 1200px) {
    .article-with-map-references-component-container__wrapper {
        max-height:42.3125rem;
        height: calc(100vh - 4.5rem)
    }
}

@media (min-width: 768px) {
    .article-with-map-references-component-container__wrapper--left {
        height:100%;
        overflow-y: auto;
        position: static
    }
}

.article-with-map-references-component-container__info {
    padding: 2rem 2.5rem;
    border: .0625rem solid var(--t-horizontal-vertical-rule);
    background-color: #fff
}

.article-with-map-references-component-container__info--seperator {
    opacity: .2;
    height: .0625rem
}

.article-with-map-references-component-container__map {
    min-height: 20.75rem;
    height: 100%
}

.article-with-map-references-component-container__map .map {
    width: 100%;
    height: 100%
}

.article-with-map-references-component-container__interests-title--img {
    margin-top: -.625rem
}

.article-with-map-references-component-container__interests-item {
    width: 20.75rem;
    min-height: 6.625rem;
    cursor: pointer;
    padding: 1.5rem 1rem;
    border: .0625rem solid var(--t-horizontal-vertical-rule);
    background-color: #fff;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .article-with-map-references-component-container__interests-item {
        width:21.5rem
    }
}

@media (min-width: 992px) {
    .article-with-map-references-component-container__interests-item {
        width:100%
    }
}

@media (min-width: 1200px) {
    .article-with-map-references-component-container__interests-item {
        width:16.6875rem
    }
}

.article-with-map-references-component-container__interests-item-wrapper {
    height: 4.6875rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-with-map-references-component-container__interests-item-addr {
    display: contents
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.reserve-statement-component__scroll-element--box {
    border: .0625rem solid #fff;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    transform: rotate(45deg)
}

.reserve-statement-component__scroll-element--box:after {
    content: "";
    width: .375rem;
    height: .375rem;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.reserve-statement-component__scroll-element--line-dot {
    width: .1875rem;
    height: .1875rem;
    border-radius: 50%;
    background-color: #fff
}

.reserve-statement-component__title {
    margin-top: 5.5rem
}

@media (min-width: 768px) {
    .reserve-statement-component__title {
        margin-top:4.5625rem
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.header-text__heading {
    word-wrap: break-word
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.homepage-hero {
    width: 100vw;
    height: 56.25vw
}

@media (min-width: 576px) {
    .homepage-hero {
        height:18.984375rem
    }
}

@media (min-width: 768px) {
    .homepage-hero {
        height:25.3125rem
    }
}

@media (min-width: 992px) {
    .homepage-hero {
        height:33.75rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero {
        height:40.078125rem
    }
}

.homepage-hero__bgImage {
    position: absolute
}

.homepage-hero__bgImage__img {
    object-fit: cover;
    height: 56.25vw
}

@media (min-width: 576px) {
    .homepage-hero__bgImage__img {
        height:18.984375rem
    }
}

@media (min-width: 768px) {
    .homepage-hero__bgImage__img {
        height:25.3125rem
    }
}

@media (min-width: 992px) {
    .homepage-hero__bgImage__img {
        height:33.75rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero__bgImage__img {
        height:40.078125rem
    }
}

.homepage-hero__foreground {
    position: relative
}

.homepage-hero__foreground__layer__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 56.25vw;
    height: 18.984375rem
}

@media (min-width: 576px) {
    .homepage-hero__foreground__layer__image {
        height:18.984375rem
    }
}

@media (min-width: 768px) {
    .homepage-hero__foreground__layer__image {
        height:25.3125rem
    }
}

@media (min-width: 992px) {
    .homepage-hero__foreground__layer__image {
        height:33.75rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero__foreground__layer__image {
        height:40.078125rem
    }
}

.homepage-hero__foreground__layer__text {
    opacity: 0;
    position: relative;
    z-index: 3
}

.homepage-hero__foreground__mask__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    height: 56.25vw
}

@media (min-width: 576px) {
    .homepage-hero__foreground__mask__image {
        height:18.984375rem
    }
}

@media (min-width: 768px) {
    .homepage-hero__foreground__mask__image {
        height:25.3125rem
    }
}

@media (min-width: 992px) {
    .homepage-hero__foreground__mask__image {
        height:33.75rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero__foreground__mask__image {
        height:40.078125rem
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.tabbed-hotel-map-component-container--map-box {
    min-height: 50.1875rem;
    position: relative;
    padding-top: 150%;
    overflow: hidden;
    overflow-y: auto
}

@media (min-width: 768px) {
    .tabbed-hotel-map-component-container--map-box {
        padding-top:66.66%
    }
}

.tabbed-hotel-map-component-container__map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tabbed-hotel-map-component-container__map .map {
    width: 100%;
    height: 100%
}

.tabbed-hotel-map-component-container__map .info-window {
    position: absolute;
    background-color: #fff;
    height: auto;
    bottom: 3rem;
    left: 0;
    width: calc(100vw - 2rem);
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.5)
}

@media (min-width: 768px) {
    .tabbed-hotel-map-component-container__map .info-window {
        bottom:50%;
        transform: translateY(50%);
        left: calc(50% - 18.75rem)
    }
}

@media (min-width: 992px) {
    .tabbed-hotel-map-component-container__map .info-window {
        left:calc(50% - 24.875rem)
    }
}

@media (min-width: 1200px) {
    .tabbed-hotel-map-component-container__map .info-window {
        left:calc(50% - 29.6875rem)
    }
}

.tabbed-hotel-map-component-container__map .info-window-image {
    position: relative;
    padding-top: 66.66%
}

.tabbed-hotel-map-component-container__map .info-window-image--container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.tabbed-hotel-map-component-container__map .info-window-close {
    position: absolute;
    top: 1rem;
    right: 3.5rem
}

.tabbed-hotel-map-component-container__map .info-window-close-icon {
    position: absolute;
    font-size: 2rem;
    top: 1rem;
    right: 1.5rem
}

.tabbed-hotel-map-component-container__map .info-window-gradient {
    width: 100%;
    height: 6.0625rem;
    position: absolute;
    top: 0;
    transform: scaleY(-1);
    background: linear-gradient(180deg,transparent,#000)
}

.tabbed-hotel-map-component-container__window {
    margin: auto;
    max-width: calc(100% - 2rem)
}

@media (min-width: 768px) {
    .tabbed-hotel-map-component-container__window {
        max-width:calc(100% - 4rem)
    }
}

@media (min-width: 992px) {
    .tabbed-hotel-map-component-container__window {
        max-width:calc(100% - 3.75rem)
    }
}

@media screen and (min-width: 1390px) {
    .tabbed-hotel-map-component-container__window {
        max-width:83.5rem
    }
}

.tabbed-hotel-map-component-container-view-selection ul li {
    list-style-type: none;
    font-size: .75rem;
    cursor: pointer;
    position: relative
}

.tabbed-hotel-map-component-container-view-selection ul li [class^=icon-] {
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: -.125rem
}

.tabbed-hotel-map-component-container-view-selection ul li .tabbed-hotel-map-component-list-selection--text {
    position: relative
}

.tabbed-hotel-map-component-container-view-selection ul li .tabbed-hotel-map-component-list-selection--text:after {
    content: "";
    width: 100%;
    height: .0625rem;
    background-color: #1c1c1c;
    position: absolute;
    bottom: -.3125rem;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: width .5s
}

.tabbed-hotel-map-component--list-view-show .tabbed-hotel-map-component-list-selection .tabbed-hotel-map-component-list-selection--text:after {
    width: 70%
}

.tabbed-hotel-map-component--list-view-show .list-view {
    display: block
}

.tabbed-hotel-map-component--list-view-show .map-view {
    display: none
}

.tabbed-hotel-map-component--map-view-show .tabbed-hotel-map-component-map-selection .tabbed-hotel-map-component-list-selection--text:after {
    width: 70%
}

.tabbed-hotel-map-component--map-view-show .list-view {
    display: none
}

.tabbed-hotel-map-component--map-view-show .map-view {
    display: block
}

@media (min-width: 768px) {
    .tabbed-hotel-map-component-regions {
        column-count:4
    }
}

.tabbed-hotel-map-component-regions--region-list {
    break-inside: avoid;
    page-break-inside: avoid
}

.tabbed-hotel-map-component-regions--region-list--header {
    position: relative;
    border-bottom: 1px solid #eee
}

@media (min-width: 768px) {
    .tabbed-hotel-map-component-regions--region-list--header {
        border-bottom:none
    }
}

.tabbed-hotel-map-component-regions--region-list-ul {
    display: none
}

@media (min-width: 768px) {
    .tabbed-hotel-map-component-regions--region-list-ul {
        display:block
    }
}

.tabbed-hotel-map-component-regions--region-list-ul li {
    list-style-type: none;
    cursor: pointer
}

.tabbed-hotel-map-component-regions--region-list-ul li:hover a {
    font-weight: 400
}

.tabbed-hotel-map-component-regions--region-list-ul li:hover a span {
    background-color: #e9f1fa
}

.tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid var(--t-accent-color);
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: .75rem;
    transition: background-color .5s;
    cursor: pointer
}

.tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper .icon-plus {
    display: inline-block
}

.tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper .icon-minus {
    display: none
}

.tabbed-hotel-map-component-regions--region-list.expanded .tabbed-hotel-map-component-regions--region-list-ul {
    display: block
}

.tabbed-hotel-map-component-regions--region-list.expanded .tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper {
    background-color: var(--t-accent-color)
}

.tabbed-hotel-map-component-regions--region-list.expanded .tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper .icon-plus {
    display: none
}

.tabbed-hotel-map-component-regions--region-list.expanded .tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper .icon-minus {
    display: inline-block
}

.tabbed-hotel-map-component-regions--region-list.expanded .tabbed-hotel-map-component-regions-mobile-accordian-control-wrapper .icon-minus:before {
    color: #fff
}

.tabbed-hotel-map-navigation-list {
    list-style-type: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tabbed-hotel-map-navigation-list::-webkit-scrollbar {
    display: none
}

.tabbed-hotel-map-navigation-list-item {
    height: 100%;
    min-width: fit-content;
    border: none
}

.tabbed-hotel-map-navigation-list-item-btn {
    background: transparent
}

.tabbed-hotel-map-navigation-list-item-btn.selected {
    border-bottom: .0625rem solid;
    border-bottom-color: inherit;
    color: inherit
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 768px) {
    .feed-module__item:nth-child(3n+2) {
        margin-bottom:3.5rem;
        padding-top: 3.5rem;
        border-left: .0625rem solid #c4c4c4;
        border-bottom-color: #c4c4c4;
        border-right: .0625rem solid #c4c4c4;
        border-top-color: #c4c4c4
    }
}

@media (min-width: 1200px) {
    .feed-module__item:nth-child(3n+2) {
        margin-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

.feed-module__item:last-child {
    border-right: none
}

.feed-module__loadmore {
    cursor: pointer
}

.feed-module__item {
    margin-bottom: 2.5rem
}

@media (min-width: 768px) {
    .feed-module__item {
        margin-bottom:0;
        padding: 0 1.875rem
    }
}

@media (min-width: 1200px) {
    .feed-module__item {
        padding:0 3.125rem
    }
}

.feed-module__item p {
    text-align: left!important
}

.feed-module__navigation__navbar {
    list-style-type: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.feed-module__navigation__navbar__element {
    flex: 0 0 auto
}

.feed-module__navigation__navbar::-webkit-scrollbar {
    display: none
}

.feed-module__navigation__navbar__link {
    width: max-content
}

.feed-module__navigation__navbar__link.selected {
    border-bottom: .125rem solid;
    border-bottom-color: inherit
}

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

.date-picker {
    width: 170px;
    height: 25px;
    border: 0;
    line-height: 25px;
    padding: 0 0 0 10px;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2
}

.dp-clearfix {
    clear: both;
    height: 0;
    font-size: 0
}

.cmp-hotelssearchfilters__field-input-flexible {
    width: 100%
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid;
    line-height: 20px
}

@media (max-width: 767px) {
    .date-picker-wrapper {
        max-height:450px;
        overflow: hidden;
        top: 0;
        border: none
    }
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block
}

.date-picker-wrapper.single-date {
    width: auto
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px;
    z-index: 3
}

.date-picker-wrapper .time1 {
    float: left;
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour {
    text-align: right
}

.date-picker-wrapper b {
    color: #666
}

.date-picker-wrapper a {
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline
}

.date-picker-wrapper .month-element {
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: -1px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: .01
}

.date-picker-wrapper .month-wrapper {
    padding: 5px;
    cursor: default;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    border: none
}

@media (min-width: 768px) {
    .date-picker-wrapper .month-wrapper {
        width:100%;
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .date-picker-wrapper .month-wrapper {
        height:320px
    }
}

.date-picker-wrapper .month-wrapper table,.date-picker-wrapper .month-wrapper table.month2 {
    float: none
}

@media (min-width: 768px) {
    .date-picker-wrapper .month-wrapper table,.date-picker-wrapper .month-wrapper table.month2 {
        float:left
    }
}

.date-picker-wrapper .month-wrapper table td,.date-picker-wrapper .month-wrapper table th {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0;
    padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
    color: #000;
    cursor: default;
    height: 30px;
    padding: 0;
    line-height: 30px;
    margin: 0;
    display: flex;
    justify-content: center
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #d2d2d2;
    color: #fff
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,.date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day .day-inner {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border: 1px solid transparent;
    line-height: 30px
}

.date-picker-wrapper .month-wrapper table .day.valid:hover .day-inner {
    background-color: #f4f4f4;
    color: #1c1c1c;
    border-radius: 50%;
    border-color: #1c1c1c
}

.date-picker-wrapper .month-wrapper table .day.invalid a,.date-picker-wrapper .month-wrapper table .day.invalid span {
    color: #707070
}

.date-picker-wrapper .month-wrapper table .day.invalid .day-inner {
    cursor: default
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #d2d2d2;
    color: #fff
}

.date-picker-wrapper .month-wrapper table .day.checked:hover .day-inner {
    background-color: #f4f4f4;
    color: #1c1c1c;
    border-radius: 50%;
    border-color: #1c1c1c
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .week-name th {
    padding-bottom: 12px
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help!important
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip,.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper table .caption {
    height: 80px
}

.date-picker-wrapper table .caption .month-header:first-of-type,.date-picker-wrapper table .caption .month-header:last-of-type,.date-picker-wrapper table .caption>th:first-of-type,.date-picker-wrapper table .caption>th:last-of-type {
    width: 27px
}

.date-picker-wrapper table .caption .next,.date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer
}

.date-picker-wrapper table .caption .next svg,.date-picker-wrapper table .caption .prev svg {
    vertical-align: middle
}

.date-picker-wrapper table .caption .next.calendar-arrow-disabled,.date-picker-wrapper table .caption .prev.calendar-arrow-disabled {
    cursor: default;
    pointer-events: none
}

.date-picker-wrapper table .caption .next.calendar-arrow-disabled svg path,.date-picker-wrapper table .caption .prev.calendar-arrow-disabled svg path {
    fill: #d2d2d2
}

.date-picker-wrapper table .caption.mobile-caption {
    height: 64px
}

.date-picker-wrapper table .caption.mobile-caption .month-name {
    text-align: left;
    padding-left: 16px
}

.date-picker-wrapper table .caption.mobile-caption .month-name .month-element {
    color: #303030
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    float: left;
    top: -5px;
    visibility: hidden;
    height: 0
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0
}

.date-picker-wrapper .drp_top-bar .error-top,.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
    color: #333
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
    background: -moz-linear-gradient(top,#00adee,#0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee",endColorstr="#0078a5");
    color: #fff;
    line-height: normal
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: 1px solid #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background: -moz-linear-gradient(top,#fff,#ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ededed")
}

@media (min-width: 768px) and (max-width:1199) {
    .date-picker-wrapper .drp_top-bar .apply-btn {
        margin-right:40px
    }
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: block
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
    color: #fff;
    position: relative
}

@media (min-width: 769px) {
    .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
        background-color:#fff
    }
}

@media (max-width: 768px) {
    .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
        background-color:#f4f4f4
    }
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:before,.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:before,.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #d2d2d2
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected .day-inner,.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected .day-inner,.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering .day-inner {
    position: absolute;
    background: #000;
    color: #fff
}

@media (min-width: 1025px) {
    .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:hover .day-inner,.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:hover .day-inner,.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering:hover .day-inner {
        background-color:#f4f4f4;
        color: #1c1c1c
    }
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.temp-active:before {
    background-color: transparent!important
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.temp-active-reserve-elem:before {
    background-color: hsla(0,0%,100%,.25)!important
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.temp-active-elem:before {
    background-color: #d2d2d2!important
}

.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering {
    color: #fff;
    position: relative
}

@media (min-width: 769px) {
    .date-picker-wrapper .month-wrapper table .day.hovering.first-hovering {
        background-color:#fff
    }
}

@media (max-width: 768px) {
    .date-picker-wrapper .month-wrapper table .day.hovering.first-hovering {
        background-color:#f4f4f4
    }
}

.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #d2d2d2
}

.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering .day-inner {
    position: absolute;
    background: #000;
    color: #fff
}

@media (min-width: 769px) {
    .date-picker-wrapper .month-wrapper table .day.hovering.first-hovering:hover .day-inner {
        background-color:#f4f4f4;
        color: #1c1c1c
    }
}

.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering-reserve:before {
    background-color: transparent!important
}

.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:before {
    background-color: #d2d2d2
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-selected:before {
    content: none
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:before {
    left: auto;
    right: 0
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.reverse-selected:before {
    left: 0;
    right: auto
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.reverse-selected.temp-active-rev-elem:before {
    background-color: #d2d2d2!important
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.reverse-selected.temp-active-reserve-elem:before {
    background-color: hsla(0,0%,100%,.25)!important
}

.date-picker-wrapper .first-date-selected .day-inner,.date-picker-wrapper .first-hovering .day-inner,.date-picker-wrapper .last-date-selected .day-inner,.date-picker-wrapper .last-hovering .day-inner {
    border-radius: 50%!important
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    display: none;
    padding: 4px 6px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
    filter: drop-shadow(0 0 3px rgba(0,0,0,.3))
}

.date-picker-wrapper .date-range-length-tip:after {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    left: 50%;
    margin-left: -4px;
    bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #49e
}

.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.minute {
    text-align: right
}

.mcn-date-picker .top-input {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.mcn-date-picker .top-input .c1,.mcn-date-picker .top-input .c2 {
    display: flex;
    position: relative
}

.mcn-date-picker .top-input .c1>button:first-child,.mcn-date-picker .top-input .c2>button:first-child {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #c4c4c4;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    background-color: inherit;
    color: inherit;
    padding-left: 0
}

.mcn-date-picker .top-input .c1 .icon-cancel,.mcn-date-picker .top-input .c2 .icon-cancel {
    position: absolute;
    top: 26px;
    right: -8px;
    display: none
}

.mcn-date-picker .top-input .c1 .link-white,.mcn-date-picker .top-input .c2 .link-white {
    background: 0;
    border: 0
}

.mcn-date-picker .top-input .c1 .h-r-form-field-txt,.mcn-date-picker .top-input .c2 .h-r-form-field-txt {
    margin-top: 6px;
    text-transform: capitalize
}

.mcn-date-picker .top-input .c1.active button:first-child,.mcn-date-picker .top-input .c2.active button:first-child {
    border-bottom: 3px solid
}

.reserve-border .date-picker-wrapper .month-wrapper table .day.invalid a,.reserve-border .date-picker-wrapper .month-wrapper table .day.invalid span {
    color: #adadad
}

.reserve-border .date-picker-wrapper .month-wrapper table .day.checked,.reserve-border .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: hsla(0,0%,100%,.25)
}

.reserve-border .date-picker-wrapper .with-modal {
    position: fixed
}

.reserve-border .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,.reserve-border .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,.reserve-border .date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
    background-color: transparent
}

.reserve-border .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected .day-inner,.reserve-border .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected .day-inner,.reserve-border .date-picker-wrapper .month-wrapper table .day.hovering.last-hovering .day-inner {
    background: #fff;
    color: #1c1c1c
}

.reserve-border .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:before,.reserve-border .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:before,.reserve-border .date-picker-wrapper .month-wrapper table .day.hovering.last-hovering:before {
    background-color: hsla(0,0%,100%,.25)
}

@media (min-width: 768px) and (max-width:1199px) {
    .date-picker-wrapperwithModal {
        min-width:650px
    }
}

@media (min-width: 768px) {
    .exact-date-wrapper {
        padding:0 40px
    }
}

.destination_wrapper {
    position: relative
}

body .destination_wrapper .search_content input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #6b6b6b;
    padding-right: 3.25rem;
    font-family: inherit!important;
    font-size: inherit!important;
    line-height: inherit!important;
    text-align: right;
}

.destination_wrapper .search_content .error-msg {
    color: #d0021b;
    position: relative;
    left: 0;
    top: -.5rem
}

@media (min-width: 768px) {
    .destination_wrapper .search_content .error-msg {
        top:100%;
        position: absolute
    }
}

.destination_wrapper .search_content .dropdown-arrow,.destination_wrapper .search_content .dropdown-arrow-down {
    position: absolute;
    right: 0;
    top: 2.5rem;
    cursor: pointer
}

.destination_wrapper .search_content .dropdown-arrow-down:before,.destination_wrapper .search_content .dropdown-arrow:before {
    font-size: 24px
}

@media (min-width: 1200px) {
    .destination_wrapper .search_content .dropdown-arrow,.destination_wrapper .search_content .dropdown-arrow-down {
        top:2rem
    }
}

.destination_wrapper .search_content .dropdown-arrow:before {
    font-size: 36px!important
}

.destination_wrapper .search_suggest {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    top: 5.5rem;
    left: .0625rem;
    border: 1px solid;
    z-index: 30;
    max-height: 20rem
}

.destination_wrapper .search_suggest::-webkit-scrollbar {
    width: .8125rem
}

.destination_wrapper .search_suggest::-webkit-scrollbar-track {
    background: inherit;
    border-left: 1px solid;
    height: 100%
}

.destination_wrapper .search_suggest::-webkit-scrollbar-thumb {
    background: var(--t-accent-color);
    border-left: 1px solid;
    height: 5.1875rem
}

.destination_wrapper .search_suggest::-webkit-scrollbar-button {
    width: .3125rem;
    height: 0
}

.destination_wrapper .search_suggest {
    scrollbar-arrow-color:#c4c4c4;scrollbar-face-color:#c4c4c4;scrollbar-highlight-color:#fff;scrollbar-track-color:#eee}

@media (min-width: 768px) {
    .destination_wrapper .search_suggest {
        width:22.5rem;
        max-width: 22.5rem
    }
}

@media (min-width: 1200px) {
    .destination_wrapper .search_suggest {
        padding-left:1.5rem
    }
}

.destination_wrapper .search_suggest ul {
    padding-left: 0;
    list-style-type: none
}

.destination_wrapper .search_suggest ul li {
    cursor: pointer
}

.destination_wrapper .search_suggest ul li .separator {
    width: 96%;
    height: 1px;
    border-bottom: 1px solid;
    opacity: 1%
}

.destination_wrapper .search_suggest ul .region {
    cursor: default
}

.destination_wrapper .search_suggest ul .active {
    background-color: hsla(0,0%,39.2%,.1)
}

.destination_wrapper .search_suggest ul .activeReserve {
    background-color: hsla(0,0%,100%,.1)
}

.destination_wrapper .search_suggest .drop_content {
    padding-left: 0
}

.destination_wrapper .search_suggest .drop_content .drop_title {
    color: #707070;
    padding: 1.5rem 2.5rem .75rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    margin-bottom: 0
}

.destination_wrapper .search_suggest .drop_content .drop_item {
    display: block;
    padding: .75rem 2.5rem;
    cursor: pointer
}

.destination_wrapper .search_suggest .drop_content .drop_item.hover,.destination_wrapper .search_suggest .drop_content .drop_item:hover {
    background-color: #eee
}

.destination_wrapper .search_suggest .drop_content .drop_item .icon-location:before {
    margin-right: .5rem
}

.destination_wrapper .search_suggest .drop_content .drop_item .secondaryDes {
    color: #707070
}

.destination_wrapper .search_suggest .clear_recent_search_btn {
    background-color: transparent;
    text-align: left;
    color: #1c1c1c;
    border: none;
    padding: 1.75rem 0 .5rem;
    margin-left: 2.5rem
}

.destination_wrapper.active {
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    border-radius: .875rem .875rem 0 0;
    z-index: 30
}

.destination_wrapper.active:after {
    display: none
}

.destination_wrapper.active .destination_input {
    border-bottom: .1875rem solid #1c1c1c
}

.reserve-border input::-webkit-input-placeholder {
    color: #c4c4c4!important
}

.reserve-border .destination_wrapper.active .destination_input {
    border-bottom: .1875rem solid #fff
}

.search-form-calendar .cmp-searchfilters__dates-wrapper .label-icon {
    margin-right: .25rem
}

.search-form-calendar .cmp-searchfilters__dates-wrapper .active {
    border-radius: 0
}

.search-form-calendar .cmp-searchfilters__dates-field-wrapper {
    border-bottom: 1px solid #6b6b6b
}

.search-form-calendar .cmp-searchfilters__dates-field-wrapper .s-dash {
    width: .75rem;
    height: .125rem;
    background-color: #1c1c1c
}

.search-form-calendar .cmp-searchfilters__dates-field-wrapper .dropdown-arrow {
    cursor: pointer
}

.search-form-calendar .cmp-searchfilters__dates-field-wrapper .dropdown-arrow:before {
    font-size: 2.25rem
}

.search-form-calendar .cmp-searchfilters__dates-field-wrapper .dropdown-arrow.icon-arrow-down {
    padding-left: .25rem;
    padding-right: .25rem
}

.search-form-calendar .cmp-searchfilters__dates-field-wrapper .dropdown-arrow.icon-arrow-down:before {
    font-size: 1.5rem
}

.search-form-calendar .cmp-searchfilters__picker {
    position: relative
}

.search-form-calendar .cmp-searchfilters__picker .arrow-icon {
    position: absolute;
    top: .75rem
}

.search-form-calendar .cmp-searchfilters__picker .arrow-icon.left-arrow {
    left: 0;
    cursor: pointer
}

.search-form-calendar .cmp-searchfilters__picker .arrow-icon.right-arrow {
    right: 0;
    cursor: pointer
}

.search-form-calendar .cmp-searchfilters__picker .arrow-icon.arrow-disabled {
    cursor: default;
    pointer-events: none
}

.search-form-calendar .cmp-searchfilters__picker .arrow-icon.arrow-disabled path {
    fill: #c4c4c4
}

.search-form-calendar .cmp-searchfilters__picker input {
    width: 100%;
    text-align: left;
    font-family: inherit!important;
    font-size: inherit!important;
    text-transform: capitalize
}

@media (max-width: 1140px) and (min-width:769px) {
    .search-form-calendar .S-left,.search-form-calendar .S-middle,.search-form-calendar .S-right {
        padding:1.5rem 2.5rem
    }
}

@media (max-width: 1023px) and (min-width:769px) {
    .search-form-calendar .S-left:nth-child(3),.search-form-calendar .S-middle:nth-child(3),.search-form-calendar .S-right:nth-child(3) {
        flex:0 1 12rem;
        padding: 0;
        display: inline-block
    }

    .search-form-calendar .S-left:nth-child(3) .J-search-button,.search-form-calendar .S-middle:nth-child(3) .J-search-button,.search-form-calendar .S-right:nth-child(3) .J-search-button {
        position: relative;
        top: 1.125rem
    }

    .search-form-calendar .S-left:nth-child(2),.search-form-calendar .S-middle:nth-child(2),.search-form-calendar .S-right:nth-child(2) {
        flex: 1 0 16rem
    }
}

.search-form-calendar .S-left.active {
    box-shadow: 0 -.0625rem .3125rem .0625rem rgba(0,0,0,.1);
    border-radius: 1.125rem 1.125rem 0 0;
    background-color: #fff
}

.search-form-calendar .S-left.active .J-searchInput {
    border-bottom: .1875rem solid #1c1c1c
}

.search-form-calendar .S-left.active .s-blank {
    display: block
}

.search-form-calendar .S-left .s-blank {
    width: 100%;
    height: .9375rem;
    position: absolute;
    background: #fff;
    left: 0;
    top: 4.9375rem;
    z-index: 100;
    display: none
}

.search-form-calendar .calendar-header {
    background-color: transparent;
    font-weight: 700
}

.search-form-calendar .activeButton {
    border: 1px solid;
    border-color: inherit
}

.search-form-calendar .separator {
    width: 100%;
    border-bottom: 1px solid;
    opacity: 1%
}

.search-form-calendar .hide {
    display: none!important
}

@media (min-width: 768px) {
    .search-form-calendar .flexible-date-wrapper {
        padding:0 2.5rem 2.5rem
    }
}

.search-form-calendar .flexible-date-wrapper__year-text {
    width: 100%
}

.search-form-calendar .flexible-date-wrapper .flexible__months--button {
    min-width: 8.125rem;
    text-transform: capitalize
}

.search-form-calendar .flexible-date-wrapper .flexible__months .m-button-primary:hover {
    box-shadow: none
}

.search-form-calendar .flexible-date-wrapper .flexible__reset-button-link {
    cursor: pointer;
    width: fit-content;
    font-weight: 700
}

.search-form-calendar .flexible-date-wrapper .m-stepper-wrapper .m-stepper button span {
    color: inherit
}

.search-form-calendar .error-msg {
    color: #d0021b;
    position: relative;
    top: -.5rem
}

@media (min-width: 768px) {
    .search-form-calendar .error-msg {
        top:100%;
        position: absolute
    }
}

@media (min-width: 768px) {
    .search-form-calendar.active {
        border-bottom:.125rem solid #1c1c1c
    }
}

button:focus-visible {
    outline: .0625rem solid
}

.reserve-border .search-form-calendar .cmp-searchfilters__dates-field-wrapper .s-dash {
    background-color: #fff
}

@media (min-width: 768px) {
    .reserve-border .search-form-calendar.active {
        border-bottom:.125rem solid #fff
    }
}

.sf-pc-calendar label {
    text-transform: uppercase
}

.sf-pc-calendar .dp-controller .dp-flexible.fieldset-checkbox .ui-checkbox+label .checkbox-text {
    color: #1c1c1c
}

.room_guests_modal,.room_guests_wrapper {
    box-sizing: border-box
}

.room_guests_modal input:disabled,.room_guests_wrapper input:disabled {
    opacity: 1
}

.room_guests_modal .rooms_guests_title,.room_guests_wrapper .rooms_guests_title {
    cursor: pointer;
    position: relative;
    vertical-align: middle
}

.room_guests_modal .rooms_guests_title .rooms_guests_breaker,.room_guests_wrapper .rooms_guests_title .rooms_guests_breaker {
    width: 100%;
    height: .0625rem;
    border-bottom: 1px solid
}

.room_guests_modal .rooms_guests_label-heading,.room_guests_wrapper .rooms_guests_label-heading {
    position: relative
}

.room_guests_modal .rooms_guests_label-text,.room_guests_wrapper .rooms_guests_label-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.room_guests_modal .rooms_guests_label-cancel,.room_guests_wrapper .rooms_guests_label-cancel {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 1rem
}

.room_guests_modal .rooms_guests_breaker,.room_guests_wrapper .rooms_guests_breaker {
    width: 100%;
    height: .0625rem;
    border-bottom: 1px solid
}

.room_guests_modal .rooms_guests_panel,.room_guests_wrapper .rooms_guests_panel {
    border: .0625rem solid
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content {
    width: 100%;
    max-height: calc(100vh - 14rem);
    overflow-y: auto
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar {
    width: .3125rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-track,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-track {
    border-radius: .1875rem;
    background: #eee
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-thumb,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-thumb {
    border-radius: .1875rem;
    background: #c4c4c4
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-button,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-button {
    width: .3125rem;
    height: .3125rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content {
    scrollbar-arrow-color:#c4c4c4;scrollbar-face-color:#c4c4c4;scrollbar-highlight-color:#fff;scrollbar-track-color:#eee}

@media (min-width: 768px) {
    .room_guests_modal .rooms_guests_panel .rooms_guests_panel_content,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content {
        max-height:23rem;
        overflow-x: hidden
    }
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container {
    margin-right: .875rem;
    flex: 1 0 5rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container .label_message,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container .label_message {
    padding: .125rem 0 0
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container {
    flex: 0 0 7.5rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper {
    min-width: 5rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn {
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    border: .0625rem solid;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn:focus,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn:focus {
    box-shadow: none
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn .icon:before,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn .icon:before {
    position: relative;
    top: -.3125rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .disabled,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .disabled {
    border: .0625rem solid #c4c4c4
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .num,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .num {
    height: 1.5rem;
    text-align: center;
    white-space: nowrap;
    padding: 0 .25rem;
    width: 4.375rem;
    border-bottom: none
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .border,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .border {
    border-bottom: .0625rem solid
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages {
    margin-top: 1rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container {
    width: 100%;
    padding: .375rem 0
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .child_info,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .child_info {
    display: flex
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container {
    width: 100%
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper_input,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper_input {
    margin-top: 1.375rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn {
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    border: .0625rem solid;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 0
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn:focus,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn:focus {
    box-shadow: none
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn .icon,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn .icon {
    top: .125rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .disabled,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .disabled {
    border: .0625rem solid #c4c4c4
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .plus,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .plus {
    margin-left: 1.5rem
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .border,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .border {
    border-bottom: .0625rem solid
}

.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_template,.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_template {
    display: none
}

.room_guests_modal .rooms_guests_panel_footer,.room_guests_wrapper .rooms_guests_panel_footer {
    padding: 0 2.5rem 2rem
}

.room_guests_modal .rooms_guests_panel_footer .reset_button,.room_guests_wrapper .rooms_guests_panel_footer .reset_button {
    margin: 1.5rem 0 .1875rem;
    cursor: pointer
}

.room_guests_wrapper.active {
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    position: relative;
    z-index: 30;
    margin-left: -.0625rem
}

.room_guests_wrapper.active .rooms_guests_title {
    display: block
}

.room_guests_wrapper.active .rooms_guests_panel {
    position: fixed;
    width: 100%;
    border: 1px solid;
    margin-left: -32px;
    min-width: 97vw
}

@media (min-width: 768px) {
    .room_guests_wrapper.active .rooms_guests_panel {
        position:absolute;
        min-width: 23.1875rem;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .room_guests_wrapper.active .rooms_guests_panel {
        min-width:23.75rem
    }
}

.rooms_guests_title {
    padding: 0
}

@media screen and (min-width: 48rem) {
    .rooms_guests_title {
        padding:1.5rem 2.5rem
    }
}

.rooms_guests_title .icon-dropdown-down {
    display: none
}

.rooms_guests_title .icon-arrow-right {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 2.75rem
}

@media (min-width: 1200px) {
    .rooms_guests_title .icon-arrow-right {
        top:2rem
    }
}

.rooms_guests_title .dropdown-arrow:before {
    font-size: 30px
}

.cn-site-search-form-waterfall .room_guests_modal .rooms_guests_title .icon-dropdown-down,.cn-site-search-form-waterfall .room_guests_wrapper .rooms_guests_title .icon-dropdown-down {
    display: inline-block
}

.cn-site-search-form-waterfall .rooms_guests_panel {
    width: 25rem
}

.cn-site-search-form-waterfall .active {
    box-shadow: none
}

.cn-site-search-form-waterfall .active .rooms_guests_panel {
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid
}

@media (min-width: 768px) {
    .cn-site-search-form-waterfall .active .rooms_guests_panel {
        top:2.125rem;
        bottom: auto;
        right: auto
    }
}

.pc_fieldset_checkbox {
    padding: 3rem 0 1.5rem 2.5rem
}

.pc_fieldset_checkbox .pc_checkbox_label {
    white-space: nowrap
}

.pc_fieldset_checkbox input[type=checkbox]+label {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .08125rem
}

.pc_fieldset_checkbox input[type=checkbox]+label:after {
    opacity: 0
}

.flexibleData .reset-button-calendar {
    font-weight: 700;
    text-decoration: none
}

.flexibleData .reset-button-calendar:focus-visible {
    outline-offset: .0625rem
}

.flexibleData input[type=checkbox]+label:after {
    opacity: 0
}

@media (max-width: 71.25rem) and (min-width:48rem) {
    .pc_meeting_active .dw_active_box fieldset .dropdown_active {
        min-width:18.75rem;
        left: auto;
        right: -.3125rem
    }

    .pc_meeting_active .room_guests_wrapper.active .rooms_guests_panel {
        right: -.3125rem
    }
}

.search-button {
    min-width: 17.125rem
}

@media (min-width: 768px) {
    .search-button {
        min-width:10.25rem
    }
}

@media (min-width: 1200px) {
    .search-button {
        min-width:16.875rem
    }
}

@media (max-width: 50rem) and (min-width:48rem) {
    .dw_brands_ul {
        left:-5rem
    }
}

body.no-overflow {
    overflow: hidden
}

.pc_meeting_active {
    background-color: #fff;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    display: none
}

.pc_meeting_active .meeting_content:first-of-type,.pc_meeting_active .meeting_content:nth-of-type(4),.pc_meeting_active .meeting_content:nth-of-type(5),.pc_meeting_active .meeting_content:nth-of-type(7),.pc_meeting_active .meeting_content:nth-of-type(8) {
    position: relative
}

.pc_meeting_active .meeting_content:first-of-type:after,.pc_meeting_active .meeting_content:nth-of-type(4):after,.pc_meeting_active .meeting_content:nth-of-type(5):after,.pc_meeting_active .meeting_content:nth-of-type(7):after,.pc_meeting_active .meeting_content:nth-of-type(8):after {
    content: "";
    z-index: 0
}

.pc_meeting_active .meeting_content:nth-child(4),.pc_meeting_active .meeting_content:nth-child(7) {
    position: relative
}

.pc_meeting_active .meeting_content:nth-child(4):before,.pc_meeting_active .meeting_content:nth-child(7):before {
    content: "";
    position: absolute;
    left: 6%;
    height: .0625rem;
    top: 0;
    z-index: 1
}

.cn-site-search-form-waterfall.pc_search_form_expand {
    display: none
}

@media (min-width: 48rem) {
    .cn-site-search-form-waterfall.pc_search_form_expand {
        display:block
    }
}

.cn-site-search-form-waterfall.pc_search_form_expand .meeting_active_search_form {
    position: relative
}

.cn-site-search-form-waterfall.pc_search_form_expand .meeting_active_search_form .meeting_content:nth-of-type(2).col-lg-4,.cn-site-search-form-waterfall.pc_search_form_expand .meeting_active_search_form .meeting_content:nth-of-type(2).col-md-5,.cn-site-search-form-waterfall.pc_search_form_expand .meeting_active_search_form .meeting_content:nth-of-type(2).col-xl-4 {
    position: unset
}

.cn-site-search-form-waterfall.pc_search_form_expand .search_details {
    position: relative;
    z-index: 3
}

@media (max-width: 71.25rem) and (min-width:48rem) {
    .cn-site-search-form-waterfall.pc_search_form_expand .search_details .item_width:nth-of-type(2) .search-form-calendar .S-middle:first-child {
        padding:1.5rem .5rem 1.5rem 1rem
    }
}

.cn-site-search-form-waterfall.pc_search_form_expand .search_details .meeting_content:first-of-type {
    position: relative
}

.cn-site-search-form-waterfall.pc_search_form_expand .search_details .meeting_content:first-of-type:after {
    content: "";
    z-index: 0
}

.cn-site-search-form-waterfall.pc_search_form_expand .search_details .meeting_content:first-of-type .destination_wrapper {
    background-color: transparent
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content {
    width: 100%;
    position: relative;
    margin-top: -4rem;
    display: none
}

@media (min-width: 768px) {
    .cn-site-search-form-waterfall.pc_search_form_expand .expand_content {
        margin-top:0
    }
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content:first-of-type:after {
    content: "";
    width: .0625rem;
    border-right: none;
    position: absolute;
    right: 0;
    height: 2.8125rem;
    top: 1.5rem;
    z-index: 0
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .item_width {
    width: auto
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .pc_fieldset_checkbox {
    padding: 1rem 0 0
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content {
    width: 100%;
    background-color: #fff;
    border-radius: .875rem;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    position: absolute;
    top: 4.5rem;
    padding-top: 2rem;
    display: none
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content .meeting_content:first-of-type {
    position: relative
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content .meeting_content:first-of-type:after {
    content: "";
    width: .0625rem;
    border-right: none;
    position: absolute;
    right: 0;
    height: 2.8125rem;
    top: 1.5rem;
    z-index: 0
}

.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content .meeting_content .pc_fieldset_checkbox {
    padding: 1rem 0 0
}

.search-container__with-modal .cn-site-search-form-waterfall.pc_search_form_expand .expand_content {
    margin-top: 0
}

.search-container__with-modal .meeting_actve_search {
    z-index: 200
}

@media (min-width: 768px) {
    .search-container__with-modal .search-button {
        min-width:calc(100% - 8px)
    }
}

@media (min-width: 1200px) {
    .search-container__with-modal .search-button {
        min-width:16.875rem
    }
}

@media (min-width: 768px) {
    .search-container__with-modal .calendarDates {
        top:92%
    }
}

.search-container__with-modal .mobileCalendar .date-picker-wrapper .month-wrapper {
    height: 47vh!important
}

.search-container__with-modal .mobileCalendar .date-picker-wrapper .flexible-date-wrapper {
    height: 64vh;
    overflow-y: auto
}

.move_up .mcn-sticky .cn-site-search-form-waterfall,.move_up.mobile-mcn-sticky .cn-site-search-form-waterfall {
    margin-top: 0
}

.move_up .cn-site-search-form-waterfall {
    margin-top: -4.25rem;
    position: relative
}

@media (min-width: 48.0625rem) {
    .move_up .cn-site-search-form-waterfall {
        margin-top:3.0625rem
    }
}

.move_up {
    margin-top: 0;
    position: relative
}

@media (min-width: 48.0625rem) {
    .move_up {
        margin-top:-8rem
    }
}

@media (min-width: 64rem) and (max-width:64rem) {
    .move-up-ipad-pro {
        margin-top:-6rem
    }
}

.mb_meeting_active {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    overflow-y: scroll
}

.mb_meeting_active .mb_go_back {
    display: none;
    font-size: 1.25rem;
    margin-bottom: 2rem
}

.mb_meeting_active .mb_go_back:before {
    color: #fff
}

.mb_meeting_active .meeting_content .mobile_destination_wrapper {
    border-right: none;
    border-bottom: .125rem solid #c4c4c4;
    padding-bottom: .75rem
}

.mb_meeting_active .meeting_content .mobile_destination_wrapper .color_light {
    font-size: 1.25rem;
    font-weight: 700
}

.mb_meeting_active .meeting_content .mobile_destination_wrapper .color_black {
    color: #1c1c1c
}

.mb_meeting_active .meeting_content .cmp-searchfilters__field-label,.mb_meeting_active .meeting_content .sf-mobile-calendar__click-panel .cmp-searchfilters__field-input {
    display: none
}

.mb_meeting_active .meeting_content .sf-mobile-calendar .calendar-record {
    margin-top: 1.5rem
}

.mb_meeting_active .meeting_content .sf-mobile-calendar .ls-field-wrapper .ls-field-label {
    color: #707070
}

.mb_meeting_active .meeting_content .sf-mobile-calendar .dates-field-input-wrapper .ls-field-input {
    color: #1c1c1c;
    font-weight: 700
}

.mb_meeting_active .meeting_content .sf-mobile-calendar .dates-field-input-wrapper .place-holder-color {
    color: #707070
}

.mb_meeting_active .meeting_content .input_mob {
    padding: 0
}

.mb_meeting_active .meeting_content .input_wrapper {
    padding: .75rem 0 0;
    border-radius: 0
}

.mb_meeting_active .meeting_content .input_wrapper:first-child {
    padding-top: 1.5rem
}

.mb_meeting_active .meeting_content .mobile_rooms_wrapper {
    margin-top: 1.5rem;
    border-bottom: .125rem solid #c4c4c4
}

.mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_label .t-accent-color {
    display: inline-block
}

.mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_content {
    color: #1c1c1c;
    font-weight: 700
}

.mb_meeting_active .meeting_content .mobile_rooms_wrapper .room_arrow:before {
    font-size: 1.5rem
}

.mb_meeting_active .meeting_content .rooms_guests_title {
    padding: 0;
    position: relative
}

.mb_meeting_active .meeting_content .icon-arrow-right {
    display: inline-block
}

.mb_meeting_active .mb_checkbox_box,.mb_meeting_active .meeting_content .mb_checkbox_box {
    margin-top: 1.5rem
}

@media (min-width: 48rem) and (max-width:48rem) {
    .mb_meeting_active {
        padding:0 1.5rem
    }
}

.search_near_hotle_text {
    display: none
}

.mcn-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    max-width: 100%;
    padding: 0
}

.mcn-sticky .cd-cl {
    margin-bottom: 0
}

.mcn-sticky .cn-site-search-form-waterfall.pc_search_form_expand .expand_content,.mcn-sticky .cn-site-search-form-waterfall.pc_search_form_expand .search_details {
    box-shadow: none;
    position: relative
}

.mcn-sticky .cn-site-search-form-waterfall.pc_search_form_expand .search_details:before {
    content: "";
    width: 200%;
    height: .3125rem;
    box-shadow: 0 .25rem .25rem 0 rgba(75,74,74,.1);
    position: absolute;
    bottom: 0;
    left: -25rem
}

.mcn-sticky .mcn-cmp-hotel-search-filters {
    float: none!important
}

.mcn-sticky .mcn-cmp-hotel-search-filters,.mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container {
    box-shadow: 0 .25rem .25rem 0 rgba(75,74,74,.1);
    width: 100%
}

.mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
    box-shadow: none;
    border-radius: inherit;
    width: 71.25rem
}

@media screen and (min-width: 48rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
        max-width:45rem
    }
}

@media (min-width: 62rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
        max-width:60rem
    }
}

@media (min-width: 75rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
        max-width:71.25rem
    }
}

.mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
    border-radius: inherit;
    margin: -.875rem auto 0;
    background-color: transparent;
    box-shadow: none
}

@media (min-width: 48rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
        max-width:45rem
    }
}

@media (min-width: 62rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
        max-width:60rem
    }
}

@media (min-width: 75rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
        max-width:71.25rem
    }
}

.mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel .control-left {
    left: 1.1875rem;
    padding-left: 0
}

@media (min-width: 75rem) {
    .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel .control-left {
        padding-left:1.25rem
    }
}

.mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel .control-left .rooms-guests-panel {
    left: -1.625rem
}

.mcn-sticky .make-scroll {
    height: 31.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.mcn-sticky .make-scroll::-webkit-scrollbar {
    display: none
}

.mobile-mcn-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 149;
    max-width: 100%;
    padding: 0
}

.mobile-mcn-sticky .container-lg {
    padding-left: 0;
    padding-right: 0
}

.mobile-mcn-sticky .mb_meeting_active {
    padding: 0;
    background-color: transparent
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage {
    border-radius: 0
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .mobile_destination_wrapper {
    display: flex;
    padding-left: 1.375rem
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .mobile_destination_wrapper .t-label-xs .t-accent-color {
    position: relative;
    top: .125rem
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .mobile_destination_wrapper .t-label-xs p {
    display: none
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .cmp-hotelssearchfilters__dates-wrapper {
    display: flex;
    margin-left: .75rem
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .cmp-hotelssearchfilters__dates-wrapper .t-label-xs .t-accent-color {
    position: relative;
    top: .125rem
}

.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .cmp-hotelssearchfilters__dates-wrapper .t-label-xs p {
    display: none
}

.mobile-mcn-sticky .mcn-cmp-hotel-search-filters {
    box-shadow: 0 .125rem 1.25rem 0 rgba(0,0,0,.07)
}

.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel {
    border: none;
    box-shadow: none;
    position: relative
}

.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper,.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper {
    display: flex;
    top: .125rem
}

.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper .cmp-searchfilters__field-input,.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper .cmp-searchfilters__field-input {
    margin-left: .5rem;
    position: relative;
    top: .1875rem;
    display: inline-block;
    padding-right: .5rem;
    text-transform: capitalize
}

.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper .t-label-xs,.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper .t-label-xs {
    display: inline-block;
    position: relative;
    top: -.25rem
}

.mobile-mcn-sticky .hotel-near-me-div,.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper .t-label-xs span,.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper .t-label-xs span {
    display: none
}

.staticsearchform .container-lg {
    padding-left: 0;
    padding-right: 0
}

.cn-site-search-form-waterfall.mb_meeting_active {
    background-color: transparent
}

.cn-site-search-form-waterfall .meeting_content .pc_fieldset_checkbox {
    padding: 1rem 0 0
}

.cn-site-search-form-waterfall .meeting_content .rooms_guests_title {
    width: 100%;
    padding: 0
}

@media (min-width: 768px) {
    .cn-site-search-form-waterfall .meeting_content .rooms_guests_title {
        width:max-content
    }
}

.cn-site-search-form-waterfall .des-cal {
    width: 50%
}

.cn-site-search-form-waterfall .des-cal fieldset {
    width: 100%
}

.cn-site-search-form-waterfall .des-cal:nth-child(2) {
    padding-left: 1.875rem
}

.cn-site-search-form-waterfall .hotel-near-me-div {
    margin-top: 2.5rem;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.23;
    text-align: center
}

.cn-site-search-form-waterfall .search_near_hotle_text {
    display: block
}

.cn-site-search-form-waterfall .search_homepage {
    display: flex;
    padding: 1.5rem;
    border: .0625rem solid #eee;
    border-radius: .375rem;
    box-shadow: 0 .25rem 1.25rem 0 rgba(0,0,0,.07);
    background: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none
}

.cn-site-search-form-waterfall .search_homepage .meeting_content .mobile_search_wrapper {
    flex: 0 0 50%;
    border-bottom: none;
    border-right: .0625rem dashed #c4c4c4
}

.cn-site-search-form-waterfall .mb_meeting_active {
    padding: 0 0 6.25rem;
    display: none
}

.cn-site-search-form-waterfall .mb_meeting_active .mb_go_back {
    margin-bottom: 0;
    border: none;
    background-color: #1c1c1c;
    display: block
}

.cn-site-search-form-waterfall .mb_meeting_active .mb_go_back .icon-back-arrow-cropped:before {
    color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .search_mob_body {
    background-color: #1c1c1c
}

.cn-site-search-form-waterfall .mb_meeting_active .mobile_destination_wrapper {
    border-bottom-color: #707070
}

.cn-site-search-form-waterfall .mb_meeting_active .mobile_destination_wrapper .color_light,.cn-site-search-form-waterfall .mb_meeting_active .mobile_destination_wrapper .mobile_destination_label span {
    color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .dates-field-input-wrapper .dateLine {
    background-color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .calendar-record {
    border-bottom-color: #707070
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .sf-mobile-calendar .dates-field-input-wrapper .ls-field-input,.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .ls-field-wrapper .ls-field-label .J-nights-number,.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .ls-field-wrapper .ls-field-label .J-nights-number-night,.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .ls-field-wrapper .ls-field-label span {
    color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title {
    border-bottom-color: #707070
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title .icon-dropdown-down:before {
    color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title .rooms_guests_label {
    display: block
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .icon-arrow-down,.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title .rooms_guests_label .t-accent-color {
    display: none
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .room_guests_modal .rooms_guests_title .display-text,.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .room_guests_wrapper .rooms_guests_title .display-text {
    color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper {
    border-bottom-color: #707070;
    margin-top: 1.5rem
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_content {
    color: #fff
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper .room_arrow:before {
    color: #fff;
    font-size: 1.5rem
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_label .t-accent-color {
    display: none
}

.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .input_mob {
    border-bottom-color: #707070
}

.mcn-cmp-hotel-search-filters .js_pc .cmp-hotelssearchfilters__form {
    position: relative;
    padding: 0;
    z-index: 10
}

.errorMessage {
    border: .0625rem solid #fff;
    background-color: #fff;
    border-radius: .5rem;
    padding: .8125rem .9375rem;
    display: none;
    width: 85%;
    position: absolute;
    z-index: 2;
    top: -4.875rem;
    left: 50%;
    transform: translate(-50%)
}

.errorMessage .icon-alert:before {
    color: #b94600
}

.errorMessage .errorContent {
    color: #fff;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: normal
}

.staticsearchform input[type=checkbox]:focus+label:before,.staticsearchform input[type=checkbox]:focus-visible+label:before,.staticsearchform input[type=radio]:focus+label:before,.staticsearchform input[type=radio]:focus-visible+label:before {
    outline: none
}

.reserve-border .t-rc-alt-color {
    color: hsla(0,0%,100%,.4)
}

.reserve-border .expand_content {
    z-index: 3
}

@media (min-width: 768px) {
    .reserve-border .expand_content {
        z-index:1
    }
}

.reserve-border .expandContentMobile {
    z-index: 10!important
}

.reserve-border .search_form_button {
    z-index: 2
}

@media (min-width: 768px) {
    .reserve-border .search_form_button {
        z-index:1
    }
}

.reserve-border .form-error {
    background: #fff;
    padding: 0 .25rem
}

.reserve-border .mobileCalendar .month-wrapper {
    background-color: inherit!important
}

@media (min-width: 1200px) {
    .search-container__hero-integrated .search_primary_container {
        margin-top:-11.9rem
    }

    .search-container__hero-integrated .search_primary_container .meeting_content:first-of-type {
        padding-left: 2.4rem!important
    }

    .search-container__hero-integrated .search_primary_container .search-button {
        min-width: 14.375rem
    }

    .search-container__hero-integrated .search_primary_container .date-picker-wrapper {
        left: 2.25rem!important
    }
}

.search-container.__with-modal .date-picker-wrapper {
    position: fixed
}

.mobileCalendar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%
}

.mobileCalendar .date-picker-wrapper {
    max-height: 100vh;
    display: block!important;
    visibility: visible;
    opacity: 1;
    animation: opacityAnimation .5s
}

.mobileCalendar .date-picker-wrapper .month-wrapper {
    height: 47vh;
    background-color: #f4f4f4
}

.mobileCalendar .date-picker-wrapper .flexible-date-wrapper {
    height: 64vh;
    overflow-y: auto
}

.mobileCalendar .date-picker-wrapper .flexible__done-button button {
    width: 100%
}

@keyframes opacityAnimation {
    0% {
        opacity: 0
    }

    90% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.display_show {
    display: block
}

.display_hide {
    display: none
}

.dw_active_box fieldset {
    width: 100%;
    position: relative
}

.dw_active_box fieldset .dropdown_active {
    width: 100%;
    position: absolute;
    top: 0;
    left: -.0625rem;
    z-index: 20
}

.dw_active_box fieldset .dw_active_ul {
    display: none;
    width: 100%
}

.dw_active_box fieldset .dw_active_ul .dw_active_ul_label {
    text-align: left;
    color: #707070
}

.dw_active_box fieldset .dw_active_ul .dw_active_ul_label:before {
    color: #ff8d6b
}

.dw_active_box fieldset .dw_active_ul .dw_active_ul_text {
    text-align: left;
    width: 100%;
    background: transparent;
    cursor: pointer;
    color: #707070;
    margin: 0 0 .9375rem
}

.dw_active_box fieldset .dw_active_ul .dropdown_li_label {
    cursor: pointer;
    margin-bottom: 0
}

.dw_active_box fieldset .dw_active_input_contain {
    width: 100%;
    padding: 1.5rem 2.5rem;
    position: relative
}

.dw_active_box fieldset .dw_active_input_contain .dw_active_input_label {
    text-align: left
}

.dw_active_box fieldset .dw_active_input_contain .dw_active_input_label:before {
    color: #ff8d6b
}

.dw_active_box fieldset .dw_active_input_contain .dw_active_input {
    text-align: left;
    width: 100%;
    background: transparent;
    cursor: pointer;
    line-height: 1.2
}

.dw_active_box fieldset .dw_active_input_contain .placeholder_style {
    color: #707070
}

.dropdown {
    overflow: hidden
}

.dropdown .border {
    border-bottom: .0625rem solid
}

.dropdown .dropdown_li {
    display: block;
    padding: 1.5rem 2.125rem 1.4375rem 0;
    cursor: pointer;
    text-align: left
}

.dropdown .dropdown_li:hover {
    color: #ff8d6b
}

.dropdown .isReserve input[type=radio]:checked~label:before {
    background-color: inherit;
    border: .0625rem solid;
    outline: none
}

.dropdown .isReserve input[type=radio]+label:before {
    background: inherit
}

.dropdown .isReserve input[type=radio]:checked~label:after {
    background-color: #fff
}

.dropdown .isReserve input[type=radio]+label:after {
    background: inherit
}

@media (max-width: 576px) {
    .dropdown_special .dw_special_ul {
        position:fixed;
        width: 100%;
        bottom: 0;
        left: auto;
        right: 0;
        min-width: 97vw;
        margin-left: -2rem
    }
}

.part_line {
    width: .75rem;
    height: .125rem;
    background-color: #1c1c1c;
    margin: 0 .25rem
}

.special_text_button {
    display: none
}

.special_rate-dropdown {
    position: relative
}

.special_rate_title {
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.special_rate_title-cancel {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 2.5rem
}

.special_rate_title_breaker {
    width: 100%;
    height: .0625rem;
    border-bottom: 1px solid
}

.special_rate_text_icon-mobile {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.special_icon_button {
    max-width: 33.33%;
    padding: 1.5rem 2.5rem;
    display: block
}

.special_icon_button .spec_icon_label:before {
    margin-right: .5rem
}

.special_icon_button .special_rate_text {
    width: fit-content;
    display: flex;
    align-items: center
}

.cn-site-search-form-waterfall .special_text_button {
    width: 100%;
    display: inline-block
}

.cn-site-search-form-waterfall .special_text_button .icon-arrow-right {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0
}

.cn-site-search-form-waterfall .special_text_button .icon-arrow-right:before {
    font-size: 30px
}

.cn-site-search-form-waterfall .special_icon_button {
    display: none
}

.cn-site-search-form-waterfall .position {
    top: 0
}

@media (min-width: 768px) {
    .cn-site-search-form-waterfall .position {
        top:1.75rem;
        width: 17.8125rem
    }
}

.cn-site-search-form-waterfall .dw_special_ul {
    position: fixed;
    width: 100%
}

@media (min-width: 768px) {
    .cn-site-search-form-waterfall .dw_special_ul {
        width:17.8125rem;
        position: absolute
    }
}

.cn-site-search-form-waterfall .dw_brands_input_label {
    display: none!important
}

.cn-site-search-form-waterfall .dw_brands_title_padding {
    padding: 0;
    margin: .875rem auto auto
}

.cn-site-search-form-waterfall .dropdown_brands fieldset {
    width: 10.5rem
}

.cn-site-search-form-waterfall .dropdown_brands fieldset .dw_brands_input_contain .icon-dropdown-down {
    display: inline-block
}

.dw_special_ul {
    position: absolute;
    top: 5.5rem;
    left: 0;
    z-index: 20;
    border: 1px solid;
    text-align: left
}

@media (min-width: 768px) {
    .dw_special_ul {
        width:100%;
        min-width: 17.8125rem
    }
}

.dw_special_ul .dropdown_spec_li {
    position: relative;
    text-align: left
}

.dw_special_ul .dropdown_spec_li .dropdown_li_label {
    cursor: pointer;
    margin-bottom: 0
}

.dw_special_ul .crop_code_container span {
    position: absolute;
    bottom: 1.5rem;
    left: 3.5rem
}

.dw_special_ul .crop_code_container .cta_link {
    color: #000;
    background: none;
    position: absolute;
    right: 1.125rem;
    bottom: 2.5rem
}

.dw_special_ul .completed span {
    bottom: 7.5rem
}

.dw_special_ul .completed .cta_link {
    bottom: 7.75rem
}

.dw_special_ul .special_rate_value {
    position: relative;
    margin-bottom: .9375rem;
    margin-top: 1rem
}

.dw_special_ul .special_rate_value .add-promo-code-label {
    color: #1c1c1c
}

.dw_special_ul .special_rate_value .cmp_hotelssearchfilters_promo_code {
    padding-bottom: .375rem;
    border-bottom: .125rem solid #c4c4c4
}

.dw_special_ul .special_rate_value .cmp_hotelssearchfilters_promo_code:focus {
    border-bottom: .125rem solid #1c1c1c
}

.dw_special_ul .special_rate_value .special_rate_done {
    position: absolute;
    right: 0;
    bottom: .375rem;
    border: .125rem solid;
    padding: 0;
    border-radius: .875rem;
    width: 3.5rem;
    text-align: center;
    cursor: pointer
}

.dw_special_ul .special_rate_value .promo_code_close_btn {
    position: absolute;
    bottom: .375rem;
    right: .0625rem;
    cursor: pointer
}

@media (min-width: 768px) {
    .dropdown_brands {
        width:100%
    }

    .dropdown_brands .dw_brands_ul {
        width: 35.625rem;
        z-index: 10;
        margin-left: -.0625rem
    }
}

.dw_brands_title_padding {
    padding: 1.5rem 1rem 1.5rem 2.5rem
}

.dropdown_brands fieldset {
    width: 12.625rem;
    position: relative
}

.dropdown_brands fieldset .dw_brands_input_contain {
    text-align: left
}

.dropdown_brands fieldset .dw_brands_input_contain .dw_brands_input_label {
    letter-spacing: .08125rem;
    text-transform: uppercase
}

.dropdown_brands fieldset .dw_brands_input_contain .dw_brands_input {
    width: 100%;
    cursor: pointer
}

.dropdown_brands fieldset .dw_brands_input_contain .icon-dropdown-down {
    display: none
}

.dw_brands_ul {
    display: none;
    width: 100%;
    min-width: 31.25rem;
    border-radius: .875rem;
    padding: 4.2% 0 4.2% 4.2%;
    text-align: left;
    position: absolute;
    top: 0
}

.dw_brands_ul .dw_brands_checked_content {
    border-bottom: .0625rem solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.dw_brands_ul .brands_content_type_box {
    margin-bottom: .5rem
}

.dw_brands_ul .brands_content_type_box .brands_title {
    display: flex;
    justify-content: space-between;
    padding-right: 2%
}

.dw_brands_ul .brands_content_type_box .brands_title .brands_type_choose_all {
    cursor: pointer
}

.dw_brands_ul .brands_content_type_box .brands_title .br_choose_text {
    margin-right: -.1875rem
}

.dw_brands_ul .brands_content_type_box .brand_li_icon {
    height: 4rem;
    width: 22%;
    min-width: 4.4375rem;
    padding: 0;
    margin-right: 2.75%;
    margin-bottom: .5rem
}

.dw_brands_ul .brands_content_type_box .brands_container_all {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .dw_brands_ul .brands_content_type_box .brands_container_all .brand_li_icon {
        width:23.3%;
        height: 4rem;
        margin-right: .5rem
    }

    .dw_brands_ul .brands_content_type_box .brands_container_all .brand_box {
        height: 5rem
    }
}

.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container {
    width: 100%;
    height: 4rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.dw_brands_ul .brands_content_type_box .brands_container_all input[type=checkbox]:checked+.brand_box {
    border: .0625rem solid #1c1c1c
}

.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container .brand_box {
    width: 100%;
    height: 4rem;
    text-align: center;
    box-sizing: border-box;
    line-height: 4.6875rem;
    color: #1c1c1c;
    border: .0625rem solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center
}

.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container .brand_box:hover {
    border: .0625rem solid #1c1c1c
}

.dw_brands_ul .brands_button_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: .0625rem solid #c4c4c4;
    padding-top: 1rem
}

.dw_brands_ul .brands_button_box .brand_clear_all {
    margin: .75rem 1rem;
    padding: 0;
    width: fit-content;
    color: #1c1c1c;
    line-height: 1rem;
    cursor: pointer;
    background-color: #fff
}

.dw_brands_ul .brands_button_box .brand_clear_all:hover {
    color: #1c1c1c;
    border-bottom: .0625rem solid #1c1c1c
}

.dw_brands_ul .brands_button_box .brand_apply {
    line-height: 2rem;
    min-width: 8rem;
    height: 2rem;
    border-radius: 1.625rem;
    background: transparent;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    cursor: pointer;
    border: .0625rem solid #1c1c1c;
    color: #1c1c1c
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.nav-container__isMobile {
    position: relative
}

.nav-container__isMobile .open-language-modal-reserve {
    color: #fff;
    cursor: pointer
}

.nav-container__header {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0
}

.published .nav-container__header {
    min-height: 100vh
}

@media (min-width: 768px) {
    .published .nav-container__header {
        min-height:fit-content
    }
}

.edit-mode .nav-container__header {
    min-height: 100%
}

@media (min-width: 768px) {
    .edit-mode .nav-container__header {
        min-height:fit-content
    }
}

.nav-container__header__navbar {
    list-style-type: none;
    height: calc(50% + 1.5625rem);
    top: calc(50% - 1.5625rem);
    left: 0;
    position: fixed
}

@media (min-width: 1200px) {
    .nav-container__header__navbar {
        height:auto;
        top: 0;
        position: relative
    }
}

.nav-container__header__logo {
    font-size: 10px;
    font-weight: 500;
    color: #fff
}

.nav-container__header__logo:hover {
    font-weight: 500;
    color: #fff
}

@media (min-width: 768px) {
    .nav-container__header__logo {
        font-size:15px
    }
}

@media (min-width: 1200px) {
    .nav-container__header__logo {
        font-size:16px
    }
}

.nav-container__header__svglogo {
    width: 12.8125rem;
    height: .625rem
}

@media (min-width: 768px) {
    .nav-container__header__svglogo {
        width:19.25rem;
        height: .9375rem
    }
}

.nav-container__navbar__link--button,.nav-container__navbar__link--link {
    font-size: .8125rem
}

.nav-container__isMobile.color-scheme5 {
    position: fixed;
    z-index: 99;
    max-width: 100%
}

.published .nav-container__isMobile.color-scheme5 {
    min-height: 100vh
}

.edit-mode .nav-container__isMobile.color-scheme5 {
    min-height: 100%
}

@media (min-width: 768px) {
    .nav-container__isMobile.color-scheme5 {
        min-height:5.9375rem
    }
}

.nav-container .mobie-navbar-expanded .open-language-modal-reserve {
    display: none
}

.nav-container .mobie-navbar-expanded .mdc-dialog .mdc-dialog__surface {
    max-height: 45.75rem;
    max-width: 42.5rem
}

.nav-container .mobie-navbar-expanded .mdc-dialog .mdc-dialog__surface .bbContainer {
    height: inherit
}

.bb-modal {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(6,24,42,.8)
}

@media (min-width: 768px) {
    .bb-modal {
        background-color:rgba(6,24,42,.8)
    }
}

.bb-modal__overlay1 {
    height: calc(50vh - 110px)
}

.bb-modal__overlay {
    height: 32rem;
    width: 100vw
}

.bb-modal__header {
    background: linear-gradient(0deg,transparent,#000);
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    color: #fff
}

.bb-modal .mdc-dialog__surface {
    padding: 0!important
}

@media (min-width: 768px) {
    .bb-modal .mdc-dialog__surface {
        max-width:45rem;
        background: transparent;
        box-shadow: none
    }
}

@media (min-width: 1200px) {
    .bb-modal .mdc-dialog__surface {
        max-width:70.25rem
    }
}

.bb-modal .m-dialog-close-btn {
    position: static;
    width: auto;
    height: auto;
    background: none
}

.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: 100%
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.reserve-hero-component {
    position: relative
}

.reserve-hero-component.published {
    height: 100vh
}

.reserve-hero-component__background {
    position: absolute
}

.published .reserve-hero-component__background {
    height: 100vh
}

.edit-mode .reserve-hero-component__background {
    height: 100%
}

.reserve-hero-component__background__cinemagraph__pause,.reserve-hero-component__background__cinemagraph__play {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 2.875rem;
    bottom: 1.5rem
}

@media (min-width: 768px) {
    .reserve-hero-component__background__cinemagraph__pause,.reserve-hero-component__background__cinemagraph__play {
        bottom:2rem
    }
}

.reserve-hero-component__background__image {
    width: 100%;
    object-fit: cover
}

.published .reserve-hero-component__background__image {
    height: 100vh
}

.edit-mode .reserve-hero-component__background__image {
    height: 100%
}

.reserve-hero-component__background__overlay {
    position: absolute;
    width: inherit;
    top: 0;
    background-color: rgba(6,24,42,.85)
}

.published .reserve-hero-component__background__overlay {
    height: 100vh
}

.edit-mode .reserve-hero-component__background__overlay {
    height: 100%
}

.published .reserve-hero-component__background .video-js {
    height: 100vh
}

.edit-mode .reserve-hero-component__background .video-js {
    height: 100%
}

.reserve-hero-component__background .video-js .vjs-tech {
    object-fit: cover;
    pointer-events: none
}

.reserve-hero-component__background .video-js .vjs-big-play-button,.reserve-hero-component__background .video-js .vjs-control-bar,.reserve-hero-component__background .video-js .vjs-text-track-display,.reserve-hero-component__background .video-js .vjs-title-bar {
    display: none
}

.reserve-hero-component__animation {
    overflow-x: hidden
}

.reserve-hero-component__animation__player {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.reserve-hero-component__animation__player__circle {
    width: auto!important
}

.published .reserve-hero-component__animation__player__circle {
    height: calc(100vh - 90px)!important
}

.edit-mode .reserve-hero-component__animation__player__circle {
    height: calc(100% - 90px)!important
}

@media (min-width: 768px) {
    .published .reserve-hero-component__animation__player__circle {
        height:calc(100vh - 67.5px)!important
    }

    .edit-mode .reserve-hero-component__animation__player__circle {
        height: calc(100% - 67.5px)!important
    }
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__circle {
        max-width:75rem;
        max-height: 43.75rem
    }

    .published .reserve-hero-component__animation__player__circle {
        height: 100vh!important
    }

    .edit-mode .reserve-hero-component__animation__player__circle {
        height: 100%!important
    }
}

.reserve-hero-component__animation__player__text {
    position: absolute;
    transform: translateX(-2.8125rem)
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text {
        transform:translateX(-.625rem)
    }
}

.reserve-hero-component__animation__player__text__component {
    display: flex
}

.reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__title {
    opacity: 0;
    animation: reserve-hero-component-title-text-animation 2s 533ms 1 forwards;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__title {
        font-size:3.375rem;
        line-height: 3.375rem
    }
}

.reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__body {
    opacity: 0;
    font-size: .9375rem;
    animation: reserve-hero-component-body-text-mobile-animation 1s 1066ms 1 forwards
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__body {
        animation:reserve-hero-component-body-text-animation 1.5s 1066ms 1 forwards
    }
}

.reserve-hero-component__animation__player__text__component:first-child {
    transform: translateX(2rem)
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text__component:first-child {
        transform:translateX(1rem)
    }
}

.reserve-hero-component__animation__player__text__component:nth-child(2) {
    transform: translateX(5.5rem)
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text__component:nth-child(2) {
        transform:translateX(4.25rem)
    }
}

.reserve-hero-component__animation__player__text__component:nth-child(2) .reserve-hero-component__animation__player__text__component__title {
    animation-delay: 1599ms
}

.reserve-hero-component__animation__player__text__component:nth-child(2) .reserve-hero-component__animation__player__text__component__body {
    animation-delay: 2132ms
}

.reserve-hero-component__animation__player__text__component:nth-child(3) {
    transform: translateX(12rem)
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text__component:nth-child(3) {
        transform:translateX(11rem)
    }
}

.reserve-hero-component__animation__player__text__component:nth-child(3) .reserve-hero-component__animation__player__text__component__title {
    animation-delay: 2665ms
}

.reserve-hero-component__animation__player__text__component:nth-child(3) .reserve-hero-component__animation__player__text__component__body {
    animation-delay: 3198ms
}

.reserve-hero-component__animation__player__text__component:nth-child(4) {
    transform: translateX(5.5rem)
}

@media (min-width: 1200px) {
    .reserve-hero-component__animation__player__text__component:nth-child(4) {
        transform:translateX(4.25rem)
    }
}

.reserve-hero-component__animation__player__text__component:nth-child(4) .reserve-hero-component__animation__player__text__component__title {
    animation-delay: 3731ms
}

.reserve-hero-component__animation__player__text__scroll__icon {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 14%
}

.reserve-hero-component__animation__player__text__scroll__icon__svg {
    width: 3.125rem!important
}

.reserve-hero-component__animation__player__text__scroll__caption {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 4%;
    opacity: 0;
    text-transform: uppercase;
    animation: reserve-hero-component-scroll-down-text-animation 2s 1 forwards
}

@keyframes reserve-hero-component-title-text-animation {
    0% {
        opacity: .8;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes reserve-hero-component-body-text-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        padding-left: .5rem
    }
}

@keyframes reserve-hero-component-body-text-mobile-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        padding-left: 1rem
    }
}

@keyframes reserve-hero-component-scroll-down-text-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.editorial-highlight-v1__container {
    position: relative;
    margin-bottom: 3.75rem
}

@media (min-width: 768px) {
    .editorial-highlight-v1__container {
        margin-bottom:2rem
    }
}

.editorial-highlight-v1__container-landscape {
    z-index: 1;
    position: absolute;
    bottom: -2.5rem
}

@media (min-width: 768px) {
    .editorial-highlight-v1__container-landscape {
        bottom:-1.125rem
    }
}

@media (min-width: 1200px) {
    .editorial-highlight-v1__container-landscape {
        bottom:0
    }
}

.editorial-highlight-v1__container-portrait {
    z-index: 1;
    position: absolute;
    top: -.75rem
}

@media (min-width: 768px) {
    .editorial-highlight-v1__container-portrait {
        top:0
    }
}

.editorial-highlight-v1__img {
    border-radius: 62.5rem;
    width: 100%;
    max-width: 100%;
    height: auto
}

.editorial-highlight-v1__landscape-img {
    border: .1875rem solid #fff;
    width: 100%;
    max-width: 100%;
    height: auto
}

@media (min-width: 1200px) {
    .editorial-highlight-v1__landscape-img {
        width:19.6875rem
    }
}

.editorial-highlight-v1__portrait-img {
    border: .1875rem solid #fff;
    width: calc(100% + 1.4375rem);
    height: auto
}

@media (min-width: 768px) {
    .editorial-highlight-v1__portrait-img {
        width:100%;
        max-width: 100%
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.editorial-highlight-3up {
    position: relative
}

.editorial-highlight-3up__container {
    position: relative;
    z-index: 2
}

.editorial-highlight-3up__container-image {
    position: relative;
    z-index: 2;
    object-fit: cover;
    height: 100%;
    width: calc(100% - 1rem);
    right: -1rem;
    padding-bottom: 3rem
}

@media (min-width: 1200px) {
    .editorial-highlight-3up__container-image {
        width:calc(100% - 1.625rem);
        right: -1.625rem;
        padding-bottom: 4rem
    }
}

.editorial-highlight-3up__container-blur {
    overflow: hidden;
    position: relative;
    bottom: calc(100% + 1rem);
    padding-bottom: 2rem;
    height: calc(100% - 3rem);
    width: calc(100% - 1rem)
}

@media (min-width: 1200px) {
    .editorial-highlight-3up__container-blur {
        padding-bottom:3rem;
        height: calc(100% - 4rem);
        width: calc(100% - 1.625rem)
    }
}

.editorial-highlight-3up__container-blur-image {
    position: absolute;
    background-size: cover;
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
    filter: blur(6.25rem);
    z-index: 1
}

.editorial-highlight-3up__container-name {
    position: absolute;
    bottom: -1rem
}

.editorial-highlight-3up__container-portrait {
    position: relative
}

.editorial-highlight-3up__container-landscape {
    margin-top: 0
}

@media (min-width: 768px) {
    .editorial-highlight-3up__container-landscape {
        margin-top:20rem
    }
}

@media (min-width: 1200px) {
    .editorial-highlight-3up__container-landscape {
        margin-top:25rem
    }
}

.editorial-highlight-3up__container-landscape-blur {
    bottom: calc(100% + 1rem)
}

@media (min-width: 1200px) {
    .editorial-highlight-3up__container-landscape-blur {
        bottom:calc(100% + 1.5rem)
    }
}

.editorial-highlight-3up__container-editorial {
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

@media (min-width: 768px) {
    .editorial-highlight-3up__container-editorial {
        position:absolute;
        top: 12.5rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .editorial-highlight-3up__container-editorial {
        top:14.6875rem
    }
}

.editorial-highlight-3up__container-editorial-image {
    width: 100%;
    border-radius: 62.5rem;
    max-width: 100%;
    height: auto
}

.editorial-highlight-3up__container-background {
    position: absolute;
    top: 0;
    width: 100%
}

.right-image-breaker {
    margin-bottom: 3.75rem
}

@media (min-width: 768px) {
    .right-image-breaker {
        margin-bottom:4.5rem
    }
}

@media (min-width: 1200px) {
    .right-image-breaker {
        margin-bottom:5.625rem
    }
}

.right-image-breaker__image {
    position: relative;
    z-index: 2;
    object-fit: cover;
    left: auto;
    max-width: calc(100% + 1rem);
    width: calc(100% + 1rem);
    height: auto
}

@media (min-width: 576px) {
    .right-image-breaker__image {
        max-width:calc(100% + 50vw - 16.4375rem);
        width: calc(100% + 50vw - 16.4375rem)
    }
}

@media (min-width: 768px) {
    .right-image-breaker__image {
        max-width:calc(100% + 50vw - 22rem);
        width: calc(100% + 50vw - 22rem)
    }
}

@media (min-width: 992px) {
    .right-image-breaker__image {
        max-width:calc(100% + 50vw - 29.5rem);
        width: calc(100% + 50vw - 29.5rem)
    }
}

@media (min-width: 1200px) {
    .right-image-breaker__image {
        max-width:calc(100% + 50vw - 35.125rem);
        width: calc(100% + 50vw - 35.125rem)
    }
}

@media screen and (min-width: 82.125rem) {
    .right-image-breaker__image {
        max-width:calc(100% + 5.9375rem);
        width: calc(100% + 5.9375rem);
        left: 0
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.brand-footer__top-separator {
    width: 100%;
    height: .0625rem;
    border: 1px solid
}

.brand-footer__list {
    list-style-type: none
}

.brand-footer__list.add-spacing {
    margin-left: 3.5rem
}

@media (min-width: 768px) {
    .brand-footer__list.add-spacing {
        margin-left:0
    }
}

.brand-footer__list__info {
    position: relative;
    list-style-type: none
}

.brand-footer__list__info--separator {
    position: absolute;
    width: .0625rem;
    height: 100%;
    top: 0;
    border: 1px solid
}

.brand-footer__list .social-icon {
    font-weight: 500
}

.brand-footer__list .social-icon:before {
    font-size: 1.1875rem
}

.brand-footer__list .social-icon.show-qrcode {
    cursor: pointer;
    color: #fff
}

.brand-footer__list .social-icon .mt-qrcode {
    position: absolute;
    background: #fff;
    width: 9.5rem;
    height: 8.9375rem;
    border: .0625rem solid #c4c4c4;
    border-radius: .625rem;
    z-index: 99
}

.brand-footer__list .social-icon .mt-qrcode.in-mobile {
    left: 0;
    top: -8rem
}

@media (min-width: 768px) {
    .brand-footer__list .social-icon .mt-qrcode.in-mobile {
        left:-3.75rem;
        top: -9.75rem
    }
}

.brand-footer__list .social-icon .mt-qrcode:after {
    top: 100%;
    left: 42%;
    color: red;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: .6rem .6rem .1rem
}

.brand-footer__list .social-icon .mt-qrcode .qrcode_title {
    font-size: 1rem;
    text-align: center;
    padding: .15rem;
    color: #1c1c1c;
    font-weight: 500
}

.brand-footer__list .social-icon .mt-qrcode .qrcode_img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem
}

.brand-footer__list .social-icon .mt-qrcode .qrcode_img img {
    width: 6rem;
    height: 6rem
}

.brand-footer__list .social-icon .mt-qrcode .close_icon {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: .625rem
}

.brand-footer__list .social-icon .mt-qrcode.qrcode_hide {
    display: none
}

.brand-footer__list .social-icon .mt-qrcode.show {
    display: block
}

.brand-footer__list #ccpacontainer a,.brand-footer__list #teconsent a {
    font-size: inherit!important
}

.brand-footer__menu {
    list-style-type: none;
    position: absolute;
    top: 50px;
    z-index: 1
}

.brand-footer__logo:before {
    font-size: 5.5rem;
    line-height: normal;
    font-weight: 500
}

@media (min-width: 768px) {
    .brand-footer__logo:before {
        font-size:4rem
    }
}

@media (min-width: 1200px) {
    .brand-footer__logo:before {
        font-size:4.5rem
    }
}

.brand-footer.open-language-modal-footer {
    cursor: pointer
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.reserve-highlight,.reserve-highlight-component-container {
    position: relative
}

.reserve-highlight-component-container-slide {
    overflow: hidden
}

.published .reserve-highlight-component-container-slide {
    height: 100vh
}

.edit-mode .reserve-highlight-component-container-slide {
    height: 100%
}

.reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content--img {
    height: 100%;
    margin-top: 0
}

.reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content__video {
    width: 100%;
    height: 100%;
    margin-top: 0
}

.reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content__videoThumbnail__image {
    padding-top: 66.66%;
    margin-top: 0
}

@media (min-width: 768px) {
    .reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content__videoThumbnail__image {
        padding-top:56.25%
    }
}

.reserve-highlight-component-container-slide__content {
    position: relative;
    height: 100%
}

.reserve-highlight-component-container-slide__content--img {
    height: 100%;
    object-fit: cover
}

.reserve-highlight-component-container-slide__content__video {
    padding-top: 56.25%
}

.reserve-highlight-component-container-slide__content__video .vjs-tech {
    object-fit: contain
}

@media (min-width: 768px) {
    .reserve-highlight-component-container-slide__content__video .vjs-tech {
        object-fit:cover
    }
}

@media (min-width: 768px) {
    .reserve-highlight-component-container-slide__content__video {
        padding-top:56.25%
    }
}

.reserve-highlight-component-container-slide__content__video .vjs-poster {
    background-size: cover
}

.reserve-highlight-component-container-slide__content__video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.reserve-highlight-component-container-slide__content__cinemagraph {
    height: 100%;
    padding-top: 40%
}

.reserve-highlight-component-container-slide__content__cinemagraph .vjs-control-bar {
    display: none
}

.reserve-highlight-component-container-slide__content__cinemagraph .vjs-tech {
    pointer-events: none;
    object-fit: cover
}

.reserve-highlight-component-container-slide__content__pause,.reserve-highlight-component-container-slide__content__play {
    cursor: pointer;
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    z-index: 10
}

@media (min-width: 768px) {
    .reserve-highlight-component-container-slide__content__pause,.reserve-highlight-component-container-slide__content__play {
        top:calc(100% - 4rem);
        left: 3rem
    }
}

.reserve-highlight-component-container-slide__content__play {
    display: none
}

.reserve-highlight-component-container-slide__content__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.62) 50%)
}

.reserve-highlight-component-container-slide__content__cine__controls {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 9
}

@media (min-width: 576px) {
    .reserve-highlight-component-container-slide__content__cine__controls {
        top:unset;
        bottom: 5.625rem;
        left: 3rem
    }
}

.reserve-highlight-component-container-slide__content__cine__controls__pause,.reserve-highlight-component-container-slide__content__cine__controls__play {
    cursor: pointer
}

.reserve-highlight-component-container-slide .vjs-big-play-button,.reserve-highlight-component-container-slide .vjs-text-track-display,.reserve-highlight-component-container-slide .vjs-title-bar,.reserve-highlight-component-container-slide__content__cine__controls__play {
    display: none
}

.reserve-highlight-component-container-count {
    margin-top: 3.0625rem;
    width: 100%
}

@media (min-width: 768px) {
    .reserve-highlight-component-container-count {
        margin-top:4.5rem
    }
}

.reserve-highlight-component-container-controls {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    height: 90%
}

@media (min-width: 576px) {
    .reserve-highlight-component-container-controls {
        bottom:15%;
        height: 85%
    }
}

@media (min-width: 768px) {
    .reserve-highlight-component-container-controls-inner {
        height:100%
    }
}

.reserve-highlight-component-container-controls--circle {
    position: relative;
    width: 34.625rem;
    height: auto
}

.reserve-highlight-component-container-controls--circle .glide__circle {
    visibility: hidden
}

@media (min-width: 576px) {
    .reserve-highlight-component-container-controls--circle .glide__circle {
        visibility:visible
    }
}

.reserve-highlight-component-container-controls--circle_info {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width: 500px) {
    .reserve-highlight-component-container-controls--circle_info {
        width:auto
    }
}

.reserve-highlight-component-container-controls-desc {
    opacity: 0
}

@media (max-width: 767px) {
    .reserve-highlight-component-container-controller {
        width:100%;
        position: absolute;
        bottom: 9.0625rem
    }

    .reserve-highlight-component-container-controller-previous {
        position: absolute;
        left: 0
    }

    .reserve-highlight-component-container-controller-next {
        position: absolute;
        right: 0
    }
}

.reserve-highlight-component-container .glide__heroEle {
    width: 100%;
    height: 7.5rem
}

.reserve-highlight-component-container .glide__arrow {
    position: relative;
    transform: none;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    width: 2.625rem;
    height: 2.625rem;
    padding: 0
}

@media (max-width: 767px) {
    .reserve-highlight-component-container .glide__arrow {
        position:absolute
    }
}

.reserve-highlight-component-container .glide__arrow--left {
    left: 0
}

@media (max-width: 767px) {
    .reserve-highlight-component-container .glide__arrow--left {
        left:1.5625rem
    }
}

.reserve-highlight-component-container .glide__arrow--right {
    right: 0
}

@media (max-width: 767px) {
    .reserve-highlight-component-container .glide__arrow--right {
        right:1.5625rem
    }
}

@media (max-width: 767px) {
    .reserve-highlight-component-container .glide__circle {
        opacity:0!important
    }
}

@keyframes lottieCircleFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes lottieCircleFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes showSlideAnimation {
    0% {
        padding-top: 100vh
    }

    to {
        padding-top: 0;
        height: 100vh
    }
}

@keyframes animateText {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.reserve-highlight-nav {
    z-index: 10;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.62) 50%);
    gap: 1rem;
    overflow-x: auto;
    position: absolute;
    bottom: 0
}

.reserve-highlight-nav-link {
    cursor: pointer;
    min-width: fit-content;
    opacity: .6
}

.reserve-highlight-nav-link-active {
    opacity: 1
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.reserve-carousel-subnav-container-navigation-list {
    list-style-type: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.reserve-carousel-subnav-container-navigation-list::-webkit-scrollbar {
    display: none
}

.reserve-carousel-subnav-container-navigation-list-item {
    height: 100%;
    min-width: fit-content;
    border: none
}

.reserve-carousel-subnav-container-navigation-list-item-btn {
    background: transparent
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.layout-option--active {
    background: var(--brand-colors-rz-20-e-9-f-1-fa,#e9f1fa)
}

.layout-option--active a .layout-option-el {
    text-decoration: underline
}

.site-navigation-component {
    cursor: default;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1)
}

@media (min-width: 1200px) {
    .site-navigation-component {
        z-index:11;
        position: relative
    }
}

.site-navigation-component__logo:before {
    font-size: 30px;
    line-height: normal;
    font-weight: 500
}

@media (min-width: 1200px) {
    .site-navigation-component__logo:before {
        font-size:41px
    }
}

@media (min-width: 1200px) {
    .site-navigation-component__header {
        position:relative
    }
}

@media (min-width: 1200px) {
    .site-navigation-component__header--separator {
        height:.0625rem;
        opacity: 1%;
        position: absolute;
        bottom: 0;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
        max-width: calc(100% + 100vw - 71.25rem);
        width: calc(100% + 100vw - 71.25rem);
        left: calc(-50vw - -35.625rem)
    }
}

.site-navigation-component__header__cta {
    min-width: 10.625rem
}

.site-navigation-component__header.open-language-modal {
    cursor: pointer
}

body .site-navigation-component__header .header-text a {
    font-weight: 400!important
}

.site-navigation-component__nav {
    background-color: hsla(0,0%,100%,.85)
}

@media (min-width: 1200px) {
    .site-navigation-component__nav {
        background-color:hsla(0,0%,100%,.85)
    }

    .site-navigation-component__nav.globalStickyHeader {
        position: fixed;
        z-index: 11;
        width: 100%;
        top: 0;
        background-color: hsla(0,0%,100%,.9)
    }
}

.site-navigation-component__navigation__navbar__container {
    gap: 1.5rem;
    list-style: none;
    height: 100%
}

.site-navigation-component__navigation__navbar__container__item {
    height: 100%;
    border-bottom: .3125rem solid transparent
}

.site-navigation-component__navigation__navbar__container__item--active,.site-navigation-component__navigation__navbar__container__item:hover {
    border-bottom: .3125rem solid #1c1c1c
}

.site-navigation-component__navigation__navbar__container__item--active .site-navigation-component__navigation__navbar__container__item__content {
    display: block!important;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1)
}

.site-navigation-component__navigation__navbar__container__item--active .site-navigation-component__navigation__navbar__container__item__transbg {
    display: block!important
}

.site-navigation-component__navigation__navbar__container__item__link {
    height: 100%;
    cursor: pointer
}

.site-navigation-component__navigation__navbar__container__item__content {
    position: absolute;
    z-index: 12;
    height: 27.4375rem;
    list-style: none;
    background-color: #fff
}

.site-navigation-component__navigation__navbar__container__item__content__layout {
    width: 22.75rem;
    cursor: pointer
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active {
    background-color: #e0e3ec;
    cursor: pointer
}

@media (min-width: 1200px) {
    .site-navigation-component__navigation__navbar__container__item__content__layout--active {
        cursor:default
    }
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .subNav {
    cursor: default
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active a .layout-option-el {
    text-decoration: none
}

.site-navigation-component__navigation__navbar__container__item__content__layout__option__content {
    cursor: default;
    height: 27.4375rem
}

.site-navigation-component__navigation__navbar__container__item__content__layout__option__content__description__divider {
    width: .0625rem;
    height: 85%;
    opacity: .3
}

.site-navigation-component__navigation__navbar__container__item__content__layout__option__content__description__layout {
    width: 13.5625rem
}

.site-navigation-component__navigation__navbar__container__item__content__layout__option__content__description__layout__img {
    height: 7.625rem;
    object-fit: cover;
    width: 100%
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content {
    display: flex!important;
    justify-content: space-between;
    position: absolute;
    z-index: 12;
    top: 0
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links {
    width: 11.9375rem;
    max-height: 27.4375rem;
    row-gap: 40px
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container {
    list-style: none;
    gap: 24px
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container__item {
    width: 11.9375rem
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container__item a {
    position: relative;
    display: inline-block;
    text-decoration: none
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container__item a :before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #1c1c1c;
    transition: width .3s ease;
    opacity: 0;
    animation: underline-animation .267s cubic-bezier(.42,0,.83,1) .267s forwards
}

.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container__item a :hover:before {
    width: 100%
}

@keyframes underline-animation {
    to {
        opacity: 1
    }
}

.site-navigation-component__navigation__navbar__container__item__content__without__subnav {
    width: 22.75rem;
    cursor: pointer
}

.site-navigation-component__navigation__navbar__container__item .no-subnav {
    height: fit-content
}

.site-navigation-component__navigation__navbar__container__item .has-subnav {
    height: 27.4375rem
}

.site-navigation-component__navigation__navbar__container__item__transbg {
    position: absolute;
    z-index: 11;
    height: 27.4375rem;
    background-color: transparent
}

.site-navigation-component__navigation__cta {
    min-width: 10.625rem
}

.site-navigation-component__navigation .icon-arrow-left-cropped:before,.site-navigation-component__navigation .icon-arrow-right-cropped:before {
    zoom:.75}

.site-navigation-component__mobile__header__globe,.site-navigation-component__mobile__header__menu,.site-navigation-component__mobile__header__user {
    cursor: pointer
}

.site-navigation-component__mobile__navbar {
    list-style: none
}

.site-navigation-component__mobile__navbar__item__subnav {
    background-color: #e0e3ec;
    list-style: none
}

.site-navigation-component__mobile__navbar__item__subnav__element__content {
    position: absolute;
    top: 3rem;
    width: 100%;
    background-color: #fff
}

.site-navigation-component__mobile__navbar__item__subnav__element__content__header {
    background-color: #e0e3ec
}

.site-navigation-component__mobile__navbar__item__subnav__element__content__layout__container__category {
    list-style: none
}

.site-navigation-component__mobile__navbar__item__subnav__element__content__description__layout__image {
    width: 100%;
    object-fit: cover
}

.site-navigation-component__mobile__navbar__item__link__arrow--active:before {
    transform: rotate(180deg)
}

.site-navigation-component__mobile__navbar .icon-arrow-left-cropped:before,.site-navigation-component__mobile__navbar .icon-arrow-right-cropped:before {
    zoom:.75}

.site-navigation-component.--bbModal {
    display: flex;
    align-items: center
}

.site-navigation-component .brand-logo-RZ:hover,.site-navigation-component .brand-logo-rz:hover {
    background-color: transparent
}

.icon--disable {
    display: none
}

.cancel-icon {
    position: absolute;
    top: 0;
    z-index: 25
}

.cancel-icon .icon-clear {
    font-size: 20px
}

.cancel-icon .icon-clear:before {
    width: 24px;
    height: 24px
}

.cancel-icon:hover {
    cursor: pointer
}

.no-subnav-icon {
    right: -24px;
    background-color: #fff
}

.has-subnav-icon {
    right: 0;
    top: 4px;
    background-color: initial
}

.bb-modal {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,.8)
}

@media (min-width: 768px) {
    .bb-modal {
        background-color:rgba(0,0,0,.8)
    }
}

.bb-modal__overlay1 {
    height: calc(50vh - 110px)
}

.bb-modal__overlay {
    height: 32rem;
    width: 100vw
}

.bb-modal__header {
    background: linear-gradient(0deg,transparent,#000);
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    color: #fff
}

.bb-modal .mdc-dialog__surface {
    padding: 0!important
}

@media (min-width: 768px) {
    .bb-modal .mdc-dialog__surface {
        max-width:45rem;
        background: transparent;
        box-shadow: none
    }
}

@media (min-width: 1200px) {
    .bb-modal .mdc-dialog__surface {
        max-width:70.25rem
    }
}

.bb-modal .m-dialog-close-btn {
    position: static;
    width: auto;
    height: auto;
    background: none
}

.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: 100%;
    max-height: 100%
}

.mdc-dialog-scroll-lock {
    overflow: hidden!important
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@keyframes texture-animate {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider {
        margin-top:-4.25rem
    }
}

.homepage-hero-slider--container {
    position: relative
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .homepage-hero-slider--container {
        width:45rem
    }
}

.homepage-hero-slider--container__glide.glide {
    width: calc(100% + 1rem)
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide {
        width:calc(100% + 1.25rem)
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide {
        width:calc(100% + 2rem)
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide {
        width:calc(100% + 2.25rem)
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
    min-height: 23.625rem;
    opacity: 0
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
        min-height:30.625rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
        min-height:32.27875rem
    }
}

@media (min-width: 992px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
        min-height:32.27875rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
        min-height:50.59375rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content {
    position: relative;
    min-height: inherit;
    right: 0;
    transition: right 2s
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper {
    overflow: visible
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__background-layer .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 80%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__background-layer .bg-image {
        max-height:25.65375rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__background-layer .bg-image {
        max-height:40.4375rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__overlay-layer .overlay-image {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 24.46875rem;
    object-fit: cover;
    z-index: 4
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__overlay-layer .overlay-image {
        max-height:25.65375rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__overlay-layer .overlay-image {
        max-height:40.4375rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
    position: absolute;
    top: 0;
    left: 25%;
    width: 0;
    height: 100%;
    max-height: 80%;
    object-fit: fill;
    z-index: 2
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
        left:16.19%;
        max-height: 25.65375rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
        max-height:40.4375rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
    background: transparent;
    top: 30%;
    transform: translateY(-30%)
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot {
    opacity: 0;
    visibility: hidden;
    margin-left: 6.25rem;
    transition: opacity 1.5s ease-in-out .7s,visibility 1.5s ease-in-out .7s,margin-left 1s ease-in;
    font-size: 12.5rem;
    text-wrap: nowrap
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot .title-slot--text {
    opacity: .7
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
    font-size: 2.5rem;
    line-height: 3.75rem
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
        font-size:3.75rem;
        line-height: 5rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
        font-size:4.6875rem;
        line-height: 6.25rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
        font-size:7.1875rem;
        line-height: 8.3125rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    position: relative;
    font-size: 2.5rem;
    line-height: 3.75rem
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
        font-size:3.75rem;
        line-height: 5rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
        font-size:4.6875rem;
        line-height: 6.25rem
    }
}

@media (min-width: 992px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
        font-size:7.1875rem;
        line-height: 8.3125rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
        font-size:7.1875rem;
        line-height: 8.3125rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    top: -1.5625rem
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
        top:-2.1875rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
        top:-2.8125rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
    font-size: 2.5rem;
    line-height: 3.75rem
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
        font-size:3.75rem;
        line-height: 5rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
        font-size:4.6875rem;
        line-height: 6.25rem
    }
}

@media (min-width: 992px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
        font-size:7.1875rem;
        line-height: 8.3125rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    font-size: 2.5rem;
    line-height: 4rem
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        font-size:4rem;
        line-height: 4.5rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        font-size:5rem;
        line-height: 6rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        font-size:7.8125rem;
        line-height: 7.8125rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    padding-left: 5.625rem
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        padding-left:9.375rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        padding-left:11.875rem
    }
}

@media (min-width: 992px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        padding-left:11.875rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
        padding-left:18.75rem
    }
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text {
        margin-top:-2.25rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text {
        margin-top:-4.6875rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__primary {
    font-size: 3.75rem;
    line-height: 5rem
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__primary {
        font-size:7.8125rem;
        line-height: 9.375rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__primary {
        font-size:12.5rem;
        line-height: 13.625rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
    padding-left: 5.625rem;
    font-size: 2rem;
    line-height: 2.5rem
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
        padding-left:6.25rem;
        font-size: 2.5rem;
        line-height: 3.5rem
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
        font-size:4rem;
        line-height: 5rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
        padding-left:10.9375rem;
        margin-top: -2.25rem;
        font-size: 7.8125rem;
        line-height: 9.375rem
    }
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.custom-slide-animate {
    opacity: 1
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.custom-slide-animate .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
    animation: texture-animate 14s 1.5s forwards
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.custom-slide-animate .homepage-hero-slider-content__title-layer .title-slot {
    margin-left: 3.125rem;
    opacity: .5;
    visibility: visible
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.glide__slide--active {
    opacity: 1;
    z-index: 9
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.glide__slide--active .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
    width: 0;
    animation: texture-animate 14s 1.5s forwards
}

.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.glide__slide--active .homepage-hero-slider-content__title-layer .title-slot {
    margin-left: 0;
    opacity: 1;
    visibility: visible
}

.homepage-hero-slider--container__glide.glide .slave-img-wrapper {
    position: relative
}

.homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 2.5s 1s,opacity 2.7s ease-in 1s,left 2s
}

.homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide--active-slave {
    visibility: visible;
    opacity: 1
}

.homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide .offset-image {
    position: absolute;
    bottom: 0;
    left: -1rem;
    width: calc(100% + 1rem);
    max-width: calc(100% + 1rem)!important;
    min-height: 10.0625rem;
    object-fit: cover;
    transition: left 2s
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide .offset-image {
        left:-2rem;
        width: calc(100% + 1.75rem);
        max-width: calc(100% + 1.75rem)!important;
        min-height: 13.25rem
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide .offset-image {
        left:-2.5rem;
        width: calc(100% + 2.1875rem);
        max-width: calc(100% + 2.1875rem)!important;
        min-height: 20.3125rem
    }
}

.homepage-hero-slider--container__glide.glide .controls-wrapper {
    position: absolute;
    bottom: 6%;
    right: 27%
}

@media (min-width: 576px) {
    .homepage-hero-slider--container__glide.glide .controls-wrapper {
        right:30%
    }
}

@media (min-width: 768px) {
    .homepage-hero-slider--container__glide.glide .controls-wrapper {
        right:40%
    }
}

@media (min-width: 1200px) {
    .homepage-hero-slider--container__glide.glide .controls-wrapper {
        bottom:unset;
        right: unset;
        top: 43%;
        left: 3%
    }
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow {
    top: 90%;
    box-shadow: unset;
    border: none
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow.glide__arrow--right {
    right: -2.5rem
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow.glide__arrow--left {
    left: -2.5rem
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow span[class^=icon],.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow span[class^=icon]:before {
    color: var(--t-brand-fg-color)
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .bullet-wrapper {
    padding-top: 62px
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .bullet-wrapper .glide__bullet {
    display: inline-block;
    width: .3125rem;
    height: .3125rem;
    background-color: var(--t-brand-alt-color);
    border-radius: 50%;
    transition: all 1s
}

.homepage-hero-slider--container__glide.glide .controls-wrapper .bullet-wrapper .glide__bullet--active {
    width: .5rem;
    height: .5rem;
    background-color: var(--t-brand-fg-color)
}

.homepage-hero-slider--container__glide.glide .play-pause-wrapper {
    position: absolute;
    bottom: -.2rem;
    right: -5rem
}

.homepage-hero-slider--container__glide.glide .play-pause-wrapper .custom-glide-control {
    background: transparent;
    border: 0
}

.homepage-hero-slider--container__glide.glide .play-pause-wrapper .custom-glide-control--play {
    display: inline-block
}

.homepage-hero-slider--container__glide.glide .play-pause-wrapper--playing .custom-glide-control--play,.homepage-hero-slider--container__glide.glide .play-pause-wrapper .custom-glide-control--pause {
    display: none
}

.homepage-hero-slider--container__glide.glide .play-pause-wrapper--playing .custom-glide-control--pause {
    display: inline-block
}

.homepage-hero-slider--container__glide--first-load .glide__track .glide__slides .glide__slide .homepage-hero-slider-content {
    right: -4.6875rem!important
}

.homepage-hero-slider--container__glide--first-load .slave-img-wrapper .slave-slide .offset-image {
    left: -4.6875rem!important
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.download-data-component.published {
    height: 100vh
}

.edit-mode .download-data-component {
    height: 100%
}

.download-data-component__border {
    border: 1px solid
}

.download-data-component__border .icon-asterisk {
    color: #d0021b
}

.download-data-component__border input[type=text] {
    border: 1px solid
}

.download-data-component__border .error {
    color: #d0021b
}

.download-data-component__border .m-message-modal {
    position: absolute;
    top: 0
}

.download-data-component__checkbox {
    width: fit-content
}

@media (min-width: 768px) {
    .download-data-component .exact-date-wrapper {
        padding:0 24px
    }
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 1200px) {
    .hero-video__component--nav-overlap {
        margin-top:-4.3125rem
    }

    .hero-video__component--nav-overlap .hero-video-content__closeVideo {
        top: 4.6875rem
    }
}

.hero-video-custom-lottie-spinner {
    border: 0!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-video-custom-lottie-spinner:after,.hero-video-custom-lottie-spinner:before {
    display: none
}

.hero-video-custom-lottie-pre-loader {
    min-height: 11.25rem;
    background-color: #1c1c1c
}

.hero-video-custom-lottie-pre-loader svg {
    max-height: 11.25rem
}

@media (min-width: 768px) {
    .hero-video-custom-lottie-pre-loader {
        min-height:18.75rem
    }

    .hero-video-custom-lottie-pre-loader svg {
        max-height: 18.75rem
    }
}

@media (min-width: 1200px) {
    .hero-video-custom-lottie-pre-loader {
        min-height:29.6875rem
    }

    .hero-video-custom-lottie-pre-loader svg {
        max-height: 29.6875rem
    }
}

.hero-video-content {
    position: relative
}

.hero-video-content-video {
    padding-top: 52%;
    visibility: hidden;
    transition: padding-top 2s,visibility 1s
}

@media (min-width: 768px) {
    .hero-video-content-video {
        padding-top:42%
    }
}

.hero-video-content-video .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 52%;
    transition: padding-top 2s
}

@media (min-width: 768px) {
    .hero-video-content-video .video-js {
        padding-top:42%
    }
}

.hero-video-content-video .vjs-tech {
    object-fit: cover
}

.hero-video-content-video .vjs-poster {
    background-size: cover
}

.hero-video-content-video [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.hero-video-content-video .vjs-control-bar {
    visibility: hidden!important;
    opacity: 0;
    transition: visibility 2s,opacity 2s
}

.hero-video-content__closeVideo {
    position: absolute;
    top: .625rem;
    right: .625rem;
    width: 1.875rem;
    height: 1.875rem;
    background-color: rgba(0,0,0,.62);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.hero-video-content__closeVideo .icon-clear:before {
    color: #fff
}

.hero-video-content__cine__controls__pause,.hero-video-content__cine__controls__play {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    z-index: 1
}

@media (min-width: 768px) {
    .hero-video-content__cine__controls__pause,.hero-video-content__cine__controls__play {
        top:calc(100% - 2rem);
        bottom: unset
    }
}

.hero-video-content__cine__controls__play {
    display: none
}

.hero-video-content__cine__controls svg {
    fill: #fff
}

.hero-video-content-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: visibility 2s,opacity 2s;
    overflow-y: hidden
}

@media (min-width: 768px) {
    .hero-video-content-cover {
        height:100%
    }
}

.hero-video-content-cover--with-cine {
    height: auto;
    overflow-y: unset;
    min-height: 11.25rem
}

.hero-video-content-cover__img {
    height: 100%;
    object-fit: cover
}

.hero-video-content-cover__cinemagrapgh {
    width: 100%!important;
    height: 100%!important;
    padding-top: 52%
}

@media (min-width: 768px) {
    .hero-video-content-cover__cinemagrapgh {
        padding-top:42%
    }
}

.hero-video-content-cover__cinemagrapgh .vjs-tech {
    object-fit: cover
}

.hero-video-content-cover__cinemagrapgh .vjs-poster {
    background-size: cover
}

.hero-video-content-cover__cinemagrapgh [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.hero-video-content-cover-elements {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-flow: column;
    justify-content: center
}

.hero-video-content-cover-title__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.62)
}

.hero-video-content-cover-title--text {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff
}

.hero-video-content-cover-title--text div {
    color: inherit
}

.hero-video-content-cover__thumbnailButton {
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto;
    transform: rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

@media (min-width: 768px) {
    .hero-video-content-cover__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .hero-video-content-cover__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.hero-video-content-cover__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .hero-video-content-cover__thumbnailButton__text {
        font-size:1rem
    }
}

.hero-video-content-cover__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

.hero-video-content-cover__option2Button {
    position: relative
}

.hero-video-content-cover__option2Button .m-button-primary {
    background: unset;
    border: unset;
    background-color: #fff;
    color: #1c1c1c;
    outline: none!important
}

.hero-video-content-cover__option2Button .m-button-primary:hover {
    background: unset;
    border: unset;
    box-shadow: unset;
    background-color: rgba(0,0,0,.62)
}

.hero-video-content-cover__minimalButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.hero-video-content-cover__minimalButton svg {
    fill: #fff
}

.hero-video-content-cover__minimalButton svg g {
    stroke: #fff;
    transition: stroke .5s
}

.hero-video-content-cover__minimalButton svg path {
    fill: #fff;
    transition: fill .5s
}

.hero-video-content-cover__minimalButton .m-button-primary {
    background: unset;
    border: unset;
    background-color: rgba(0,0,0,.62)
}

.hero-video-content-cover__minimalButton .m-button-primary:hover {
    background: unset;
    border: unset;
    box-shadow: unset;
    background-color: #fff;
    color: #1c1c1c
}

.hero-video-content-cover__minimalButton .m-button-primary:hover svg g {
    stroke: #1c1c1c
}

.hero-video-content-cover__minimalButton .m-button-primary:hover svg path {
    fill: #1c1c1c
}

.hero-video-content--is-active .hero-video-content-video {
    padding-top: 51.2%;
    visibility: visible;
    transition: padding-top 2s,visibility 1s
}

@media (min-width: 768px) {
    .hero-video-content--is-active .hero-video-content-video {
        padding-top:51.2%
    }
}

.hero-video-content--is-active .hero-video-content-video .video-js {
    padding-top: 51.2%;
    transition: padding-top 2s
}

@media (min-width: 768px) {
    .hero-video-content--is-active .hero-video-content-video .video-js {
        padding-top:51.2%
    }
}

.hero-video-content--is-active .hero-video-content-video .vjs-control-bar {
    visibility: visible!important;
    opacity: 1;
    transition: visibility 1s,opacity 1s
}

.hero-video-content--is-active .hero-video-content-cover {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s,opacity 2s
}

.hero-video-component-container-575 .hero-video-custom-lottie-pre-loader {
    min-height: 11.25rem;
    background-color: #1c1c1c
}

.hero-video-component-container-575 .hero-video-custom-lottie-pre-loader svg {
    max-height: 11.25rem
}

@media (min-width: 768px) {
    .hero-video-component-container-575 .hero-video-custom-lottie-pre-loader {
        min-height:22.5rem
    }

    .hero-video-component-container-575 .hero-video-custom-lottie-pre-loader svg {
        max-height: 22.5rem
    }
}

@media (min-width: 1200px) {
    .hero-video-component-container-575 .hero-video-custom-lottie-pre-loader {
        min-height:35.9375rem
    }

    .hero-video-component-container-575 .hero-video-custom-lottie-pre-loader svg {
        max-height: 35.9375rem
    }
}

@media (min-width: 768px) {
    .hero-video-component-container-575 .hero-video-content .hero-video-content-cover .hero-video-content-cover__cinemagrapgh,.hero-video-component-container-575 .hero-video-content .hero-video-content-video,.hero-video-component-container-575 .hero-video-content .hero-video-content-video .video-js {
        padding-top:51.2%
    }
}

@media (min-width: 768px) {
    .hero-video-component-container-575 .hero-video-content--is-active .hero-video-content-video,.hero-video-component-container-575 .hero-video-content--is-active .hero-video-content-video .video-js {
        padding-top:60.1%
    }
}

.hero-video .vjs-big-play-button,.hero-video .vjs-text-track-display,.hero-video .vjs-title-bar {
    display: none
}

.hero-video-modal {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.hero-video-modal-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center
}

.hero-video-light-box-close {
    height: 3rem;
    position: absolute;
    top: .5rem;
    right: 0
}

.hero-video-light-box-close .clear-icon {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.hero-video-component-container-slide__content__video-light-box {
    min-height: 15rem!important
}

.hero-video-component-container-slide__content__video-light-box .vjs-icon-placeholder:before {
    font-family: VideoJS!important
}

.hero-video-component-container-slide__content__video-light-box .vjs-time-control {
    padding: 0;
    align-items: center
}

@media (min-width: 768px) {
    .hero-video-component-container-slide__content__video-light-box .vjs-time-control {
        min-width:4rem
    }
}

.hero-video-component-container-slide__content__video-light-box .vjs-current-time,.hero-video-component-container-slide__content__video-light-box .vjs-duration,.hero-video-component-container-slide__content__video-light-box .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .hero-video-component-container-slide__content__video-light-box .vjs-current-time,.hero-video-component-container-slide__content__video-light-box .vjs-duration,.hero-video-component-container-slide__content__video-light-box .vjs-time-divider {
        margin-left:1rem!important
    }
}

.hero-video-component-container-slide__content__video-light-box .vjs-audio-button,.hero-video-component-container-slide__content__video-light-box .vjs-big-play-button,.hero-video-component-container-slide__content__video-light-box .vjs-quality-menu-wrapper,.hero-video-component-container-slide__content__video-light-box .vjs-text-track-display {
    display: none
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.language-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 100
}

.language-modal .language-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 12
}

.language-modal .language-modal__container .language-modal-close-btn {
    position: absolute;
    top: .3125rem;
    right: .3125rem;
    width: 1.75rem;
    height: 1.75rem;
    background: inherit
}

.language-modal-list--item-text a,.language-modal-list--item-text a:hover {
    font-weight: 400;
    border-bottom: 1px solid #eee
}

.language-modal-list--item-text:hover {
    background-color: #e9f1fa;
    cursor: pointer
}

.language-modal-list--item:last-child .language-modal-list--item-text a,.language-modal-list--item:last-child .language-modal-list--item-text a:hover,.language-modal-list--item:nth-last-child(2):nth-child(odd) .language-modal-list--item-text a,.language-modal-list--item:nth-last-child(2):nth-child(odd) .language-modal-list--item-text a:hover {
    border-bottom: none
}

.language-modal .color-scheme4 .language-modal-list--item-text a,.language-modal .color-scheme4 .language-modal-list--item-text a:hover {
    border-bottom: 1px solid hsla(0,0%,39.2%,.1)
}

.language-modal .color-scheme4 .language-modal-list--item-text:hover {
    background-color: #c7ddf3;
    cursor: pointer
}

.language-modal .color-scheme4 .language-modal-list--item-text:hover .t-rc-alt-color {
    color: #06182a
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

@media (min-width: 768px) {
    .listicle-wrapper__highlight-slide {
        margin-bottom:4rem!important
    }
}

@media (min-width: 1200px) {
    .listicle-wrapper__highlight-slide {
        margin-bottom:9.6875rem!important
    }
}

@media (min-width: 768px) {
    .listicle-wrapper__other-slide {
        margin-bottom:4.5rem!important
    }
}

@media (min-width: 1200px) {
    .listicle-wrapper__other-slide {
        margin-bottom:0!important
    }
}

@media (min-width: 1200px) {
    .listicle-wrapper_spacing {
        margin-top:4.5rem!important
    }
}

@media (min-width: 768px) {
    .listicle-wrapper_first-item {
        padding-top:1.375rem!important
    }
}

@media (min-width: 1200px) {
    .listicle-wrapper_first-item {
        padding-top:.75rem!important
    }
}

.listicle-wrapper_number {
    color: var(--t-accent-color)!important
}

.listicle-wrapper_number .separator {
    color: inherit
}

.listicle-wrapper_number .mobile_separator,.listicle-wrapper_number .separator {
    border-bottom: 1px solid;
    border-color: #c4c4c4
}

@media (min-width: 768px) {
    .listicle-wrapper_number .mobile_separator {
        border-bottom:none
    }
}

@media (min-width: 768px) {
    .listicle-wrapper_number.number-up {
        position:absolute;
        background-color: #fff
    }
}

@media (min-width: 1200px) {
    .listicle-wrapper_number.number-up {
        margin-top:-2.75rem!important
    }
}

.listicle-wrapper__img,.listicle-wrapper__with-cinemagraph {
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
    margin: 0 -.5rem
}

@media (min-width: 768px) {
    .listicle-wrapper__img,.listicle-wrapper__with-cinemagraph {
        max-width:calc(100vw + 1rem);
        width: calc(100vw + 1rem);
        margin: 0 calc(-50vw - -21.5rem)
    }
}

@media (min-width: 992px) {
    .listicle-wrapper__img,.listicle-wrapper__with-cinemagraph {
        max-width:calc(100vw + 1rem);
        width: calc(100vw + 1rem);
        margin: 0 calc(-50vw - -29rem)
    }
}

@media (min-width: 1200px) {
    .listicle-wrapper__img,.listicle-wrapper__with-cinemagraph {
        max-width:70.25rem;
        margin: 0 auto
    }
}

@media (min-width: 768px) {
    .listicle-wrapper__highlight {
        height:auto
    }
}

.listicle-wrapper__with-cinemagraph {
    position: relative;
    min-height: 22.75rem
}

@media (min-width: 768px) {
    .listicle-wrapper__with-cinemagraph {
        min-height:19.1875rem
    }
}

@media (min-width: 992px) {
    .listicle-wrapper__with-cinemagraph {
        min-height:28rem
    }
}

.listicle-wrapper__cinemagrapgh {
    width: 100%!important;
    height: 100%!important
}

.listicle-wrapper__cinemagrapgh .vjs-tech {
    object-fit: cover
}

.listicle-wrapper__cinemagrapgh .vjs-poster {
    background-size: cover
}

.listicle-wrapper__cinemagrapgh [class*=icon-]:before {
    font-family: VideoJS;
    color: #fff
}

.listicle-wrapper__cine__controls__pause,.listicle-wrapper__cine__controls__play {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    left: 90%;
    z-index: 10
}

@media (min-width: 768px) {
    .listicle-wrapper__cine__controls__pause,.listicle-wrapper__cine__controls__play {
        top:calc(100% - 2rem);
        left: calc(100% - 2rem);
        bottom: unset
    }
}

.listicle-wrapper__cine__controls__play {
    display: none
}

.listicle-wrapper p {
    margin-bottom: 0
}

:root {
    --t-base-font-family: Swiss-721
}

:lang(da),:lang(el),:lang(id),:lang(nl),:lang(pl-PL),:lang(th),:lang(tr-TR),:lang(vi) {
    --t-base-font-family: "IBM Plex Sans", sans-serif;
    --t-font-family: "IBM Plex Sans", sans-serif;
    --t-title-font-family: "IBM Plex Sans", sans-serif
}

:lang(ar),:lang(ar-AE) {
    --t-base-font-family: JannaLT;
    --t-font-family: JannaLT;
    --t-title-font-family: JannaLT
}

:lang(ko-KR) {
    --t-base-font-family: NotoSansKR;
    --t-font-family: NotoSansKR;
    --t-title-font-family: NotoSansKR
}

:lang(ja-JP) {
    --t-base-font-family: NotoSansJP;
    --t-font-family: NotoSansJP;
    --t-title-font-family: NotoSansJP
}

:lang(zh-CN) {
    --t-base-font-family: NotoSansSC;
    --t-font-family: NotoSansSC;
    --t-title-font-family: NotoSansSC
}

:lang(zh-TW) {
    --t-base-font-family: NotoSansTC;
    --t-font-family: NotoSansTC;
    --t-title-font-family: NotoSansTC
}

:lang(ru-RU) {
    --t-base-font-family: UniversLTCYR;
    --t-font-family: UniversLTCYR;
    --t-title-font-family: UniversLTCYR
}

:lang(he) {
    --t-base-font-family: Swiss721Hebrew;
    --t-font-family: Swiss721Hebrew;
    --t-title-font-family: Swiss721Hebrew
}

.photo-essay-variation-1 .photo-essay-col {
    min-height: 18.75rem
}

@media (min-width: 768px) {
    .photo-essay-variation-1 .photo-essay-col {
        min-height:21.25rem
    }
}

@media (min-width: 992px) {
    .photo-essay-variation-1 .photo-essay-col {
        min-height:28.75rem
    }
}

@media (min-width: 1200px) {
    .photo-essay-variation-1 .photo-essay-col {
        min-height:34.375rem
    }
}

.photo-essay-variation-2 .photo-essay-col,.photo-essay-variation-3 .photo-essay-col {
    min-height: 10.75rem
}

@media (min-width: 768px) {
    .photo-essay-variation-2 .photo-essay-col,.photo-essay-variation-3 .photo-essay-col {
        min-height:18.75rem
    }
}

.photo-essay .vjs-tech {
    object-fit: cover
}

.photo-essay .vjs-poster {
    background-size: cover
}

.photo-essay [class*=icon-]:not(.icon-clear):before {
    font-family: VideoJS;
    color: #fff
}

.photo-essay-square .video-js {
    width: 100%;
    height: 100%;
    padding-top: 100%
}

@media (min-width: 768px) {
    .photo-essay-square .video-js {
        padding-top:unset
    }
}

.photo-essay-square__img,.photo-essay-square__img--cover {
    height: 100%;
    width: 100%;
    max-width: 100%
}

.photo-essay-horizontal .video-js {
    width: 100%;
    padding-top: 57%
}

.photo-essay-horizontal__img {
    height: 100%;
    width: 100%;
    max-width: 100%
}

.photo-essay-vertical .video-js {
    padding-top: 170%;
    height: 100%!important;
    width: 100%!important
}

@media (min-width: 768px) {
    .photo-essay-vertical .video-js {
        padding-top:40%
    }
}

.photo-essay-vertical__img,.photo-essay-vh__video__img--cover {
    height: 100%;
    width: 100%;
    max-width: 100%
}

.photo-essay__cine__controls__pause,.photo-essay__cine__controls__play {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    z-index: 1
}

@media (min-width: 768px) {
    .photo-essay__cine__controls__pause,.photo-essay__cine__controls__play {
        top:calc(100% - 2rem)
    }
}

.photo-essay__cine__controls__play {
    display: none
}

.photo-essay-oval-asset .video-js,.photo-essay-oval-asset img {
    border-radius: 62.5rem
}

.photo-essay-oval-asset .photo-essay__cine__controls__pause,.photo-essay-oval-asset .photo-essay__cine__controls__play {
    right: 45%
}

.photo-essay__thumbnailButton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto;
    transform: translate(-50%,-50%) rotate(45deg);
    cursor: pointer;
    border: .125rem solid #fff;
    background-color: rgba(28,28,28,.5)
}

@media (min-width: 768px) {
    .photo-essay__thumbnailButton {
        width:6.6875rem;
        height: 6.6875rem
    }
}

@media (min-width: 1200px) {
    .photo-essay__thumbnailButton {
        width:7.25rem;
        height: 7.25rem
    }
}

.photo-essay__thumbnailButton__text {
    transform: rotate(-45deg);
    color: #fff;
    font-size: .75rem
}

@media (min-width: 768px) {
    .photo-essay__thumbnailButton__text {
        font-size:1rem
    }
}

.photo-essay__thumbnailButton:hover {
    background-color: rgba(28,28,28,.8);
    border-radius: 50%
}

.photo-essay .player-animation:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg)!important
}

.photo-essay-light-box,.photo-essay-light-box-horizontal,.photo-essay-light-box-vertical {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    z-index: 2
}

@media (min-width: 768px) {
    .photo-essay-light-box,.photo-essay-light-box-horizontal,.photo-essay-light-box-vertical {
        background-color:rgba(28,28,28,.8)
    }
}

@media (min-width: 768px) {
    .photo-essay-light-box-container,.photo-essay-light-box-container-horizontal,.photo-essay-light-box-container-vertical,.photo-essay-light-box-horizontal-container,.photo-essay-light-box-horizontal-container-horizontal,.photo-essay-light-box-horizontal-container-vertical,.photo-essay-light-box-vertical-container,.photo-essay-light-box-vertical-container-horizontal,.photo-essay-light-box-vertical-container-vertical {
        padding:0 3rem
    }
}

.photo-essay-light-box-body,.photo-essay-light-box-body-horizontal,.photo-essay-light-box-body-vertical,.photo-essay-light-box-horizontal-body,.photo-essay-light-box-horizontal-body-horizontal,.photo-essay-light-box-horizontal-body-vertical,.photo-essay-light-box-vertical-body,.photo-essay-light-box-vertical-body-horizontal,.photo-essay-light-box-vertical-body-vertical {
    display: flex;
    align-items: center;
    height: 100vh
}

.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-duration,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-duration,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-body .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-body .photo-essay-square__video .vjs-duration,.photo-essay-light-box-body .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-duration,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-duration,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-duration,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-duration,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-duration,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-duration,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-time-divider {
    display: flex!important;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-duration,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-duration,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-body .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-body .photo-essay-square__video .vjs-duration,.photo-essay-light-box-body .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-duration,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-duration,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-duration,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-duration,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-duration,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-time-divider,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-current-time,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-duration,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-time-divider,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-current-time,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-duration,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-time-divider,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-current-time,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-duration,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-time-divider {
        margin-left:1rem!important
    }
}

.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-control,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-control,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-body .photo-essay-square__video .vjs-control,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-control,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-control,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-control {
    width: 3rem!important
}

@media (min-width: 1200px) {
    .photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-control,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-control,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-body .photo-essay-square__video .vjs-control,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-control,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-control,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-control,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-control,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-control {
        width:4rem!important
    }
}

.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-body .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-time-control {
    padding: 0!important
}

@media (min-width: 768px) {
    .photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-body .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-time-control,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-time-control,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-time-control,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-time-control {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }
}

.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-body .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-progress-control,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-progress-control,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-progress-control,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-progress-control {
    width: 100%!important
}

.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body-horizontal .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body-horizontal .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body-vertical .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body-vertical .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-body .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-body .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-body .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-body .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body-vertical .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body-vertical .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body-horizontal .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body-horizontal .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body-vertical .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body-vertical .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-text-track-display,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-audio-button,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-big-play-button,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body .photo-essay-horizontal__video .vjs-text-track-display,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-audio-button,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-big-play-button,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body .photo-essay-square__video .vjs-text-track-display,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-audio-button,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-big-play-button,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-descriptions-button,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-quality-menu-wrapper,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-text-track-display {
    display: none
}

.photo-essay-light-box-body-horizontal .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-body-vertical .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-body .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-horizontal-body-horizontal .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-horizontal-body-vertical .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-horizontal-body .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-vertical-body-horizontal .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-vertical-body-vertical .photo-essay-vertical__video .vjs-control-bar,.photo-essay-light-box-vertical-body .photo-essay-vertical__video .vjs-control-bar {
    position: fixed;
    bottom: 0
}

@media (min-width: 768px) {
    .photo-essay-light-box-body,.photo-essay-light-box-body-horizontal,.photo-essay-light-box-body-vertical,.photo-essay-light-box-horizontal-body,.photo-essay-light-box-horizontal-body-horizontal,.photo-essay-light-box-horizontal-body-vertical,.photo-essay-light-box-vertical-body,.photo-essay-light-box-vertical-body-horizontal,.photo-essay-light-box-vertical-body-vertical {
        max-width:59.5rem;
        margin: 0 auto
    }
}

.photo-essay-light-box-body-horizontal .video-js,.photo-essay-light-box-body-vertical .video-js,.photo-essay-light-box-body .video-js,.photo-essay-light-box-horizontal-body-horizontal .video-js,.photo-essay-light-box-horizontal-body-vertical .video-js,.photo-essay-light-box-horizontal-body .video-js,.photo-essay-light-box-vertical-body-horizontal .video-js,.photo-essay-light-box-vertical-body-vertical .video-js,.photo-essay-light-box-vertical-body .video-js {
    padding-top: unset;
    height: 30vh
}

@media (min-width: 768px) {
    .photo-essay-light-box-body-horizontal .video-js,.photo-essay-light-box-body-vertical .video-js,.photo-essay-light-box-body .video-js,.photo-essay-light-box-horizontal-body-horizontal .video-js,.photo-essay-light-box-horizontal-body-vertical .video-js,.photo-essay-light-box-horizontal-body .video-js,.photo-essay-light-box-vertical-body-horizontal .video-js,.photo-essay-light-box-vertical-body-vertical .video-js,.photo-essay-light-box-vertical-body .video-js {
        padding-top:56.25%
    }
}

.photo-essay-light-box-close,.photo-essay-light-box-horizontal-close,.photo-essay-light-box-vertical-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg,transparent,#000 152%);
    height: 4rem;
    display: flex;
    justify-content: flex-end;
    z-index: 3;
    align-items: center
}

.photo-essay-light-box-close .icon-clear,.photo-essay-light-box-horizontal-close .icon-clear,.photo-essay-light-box-vertical-close .icon-clear {
    padding: .5rem 1rem;
    cursor: pointer
}

.photo-essay-light-box-close .icon-clear:before,.photo-essay-light-box-horizontal-close .icon-clear:before,.photo-essay-light-box-vertical-close .icon-clear:before {
    font-size: 1.5rem
}

.photo-essay .vjs-big-play-button,.photo-essay .vjs-text-track-display,.photo-essay .vjs-title-bar {
    display: none
}
