@font-face {
  font-family: "Open Sans Light";
  src: url("./fonts/open-sans/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans/OpenSans-Light.woff2") format("woff2"), url("./fonts/open-sans/OpenSans-Light.woff") format("woff"), url("./fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("./fonts/open-sans/OpenSans-Semibold.eot");
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("./fonts/open-sans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans/OpenSans-Semibold.woff2") format("woff2"), url("./fonts/open-sans/OpenSans-Semibold.woff") format("woff"), url("./fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("./fonts/open-sans/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans/OpenSans-Bold.woff2") format("woff2"), url("./fonts/open-sans/OpenSans-Bold.woff") format("woff"), url("./fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("./fonts/open-sans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("./fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("./fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* colors */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes appear {
  0% {
    transform: scale(0);
    opacity: 0;
    max-height: 0px;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    max-height: 250px;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    max-height: 500px;
  }
}
@keyframes dissappear {
  0% {
    transform: scale(1);
    opacity: 1;
    max-height: 500px;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    max-height: 250px;
  }
  100% {
    transform: scale(0);
    opacity: 0;
    max-height: 0px;
  }
}
@keyframes positioning1 {
  0% {
    position: absolute;
    opacity: 1;
  }
  25% {
    position: absolute;
    opacity: 0.5;
  }
  50% {
    position: absolute;
    opacity: 0;
  }
  75% {
    position: static;
    opacity: 0;
  }
  100% {
    position: static;
    opacity: 1;
  }
}
@keyframes positioning2 {
  0% {
    position: static;
    opacity: 1;
    z-index: 3;
  }
  25% {
    position: static;
    opacity: 0.5;
    z-index: 2;
  }
  50% {
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  75% {
    position: absolute;
    z-index: 2;
  }
  100% {
    position: absolute;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes zindex {
  0% {
    z-index: 5;
    opacity: 1;
  }
  20% {
    z-index: 4;
    opacity: 0.8;
  }
  40% {
    z-index: 3;
    opacity: 0.6;
  }
  60% {
    z-index: 2;
    opacity: 0.4;
  }
  80% {
    z-index: 1;
    opacity: 0.2;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
header.transparent {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
header.transparent.active {
  border-bottom: none;
}
header.transparent.active .header-bottom {
  background-color: rgba(31, 31, 31, 0.5);
}
header.transparent.active .header-bottom .submenu {
  background-color: rgba(31, 31, 31, 0.5) !important;
}
header.minimized {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
header.minimized .header-top {
  max-height: 0 !important;
  padding: 0;
}
header.minimized .header-top .wrapper {
  opacity: 0;
}
header.minimized .header-bottom {
  position: relative;
  z-index: 10;
}
header.checkout-header {
  background-color: #1f1f1f;
}
header.checkout-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}
@media (min-width: 992px) {
  header.checkout-header .wrapper {
    padding: 23px 0;
  }
}
header.checkout-header .wrapper .header-logo {
  flex: 0 0 100px;
  width: 100px;
}
@media (min-width: 1200px) {
  header.checkout-header .wrapper .header-logo {
    flex: unset;
    width: unset;
  }
}
header.checkout-header .wrapper .links {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
header.checkout-header .wrapper .links .phone {
  font-size: 1.6rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #a9b3c3;
  display: block;
  margin-right: 36px;
}
header.checkout-header .wrapper .links .login {
  padding: 8.5px 20px;
}
@media (min-width: 992px) {
  header.checkout-header .wrapper .links .login {
    padding: 9px 26px;
  }
}
header.checkout-header .wrapper .language-select {
  position: relative;
  z-index: 2;
}
header.checkout-header .wrapper .language-select.toggled .selected-option .arrow {
  transform: rotateX(180deg);
}
header.checkout-header .wrapper .language-select.toggled .options {
  transform: scaleY(1);
}
header.checkout-header .wrapper .language-select .selected-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #a9b3c3;
  font-family: "Open Sans Semibold", sans-serif;
}
header.checkout-header .wrapper .language-select .selected-option .pin {
  display: block;
  margin-right: 8px;
}
header.checkout-header .wrapper .language-select .selected-option .arrow {
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in;
}
header.checkout-header .wrapper .language-select .options {
  position: absolute;
  left: 0;
  top: 120%;
  padding: 5px 0;
  background-color: #1f1f1f;
  box-shadow: 0 3px 10px #1f1f1f;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in;
}
header.checkout-header .wrapper .language-select .options .option {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: #a9b3c3;
}
header.checkout-header .wrapper .language-select .options .option:hover {
  background-color: #858585;
  color: #fff;
}
header.checkout-header .wrapper .language-select .options .option.active {
  background-color: rgb(69.25, 69.25, 69.25);
  color: #fff;
}
header.landing-header .country-language-wrapper {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  header.landing-header .country-language-wrapper {
    font-size: 1.6rem;
  }
}
header.landing-header .country-language-wrapper .country-select {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
header.landing-header .country-language-wrapper .country-select .options {
  transform-origin: top;
  bottom: unset;
  top: 120%;
  bottom: unset;
}
header.landing-header .country-language-wrapper .language-select .options {
  left: -20px;
}
header.selfcare-header {
  background: linear-gradient(180deg, #0b0b0b 41.72%, #232222 100%);
}
header.selfcare-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}
@media (min-width: 992px) {
  header.selfcare-header .wrapper {
    padding: 23px 0;
  }
}
header.selfcare-header .wrapper .header-logo {
  flex: 0 0 100px;
  width: 100px;
}
@media (min-width: 1200px) {
  header.selfcare-header .wrapper .header-logo {
    flex: unset;
    width: unset;
  }
}
header.selfcare-header .wrapper .toggler {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
header.has-promo-ribbon ~ main {
  margin-top: 170px;
}
@media (min-width: 1200px) {
  header.has-promo-ribbon ~ main {
    margin-top: 190px;
  }
}
header.has-promo-ribbon.active ~ main {
  margin-top: 110px;
}
@media (min-width: 1200px) {
  header.has-promo-ribbon.active ~ main {
    margin-top: 138px;
  }
}
header.has-promo-ribbon.transparent.active ~ main {
  margin-top: 95px;
}
@media (min-width: 1200px) {
  header.has-promo-ribbon.transparent.active ~ main {
    margin-top: 106px;
  }
}
header .header-top {
  background-color: rgb(56.5, 56.5, 56.5);
  color: #a9b3c3;
  font-family: "Open Sans Bold", sans-serif;
  padding: 15px 0;
  max-height: 100px;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  header .header-top {
    font-family: "Open Sans Semibold", sans-serif;
  }
}
header .header-top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .wrapper .phone-contact-wrapper {
  margin-left: auto;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header .header-top .wrapper .phone-contact-wrapper {
    font-size: 1.4rem;
  }
}
header .header-top .wrapper .phone-contact-wrapper .phone {
  color: inherit;
  display: block;
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
header .header-top .wrapper .phone-contact-wrapper .top-menu-link {
  color: inherit;
  display: block;
}
header .header-bottom {
  background-color: #1f1f1f;
  color: #fff;
  padding: 20px 0;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  header .header-bottom {
    position: relative;
    padding: 0;
  }
}
header .header-bottom .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .wrapper .toggler {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
header .header-bottom .wrapper .logo {
  display: block;
  flex: 0 0 100px;
  width: 100px;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .logo {
    margin-right: 60px;
    flex: unset;
    width: unset;
  }
}
header .header-bottom .wrapper .header-menu-wrapper {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #1f1f1f;
  padding: 56px 15px;
  transition: all 0.3s ease;
}
header .header-bottom .wrapper .header-menu-wrapper.visible {
  top: 0;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .header-menu-wrapper {
    position: static;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding: unset;
    background-color: transparent;
    overflow-y: unset;
  }
}
header .header-bottom .wrapper .header-menu-wrapper .close-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin-bottom: 40px;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item {
  padding: 10px 0;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item {
    margin-right: 44px;
    padding: 20px 0;
    position: relative;
  }
}
@media (min-width: 1400px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item {
    margin-right: 66px;
  }
}
@media (min-width: 768px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item:hover > .menu-link {
    color: rgb(254.49, 254.49, 254.49);
    text-decoration: underline;
  }
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item:hover > .menu-link .toggler {
    transform: rotateX(180deg);
  }
}
@media (min-width: 768px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item:hover .submenu {
    transform: scaleY(1);
    max-height: 1000px;
    opacity: 1;
  }
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item:hover .submenu .menu-link {
    text-decoration: none;
  }
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item.active > .menu-link {
  text-decoration: underline;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item.toggled > .menu-link .toggler {
  transform: rotateX(180deg);
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item.toggled .submenu {
  transform: scaleY(1);
  max-height: 1000px;
  opacity: 1;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  display: block;
  height: 2px;
  width: calc(100% + 30px);
  background: linear-gradient(180deg, rgba(65, 102, 180, 0.2) 0%, rgba(22, 41, 80, 0.2) 100%);
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item::after {
    display: none;
  }
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .menu-link {
  display: flex;
  font-size: 1.8rem;
  font-family: "Open Sans Semibold", sans-serif;
  letter-spacing: -0.18px;
  color: #fff;
  padding: 10px 0;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .menu-link {
    font-size: 1.6rem;
    letter-spacing: -0.16px;
  }
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .menu-link .text {
  flex: 1;
  width: auto;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .menu-link .toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  flex: 0 0 30px;
  width: 30px;
  transition: all 0.3s linear;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .menu-link .toggler svg {
  fill: #fff;
  width: 15px;
  height: auto;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .submenu {
  transform: scaleY(0);
  max-height: 0;
  opacity: 0;
  transition: all 0.3s linear;
  transform-origin: top;
  list-style: none;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .submenu {
    position: absolute;
    width: auto;
    top: calc(100% - 1px);
    left: -30px;
    padding: 22px 50px 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 10px 10px;
    background-color: #1f1f1f;
  }
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .submenu .menu-item:hover > .menu-link {
  text-decoration: underline;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .submenu .menu-item.active > .menu-link {
  text-decoration: underline;
}
header .header-bottom .wrapper .header-menu-wrapper .header-menu > .menu-item .submenu .menu-item .menu-link {
  font-size: 1.6rem;
  letter-spacing: -0.16px;
  white-space: nowrap;
}
header .header-bottom .wrapper .header-menu-wrapper .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
header .header-bottom .wrapper .header-menu-wrapper .button-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  display: block;
  height: 2px;
  width: calc(100% + 30px);
  background: linear-gradient(180deg, rgba(65, 102, 180, 0.2) 0%, rgba(22, 41, 80, 0.2) 100%);
}
header .header-bottom .wrapper .header-menu-wrapper .button-wrapper .top-menu-link {
  flex: 0 0 100%;
  width: 100%;
  font-family: "Open Sans Semibold", sans-serif;
  letter-spacing: -0.18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #fff;
}
header .header-bottom .wrapper .header-menu-wrapper .button-wrapper a:not(.top-menu-link) {
  padding: 8px 28px;
  font-size: 1.4rem;
  font-family: "Open Sans Bold", sans-serif;
}
header .header-bottom .wrapper .button-wrapper {
  margin-left: auto;
}
@media (min-width: 1200px) {
  header .header-bottom .wrapper .button-wrapper {
    display: flex;
  }
}
header .header-bottom .wrapper .button-wrapper .login-link {
  margin-right: 16px;
}
header .country-language-wrapper .country-select,
header .country-language-wrapper .language-select {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  header .country-language-wrapper .country-select,
  header .country-language-wrapper .language-select {
    margin-bottom: 0;
  }
}
header .country-language-wrapper .country-select.toggled .selected-option .arrow,
header .country-language-wrapper .language-select.toggled .selected-option .arrow {
  transform: rotateX(180deg);
}
header .country-language-wrapper .country-select.toggled .options,
header .country-language-wrapper .language-select.toggled .options {
  transform: scaleY(1);
}
header .country-language-wrapper .country-select .selected-option,
header .country-language-wrapper .language-select .selected-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .country-language-wrapper .country-select .selected-option .pin,
header .country-language-wrapper .language-select .selected-option .pin {
  display: block;
  margin-right: 8px;
}
header .country-language-wrapper .country-select .selected-option .arrow,
header .country-language-wrapper .language-select .selected-option .arrow {
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in;
}
header .country-language-wrapper .country-select .options,
header .country-language-wrapper .language-select .options {
  position: absolute;
  left: 0;
  top: 120%;
  padding: 5px 0;
  background-color: #1f1f1f;
  box-shadow: 0 3px 10px #1f1f1f;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in;
}
header .country-language-wrapper .country-select .options .option,
header .country-language-wrapper .language-select .options .option {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
header .country-language-wrapper .country-select .options .option:hover,
header .country-language-wrapper .language-select .options .option:hover {
  background-color: #858585;
  color: #fff;
}
header .country-language-wrapper .country-select .options .option.active,
header .country-language-wrapper .language-select .options .option.active {
  background-color: rgb(69.25, 69.25, 69.25);
  color: #fff;
}
@media (min-width: 1200px) {
  header .country-language-wrapper .country-select {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
header .country-language-wrapper .country-select .options {
  bottom: 120%;
  top: unset;
  transform-origin: bottom;
}
@media (min-width: 1200px) {
  header .country-language-wrapper .country-select .options {
    transform-origin: top;
    bottom: unset;
    top: 120%;
    bottom: unset;
  }
}
header .country-language-wrapper .language-select {
  margin-bottom: 0;
}
header .country-language-wrapper .language-select .options {
  top: 120%;
}

.promo-ribbon {
  position: relative;
  height: 49px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .promo-ribbon {
    height: 55px;
  }
}
.promo-ribbon .wrapper {
  padding: 5px 0;
  height: 49px;
}
@media (min-width: 992px) {
  .promo-ribbon .wrapper {
    height: 55px;
  }
}
.promo-ribbon .wrapper .promo-ribbon-icon {
  flex: 0 0 120px;
  width: 120px;
}
.promo-ribbon .wrapper .promo-ribbon-icon::after {
  padding-top: 25%;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .promo-ribbon .wrapper .promo-ribbon-icon {
    flex: 0 0 180px;
    width: 180px;
  }
}
.promo-ribbon .wrapper .promo-ribbon-icon img {
  width: 100%;
  object-fit: contain;
}
.promo-ribbon .wrapper .content {
  flex: 1;
  width: auto;
}
.promo-ribbon .wrapper .content .ribbon-title {
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 1.6rem;
}
.promo-ribbon .wrapper .content p {
  font-size: 1.4rem;
  line-height: 1;
}
.promo-ribbon .wrapper .content a {
  color: inherit;
  text-decoration: underline;
}
.promo-ribbon .wrapper .counter-wrapper {
  flex: 0 0 200px;
  width: 200px;
}
@media (min-width: 576px) {
  .promo-ribbon .wrapper .counter-wrapper {
    flex: 0 0 330px;
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .promo-ribbon .wrapper .counter-wrapper {
    flex: 0 0 440px;
    width: 440px;
  }
}
.promo-ribbon .wrapper .counter-wrapper .counter-text {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Open Sans Bold", sans-serif;
  margin-right: 10px;
}
.promo-ribbon .wrapper .counter-wrapper .counter > span {
  font-size: 1.8rem;
  font-family: "Open Sans Bold", sans-serif;
  align-self: center;
  display: block;
  margin-inline: 5px;
}
.promo-ribbon .wrapper .counter-wrapper .counter .counter-item {
  flex: 0 0 40px;
  width: 40px;
  text-align: center;
  letter-spacing: -0.37px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .promo-ribbon .wrapper .counter-wrapper .counter .counter-item {
    flex: 0 0 60px;
    width: 60px;
    letter-spacing: -0.24px;
  }
}
.promo-ribbon .wrapper .counter-wrapper .counter .counter-item .value {
  font-size: 1.8rem;
  font-family: "Open Sans Bold", sans-serif;
}
.promo-ribbon .wrapper .counter-wrapper .counter .counter-item .type {
  font-size: 1rem;
  display: inline-block;
}
.promo-ribbon .wrapper .call-to-action {
  margin-left: auto;
  margin-right: 10px;
  font-family: "Open Sans Bold", sans-serif;
  background-color: rgba(51, 51, 51, 0.5);
}
@media (min-width: 992px) {
  .promo-ribbon .wrapper .call-to-action {
    margin-left: 10px;
  }
}

.single-news {
  padding: 35px 0 70px;
  color: #fff;
}
@media (min-width: 992px) {
  .single-news {
    padding: 47px 0 100px;
  }
}
.single-news .breadcrumbs {
  margin-bottom: 50px;
}
.single-news .back-link {
  font-family: "Open Sans Bold", sans-serif;
  color: #fff;
}
.single-news .back-link:hover {
  text-decoration: underline;
}
.single-news .news-navigation {
  display: flex;
  align-items: center;
}
.single-news .news-navigation .prev-news,
.single-news .news-navigation .next-news {
  display: block;
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.single-news .news-navigation .prev-news {
  margin-right: auto;
}
.single-news .news-navigation .next-news {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .single-news .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.single-news .wrapper .single-news-content .single-news-header .single-news-share .publish-date {
  display: block;
}
.single-news .wrapper .single-news-content {
  max-width: 842px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content {
    margin-inline: unset;
    margin-bottom: 0;
    flex: 0 0 calc(66.66% - 35px);
    width: calc(66.66% - 35px);
  }
}
@media (min-width: 1400px) {
  .single-news .wrapper .single-news-content {
    flex: 0 0 842px;
    width: 842px;
  }
}
.single-news .wrapper .single-news-content .single-news-share {
  padding: 20px 0;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .single-news-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}
@media (min-width: 992px) {
  .single-news .wrapper .single-news-content .single-news-share {
    padding: 30px 0;
  }
}
.single-news .wrapper .single-news-content .single-news-share .publish-date {
  display: none;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .single-news-share .publish-date {
    margin-bottom: 0;
    display: block;
  }
}
.single-news .wrapper .single-news-content .single-news-share .share {
  display: flex;
  align-items: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .single-news-share .share {
    border: none;
    padding: 0;
  }
}
.single-news .wrapper .single-news-content .single-news-share .share span {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
  display: block;
}
.single-news .wrapper .single-news-content .single-news-share .share .share-wrapper {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.single-news .wrapper .single-news-content .single-news-share .share .share-wrapper a {
  display: inline-block;
  margin-inline: 6px;
  width: 28px;
  height: 28px;
  transition: all 0.4s ease;
  background-color: #fff;
  border-radius: 50%;
  /*filter: grayscale(1) invert(92%) sepia(8%) saturate(347%)
    hue-rotate(186deg) brightness(92%) contrast(90%);
  &:hover {
    filter: unset;
  }*/
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .single-news-share .share .share-wrapper a {
    filter: grayscale(1);
  }
  .single-news .wrapper .single-news-content .single-news-share .share .share-wrapper a:hover {
    filter: unset;
  }
}
.single-news .wrapper .single-news-content .single-news-share .share .share-wrapper a img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
}
.single-news .wrapper .single-news-content .single-news-header .category-wrapper {
  margin-bottom: 30px;
}
.single-news .wrapper .single-news-content .single-news-header .category-wrapper .category {
  font-weight: 700;
  line-height: 1.9rem;
  letter-spacing: -0.2px;
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 8px 20px;
  display: inline-block;
  font-size: 1.8rem;
}
.single-news .wrapper .single-news-content .single-news-header .category-wrapper .category + .category {
  margin-left: 10px;
}
.single-news .wrapper .single-news-content .single-news-header .title {
  font-size: 2.6rem;
  line-height: 3.4rem;
  letter-spacing: -0.82px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .single-news-header .title {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 992px) {
  .single-news .wrapper .single-news-content .single-news-header .title {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .single-news-header .title {
    font-size: 4.4rem;
    line-height: 5.4rem;
  }
}
.single-news .wrapper .single-news-content .single-news-header .short-description {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .single-news-header .short-description {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .single-news .wrapper .single-news-content .single-news-header .short-description {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .single-news-header .short-description {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.single-news .wrapper .single-news-content .image {
  position: relative;
  margin-bottom: 48px;
  overflow: hidden;
}
.single-news .wrapper .single-news-content .image img {
  width: 100%;
}
.single-news .wrapper .single-news-content .image::after {
  padding-top: 56%;
}
.single-news .wrapper .single-news-content .content h1,
.single-news .wrapper .single-news-content .content h2,
.single-news .wrapper .single-news-content .content h3,
.single-news .wrapper .single-news-content .content h4,
.single-news .wrapper .single-news-content .content h5,
.single-news .wrapper .single-news-content .content h6 {
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h1,
  .single-news .wrapper .single-news-content .content h2,
  .single-news .wrapper .single-news-content .content h3,
  .single-news .wrapper .single-news-content .content h4,
  .single-news .wrapper .single-news-content .content h5,
  .single-news .wrapper .single-news-content .content h6 {
    margin-bottom: 40px;
  }
}
.single-news .wrapper .single-news-content .content h1 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h1 {
    font-size: 4rem;
  }
}
.single-news .wrapper .single-news-content .content h2 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .content h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h2 {
    font-size: 3rem;
  }
}
.single-news .wrapper .single-news-content .content h3 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .content h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h3 {
    font-size: 2.8rem;
  }
}
.single-news .wrapper .single-news-content .content h4 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .content h4 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h4 {
    font-size: 2.6rem;
  }
}
.single-news .wrapper .single-news-content .content h5 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .content h5 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h5 {
    font-size: 2.4rem;
  }
}
.single-news .wrapper .single-news-content .content h6 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .single-news .wrapper .single-news-content .content h6 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .single-news-content .content h6 {
    font-size: 2.2rem;
  }
}
.single-news .wrapper .single-news-content .content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-news .wrapper .single-news-content .content p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
}
.single-news .wrapper .single-news-content .content ul,
.single-news .wrapper .single-news-content .content ol {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-news .wrapper .single-news-content .content ul,
  .single-news .wrapper .single-news-content .content ol {
    margin-bottom: 30px;
  }
}
.single-news .wrapper .single-news-content .content ul li:not(:last-of-type),
.single-news .wrapper .single-news-content .content ol li:not(:last-of-type) {
  margin-bottom: 10px;
}
.single-news .wrapper .single-news-content .content a {
  text-decoration: underline;
  color: #e31e25;
}
.single-news .wrapper .single-news-content .content strong,
.single-news .wrapper .single-news-content .content bold {
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-news .wrapper .news-sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .news-sidebar {
    display: block;
    flex: 0 0 calc(33.33% - 35px);
    width: calc(33.33% - 35px);
  }
}
@media (min-width: 1400px) {
  .single-news .wrapper .news-sidebar {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
.single-news .wrapper .news-sidebar .article {
  border-radius: 12px;
  box-shadow: 0 2px 15px 0 #1f1f1f;
  overflow: hidden;
  max-width: 424px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  background-color: #1f1f1f;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .single-news .wrapper .news-sidebar .article {
    flex: 0 0 calc(50% - 17.5px);
    width: calc(50% - 17.5px);
  }
}
@media (min-width: 992px) {
  .single-news .wrapper .news-sidebar .article {
    flex: 0 0 calc(33.3333333333% - 23.3333333333px);
    width: calc(33.3333333333% - 23.3333333333px);
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .news-sidebar .article {
    flex: unset;
    width: unset;
    margin-inline: unset;
    margin-left: auto;
  }
}
.single-news .wrapper .news-sidebar .article .article-image {
  overflow: hidden;
}
.single-news .wrapper .news-sidebar .article .article-image img {
  transition: all 0.3s ease;
  object-fit: contain;
}
.single-news .wrapper .news-sidebar .article .article-image::after {
  padding-top: 64%;
  background-color: #1f1f1f;
}
@media (min-width: 1200px) {
  .single-news .wrapper .news-sidebar .article .article-image::after {
    padding-top: 78%;
  }
}
@media (min-width: 768px) {
  .single-news .wrapper .news-sidebar .article .article-image:hover img {
    transform: scale(1.1);
  }
}
.single-news .wrapper .news-sidebar .article .article-content {
  padding: 17px 20px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  color: #fff;
}
@media (min-width: 1200px) {
  .single-news .wrapper .news-sidebar .article .article-content {
    padding: 30px 15px 30px 24px;
  }
}
.single-news .wrapper .news-sidebar .article .article-content .category-wrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #0b0b0b;
  color: #fff;
  border-top-right-radius: 6px;
  overflow: hidden;
  padding: 8px 20px;
}
.single-news .wrapper .news-sidebar .article .article-content .category-wrapper .category {
  font-family: "Open Sans Bold", sans-serif;
  line-height: 1.9rem;
  letter-spacing: -0.18px;
}
@media (min-width: 992px) {
  .single-news .wrapper .news-sidebar .article .article-content .category-wrapper .category {
    font-size: 1.8rem;
  }
}
.single-news .wrapper .news-sidebar .article .article-content .article-title {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: -0.71px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-news .wrapper .news-sidebar .article .article-content .article-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-news .wrapper .news-sidebar .article .article-content .article-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.single-news .wrapper .news-sidebar .article .article-content .article-title a {
  display: block;
  color: #fff;
}
.single-news .wrapper .news-sidebar .article .article-content .publish-date {
  font-size: 1.4rem;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: -0.26px;
  margin: 0;
  margin-top: auto;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes appear {
  0% {
    transform: scale(0);
    opacity: 0;
    max-height: 0px;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    max-height: 250px;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    max-height: 500px;
  }
}
@keyframes dissappear {
  0% {
    transform: scale(1);
    opacity: 1;
    max-height: 500px;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    max-height: 250px;
  }
  100% {
    transform: scale(0);
    opacity: 0;
    max-height: 0px;
  }
}
@keyframes positioning1 {
  0% {
    position: absolute;
    opacity: 1;
  }
  25% {
    position: absolute;
    opacity: 0.5;
  }
  50% {
    position: absolute;
    opacity: 0;
  }
  75% {
    position: static;
    opacity: 0;
  }
  100% {
    position: static;
    opacity: 1;
  }
}
@keyframes positioning2 {
  0% {
    position: static;
    opacity: 1;
    z-index: 3;
  }
  25% {
    position: static;
    opacity: 0.5;
    z-index: 2;
  }
  50% {
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  75% {
    position: absolute;
    z-index: 2;
  }
  100% {
    position: absolute;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes zindex {
  0% {
    z-index: 5;
    opacity: 1;
  }
  20% {
    z-index: 4;
    opacity: 0.8;
  }
  40% {
    z-index: 3;
    opacity: 0.6;
  }
  60% {
    z-index: 2;
    opacity: 0.4;
  }
  80% {
    z-index: 1;
    opacity: 0.2;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.pagination-wrapper {
  margin-top: 35px;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.pagination-wrapper .pagination .pagination-item {
  margin-inline: 3px;
  position: relative;
}
.pagination-wrapper .pagination .pagination-item.disabled .pagination-link {
  opacity: 0.5;
}
.pagination-wrapper .pagination .pagination-item.disabled:hover::after {
  animation: none;
}
.pagination-wrapper .pagination .pagination-item.next, .pagination-wrapper .pagination .pagination-item.prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 0;
}
.pagination-wrapper .pagination .pagination-item.next .pagination-link, .pagination-wrapper .pagination .pagination-item.prev .pagination-link {
  font-size: 3rem;
  font-family: "Open Sans Regular", sans-serif;
  line-height: 1.6;
}
.pagination-wrapper .pagination .pagination-item.next .pagination-link img, .pagination-wrapper .pagination .pagination-item.prev .pagination-link img {
  width: 12px;
  height: 7px;
}
.pagination-wrapper .pagination .pagination-item.next.disabled, .pagination-wrapper .pagination .pagination-item.prev.disabled {
  font-size: 3rem;
}
.pagination-wrapper .pagination .pagination-item.prev {
  margin-right: 3px;
}
.pagination-wrapper .pagination .pagination-item.prev .pagination-link img {
  transform: rotateZ(90deg);
}
.pagination-wrapper .pagination .pagination-item.next {
  margin-left: 3px;
}
.pagination-wrapper .pagination .pagination-item.next .pagination-link img {
  transform: rotateZ(270deg);
}
.pagination-wrapper .pagination .pagination-item.active .pagination-link {
  color: #fff;
}
.pagination-wrapper .pagination .pagination-item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pagination-wrapper .pagination .pagination-item .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: -0.16px;
  color: #a9b3c3;
  padding: 5px 10px;
  width: 30px;
  height: 30px;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
.pagination-wrapper .pagination .pagination-item .pagination-link:hover {
  background-color: #fff;
  border-radius: 50px;
  color: #0b0b0b;
}
.pagination-wrapper .pagination .pagination-item .pagination-link:hover img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(22%) saturate(3618%) hue-rotate(190deg) brightness(88%) contrast(98%);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes appear {
  0% {
    transform: scale(0);
    opacity: 0;
    max-height: 0px;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    max-height: 250px;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    max-height: 500px;
  }
}
@keyframes dissappear {
  0% {
    transform: scale(1);
    opacity: 1;
    max-height: 500px;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    max-height: 250px;
  }
  100% {
    transform: scale(0);
    opacity: 0;
    max-height: 0px;
  }
}
@keyframes positioning1 {
  0% {
    position: absolute;
    opacity: 1;
  }
  25% {
    position: absolute;
    opacity: 0.5;
  }
  50% {
    position: absolute;
    opacity: 0;
  }
  75% {
    position: static;
    opacity: 0;
  }
  100% {
    position: static;
    opacity: 1;
  }
}
@keyframes positioning2 {
  0% {
    position: static;
    opacity: 1;
    z-index: 3;
  }
  25% {
    position: static;
    opacity: 0.5;
    z-index: 2;
  }
  50% {
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  75% {
    position: absolute;
    z-index: 2;
  }
  100% {
    position: absolute;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes zindex {
  0% {
    z-index: 5;
    opacity: 1;
  }
  20% {
    z-index: 4;
    opacity: 0.8;
  }
  40% {
    z-index: 3;
    opacity: 0.6;
  }
  60% {
    z-index: 2;
    opacity: 0.4;
  }
  80% {
    z-index: 1;
    opacity: 0.2;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.multimedia-modal-outer {
  z-index: -1;
  opacity: 0;
  transition: opacity 400ms, z-index 350ms 400ms;
  position: fixed;
  inset: 0;
  background-color: rgba(31, 31, 31, 0.74);
  padding: 15px;
}
.multimedia-modal-outer.modal-show {
  z-index: 11;
  opacity: 1;
  transition: opacity 300ms;
}
.multimedia-modal-outer.modal-show .multimedia-modal {
  transform: scale(1);
}
.multimedia-modal-outer .multimedia-modal {
  z-index: 12;
  position: relative;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  top: 50px;
  max-width: 846px;
  max-height: 80vh;
  margin-inline: auto;
  background-color: #0b0b0b;
  border-radius: 12px;
  overflow: auto;
  box-shadow: 0px 4px 12px 12px rgba(169, 179, 195, 0.06);
  padding: 15px;
}
@media (min-width: 992px) {
  .multimedia-modal-outer .multimedia-modal {
    padding: 30px 30px 70px;
    top: 125px;
  }
}
.multimedia-modal-outer .multimedia-modal .close-modal {
  position: sticky;
  background-color: rgba(31, 31, 31, 0.75);
  top: 0;
  z-index: 2;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin-left: auto;
  padding: 0;
}
.multimedia-modal-outer .multimedia-modal .close-modal span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.multimedia-modal-outer .multimedia-modal .close-modal span:first-of-type {
  transform: rotateZ(45deg);
  margin: 1px 0 -3px;
}
.multimedia-modal-outer .multimedia-modal .close-modal span:last-of-type {
  transform: rotateZ(-45deg);
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner {
  max-width: 882px;
  margin-inline: auto;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner {
    margin-top: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-image {
    flex: 0 0 calc(40% - 17.5px);
    width: calc(40% - 17.5px);
    margin-bottom: 0;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-image::after {
  padding-top: 136%;
}
@media (min-width: 576px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-image {
    max-width: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-image {
    max-width: unset;
    margin-inline: unset;
  }
}
@media (min-width: 768px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-content {
    flex: 0 0 calc(60% - 17.5px);
    width: calc(60% - 17.5px);
    width: auto;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-title {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: -0.44px;
}
@media (min-width: 768px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-title {
    font-size: 2.8rem;
    letter-spacing: -0.7px;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .genre {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.6rem;
  color: #FA1A30;
  margin-bottom: 15px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .description {
  letter-spacing: -0.1px;
  line-height: 2.4rem;
  margin-bottom: 15px;
  color: #a9b3c3;
}
@media (min-width: 992px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .description {
    letter-spacing: -0.3px;
    line-height: 2.6rem;
    margin-bottom: 30px;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content {
  margin-bottom: 40px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content p {
  letter-spacing: -0.1px;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content p {
    letter-spacing: -0.3px;
    line-height: 2.6rem;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content ul li {
  background-image: url("/img/check.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 40px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content ol li {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content ol li::marker {
  color: #FA1A30;
  font-weight: 700;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .content a {
  text-decoration: underline;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .cast-members,
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .director {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .cast-members,
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .director {
    font-size: 1.6rem;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .cast-members strong,
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .director strong {
  display: block;
  margin-bottom: 10px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .cast-members span,
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .director span {
  color: #a9b3c3;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .cast-members {
  margin-bottom: 25px;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-trailer {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-trailer {
    flex: 0 0 100%;
    width: 100%;
  }
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-trailer video {
  width: 100%;
  height: auto;
}
.multimedia-modal-outer .multimedia-modal .multimedia-modal-inner .multimedia-trailer iframe {
  width: 100%;
  min-height: 400px;
}

@keyframes borderRound {
  0% {
    border-top: 0 solid rgba(65, 102, 180, 0.1);
    border-right: 0 solid #4166b4;
    border-bottom: 0 solid #4166b4;
    border-left: 0 solid #4166b4;
  }
  10% {
    border-top: 0 solid rgba(65, 102, 180, 0.2);
    border-right: 0 solid #4166b4;
    border-bottom: 0 solid #4166b4;
    border-left: 0 solid #4166b4;
  }
  20% {
    border-top: 0.5px solid rgba(65, 102, 180, 0.3);
    border-right: 0 solid #4166b4;
    border-bottom: 0 solid #4166b4;
    border-left: 0 solid #4166b4;
  }
  30% {
    border-top: 1px solid rgba(65, 102, 180, 0.5);
    border-right: 0 solid #4166b4;
    border-bottom: 0 solid #4166b4;
    border-left: 0 solid #4166b4;
  }
  40% {
    border-top: 1px solid #4166b4;
    border-right: 0.5px solid #4166b4;
    border-bottom: 0 solid #4166b4;
    border-left: 0 solid #4166b4;
  }
  50% {
    border-top: 1px solid #4166b4;
    border-right: 1px solid #4166b4;
    border-bottom: 0 solid #4166b4;
    border-left: 0 solid #4166b4;
  }
  60% {
    border-top: 1px solid #4166b4;
    border-right: 1px solid #4166b4;
    border-bottom: 0.5px solid #4166b4;
    border-left: 0 solid #4166b4;
    top: -0.5px;
  }
  70% {
    border-top: 1px solid #4166b4;
    border-right: 1px solid #4166b4;
    border-bottom: 1px solid #4166b4;
    border-left: 0 solid #4166b4;
    top: -1px;
  }
  80% {
    border-top: 1px solid #4166b4;
    border-right: 1px solid #4166b4;
    border-bottom: 1px solid #4166b4;
    border-left: 0.5px solid #4166b4;
    left: -0.5px;
  }
  90% {
    border-top: 1px solid #4166b4;
    border-right: 1px solid #4166b4;
    border-bottom: 1px solid #4166b4;
    border-left: 1px solid #4166b4;
    left: -1px;
  }
  100% {
    border-top: 1px solid #4166b4;
    border-right: 1px solid #4166b4;
    border-bottom: 1px solid #4166b4;
    border-left: 1px solid #4166b4;
    left: -1px;
  }
}
footer {
  background: linear-gradient(265deg, #f87c2a -1.17%, #f52b3f 47.16%, #0b0b0b 103.89%);
  color: #fff;
  padding: 52px 0 45px;
}
footer.checkout-footer {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 2;
}
footer.checkout-footer.border {
  border-top: 2px solid rgba(169, 179, 195, 0.5);
}
footer.checkout-footer.border .wrapper {
  border-top: none;
}
footer.checkout-footer .wrapper {
  padding: 24px 0 150px;
  border-top: 2px solid rgba(169, 179, 195, 0.5);
}
@media (min-width: 992px) {
  footer.checkout-footer .wrapper {
    padding: 24px 0;
  }
}
@media (min-width: 1200px) {
  footer.checkout-footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 42px;
  }
}
footer.checkout-footer .wrapper .footer-menu {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  footer.checkout-footer .wrapper .footer-menu {
    margin-bottom: 0;
  }
}
footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: unset;
}
footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item {
    margin-bottom: 0;
  }
}
footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item:not(:last-of-type) {
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
  }
}
footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item.active > .menu-link {
  filter: drop-shadow(0 0 12px #fff);
  text-decoration: underline;
  color: #fff;
}
footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item:hover > .menu-link {
  text-decoration: underline;
}
footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item .menu-link {
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  footer.checkout-footer .wrapper .footer-menu .footer-bottom-menu .menu-item .menu-link {
    font-size: 1.6rem;
  }
}
footer.checkout-footer .wrapper .copyright {
  color: #162950;
  text-align: center;
}
@media (min-width: 1200px) {
  footer.checkout-footer .wrapper .copyright {
    text-align: left;
  }
}
footer.landing-footer .wrapper {
  padding: 24px 0;
}
@media (min-width: 1200px) {
  footer.landing-footer .wrapper {
    align-items: flex-start;
  }
}
footer .newsletter-form {
  padding: 34px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  footer .newsletter-form {
    flex: 0 0 calc(25% - 25px);
    width: calc(25% - 25px);
    padding: unset;
    border: none;
  }
}
footer .newsletter-form .newsletter-title {
  letter-spacing: -0.28px;
  margin-bottom: 16px;
  color: #fff;
  text-transform: none;
}
@media (min-width: 576px) {
  footer .newsletter-form .newsletter-title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  footer .newsletter-form .newsletter-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  footer .newsletter-form .newsletter-title {
    text-align: unset;
  }
}
footer .newsletter-form .form-group {
  margin-bottom: 20px;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  footer .newsletter-form .form-group {
    max-width: unset;
    margin-inline: unset;
    margin-bottom: 24px;
  }
}
footer .newsletter-form .form-group label {
  display: flex;
  align-items: flex-start;
}
footer .newsletter-form .form-group label p {
  font-size: 1.2rem;
  line-height: 1.42;
  letter-spacing: -0.36px;
}
@media (min-width: 1200px) {
  footer .newsletter-form .form-group label p {
    font-size: 1.4rem;
    letter-spacing: -0.42px;
  }
}
footer .newsletter-form .form-group label a {
  color: inherit;
  text-decoration: underline;
}
footer .newsletter-form .form-group .form-control {
  background-color: transparent;
  font-size: 1.4rem;
  color: #fff;
  line-height: 4.4rem;
  padding-inline: 22px;
}
@media (min-width: 992px) {
  footer .newsletter-form .form-group .form-control {
    font-size: 1.6rem;
    line-height: 4.9rem;
  }
}
footer .newsletter-form .form-group .form-control::placeholder {
  color: #fff;
}
footer .newsletter-form .submit-button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  background-color: #0b0b0b;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Open Sans Bold", sans-serif;
  padding: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
footer .newsletter-form .submit-button::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 6px;
}
footer .newsletter-form .submit-button:hover::after {
  animation: borderRound 0.5s ease 1 forwards;
}
@media (min-width: 1200px) {
  footer .newsletter-form .submit-button {
    max-width: unset;
    margin-inline: unset;
    padding: 17px;
  }
}
footer #mc_embed_shell {
  padding: 34px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  footer #mc_embed_shell {
    flex: 0 0 calc(25% - 25px);
    width: calc(25% - 25px);
    padding: unset;
    border: none;
  }
}
footer #mc_embed_shell #mc_embed_signup {
  background: inherit;
  width: auto;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0 !important;
  margin: 0;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  background-color: #0b0b0b;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Open Sans Bold", sans-serif;
  padding: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 6px;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover::after {
  animation: borderRound 0.5s ease 1 forwards;
}
@media (min-width: 1200px) {
  footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form {
    max-width: unset;
    margin-inline: unset;
    padding: 17px;
  }
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll > h2 {
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.28px;
  text-align: center;
}
@media (min-width: 1200px) {
  footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll > h2 {
    text-align: left;
  }
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 24px;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox .fake-checkbox {
  display: inline-block;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox label > p {
  font-size: 14px;
  display: inline-block;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox label > p a {
  color: #fff !important;
  text-decoration: underline;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox label > p a:visited {
  color: #fff;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 20px;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
    max-width: unset;
    margin-inline: unset;
    margin-bottom: 24px;
  }
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
  display: flex;
  align-items: flex-start;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label p {
  font-size: 1.2rem;
  line-height: 1.42;
  letter-spacing: -0.36px;
}
@media (min-width: 1200px) {
  footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label p {
    font-size: 1.4rem;
    letter-spacing: -0.42px;
  }
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label a {
  color: inherit;
  text-decoration: underline;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input {
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  border-radius: 6px;
  width: 100%;
  background-color: transparent;
  font-size: 1.4rem;
  color: #fff;
  line-height: 4.4rem;
  padding-inline: 22px;
}
@media (min-width: 992px) {
  footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input {
    font-size: 1.6rem;
    line-height: 4.9rem;
  }
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input::placeholder {
  color: #fff;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
  font-family: "Open Sans Regular", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  background: none;
  color: #e31e25;
  padding-left: 0;
}
footer #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses {
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 36px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
}
footer .footer-top .wrapper .telekom-group-title {
  margin-inline: 50px auto;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper {
    padding: 52px 0 32px;
  }
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper .footer-menu-wrapper {
    flex: 0 0 calc(75% - 25px);
    width: calc(75% - 25px);
  }
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: unset;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item {
  flex: 0 0 100%;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  position: relative;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item:hover > .menu-link {
  text-decoration: underline;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item.active > .menu-link {
  text-decoration: underline;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item.toggled .arrow {
  transform: rotateX(180deg);
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item.toggled .submenu {
  transform: scaleY(1);
  max-height: 2000px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item {
    flex: 0 0 30%;
    width: 30%;
    border-top: none;
    padding: 0;
    padding-bottom: 50px;
  }
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .menu-link {
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .menu-link {
    font-size: 1.6rem;
  }
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .arrow {
  width: 40px;
  height: 63px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .arrow {
    display: none;
  }
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .submenu {
  list-style: none;
  padding-left: unset;
  transition: all 0.2s linear;
  transform: scaleY(0);
  max-height: 0;
  transform-origin: top;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .submenu {
    transform: unset;
    max-height: unset;
    margin-top: 25px;
  }
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .submenu .menu-item:not(:last-of-type) {
  margin-bottom: 15px;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .submenu .menu-item:hover > .menu-link {
  text-decoration: underline;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .submenu .menu-item.active > .menu-link {
  text-decoration: underline;
  color: #fff;
}
footer .footer-middle .wrapper .footer-menu-wrapper .footer-menu > .menu-item .submenu .menu-item .menu-link {
  color: #fff;
  font-family: "Open Sans Regular", sans-serif;
}
footer .footer-middle .wrapper .newsletter-form {
  padding: 34px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper .newsletter-form {
    flex: 0 0 calc(25% - 25px);
    width: calc(25% - 25px);
    padding: unset;
    border: none;
  }
}
footer .footer-middle .wrapper .newsletter-form .newsletter-title {
  letter-spacing: -0.28px;
  margin-bottom: 16px;
  color: #fff;
  text-transform: none;
}
@media (min-width: 576px) {
  footer .footer-middle .wrapper .newsletter-form .newsletter-title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper .newsletter-form .newsletter-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper .newsletter-form .newsletter-title {
    text-align: unset;
  }
}
footer .footer-middle .wrapper .newsletter-form .form-group {
  margin-bottom: 20px;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper .newsletter-form .form-group {
    max-width: unset;
    margin-inline: unset;
    margin-bottom: 24px;
  }
}
footer .footer-middle .wrapper .newsletter-form .form-group label {
  display: flex;
  align-items: flex-start;
}
footer .footer-middle .wrapper .newsletter-form .form-group label p {
  font-size: 1.2rem;
  line-height: 1.42;
  letter-spacing: -0.36px;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper .newsletter-form .form-group label p {
    font-size: 1.4rem;
    letter-spacing: -0.42px;
  }
}
footer .footer-middle .wrapper .newsletter-form .form-group label a {
  color: inherit;
  text-decoration: underline;
}
footer .footer-middle .wrapper .newsletter-form .form-group .form-control {
  background-color: transparent;
  font-size: 1.4rem;
  color: #fff;
  line-height: 4.4rem;
  padding-inline: 22px;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper .newsletter-form .form-group .form-control {
    font-size: 1.6rem;
    line-height: 4.9rem;
  }
}
footer .footer-middle .wrapper .newsletter-form .form-group .form-control::placeholder {
  color: #fff;
}
footer .footer-middle .wrapper .newsletter-form .submit-button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  background-color: #0b0b0b;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Open Sans Bold", sans-serif;
  padding: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
footer .footer-middle .wrapper .newsletter-form .submit-button::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 6px;
}
footer .footer-middle .wrapper .newsletter-form .submit-button:hover::after {
  animation: borderRound 0.5s ease 1 forwards;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper .newsletter-form .submit-button {
    max-width: unset;
    margin-inline: unset;
    padding: 17px;
  }
}
footer .footer-middle .wrapper #mc_embed_shell {
  padding: 34px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper #mc_embed_shell {
    flex: 0 0 calc(25% - 25px);
    width: calc(25% - 25px);
    padding: unset;
    border: none;
  }
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup {
  background: inherit;
  width: auto;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0 !important;
  margin: 0;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  background-color: #0b0b0b;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Open Sans Bold", sans-serif;
  padding: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 6px;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover::after {
  animation: borderRound 0.5s ease 1 forwards;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form {
    max-width: unset;
    margin-inline: unset;
    padding: 17px;
  }
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll > h2 {
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.28px;
  text-align: center;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll > h2 {
    text-align: left;
  }
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 24px;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox .fake-checkbox {
  display: inline-block;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox label > p {
  font-size: 14px;
  display: inline-block;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox label > p a {
  color: #fff !important;
  text-decoration: underline;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .form-checkbox label > p a:visited {
  color: #fff;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 20px;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
    max-width: unset;
    margin-inline: unset;
    margin-bottom: 24px;
  }
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
  display: flex;
  align-items: flex-start;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label p {
  font-size: 1.2rem;
  line-height: 1.42;
  letter-spacing: -0.36px;
}
@media (min-width: 1200px) {
  footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label p {
    font-size: 1.4rem;
    letter-spacing: -0.42px;
  }
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label a {
  color: inherit;
  text-decoration: underline;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input {
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  border-radius: 6px;
  width: 100%;
  background-color: transparent;
  font-size: 1.4rem;
  color: #fff;
  line-height: 4.4rem;
  padding-inline: 22px;
}
@media (min-width: 992px) {
  footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input {
    font-size: 1.6rem;
    line-height: 4.9rem;
  }
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input::placeholder {
  color: #fff;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
  font-family: "Open Sans Regular", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  background: none;
  color: #e31e25;
  padding-left: 0;
}
footer .footer-middle .wrapper #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses {
  text-align: center;
}
footer .footer-bottom .wrapper {
  padding-top: 24px;
}
@media (min-width: 1200px) {
  footer .footer-bottom .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
  }
}
footer .footer-bottom .wrapper .telekom-logo {
  display: block;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  footer .footer-bottom .wrapper .telekom-logo {
    margin-bottom: 0;
  }
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  footer .footer-bottom .wrapper .footer-bottom-menu-wrapper {
    margin-bottom: 0;
  }
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: unset;
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item {
    margin-bottom: 0;
  }
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item:not(:last-of-type) {
  padding-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  margin-right: 20px;
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item.active > .menu-link {
  text-decoration: underline;
  color: #fff;
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item:hover > .menu-link {
  text-decoration: underline;
}
footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item .menu-link {
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  footer .footer-bottom .wrapper .footer-bottom-menu-wrapper .footer-bottom-menu .menu-item .menu-link {
    font-size: 1.6rem;
  }
}
footer .social-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .social-menu .social-menu-title {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 25px;
  color: #fff;
  line-height: normal;
}
@media (min-width: 992px) {
  footer .social-menu .social-menu-title {
    flex: unset;
    width: unset;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .social-menu .social-menu-link svg {
    fill: #fff;
  }
}
footer .social-menu .social-menu-link:not(:last-of-type) {
  margin-right: 25px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer .social-menu .social-menu-link:not(:last-of-type) {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=single-news.css.map */
