@font-face {
  font-family: Gotham XNarrow;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/21A46BAE2B5D0CF5D.woff2") format("woff2");
}

@font-face {
  font-family: Gotham XNarrow;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/D7632D565C85109A8.woff2") format("woff2");
}

@font-face {
  font-family: emoji;
  src:
    local("Apple Color Emoji"), local("Android Emoji"), local("Segoe UI"),
    local(EmojiSymbols), local(Symbola);
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/JTUSjIg69CK48gW7PXoo9WdhyyTh89ZNpQ.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

body,
html {
  --text-opacity: 1;
  color: #404040;
  color: rgba(64, 64, 64, var(--text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 16px;
}
*,
body,
html {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
a {
  --text-opacity: 1;
  color: #2f7bbf;
  color: rgba(47, 123, 191, var(--text-opacity));
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
a:hover {
  --text-opacity: 1;
  color: #f68b1f;
  color: rgba(246, 139, 31, var(--text-opacity));
}
img {
  display: block;
  width: 100%;
  height: auto;
}

.page-wrapper[data-tenant="bild"] {
  --main-tenant-color: #d00;
  --secondary-tenant-color: #d00;
  --secondary-tenant-color-hsl-hover: 0 100% 33%;
  --teaser-linear-gradient: linear-gradient(
    rgba(33, 37, 41, 0),
    rgba(33, 37, 41, 0.7)
  );
  --text-shadow-headline: 0 2px 8px rgba(0, 0, 0, 0.6);
  --ressort-header-font:
    Gotham, Avenir Next, Helvetica Neue, sans-serif-black, Arial Narrow,
    Arial Nova, sans-serif;
  --ressort-header-color: #212529;
  --ressort-header-font-size-lg: 28px;
  --ressort-header-font-size-md: 22px;
  --ressort-header-font-size-sm: 22px;
  --ressort-header-line-height: 1.1;
  --breadcrumb-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --breadcrumb-font-size: 12px;
  --breadcrumb-font-weight: 700;
  --breadcrumb-line-height: 1.4;
  --breadcrumb-letter-spacing: 0;
  --footnote-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --footnote-font-size-sm: 16px;
  --footnote-line-height-sm: 1.3125;
  --footnote-font-size-lg: 18px;
  --footnote-line-height-lg: 1.278;
  --footnote-font-weight: 700;
  --teaser-title-padding-sm: 0 8px 12px;
  --teaser-title-padding-md: 0 12px 16px;
  --teaser-title-padding-lg: 0 12px 16px;
  --teaser-quad-title-padding-md: 0 16px 16px;
  --teaser-quad-title-padding-lg: 0 12px 16px;
  --teaser-mini-quad-title-padding-md: 0 8px 12px;
  --teaser-mini-quad-title-padding-lg: 0 8px 16px;
  --teaser-super-a-title-padding-lg: 0 16px 16px;
  --teaser-b-teaser-title-padding-lg: 0 8px 16px;
  --teaser-bc-teaser-title-padding-lg: 0 8px 16px;
  --teaser-double-a-teaser-title-padding-lg: 0 8px 16px;
  --teaser-a-teaser-mini-title-padding: 0 8px 12px;
  --teaser-title-align-items-overlay: center;
  --teaser-title-text-align-overlay: center;
  --teaser-text-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --teaser-text-font-style: normal;
  --teaser-text-font-size: 18px;
  --teaser-text-line-height: 1.3;
  --teaser-text-font-weight: 400;
  --kicker-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --kicker-font-style: normal;
  --kicker-background-color: #d00;
  --kicker-color: #d00;
  --kicker-0-font-size-lg: 30px;
  --kicker-0-line-height-lg: 1;
  --kicker-0-font-weight-lg: 700;
  --kicker-1-font-size-lg: 24px;
  --kicker-1-line-height-lg: 1;
  --kicker-1-font-weight-lg: 700;
  --kicker-2-font-size-lg: 20px;
  --kicker-2-line-height-lg: 1;
  --kicker-2-font-weight-lg: 700;
  --kicker-3-font-size-lg: 16px;
  --kicker-3-line-height-lg: 1;
  --kicker-3-font-weight-lg: 700;
  --kicker-0-font-size-md: 22px;
  --kicker-0-line-height-md: 1;
  --kicker-0-font-weight-md: 700;
  --kicker-1-font-size-md: 22px;
  --kicker-1-line-height-md: 1;
  --kicker-1-font-weight-md: 700;
  --kicker-2-font-size-md: 18px;
  --kicker-2-line-height-md: 1;
  --kicker-2-font-weight-md: 700;
  --kicker-3-font-size-md: 16px;
  --kicker-3-line-height-md: 1.1;
  --kicker-3-font-weight-md: 700;
  --kicker-0-font-size-sm: 18px;
  --kicker-0-line-height-sm: 1.1;
  --kicker-0-font-weight-sm: 700;
  --kicker-1-font-size-sm: 18px;
  --kicker-1-line-height-sm: 1.1;
  --kicker-1-font-weight-sm: 700;
  --kicker-2-font-size-sm: 16px;
  --kicker-2-line-height-sm: 1.1;
  --kicker-2-font-weight-sm: 700;
  --kicker-3-font-size-sm: 14px;
  --kicker-3-line-height-sm: 1.1;
  --kicker-3-font-weight-sm: 700;
  --headline-font:
    Gotham Cond, HelveticaNeue-CondensedBold, Helvetica Neue, Franklin Gothic,
    sans-serif-condensed, Arial Narrow, Arial Nova, sans-serif;
  --headline-font-style: normal;
  --headline-color: #212529;
  --headline-padding-lg: 0 16px;
  --headline-text-align-lg: center;
  --headline-text-align-md: center;
  --headline-text-align-sm: center;
  --headline-1-font-size-lg: 100px;
  --headline-1-line-height-lg: 1;
  --headline-1-font-weight-lg: 700;
  --headline-2-font-size-lg: 64px;
  --headline-2-line-height-lg: 1;
  --headline-2-font-weight-lg: 700;
  --headline-3-font-size-lg: 40px;
  --headline-3-line-height-lg: 1;
  --headline-3-font-weight-lg: 700;
  --headline-4-font-size-lg: 32px;
  --headline-4-line-height-lg: 1;
  --headline-4-font-weight-lg: 600;
  --headline-1-font-size-md: 72px;
  --headline-1-line-height-md: 1;
  --headline-1-font-weight-md: 700;
  --headline-2-font-size-md: 48px;
  --headline-2-line-height-md: 1;
  --headline-2-font-weight-md: 700;
  --headline-3-font-size-md: 36px;
  --headline-3-line-height-md: 1;
  --headline-3-font-weight-md: 700;
  --headline-4-font-size-md: 26px;
  --headline-4-line-height-md: 1;
  --headline-4-font-weight-md: 600;
  --headline-1-font-size-sm: 48px;
  --headline-1-line-height-sm: 1;
  --headline-1-font-weight-sm: 700;
  --headline-2-font-size-sm: 48px;
  --headline-2-line-height-sm: 1;
  --headline-2-font-weight-sm: 700;
  --headline-3-font-size-sm: 32px;
  --headline-3-line-height-sm: 1;
  --headline-3-font-weight-sm: 700;
  --headline-4-font-size-sm: 22px;
  --headline-4-line-height-sm: 1;
  --headline-4-font-weight-sm: 600;
  --sub-headline-font:
    Gotham Cond, HelveticaNeue-CondensedBold, Helvetica Neue, Franklin Gothic,
    sans-serif-condensed, Arial Narrow, Arial Nova, sans-serif;
  --sub-headline-font-style: normal;
  --sub-headline-color: #212529;
  --sub-headline-text-align-lg: center;
  --sub-headline-text-align-md: center;
  --sub-headline-text-align-sm: center;
  --sub-headline-1-font-size-lg: 36px;
  --sub-headline-1-line-height-lg: 1;
  --sub-headline-1-font-weight-lg: 700;
  --sub-headline-1-font-size-md: 32px;
  --sub-headline-1-line-height-md: 1;
  --sub-headline-1-font-weight-md: 700;
  --sub-headline-1-font-size-sm: 24px;
  --sub-headline-1-line-height-sm: 1;
  --sub-headline-1-font-weight-sm: 700;
  --sub-headline-padding-sm: 0 8px;
  --sub-headline-padding-md: 0 12px;
  --sub-headline-padding-lg: 0 16px;
  --cross-heading-color: #212529;
  --cross-heading-underline-color: #d00;
  --news-ticker-time-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --news-ticker-time-font-size-lg: 18px;
  --news-ticker-time-font-size-md: 16px;
  --news-ticker-time-font-size-sm: 16px;
  --news-ticker-spacing-sm: 22px;
  --news-ticker-spacing-md: 22px;
  --news-ticker-spacing-lg: 22px;
  --footer-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --footer-hover-color: #f52d2d;
  --button-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --button-font-style: normal;
  --button-1-font-size: 17px;
  --button-1-line-height: 1;
  --button-2-font-size: 15px;
  --button-2-line-height: 1;
  --special-navi-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --special-navi-hover-color-text: #212529;
  --special-navi-hover-color-line: #d00;
  --countdown-card-font:
    Gotham, Avenir Next, Helvetica Neue, sans-serif-black, Arial Narrow,
    Arial Nova, sans-serif;
  --countdown-label-font:
    Gotham Cond, HelveticaNeue-CondensedBold, Helvetica Neue, Franklin Gothic,
    sans-serif-condensed, Arial Narrow, Arial Nova, sans-serif;
  --countdown-card-size-sm: 60px;
  --countdown-card-size-md: 90px;
  --countdown-card-size-lg: 135px;
  --live-ticker-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --live-ticker-icon-color: #212529;
  --breaking-news-headline-font:
    Gotham, Avenir Next, Helvetica Neue, sans-serif-black, Arial Narrow,
    Arial Nova, sans-serif;
  --breaking-news-headline-background-color: #fd8227;
  --breaking-news-headline-color-1: #212529;
  --breaking-news-headline-color-2: #212529;
  --breaking-news-content-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --breaking-news-content-color: #fff;
  --breaking-news-content-background-color: #212529;
  --breaking-news-content-font-size: 21px;
  --breaking-news-headline-1-font-size-sm: 13px;
  --breaking-news-headline-1-font-size-md: 17px;
  --breaking-news-headline-2-font-size-sm: 23px;
  --breaking-news-headline-2-font-size-md: 30px;
  --video-recommendation-teaser-title-text-align: center;
  --video-recommendation-placeholder: url("/img/89326a8f7f2218e32062abde341c2ead7eba70c0.svg");
  --video-recommendation-content-text-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --video-recommendation-content-text-font-size-md: 16px;
  --video-recommendation-content-text-line-height-md: 1.3125;
  --video-recommendation-content-text-font-size-lg: 18px;
  --video-recommendation-content-text-line-height-lg: 1.2777;
  --video-banner-font-size-sm: 12px;
  --video-banner-font-size-md: 16px;
  --video-banner-font-size-lg: 18px;
  --video-banner-font-size-xl: 18px;
  --article-kicker-text-align-sm: center;
  --article-kicker-text-align-md: center;
  --article-kicker-text-align-lg: center;
  --article-author-font:
    Gotham, Avenir Next, Helvetica Neue, sans-serif-black, Arial Narrow,
    Arial Nova, sans-serif;
  --article-author-text-color: #212529;
  --article-author-font-size-lg: 16px;
  --article-author-line-height-lg: 1.3125;
  --article-author-font-size-md: 14px;
  --article-author-line-height-md: 1.2857;
  --article-author-font-size-sm: 12px;
  --article-author-line-height-sm: 1.3333;
  --body-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --body-color: #212529;
  --body-font-size: 21px;
  --body-line-height-lg: 1.5238;
  --body-line-height-sm: 1.3333;
  --article-figure-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --article-figure-caption-color: #212529;
  --article-figure-caption-font-size-lg: 18px;
  --article-figure-caption-line-height-lg: 1.375;
  --article-figure-caption-font-size-md: 18px;
  --article-figure-caption-line-height-md: 1.375;
  --article-figure-caption-font-size-sm: 16px;
  --article-figure-caption-line-height-sm: 1.2;
  --article-figure-meta-color: #495057;
  --article-figure-meta-line-height-lg: 1.2777777778;
  --article-figure-meta-line-height-sm: 1.3125;
  --article-figure-meta-font-size-lg: 18px;
  --article-figure-meta-font-size-sm: 16px;
  --caption-font:
    Gotham, Avenir Next, Helvetica Neue, sans-serif-black, Arial Narrow,
    Arial Nova, sans-serif;
  --caption-font-weight: 800;
  --caption-color: #212529;
  --caption-1-line-height-lg: 1.3;
  --caption-1-line-height-md: 1.3;
  --caption-1-line-height-sm: 1.3;
  --caption-1-uppercase-line-height: 1.1;
  --caption-1-font-size-lg: 20px;
  --caption-1-font-size-md: 18px;
  --caption-1-font-size-sm: 16px;
  --live-ticker-btn-size: 17px;
  --live-ticker-btn-line-height: 1.2;
  --live-ticker-btn-color: #d00;
  --cta-button-background-color: #d00;
  --cta-button-background-color-hover: #a00;
  --text-link-underline-color: #d00;
  --text-link-hover-color: #212529;
  --quotation-color: #fff;
  --quotation-background-color: #d00;
  --label-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --label-font-size: 12px;
  --label-font-weight: 700;
  --label-line-height: 1.2;
  --titled-icon-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --titled-icon-font-weight: 400;
  --titled-icon-font-size-sm: 12px;
  --titled-icon-font-height-sm: 1.17;
  --titled-icon-font-size-lg: 12px;
  --titled-icon-font-height-lg: 1.17;
  --nav-btn-font-size: 15px;
  --nav-btn-line-height: 3.2;
  --nav-btn-letter-spacing: 0;
  --nav-btn-padding: 0;
  --nav-btn-color: #495057;
  --nav-btn-color-hover: #212529;
  --nav-btn-background-color-hover: #d00;
  --nav-btn-border-color: #ced4da;
  --nav-btn-mobile-icon-color: #495057;
  --nav-btn-mobile-font-size: 17px;
  --nav-btn-mobile-line-height: 2.8235294118;
  --nav-btn-mobile-letter-spacing: 0;
  --nav-btn-ad-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --nav-btn-ad-font-size: 15px;
  --nav-btn-ad-line-height: 2.4;
  --nav-btn-ad-title-font: Arial Narrow, Arial Nova, sans-serif;
  --nav-btn-ad-title-font-size: 12px;
  --nav-btn-ad-title-line-height: 1.25;
  --nav-menu-back-color: #fff;
  --nav-menu-box-shadow-color: #e9ecef;
  --nav-menu-overflow-y: visible;
  --nav-menu-width: 828px;
  --nav-menu-padding: 12px 0 0 0;
  --nav-menu-logo-padding: 8px;
  --nav-fixed-menu-width: 920px;
  --nav-fixed-menu-padding-left: 0;
  --nav-fixed-menu-line-height: 3.7333333333;
  --nav-menu-util-padding-right: 0;
  --nav-menu-mobile-back-color: rgba(33, 37, 41, 0.6);
  --nav-burger-menu-color: #495057;
  --stage-feed-choice-chip-color: #212529;
  --stage-feed-choice-chip-background-color-hover: #af0000;
  --stage-feed-cross-heading-bottom-separator-color: #d00;
  --stage-feed-description-color: #495057;
  --stage-feed-item-marks-color: #495057;
  --stage-feed-item-mark-height: 23px;
  --navi-font:
    Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow,
    Arial Nova, sans-serif;
  --navi-font-style: normal;
  --navi-highlight-color: #212529;
}

/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
button {
  -webkit-appearance: button;
}

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

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

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

.page-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  height: 72px;
  left: 0;
  pointer-events: none;
  /*     position: sticky; */
  right: 0;
  top: 0;
  z-index: 651;
}

.page-header *,
.page-header :after,
.page-header :before {
  box-sizing: inherit;
}

.page-header a > *,
.page-header button > * {
  pointer-events: none;
}

.page-header img {
  max-width: 100%;
  vertical-align: middle;
}

.page-header__wrapper {
  background-color: var(--nav-menu-back-color);
  box-shadow: 0 0 10px 0 rgba(33, 37, 41, 0.25);
  display: flex;
  height: 100%;
  justify-content: space-between;
  pointer-events: auto;
  position: relative;
}

@media (min-width: 64em) {
  .page-header,
  .page-header__wrapper {
    height: 74px;
    width: 1024px;
  }

  .page-header__wrapper {
    background-color: #fff;
    box-shadow: none;
    justify-content: space-evenly;
    padding: var(--nav-menu-padding);
    transform-origin: left top;
    transition: height 0.4s ease-out;
    will-change: height;
  }
}
@media (max-width: 1024px) {
  .page-header {
    pointer-events: all;
  }
  .page-header__wrapper {
    overflow: auto visible;
    scrollbar-width: none;
  }
}

.page-header__logo {
  padding: var(--nav-menu-logo-padding);
}

.page-header__logo svg {
  display: block;
  height: 56px;
  pointer-events: auto;
  width: 56px;
}

@media (min-width: 64em) {
  .page-header__logo svg {
    height: 148px;
    transform-origin: left top;
    transition:
      width 0.4s ease-out,
      height 0.4s ease-out;
    width: 148px;
    will-change: width, height;
  }
}

@media (min-width: 64em) {
  .page-header__logo {
    padding: 0;
  }
}

[class*="ad-wrapper--mrec_btf"].ad-wrapper--mark:after {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 11px;
}

[class*="ad-wrapper--mrec_btf"].ad-wrapper--mark:after {
  color: #495057;
  content: "Anzeige";
  display: block;
  font-family:
    Gotham XNarrow,
    Avenir Next Condensed,
    sans-serif-condensed,
    Arial Narrow,
    Arial Nova,
    sans-serif;
  height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.ad-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.ad-wrapper :after,
.ad-wrapper :before {
  box-sizing: inherit;
  margin: 0;
}

@media print {
  .ad-wrapper {
    display: none;
  }
}

.breadcrumb h1 {
  display: inline;
  font-family: var(--breadcrumb-font);
  font-size: var(--breadcrumb-font-size);
  font-weight: var(--breadcrumb-font-weight);
  letter-spacing: var(--breadcrumb-letter-spacing);
  line-height: var(--breadcrumb-line-height);
}

@supports (--css: variables) {
}

.btn.btn--hidden-text .btn__icon ~ .btn__text {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  background-color: #e9ecef;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #495057;
  cursor: pointer;
  display: inline-flex;
  flex-basis: auto;
  font-family: var(--button-font);
  font-size: 17px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}

.btn *,
.btn :after,
.btn :before {
  box-sizing: inherit;
  margin: 0;
}

.btn > * {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn:active,
  .btn:hover {
    background-color: #cbd3da;
  }
}

.btn__icon {
  padding: 12px 10px 12px 16px;
}

.btn__icon svg {
  display: block;
  height: 24px;
  margin: auto;
  width: 24px;
}

.btn__icon ~ .btn__text {
  padding: 0 16px 0 0;
}

.btn__text {
  padding: 0 16px;
}

.btn--narrow {
  font-size: 15px;
  height: 36px;
}

.btn--narrow .btn__icon {
  padding: 6px 10px 6px 16px;
}

.btn.btn--hidden-text .btn__icon {
  padding: 12px 16px;
}

.btn.btn--hidden-text .btn__icon ~ .btn__text {
  padding: 0 16px 0 0;
}

@media (min-width: 64em) {
  .btn.btn--hidden-text .btn__icon {
    padding: 12px 10px 12px 16px;
  }
}

.checkbox__input:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

.page-footer {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 8px 60px;
}
.disclaimer {
  margin-bottom: 20px;
  h3 {
    font-size: 16px;
    margin-block: 10px;
    color: #848383;
    font-weight: 400;
  }
  h4 {
    font-size: 12px;
    margin-block: 10px;
    color: #a1a1a1;
    font-weight: 400;
  }
  p {
    font-size: 10px;
    margin-block: 4px;
    color: #b8b8b8;
  }
}
@media (min-width: 37.5em) {
  .page-footer {
    padding: 0 0 60px;
  }
}

@media (min-width: 64em) {
  .page-footer {
    padding: 0 0 80px;
  }
}

.page-footer__btn-container {
  display: flex;
  flex-flow: row wrap;
  max-width: 488px;
  margin: 0 auto;
}

.page-footer .btn {
  flex: 0 1 100%;
  margin: 0 auto 24px;
}

@media (min-width: 37.5em) {
  .page-footer .btn {
    flex: 0 1 236px;
  }
}

@media (min-width: 64em) {
  .page-footer .btn {
    flex: 0 1 236px;
  }
}

.page-footer .btn:first-of-type {
  margin: 0 auto 8px;
}

@media print {
  .page-footer {
    display: none;
  }
}

.page-footer__list {
  color: #495057;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--footer-font);
  font-weight: 700;
  justify-content: center;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;

  padding: 0;
}

.page-footer__list__item {
  font-size: 11px;
  line-height: 1.2727272727;
  margin-bottom: 4px;
  padding: 0 6px;
}

.page-footer__list__item a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

.page-footer__list__item a:active,
.page-footer__list__item a:hover {
  color: var(--footer-hover-color);
}

.subnav {
  justify-content: space-between;
}

.subnav__list {
  align-items: center;
  color: #495057;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--breadcrumb-font);
  font-size: var(--breadcrumb-font-size);
  font-weight: var(--breadcrumb-font-weight);
  letter-spacing: var(--breadcrumb-letter-spacing);
  line-height: var(--breadcrumb-line-height);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.subnav__list-item {
  padding-right: 5px;
}

.subnav__list-item a {
  color: inherit;
  padding-bottom: 1px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: box-shadow 0.25s;
  will-change: box-shadow;
}

.subnav__list-item a:active,
.subnav__list-item a:hover {
  box-shadow:
    inset 0 -1px #212529,
    inset 0 -26px #e9ecef;
}

.subnav__list-item--chevron:not(:last-child):after {
  content: "›";
  display: inline-block;
  padding-left: 3px;
}

.switch__input:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

/* .btn--menu.btn {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-basis: auto;
  flex-flow: column nowrap;
  height: 56px;
  margin-left: 16px;
  margin-top: 8px;
  outline: none;
  position: relative;
  width: 57px;
  z-index: 501;
}

.btn--menu.btn svg {
  height: 18px;
  width: 18px;
} */

/* .btn--menu:before {
  background-color: var(--nav-btn-border-color);
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 1px;
} */

/* .btn--menu .burger-icon-group__path {
  fill: var(--nav-burger-menu-color);
  transition:
    transform 0.4s ease-out,
    opacity 0.3s ease-out;
}

.btn--menu .burger-icon-group__path--top {
  transform-origin: 4px 4px;
}

.btn--menu .burger-icon-group__path--bottom {
  transform-origin: 2px 8px;
}

@media (min-width: 64em) {
  .btn--menu.btn {
    display: none;
  }
} */
.btn--menu.btn {
  display: none;
}

/* .navi {
  display: flex;
} */

/* @media (min-width: 64em) { */
.navi {
  display: block;
  transform-origin: left top;
  transition: width 0.4s ease-out;
  width: var(--nav-menu-width);
  will-change: width;
}
/* } */

/* @media (min-width: 64em) { */
.navi__links__main {
  box-shadow:
    inset 0 1px 0 var(--nav-menu-box-shadow-color),
    inset 0 -1px 0 var(--nav-menu-box-shadow-color);
}

.navi__links__main li span {
  transform-origin: left top;
  transition:
    line-height 0.4s ease-out,
    height 0.4s ease-out;
  will-change: line-height, height;
}

.navi__links__utils {
  align-items: center;
  height: 100px;
  padding-right: var(--nav-menu-util-padding-right);
  transform-origin: left top;
  transition:
    opacity 0.4s ease-out,
    height 0.4s ease-out,
    transform 0.4s ease-out;
  will-change: opacity, height, transform;
}
/* } */

.nav_btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #495057;
  cursor: pointer;
  display: flex;
  font-family: var(--label-font);
  padding: 0;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.nav_btn__icon {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: auto;
}

.nav_btn__icon svg {
  display: block;
}

.nav_btn__text {
  white-space: nowrap;
}

.nav_btn--text-bold {
  font-weight: 700;
}

.nav_btn--type-tile {
  align-items: center;
  border: 1px solid var(--nav-btn-border-color);
  border-radius: 8px;
  flex-flow: column nowrap;
  height: 84px;
  padding: 8px;
  width: 84px;
  will-change: border-color;
}

.nav_btn--type-tile:active,
.nav_btn--type-tile:hover {
  border-color: var(--nav-btn-background-color-hover);
}

.nav_btn--type-tile .nav_btn__icon {
  flex-grow: 1;
  flex-shrink: 1;
}

.nav_btn--type-tile .nav_btn__text {
  color: var(--nav-btn-color);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.25;
  padding-top: 4px;
}

.nav_btn--type-main:after {
  background-color: var(--nav-btn-border-color);
  bottom: 0;
  content: "";
  height: 1px;
  left: 16px;
  position: absolute;
  right: 0;
  will-change: background-color;
}

.nav_btn--type-main .nav_btn__text {
  font-size: var(--nav-btn-mobile-font-size);
  letter-spacing: var(--nav-btn-mobile-letter-spacing);
  line-height: var(--nav-btn-mobile-line-height);
}

.nav_btn--type-list {
  padding-left: 16px;
}

.nav_btn--type-list:after {
  background-color: var(--nav-btn-border-color);
  bottom: 0;
  content: "";
  height: 1px;
  left: 16px;
  position: absolute;
  right: 0;
  will-change: background-color;
}

.nav_btn--type-list .nav_btn__text {
  font-size: var(--nav-btn-mobile-font-size);
  letter-spacing: var(--nav-btn-mobile-letter-spacing);
  line-height: var(--nav-btn-mobile-line-height);
}

.nav_btn--type-ad-list {
  padding-left: 16px;
  text-transform: none;
}

.nav_btn--type-ad-list:after {
  background-color: var(--nav-btn-border-color);
  bottom: 0;
  content: "";
  height: 1px;
  left: 16px;
  position: absolute;
  right: 0;
  will-change: background-color;
}

.nav_btn--type-ad-list .nav_btn__text {
  font-size: var(--nav-btn-mobile-font-size);
  letter-spacing: var(--nav-btn-mobile-letter-spacing);
  line-height: var(--nav-btn-mobile-line-height);
}

.nav_btn--type-ad-list:after {
  content: none;
}

.nav_btn--type-ad-list .nav_btn__text {
  font-size: 17px;
  line-height: 2.1176470588;
}

.nav_btn--type-util {
  align-items: center;
  flex-flow: column nowrap;
  height: 48px;
  height: 56px;
  justify-content: space-between;
  justify-content: space-around;
  min-width: 56px;
}

.nav_btn--type-util .nav_btn__icon {
  height: 24px;
  min-width: 24px;
}

.nav_btn--type-util .nav_btn__text {
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  line-height: var(--label-line-height);
}

.nav_btn--type-util .nav_btn__text {
  display: none;
}

/* @media (min-width: 64em) { */
.nav_btn--type-list {
  color: var(--nav-btn-color);
}

.nav_btn--type-list .nav_btn__text {
  font-size: var(--nav-btn-font-size);
  letter-spacing: var(--nav-btn-letter-spacing);
  line-height: var(--nav-btn-line-height);
}

.nav_btn--type-list:active,
.nav_btn--type-list:hover {
  color: var(--nav-btn-color-hover);
}

.nav_btn--type-list:active:after,
.nav_btn--type-list:hover:after {
  background-color: var(--nav-btn-background-color-hover);
}

.nav_btn--type-main {
  color: var(--nav-btn-color);
  justify-content: center;
}

.nav_btn--type-main:after {
  content: none;
}

.nav_btn--type-main:active,
.nav_btn--type-main:hover {
  color: var(--nav-btn-color-hover);
}

.nav_btn--type-main:active .nav_btn__text:after,
.nav_btn--type-main:hover .nav_btn__text:after {
  background-color: var(--nav-btn-background-color-hover);
}

.nav_btn--type-main .nav_btn__text {
  font-size: var(--nav-btn-font-size);
  height: 48px;
  letter-spacing: var(--nav-btn-letter-spacing);
  line-height: var(--nav-btn-line-height);
  position: relative;
}

.nav_btn--type-main .nav_btn__text:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  will-change: background-color;
}

.nav_btn--type-ad-list {
  color: var(--nav-btn-color);
  font-family: var(--nav-btn-ad-font);
}

.nav_btn--type-ad-list .nav_btn__text {
  font-size: var(--nav-btn-ad-font-size);
  line-height: var(--nav-btn-ad-line-height);
}

.nav_btn--type-ad-list:active,
.nav_btn--type-ad-list:hover {
  color: var(--nav-btn-color-hover);
}

.nav_btn--type-util {
  height: 48px;
  justify-content: space-between;
  min-width: auto;
}

.nav_btn--type-util:active svg:not(.preserve-color) path,
.nav_btn--type-util:hover svg:not(.preserve-color) path {
  fill: var(--secondary-tenant-color);
}

.nav_btn--type-util .nav_btn__text {
  display: inline;
  display: initial;
}
/* } */

.nav-list {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-list li {
  list-style-type: none;
}

.nav-list--vertical {
  flex-flow: column nowrap;
}

.nav-list--grid {
  flex-flow: row wrap;
  margin: -4px;
  padding: 16px;
}

.nav-list--grid li {
  padding: 4px;
}

/* .nav-list--main {
  flex-flow: column nowrap;
} */

.nav-list--util-nav {
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 8px 0;
}

.nav-list--util-nav li:not(:first-child) {
  margin-left: 16px;
}

@media (min-width: 0) and (max-width: 63.9375em) {
  .nav-list--main:not(.nav-list--main--mobile) .nav_btn__text {
    padding-left: 16px;
  }
}

/* @media (min-width: 64em) { */
.nav-list--main {
  flex-flow: row nowrap;
  justify-content: space-between;
}

.nav-list--main li {
  flex-grow: 2;
}

.nav-list--main li:first-child,
.nav-list--main li:last-child {
  flex-grow: 1;
}

.nav-list--main li:first-child .nav_btn {
  justify-content: flex-start;
}

.nav-list--main li:last-child .nav_btn {
  justify-content: flex-end;
}

.nav-list--main .nav_btn__text {
  padding: var(--nav-btn-padding);
}

.nav-list--util-nav {
  padding: 0;
}

.nav-list--util-nav li:nth-child(2) {
  border-right: 1px solid #e9ecef;
  padding-right: 32px;
}

.nav-list--util-nav li:not(:first-child) {
  margin-left: 32px;
}
/* } */

/*.mobile-menu {
  background-color: var(--nav-menu-mobile-back-color);
  bottom: 0;
  height: 100vh;
  left: -100vw;
  opacity: 0;
  position: fixed;
  right: 100vw;
  top: 0;
  transform: translateZ(0);
  transition:
    opacity 0.4s ease-out,
    transform 0s 0.4s;
  will-change: opacity; 
}*/

/* .mobile-menu__wrapper {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  height: 100vh;
  max-width: 400px;
  overflow-y: auto;
  padding-bottom: 96px;
  position: relative;
  transform: translate3d(-400px, 0, 0);
  transform-origin: left top;
  transition: transform 0.4s ease-out;
  width: calc(100% - 56px);
  will-change: transform;
} */

.mobile-menu.no-animation {
  transform: none;
  transition: none;
}

/* @media (min-width: 64em) { */
.mobile-menu {
  background-color: transparent;
  height: auto;
  opacity: 1;
  position: static;
  transform: none;
}

.mobile-menu__wrapper {
  background-color: var(--nav-menu-back-color);
  height: auto;
  max-width: none;
  overflow-y: var(--nav-menu-overflow-y);
  padding-bottom: 0;
  scrollbar-width: none;
  transform: none;
  width: auto;
}

.mobile-menu__wrapper::-webkit-scrollbar {
  display: none;
}
/* } */

.submenu-wrapper {
  bottom: 0;
  height: 0;
  left: 0;
  perspective: 2200px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.submenu {
  background-color: var(--nav-menu-back-color);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.25);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: rotateX(-15deg) translate(-50%) scale(0.96);
  transform-origin: top;
  transition:
    transform 0.25s ease-in-out,
    opacity 0.25s ease-in-out,
    visibility 0s ease-in-out 0.25s;
  visibility: hidden;
  will-change: transform, opacity, visibility, left, height, width;
}

.submenu__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.submenu-content {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}

.submenu-content__left,
.submenu-content__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.submenu-content__left + .submenu-content__main {
  box-shadow: inset 1px 0 0 #ced4da;
  justify-content: flex-start;
}

.submenu-grid {
  overflow: hidden;
}

.submenu-grid--ad:before {
  color: #868e96;
  content: attr(data-ad-mark);
  display: block;
  font-family:
    Arial Narrow,
    Arial Nova,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  margin: 4px;
  padding-left: 1px;
  text-transform: uppercase;
  width: 100%;
}

.submenu-grid__wrapper:last-child .submenu-ruler {
  display: none;
}

.submenu-ruler {
  background-color: #ced4da;
  border: 0 solid transparent;
  height: 1px;
  margin: 0 16px;
}

.submenu-list:last-child li:last-child .nav_btn:after {
  content: none;
}

.submenu-list--ad {
  margin-bottom: 16px;
}

.submenu-list--ad:before {
  color: #868e96;
  content: attr(data-ad-mark);
  display: block;
  font-family: var(--nav-btn-ad-title-font);
  font-size: var(--nav-btn-ad-title-font-size);
  font-weight: 400;
  line-height: var(--nav-btn-ad-title-line-height);
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 16px;
  text-transform: uppercase;
  width: 100%;
}

.article-body {
  margin-bottom: 8px;
  padding: 0 16px;
}

@media (min-width: 37.5em) {
  .article-body {
    margin-bottom: 12px;
    padding: 0 72px;
  }
}

@media (min-width: 64em) {
  .article-body {
    margin-bottom: 16px;
    padding: 0 162px;
  }
}

.article-body > p {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height-sm);
  padding-bottom: 16px;
}

@media (min-width: 64em) {
  .article-body > p {
    line-height: var(--body-line-height-lg);
    padding-bottom: 32px;
  }
}

.article-body--conversion {
  margin-bottom: 0;
}

@media (min-width: 37.5em) {
  .article-body--conversion {
    margin-bottom: 0;
  }
}

.article-title {
  margin: 0 0 16px;
  padding: 0 16px;
}

@media (min-width: 37.5em) {
  .article-title {
    margin: 0 0 24px;
    padding: 0 72px;
  }
}

@media (min-width: 64em) {
  .article-title {
    margin: 0 0 32px;
    padding: var(--headline-padding-lg);
  }
}

.article-title__separator {
  display: none;
}

.article-title__headline {
  color: var(--headline-color);
  display: block;
  font-family: var(--headline-font);
  font-size: var(--headline-1-font-size-sm);
  font-style: var(--headline-font-style);
  font-weight: var(--headline-1-font-weight-sm);
  line-height: var(--headline-1-line-height-sm);
  text-align: var(--headline-text-align-sm);
  white-space: pre-line;
}

@media (min-width: 37.5em) {
  .article-title__headline {
    font-size: var(--headline-1-font-size-md);
    line-height: var(--headline-1-line-height-md);
    text-align: var(--headline-text-align-md);
  }
}

@media (min-width: 64em) {
  .article-title__headline {
    font-size: var(--headline-1-font-size-lg);
    line-height: var(--headline-1-line-height-lg);
    text-align: var(--headline-text-align-lg);
  }
}

.article-title__kicker {
  color: var(--kicker-color);
  display: block;
  font-family: var(--kicker-font);
  font-size: var(--kicker-0-font-size-sm);
  font-style: var(--kicker-font-style);
  font-weight: var(--kicker-0-font-weight-sm);
  line-height: var(--kicker-0-line-height-sm);
  margin-bottom: 8px;
  text-align: var(--article-kicker-text-align-sm);
  text-transform: uppercase;
}

@media (min-width: 37.5em) {
  .article-title__kicker {
    font-size: var(--kicker-0-font-size-md);
    line-height: var(--kicker-0-line-height-md);
    margin-bottom: 12px;
    text-align: var(--article-kicker-text-align-md);
  }
}

@media (min-width: 64em) {
  .article-title__kicker {
    font-size: var(--kicker-0-font-size-lg);
    line-height: var(--kicker-0-line-height-lg);
    margin-bottom: 16px;
    text-align: var(--article-kicker-text-align-lg);
  }
}

.page-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

.page-content {
  background-color: #fff;
  position: relative;
}

.breaking-news {
  margin: 0 0 8px;
}

@media (min-width: 37.5em) {
  .breaking-news {
    margin: 0 0 12px;
  }
}

@media (min-width: 64em) {
  .breaking-news {
    margin: 16px;
  }
}

.main-content {
  margin: 8px 0 40px;
  overflow-x: hidden;
}

@media (min-width: 37.5em) {
  .main-content {
    margin: 12px 0 60px;
  }
}

@media (min-width: 64em) {
  .main-content {
    margin: 16px 0 80px;
  }
}

.main-content > article {
  margin-top: 8px;
}

@media (min-width: 37.5em) {
  .main-content > article {
    margin-top: 12px;
  }
}

@media (min-width: 64em) {
  .main-content > article {
    margin-top: 16px;
  }
}

.breadcrumb {
  /* display: none; */
  display: flex;
  margin: 16px 0;
  padding: 0 16px;
}

@media print {
  .breadcrumb {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .breadcrumb {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 820px) {
  .breadcrumb {
    overflow: auto;
  }
  .breadcrumb ol {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
:after,
:before {
  box-sizing: inherit;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
a:focus,
a:hover {
  -webkit-tap-highlight-color: transparent;
}

a[href],
button {
  touch-action: manipulation;
}

a > *,
button > * {
  pointer-events: none;
}

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

@media print {
  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
}

[class*="ad-wrapper--mrec_btf"] {
  margin-top: 8px;
}

@media (min-width: 37.5em) {
  [class*="ad-wrapper--mrec_btf"] {
    margin-top: 12px;
  }
}

@media (min-width: 64em) {
  [class*="ad-wrapper--mrec_btf"] {
    margin-top: 16px;
  }
}

@media print {
  body {
    display: none !important;
  }
}
:root {
  --mainColor: linear-gradient(98deg, #df48e1, #7b0083);
  --text: #000000;
  --input-color: #000;
  --valid-input-color: #000;
}

#form {
  border: none;
  border-radius: 50px;
  max-width: 560px;
  margin: 40px auto;
  font-family: sans-serif;
  box-shadow: 0px 0px 10px #00000030;
  padding-bottom: 40px;
  padding-inline: 6px;
  scroll-margin-top: 100px;
}

.form-wrapper {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.Contact-Us-Title {
  text-align: center;
  padding: 40px 25px;
  font-size: 30px;
  background: none;
  background-image: linear-gradient(98deg, #df48e1, #7b0083);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 0;
}
@media (max-width: 767px) {
  .Contact-Us-Title {
    font-size: 24px;
  }
}

.article-title .article-title__headline {
  font-size: 48px !important;
}

@media (max-width: 767px) {
  .article-title .article-title__headline {
    font-size: 28px !important;
  }
}

.info__imp {
  font-style: italic;
  border-left: 5px solid #d10a10;
  padding-left: 5px;
  padding-bottom: 0 !important;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  font-family: sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

:root {
  --text-color: #1d2228;
  --blue: #052962;
  --white: #ffffff;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

blockquote {
  border-left: 3px solid #00568c;
  padding-right: 10px;
  padding-left: 20px !important;
  margin: 10px 15px;
}

blockquote p {
  color: #202020;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.article-body > p,
h2 {
  padding: 7px 0 7px;
}

.article-body a:not(.offer-link):not(.num-link) {
  color: red !important;
  text-decoration: none !important;
}
.article-body .num-link {
  color: #404040;
  text-decoration: none;
}
.article-body .num-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hhhh {
    display: none;
  }
}

.quote {
  padding: 15px;
  padding-top: 0;
  font-style: italic;
  font-size: 1.1rem !important;
}

:root {
  --root-width: 100%;
  --root-max-width: none;
  --root-padding-left: 32px;
  --root-padding-top: 32px;
  --root-padding-right: 32px;
  --root-padding-bottom: 32px;
  --root-overflow: hidden;
  --root-bg: rgba(255, 255, 255, 1);
  --root-color: rgba(15, 15, 15, 1);
  --button-primary-bg: rgba(15, 15, 15, 1);
  --button-primary-hover-bg: rgba(28, 28, 28, 1);
  --button-primary-color: rgba(15, 15, 15, 1);
  --button-secondary-bg: rgba(230, 230, 230, 1);
  --button-secondary-hover-bg: rgba(217, 217, 217, 1);
  --button-secondary-color: rgba(15, 15, 15, 1);
  --button-normal-bg: rgba(15, 15, 15, 0.05);
  --button-normal-color: rgba(15, 15, 15, 1);
  --input-bg: rgba(15, 15, 15, 0.05);
  --input-color: rgba(15, 15, 15, 1);
  --input-placeholder-color: rgba(15, 15, 15, 0.5);
  --icon-close: url("/img/992a49853bb509b6290ea0a9bb3fdb1396c986fa.svg");
  --icon-back: url("/img/c231ed8f1c7f1bbb148bc5c5dbef6c1e77d9daaf.svg");
  --icon-caret: url("/img/4491756e5535cc8c7977d21be9042e4962208f2a.svg");
  --icon-arrow: url("/img/4491756e5535cc8c7977d21be9042e4962208f2a.svg");
  --icon-checkmark: url("/img/5e1f8626b85f9a53ca99b20532eeddef5a0bb905.svg");
}
/*banner*/
.banner-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}
.banner-bottom p {
  margin-bottom: 10px;
  color: #000;
}
.banner-bottom .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 42px;
  padding: 6px 25px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
/*comments*/
.nilfsn-main__comments {
  --comments-text-color: #000;
  margin: 50px 0;
  padding: 20px 80px;
  font-family: Arial;
}
.nilfsn-main__comments .comments__title {
  margin: 0 0 14px 0;
  color: var(--comments-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 6px;
  border-bottom: 1px solid #2c2c2c;
}
.nilfsn-main__comments .comments__add .textarea-wrapp {
  background: #fff;
  border-radius: 8px;
}
.nilfsn-main__comments .comments__textarea {
  width: 100%;
  height: 120px;
  padding: 9px;
  border-radius: 8px;
  resize: none;
  outline: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.21);
  color: var(--comments-text-color);
  font-family: Consolas;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.nilfsn-main__comments .comments__textarea ::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #999;
}
.nilfsn-main__comments .comments__list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 8px 0;
}
.nilfsn-main__comments .comments__comment {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 43px;
  padding-top: 10px;
}
.nilfsn-main__comments .comments__comment > img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.nilfsn-main__comments .comments__comment.sub {
  margin-top: 24px;
  border-bottom: none;
  padding-bottom: 10px;
}
.nilfsn-main__comments .comment__author {
  color: #3b5998;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.nilfsn-main__comments .comment__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 24px 0;
}
.nilfsn-main__comments .comment__text .text-img {
  display: flex;
  max-width: 200px;
  object-fit: contain;
  margin-top: 13px;
}
.nilfsn-main__comments .comment__tools {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #3b5998;
  padding-left: 32px;
}
.nilfsn-main__comments .comment__tools .hrs {
  color: rgba(0, 0, 0, 0.44);
  font-weight: 400;
  line-height: 17px;
}
.nilfsn-main__comments .comment__tools .hrs::before {
  content: "";
  position: relative;
  transform: translateY(-3px);
  display: inline-block;
  width: 2px;
  height: 2px;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 50%;
  margin: 0 7px 0 0;
}
.nilfsn-main__comments .comments__toolse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e9ebee;
}
.nilfsn-main__comments .comments__toolse .comm-count {
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.6px;
}
.nilfsn-main__comments .comments__toolse .comm-filter {
  display: flex;
  align-items: center;
  color: #4b4f56;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
}
.nilfsn-main__comments .comments__toolse .comm-filter .comm-filter-btn {
  display: flex;
  width: 57px;
  height: 24px;
  padding: 1px 9px;
  justify-content: center;
  align-items: flex-end;
  gap: 2.05px;
  border-radius: 2px;
  border: 1px solid #ced0d4;
  background: #f6f7f9;
  color: #4b4f56;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.6px;
  margin-left: 10px;
}

@media (max-width: 743px) {
  .nilfsn-main__comments {
    padding: 20px;
  }
  .nilfsn-main__comments .comments__title {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .nilfsn-main__comments .comments__comment.sub .comment__tools {
    margin-left: -66px;
  }
  .nilfsn-main__comments .comment__author {
    font-size: 16px;
  }
  .nilfsn-main__comments .comment__text {
    font-size: 14px;
  }
  .nilfsn-main__comments .comment__tools {
    gap: 8px;
    padding-left: 0;
  }
}
@media (max-width: 374px) {
  .nilfsn-main__comments .comments__comment.sub .comment__tools {
    margin-left: -132px;
  }
  .nilfsn-main__comments .comment__tools {
    margin-left: -66px;
  }
}
