@import "https://fonts.googleapis.com/icon?family=Material+Icons";

.dark_theme {
  background-color: #000;
}
.dark_theme b {
  color: #fff;
}
.dark_theme a {
  opacity: 1;
  font-family: Lora;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-position: under;
}
.dark_theme a,
.dark_theme a:hover {
  color: rgba(154, 205, 50, 0.5);
  transition: all 0.2s ease-in-out;
}
.dark_theme a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dark_theme ul {
  list-style-type: none;
  font-size: 1.2rem;
}
.dark_theme .t-link--lo-emphasis {
  opacity: 1;
  color: inherit !important;
  font-family: Lora;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  transition: all 0.2s ease-in-out;
}
.dark_theme .t-link--lo-emphasis:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dark_theme .t-text-md {
  color: #fff;
  font-family: Lora;
  font-weight: 400;
}
@media (max-width: 480px) {
  .dark_theme .t-text-md {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-text-md {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-text-md {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-text-md {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-text-md {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-text-md {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-text-md {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-text-md {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-text-md {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-text-md {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.dark_theme .t-text-sm {
  color: #fff;
  font-family: Lora;
  font-weight: 400;
}
@media (max-width: 480px) {
  .dark_theme .t-text-sm {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-text-sm {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-text-sm {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-text-sm {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-text-sm {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-text-sm {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-text-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-text-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-text-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-text-sm {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.dark_theme .t-text-xs {
  color: #fff;
  font-family: Lora;
  font-weight: 400;
}
@media (max-width: 480px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-text-xs {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-text-xs {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-text-xs {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.dark_theme .t-heading-h1 {
  color: #fff;
  font-family: Playfair;
  font-weight: 400;
}
@media (max-width: 480px) {
  .dark_theme .t-heading-h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-heading-h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-heading-h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.dark_theme .t-heading-h2 {
  color: #fff;
  font-family: Playfair;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dark_theme .t-heading-h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-heading-h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-heading-h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-heading-h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-heading-h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-heading-h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-heading-h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-heading-h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-heading-h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-heading-h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.dark_theme .t-heading-h3 {
  color: #fff;
  font-family: Lora;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dark_theme .t-heading-h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-heading-h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-heading-h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-heading-h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-heading-h3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-heading-h3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-heading-h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-heading-h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-heading-h3 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-heading-h3 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.dark_theme .t-heading-h4 {
  color: #fff;
  font-family: Playfair;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dark_theme .t-heading-h4 {
    font-size: 1.9rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-heading-h4 {
    font-size: 1.9rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-heading-h4 {
    font-size: 1.9rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-heading-h4 {
    font-size: 1.9rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-heading-h4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-heading-h4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-heading-h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-heading-h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-heading-h4 {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-heading-h4 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
.dark_theme .t-heading-h5 {
  color: #fff;
  font-family: Playfair;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-heading-h5 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-heading-h5 {
    line-height: 2rem;
    line-height: 2.2rem;
  }
}
.dark_theme .t-heading-h6 {
  color: #fff;
  font-family: Playfair;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 2001px) {
  .dark_theme .t-heading-h6 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.light_theme b {
  color: #222;
}
.light_theme a {
  opacity: 1;
  text-decoration: underline;
  text-underline-position: under;
}
.light_theme a,
.light_theme a:hover {
  color: #215ba2;
  transition: all 0.2s ease-in-out;
}
.light_theme a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.light_theme ul {
  list-style-type: none;
}
.light_theme .t-sans {
  font-family: var(--sans) !important;
  font-size: 120%;
}
.light_theme .t-link--lo-emphasis {
  opacity: 1;
  color: inherit !important;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  transition: all 0.2s ease-in-out;
}
.light_theme .t-link--lo-emphasis:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.light_theme .t-text-md {
  color: rgba(0, 0, 0, 0.8);
  font-variation-settings: "wdth" 500, "wght" 400, "opsz" 36;
  font-size: 1.8rem;
}
.light_theme .t-text-sm {
  color: rgba(0, 0, 0, 0.8);
  font-variation-settings: "wdth" 500, "wght" 400, "opsz" 48;
  font-size: 1.1rem;
}
.light_theme .t-text-xs {
  color: rgba(0, 0, 0, 0.8);
  font-variation-settings: "wdth" 500, "wght" 400, "opsz" 48;
  font-size: 0.9rem;
}
.light_theme .t-heading-h1 {
  color: #222;
  font-variation-settings: "wdth" 700, "wght" 600, "opsz" 48;
  font-size: 3.6rem;
}
.light_theme .t-heading-h2 {
  color: #222;
  font-variation-settings: "wdth" 700, "wght" 600, "opsz" 48;
  font-size: 3rem;
}
.light_theme .t-heading-h3 {
  color: #222;
  font-variation-settings: "wdth" 700, "wght" 600, "opsz" 36;
  font-size: 2rem;
}
.light_theme .t-heading-h4 {
  color: #222;
  font-variation-settings: "wdth" 700, "wght" 700, "opsz" 36;
  font-size: 1.8rem;
}
.light_theme .t-heading-h5 {
  color: #222;
  font-variation-settings: "wdth" 500, "wght" 700, "opsz" 18;
  font-size: 1.6rem;
}
.light_theme .t-heading-h6 {
  color: #222;
  font-variation-settings: "wdth" 500, "wght" 700, "opsz" 18;
  font-size: 1.1rem;
}
.u-clear {
  clear: both;
  font-size: 0;
  display: block;
  height: 0;
  overflow: hidden;
  line-height: 0px;
}
.u-hidden {
  display: none;
}
.u-right {
  float: right;
}
.u-left {
  float: left;
}
.u-full-width {
  width: 100%;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-display-flex {
  display: flex;
}
.u-flex-justify-content-between {
  justify-content: space-between;
}
.u-emphasis-high {
  color: #222 !important;
}
.u-emphasis-md {
  color: rgba(0, 0, 0, 0.5) !important;
}
.u-emphasis-low {
  color: #d8d8d8 !important;
}
.u-inner-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  width: 80%;
}
.u-no-top-border {
  border-top: none !important;
}
.dark_theme .MuiTextField-root {
  width: 100%;
}
.dark_theme .MuiTextField-root .MuiInput-root:hover:not(.Mui-disabled):before,
.dark_theme .MuiTextField-root .MuiInput-underline:after {
  display: none;
}
.dark_theme .MuiTextField-root .MuiInput-root.Mui-focused {
  border: 1px solid #215ba2;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 15px -15px rgba(36, 34, 68, 0.3),
    0 1px 4px 0 rgba(42, 41, 55, 0.3);
}
.dark_theme .MuiTextField-root .MuiInput-root {
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 1px 4px 0 rgba(42, 41, 55, 0.3);
}
.dark_theme .MuiTextField-root .MuiInput-root:before {
  display: none;
}
.dark_theme .MuiTextField-root .MuiInputBase-inputAdornedStart {
  padding-left: 0;
}
.dark_theme .MuiTextField-root .MuiInputBase-inputAdornedEnd {
  padding-right: 0;
}
.dark_theme .MuiTextField-root .MuiInputAdornment-standard button {
  color: #fff;
}
.dark_theme .MuiInputBase-input {
  color: #fff;
  font-size: 1.3rem;
  padding: 1.2rem;
  caret-color: #215ba2;
}
.light_theme .MuiTextField-root {
  width: 100%;
}
.light_theme .MuiTextField-root .MuiInput-root:hover:not(.Mui-disabled):before,
.light_theme .MuiTextField-root .MuiInput-underline:after {
  display: none;
}
.light_theme .MuiTextField-root .MuiInput-root.Mui-focused {
  border: 1px solid #215ba2;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 15px 15px -15px rgba(36, 34, 68, 0.3),
    0 1px 4px 0 rgba(42, 41, 55, 0.3);
}
.light_theme .MuiTextField-root .MuiInput-root {
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 1px 4px 0 rgba(42, 41, 55, 0.3);
}
.light_theme .MuiTextField-root .MuiInput-root:before {
  display: none;
}
.light_theme .MuiTextField-root .MuiInputBase-inputAdornedStart {
  padding-left: 0;
}
.light_theme .MuiTextField-root .MuiInputBase-inputAdornedEnd {
  padding-right: 0;
}
.light_theme .MuiTextField-root .MuiInputAdornment-standard button {
  color: #222;
}
.light_theme .MuiInputBase-input {
  color: #222;
  font-size: 1.3rem;
  padding: 1.2rem;
  caret-color: #215ba2;
}
.dark_theme .checkbox-small .MuiSvgIcon-root {
  font-size: 2rem;
  color: rgba(33, 91, 162, 0.8);
}
.dark_theme .checkbox-small .MuiFormControlLabel-label {
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  top: 0.1rem;
}
.dark_theme .checkbox-small .Mui-disabled .MuiSvgIcon-root,
.dark_theme .checkbox-small .Mui-disabled.MuiFormControlLabel-label {
  color: #c9c8ce;
}
.dark_theme .checkbox-medium .MuiSvgIcon-root {
  color: rgba(33, 91, 162, 0.8);
  font-size: 2.4rem;
}
.dark_theme .checkbox-medium .MuiFormControlLabel-label {
  color: #fff;
  font-size: 1.5rem;
}
.dark_theme .checkbox-medium .Mui-disabled .MuiSvgIcon-root,
.dark_theme .checkbox-medium .Mui-disabled.MuiFormControlLabel-label {
  color: #c9c8ce;
}
.dark_theme .checkbox-large .MuiSvgIcon-root {
  color: rgba(33, 91, 162, 0.8);
  font-size: 3rem;
}
.dark_theme .checkbox-large .MuiFormControlLabel-label {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  top: 0.1rem;
}
.dark_theme .checkbox-large .Mui-disabled .MuiSvgIcon-root,
.dark_theme .checkbox-large .Mui-disabled.MuiFormControlLabel-label {
  color: #c9c8ce;
}
.light_theme .checkbox-small .MuiSvgIcon-root {
  font-size: 2rem;
  color: #215ba2;
}
.light_theme .checkbox-small .MuiFormControlLabel-label {
  color: #215ba2;
  font-size: 1.3rem;
  position: relative;
  top: 0.1rem;
}
.light_theme .checkbox-small .Mui-disabled .MuiSvgIcon-root,
.light_theme .checkbox-small .Mui-disabled.MuiFormControlLabel-label {
  color: rgba(0, 0, 0, 0.5);
}
.light_theme .checkbox-medium .MuiSvgIcon-root {
  color: #215ba2;
  font-size: 2.4rem;
}
.light_theme .checkbox-medium .MuiFormControlLabel-label {
  color: #215ba2;
  font-size: 1.5rem;
}
.light_theme .checkbox-medium .Mui-disabled .MuiSvgIcon-root,
.light_theme .checkbox-medium .Mui-disabled.MuiFormControlLabel-label {
  color: rgba(0, 0, 0, 0.5);
}
.light_theme .checkbox-large .MuiSvgIcon-root {
  color: #215ba2;
  font-size: 3rem;
}
.light_theme .checkbox-large .MuiFormControlLabel-label {
  color: #215ba2;
  font-size: 1.8rem;
  position: relative;
  top: 0.1rem;
}
.light_theme .checkbox-large .Mui-disabled .MuiSvgIcon-root,
.light_theme .checkbox-large .Mui-disabled.MuiFormControlLabel-label {
  color: rgba(0, 0, 0, 0.5);
}
.MuiCard-root .MuiCardHeader-title {
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.MuiCard-root .MuiCardHeader-subheader {
  font-family: Playfair Display, serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0.8;
}
.MuiPagination-root .MuiPaginationItem-text {
  font-size: 1.3rem;
}
.MuiLinearProgress-root {
  background-color: rgba(33, 91, 162, 0.2) !important;
}
.MuiLinearProgress-bar {
  background-color: #215ba2 !important;
}
.article_body table {
  border-collapse: collapse;
  border: 0;
}
.article_body table tr:nth-child(2n) {
  background-color: rgba(33, 91, 162, 0.1);
}
.article_body table th {
  text-align: left;
  padding: 0.5rem;
  background-color: rgba(33, 91, 162, 0.5);
}
.article_body table td {
  padding: 0.5rem;
}
.quiz-app {
  width: 99% !important;
  box-sizing: content-box;
  border: 1px solid #d3d3d3;
  background-color: #fafafa;
  background-size: cover;
}
.quiz-app img {
  width: 100%;
}
.quiz-app .quiz-content {
  margin: 0 2em;
}
.quiz-app .quiz-description {
  margin-bottom: 1em;
}
.quiz-app .quiz-description p {
  margin: 0;
  font-size: 1.1em;
  line-height: 160%;
}
.quiz-app .quiz-description p a,
.quiz-app .quiz-description p a:hover {
  color: #000;
}
.quiz-app .quiz-question-title {
  text-align: initial !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  margin-bottom: 0.25em !important;
}
.quiz-app .quiz-question-image {
  display: inline-block;
  vertical-align: top;
  width: 45% !important;
  margin: 0 4% 0 0;
}
.quiz-app .quiz-answer-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.quiz-app div,
.quiz-app h2,
.quiz-app p {
  color: #000;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.quiz-app h2.quiz-title {
  font-weight: 700;
}
.quiz-app.category-2 {
  background-image: url(/static/christmas_bg/red-bokeh-christmas-background.jpg);
}
.quiz-app.category-2 div,
.quiz-app.category-2 h2,
.quiz-app.category-2 p {
  color: #fff;
}
.quiz-app.category-2 form input {
  border-bottom: 1px solid #fff !important;
}
.quiz-app.category-2 form .form_cb_label {
  color: #fff !important;
}
.quiz-app.category-2 form [type="checkbox"] + span:not(.lever):before {
  border: 2px solid #fff !important;
}
.quiz-app.category-2 form [type="checkbox"]:checked + span:not(.lever):before {
  border-color: transparent #fff #fff transparent !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.quiz-app .butt_answer {
  padding: 0.25em 0.5em;
  color: #000 !important;
  background-color: #fff;
  margin-bottom: 9px;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
.quiz-app .butt_answer:hover {
  background-color: #eaeaea;
}
.quiz-app .answer-mark {
  padding-right: 5px;
  font-weight: bolder;
}
.quiz-app .input {
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid gray !important;
}
.quiz-app .quiz-button {
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.4);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, Segoe UI, Liberation Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}
.quiz-app .quiz-delo:focus,
.quiz-app .quiz-delo:hover {
  background-color: #1f5ab1;
}
.quiz-app .quiz-delo:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, 0.15);
}
.quiz-app .quiz-delo:active {
  background-color: #1f5ab1;
  box-shadow: none;
}
.quiz-app .quiz-delo {
  background-color: #1f5ab1 !important;
  color: #fff;
  padding: 10px;
}
.quiz-app .quiz-sn:focus,
.quiz-app .quiz-sn:hover {
  background-color: #c60001;
}
.quiz-app .quiz-sn:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, 0.15);
}
.quiz-app .quiz-sn:active {
  background-color: #c60001;
  box-shadow: none;
}
.quiz-app .quiz-sn {
  background-color: #c60001 !important;
  color: #fff;
  padding: 10px;
}
.quiz-app .quiz-ok {
  background-color: #9acd32 !important;
  color: #fff;
  padding: 10px;
}
.quiz-app .quiz-ok:focus,
.quiz-app .quiz-ok:hover {
  background-color: #9acd32;
}
.quiz-app .quiz-ok:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, 0.15);
}
.quiz-app .quiz-ok:active {
  background-color: #9acd32;
  box-shadow: none;
}
.quiz-app .form-error {
  color: #c60001;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 3px;
}
.quiz-app .quiz-right {
  text-align: right;
}
.quiz-app .form_cb_label {
  padding-left: 10px;
  font-size: 12px;
  line-height: 9px !important;
}
.quiz-app .quiz-header img {
  text-align: center;
}
.quiz-app a.terms,
.quiz-app a.terms:hover {
  color: #fff;
  font-size: 12px;
  padding-left: 6px;
}
.quiz-app .radio-item {
  position: relative;
  padding: 3px;
  border: 1px solid gray;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.quiz-app .radio-item input[type="radio"] {
  display: none;
}
.quiz-app .radio-item label {
  color: gray;
  font-weight: 400;
  cursor: pointer;
}
.quiz-app .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  background-color: transparent;
}
.quiz-app .radio-item label.delo-label:before {
  border: 2px solid #004c97;
}
.quiz-app .radio-item label.sn-label:before {
  border: 2px solid #c60001;
}
.quiz-app .radio-item label.ok-label:before {
  border: 2px solid #9acd32;
}
.quiz-app .radio-item input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 5px;
  content: " ";
  display: block;
}
.quiz-app .radio-item input[type="radio"].delo-radio:checked + label:after {
  background: #004c97;
}
.quiz-app .radio-item input[type="radio"].sn-radio:checked + label:after {
  background: #c60001;
}
.quiz-app .radio-item input[type="radio"].ok-radio:checked + label:after {
  background: #9acd32;
}
.quiz-app .paginator {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.quiz-app .paginator-back {
  display: inline-block;
  width: 50%;
  text-align: right;
  align-items: end;
  padding-right: 5px;
}
.quiz-app .paginator-next {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.quiz-app .row-result {
  padding-bottom: 20px;
}
.quiz-app .form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  line-height: 12px !important;
}
.quiz-app .form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000;
  outline: 0;
  font-size: 1.3rem;
  color: #000;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.quiz-app .form__field::placeholder {
  color: transparent;
}
.quiz-app .form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}
.quiz-app .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #000;
}
.quiz-app .form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-color: #000;
  border-image-slice: 1;
}
.quiz-app .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}
.quiz-app .form__field:invalid,
.quiz-app .form__field:required {
  box-shadow: none;
}
@media only screen and (max-width: 1220px) {
  .quiz-app .quiz-question-image {
    width: 100% !important;
  }
  .quiz-app .quiz-answer-box {
    width: 100% !important;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 992px) {
  .quiz-app .quiz-question-image {
    width: 45% !important;
  }
  .quiz-app .quiz-answer-box {
    width: 50% !important;
    padding-top: 0;
  }
}
@media only screen and (max-width: 875px) {
  .quiz-app .quiz-question-image {
    width: 100% !important;
  }
  .quiz-app .quiz-answer-box {
    width: 100% !important;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .quiz-app .quiz-question-image {
    width: 45% !important;
  }
  .quiz-app .quiz-answer-box {
    width: 50% !important;
    padding-top: 0;
  }
}
@media only screen and (max-width: 560px) {
  .quiz-app .quiz-question-image {
    width: 100% !important;
  }
  .quiz-app .quiz-answer-box {
    width: 100% !important;
    padding-top: 1em;
  }
}
.teaser__image_wrapper {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  background-size: 20%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.teaser__image {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-image: url(/images/placeholder.svg);
}
.teaser__icons_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.teaser__supertitle_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #215ba2;
  max-width: calc(100% - 3.2rem);
}
.teaser__title_link {
  box-sizing: border-box;
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding-top: 0.3em;
  text-decoration: none !important;
  color: #000;
  font-weight: inherit;
  display: block;
}
.teaser__title_link h3 br {
  display: inline-block;
  width: 100%;
  content: "*";
  margin-bottom: 0.3em;
}
.teaser__title_link:hover .t-heading-h4 {
  color: #4586c0;
}
.teaser__auto_height {
  height: auto !important;
}
.teaser__bg_sand {
  background-color: #f7f4f0;
}
.teaser__bg_sand .teaser_vertical__box2 {
  padding: 0 1rem 1rem;
}
.teaser__bg_light_blue {
  background-color: #e3ecfb;
}
.teaser__bg_light_blue .teaser_vertical__box2 {
  padding: 0 1rem 1rem;
}
.teaser__horizontal_left_archive {
  display: grid;
  grid-template-columns: 8rem 25% 1fr;
  grid-template-rows: max-content;
  grid-template-areas: "a b c";
  grid-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.teaser__horizontal_left_archive_box1 {
  text-align: right;
  color: #215ba2;
}
.teaser__horizontal_left_archive_box1 .time {
  font-size: 2.2rem;
}
.teaser__horizontal_left_archive_box1 .date {
  font-size: 1.2rem;
  color: #222;
}
@media (max-width: 480px) {
  .teaser__horizontal_left_archive {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a" "b" "c";
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__horizontal_left_archive {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a" "b" "c";
  }
}
@media (max-width: 480px) {
  .teaser__horizontal_left_archive .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_left_archive .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__horizontal_left_archive .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_left_archive .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .teaser__horizontal_left_archive .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_left_archive .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .teaser__horizontal_left_archive .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_left_archive .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
.teaser__horizontal_left {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: max-content;
  grid-template-areas: "a b";
  grid-column-gap: 1em;
  column-gap: 1em;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .teaser__horizontal_left {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a" "b";
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__horizontal_left {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a" "b";
  }
}
@media (max-width: 480px) {
  .teaser__horizontal_left .teaser__supertitle {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__horizontal_left .teaser__supertitle {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .teaser__horizontal_left .teaser__supertitle {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .teaser__horizontal_left .teaser__supertitle {
    display: none !important;
  }
}
.teaser__horizontal_left .teaser__title_link {
  color: rgba(0, 0, 0, 0.8);
}
.teaser__horizontal_left .teaser__title {
  font-size: 1.6rem;
}
.teaser__horizontal_left .teaser__title :hover {
  color: #4586c0;
}
.teaser__horizontal_left .teaser__subtitle {
  font-size: 1.6rem;
}
.teaser__horizontal_left .teaser__category_link,
.teaser__horizontal_left .teaser__dateTime {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.teaser__horizontal_left .teaser__category_link:hover,
.teaser__horizontal_left .teaser__dateTime:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.teaser__horizontal_right {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: max-content;
  grid-template-areas: "b a";
  grid-column-gap: 1em;
  column-gap: 1em;
}
@media (max-width: 480px) {
  .teaser__horizontal_right {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a" "b";
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__horizontal_right {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a" "b";
  }
}
@media (max-width: 480px) {
  .teaser__horizontal_right .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_right .teaser__title_text {
    line-height: 1.2em;
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__horizontal_right .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_right .teaser__title_text {
    line-height: 1.2em;
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .teaser__horizontal_right .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_right .teaser__title_text {
    line-height: 1.2em;
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .teaser__horizontal_right .teaser__supertitle {
    display: none !important;
  }
  .teaser__horizontal_right .teaser__title_text {
    line-height: 1.2em;
    font-size: 0.5em;
  }
}
.teaser__horizontal_right .teaser__title {
  padding: 0;
}
.teaser__horizontal_right .teaser__category_link,
.teaser__horizontal_right .teaser__dateTime {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.teaser__horizontal_right .teaser__category_link:hover,
.teaser__horizontal_right .teaser__dateTime:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.teaser__vertical {
  height: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser__vertical .teaser__supertitle {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .teaser__vertical .teaser__supertitle {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .teaser__vertical .teaser__supertitle {
    display: none !important;
  }
}
.teaser__vertical .teaser__category_link,
.teaser__vertical .teaser__dateTime {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.teaser__vertical .teaser__category_link:hover,
.teaser__vertical .teaser__dateTime:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.teaser__vertical .teaser_footer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.35rem;
}
.teaser__vertical .teaser_footer .teaser__author {
  display: inline;
}
.teaser__vertical .teaser_footer .t-text-sm {
  font-family: var(--sans);
  font-size: 1.35rem;
  margin-right: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.teaser_overlay {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .teaser_overlay .teaser__supertitle {
    display: none !important;
  }
  .teaser_overlay .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .teaser_overlay .teaser__supertitle {
    display: none !important;
  }
  .teaser_overlay .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .teaser_overlay .teaser__supertitle {
    display: none !important;
  }
  .teaser_overlay .teaser__title_text {
    line-height: 1.2em;
    font-size: 1em;
  }
}
.teaser_overlay__box1 {
  position: relative;
}
.teaser_overlay__box2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  color: #fff;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}
.teaser_overlay .teaser__author span span,
.teaser_overlay .teaser__category_link,
.teaser_overlay .teaser__dateTime,
.teaser_overlay .teaser__subtitle,
.teaser_overlay .teaser__title span {
  color: #fff;
  font-variation-settings: "wdth" 500, "wght" 600, "opsz" 36;
}
.teaser_overlay .teaser__category_link,
.teaser_overlay .teaser__dateTime {
  display: block;
  padding-bottom: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.teaser_overlay .teaser__category_link:hover,
.teaser_overlay .teaser__dateTime:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.teaser {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.teaser_link {
  text-decoration: none;
}
.teaser .block_read_more,
.teaser.hideAuthors .block_footer .authors,
.teaser.hideCategory .block_category,
.teaser.hideDate .block_footer .datetime,
.teaser.hideFooter .block_footer,
.teaser.hideIcons .block_icons,
.teaser.hideImage .block_image,
.teaser.hideSubtitle .block_subtitle,
.teaser.hideSupertitle .block_supertitle,
.teaser.hideTitle .block_title {
  display: none;
}
.teaser.showReadMore .block_read_more {
  display: block;
}
.teaser .block {
  position: relative;
}
.teaser .block_icons,
.teaser .block_supertitle {
  pointer-events: none;
}
.teaser .block_image {
  overflow: hidden;
}
.teaser .block_image div {
  transition: transform 0.3s ease-in-out;
}
.teaser .block_image div:hover {
  transform: scale(103%);
}
.teaser_vertical {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto) 1fr;
  grid-template-areas: "a" "b" "c" "d" "e" "f";
}
.teaser_vertical .block_image {
  grid-area: a;
  margin-bottom: 1rem;
}
.teaser_vertical .block_icons {
  grid-area: a;
}
.teaser_vertical .block_supertitle {
  grid-area: a;
  display: none;
}
.teaser_vertical .block_category {
  grid-area: b;
  margin-bottom: 1rem;
}
.teaser_vertical .block_title {
  grid-area: c;
  margin-bottom: 1rem;
}
.teaser_vertical .block_subtitle {
  grid-area: d;
  margin-bottom: 1rem;
}
.teaser_vertical .block_footer {
  grid-area: e;
}
.teaser_vertical .block_read_more {
  grid-area: f;
}
.teaser_vertical .supertitle {
  float: right;
  font-family: var(--sans);
  font-size: 1.6rem;
  color: #fff;
  background-color: #215ba2;
  padding: 0.5rem 1rem;
}
.teaser_horizontal_left {
  display: grid;
  grid-template-columns: minmax(3rem, 40%) 1fr;
  grid-template-rows: repeat(3, min-content) 1fr;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  grid-template-areas: "a b" "a c" "a d" "a e" "a f";
}
.teaser_horizontal_left .block_icons,
.teaser_horizontal_left .block_image {
  grid-area: a;
}
.teaser_horizontal_left .block_supertitle {
  grid-area: a;
  display: none;
}
.teaser_horizontal_left .block_category {
  grid-area: b;
  margin-bottom: 1rem;
}
.teaser_horizontal_left .block_title {
  grid-area: c;
  margin-bottom: 1rem;
}
.teaser_horizontal_left .block_subtitle {
  grid-area: d;
  margin-bottom: 1rem;
}
.teaser_horizontal_left .block_footer {
  grid-area: e;
}
.teaser_horizontal_left .block_read_more {
  grid-area: f;
  display: none;
}
.teaser_horizontal_left.withBackground {
  padding: 2rem;
}
.teaser_horizontal_left.withBackground .block_image {
  margin: -2rem 0 -2rem -2rem;
}
.teaser_horizontal_right {
  display: grid;
  grid-template-columns: 1fr minmax(3rem, 40%);
  grid-template-rows: repeat(3, min-content) 1fr;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  grid-template-areas: "b a" "c a" "d a" "e a" "f a";
}
.teaser_horizontal_right .block_icons,
.teaser_horizontal_right .block_image {
  grid-area: a;
}
.teaser_horizontal_right .block_supertitle {
  grid-area: a;
  display: none;
}
.teaser_horizontal_right .block_category {
  grid-area: b;
  margin-bottom: 1rem;
}
.teaser_horizontal_right .block_title {
  grid-area: c;
  margin-bottom: 1rem;
}
.teaser_horizontal_right .block_subtitle {
  grid-area: d;
  margin-bottom: 1rem;
}
.teaser_horizontal_right .block_footer {
  grid-area: e;
}
.teaser_horizontal_right .block_read_more {
  grid-area: f;
  display: none;
}
.teaser_horizontal_right.withBackground {
  padding: 2rem;
}
.teaser_horizontal_right.withBackground .block_image {
  margin: -2rem -2rem -2rem 0;
}
.teaser .text {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.teaser .teaser_link {
  color: inherit;
  text-decoration: none;
}
.teaser .teaser_link:hover {
  text-decoration: none;
  color: #4586c0;
}
.teaser .icons img {
  width: 2rem;
}
.teaser .image {
  overflow: hidden;
}
.teaser .category {
  font-family: var(--sans);
  color: rgba(0, 0, 0, 0.4);
}
.teaser .category.text {
  font-size: 1.2rem;
}
.teaser .category .cat_0 {
  text-transform: uppercase;
}
.teaser .title {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.3;
}
.teaser .subtitle,
.teaser .subtitle a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.teaser .footer {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--sans);
}
.teaser .footer.text {
  font-size: 1.2rem;
}
.teaser .footer .authors {
  margin-right: 1rem;
}
.teaser .footer .author,
.teaser .footer .datetime {
  white-space: nowrap;
}
.teaser .tesaer_pictogram_mm {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  aspect-ratio: 1/1;
  max-width: 20%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c60000;
  color: #215ba2;
  font-size: 1.2rem;
}
.teaser.hidePictogramMm .tesaer_pictogram_mm {
  display: none;
}
.teaser.withBackground.teaser_vertical {
  padding-bottom: 1rem;
}
.teaser.withBackground.teaser_vertical .text {
  margin: 0 1rem;
}
.teaser.withBackground.teaser_vertical .text.icons,
.teaser.withBackground.teaser_vertical .text.supertitle {
  margin: 0;
}
.teaser.withBackground.teaser_horizontal_left .block_icons,
.teaser.withBackground.teaser_horizontal_right .block_icons {
  margin: -2rem 0 0 -2rem;
}
.ad_placeholder {
  width: 100%;
  overflow: hidden;
}
.ad_wide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  min-height: 300px;
  min-width: 300px;
  margin: 0 auto;
}
.adloaded,
.iAdserver {
  margin: 0;
}
.top_banner_section {
  background-color: #31302e;
  display: none;
}
.adzone-pos-banner .adloaded {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.adzone-pos-inside-top .adloaded,
.adzone-pos-sidebar-top .adloaded {
  margin-bottom: 2rem;
}
.adzone .iAdserver.adloaded > div,
.adzone .iAdserver.adloaded > iframe {
  margin-bottom: 0 !important;
}
.group_A {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.group_A > .teaser {
  position: relative;
}
.group_A > .teaser .title {
  line-height: 1.2;
}
.group_A > .teaser:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
@media (max-width: 480px) {
  .group_A {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_A {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .group_A > .teaser .block_subtitle {
    display: none;
  }
}
.group_A .column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 480px) {
  .group_A .column {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A .column {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A .column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_A .column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
.group_A .column .teaser {
  position: relative;
}
.group_A .column .teaser .title {
  line-height: 1.4;
}
.group_A .column .teaser:not(:last-of-type):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
@media (max-width: 480px) {
  .group_A .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_A .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A .column .teaser:after {
    display: none !important;
  }
}
.group_A > .teaser.teaser_vertical .text.title {
  font-size: 3.6rem;
  font-weight: 400;
}
.group_A > .teaser.teaser_vertical .text.subtitle {
  font-size: 120%;
}
@media (max-width: 480px) {
  .group_A > .teaser.teaser_vertical .text.title {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
  }
  .group_A > .teaser.teaser_vertical .text.title .teaser_link:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A > .teaser.teaser_vertical .text.title {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
  }
  .group_A > .teaser.teaser_vertical .text.title .teaser_link:hover {
    color: #fff;
  }
}
.group_A .column > .teaser.teaser_vertical .text.title {
  font-size: 2.2rem;
}
.group_A > .teaser:first-child .tesaer_pictogram_mm {
  width: 4rem;
  font-size: 150%;
}
.group_A1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
.group_A1 > .teaser {
  position: relative;
}
.group_A1 > .teaser .title {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .group_A1 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.group_A1 .column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.group_A1 .column:before {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
  left: -2rem;
}
@media only screen and (max-width: 768px) {
  .group_A1 .column {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
.group_A1 .column .teaser {
  position: relative;
}
.group_A1 .column .teaser .title {
  line-height: 1.4;
}
.group_A1 .column .teaser:not(:last-of-type):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
@media (max-width: 480px) {
  .group_A1 .column .teaser .footer {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A1 .column .teaser .footer {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A1 .column .teaser .footer {
    display: none;
  }
}
@media (max-width: 480px) {
  .group_A1 .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A1 .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A1 .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_A1 .column .teaser:after {
    display: none !important;
  }
}
.group_A1 > .teaser.teaser_vertical .text.title {
  font-size: 3.6rem;
  font-weight: 400;
}
.group_A1 > .teaser.teaser_vertical .text.subtitle {
  font-size: 120%;
}
@media only screen and (max-width: 600px) {
  .group_A1 > .teaser.teaser_vertical .text.title {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    font-size: 3rem;
    color: #fff;
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
  }
  .group_A1 > .teaser.teaser_vertical .text.title .teaser_link:hover {
    color: #fff;
  }
}
.group_A1 .column > .teaser.teaser_vertical .text.title {
  font-size: 2.2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.group_A1 > .teaser:first-child .tesaer_pictogram_mm {
  width: 4rem;
  font-size: 150%;
}
.group_A2 {
  --gap: 4rem;
  --spacerDisplay: none;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  grid-gap: var(--gap);
  gap: var(--gap);
}
.group_A2 > .teaser {
  position: relative;
}
.group_A2 > .teaser .title {
  line-height: 1.2;
}
.group_A2 > .teaser:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
  display: var(--spacerDisplay);
}
@media (max-width: 768px) {
  .group_A2 {
    --spacerDisplay: block;
  }
}
@media only screen and (max-width: 768px) {
  .group_A2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.group_A2 .column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.group_A2 .column:before {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
  left: -2rem;
}
@media only screen and (max-width: 768px) {
  .group_A2 .column {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
.group_A2 .column .teaser {
  position: relative;
}
.group_A2 .column .teaser .title {
  line-height: 1.4;
}
.group_A2 .column .teaser:not(:last-of-type):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
@media (max-width: 480px) {
  .group_A2 .column .teaser .footer {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A2 .column .teaser .footer {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A2 .column .teaser .footer {
    display: none;
  }
}
@media (max-width: 480px) {
  .group_A2 .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_A2 .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_A2 .column .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_A2 .column .teaser:after {
    display: none !important;
  }
}
.group_A2 > .teaser.teaser_vertical .text.title {
  font-size: 3.6rem;
  font-weight: 400;
}
.group_A2 > .teaser.teaser_vertical .text.subtitle {
  font-size: 120%;
}
@media only screen and (max-width: 600px) {
  .group_A2 > .teaser.teaser_vertical .text.title {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    font-size: 3rem;
    color: #fff;
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
  }
  .group_A2 > .teaser.teaser_vertical .text.title .teaser_link:hover {
    color: #fff;
  }
}
.group_A2 .column > .teaser.teaser_vertical .text.title {
  font-size: 2.2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.group_b .group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "a b c";
  grid-gap: 4rem;
  gap: 4rem;
}
@media (max-width: 480px) {
  .group_b .group {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b c";
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b .group {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b c";
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_b .group {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b c";
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_b .group {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b c";
  }
}
@media (max-width: 480px) {
  .group_b .group {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    gap: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b .group {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    gap: 2rem;
  }
}
.group_b .group .teaser:first-of-type {
  grid-area: a;
}
.group_b .group .teaser:nth-of-type(2) {
  grid-area: b;
}
.group_b .group .teaser:nth-of-type(3) {
  grid-area: c;
}
@media (max-width: 480px) {
  .group_b .group .teaser:first-child:after {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b .group .teaser:first-child:after {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_b .group .teaser:first-child:after {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .group_b .group .teaser:first-child:after {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .group_b .group .teaser:after {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b .group .teaser:after {
    display: none !important;
  }
}
.group_b .group .teaser:not(:last-child) {
  position: relative;
}
.group_b .group .teaser:not(:last-child):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.group_b .title {
  font-size: 2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.group_b .group.small {
  display: none;
}
.group_b .group.regular,
.group_b1 {
  display: grid;
}
.group_b1 {
  --gap: 4rem;
  grid-template-areas: "a b c";
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: var(--gap);
  column-gap: var(--gap);
}
.group_b1_box {
  grid-area: a;
  position: relative;
}
.group_b1_box:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.group_b1 .title {
  font-size: 2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.group_b1 > .teaser {
  position: relative;
}
.group_b1 > .teaser:nth-of-type(2) {
  grid-area: b;
}
.group_b1 > .teaser:nth-of-type(3) {
  grid-area: c;
}
.group_b1 > .teaser:nth-of-type(2):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
@media (max-width: 480px) {
  .group_b1 {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    row-gap: calc(var(--gap) / 2);
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b1 {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    row-gap: calc(var(--gap) / 2);
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_b1 {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "a b" "a c";
    grid-row-gap: 3rem;
  }
}
@media (max-width: 480px) {
  .group_b1 > .teaser:nth-of-type(2):after {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b1 > .teaser:nth-of-type(2):after {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .group_b1 > .teaser:nth-of-type(2):after {
    display: none;
  }
}
.group_b2 {
  --gap: 4rem;
  display: grid;
  grid-template-areas: "a b c";
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: var(--gap);
  column-gap: var(--gap);
}
@media only screen and (max-width: 768px) {
  .group_b2 {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "a c" "b c";
    row-gap: calc(var(--gap) / 2);
  }
}
@media only screen and (max-width: 600px) {
  .group_b2 {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
  }
}
.group_b2_box {
  grid-area: c;
  position: relative;
}
.group_b2 > .teaser:first-of-type {
  grid-area: a;
}
.group_b2 > .teaser:nth-of-type(2) {
  grid-area: b;
}
.group_b2 > .teaser {
  position: relative;
}
.group_b2 > .teaser:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.group_b2 .title {
  font-size: 2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.group_b4 {
  --gap: 4rem;
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 2fr 1fr;
  grid-column-gap: var(--gap);
  column-gap: var(--gap);
}
.group_b4_box {
  position: relative;
}
.group_b4_box1 {
  grid-area: a;
}
.group_b4_box2 {
  grid-area: b;
}
@media only screen and (max-width: 768px) {
  .group_b4 {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b";
    row-gap: calc(var(--gap) / 2);
  }
}
.group_b4_box1 .teaser_horizontal_left {
  position: relative;
  column-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.group_b4_box1 .teaser_horizontal_left .teaser_image {
  aspect-ratio: 1/1;
}
@media (max-width: 480px) {
  .group_b4_box1 .teaser_horizontal_left {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e";
  }
  .group_b4_box1 .teaser_horizontal_left .block_image {
    margin: -2rem 0 1rem -2rem !important;
    width: calc(100% + 4rem);
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .group_b4_box1 .teaser_horizontal_left {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e";
  }
  .group_b4_box1 .teaser_horizontal_left .block_image {
    margin: -2rem 0 1rem -2rem !important;
    width: calc(100% + 4rem);
  }
}
.group_b4_box2 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.group_b4_box2,
.group_b4_box2 .teaser {
  position: relative;
}
.group_b4_box2 .teaser:not(:last-of-type):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
.group_b4 .title {
  font-size: 2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.group_c {
  --gap: calc(4rem);
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 0.5px;
  --line-color: #d8d8d8;
  display: grid;
  grid-gap: var(--gap);
  gap: var(--gap);
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: calc(var(--gap) / 2);
}
@media only screen and (max-width: 900px) {
  .group_c {
    grid-template-columns: repeat(2, 1fr);
  }
  .group_c .teaser:nth-last-of-type(3):after {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .group_c {
    grid-template-columns: 1fr;
  }
  .group_c .teaser:after {
    display: none !important;
  }
}
.group_c .teaser:not(:last-child) {
  position: relative;
}
.group_c .teaser:not(:last-child):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.group_c1 {
  --gap: calc(1px);
  display: grid;
  grid-gap: var(--gap);
  gap: var(--gap);
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1100px) {
  .group_c1 {
    overflow-x: scroll;
  }
}
.group_c1 .teaser {
  position: relative;
  min-width: 25rem;
}
.group_c1 .teaser:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  text-shadow: 0 0 3rem rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: Font Awesome\6 Free;
  font-weight: 900;
  font-size: 4rem;
  width: 100%;
  aspect-ratio: 4/2.8;
  pointer-events: none;
}
.group_c1 .text {
  color: #fff;
}
.group_c1 .category,
.group_c1 .footer {
  opacity: 0.5;
}
.group_e {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 600px) {
  .group_e {
    grid-template-columns: 1fr;
  }
}
.group_e .wrapper {
  background-color: #f7f4f0;
  padding: 2rem;
}
.group_e .title {
  font-size: 2rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 24;
}
.groupColumn1 {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}
.groupColumn1 > .teaser .title {
  line-height: 1.3;
  font-size: 2rem;
}
.groupColumn1 .triplet_horizontal {
  display: grid;
}
.groupColumn1 .triplet_horizontal .teaser_horizontal_left {
  position: relative;
  margin-bottom: 4rem;
}
.groupColumn1 .triplet_horizontal .teaser_horizontal_left:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
.groupColumn1 .triplet_horizontal .teaser_horizontal_left:nth-of-type(3) {
  margin-bottom: 2rem;
}
.groupColumn1 .triplet_horizontal .teaser_horizontal_left:nth-of-type(3):after {
  display: none;
}
.groupColumn1 .triplet_vertical {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: ". . .";
  column-gap: 2rem;
}
@media only screen and (max-width: 1400px) {
  .groupColumn1 .triplet_horizontal {
    display: none;
  }
  .groupColumn1 .triplet_vertical {
    display: grid;
  }
}
@media only screen and (max-width: 600px) {
  .groupColumn1 .triplet_vertical {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}
.groupColumn2 {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}
.groupColumn2 > .teaser .title {
  line-height: 1.3;
  font-size: 2rem;
}
.groupColumn2 .triplet {
  display: grid;
  grid-gap: 4rem;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 480px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 2001px) {
  .groupColumn2 .triplet {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .groupColumn2 .triplet {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .groupColumn2 .triplet {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .groupColumn2 .triplet {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.groupColumn2 .triplet .teaser_vertical {
  position: relative;
}
.groupColumn2 .triplet .teaser_vertical:not(:last-of-type):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
.groupColumnDPC {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}
.groupColumnDPC .triplet_horizontal {
  display: grid;
}
.groupColumnDPC .triplet_horizontal .teaser_horizontal_left {
  position: relative;
  margin-bottom: 4rem;
}
.groupColumnDPC .triplet_horizontal .teaser_horizontal_left:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
.groupColumnDPC .triplet_horizontal .teaser_horizontal_left:nth-of-type(3) {
  margin-bottom: 2rem;
}
.groupColumnDPC
  .triplet_horizontal
  .teaser_horizontal_left:nth-of-type(3):after {
  display: none;
}
.groupColumnDPC .triplet_vertical {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: ". . .";
  column-gap: 2rem;
}
@media only screen and (max-width: 1280px) {
  .groupColumnDPC .triplet_horizontal {
    display: none;
  }
  .groupColumnDPC .triplet_vertical {
    display: grid;
  }
}
@media only screen and (max-width: 600px) {
  .groupColumnDPC .triplet_vertical {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}
.groupColumnDPC .adzone-pos-sidebar-bottom,
.groupColumnDPC .adzone-pos-sidebar-top {
  margin-bottom: 2rem;
}
.print_carousel {
  --gap: 2rem;
  --dotSize: 1rem;
  --imgWidth: 12rem;
  --height: 30rem;
  --gridTemplateColumns: 30rem calc(100% - 30rem - var(--gap));
  display: grid;
  grid-template-columns: var(--gridTemplateColumns);
  grid-template-areas: var(--gridTemplateAreas);
  grid-gap: var(--gap);
  gap: var(--gap);
  background-color: rgba(33, 91, 162, 0.2);
  min-height: var(--height);
  font-size: 1.6rem;
  padding: var(--gap);
  margin-bottom: var(--gap);
}
@media (max-width: 768px) {
  .print_carousel {
    --height: 44rem;
    --gridTemplateColumns: 100%;
  }
}
.print_carousel h3,
.print_carousel p {
  margin-bottom: var(--gap);
}
.print_carousel h3 {
  font-size: 3rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 48;
}
.print_carousel .block {
  position: relative;
}
.print_carousel .page {
  opacity: 0;
  display: flex;
  gap: var(--gap);
  justify-content: space-between;
  transition: opacity 0.75s;
}
.print_carousel .page.active {
  opacity: 1;
}
.print_carousel .page .date {
  font-family: var(--sans);
  font-size: 1.2rem;
  color: #fff;
  width: min-content;
  white-space: nowrap;
  background-color: #215ba2;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
.print_carousel .page .publications {
  display: flex;
  gap: calc(var(--gap) / 2);
  padding-top: calc(var(--gap) / 2);
}
.print_carousel .page .image {
  width: var(--imgWidth);
}
.print_carousel .carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.print_carousel .controlls {
  display: flex;
  gap: calc(var(--gap) * 2);
  align-items: center;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.print_carousel .controlls .dots {
  display: flex;
  gap: var(--dotSize);
}
.print_carousel .controlls .dots .dot {
  display: inline-block;
  width: var(--dotSize);
  height: var(--dotSize);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: calc(var(--dotSize) / 2);
}
.print_carousel .controlls .dots .dot.active {
  background-color: rgba(0, 0, 0, 0.8);
}
.print_carousel .controlls .dots .dot:hover {
  cursor: pointer;
}
.print_carousel .controlls .btn {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.print_carousel .controlls .btn:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.4);
}
.print_carousel .controlls .btn.disabled {
  opacity: 0.5;
  cursor: auto;
}
.print_carousel .controlls .btn:nth-of-type(2) {
  margin-left: auto;
}
.more_news_group1 {
  position: relative;
  display: grid;
  grid-template-areas: "a b c";
  grid-gap: 4rem;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, min-content);
}
@media only screen and (max-width: 900px) {
  .more_news_group1 {
    grid-template-areas: "a b" "c c";
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .more_news_group1 {
    grid-template-areas: "a" "b" "c";
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .more_news_group1 .teaser:after {
    display: none !important;
  }
}
.more_news_group1 .teaser {
  position: relative;
}
.more_news_group1 > .teaser:first-of-type {
  grid-area: a;
}
.more_news_group1 > .teaser:nth-of-type(2) {
  grid-area: b;
}
.more_news_group1 .triplet {
  grid-area: c;
  display: grid;
  grid-template-areas: "a" "b" "c";
  grid-gap: 4rem;
  gap: 4rem;
  grid-template-rows: repeat(3, 1fr);
}
.more_news_group1 .triplet.screen-smm {
  display: none;
}
@media only screen and (max-width: 900px) {
  .more_news_group1 .triplet {
    display: none;
    grid-template-areas: "a b c";
    gap: 2rem;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .more_news_group1 .triplet .teaser:after {
    display: none !important;
  }
  .more_news_group1 .triplet.screen-smm {
    display: grid;
  }
}
@media only screen and (max-width: 768px) {
  .more_news_group1 .triplet {
    gap: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .more_news_group1 .triplet {
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 1fr;
  }
}
.more_news_group1 .triplet .teaser:first-child {
  grid-area: a;
}
.more_news_group1 .triplet .teaser:nth-child(2) {
  grid-area: b;
}
.more_news_group1 .triplet .teaser:nth-child(3) {
  grid-area: c;
}
.more_news_group1 .triplet .teaser:first-child:after,
.more_news_group1 .triplet .teaser:nth-child(2):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
.more_news_group1 > .teaser:first-of-type:after,
.more_news_group1 > .teaser:nth-of-type(2):after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.more_news_group1 > .teaser .title {
  font-size: 2rem;
}
.promo_group {
  display: grid;
  grid-template-areas: "t t t t" ". . . .";
  grid-column-gap: 4rem;
  column-gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 2rem;
}
.promo_group .group_title {
  grid-area: t;
  font-family: var(--oswald) !important;
  font-size: 2rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 2rem 0;
  margin: 0 0 4rem;
}
.promo_group .teaser {
  position: relative;
}
.promo_group .teaser:after {
  position: absolute;
  background-color: #d8d8d8;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  right: -2rem;
}
.promo_group .teaser:nth-of-type(4n):after {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .promo_group {
    display: grid;
    grid-template-areas: "t t" ". .";
    grid-gap: 4rem;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .promo_group .teaser:nth-of-type(2n):after {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .promo_group {
    display: grid;
    grid-template-areas: "t" ".";
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .promo_group .teaser:after {
    display: none !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  display: block;
  padding-top: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  color: #fff;
}
.groupCCarousel .swiper-slide .teaser .title {
  font-size: 1.8rem;
}
.mobileLoginMenu .quickLinks .MuiButton-endIcon {
  display: inherit;
  margin-right: -4px;
  margin-left: 8px;
  float: right;
  top: 2px;
  position: relative;
}
.homepage .section_gospodarstvo .teaser_promo .block_category,
.homepage .section_gospodarstvo .teaser_promo .block_footer,
.homepage .section_gospodarstvo .teaser_promo .block_subtitle,
.homepage .section_gospodarstvo .teaser_promo .block_supertitle,
.homepage .section_kultura .teaser_promo .block_category,
.homepage .section_kultura .teaser_promo .block_footer,
.homepage .section_kultura .teaser_promo .block_subtitle,
.homepage .section_kultura .teaser_promo .block_supertitle,
.homepage .section_magazin .teaser_promo .block_category,
.homepage .section_magazin .teaser_promo .block_footer,
.homepage .section_magazin .teaser_promo .block_subtitle,
.homepage .section_magazin .teaser_promo .block_supertitle,
.homepage .section_sport .teaser_promo .block_category,
.homepage .section_sport .teaser_promo .block_footer,
.homepage .section_sport .teaser_promo .block_subtitle,
.homepage .section_sport .teaser_promo .block_supertitle,
.homepage .teaser .datetime,
.homepage .teaser_promo .block_footer,
.homepage .teaser_promo .block_subtitle {
  display: none;
}
.category .container_content_right .teaser_vertical .title,
.homepage .section .container_content_right > .teaser .title {
  font-size: 2rem;
}
.u-no-padding {
  padding: 0 !important;
}
.u-margin-0,
.u-no-margin {
  margin: 0 !important;
}
.u-margin-top-0 {
  margin-top: 0 !important;
}
.u-margin-right-0 {
  margin-right: 0 !important;
}
.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.u-margin-left-0,
.u-margin-side-0 {
  margin-left: 0 !important;
}
.u-margin-side-0 {
  margin-right: 0 !important;
}
.u-margin-1 {
  margin: 0.1rem !important;
}
.u-margin-top-1 {
  margin-top: 0.1rem !important;
}
.u-margin-right-1 {
  margin-right: 0.1rem !important;
}
.u-margin-bottom-1 {
  margin-bottom: 0.1rem !important;
}
.u-margin-left-1,
.u-margin-side-1 {
  margin-left: 0.1rem !important;
}
.u-margin-side-1 {
  margin-right: 0.1rem !important;
}
.u-margin-2 {
  margin: 0.2rem !important;
}
.u-margin-top-2 {
  margin-top: 0.2rem !important;
}
.u-margin-right-2 {
  margin-right: 0.2rem !important;
}
.u-margin-bottom-2 {
  margin-bottom: 0.2rem !important;
}
.u-margin-left-2,
.u-margin-side-2 {
  margin-left: 0.2rem !important;
}
.u-margin-side-2 {
  margin-right: 0.2rem !important;
}
.u-margin-4 {
  margin: 0.4rem !important;
}
.u-margin-top-4 {
  margin-top: 0.4rem !important;
}
.u-margin-right-4 {
  margin-right: 0.4rem !important;
}
.u-margin-bottom-4 {
  margin-bottom: 0.4rem !important;
}
.u-margin-left-4,
.u-margin-side-4 {
  margin-left: 0.4rem !important;
}
.u-margin-side-4 {
  margin-right: 0.4rem !important;
}
.u-margin-8 {
  margin: 0.8rem !important;
}
.u-margin-top-8 {
  margin-top: 0.8rem !important;
}
.u-margin-right-8 {
  margin-right: 0.8rem !important;
}
.u-margin-bottom-8 {
  margin-bottom: 0.8rem !important;
}
.u-margin-left-8,
.u-margin-side-8 {
  margin-left: 0.8rem !important;
}
.u-margin-side-8 {
  margin-right: 0.8rem !important;
}
.u-margin-12 {
  margin: 1.2rem !important;
}
.u-margin-top-12 {
  margin-top: 1.2rem !important;
}
.u-margin-right-12 {
  margin-right: 1.2rem !important;
}
.u-margin-bottom-12 {
  margin-bottom: 1.2rem !important;
}
.u-margin-left-12,
.u-margin-side-12 {
  margin-left: 1.2rem !important;
}
.u-margin-side-12 {
  margin-right: 1.2rem !important;
}
.u-margin-16 {
  margin: 1.6rem !important;
}
.u-margin-top-16 {
  margin-top: 1.6rem !important;
}
.u-margin-right-16 {
  margin-right: 1.6rem !important;
}
.u-margin-bottom-16 {
  margin-bottom: 1.6rem !important;
}
.u-margin-left-16,
.u-margin-side-16 {
  margin-left: 1.6rem !important;
}
.u-margin-side-16 {
  margin-right: 1.6rem !important;
}
.u-margin-20 {
  margin: 2rem !important;
}
.u-margin-top-20 {
  margin-top: 2rem !important;
}
.u-margin-right-20 {
  margin-right: 2rem !important;
}
.u-margin-bottom-20 {
  margin-bottom: 2rem !important;
}
.u-margin-left-20,
.u-margin-side-20 {
  margin-left: 2rem !important;
}
.u-margin-side-20 {
  margin-right: 2rem !important;
}
.u-margin-24 {
  margin: 2.4rem !important;
}
.u-margin-top-24 {
  margin-top: 2.4rem !important;
}
.u-margin-right-24 {
  margin-right: 2.4rem !important;
}
.u-margin-bottom-24 {
  margin-bottom: 2.4rem !important;
}
.u-margin-left-24,
.u-margin-side-24 {
  margin-left: 2.4rem !important;
}
.u-margin-side-24 {
  margin-right: 2.4rem !important;
}
.u-margin-30 {
  margin: 3rem !important;
}
.u-margin-top-30 {
  margin-top: 3rem !important;
}
.u-margin-right-30 {
  margin-right: 3rem !important;
}
.u-margin-bottom-30 {
  margin-bottom: 3rem !important;
}
.u-margin-left-30,
.u-margin-side-30 {
  margin-left: 3rem !important;
}
.u-margin-side-30 {
  margin-right: 3rem !important;
}
.u-margin-32 {
  margin: 3.2rem !important;
}
.u-margin-top-32 {
  margin-top: 3.2rem !important;
}
.u-margin-right-32 {
  margin-right: 3.2rem !important;
}
.u-margin-bottom-32 {
  margin-bottom: 3.2rem !important;
}
.u-margin-left-32,
.u-margin-side-32 {
  margin-left: 3.2rem !important;
}
.u-margin-side-32 {
  margin-right: 3.2rem !important;
}
.u-margin-40 {
  margin: 4rem !important;
}
.u-margin-top-40 {
  margin-top: 4rem !important;
}
.u-margin-right-40 {
  margin-right: 4rem !important;
}
.u-margin-bottom-40 {
  margin-bottom: 4rem !important;
}
.u-margin-left-40,
.u-margin-side-40 {
  margin-left: 4rem !important;
}
.u-margin-side-40 {
  margin-right: 4rem !important;
}
.u-margin-48 {
  margin: 4.8rem !important;
}
.u-margin-top-48 {
  margin-top: 4.8rem !important;
}
.u-margin-right-48 {
  margin-right: 4.8rem !important;
}
.u-margin-bottom-48 {
  margin-bottom: 4.8rem !important;
}
.u-margin-left-48,
.u-margin-side-48 {
  margin-left: 4.8rem !important;
}
.u-margin-side-48 {
  margin-right: 4.8rem !important;
}
.u-margin-56 {
  margin: 5.6rem !important;
}
.u-margin-top-56 {
  margin-top: 5.6rem !important;
}
.u-margin-right-56 {
  margin-right: 5.6rem !important;
}
.u-margin-bottom-56 {
  margin-bottom: 5.6rem !important;
}
.u-margin-left-56,
.u-margin-side-56 {
  margin-left: 5.6rem !important;
}
.u-margin-side-56 {
  margin-right: 5.6rem !important;
}
.u-margin-64 {
  margin: 6.4rem !important;
}
.u-margin-top-64 {
  margin-top: 6.4rem !important;
}
.u-margin-right-64 {
  margin-right: 6.4rem !important;
}
.u-margin-bottom-64 {
  margin-bottom: 6.4rem !important;
}
.u-margin-left-64,
.u-margin-side-64 {
  margin-left: 6.4rem !important;
}
.u-margin-side-64 {
  margin-right: 6.4rem !important;
}
.u-margin-80 {
  margin: 8rem !important;
}
.u-margin-top-80 {
  margin-top: 8rem !important;
}
.u-margin-right-80 {
  margin-right: 8rem !important;
}
.u-margin-bottom-80 {
  margin-bottom: 8rem !important;
}
.u-margin-left-80,
.u-margin-side-80 {
  margin-left: 8rem !important;
}
.u-margin-side-80 {
  margin-right: 8rem !important;
}
.u-margin-88 {
  margin: 8.8rem !important;
}
.u-margin-top-88 {
  margin-top: 8.8rem !important;
}
.u-margin-right-88 {
  margin-right: 8.8rem !important;
}
.u-margin-bottom-88 {
  margin-bottom: 8.8rem !important;
}
.u-margin-left-88,
.u-margin-side-88 {
  margin-left: 8.8rem !important;
}
.u-margin-side-88 {
  margin-right: 8.8rem !important;
}
.u-padding-0 {
  padding: 0 !important;
}
.u-padding-top-0 {
  padding-top: 0 !important;
}
.u-padding-right-0 {
  padding-right: 0 !important;
}
.u-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.u-padding-left-0,
.u-padding-side-0 {
  padding-left: 0 !important;
}
.u-padding-side-0 {
  padding-right: 0 !important;
}
.u-padding-1 {
  padding: 0.1rem !important;
}
.u-padding-top-1 {
  padding-top: 0.1rem !important;
}
.u-padding-right-1 {
  padding-right: 0.1rem !important;
}
.u-padding-bottom-1 {
  padding-bottom: 0.1rem !important;
}
.u-padding-left-1,
.u-padding-side-1 {
  padding-left: 0.1rem !important;
}
.u-padding-side-1 {
  padding-right: 0.1rem !important;
}
.u-padding-2 {
  padding: 0.2rem !important;
}
.u-padding-top-2 {
  padding-top: 0.2rem !important;
}
.u-padding-right-2 {
  padding-right: 0.2rem !important;
}
.u-padding-bottom-2 {
  padding-bottom: 0.2rem !important;
}
.u-padding-left-2,
.u-padding-side-2 {
  padding-left: 0.2rem !important;
}
.u-padding-side-2 {
  padding-right: 0.2rem !important;
}
.u-padding-4 {
  padding: 0.4rem !important;
}
.u-padding-top-4 {
  padding-top: 0.4rem !important;
}
.u-padding-right-4 {
  padding-right: 0.4rem !important;
}
.u-padding-bottom-4 {
  padding-bottom: 0.4rem !important;
}
.u-padding-left-4,
.u-padding-side-4 {
  padding-left: 0.4rem !important;
}
.u-padding-side-4 {
  padding-right: 0.4rem !important;
}
.u-padding-8 {
  padding: 0.8rem !important;
}
.u-padding-top-8 {
  padding-top: 0.8rem !important;
}
.u-padding-right-8 {
  padding-right: 0.8rem !important;
}
.u-padding-bottom-8 {
  padding-bottom: 0.8rem !important;
}
.u-padding-left-8,
.u-padding-side-8 {
  padding-left: 0.8rem !important;
}
.u-padding-side-8 {
  padding-right: 0.8rem !important;
}
.u-padding-12 {
  padding: 1.2rem !important;
}
.u-padding-top-12 {
  padding-top: 1.2rem !important;
}
.u-padding-right-12 {
  padding-right: 1.2rem !important;
}
.u-padding-bottom-12 {
  padding-bottom: 1.2rem !important;
}
.u-padding-left-12,
.u-padding-side-12 {
  padding-left: 1.2rem !important;
}
.u-padding-side-12 {
  padding-right: 1.2rem !important;
}
.u-padding-16 {
  padding: 1.6rem !important;
}
.u-padding-top-16 {
  padding-top: 1.6rem !important;
}
.u-padding-right-16 {
  padding-right: 1.6rem !important;
}
.u-padding-bottom-16 {
  padding-bottom: 1.6rem !important;
}
.u-padding-left-16,
.u-padding-side-16 {
  padding-left: 1.6rem !important;
}
.u-padding-side-16 {
  padding-right: 1.6rem !important;
}
.u-padding-20 {
  padding: 2rem !important;
}
.u-padding-top-20 {
  padding-top: 2rem !important;
}
.u-padding-right-20 {
  padding-right: 2rem !important;
}
.u-padding-bottom-20 {
  padding-bottom: 2rem !important;
}
.u-padding-left-20,
.u-padding-side-20 {
  padding-left: 2rem !important;
}
.u-padding-side-20 {
  padding-right: 2rem !important;
}
.u-padding-24 {
  padding: 2.4rem !important;
}
.u-padding-top-24 {
  padding-top: 2.4rem !important;
}
.u-padding-right-24 {
  padding-right: 2.4rem !important;
}
.u-padding-bottom-24 {
  padding-bottom: 2.4rem !important;
}
.u-padding-left-24,
.u-padding-side-24 {
  padding-left: 2.4rem !important;
}
.u-padding-side-24 {
  padding-right: 2.4rem !important;
}
.u-padding-30 {
  padding: 3rem !important;
}
.u-padding-top-30 {
  padding-top: 3rem !important;
}
.u-padding-right-30 {
  padding-right: 3rem !important;
}
.u-padding-bottom-30 {
  padding-bottom: 3rem !important;
}
.u-padding-left-30,
.u-padding-side-30 {
  padding-left: 3rem !important;
}
.u-padding-side-30 {
  padding-right: 3rem !important;
}
.u-padding-32 {
  padding: 3.2rem !important;
}
.u-padding-top-32 {
  padding-top: 3.2rem !important;
}
.u-padding-right-32 {
  padding-right: 3.2rem !important;
}
.u-padding-bottom-32 {
  padding-bottom: 3.2rem !important;
}
.u-padding-left-32,
.u-padding-side-32 {
  padding-left: 3.2rem !important;
}
.u-padding-side-32 {
  padding-right: 3.2rem !important;
}
.u-padding-40 {
  padding: 4rem !important;
}
.u-padding-top-40 {
  padding-top: 4rem !important;
}
.u-padding-right-40 {
  padding-right: 4rem !important;
}
.u-padding-bottom-40 {
  padding-bottom: 4rem !important;
}
.u-padding-left-40,
.u-padding-side-40 {
  padding-left: 4rem !important;
}
.u-padding-side-40 {
  padding-right: 4rem !important;
}
.u-padding-48 {
  padding: 4.8rem !important;
}
.u-padding-top-48 {
  padding-top: 4.8rem !important;
}
.u-padding-right-48 {
  padding-right: 4.8rem !important;
}
.u-padding-bottom-48 {
  padding-bottom: 4.8rem !important;
}
.u-padding-left-48,
.u-padding-side-48 {
  padding-left: 4.8rem !important;
}
.u-padding-side-48 {
  padding-right: 4.8rem !important;
}
.u-padding-56 {
  padding: 5.6rem !important;
}
.u-padding-top-56 {
  padding-top: 5.6rem !important;
}
.u-padding-right-56 {
  padding-right: 5.6rem !important;
}
.u-padding-bottom-56 {
  padding-bottom: 5.6rem !important;
}
.u-padding-left-56,
.u-padding-side-56 {
  padding-left: 5.6rem !important;
}
.u-padding-side-56 {
  padding-right: 5.6rem !important;
}
.u-padding-64 {
  padding: 6.4rem !important;
}
.u-padding-top-64 {
  padding-top: 6.4rem !important;
}
.u-padding-right-64 {
  padding-right: 6.4rem !important;
}
.u-padding-bottom-64 {
  padding-bottom: 6.4rem !important;
}
.u-padding-left-64,
.u-padding-side-64 {
  padding-left: 6.4rem !important;
}
.u-padding-side-64 {
  padding-right: 6.4rem !important;
}
.u-padding-80 {
  padding: 8rem !important;
}
.u-padding-top-80 {
  padding-top: 8rem !important;
}
.u-padding-right-80 {
  padding-right: 8rem !important;
}
.u-padding-bottom-80 {
  padding-bottom: 8rem !important;
}
.u-padding-left-80,
.u-padding-side-80 {
  padding-left: 8rem !important;
}
.u-padding-side-80 {
  padding-right: 8rem !important;
}
.u-padding-88 {
  padding: 8.8rem !important;
}
.u-padding-top-88 {
  padding-top: 8.8rem !important;
}
.u-padding-right-88 {
  padding-right: 8.8rem !important;
}
.u-padding-bottom-88 {
  padding-bottom: 8.8rem !important;
}
.u-padding-left-88,
.u-padding-side-88 {
  padding-left: 8.8rem !important;
}
.u-padding-side-88 {
  padding-right: 8.8rem !important;
}
.article_sidebar .teaser_vertical {
  margin: 0 0 2rem;
}
.article_sidebar .teaser_vertical .title {
  font-size: 2rem;
}
.article_sidebar_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.article_sidebar_content .teaser {
  position: relative;
}
.article_sidebar_content .teaser:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
}
.article_sidebar_content .teaser:first-child .text.title {
  font-size: 2rem;
}
.article_sidebar_content .teaser:first-child:after,
.article_sidebar_content .teaser:last-child:after {
  display: none;
}
.article_databar {
  --imgWidth: 10rem;
  --gap: 1rem;
  --maxImgContainerWidth: calc(var(--imgWidth) * 2 + var(--gap) * 1);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.article_databar .authors_images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: auto;
  gap: var(--gap);
  max-width: var(--maxImgContainerWidth);
}
.article_databar .authors_images .author_image {
  width: var(--imgWidth);
  aspect-ratio: 1/1;
  background-position: 50%;
  background-size: cover;
  border-radius: calc(var(--imgWidth) / 2);
  background-color: #4586c0;
}
.article_databar .authors_images .author_image:last-child:nth-last-child(3),
.article_databar
  .authors_images
  .author_image:last-child:nth-last-child(3)
  ~ .author_image {
  width: 5rem;
}
.article_databar .link {
  color: inherit;
  text-decoration: none;
}
.article_databar .other_data {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}
.article_databar .other_data .authors_names {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.6rem;
  max-height: var(--imgWidth);
  column-gap: 1rem;
}
.article_databar .other_data .datetime {
  font-family: var(--sans);
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: auto;
}
.article_databar .other_data .datetime .published_time {
  font-size: 1.6rem;
}
.article_databar .links {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  font-family: var(--sans);
  font-size: 2.2rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .article_databar .links {
    font-size: 1.8rem;
  }
}
.article_databar .links i,
.article_databar .links span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.article_databar .links i.selected,
.article_databar .links i:hover,
.article_databar .links span.selected,
.article_databar .links span:hover {
  color: #4586c0;
}
.article_databar .links span {
  font-size: 120%;
}
.article_page_content {
  position: relative;
  display: grid;
  grid-template-areas: "a a" "b c" "d d" ". .";
  grid-template-columns: auto 30rem;
  grid-column-gap: 4rem;
  column-gap: 4rem;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 1280px) {
  .article_page_content {
    column-gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .article_page_content {
    grid-template-areas: "a" "b" "c" "d" ".";
    grid-template-columns: 100%;
    column-gap: 0;
  }
}
.article_page_content__web_static {
  display: block;
}
.article_page {
  position: relative;
}
.article_page .article_ads {
  grid-area: a;
  margin: 0 -2rem;
}
.article_page .article {
  grid-area: b;
  --articleFontSize: 2rem;
  overflow: hidden;
  padding: 0 4rem;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.8);
}
.article_page .article img {
  width: 100%;
}
.article_page .article_supertitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 2rem 0;
}
.article_page .article_supertitle a {
  color: inherit;
  text-decoration: none;
}
.article_page .article_supertitle a:hover {
  text-decoration: underline;
}
.article_page .article_title {
  font-weight: 400;
  font-variation-settings: "wdth" 100, "wght" 400, "opsz" 48;
  font-size: 300%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .article_page .article_title {
    font-weight: 700;
  }
}
.article_page .article_subtitle {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.article_page .article_picture {
  margin-bottom: 2rem;
}
.article_page .article_body {
  font-size: var(--articleFontSize);
  line-height: 1.5;
  padding-top: 2rem;
  transition: font-size 0.5s;
  overflow: hidden;
}
.article_page .article_body p {
  padding-bottom: 2rem;
}

.article_page .article_body h2 {
  padding: 2rem 0;
}

.article_page .article_body .article__content-image .article__image-caption {
  font-style: italic;
  font-size: 80%;
}
.article_page .article_body .embed_article {
  display: grid;
  grid-template-columns: max-content 1fr auto;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  padding: 1em 0;
  margin: 1em 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.article_page .article_body .embed_article a {
  text-decoration: none;
}
.article_page .article_body .embed_article a:hover {
  text-decoration: underline;
}
.article_page .article_body .embed_article a :last-child {
  padding-left: auto;
  font-size: 150%;
}
.article_page .article_body .embed_article a img {
  display: block;
  min-width: 12rem;
}
.article_page .article_body .embed_article__text {
  display: flex;
  align-items: center;
}
.article_page .article_body .article__content-image--r50 {
  float: right;
  width: 50%;
  margin: 2rem 0 2rem 2rem;
}
.article_page .article_body .article__content-image--l50 {
  float: left;
  width: 50%;
  margin: 2rem 2rem 2rem 0;
}
.article_page .article_body .article__content-image--r30 {
  float: right;
  width: 30%;
  margin: 2rem 0 2rem 2rem;
}
.article_page .article_body .article__content-image--l30 {
  float: left;
  width: 30%;
  margin: 2rem 2rem 2rem 0;
}
@media (max-width: 480px) {
  .article_page .article_body .article__content-image {
    width: 100% !important;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 1280px) {
  .article_page .article {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .article_page .article_supertitle {
    font-size: 1.6rem;
  }
  .article_page .article_title {
    font-size: 3rem;
    font-variation-settings: "wdth" 100, "wght" 600, "opsz" 24;
  }
  .article_page .article_subtitle {
    font-size: 2rem;
  }
}
.article_page .article_related {
  grid-area: c;
  padding-top: 4rem;
}
.article_page .article_related h2 {
  margin-bottom: 2rem;
}
.article_page .article_related .teaser .title {
  font-size: 2rem;
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .article_page .article_related .teaser {
    grid-template-columns: minmax(3rem, 260px) 1fr;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .article_page .article_related .teaser {
    grid-template-columns: minmax(3rem, 260px) 1fr;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1536px) {
  .article_page .article_related .teaser {
    grid-template-columns: minmax(3rem, 260px) 1fr;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .article_page .article_related .teaser {
    grid-template-columns: minmax(3rem, 260px) 1fr;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .article_page .article_related .teaser {
    grid-template-columns: minmax(3rem, 260px) 1fr;
  }
}
@media (min-width: 2001px) {
  .article_page .article_related .teaser {
    grid-template-columns: minmax(3rem, 260px) 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .article_page .article_related .teaser .block_subtitle {
    display: none;
  }
}
.article_page .article ul {
  list-style-type: disc;
}
.article_page .article_sidebar {
  padding: 0;
}
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4 {
  margin-bottom: 2rem;
}
.article h1 {
  font-size: 140%;
}
.article h2 {
  font-size: 120%;
}
.article h3 {
  font-size: 110%;
}
.article h4 {
  font-size: 100%;
}
.article h5 {
  font-size: 90%;
}
.article h6 {
  font-size: 80%;
}
.article_page_multimedia .article_picture,
.article_page_short .article_picture {
  display: none;
}
.article_page .article ul {
  margin: 0 0 0 2rem;
}
.article_page .article__infobox-text {
  padding: 2rem;
  border-left: 0.75rem solid #4586c0;
}
.article_page .article__infobox-poudarek {
  padding: 2rem;
  background-color: rgba(33, 91, 162, 0.2);
}
.article_page .article__infobox-citat {
  position: relative;
  text-align: center;
  padding: 1rem 2rem 2rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.article_page .article__infobox-citat:before {
  position: relative;
  content: "";
  color: #215ba2;
  font-family: Font Awesome\6 Free;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  display: block;
  height: 100%;
}
.article_bottombar {
  grid-area: d;
}
.article_bottombar_block {
  margin: 1rem 0;
}
.article_bottombar .article_newsletter {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 1280px) {
  .article_bottombar .article_newsletter {
    margin: auto 12rem;
  }
}
@media only screen and (max-width: 900px) {
  .article_bottombar .article_newsletter {
    margin: auto 8rem;
  }
}
@media only screen and (max-width: 600px) {
  .article_bottombar .article_newsletter {
    margin: auto 0;
  }
}
.article_bottombar .article_comments,
.article_bottombar .article_tags {
  padding: 0;
  margin: auto 24rem;
}
@media only screen and (max-width: 1280px) {
  .article_bottombar .article_comments,
  .article_bottombar .article_tags {
    margin: auto 12rem;
  }
}
@media only screen and (max-width: 900px) {
  .article_bottombar .article_comments,
  .article_bottombar .article_tags {
    margin: auto 8rem;
  }
}
@media only screen and (max-width: 600px) {
  .article_bottombar .article_comments,
  .article_bottombar .article_tags {
    margin: auto 1rem;
  }
}
.article_bottombar .article_comments h3,
.article_bottombar .article_tags h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.article_bottombar .article_tags a {
  text-transform: none;
}
.article_bottombar .article_promo .promo_group {
  border-bottom: 1px solid #d8d8d8;
}
.article_bottombar .article_promo .promo_group:first-child {
  padding: 0 0 3rem !important;
  margin: 0 0 3rem !important;
}
.article_bottombar .article_promo .promo_group:last-child {
  border: none;
}
@media only screen and (max-width: 600px) {
  .article_bottombar .article_promo .promo_group {
    border: none;
  }
}
#dds-poll .pollquiz,
.dds-poll .pollquiz,
[data-id="dds-poll"] .pollquiz {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  overflow: hidden;
}
.article_page_longread .article_page_content {
  padding-top: 4rem;
}
.article_longread_header {
  --height: 70vh;
}
.article_longread_header .article_longread_content {
  position: absolute;
  margin-top: calc(4rem + var(--height) * -1);
  margin-left: 4rem;
}
@media only screen and (max-width: 900px) {
  .article_longread_header .article_longread_content {
    position: relative;
    margin: 0;
    padding: 4rem 2rem;
  }
}
.article_longread_header .article_longread_image {
  position: relative;
  height: var(--height);
  background-size: cover;
}
.article_longread_header .article_longread_categories {
  margin-bottom: 4rem;
}
.article_longread_header .article_longread_category {
  font-size: 1.8rem;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.5rem;
  text-transform: uppercase;
  color: #fff;
  margin-right: 2rem;
}
.article_longread_header .article_longread_category:hover {
  color: #fff;
}
.article_longread_header .article_longread_title {
  width: 50vw;
  font-size: 4vw;
  font-weight: 900;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.5vw;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .article_longread_header .article_longread_image {
    height: 55vw;
  }
  .article_longread_header .article_longread_content {
    text-align: center;
    background-color: #fff;
  }
  .article_longread_header .article_longread_title {
    width: 100%;
    font-size: 3.6rem;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
  }
  .article_longread_header .article_longread_category {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
  }
}
.article_page_column .article .authors_images,
.article_page_column .article_picture,
.article_page_longread .article_picture,
.article_page_longread .article_subtitle,
.article_page_longread .article_supertitle,
.article_page_longread .article_title {
  display: none;
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
  font-display: auto;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: Open Sans ST;
  font-style: normal;
  src: url(../fonts/OpenSans-Regular.ttf)
    format("truetype");
  font-display: auto;
}
@font-face {
  font-family: Open Sans ST;
  font-style: italic;
  src: url(../fonts/OpenSans-Italic.ttf)
    format("truetype");
  font-display: auto;
}
@font-face {
  font-family: Open Sans ST;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/OpenSans-Bold.ttf)
    format("truetype");
  font-display: auto;
}
@font-face {
  font-family: Open Sans ST;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/OpenSans-BoldItalic.ttf)
    format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "Source Serif 4 ST";
  font-style: normal;
  src: url(../fonts/SourceSerif4-Regular.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 400;
}
@font-face {
  font-family: "Source Serif 4 ST";
  font-style: italic;
  src: url(../fonts/SourceSerif4-Italic.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 400;
}
@font-face {
  font-family: "Source Serif 4 ST";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SourceSerif4-SemiBold.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 600;
}
@font-face {
  font-family: "Source Serif 4 ST";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/SourceSerif4-SemiBoldItalic.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 600;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  src: url(../fonts/Oswald-SemiBold.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 400;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: thin;
  src: url(../fonts/AfacadFlux-Thin.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 100;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: extralight;
  src: url(../fonts/AfacadFlux-ExtraLight.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 200;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: light;
  src: url(../fonts/AfacadFlux-Light.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 300;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  src: url(../fonts/AfacadFlux-Regular.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 400;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: semibold;
  src: url(../fonts/AfacadFlux-Bold.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 500;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AfacadFlux-Bold.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 600;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: extrabold;
  src: url(../fonts/AfacadFlux-Bold.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 700;
}
@font-face {
  font-family: Afacad flux;
  font-style: normal;
  font-weight: #000;
  src: url(../fonts/AfacadFlux-Bold.ttf)
    format("truetype");
  font-display: auto;
  font-weight: 800;
}
.article_share_buttons {
  display: flex;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin: 0 0 1rem;
  justify-content: center;
}
.article_share_buttons .share_icon_box {
  font-size: 3rem;
  color: inherit;
}
.article_share_buttons .share_icon_box:hover {
  color: #4586c0;
}
.storyArticle {
  --articleFontSize: 1.75rem;
  --w2: 100rem;
  --w2Padding: 12rem;
  font-family: Afacad flux, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .storyArticle {
    --w2Padding: 6rem;
  }
}
@media only screen and (max-width: 600px) {
  .storyArticle {
    --w2Padding: 2rem;
  }
}
.storyArticle a {
  color: #215ba2;
}
.storyArticle .header {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media only screen and (max-width: 900px) {
  .storyArticle .header {
    min-height: auto;
  }
}
.storyArticle .header .page_menu {
  flex: 0 1 auto;
  grid-area: a;
  width: 100%;
}
.storyArticle .header .articleTopImage .teaser_image {
  padding-top: calc(100vh - 10rem) !important;
  margin-bottom: calc((100vh - 10rem) * -1);
}
@media only screen and (max-width: 900px) {
  .storyArticle .header .articleTopImage .teaser_image {
    padding-top: 56.4% !important;
    margin-bottom: 0;
  }
}
.storyArticle .header .articleTopImage .title {
  position: relative;
  display: flex;
  align-items: end;
  height: calc(100vh - 10rem);
  line-height: 0.98;
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  max-width: var(--w2);
  margin: auto auto 4rem;
  padding: 0 var(--w2Padding) 4rem var(--w2Padding);
}
@media only screen and (max-width: 900px) {
  .storyArticle .header .articleTopImage .title {
    display: block;
    height: auto;
    padding: 2rem var(--w2Padding) 0 var(--w2Padding);
  }
}
.storyArticle .header .articleTopImage .title h1 {
  font-weight: 400;
  font-size: 7rem;
}
@media only screen and (max-width: 900px) {
  .storyArticle .header .articleTopImage .title h1 {
    color: #000;
    text-shadow: none;
  }
}
@media only screen and (max-width: 600px) {
  .storyArticle .header .articleTopImage .title h1 {
    font-size: 5rem;
  }
}
.storyArticle .content {
  font-size: var(--articleFontSize);
  line-height: 160%;
  max-width: var(--w2);
  margin: 0 auto;
  padding: var(--w2Padding);
  padding-top: 4rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .storyArticle .content {
    padding-top: 0;
  }
}
.storyArticle .content .subtitle {
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.storyArticle .content .article__content-image {
  background: #000;
  width: calc(100% + 2 * var(--w2Padding));
  margin-left: calc(var(--w2Padding) * -1);
}
.storyArticle .content .article__content-image .article__image-caption {
  color: #fff;
  padding: 0.5rem 1rem;
}
.storyArticle .content .article__img-tag-visible {
  display: block;
  visibility: hidden;
  width: 100%;
}
.storyArticle .content div[data-type="jwplayer"],
.storyArticle .content div[data-type="vimeo"],
.storyArticle .content div[data-type="youtube"] {
  width: calc(100% + 2 * var(--w2Padding));
  margin-left: calc(var(--w2Padding) * -1);
}
.storyArticle .content p {
  margin-bottom: 3rem;
}
.storyArticle .content h1,
.storyArticle .content h2,
.storyArticle .content h3,
.storyArticle .content h4,
.storyArticle .content h5,
.storyArticle .content h6,
.storyArticle .content p {
  margin: 2rem 0;
}
.storyArticle .content a,
.storyArticle .content h1,
.storyArticle .content h2,
.storyArticle .content h3,
.storyArticle .content h4,
.storyArticle .content h5,
.storyArticle .content h6,
.storyArticle .content p {
  overflow: hidden;
}
.storyArticle .mobileMenu {
  display: none;
  width: 40rem;
}
@media only screen and (max-width: 600px) {
  .storyArticle .mobileMenu {
    width: auto;
  }
}
.storyArticle .article_share_buttons {
  gap: 6rem;
  margin: 4rem auto;
}
@media only screen and (max-width: 900px) {
  .storyArticle .article_share_buttons {
    gap: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  .storyArticle .article_share_buttons {
    gap: 2rem;
  }
}
.storyArticle .article_share_buttons .share_icon_box:hover {
  cursor: pointer;
}
.storyArticle .article_share_buttons .share_icon_box:not(:hover) {
  opacity: 0.35;
}
.last_articles__page_content {
  position: relative;
  max-width: 1280px;
  background-color: #fff;
  margin: 0 auto;
}
.last_articles__page {
  --gap: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.last_articles__page_selector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
  margin: 2rem 0;
}
.last_articles__page_selector h1 {
  font-size: 3.6rem;
  font-variation-settings: "wdth" 700, "wght" 500, "opsz" 48;
  width: 100%;
}
.last_articles__page_datepicker {
  width: calc(30% - var(--gap) / 2);
}
.last_articles__page_datepicker input {
  height: auto;
}
@media only screen and (max-width: 600px) {
  .last_articles__page_datepicker {
    width: 100%;
  }
}
.last_articles__page_catpicker {
  width: calc(70% - var(--gap) / 2);
}
@media only screen and (max-width: 600px) {
  .last_articles__page_catpicker {
    width: 100%;
  }
}
.last_articles__page_paginator {
  margin: 2rem 0;
  padding: 4rem 0 0;
  border-top: 1px solid #d8d8d8;
}
.last_articles__page_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.last_articles__page_content .last_articles__teaser {
  --firstColumnWidth: 5rem;
  --gap: 4rem;
  position: relative;
  display: grid;
  grid-template-columns: var(--firstColumnWidth) calc(
      100% - var(--firstColumnWidth)
    );
  grid-gap: var(--gap);
  gap: var(--gap);
  margin-bottom: 2rem;
}
.last_articles__page_content
  .last_articles__teaser
  .last_articles__elapsed_time {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: var(--firstColumnWidth);
  font-size: 1.6rem;
  text-align: center;
}
.last_articles__page_content
  .last_articles__teaser
  .last_articles__elapsed_time
  .num {
  font-size: 3rem;
}
@media only screen and (max-width: 600px) {
  .last_articles__page_content
    .last_articles__teaser
    .last_articles__elapsed_time
    .num {
    font-size: 2rem;
  }
}
.last_articles__page_content .last_articles__teaser .teaser_horizontal_right {
  --imgWidth: 24rem;
  position: relative;
  grid-template-columns: auto var(--imgWidth);
  width: calc(100% - var(--firstColumnWidth));
}
.last_articles__page_content
  .last_articles__teaser
  .teaser_horizontal_right
  .block_image {
  width: var(--imgWidth);
}
.last_articles__page_content
  .last_articles__teaser
  .teaser_horizontal_right
  .block_title
  .title {
  font-size: 3rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 48;
}
@media only screen and (max-width: 900px) {
  .last_articles__page_content .last_articles__teaser .teaser_horizontal_right {
    --imgWidth: 18rem;
  }
  .last_articles__page_content
    .last_articles__teaser
    .teaser_horizontal_right
    .block_title
    .title {
    font-variation-settings: "wdth" 600, "wght" 500, "opsz" 24;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .last_articles__page_content .last_articles__teaser .teaser_horizontal_right {
    --imgWidth: 10rem;
  }
  .last_articles__page_content
    .last_articles__teaser
    .teaser_horizontal_right
    .block_title
    .title {
    font-size: 1.8rem;
  }
  .last_articles__page_content
    .last_articles__teaser
    .teaser_horizontal_right
    .block_subtitle {
    display: none;
  }
}
.last_articles__page_content
  .last_articles__teaser
  .teaser_horizontal_right:before {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
  left: -2rem;
}
.archive_page_content {
  position: relative;
  max-width: 1280px;
  background-color: #fff;
  margin: 0 auto;
}
.archive_page {
  --gap: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.archive_page_selector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
  margin: 2rem 0;
}
.archive_page_selector h1 {
  font-size: 3.6rem;
  font-variation-settings: "wdth" 700, "wght" 500, "opsz" 48;
  width: 100%;
}
.archive_page_datepicker {
  width: calc(30% - var(--gap) / 2);
}
.archive_page_datepicker input {
  height: auto;
}
@media only screen and (max-width: 600px) {
  .archive_page_datepicker {
    width: 100%;
  }
}
.archive_page_catpicker {
  width: calc(70% - var(--gap) / 2);
}
@media only screen and (max-width: 600px) {
  .archive_page_catpicker {
    width: 100%;
  }
}
.archive_page_paginator {
  margin: 2rem 0;
  padding: 4rem 0 0;
  border-top: 1px solid #d8d8d8;
}
.archive_page_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.archive_page_content .archive_teaser {
  --firstColumnWidth: 5rem;
  --gap: 4rem;
  position: relative;
  display: grid;
  grid-template-columns: var(--firstColumnWidth) calc(
      100% - var(--firstColumnWidth)
    );
  grid-gap: var(--gap);
  gap: var(--gap);
  margin-bottom: 2rem;
}
.archive_page_content .archive_teaser .archive_elapsed_time {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: var(--firstColumnWidth);
  font-size: 1.6rem;
  text-align: center;
}
.archive_page_content .archive_teaser .archive_elapsed_time .num {
  font-size: 3rem;
}
@media only screen and (max-width: 600px) {
  .archive_page_content .archive_teaser .archive_elapsed_time .num {
    font-size: 2rem;
  }
}
.archive_page_content .archive_teaser .teaser_horizontal_right {
  --imgWidth: 24rem;
  position: relative;
  grid-template-columns: auto var(--imgWidth);
  width: calc(100% - var(--firstColumnWidth));
}
.archive_page_content .archive_teaser .teaser_horizontal_right .block_image {
  width: var(--imgWidth);
}
.archive_page_content
  .archive_teaser
  .teaser_horizontal_right
  .block_title
  .title {
  font-size: 3rem;
  font-variation-settings: "wdth" 500, "wght" 500, "opsz" 48;
}
@media only screen and (max-width: 900px) {
  .archive_page_content .archive_teaser .teaser_horizontal_right {
    --imgWidth: 18rem;
  }
  .archive_page_content
    .archive_teaser
    .teaser_horizontal_right
    .block_title
    .title {
    font-variation-settings: "wdth" 600, "wght" 500, "opsz" 24;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .archive_page_content .archive_teaser .teaser_horizontal_right {
    --imgWidth: 10rem;
  }
  .archive_page_content
    .archive_teaser
    .teaser_horizontal_right
    .block_title
    .title {
    font-size: 1.8rem;
  }
  .archive_page_content
    .archive_teaser
    .teaser_horizontal_right
    .block_subtitle {
    display: none;
  }
}
.archive_page_content .archive_teaser .teaser_horizontal_right:before {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
  left: -2rem;
}
.tag_page_content {
  position: relative;
  display: grid;
  grid-gap: 4rem;
  gap: 4rem;
  grid-template-areas: "t t" ". .";
  grid-template-columns: 1fr 30rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .tag_page_content {
    grid-template-areas: "t" ".";
    grid-template-columns: 1fr;
  }
}
.tag_page_sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tag_page {
  position: relative;
  width: 100%;
}
.tag_page_title {
  grid-area: t;
}
.tag_page_title h1 {
  font-size: 3.6rem;
  font-variation-settings: "wdth" 700, "wght" 500, "opsz" 48;
}
.tag_page_teasers {
  position: relative;
  display: grid;
  grid-gap: 4rem;
  gap: 4rem;
  grid-template-areas: ". . .";
  grid-template-columns: repeat(3, calc(33.3% - 2.66rem));
}
.tag_page_teasers:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
@media only screen and (max-width: 900px) {
  .tag_page_teasers:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tag_page_teasers {
    grid-template-areas: ".";
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.tag_page_teasers .teaser {
  position: relative;
}
.tag_page_teasers .teaser:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.tag_page_teasers .teaser:nth-of-type(3n):after {
  display: none;
}
.tag_page_teasers .teaser:nth-of-type(3n + 1):before {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: -2rem;
  height: 0.5px;
  width: 100%;
  right: 0;
  left: 0;
  width: calc(300% + 8rem);
}
@media only screen and (max-width: 768px) {
  .tag_page_teasers .teaser:after,
  .tag_page_teasers .teaser:before {
    display: none !important;
  }
}
.tag_page_paginator {
  margin: 2rem 0;
  padding: 4rem 0;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 768px) {
  .tag_page_paginator {
    border-top: 1px solid #d8d8d8;
  }
}
.author_page_content {
  position: relative;
  display: grid;
  grid-template-columns: auto 30rem;
  grid-column-gap: 4rem;
  column-gap: 4rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .author_page_content {
    column-gap: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .author_page_content {
    grid-template-columns: 1fr;
  }
}
.author_page {
  position: relative;
}
.author_page_center {
  margin: 0 4rem;
}
@media only screen and (max-width: 1280px) {
  .author_page_center {
    margin: 0 4rem 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .author_page_center {
    margin: 0;
  }
}
.author_page_author {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .author_page_author {
    margin-top: 0;
  }
}
.author_page_articles {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 2rem;
}
.author_page_articles h2 {
  font-size: 3.6rem;
  font-variation-settings: "wdth" 700, "wght" 500, "opsz" 48;
  margin: 2rem 0;
}
.author_page_articles .teaser {
  grid-template-columns: 76% minmax(1rem, 12%) minmax(3rem, 12%);
}
.author_page_articles .teaser .title {
  font-size: 3rem;
  font-variation-settings: "wdth" 700, "wght" 500, "opsz" 48;
}
@media only screen and (max-width: 768px) {
  .author_page_articles .teaser .block_subtitle {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .author_page_articles .teaser .title {
    font-size: 2rem;
  }
}
.author_page_paginator {
  margin: 0;
  padding: 4rem 0;
  border-bottom: 1px solid #d8d8d8;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --oswald: Oswald, "Open Sans", Verdana, Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  --sans: "Open Sans ST", Verdana, Arial, "Helvetica Neue", Helvetica,
    sans-serif;
}
@supports (font-variation-settings: "wdth" 115) {
  :root {
    --sans: "Open Sans", Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 62.5%;
}
body.promotion {
  background-color: #a9a9a9;
}
body {
  font-family: "Source Serif 4 ST", Georgia, Garamond, Times New Roman, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  box-sizing: border-box;
  background-color: #d8d8d8;
}
@supports (font-variation-settings: "wdth" 115) {
  body {
    font-family: "Source Serif 4 ST", Georgia, Garamond, Times New Roman, serif;
  }
}
.hidden {
  display: none;
}
.nobreak {
  white-space: nowrap;
}
.page_centered__wrapper_promotion {
  background: transparent;
}
.homepage .page_centered__wrapper {
  padding: 2rem;
}
.page_centered {
  position: relative;
}
.page_centered__wrapper {
  max-width: 1280px;
  padding: 0 2rem 2rem;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.page_centered__wrapper .container_content {
  --gap: 4rem;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 0.5px;
  --line-color: #d8d8d8;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 300px;
  grid-template-areas: "box0 box0 box0 box1";
  grid-column-gap: var(--gap);
  column-gap: var(--gap);
}
@media (max-width: 1280px) {
  .page_centered__wrapper .container_content {
    grid-template-areas: "box0" "box1";
    grid-template-columns: repeat(1, 1fr);
  }
}
.page_centered__wrapper .container_content__box {
  position: relative;
}
.page_centered__wrapper .container_content__box:after {
  position: absolute;
  background-color: #d8d8d8;
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  width: 0.5px;
  right: -2rem;
}
.page_centered__wrapper .container_content__box:nth-last-of-type(-n + 1):after {
  display: none;
}
@media (max-width: 1280px) {
  .page_centered__wrapper
    .container_content__box:nth-last-of-type(-n + 2):after {
    display: none;
  }
}
.page_centered__wrapper .container_content_left {
  grid-area: box0;
}
.page_centered__wrapper .container_content_right {
  grid-area: box1;
}
.page_centered__wrapper .container_left {
  position: absolute;
  display: none;
  width: 160px;
  height: 100%;
  top: 0;
  left: -160px;
}
@media (min-width: 1570px) {
  .page_centered__wrapper .container_left {
    display: block;
  }
}
.page_centered__wrapper .container_right {
  position: absolute;
  display: none;
  width: 160px;
  height: 100%;
  top: 0;
  right: -160px;
}
@media (min-width: 1570px) {
  .page_centered__wrapper .container_right {
    display: block;
  }
}
.page_centered__wrapper .pos-wallpaper-left {
  position: -webkit-sticky;
  position: sticky;
  float: left;
  top: 50px;
  width: 160px;
  height: 600px;
}
.page_centered__wrapper .pos-wallpaper-right {
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 50px;
  width: 160px;
  height: 600px;
}
.adzone-pos-banner-first-block-mobile {
  max-width: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.embed-container {
  width: 100%;
  overflow: hidden;
}
.err_heading__k2us2 {
  text-align: center;
}
.err_heading__k2us2,
.err_text__3CP8T {
  font-family: Lora;
  font-weight: 400;
}
.err_logo__QCx5j {
  width: 20rem;
}
.err_image__C1fq_ {
  width: 30rem;
}
.err_loader__plFEt {
  width: 80px;
  aspect-ratio: 1;
  color: #215ba2;
  background: conic-gradient(currentColor 0 270deg, transparent 0);
  border-radius: 50%;
  animation: err_l14-0__oOVGp 4s linear infinite;
}
.err_loader__plFEt:before {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  border-top-left-radius: 100px;
  background: currentColor;
  animation: err_l14__NLJhu 0.5s infinite alternate;
}
@keyframes err_l14-0__oOVGp {
  0%,
  24.99% {
    transform: rotate(0deg);
  }
  25%,
  49.99% {
    transform: rotate(90deg);
  }
  50%,
  74.99% {
    transform: rotate(180deg);
  }
  75%,
  to {
    transform: rotate(270deg);
  }
}
@keyframes err_l14__NLJhu {
  to {
    transform: translate(-10px, -10px);
  }
}
.footerA_u-no-padding__JWLyK {
  padding: 0 !important;
}
.footerA_u-margin-0__SfoPb,
.footerA_u-no-margin__nW421 {
  margin: 0 !important;
}
.footerA_u-margin-top-0__msBLh {
  margin-top: 0 !important;
}
.footerA_u-margin-right-0__cNWzn {
  margin-right: 0 !important;
}
.footerA_u-margin-bottom-0__6PYhi {
  margin-bottom: 0 !important;
}
.footerA_u-margin-left-0__fy7nv {
  margin-left: 0 !important;
}
.footerA_u-margin-side-0__T01S0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footerA_u-margin-1__y_TBV {
  margin: 0.1rem !important;
}
.footerA_u-margin-top-1__uH7mT {
  margin-top: 0.1rem !important;
}
.footerA_u-margin-right-1__GOgSr {
  margin-right: 0.1rem !important;
}
.footerA_u-margin-bottom-1__SYPAF {
  margin-bottom: 0.1rem !important;
}
.footerA_u-margin-left-1__7MFxD {
  margin-left: 0.1rem !important;
}
.footerA_u-margin-side-1__cEt79 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}
.footerA_u-margin-2__e_h0P {
  margin: 0.2rem !important;
}
.footerA_u-margin-top-2__iUySJ {
  margin-top: 0.2rem !important;
}
.footerA_u-margin-right-2__L8oVg {
  margin-right: 0.2rem !important;
}
.footerA_u-margin-bottom-2__YOqjG {
  margin-bottom: 0.2rem !important;
}
.footerA_u-margin-left-2___TijQ {
  margin-left: 0.2rem !important;
}
.footerA_u-margin-side-2__0qufH {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}
.footerA_u-margin-4__E_gZa {
  margin: 0.4rem !important;
}
.footerA_u-margin-top-4__rKfaN {
  margin-top: 0.4rem !important;
}
.footerA_u-margin-right-4__OB9rn {
  margin-right: 0.4rem !important;
}
.footerA_u-margin-bottom-4__4EqTz {
  margin-bottom: 0.4rem !important;
}
.footerA_u-margin-left-4___x6yS {
  margin-left: 0.4rem !important;
}
.footerA_u-margin-side-4__K2atJ {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}
.footerA_u-margin-8__0iTY5 {
  margin: 0.8rem !important;
}
.footerA_u-margin-top-8__FVbnT {
  margin-top: 0.8rem !important;
}
.footerA_u-margin-right-8__p9NQJ {
  margin-right: 0.8rem !important;
}
.footerA_u-margin-bottom-8__OisiJ {
  margin-bottom: 0.8rem !important;
}
.footerA_u-margin-left-8__C5u5K {
  margin-left: 0.8rem !important;
}
.footerA_u-margin-side-8__J5uDq {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
.footerA_u-margin-12__ILDaU {
  margin: 1.2rem !important;
}
.footerA_u-margin-top-12__bnwpd {
  margin-top: 1.2rem !important;
}
.footerA_u-margin-right-12__4loAj {
  margin-right: 1.2rem !important;
}
.footerA_u-margin-bottom-12__UCH_A {
  margin-bottom: 1.2rem !important;
}
.footerA_u-margin-left-12__9IfFX {
  margin-left: 1.2rem !important;
}
.footerA_u-margin-side-12__KYq3s {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}
.footerA_u-margin-16__wUHUx {
  margin: 1.6rem !important;
}
.footerA_u-margin-top-16__cFJsb {
  margin-top: 1.6rem !important;
}
.footerA_u-margin-right-16__KY7ec {
  margin-right: 1.6rem !important;
}
.footerA_u-margin-bottom-16___6GMV {
  margin-bottom: 1.6rem !important;
}
.footerA_u-margin-left-16__3tt3p {
  margin-left: 1.6rem !important;
}
.footerA_u-margin-side-16__Fmt2H {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}
.footerA_u-margin-20__oY6Yl {
  margin: 2rem !important;
}
.footerA_u-margin-top-20__KYN8v {
  margin-top: 2rem !important;
}
.footerA_u-margin-right-20__ezTZ8 {
  margin-right: 2rem !important;
}
.footerA_u-margin-bottom-20__ACswp {
  margin-bottom: 2rem !important;
}
.footerA_u-margin-left-20__oqc1N {
  margin-left: 2rem !important;
}
.footerA_u-margin-side-20__VT_mF {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.footerA_u-margin-24__F4bPs {
  margin: 2.4rem !important;
}
.footerA_u-margin-top-24__bhyfC {
  margin-top: 2.4rem !important;
}
.footerA_u-margin-right-24__Sz6DF {
  margin-right: 2.4rem !important;
}
.footerA_u-margin-bottom-24__OUj0X {
  margin-bottom: 2.4rem !important;
}
.footerA_u-margin-left-24__sm1zS {
  margin-left: 2.4rem !important;
}
.footerA_u-margin-side-24__OB_sR {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}
.footerA_u-margin-30__wp1CD {
  margin: 3rem !important;
}
.footerA_u-margin-top-30__UsBr3 {
  margin-top: 3rem !important;
}
.footerA_u-margin-right-30__RvPIT {
  margin-right: 3rem !important;
}
.footerA_u-margin-bottom-30__zI7i_ {
  margin-bottom: 3rem !important;
}
.footerA_u-margin-left-30__g1TBY {
  margin-left: 3rem !important;
}
.footerA_u-margin-side-30__6CY37 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.footerA_u-margin-32__1Snrn {
  margin: 3.2rem !important;
}
.footerA_u-margin-top-32__1xRLk {
  margin-top: 3.2rem !important;
}
.footerA_u-margin-right-32__e4dyw {
  margin-right: 3.2rem !important;
}
.footerA_u-margin-bottom-32__1yD0W {
  margin-bottom: 3.2rem !important;
}
.footerA_u-margin-left-32__jRPkk {
  margin-left: 3.2rem !important;
}
.footerA_u-margin-side-32__5hzQ1 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}
.footerA_u-margin-40__8UV3L {
  margin: 4rem !important;
}
.footerA_u-margin-top-40__PvfWO {
  margin-top: 4rem !important;
}
.footerA_u-margin-right-40__dyegw {
  margin-right: 4rem !important;
}
.footerA_u-margin-bottom-40__yxHmy {
  margin-bottom: 4rem !important;
}
.footerA_u-margin-left-40__q9olB {
  margin-left: 4rem !important;
}
.footerA_u-margin-side-40__cDh3K {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.footerA_u-margin-48__gHfxE {
  margin: 4.8rem !important;
}
.footerA_u-margin-top-48__EHIeE {
  margin-top: 4.8rem !important;
}
.footerA_u-margin-right-48__Mwz5P {
  margin-right: 4.8rem !important;
}
.footerA_u-margin-bottom-48__TYo5y {
  margin-bottom: 4.8rem !important;
}
.footerA_u-margin-left-48__7VVHn {
  margin-left: 4.8rem !important;
}
.footerA_u-margin-side-48__hdbj2 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}
.footerA_u-margin-56__dElFm {
  margin: 5.6rem !important;
}
.footerA_u-margin-top-56__yf5Sw {
  margin-top: 5.6rem !important;
}
.footerA_u-margin-right-56__Ffono {
  margin-right: 5.6rem !important;
}
.footerA_u-margin-bottom-56__zgFcm {
  margin-bottom: 5.6rem !important;
}
.footerA_u-margin-left-56__WL1qy {
  margin-left: 5.6rem !important;
}
.footerA_u-margin-side-56__k_tgH {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}
.footerA_u-margin-64__5pYA0 {
  margin: 6.4rem !important;
}
.footerA_u-margin-top-64__Jmv9s {
  margin-top: 6.4rem !important;
}
.footerA_u-margin-right-64__uwW2R {
  margin-right: 6.4rem !important;
}
.footerA_u-margin-bottom-64__Ofarb {
  margin-bottom: 6.4rem !important;
}
.footerA_u-margin-left-64__rEPE0 {
  margin-left: 6.4rem !important;
}
.footerA_u-margin-side-64__etXnC {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}
.footerA_u-margin-80__QYjZt {
  margin: 8rem !important;
}
.footerA_u-margin-top-80__ql_rU {
  margin-top: 8rem !important;
}
.footerA_u-margin-right-80__sdrID {
  margin-right: 8rem !important;
}
.footerA_u-margin-bottom-80__d5DaO {
  margin-bottom: 8rem !important;
}
.footerA_u-margin-left-80__WWPEq {
  margin-left: 8rem !important;
}
.footerA_u-margin-side-80__bj0BM {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.footerA_u-margin-88__JV7hS {
  margin: 8.8rem !important;
}
.footerA_u-margin-top-88__EnAWk {
  margin-top: 8.8rem !important;
}
.footerA_u-margin-right-88__muKlh {
  margin-right: 8.8rem !important;
}
.footerA_u-margin-bottom-88__mDeK5 {
  margin-bottom: 8.8rem !important;
}
.footerA_u-margin-left-88____Ouz {
  margin-left: 8.8rem !important;
}
.footerA_u-margin-side-88__dl52y {
  margin-left: 8.8rem !important;
  margin-right: 8.8rem !important;
}
.footerA_u-padding-0__hlT_b {
  padding: 0 !important;
}
.footerA_u-padding-top-0__f1hmX {
  padding-top: 0 !important;
}
.footerA_u-padding-right-0__SAq_v {
  padding-right: 0 !important;
}
.footerA_u-padding-bottom-0__uq_oa {
  padding-bottom: 0 !important;
}
.footerA_u-padding-left-0__scqXA {
  padding-left: 0 !important;
}
.footerA_u-padding-side-0__Yqq2J {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footerA_u-padding-1__5tfOR {
  padding: 0.1rem !important;
}
.footerA_u-padding-top-1__2KB6L {
  padding-top: 0.1rem !important;
}
.footerA_u-padding-right-1__RrBU9 {
  padding-right: 0.1rem !important;
}
.footerA_u-padding-bottom-1__D2tSX {
  padding-bottom: 0.1rem !important;
}
.footerA_u-padding-left-1__chEY5 {
  padding-left: 0.1rem !important;
}
.footerA_u-padding-side-1__EnTl7 {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}
.footerA_u-padding-2__KYHSA {
  padding: 0.2rem !important;
}
.footerA_u-padding-top-2__sabt3 {
  padding-top: 0.2rem !important;
}
.footerA_u-padding-right-2__NLlek {
  padding-right: 0.2rem !important;
}
.footerA_u-padding-bottom-2__gbKL3 {
  padding-bottom: 0.2rem !important;
}
.footerA_u-padding-left-2__MbVga {
  padding-left: 0.2rem !important;
}
.footerA_u-padding-side-2__lfHOT {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}
.footerA_u-padding-4__mgQv1 {
  padding: 0.4rem !important;
}
.footerA_u-padding-top-4___cI7D {
  padding-top: 0.4rem !important;
}
.footerA_u-padding-right-4__s3ViP {
  padding-right: 0.4rem !important;
}
.footerA_u-padding-bottom-4__O7fFf {
  padding-bottom: 0.4rem !important;
}
.footerA_u-padding-left-4__E2Ybe {
  padding-left: 0.4rem !important;
}
.footerA_u-padding-side-4___NGUP {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}
.footerA_u-padding-8__ck8_B {
  padding: 0.8rem !important;
}
.footerA_u-padding-top-8__6O1MW {
  padding-top: 0.8rem !important;
}
.footerA_u-padding-right-8__JSw97 {
  padding-right: 0.8rem !important;
}
.footerA_u-padding-bottom-8__JRxOi {
  padding-bottom: 0.8rem !important;
}
.footerA_u-padding-left-8__vZ4uA {
  padding-left: 0.8rem !important;
}
.footerA_u-padding-side-8__rG5b_ {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.footerA_u-padding-12__qYB36 {
  padding: 1.2rem !important;
}
.footerA_u-padding-top-12__CZecx {
  padding-top: 1.2rem !important;
}
.footerA_u-padding-right-12___2FDd {
  padding-right: 1.2rem !important;
}
.footerA_u-padding-bottom-12__KfyBH {
  padding-bottom: 1.2rem !important;
}
.footerA_u-padding-left-12__lMAc3 {
  padding-left: 1.2rem !important;
}
.footerA_u-padding-side-12__E6EUt {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.footerA_u-padding-16__hteIl {
  padding: 1.6rem !important;
}
.footerA_u-padding-top-16__NsyLo {
  padding-top: 1.6rem !important;
}
.footerA_u-padding-right-16__GrCvX {
  padding-right: 1.6rem !important;
}
.footerA_u-padding-bottom-16__IV97G {
  padding-bottom: 1.6rem !important;
}
.footerA_u-padding-left-16__Q59cI {
  padding-left: 1.6rem !important;
}
.footerA_u-padding-side-16__hUH4T {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.footerA_u-padding-20__2bwRM {
  padding: 2rem !important;
}
.footerA_u-padding-top-20__tNM63 {
  padding-top: 2rem !important;
}
.footerA_u-padding-right-20__xoFWN {
  padding-right: 2rem !important;
}
.footerA_u-padding-bottom-20__u5htM {
  padding-bottom: 2rem !important;
}
.footerA_u-padding-left-20__hMYcx {
  padding-left: 2rem !important;
}
.footerA_u-padding-side-20__tkTiQ {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.footerA_u-padding-24__pZ3l9 {
  padding: 2.4rem !important;
}
.footerA_u-padding-top-24__SUj6I {
  padding-top: 2.4rem !important;
}
.footerA_u-padding-right-24__EolhU {
  padding-right: 2.4rem !important;
}
.footerA_u-padding-bottom-24__UFB7J {
  padding-bottom: 2.4rem !important;
}
.footerA_u-padding-left-24__AUVq2 {
  padding-left: 2.4rem !important;
}
.footerA_u-padding-side-24__c_eQ0 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.footerA_u-padding-30__hdky4 {
  padding: 3rem !important;
}
.footerA_u-padding-top-30__AqZnB {
  padding-top: 3rem !important;
}
.footerA_u-padding-right-30__UnpGe {
  padding-right: 3rem !important;
}
.footerA_u-padding-bottom-30__CBbpC {
  padding-bottom: 3rem !important;
}
.footerA_u-padding-left-30___dfA7 {
  padding-left: 3rem !important;
}
.footerA_u-padding-side-30__tONX2 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.footerA_u-padding-32__gL2Fp {
  padding: 3.2rem !important;
}
.footerA_u-padding-top-32__lI1lt {
  padding-top: 3.2rem !important;
}
.footerA_u-padding-right-32__2VLK_ {
  padding-right: 3.2rem !important;
}
.footerA_u-padding-bottom-32__umguI {
  padding-bottom: 3.2rem !important;
}
.footerA_u-padding-left-32__KGE9V {
  padding-left: 3.2rem !important;
}
.footerA_u-padding-side-32__rhTYK {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}
.footerA_u-padding-40__FkuGs {
  padding: 4rem !important;
}
.footerA_u-padding-top-40__I7jb5 {
  padding-top: 4rem !important;
}
.footerA_u-padding-right-40__8nEh3 {
  padding-right: 4rem !important;
}
.footerA_u-padding-bottom-40__Ivw4R {
  padding-bottom: 4rem !important;
}
.footerA_u-padding-left-40__BQZXG {
  padding-left: 4rem !important;
}
.footerA_u-padding-side-40__Pi_IZ {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.footerA_u-padding-48__lTIpd {
  padding: 4.8rem !important;
}
.footerA_u-padding-top-48__UYIE_ {
  padding-top: 4.8rem !important;
}
.footerA_u-padding-right-48__iy_Qy {
  padding-right: 4.8rem !important;
}
.footerA_u-padding-bottom-48__kqMMq {
  padding-bottom: 4.8rem !important;
}
.footerA_u-padding-left-48__aaG2E {
  padding-left: 4.8rem !important;
}
.footerA_u-padding-side-48__kyWQ2 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}
.footerA_u-padding-56__XZ9Ws {
  padding: 5.6rem !important;
}
.footerA_u-padding-top-56__Y1d6L {
  padding-top: 5.6rem !important;
}
.footerA_u-padding-right-56__1BFlI {
  padding-right: 5.6rem !important;
}
.footerA_u-padding-bottom-56__Tzx1j {
  padding-bottom: 5.6rem !important;
}
.footerA_u-padding-left-56__OjIUK {
  padding-left: 5.6rem !important;
}
.footerA_u-padding-side-56__lUg_d {
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}
.footerA_u-padding-64__g4d3Y {
  padding: 6.4rem !important;
}
.footerA_u-padding-top-64__7x_6Z {
  padding-top: 6.4rem !important;
}
.footerA_u-padding-right-64__fUGRp {
  padding-right: 6.4rem !important;
}
.footerA_u-padding-bottom-64__Z7qR4 {
  padding-bottom: 6.4rem !important;
}
.footerA_u-padding-left-64__eIhpd {
  padding-left: 6.4rem !important;
}
.footerA_u-padding-side-64__LMfjR {
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}
.footerA_u-padding-80__fsHM3 {
  padding: 8rem !important;
}
.footerA_u-padding-top-80__51b8b {
  padding-top: 8rem !important;
}
.footerA_u-padding-right-80__HFBBO {
  padding-right: 8rem !important;
}
.footerA_u-padding-bottom-80__On4CZ {
  padding-bottom: 8rem !important;
}
.footerA_u-padding-left-80__CSzoy {
  padding-left: 8rem !important;
}
.footerA_u-padding-side-80__PRtkp {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.footerA_u-padding-88__2qfsC {
  padding: 8.8rem !important;
}
.footerA_u-padding-top-88__Aj21S {
  padding-top: 8.8rem !important;
}
.footerA_u-padding-right-88__Mwzqz {
  padding-right: 8.8rem !important;
}
.footerA_u-padding-bottom-88__bdyfG {
  padding-bottom: 8.8rem !important;
}
.footerA_u-padding-left-88__xWB96 {
  padding-left: 8.8rem !important;
}
.footerA_u-padding-side-88__WwJfe {
  padding-left: 8.8rem !important;
  padding-right: 8.8rem !important;
}
.footerA_footer_a__exTJ8 {
  display: grid;
  grid-template-areas: "left   center right" "bottom bottom bottom";
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1px;
  column-gap: 1px;
  grid-row-gap: 1px;
  row-gap: 1px;
  font-size: 1.2rem;
  background-color: #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .footerA_footer_a__exTJ8 {
    grid-template-areas: "left" "center" "right" "bottom";
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .footerA_footer_a__exTJ8 {
    grid-template-areas: "left" "center" "right" "bottom";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .footerA_footer_a__exTJ8 {
    grid-template-areas: "left" "center" "right" "bottom";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .footerA_footer_a__exTJ8 {
    grid-template-areas: "left" "center" "right" "bottom";
    grid-template-columns: 1fr;
  }
}
.footerA_footer_a__menu__XoCB5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6rem;
}
.footerA_footer_a__menu_title__FRhiU {
  font-weight: 700;
  text-align: center;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 2rem;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_left__oZtO4 {
  grid-area: left;
  font-size: 1.5rem;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_center__H618u {
  display: block;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_right__mydET {
  grid-area: right;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_right__mydET a {
  color: gray;
  text-decoration: none;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_right__mydET ul {
  width: 100%;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_right__mydET ul li {
  margin: 1em 0 0;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_right__mydET ul ul,
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_right__mydET ul ul li {
  margin: 0;
}
.footerA_footer_a__exTJ8 .footerA_box__NeNmH.footerA_bottom__g_PfP {
  grid-area: bottom;
  display: block;
  text-align: center;
}
.footerA_footer_a__exTJ8
  .footerA_box__NeNmH.footerA_bottom__g_PfP
  .footerA_pipe__zgmnt {
  margin: 0 0.5em 0.5em;
  display: inline-block;
}
.footerA_footer_a__exTJ8
  .footerA_box__NeNmH.footerA_bottom__g_PfP
  .footerA_link__RGk7l {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5em;
}
