*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "SRG SSR Type", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.admin-bar .header, body.admin-bar .header-mobile-nav {
  top: 46px !important;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .header, body.admin-bar .header-mobile-nav {
    top: 32px !important;
  }
}
body.admin-bar .header.outside, body.admin-bar .header-mobile-nav.outside {
  top: 0 !important;
}
@media only screen and (max-width: 601px) {
  body #wpadminbar {
    position: fixed;
  }
}

.base-page {
  background: #fff;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.4rem;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1550px) {
  .container {
    max-width: 1508px;
  }
}

@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/srgssrtype_lt.woff2") format("woff2"), url("../fonts/srgssrtype_lt.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/srgssrtype_rg.woff2") format("woff2"), url("../fonts/srgssrtype_rg.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/srgssrtype_it.woff2") format("woff2"), url("../fonts/srgssrtype_it.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/srgssrtype_md.woff2") format("woff2"), url("../fonts/srgssrtype_md.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/srgssrtype_bd.woff2") format("woff2"), url("../fonts/srgssrtype_bd.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/srgssrtype_bdit.woff2") format("woff2"), url("../fonts/srgssrtype_bdit.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SRG SSR Type";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/srgssrtype_he.woff2") format("woff2"), url("../fonts/srgssrtype_he.woff") format("woff");
}
.hidden {
  display: none;
}

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

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

.btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.75;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  appearance: none;
  display: inline-block;
  padding: 0.9rem 2.5rem;
  border: none;
  border-radius: 0;
  text-align: center;
  transition: 0.3s;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 1.8rem;
    padding: 1.6rem 5.5rem;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background: #38aca5;
  color: #fff;
}
.btn-primary:hover {
  background: #bf1f5a;
}

.m-0 {
  margin: 0 !important;
}

.default-color {
  color: #222222 !important;
}

.header-spacer {
  height: 8.2rem;
}
@media (min-width: 360px) {
  .header-spacer {
    height: 8.2rem;
  }
}
@media (min-width: 1200px) {
  .header-spacer {
    height: 16rem;
  }
}
@media (min-width: 1550px) {
  .header-spacer {
    height: 18.6rem;
  }
}

.header-ribbon-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
}
.header-ribbon-icons img {
  display: block;
  height: 2rem;
}

.header-ribbon-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
  min-height: 5rem;
  color: #fff;
  background: #bf1f5a;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.18;
  padding: 0 2.6rem 0 2.2rem;
  transition: 0.3s;
}
.header-ribbon-btn:hover {
  background: #38aca5;
}
.header-ribbon-btn img {
  width: 0.7rem;
}

.header-l11n {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
}
.header-l11n__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 1550px) {
  .header-l11n__btn {
    font-size: 2rem;
  }
}
.header-l11n__btn:hover {
  color: #561a4d;
}
.header-l11n__btn img {
  display: block;
  height: 1.3rem;
  transform: rotate(90deg);
}
.header-l11n__menu {
  position: absolute;
  top: 100%;
  left: -3rem;
  z-index: 2;
  min-width: 100%;
  display: none;
  row-gap: 1rem;
  padding: 1.5rem 3rem 2rem 3rem;
  background: #fff;
  border: 0.1rem solid rgba(112, 112, 112, 0.5019607843);
  border-top: none;
}
.header-l11n__menu.open {
  display: flex;
  flex-direction: column;
}
.header-l11n__menu a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: rgba(34, 34, 34, 0.5);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  transition: 0.3s;
  white-space: nowrap;
}
@media (min-width: 1550px) {
  .header-l11n__menu a {
    font-size: 2rem;
  }
}
.header-l11n__menu a:hover {
  color: #bf1f5a;
}

div.asl_r {
  margin-top: 1px !important;
}
div.asl_r .etc, div.asl_r .asl_desc {
  display: none;
}
div.asl_r .asl_content {
  padding: 1rem 1rem !important;
}
div.asl_r .asl_content a {
  color: #222222 !important;
}

.header-search {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 0 1.5rem;
}
.header-search__btn img {
  display: block;
  width: 1.6rem;
}
.header-search__form {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  min-width: 46rem;
  display: none;
  background: #fff;
  border: 0.1rem solid rgba(112, 112, 112, 0.5019607843);
  border-top: none;
  border-bottom: none;
}
.header-search__form.open {
  display: block;
}
.header-search__form input {
  display: block;
  padding: 1.4rem 6rem 1.4rem 2rem;
  width: 100%;
  font-family: "SRG SSR Type", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  outline: none !important;
  border: none;
  color: #222222;
}
.header-search__form input::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
@media only screen and (min-width: 1200px) {
  .header-search__form input {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search__form input {
    font-size: 20px;
  }
}
.header-search__form div.asl_w {
  border-bottom: 1px solid #b5b5b5;
  box-shadow: none;
}
.header-search__form div.asl_w .probox {
  height: auto !important;
  align-items: center;
  padding-right: 2rem;
}
.header-search__form div.asl_m .proinput input.orig {
  display: block !important;
  padding: 1.4rem 6rem 1.4rem 2rem !important;
  width: 100% !important;
  font-family: "SRG SSR Type", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 0;
  outline: none !important;
  border: none !important;
  color: #222222 !important;
}
.header-search__form-ico {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}
.header-search__form-ico img {
  display: block;
  width: 1.6rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(73%) saturate(2108%) hue-rotate(285deg) brightness(97%) contrast(93%);
}

.header-mobile-nav {
  display: none;
}
.header-mobile-nav.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  border-top: 0.5rem solid #222222;
  background: #2d2d2d;
}
@media only screen and (min-width: 1200px) {
  .header-mobile-nav {
    display: none !important;
  }
}
.header-mobile-nav__top {
  background: #fff;
}
.header-mobile-nav__top-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 7.9rem;
}
.header-mobile-nav__bottom {
  height: calc(100vh - 7.9rem);
  overflow-y: auto;
}
.header-mobile-nav__logo {
  position: absolute;
  left: 0;
  bottom: -2.8rem;
}
@media (min-width: 1200px) {
  .header-mobile-nav__logo {
    bottom: -3.3rem;
  }
}
@media (min-width: 1550px) {
  .header-mobile-nav__logo {
    bottom: -4.1rem;
  }
}
.header-mobile-nav__logo img {
  display: block;
  width: 15.4rem;
}
@media (min-width: 1200px) {
  .header-mobile-nav__logo img {
    width: 18rem;
  }
}
@media (min-width: 1550px) {
  .header-mobile-nav__logo img {
    width: 22.6rem;
  }
}
.header-mobile-nav__socials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.4rem;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .header-mobile-nav__socials {
    column-gap: 4.8rem;
  }
}
.header-mobile-nav__socials > div {
  display: flex;
  column-gap: 3.4rem;
}
.header-mobile-nav__socials .header-search__btn img {
  width: 2.2rem;
}
.header-mobile-nav__socials a img {
  display: block;
  height: 2.8rem;
}
@media only screen and (min-width: 1200px) {
  .header-mobile-nav__socials a img {
    height: 3.6rem;
  }
}
.header-mobile-nav__socials a:hover {
  opacity: 0.7;
}
.header-mobile-nav__search-form {
  display: none;
}
.header-mobile-nav__search-form div.asl_w .probox {
  height: 38px;
  padding-top: 10px;
}
.header-mobile-nav__padding {
  padding: 0 0 15rem 0;
}
.header-mobile-nav__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.header-mobile-nav__close img {
  width: 2.2rem;
}
.header-mobile-nav .wpml-ls-legacy-dropdown {
  margin-top: 4rem;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  color: #e3d729;
  font-weight: 600;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after {
  background: url(../images/icn_arrow_forward_yellow.svg) no-repeat center center;
  position: relative !important;
  top: -1px;
  right: 0;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: relative;
  border: 0;
  background: transparent;
  display: none;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #ffffff;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  background: transparent !important;
  color: #e3d729 !important;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: transparent !important;
  color: #e3d729 !important;
}
.header-mobile-nav .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  display: flex;
}
.header-mobile-nav .navigation__list {
  padding-top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  transition: 0.3s;
  border-top: 0.5rem solid #222222;
}
@media (min-width: 1200px) {
  .header {
    border-top: 0;
  }
}
.header.outside {
  transform: translateY(calc(-100% - 5rem));
}
.header__ribbon {
  display: none;
  background: #222222;
}
@media (min-width: 1200px) {
  .header__ribbon {
    display: block;
  }
}
.header__ribbon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__ribbon-container {
    min-height: 5rem;
  }
}
.header__ribbon-l {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
}
.header__ribbon-r {
  display: flex;
  column-gap: 2.3rem;
}
.header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .header__content {
    padding: 5rem 0 4rem 0;
  }
}
@media (min-width: 1550px) {
  .header__content {
    padding: 6.4rem 0 5rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    display: block !important;
  }
}
.header__logo {
  position: absolute;
  left: 0;
  bottom: -2.8rem;
}
@media (min-width: 1200px) {
  .header__logo {
    bottom: -3.3rem;
  }
}
@media (min-width: 1550px) {
  .header__logo {
    bottom: -4.1rem;
  }
}
.header__logo img {
  display: block;
  width: 15.4rem;
}
@media (min-width: 1200px) {
  .header__logo img {
    width: 18rem;
  }
}
@media (min-width: 1550px) {
  .header__logo img {
    width: 22.6rem;
  }
}
.header__toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
}
@media (min-width: 1200px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle img {
  width: 3.2rem;
}

.navigation > ul {
  list-style: none;
  margin: 0;
  padding: 4.5rem 0 5rem 0;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul {
    display: flex;
    column-gap: 3.8rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1550px) {
  .navigation > ul {
    column-gap: 5.7rem;
  }
}
.navigation > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navigation > ul > li.has-childs > a span {
  position: relative;
  padding: 0 2.4rem 0 0;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li.has-childs > a span::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 2rem;
    height: 1.3rem;
    background: url(../images/icn_arrow_forward_white.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) saturate(100%);
    transform: rotate(90deg);
  }
}
.navigation > ul > li.has-childs:hover ul {
  display: block;
}
.navigation > ul > li > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul {
    display: none;
    background: #fff;
    padding: 1rem 0 1.2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul {
    position: absolute;
    top: 100%;
    left: -3rem;
    min-width: calc(100% + 6rem);
  }
}
.navigation > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > ul > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1.3rem 0;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul > li > a {
    padding: 0.9rem 3rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #a7a7a7;
  }
}
@media only screen and (min-width: 1550px) {
  .navigation > ul > li > ul > li > a {
    font-size: 2rem;
  }
}
.navigation > ul > li > ul > li > a span {
  position: relative;
}
.navigation > ul > li > ul > li > a:hover {
  color: #bf1f5a;
}
.navigation > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 1.4rem 0;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > a {
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.125;
    color: #222222;
  }
}
@media only screen and (min-width: 1550px) {
  .navigation > ul > li > a {
    font-size: 2rem;
  }
}
.navigation > ul > li > a:hover, .navigation > ul > li > a.current-page-parent, .navigation > ul > li > a.current-menu-item, .navigation > ul > li > a.current-post-ancestor {
  color: #bf1f5a;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > a:hover span::after, .navigation > ul > li > a.current-page-parent span::after, .navigation > ul > li > a.current-menu-item span::after, .navigation > ul > li > a.current-post-ancestor span::after {
    content: "";
    filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(5014%) hue-rotate(323deg) brightness(89%) contrast(90%);
  }
}

.footer {
  padding: 6rem 0 0 0;
}
@media (min-width: 1200px) {
  .footer {
    padding: 8rem 0 0 0;
  }
}
.footer__main {
  background: rgba(34, 34, 34, 0.9);
}
.footer__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4.6rem 0 5rem 0;
  row-gap: 4rem;
}
@media (min-width: 500px) {
  .footer__content {
    padding: 4.6rem 0 2.6rem 0;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    padding: 9rem 0 7.5rem 0;
  }
}
.footer__logo {
  position: absolute;
  top: -5.8rem;
  left: 0;
}
@media (min-width: 1200px) {
  .footer__logo {
    top: -6.8rem;
  }
}
@media (min-width: 1550px) {
  .footer__logo {
    top: -8.5rem;
  }
}
.footer__logo img {
  display: block;
  width: 15.4rem;
}
@media (min-width: 1200px) {
  .footer__logo img {
    width: 18rem;
  }
}
@media (min-width: 1550px) {
  .footer__logo img {
    width: 22.6rem;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  width: 100%;
  max-width: 60%;
}
.footer__links ul {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links ul li {
  position: relative;
  margin: 0 0 2.4rem 0;
  padding: 0;
}
.footer__links ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 0;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer__links ul li a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1550px) {
  .footer__links ul li a {
    font-size: 2.3rem;
  }
}
.footer__links ul li a:hover, .footer__links ul li a.current {
  color: #e3d729;
  text-decoration: none;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.4rem;
}
@media only screen and (min-width: 1200px) {
  .footer__socials {
    column-gap: 4.8rem;
  }
}
.footer__socials a img {
  height: 2.8rem;
}
@media only screen and (min-width: 1200px) {
  .footer__socials a img {
    height: 3.6rem;
  }
}
.footer__socials a:hover {
  opacity: 0.7;
}
.footer__bottom {
  padding: 4.6rem 0 4.2rem 0;
  background: #222222;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1550px) {
  .footer__bottom {
    font-size: 2.3rem;
  }
}
.footer__bottom a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.footer__bottom a:hover {
  color: #e3d729;
  text-decoration: none;
}
.footer__bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 3rem;
}
@media only screen and (min-width: 1550px) {
  .footer__bottom .container {
    justify-content: space-between;
  }
}
.footer__bottom-l {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7rem;
  row-gap: 2rem;
  justify-content: center;
}
.footer__bottom-l-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
}
.footer__bottom-r {
  margin: 0 auto;
}

.section-intro-video {
  padding: 0 0 5rem 0;
}
@media (min-width: 1200px) {
  .section-intro-video {
    padding: 0 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .section-intro-video .container {
    padding: 0;
  }
}

.section-intro-header {
  background: #38aca5;
}

.intro-header {
  padding: 5rem 0 2.5rem 0;
}
.intro-header__title {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .intro-header__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .intro-header__title {
    font-size: 2rem;
  }
}

.section-panel-text--blue {
  background: #38aca5;
  color: #fff;
}

.panel-text {
  padding: 1.8rem 0 2.4rem 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .panel-text {
    padding: 8.4rem 0 9.6rem 0;
  }
}
.panel-text__title {
  display: block;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .panel-text__title {
    font-size: 4.6rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1550px) {
  .panel-text__title {
    font-size: 5.6rem;
    margin: 0 0 3rem 0;
  }
}
.panel-text__texts {
  display: block;
  max-width: 112.2rem;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .panel-text__texts {
    font-size: 2.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-text__texts {
    font-size: 3.3rem;
  }
}

.section-panel-boxes--cream {
  background: #fbfbfb;
}
.section-panel-boxes--separator {
  padding-top: 10rem;
}

.panel-boxes__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4.4rem 0 5rem 0;
  column-gap: 3.6rem;
  row-gap: 6.7rem;
}
@media (min-width: 1200px) {
  .panel-boxes__list {
    padding: 13rem 0 10rem 0;
    column-gap: 5.8rem;
    row-gap: 13rem;
  }
}
.panel-boxes__item {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .panel-boxes__item {
    width: calc(50% - 2.9rem);
  }
}
.panel-boxes__image {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .panel-boxes__image {
    margin-top: 4rem;
  }
}
.panel-boxes__image img {
  max-width: 100%;
  display: inline-block !important;
}
.panel-boxes__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .panel-boxes__row {
    flex-direction: row;
    column-gap: 2.5rem;
  }
}
@media only screen and (min-width: 1550px) {
  .panel-boxes__row {
    column-gap: 5rem;
  }
}
.panel-boxes__row .panel-boxes__item {
  flex: 1;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 991px) {
  .panel-boxes__row .panel-boxes__item {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 1550px) {
  .panel-boxes__row .panel-boxes__item {
    margin-bottom: 13rem;
  }
}
.panel-boxes__row-zahlen {
  column-gap: 0 !important;
}

.panel-box-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  min-height: 100%;
  padding: 2.6rem 1.5rem;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1200px) {
  .panel-box-card {
    padding: 3rem;
  }
}
@media (min-width: 1550px) {
  .panel-box-card {
    padding: 4rem;
  }
}
.panel-box-card--mh-48 {
  min-height: 24rem;
}
@media (min-width: 1200px) {
  .panel-box-card--mh-48 {
    min-height: 48rem;
  }
}
.panel-box-card--pink {
  background-color: #bf1f5a !important;
  color: #fff;
}
.panel-box-card--pink .panel-box-card__ribbon {
  background: #cc4c7b;
}
.panel-box-card--pink .panel-box-card__ribbon::before {
  border-color: #d9799c transparent transparent transparent;
}
.panel-box-card--default {
  color: #fff;
  background-color: #bf1f5a;
}
.panel-box-card--default .panel-box-card__ribbon {
  background: #cc4c7b;
}
.panel-box-card--default .panel-box-card__ribbon::before {
  border-color: #d9799c transparent transparent transparent;
}
.panel-box-card--pink-border {
  padding: 1.5rem;
  background-color: #fff !important;
  border: 0.1rem solid #bf1f5a;
  color: #222222;
}
@media (min-width: 1200px) {
  .panel-box-card--pink-border {
    padding: 2rem;
  }
}
@media (min-width: 1550px) {
  .panel-box-card--pink-border {
    padding: 2.5rem;
  }
}
.panel-box-card--pink-border .panel-box-card__ribbon {
  background: #cc4c7b;
  color: #fff;
}
.panel-box-card--pink-border .panel-box-card__ribbon::before {
  border-color: #d9799c transparent transparent transparent;
}
.panel-box-card--pink-border .panel-box-card__tags {
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .panel-box-card--pink-border .panel-box-card__tags {
    margin: 0 0 2rem 0;
  }
}
.panel-box-card--pink-border .panel-box-card__title {
  max-width: 100%;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 1200px) {
  .panel-box-card--pink-border .panel-box-card__title {
    margin: 0 0 3rem 0;
  }
}
.panel-box-card--pink-border .panel-box-card__subtitle {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .panel-box-card--pink-border .panel-box-card__subtitle {
    margin: 0 0 5rem 0;
  }
}
.panel-box-card--purple {
  background-color: #561a4d !important;
  color: #fff;
}
.panel-box-card--purple .panel-box-card__ribbon {
  background: #784871;
}
.panel-box-card--purple .panel-box-card__ribbon::before {
  border-color: #9a7694 transparent transparent transparent;
}
.panel-box-card-homepage {
  padding: 0;
}
.panel-box-card__ribbon {
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14.6rem;
  height: 2.6rem;
  padding: 0 1rem;
  text-align: center;
  line-height: 1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: inherit;
  z-index: 1;
}
@media (min-width: 1550px) {
  .panel-box-card__ribbon {
    top: -3rem;
    right: -3rem;
    min-width: 28.4rem;
    height: 5rem;
    font-size: 2rem;
  }
}
.panel-box-card__ribbon::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1.6rem 0 0;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 1550px) {
  .panel-box-card__ribbon::before {
    border-width: 3rem 3rem 0 0;
  }
}
.panel-box-card .slick-dots {
  bottom: -3rem;
}
@media (min-width: 1200px) {
  .panel-box-card .slick-dots {
    bottom: -3.8rem;
  }
}
.panel-box-card .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 8px;
}
.panel-box-card .slick-dots li.slick-active button {
  background: #bf1f5a;
}
.panel-box-card .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.2rem solid #bf1f5a;
  border-radius: 50%;
  opacity: 1;
}
.panel-box-card .slick-dots li button::before {
  content: "";
}
.panel-box-card__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1550px) {
  .panel-box-card__content {
    gap: 3rem;
  }
}
.panel-box-card__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  row-gap: 2.5rem;
}
@media (min-width: 1200px) {
  .panel-box-card__content-wrapper {
    row-gap: 5rem;
  }
}
.panel-box-card__content-top {
  flex: 1;
}
.panel-box-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 1rem 0;
}
.panel-box-card__tag {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  background: #bf1f5a;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .panel-box-card__tag {
    font-size: 1.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-box-card__tag {
    font-size: 2rem;
  }
}
.panel-box-card__tag:hover {
  opacity: 0.7;
}
.panel-box-card__title {
  display: block;
  max-width: 52rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .panel-box-card__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-box-card__title {
    font-size: 4.7rem;
  }
}
.panel-box-card__title-zahlen {
  color: #222222 !important;
}
.panel-box-card__subtitle {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .panel-box-card__subtitle {
    font-size: 2.4rem;
  }
}
@media (min-width: 1550px) {
  .panel-box-card__subtitle {
    font-size: 2.7rem;
  }
}
.panel-box-card__text {
  display: block;
  max-width: 47rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .panel-box-card__text {
    font-size: 2rem;
    padding: 0 0 1.5rem 0;
  }
}
@media (min-width: 1550px) {
  .panel-box-card__text {
    font-size: 2.3rem;
  }
}
.panel-box-card__subtext {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .panel-box-card__subtext {
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .panel-box-card__subtext {
    font-size: 2rem;
  }
}
.panel-box-card__sharing-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .panel-box-card__sharing-links {
    gap: 2rem;
  }
}
.panel-box-card__sharing-links a {
  text-decoration: none;
  transition: 0.3s;
}
.panel-box-card__sharing-links a:hover {
  opacity: 0.7;
}
.panel-box-card__sharing-links img {
  width: 3.6rem;
}
@media (min-width: 1200px) {
  .panel-box-card__sharing-links img {
    width: 4.6rem;
  }
}

a.panel-box-card {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
a.panel-box-card:hover {
  opacity: 0.9;
}

.section-panel-cards--dark {
  background: #222222;
}
.section-panel-cards--simple .panel-cards {
  padding: 2.2rem 0 6rem 0;
}
@media (min-width: 1200px) {
  .section-panel-cards--simple .panel-cards {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-panel-cards .container {
    padding: 0;
  }
}

.panel-cards {
  padding: 2.2rem 0 6rem 0;
}
@media (min-width: 1200px) {
  .panel-cards {
    padding: 7rem 0 9rem 0;
  }
}
.panel-cards__title {
  display: block;
  margin: 0 0 2.4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #e3d729;
  text-align: center;
}
@media (min-width: 1200px) {
  .panel-cards__title {
    font-size: 3.8rem;
    margin: 0 0 5rem 0;
  }
}
@media (min-width: 1550px) {
  .panel-cards__title {
    font-size: 4.7rem;
    margin: 0 0 7rem 0;
  }
}
.panel-cards__list {
  width: calc(100% + 1.6rem) !important;
  margin: 0 -0.8rem !important;
}
@media (min-width: 1200px) {
  .panel-cards__list {
    width: calc(100% + 2.8rem) !important;
    margin: 0 -1.4rem !important;
  }
}
.panel-cards__item {
  padding: 0 0.8rem;
}
@media (min-width: 1200px) {
  .panel-cards__item {
    padding: 0 1.4rem;
  }
}
.panel-cards .slick-dots {
  bottom: -3.8rem;
}
.panel-cards .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 8px;
}
.panel-cards .slick-dots li.slick-active button {
  background: #fff;
}
.panel-cards .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.panel-cards .slick-dots li button::before {
  content: "";
}
@media (min-width: 991px) {
  .panel-cards .slick-list {
    padding: 0 !important;
  }
}
.panel-cards .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.panel-cards .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
}
.panel-cards .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.panel-cards .slick-list .slick-track .slick-slide > div .panel-cards__item {
  height: 100%;
}
.panel-cards .slick-list .slick-track .slick-slide > div .panel-cards__item .panel-card-item {
  height: 100%;
}

.panel-card-item {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #e3d729;
  background: #161616;
}
.panel-card-item__image {
  overflow: hidden;
}
.panel-card-item__image img {
  transition: 0.3s;
  display: block;
  width: 100%;
  max-height: 31.7rem;
  object-fit: cover;
}
.panel-card-item__image a:hover img {
  transform: scale(1.05);
}
.panel-card-item__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
}
@media (min-width: 1200px) {
  .panel-card-item__content-wrapper {
    padding: 2.4rem 1.6rem 2.6rem 1.6rem;
  }
}
.panel-card-item__content {
  flex: 1;
}
.panel-card-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 1rem 0;
}
.panel-card-item__tag {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  background: #e3d729;
  color: #222222;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .panel-card-item__tag {
    font-size: 1.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-card-item__tag {
    font-size: 2rem;
  }
}
.panel-card-item__tag:hover {
  opacity: 0.7;
}
.panel-card-item__title {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.3rem;
  color: #e3d729;
}
@media (min-width: 1200px) {
  .panel-card-item__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1550px) {
  .panel-card-item__title {
    font-size: 3.3rem;
  }
}
.panel-card-item__title a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.panel-card-item__title a:hover {
  opacity: 0.7;
}
.panel-card-item__text {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .panel-card-item__text {
    font-size: 2rem;
  }
}
@media (min-width: 1550px) {
  .panel-card-item__text {
    font-size: 2.3rem;
  }
}
.panel-card-item__text a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.panel-card-item__text a:hover {
  opacity: 0.7;
}
.panel-card-item__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.panel-card-item__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
  min-height: 3.7rem;
  font-family: "SRG SSR Type", sans-serif;
  background: #e3d729;
  color: #222222;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.18;
  padding: 0 1.8rem 0 1.6rem;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .panel-card-item__btn {
    font-size: 1.6rem;
    min-height: 4.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-card-item__btn {
    font-size: 1.8rem;
    min-height: 5rem;
  }
}
.panel-card-item__btn:hover {
  opacity: 0.7;
}
.panel-card-item__btn span {
  display: block;
  padding: 0.1rem 0 0 0;
}
.panel-card-item__btn img {
  width: 0.7rem;
  filter: brightness(0) saturate(100%);
}

@media only screen and (max-width: 767px) {
  .section-panel-tiles--p0 .container {
    padding: 0;
  }
}
.section-panel-tiles--p0 .panel-tiles {
  padding: 4rem 0 15rem 0;
}
@media (min-width: 1200px) {
  .section-panel-tiles--p0 .panel-tiles {
    padding: 9rem 0 15rem 0;
  }
}

.panel-tiles {
  padding: 4rem 0 4rem 0;
}
@media (min-width: 1200px) {
  .panel-tiles {
    padding: 9rem 0 6rem 0;
  }
}
.panel-tiles--pt0 {
  padding: 0rem 0 4rem 0;
}
@media (min-width: 1200px) {
  .panel-tiles--pt0 {
    padding: 0rem 0 6rem 0;
  }
}
.panel-tiles__title {
  display: block;
  margin: 0 0 2.4rem 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #38aca5;
  text-align: center;
  padding: 0 3.4rem;
}
@media only screen and (min-width: 768px) {
  .panel-tiles__title {
    max-width: 720px;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 991px) {
  .panel-tiles__title {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .panel-tiles__title {
    max-width: 1120px;
    font-size: 3.6rem;
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1550px) {
  .panel-tiles__title {
    max-width: 1508px;
    font-size: 4.7rem;
  }
}
.panel-tiles__list {
  width: calc(100% + 1.6rem) !important;
  margin: 0 -0.8rem !important;
}
@media (min-width: 1200px) {
  .panel-tiles__list {
    width: calc(100% + 2.6rem) !important;
    margin: 0 -1.3rem !important;
  }
}
.panel-tiles__list--classic {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media (min-width: 1200px) {
  .panel-tiles__list--classic {
    row-gap: 10rem;
  }
}
.panel-tiles__list--classic .panel-tiles__item {
  width: 100%;
}
@media (min-width: 550px) {
  .panel-tiles__list--classic .panel-tiles__item {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .panel-tiles__list--classic .panel-tiles__item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .panel-tiles__list--classic .panel-tiles__item {
    width: 33.33%;
  }
}
.panel-tiles__list--classic .panel-tiles__item .panel-tile-item {
  height: 100%;
}
.panel-tiles__item {
  padding: 0 0.8rem;
}
@media (min-width: 1200px) {
  .panel-tiles__item {
    padding: 0 1.3rem;
  }
}
.panel-tiles .slick-dots {
  bottom: -3.8rem;
}
.panel-tiles .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 8px;
}
.panel-tiles .slick-dots li.slick-active button {
  background: #38aca5;
}
.panel-tiles .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.2rem solid #38aca5;
  border-radius: 50%;
  opacity: 1;
}
.panel-tiles .slick-dots li button::before {
  content: "";
}
@media (min-width: 1200px) {
  .panel-tiles .slick-list {
    padding: 0 !important;
  }
}
.panel-tiles .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.panel-tiles .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
}
.panel-tiles .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.panel-tiles .slick-list .slick-track .slick-slide > div .panel-tiles__item {
  height: 100%;
}
.panel-tiles .slick-list .slick-track .slick-slide > div .panel-tiles__item .panel-tile-item {
  height: 100%;
}

.panel-tile-item {
  display: flex;
  flex-direction: column;
}
.panel-tile-item--pink .panel-tile-item__tag,
.panel-tile-item--pink .panel-tile-item__btn {
  background: #bf1f5a;
}
.panel-tile-item--pink .panel-tile-item__title {
  color: #bf1f5a;
}
@media (min-width: 1550px) {
  .panel-tile-item--pink .panel-tile-item__title {
    font-size: 3.3rem;
  }
}
@media (min-width: 1550px) {
  .panel-tile-item--pink .panel-tile-item__text {
    font-size: 2.3rem;
  }
}
.panel-tile-item__image {
  overflow: hidden;
}
.panel-tile-item__image img {
  transition: 0.3s;
  display: block;
  width: 100%;
}
.panel-tile-item__image a:hover img {
  transform: scale(1.05);
}
.panel-tile-item__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0 0 0;
}
@media (min-width: 1200px) {
  .panel-tile-item__content-wrapper {
    padding: 1.8rem 0 0 0;
  }
}
.panel-tile-item__content {
  flex: 1;
}
.panel-tile-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 1rem 0;
}
.panel-tile-item__tag {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  background: #38aca5;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .panel-tile-item__tag {
    font-size: 1.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-tile-item__tag {
    font-size: 2rem;
  }
}
.panel-tile-item__tag:hover {
  opacity: 0.7;
}
.panel-tile-item__title {
  display: block;
  margin: 0 0 0.6rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #38aca5;
}
@media (min-width: 1200px) {
  .panel-tile-item__title {
    font-size: 2.4rem;
    margin: 0 0 1.2rem 0;
  }
}
@media (min-width: 1550px) {
  .panel-tile-item__title {
    font-size: 2.7rem;
  }
}
.panel-tile-item__title a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.panel-tile-item__title a:hover {
  opacity: 0.7;
}
.panel-tile-item__text {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .panel-tile-item__text {
    font-size: 1.8rem;
    margin: 0 0 2.4rem 0;
  }
}
@media (min-width: 1550px) {
  .panel-tile-item__text {
    font-size: 2rem;
  }
}
.panel-tile-item__text a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.panel-tile-item__text a:hover {
  opacity: 0.7;
}
.panel-tile-item__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.panel-tile-item__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
  min-height: 3.6rem;
  font-family: "SRG SSR Type", sans-serif;
  background: #38aca5;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.18;
  padding: 0 0.8rem;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .panel-tile-item__btn {
    font-size: 1.6rem;
    min-height: 4.6rem;
    padding: 0 1.8rem 0 1.6rem;
  }
}
@media (min-width: 1550px) {
  .panel-tile-item__btn {
    font-size: 1.8rem;
    min-height: 5rem;
  }
}
.panel-tile-item__btn:hover {
  opacity: 0.7;
}
.panel-tile-item__btn span {
  display: block;
  padding: 0.1rem 0 0 0;
}
.panel-tile-item__btn img {
  width: 0.7rem;
}

.page-content {
  padding: 4rem 0 2rem 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .page-content {
    padding: 9rem 0 6rem 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .page-content {
    font-size: 2rem;
  }
}
.page-content__titelos {
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .page-content__titelos {
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .page-content__titelos {
    font-size: 4.7rem;
  }
}
.page-content__titelos small {
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .page-content__titelos small {
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .page-content__titelos small {
    font-size: 2rem;
  }
}
.page-content h1, .page-content h2 {
  display: block;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: #bf1f5a;
}
@media (min-width: 1200px) {
  .page-content h1, .page-content h2 {
    font-size: 4.6rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1550px) {
  .page-content h1, .page-content h2 {
    font-size: 5.6rem;
    margin: 0 0 3rem 0;
  }
}
.page-content h2 {
  color: #222222;
  font-size: 2.8rem;
}
@media (min-width: 1200px) {
  .page-content h2 {
    font-size: 3.7rem;
  }
}
@media (min-width: 1550px) {
  .page-content h2 {
    font-size: 4.7rem;
  }
}
.page-content h3 {
  display: block;
  margin: 0 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.18;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .page-content h3 {
    font-size: 3rem;
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1550px) {
  .page-content h3 {
    font-size: 3.9rem;
    margin: 0 0 3.5rem 0;
  }
}
.page-content h3 small {
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .page-content h3 small {
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .page-content h3 small {
    font-size: 2rem;
  }
}
.page-content h4 {
  display: block;
  margin: 0 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  /*color: tokens.$color-secondary;*/
}
@media (min-width: 1200px) {
  .page-content h4 {
    font-size: 2.8rem;
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1550px) {
  .page-content h4 {
    font-size: 3.3rem;
    margin: 0 0 3.5rem 0;
  }
}
.page-content h5 {
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.26;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .page-content h5 {
    font-size: 2.4rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1550px) {
  .page-content h5 {
    font-size: 2.7rem;
  }
}
.page-content h6 {
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .page-content h6 {
    margin: 0 0 2.5rem 0;
  }
}
.page-content p {
  margin: 0 0 3rem 0;
  font-size: 1.9rem;
  line-height: 1.53;
}
.page-content ul {
  text-align: left;
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media (max-width: 767px) {
  .page-content ul {
    display: table;
    margin: 0 auto 3rem auto !important;
  }
}
.page-content ul li {
  position: relative;
  margin: 2rem 0;
  padding: 0 0 0 2.5rem;
}
@media (min-width: 1200px) {
  .page-content ul li {
    padding: 0 0 0 3.1rem;
  }
}
.page-content ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-radius: 50%;
  background: #222222;
}
@media (min-width: 1200px) {
  .page-content ul li::before {
    top: 0.1rem;
    width: 2rem;
    height: 2rem;
  }
}
.page-content ol {
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.page-content ol li {
  margin: 0 0 2rem 0;
  padding: 0 0 0 4rem;
  position: relative;
  counter-increment: ol-counter;
}
@media (min-width: 1200px) {
  .page-content ol li {
    margin: 0 0 3rem 0;
    padding: 0 0 0 7rem;
  }
}
.page-content ol li::before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: counter(ol-counter);
  font-size: 6rem;
  line-height: 0.8;
  border-radius: 100%;
  color: #bf1f5a;
  font-weight: 600;
  font-family: "SRG SSR Type", sans-serif;
}
@media (min-width: 1200px) {
  .page-content ol li::before {
    font-size: 10rem;
    line-height: 0.8;
  }
}
.page-content ul strong,
.page-content ul b,
.page-content ol strong,
.page-content ol b,
.page-content table strong,
.page-content table b,
.page-content p strong,
.page-content p b {
  font-weight: 800;
}
.page-content ul strong a::after,
.page-content ul b a::after,
.page-content ol strong a::after,
.page-content ol b a::after,
.page-content table strong a::after,
.page-content table b a::after,
.page-content p strong a::after,
.page-content p b a::after {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icn_arrrow_away_bold_purple.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .page-content ul strong a::after,
  .page-content ul b a::after,
  .page-content ol strong a::after,
  .page-content ol b a::after,
  .page-content table strong a::after,
  .page-content table b a::after,
  .page-content p strong a::after,
  .page-content p b a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-content ul a,
.page-content ol a,
.page-content table a,
.page-content p a {
  display: inline;
  position: relative;
  color: #bf1f5a;
  text-underline-offset: 0.2rem;
  transition: 0.3s;
  white-space: nowrap;
}
.page-content ul a:hover,
.page-content ol a:hover,
.page-content table a:hover,
.page-content p a:hover {
  text-decoration: none;
}
.page-content ul a::after,
.page-content ol a::after,
.page-content table a::after,
.page-content p a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.2rem;
  background: url(../images/icn_arrow_away_light_pink.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .page-content ul a::after,
  .page-content ol a::after,
  .page-content table a::after,
  .page-content p a::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.page-content img {
  max-width: 100%;
}
.page-content__hg-text {
  line-height: 1.25;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .page-content__hg-text {
    font-size: 2.4rem;
  }
}
@media (min-width: 1550px) {
  .page-content__hg-text {
    font-size: 2.7rem;
  }
}
.page-content__row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5rem;
}
@media (min-width: 991px) {
  .page-content__row--inverted {
    flex-direction: row-reverse;
  }
}
.page-content__row-c {
  width: 100%;
}
@media (min-width: 991px) {
  .page-content__row-c {
    width: calc(50% - 2.5rem);
  }
}
.page-content__row-separator {
  height: 2rem;
}
@media (min-width: 991px) {
  .page-content__row-separator {
    height: 7rem;
  }
}
.page-content__detail {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  line-height: 1.3;
}
.page-content__mid {
  padding: 1.5rem 0;
  text-align: center;
}
.page-content__mid .media-wrapper {
  display: inline-block;
  max-width: 100%;
}
.page-content__mid .media-wrapper .media-caption {
  text-align: left;
}
.page-content__container {
  width: 100%;
  max-width: 73rem;
  margin: 0 auto;
}
.page-content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 1.5rem 0;
}
.page-content__tag {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  transition: 0.3s;
  cursor: default;
}
@media (min-width: 1200px) {
  .page-content__tag {
    font-size: 1.6rem;
  }
}
@media (min-width: 1550px) {
  .page-content__tag {
    font-size: 2rem;
  }
}
.page-content__tag-separator {
  border-left: 2px solid #fff;
  padding: 0.5rem 0;
  height: 1.2rem;
  margin: auto 0;
}
@media (min-width: 1200px) {
  .page-content__tag-separator {
    height: 1.6rem;
  }
}
@media (min-width: 1550px) {
  .page-content__tag-separator {
    height: 2rem;
  }
}
.page-content__tag-separator-reverse {
  border-color: #222222;
}
.page-content__tag-reverse {
  color: #222222;
}
.page-content__color-box {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  padding: 0 0 4rem 0;
}
@media (min-width: 1200px) {
  .page-content__color-box {
    row-gap: 10rem;
    padding: 0 0 9rem 0;
  }
}
.page-content__side-color-box {
  display: flex;
  justify-content: center;
  padding: 3rem 0 4rem 0;
}
@media (min-width: 1200px) {
  .page-content__side-color-box {
    padding: 6rem 0 9rem 0;
    justify-content: flex-end;
  }
}
.page-content__side-color-box .color-box {
  width: 100%;
  max-width: 85rem;
}
@media (min-width: 1200px) {
  .page-content__side-color-box .color-box {
    transform: translateX(15%);
  }
}
.page-content__separator {
  width: 100%;
  height: 0.1rem;
  background: #707070;
  margin: 1.7rem 0;
}
.page-content__sharing {
  padding: 0 0 8rem 0;
}
.page-content__sharing-title, .page-content__comment-title {
  display: block;
  margin: 0 0 1.7rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #bf1f5a;
}
@media (min-width: 1200px) {
  .page-content__sharing-title, .page-content__comment-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1550px) {
  .page-content__sharing-title, .page-content__comment-title {
    font-size: 2.7rem;
  }
}
.page-content__sharing-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .page-content__sharing-links {
    gap: 2rem;
  }
}
.page-content__sharing-links a {
  text-decoration: none;
  transition: 0.3s;
}
.page-content__sharing-links a:hover {
  opacity: 0.7;
}
.page-content__sharing-links img {
  width: 3.6rem;
}
@media (min-width: 1200px) {
  .page-content__sharing-links img {
    width: 4.6rem;
  }
}

.color-box {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  padding: 1.8rem 1.5rem;
}
@media (min-width: 768px) {
  .color-box {
    padding: 3.5rem 4rem;
  }
}
@media (min-width: 1200px) {
  .color-box {
    padding: 4.5rem 6rem;
  }
}
.color-box--center {
  text-align: center;
}
.color-box--blue {
  background: #38aca5;
  color: #fff;
}
.color-box--azure {
  background: #54b5cc;
  color: #fff;
}
.color-box--yellow {
  background: #e3d729;
  color: #fff;
}
.color-box--default {
  color: #fff;
}
.color-box__arr-ico {
  margin: 1rem 0 0 0;
  font-size: 7rem;
  line-height: 0.1;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .color-box__arr-ico {
    margin: 0;
    font-size: 10rem;
    line-height: 0.4;
    transform: translateX(-1rem);
  }
}
@media (min-width: 1550px) {
  .color-box__arr-ico {
    font-size: 14rem;
    line-height: 0.5;
    transform: translateX(-2rem);
  }
}
.color-box__title {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .color-box__title {
    font-size: 4.6rem;
  }
}
@media (min-width: 1550px) {
  .color-box__title {
    font-size: 5.6rem;
  }
}
.color-box__subtitle {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .color-box__subtitle {
    font-size: 2.6rem;
  }
}
@media (min-width: 1550px) {
  .color-box__subtitle {
    font-size: 3.3rem;
  }
}
.color-box__texts {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .color-box__texts {
    font-size: 2.4rem;
  }
}
@media (min-width: 1550px) {
  .color-box__texts {
    font-size: 2.7rem;
  }
}
.color-box__quote {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .color-box__quote {
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .color-box__quote {
    font-size: 4.7rem;
  }
}
.color-box__quote p:last-child {
  display: inline;
}
.color-box__name {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .color-box__name {
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .color-box__name {
    font-size: 4.7rem;
  }
}
.color-box__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.color-box__link a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .color-box__link a {
    font-size: 2.4rem;
  }
}
@media (min-width: 1550px) {
  .color-box__link a {
    font-size: 2.7rem;
  }
}
.color-box__link a:hover {
  text-decoration: none;
}
.color-box__link a img {
  width: 1.6rem;
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(571%) hue-rotate(146deg) brightness(114%) contrast(100%);
}
.color-box__list ol {
  margin: -2rem 0 1.5rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.color-box__list ol li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 2.5rem;
  position: relative;
  counter-increment: ol-counter;
}
@media (min-width: 1200px) {
  .color-box__list ol li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2.5rem;
  }
}
.color-box__list ol li::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  content: counter(ol-counter) ".";
  font-size: 1.6rem;
  background: transparent;
  border-radius: 0;
  color: #fff;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .color-box__list ol li::before {
    font-size: 1.8rem;
    line-height: 1.15;
  }
}
@media (min-width: 1550px) {
  .color-box__list ol li::before {
    font-size: 2rem;
    line-height: 1.15;
  }
}

.comment-form textarea,
.comment-form input {
  display: block;
  padding: 1rem 1rem;
  width: 100%;
  font-family: "SRG SSR Type", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  outline: none !important;
  border: 1px solid #707070;
  color: #222222;
}
.comment-form textarea::placeholder,
.comment-form input::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-style: normal;
}
.comment-form textarea:focus,
.comment-form input:focus {
  border-color: #38aca5;
  box-shadow: 0 0 10px rgba(56, 172, 165, 0.3);
}
@media only screen and (min-width: 1200px) {
  .comment-form textarea,
  .comment-form input {
    padding: 1.2rem 2rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .comment-form textarea,
  .comment-form input {
    font-size: 20px;
  }
}
.comment-form__text {
  margin: 0 0 2.6rem 0;
}
.comment-form__text textarea {
  height: 16rem;
  resize: none;
}
@media only screen and (min-width: 1200px) {
  .comment-form__text textarea {
    padding: 1.7rem 2rem;
    height: 34rem;
  }
}
.comment-form__fg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.6rem;
}
@media only screen and (min-width: 991px) {
  .comment-form__fg {
    flex-direction: row;
  }
}
.comment-form__f {
  flex: 1;
}
.comment-form__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 0 0 0;
}
.comment-form__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
  min-height: 3.6rem;
  font-family: "SRG SSR Type", sans-serif;
  background: #bf1f5a;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.18;
  padding: 0 0.8rem;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .comment-form__btn {
    font-size: 1.6rem;
    min-height: 4.6rem;
    padding: 0 1.8rem 0 1.6rem;
  }
}
@media (min-width: 1550px) {
  .comment-form__btn {
    font-size: 1.8rem;
    min-height: 5rem;
  }
}
.comment-form__btn:hover {
  opacity: 0.7;
}
.comment-form__btn span {
  display: block;
  padding: 0.1rem 0 0 0;
}
.comment-form__btn img {
  width: 0.7rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.form-field__checkbox {
  min-height: 50px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  line-height: 20px;
  outline: none;
  max-width: 100%;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .form-field__checkbox {
    padding: 0 0 0 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-field__checkbox {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1550px) {
  .form-field__checkbox {
    font-size: 20px;
  }
}
.form-field__checkbox p {
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .form-field__checkbox p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1550px) {
  .form-field__checkbox p {
    font-size: 20px;
  }
}
.form-field__checkbox:hover {
  text-decoration: none;
}
.form-field__checkbox:hover .form-field__indicator {
  border-color: #38aca5;
}
.form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
  border-color: #38aca5;
}
.form-field__checkbox input:checked ~ .form-field__indicator:before {
  display: block;
  border-color: #fff;
}
.form-field__checkbox .form-field__indicator {
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 0;
  border: 1px solid rgba(112, 112, 112, 0.5019607843);
  background: transparent;
}
.form-field__checkbox .form-field__indicator-more_rows {
  top: 0;
  transform: translateY(40%);
}
.form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: none;
  left: 7px;
  top: -5px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox .form-field__indicator::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: none;
  left: 9px;
  top: -4px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 9px 2px 0;
  transform: rotate(45deg);
}

.secondary-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.4rem;
  min-height: 3.6rem;
  font-family: "SRG SSR Type", sans-serif;
  background: #bf1f5a;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.18;
  padding: 0 0.8rem;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .secondary-btn {
    font-size: 1.6rem;
    min-height: 4.6rem;
    padding: 0 1.8rem 0 1.6rem;
  }
}
@media (min-width: 1550px) {
  .secondary-btn {
    font-size: 1.8rem;
    min-height: 5rem;
  }
}
.secondary-btn:after {
  content: none !important;
}
.secondary-btn:hover {
  opacity: 0.7;
}
.secondary-btn span {
  display: block;
  padding: 0.1rem 0 0 0;
}
.secondary-btn img {
  width: 0.7rem;
}

.people-cards__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
  width: calc(100% + 1.6rem) !important;
  margin: 0 -0.8rem !important;
}
@media (min-width: 1200px) {
  .people-cards__list {
    width: calc(100% + 2.8rem) !important;
    row-gap: 10rem;
    margin: 0 -1.4rem !important;
  }
}
.people-cards__item {
  padding: 0 0.8rem;
  width: 100%;
}
@media (min-width: 550px) {
  .people-cards__item {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .people-cards__item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .people-cards__item {
    width: 33.33%;
    padding: 0 1.4rem;
  }
}

.people-card__image {
  overflow: hidden;
}
.people-card__image img {
  transition: 0.3s;
  display: block;
  width: 100%;
}
.people-card__image a:hover img {
  transform: scale(1.05);
}
.people-card__content {
  padding: 1.5rem 0 0 0;
}
.people-card__name {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #bf1f5a;
}
@media (min-width: 1200px) {
  .people-card__name {
    font-size: 2.7rem;
  }
}
@media (min-width: 1550px) {
  .people-card__name {
    font-size: 3.3rem;
  }
}
.people-card__rank {
  display: block;
  min-height: 2.6rem;
  margin: 0 0 1rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 1200px) {
  .people-card__rank {
    font-size: 1.8rem;
    margin: 0 0 1.2rem 0;
  }
}
@media (min-width: 1550px) {
  .people-card__rank {
    font-size: 2rem;
  }
}

.card-slider--mt {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .card-slider--mt {
    margin-top: 4rem;
  }
}
.card-slider--center {
  text-align: center;
}
.card-slider--center img {
  max-width: 100%;
  display: inline-block !important;
}

.wpml-ls-legacy-dropdown a {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.125;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .wpml-ls-legacy-dropdown a {
    font-size: 2rem;
  }
}
.wpml-ls-legacy-dropdown a span {
  padding-right: 1rem;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus {
  border: none;
  background: #222222 !important;
  color: #BF1F5A !important;
}
.wpml-ls-legacy-dropdown a:after {
  background: url(../images/icn_arrow_forward_white.svg) no-repeat center center;
  width: 2rem;
  border: none !important;
  position: unset !important;
  height: 1.3rem;
  transform: rotate(90deg);
  display: block;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 0 !important;
  height: 5rem;
  line-height: 5rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  border: none;
  background: #222222 !important;
  color: #BF1F5A !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item:focus, .wpml-ls-legacy-dropdown .wpml-ls-item:hover {
  border: none;
  background: transparent !important;
  color: #BF1F5A !important;
}

.wpml-ls-legacy-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
}
.wpml-ls-legacy-dropdown a {
  text-decoration: none;
}
.wpml-ls-legacy-dropdown a span {
  vertical-align: unset;
}

.wpml-ls-sub-menu {
  position: absolute;
  left: -3rem !important;
  z-index: 20 !important;
  min-width: 100%;
  row-gap: 1rem;
  padding: 1.5rem 3rem 2rem 3rem !important;
  background: #fff;
  border: 0.1rem solid rgba(112, 112, 112, 0.5019607843);
  border-top: none;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.wpml-ls-sub-menu a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: rgba(34, 34, 34, 0.5);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1550px) {
  .wpml-ls-sub-menu a {
    font-size: 2rem;
  }
}
.wpml-ls-sub-menu a:hover {
  color: #bf1f5a;
  background: #fff !important;
}

.media-caption {
  margin-top: 2rem;
}

.italic-style {
  font-style: italic;
}

.panel-box-items__single {
  padding: 3rem 3rem 0 3rem;
  height: 100%;
}
.panel-box-items__single .panel-box-card__sharing-links {
  padding-bottom: 0 !important;
}
.panel-box-items__cards {
  max-width: 100%;
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 991px) {
  .panel-box-items__cards-two {
    max-width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .panel-box-items__cards-three {
    max-width: 33%;
  }
}
@media only screen and (min-width: 991px) {
  .panel-box-items__cards {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 1550px) {
  .panel-box-items__cards {
    margin-bottom: 13rem;
  }
}
.panel-box-items__cards .card-slider, .panel-box-items__cards .slick-list, .panel-box-items__cards .slick-track {
  height: 100%;
}
.panel-box-items__cards .panel-boxes__item {
  margin-bottom: 0 !important;
  height: 100%;
  width: 100%;
}
.panel-box-items__cards .slick-slide {
  padding: 3rem 3rem 0 3rem;
  overflow: hidden;
}
.panel-box-items__cards .slick-slide > div:first-child {
  height: 100%;
}
.panel-box-items__cards .slick-dots {
  bottom: 12rem;
}
.panel-box-items__cards .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 8px;
}
.panel-box-items__cards .slick-dots li.slick-active button {
  background: #bf1f5a;
}
.panel-box-items__cards .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.2rem solid #bf1f5a;
  border-radius: 50%;
  opacity: 1;
}
.panel-box-items__cards .slick-dots li button::before {
  content: "";
}
.panel-box-items__cards .panel-box-card__sharing-links {
  padding-bottom: 2rem;
}

.gallery-images-slider-builder {
  max-height: 471px;
  max-width: 708px;
}

.gallery-images-slider {
  display: flex;
}
.gallery-images-slider img {
  height: 100%;
  max-height: 100%;
}
.gallery-images-slider .slick-dots {
  text-align: center;
}
.gallery-images-slider .slick-dots li:before {
  background: transparent !important;
  border: 2px solid white !important;
}
.gallery-images-slider .slick-dots li button:before {
  color: transparent;
}
.gallery-images-slider .slick-dots li.slick-active button:before {
  color: white !important;
  background: white !important;
  border-radius: 50%;
  opacity: 1;
}

.zahlen-page {
  padding: 0 0 4rem 0;
}
@media (min-width: 991px) {
  .zahlen-page {
    padding: 0 0 8rem 0;
  }
}
@media (min-width: 1200px) {
  .zahlen-page {
    padding: 0 0 12rem 0;
  }
}
@media (min-width: 1550px) {
  .zahlen-page {
    padding: 0 0 20rem 0;
  }
}
.zahlen-page__header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .zahlen-page__header {
    padding: 8rem 0;
  }
}
.zahlen-page__header h1 {
  display: block;
  width: 100%;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: #bf1f5a;
}
@media (min-width: 1200px) {
  .zahlen-page__header h1 {
    font-size: 4.6rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1550px) {
  .zahlen-page__header h1 {
    font-size: 5.6rem;
    margin: 0 0 3rem 0;
  }
}
.zahlen-page__header-l {
  width: 100%;
  padding: 0 0 4rem 0;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 991px) {
  .zahlen-page__header-l {
    width: 50%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .zahlen-page__header-l {
    padding: 0 7rem 0 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .zahlen-page__header-l {
    padding: 0 12rem 0 0;
    font-size: 2rem;
  }
}
.zahlen-page__header-r {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
}
@media (min-width: 991px) {
  .zahlen-page__header-r {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .zahlen-page__header-r {
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .zahlen-page__header-r {
    font-size: 2rem;
  }
}
.zahlen-page__header-r h2 {
  display: block;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #000;
}
@media (min-width: 1200px) {
  .zahlen-page__header-r h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .zahlen-page__header-r h2 {
    font-size: 4.7rem;
  }
}
.zahlen-page__header-r p a::after {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icn_arrrow_away_bold_purple.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .zahlen-page__header-r p a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.zahlen-page__header-r p a {
  display: inline;
  position: relative;
  color: #bf1f5a;
  text-underline-offset: 0.2rem;
  transition: 0.3s;
}
.zahlen-page__header-r p a:hover {
  text-decoration: none;
}
.zahlen-page__header-r p a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.2rem;
  background: url(../images/icn_arrow_away_light_pink.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .zahlen-page__header-r p a::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.zahlen-page__hg-text {
  line-height: 1.25;
  font-size: 2rem;
  padding: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .zahlen-page__hg-text {
    font-size: 2.4rem;
    padding: 0 0 3rem 0;
  }
}
@media (min-width: 1550px) {
  .zahlen-page__hg-text {
    font-size: 2.7rem;
  }
}
.zahlen-page__hg-text p {
  margin: 0;
}
.zahlen-page__separator {
  width: 100%;
  height: 0.1rem;
  background: #707070;
  margin: 1.7rem 0;
}
.zahlen-page__sharing {
  padding: 0;
}
.zahlen-page__sharing-title {
  display: block;
  margin: 0 0 1.7rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #bf1f5a;
}
@media (min-width: 1200px) {
  .zahlen-page__sharing-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1550px) {
  .zahlen-page__sharing-title {
    font-size: 2.7rem;
  }
}
.zahlen-page__sharing-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .zahlen-page__sharing-links {
    gap: 2rem;
  }
}
.zahlen-page__sharing-links a {
  text-decoration: none;
  transition: 0.3s;
}
.zahlen-page__sharing-links a:hover {
  opacity: 0.7;
}
.zahlen-page__sharing-links img {
  width: 3.6rem;
}
@media (min-width: 1200px) {
  .zahlen-page__sharing-links img {
    width: 4.6rem;
  }
}

.grid-sizer,
.grid-item {
  position: relative;
  width: 50%;
  height: 19rem;
}
@media (min-width: 450px) {
  .grid-sizer,
  .grid-item {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    height: 23rem;
    width: 33.33%;
  }
}
@media (min-width: 991px) {
  .grid-sizer,
  .grid-item {
    height: 31rem;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
    height: 27.5rem;
  }
}
@media (min-width: 1550px) {
  .grid-sizer,
  .grid-item {
    height: 37rem;
  }
}

.grid-item--width2 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-item--width2 {
    width: 66.67%;
  }
}
@media (min-width: 1200px) {
  .grid-item--width2 {
    width: 50%;
  }
}

.grid-item--height2 {
  height: 38rem;
}
@media (min-width: 450px) {
  .grid-item--height2 {
    height: 36rem;
  }
}
@media (min-width: 768px) {
  .grid-item--height2 {
    height: 46rem;
  }
}
@media (min-width: 991px) {
  .grid-item--height2 {
    height: 62rem;
  }
}
@media (min-width: 1200px) {
  .grid-item--height2 {
    height: 55rem;
  }
}
@media (min-width: 1550px) {
  .grid-item--height2 {
    height: 74rem;
  }
}
.grid-item--height2 .flipper-front {
  gap: 3rem;
}
@media (min-width: 1550px) {
  .grid-item--height2 .flipper-front {
    gap: 5rem;
  }
}
.grid-item--height2 .flipper-front__icon img {
  max-height: 16rem;
}
@media (min-width: 768px) {
  .grid-item--height2 .flipper-front__icon img {
    max-height: 22rem;
  }
}
@media (min-width: 991px) {
  .grid-item--height2 .flipper-front__icon img {
    max-height: 38rem;
  }
}
.grid-item--height2 .flipper-front__title {
  padding: 0 2rem;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .grid-item--height2 .flipper-front__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .grid-item--height2 .flipper-front__title {
    padding: 0 3.4rem;
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .grid-item--height2 .flipper-front__title {
    padding: 0 6rem;
    font-size: 4.7rem;
  }
}
.grid-item--height2 .flipper-back__content a {
  text-decoration: none;
  display: inline;
}
.grid-item--height2 .flipper-back__content a p:last-child:after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.2rem;
  background: url(../images/icn_arrow_away_bold_black.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .grid-item--height2 .flipper-back__content a p:last-child:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1550px) {
  .grid-item--height2 .flipper-back__content a p:last-child:after {
    width: 3rem;
    height: 3rem;
  }
}
.grid-item--height2 .flipper-back__text {
  padding: 0 2rem;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .grid-item--height2 .flipper-back__text {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .grid-item--height2 .flipper-back__text {
    padding: 0 3.4rem;
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .grid-item--height2 .flipper-back__text {
    padding: 0 6rem;
    font-size: 4.7rem;
  }
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  height: 100%;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flipper-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .flipper-front {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1550px) {
  .flipper-front {
    gap: 2rem;
  }
}
.flipper-front--horizontal {
  align-items: center;
  flex-direction: row;
  column-gap: 2.5rem;
  padding: 3rem 2rem 0 2rem;
}
@media (min-width: 1200px) {
  .flipper-front--horizontal {
    padding: 3rem 3.4rem 0 3.4rem;
    column-gap: 3rem;
  }
}
@media (min-width: 1550px) {
  .flipper-front--horizontal {
    padding: 3rem 6rem 0 6rem;
    column-gap: 5rem;
  }
}
.flipper-front--horizontal .flipper-front__icon img {
  display: inline-block;
  max-width: 10rem;
  max-height: 10rem;
}
@media (min-width: 768px) {
  .flipper-front--horizontal .flipper-front__icon img {
    max-width: 12rem;
    max-height: 12rem;
  }
}
@media (min-width: 991px) {
  .flipper-front--horizontal .flipper-front__icon img {
    max-width: 16rem;
    max-height: 16rem;
  }
}
@media (min-width: 1200px) {
  .flipper-front--horizontal .flipper-front__icon img {
    max-width: 18rem;
    max-height: 18rem;
  }
}
@media (min-width: 1550px) {
  .flipper-front--horizontal .flipper-front__icon img {
    max-width: 24rem;
    max-height: 24rem;
  }
}
.flipper-front--horizontal .flipper-front__title {
  padding: 0;
  font-size: 2.5rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .flipper-front--horizontal .flipper-front__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1550px) {
  .flipper-front--horizontal .flipper-front__title {
    font-size: 4.7rem;
  }
}
.flipper-front__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.5rem 0.8rem;
  line-height: 1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #222222;
}
@media (min-width: 768px) {
  .flipper-front__tag {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .flipper-front__tag {
    font-size: 1.8rem;
    padding: 1.2rem 1.8rem;
  }
}
@media (min-width: 1550px) {
  .flipper-front__tag {
    font-size: 2rem;
  }
}
.flipper-front__icon {
  text-align: center;
}
.flipper-front__icon img {
  display: inline-block;
  max-width: calc(100% - 4rem);
  max-height: 6.8rem;
}
@media (min-width: 768px) {
  .flipper-front__icon img {
    max-height: 8rem;
  }
}
@media (min-width: 991px) {
  .flipper-front__icon img {
    max-height: 12rem;
  }
}
@media (min-width: 1200px) {
  .flipper-front__icon img {
    max-height: 8rem;
  }
}
@media (min-width: 1550px) {
  .flipper-front__icon img {
    max-height: 15rem;
  }
}
.flipper-front__title {
  margin: 0;
  padding: 0 1rem;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .flipper-front__title {
    font-size: 2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 991px) {
  .flipper-front__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .flipper-front__title {
    font-size: 2.6rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1550px) {
  .flipper-front__title {
    font-size: 3.3rem;
    padding: 0 3.5rem;
  }
}

.flipper--white-texts .flipper-front__icon {
  filter: invert(100%) sepia(69%) saturate(530%) hue-rotate(176deg) brightness(124%) contrast(100%);
}
.flipper--white-texts .flipper-front__title {
  color: #fff;
}
.flipper--white-texts .flipper-back__close {
  color: #fff;
}
.flipper--white-texts .flipper-back__sharing a {
  color: #fff;
}
.flipper--white-texts .flipper-back__content a {
  text-decoration: none;
  display: inline;
}
.flipper--white-texts .flipper-back__content a .nowrap:after {
  background: url(../images/icn_arrow_away_bold_white.svg) no-repeat center center !important;
}
.flipper--white-texts .flipper-back__text {
  color: #fff;
}

.flipper-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .flipper-back {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .flipper-back {
    padding: 6rem 0 0 0;
  }
}
.flipper-back--horizontal {
  align-items: center;
  flex-direction: row;
  column-gap: 2.5rem;
  padding: 3rem 2rem 0 2rem;
}
@media (min-width: 1200px) {
  .flipper-back--horizontal {
    padding: 3rem 3.4rem 0 3.4rem;
    column-gap: 3rem;
  }
}
@media (min-width: 1550px) {
  .flipper-back--horizontal {
    padding: 3rem 6rem 0 6rem;
    column-gap: 5rem;
  }
}
.flipper-back__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.8rem;
  border: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
  color: #000;
  z-index: 2;
}
@media (min-width: 768px) {
  .flipper-back__close {
    display: none;
  }
}
.flipper-back__close svg {
  pointer-events: none;
}
.flipper-back__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.5rem 0.8rem;
  line-height: 1;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #222222;
}
@media (min-width: 768px) {
  .flipper-back__tag {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .flipper-back__tag {
    font-size: 1.8rem;
    padding: 1.2rem 1.8rem;
  }
}
@media (min-width: 1550px) {
  .flipper-back__tag {
    font-size: 2rem;
  }
}
.flipper-back__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flipper-back__content a {
  text-decoration: none;
  display: inline;
}
.flipper-back__content a .nowrap {
  white-space: nowrap;
}
.flipper-back__content a .nowrap:after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.2rem;
  background: url(../images/icn_arrow_away_bold_black.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .flipper-back__content a .nowrap:after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (min-width: 1550px) {
  .flipper-back__content a .nowrap:after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.flipper-back__text {
  margin: 0;
  padding: 0 1rem;
  letter-spacing: 0;
  line-height: 1.07;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .flipper-back__text {
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}
@media (min-width: 991px) {
  .flipper-back__text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .flipper-back__text {
    font-size: 2.2rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1550px) {
  .flipper-back__text {
    font-size: 2.7rem;
    padding: 0 3.5rem;
  }
}
.flipper-back__sharing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 0.6rem 0;
}
@media (min-width: 450px) {
  .flipper-back__sharing {
    gap: 2.6rem;
  }
}
@media (min-width: 991px) {
  .flipper-back__sharing {
    gap: 3.4rem;
    padding: 1.6rem 0;
  }
}
@media (min-width: 1200px) {
  .flipper-back__sharing {
    gap: 4.5rem;
    padding: 2rem 0;
  }
}
.flipper-back__sharing a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .flipper-back__sharing a {
    font-size: 2.3rem;
  }
}
.flipper-back__sharing a:hover {
  opacity: 0.7;
}

.iframe_container {
  max-width: 112.2rem;
  text-align: center;
}
.iframe_container h3 {
  color: #bf1f5a;
}
.iframe_container__parent {
  max-width: 100%;
}
.iframe_container__page {
  padding: 0 !important;
}
.iframe_container__page-bottom {
  padding-bottom: 0 !important;
}
.iframe_container__page-top {
  padding-top: 0 !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: 0;
  line-height: 1.18;
  font-family: "SRG SSR Type", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .breadcrumb {
    font-size: 1.8rem;
  }
}
@media (min-width: 1550px) {
  .breadcrumb {
    font-size: 2rem;
  }
}
.breadcrumb span a {
  color: #fff !important;
  text-decoration: none !important;
  background: none !important;
  transition: 0.3s;
}
.breadcrumb span a:hover {
  text-decoration: none !important;
  color: #bf1f5a !important;
}
.breadcrumb span span + span::before {
  content: ">";
  display: inline-block;
  padding: 0 1.1rem;
  color: #fff;
}

.comment-form {
  margin-bottom: 5rem;
}

.review-item-card__head {
  font-weight: 600;
}
.review-item + .page-content__separator {
  margin-bottom: 3rem;
}

/*# sourceMappingURL=main.css.map */
