figure {
  margin: 0;
}

.lazyload {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

.videoStory .storyImage {
  position: relative;
}

.videoStory .storyImage::after {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -5px;
  top: 30px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0px;
  padding: 5px 10px 7px 12px;
}

.videoStory:hover .storyImage::after {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -5px;
  top: 30px;
  transform: translate(-50%, -50%);
  background-color: rgb(208, 1, 58);
  margin: 0px;
  padding: 5px 10px 7px 12px;
}

.oe24lsSlide {
  position: absolute;
  background: transparent;
  border: medium none currentcolor;
  color: rgb(51, 51, 51);
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
  outline: 0px;
}

.oe24lsSlide:focus {
  outline: 0px;
}

.oe24lsSlide .oe24lsSlideIcon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: currentcolor;
}

.oe24lsSlide.previous {
  left: -10px;
}

.oe24lsSlide.next {
  right: -10px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .wrapper {
    width: 990px;
    max-width: 990px;
  }
}

.wrapper .container {
  background-color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
  .articleContent {
    padding-left: 0px;
    padding-right: 0px;
  }
  .articleTeaser {
    padding-left: 20px;
    padding-right: 0px;
  }
  .articleTeaser > .teaserBox {
    display: block;
    padding: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  }
}

.articleContent .articleInfo {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 400;
  flex-direction: row;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -4px;
}

.articleContent .articleInfo .breadcrumbsBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  overflow: auto hidden;
}

@media screen and (min-width: 500px) {
  .articleContent .articleInfo {
    justify-content: space-between;
  }
  .articleContent .articleInfo .breadcrumbsBox {
    width: unset;
  }
}

.articleContentTopBox {
  position: relative;
}

.articleShareBox {
  width: 100%;
  padding: 0px 5px;
}

.articleShareBox .socials {
  width: fit-content;
}

.articleShareBox a {
  color: rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none;
}

.articleShareBox .sharePerWhtasApp {
  background-color: rgb(77, 194, 71);
  opacity: 1;
  display: flex;
  align-items: center;
}

.articleShareBox .sharePerWhtasApp a > svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: rgb(255, 255, 255);
  margin: 0px auto;
  padding: 5px;
}

@media (min-width: 400px) {
  .articleShareBox .sharePerWhtasApp {
    background-color: rgb(77, 194, 71);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .articleShareBox .sharePerWhtasApp a > svg {
    display: block;
    fill: rgb(255, 255, 255);
    height: 20px;
    width: 34px;
  }
}

.articleShareBox .articleShare {
  font-size: 0.875rem;
  justify-self: center;
}

.breadcrumbsBox {
  margin-top: 15px;
  padding-left: 5px;
}

.breadcrumbsBox ol {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  text-overflow: ellipsis;
  display: flex;
  align-content: flex-end;
  flex-direction: row;
}

.breadcrumbsBox ol li {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.breadcrumbsBox ol li.homeItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.breadcrumbsBox ol li.homeItem span {
  display: none;
}

.breadcrumbsBox ol li.homeItem svg.arrow {
  display: flex;
  width: 15px;
  height: 10px;
  padding-left: 2px;
  padding-top: 2px;
  margin: 4px 2px 0px;
}

.breadcrumbsBox ol li svg.home {
  display: block;
  width: 16px;
  height: 19px;
  margin-right: 0px;
}

.breadcrumbsBox ol li svg.home path {
  fill: rgb(142, 142, 144);
}

.breadcrumbsBox ol li a {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 13px;
  font-weight: 400;
  color: rgb(142, 142, 144);
  display: flex;
  flex-direction: row;
}

.breadcrumbsBox ol li svg.icon {
  display: flex;
  width: 15px;
  height: 10px;
  padding-left: 2px;
  padding-top: 2px;
  margin: 4px 2px 0px;
}

.breadcrumbsBox ol li:last-child svg.icon {
  display: none;
}

.container .breadcrumbsBox {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.container .breadcrumbsBox .breadcrumbs {
  margin-left: 0px;
  margin-right: 0px;
}

body.fullpageAds .container .breadcrumbsBox .breadcrumbs {
  margin-left: 15px;
  margin-right: 15px;
}

body.fullpageAds .container .articleContent .breadcrumbsBox .breadcrumbs {
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (min-width: 1024px) {
  .container .breadcrumbsBox .breadcrumbs,
  body.fullpageAds .container .breadcrumbsBox .breadcrumbs {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.container .articleContent .breadcrumbsBox {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}

.articleContent
  .articleTextBox
  #newsletterRegistration
  #newsletterRegistrationForm
  input:focus-visible {
  outline-offset: unset;
}

.bestOfVideo {
  width: 100%;
  text-align: center;
  background-color: rgb(208, 1, 58);
  min-height: 210px;
}

.bestOfVideo .headline {
  padding: 10px 0px 7px;
}

.bestOfVideo .headline svg {
  width: 34%;
  position: relative;
  bottom: 5px;
}

.bestOfVideo .headline svg path {
  fill: rgb(255, 255, 255);
}

.bestOfVideo .headline span {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1.625rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bestOfVideo .player img {
  display: none;
}

.bestOfVideo.start .player img {
  display: block;
}

.teaserBox {
  box-shadow: none;
}

.teaserBox.oneStoryTeaserBox {
  display: none;
}

@media (min-width: 1024px) {
  .teaserBox.oneStoryTeaserBox {
    display: block;
  }
}

.teaserBox .teaserBoxHeadline {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(0, 0, 0);
  padding: 0px;
  margin: 0px;
}

@media (min-width: 1024px) {
  .teaserBox {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  }
  .teaserBox .teaserBoxHeadline {
    font-size: 1.625rem;
    margin: 0px -10px;
  }
}

.teaserBox .teaserBoxHeadlineText {
  text-align: center;
  display: block;
  width: 100%;
}

.teaserBox .teaserBoxHeadlineText {
  padding: 7px 0px 5px;
  position: relative;
}

.teaserBox .teaserBoxHeadlineText::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(208, 1, 58);
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.teaserBox .teaserBoxHeadlineText span {
  padding: 0px 10px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .teaserBox .teaserBoxHeadlineText::before {
    width: 93%;
  }
}

.teaserBox .story {
  width: 49%;
}

.teaserBox .story:nth-last-child(1):nth-child(2n + 1) {
  display: none;
}

.teaserBox .story .storyText {
  margin-top: 10px;
  margin-bottom: 5px;
}

.teaserBox .story .storyImage {
  position: relative;
  padding-top: 50%;
  background-color: rgb(248, 248, 248);
}

.teaserBox .story .storyImage img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.teaserBox .story.videoStory .storyImage::after {
  width: 27px;
  height: 27px;
  right: -7px;
  top: 20px;
  padding: 0px 7px 0px 9px;
}

.teaserBox .story.videoStory:hover .storyImage::after {
  width: 27px;
  height: 27px;
  right: -7px;
  top: 20px;
  padding: 0px 7px 0px 9px;
}

.teaserBox .story .storyImage .duration {
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  display: block;
  padding: 4px 5px 2px;
  margin: 0px;
  color: rgb(255, 255, 255);
  background-color: rgba(52, 52, 85, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (min-width: 1024px) {
  .teaserBox .story {
    width: 100%;
  }
  .teaserBox .story:nth-last-child(1):nth-child(2n + 1) {
    display: block;
  }
}

.teaserBox .story .title {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .teaserBox .story .title {
    font-size: 1.375rem;
  }
}

.teaserBox .teaserBoxBottom {
  text-align: center;
  padding: 5px 0px;
  border-top: 1px solid rgb(208, 1, 58);
}

.teaserBox .teaserBoxBottomMore {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .teaserBox .teaserBoxBottomMore {
    font-size: 1.25rem;
  }
}

.teaserBox.video-bg {
  padding: 5px 10px;
  background-color: rgb(21, 75, 151);
}

.teaserBox.video-bg .teaserBoxHeadlineText span {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(21, 75, 151) !important;
}

.teaserBox.video-bg .teaserBoxHeadlineText::before {
  background-color: rgb(255, 255, 255) !important;
}

.teaserBox.video-bg .story .title {
  color: rgb(255, 255, 255) !important;
}

.teaserBox.video-bg .teaserBoxBottom {
  border-top: 1px solid rgb(255, 255, 255) !important;
}

.teaserBox.video-bg .teaserBoxBottom .teaserBoxBottomMore {
  color: rgb(255, 255, 255) !important;
}

.headerDesktop {
  width: 960px;
  max-width: 960px;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 30;
}

.header.headerMobile {
  display: block;
}

header.headerDesktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header.headerMobile {
    display: none;
  }
  .header.headerDesktop {
    display: block;
  }
}

.headerDesktop .navMain {
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.headerDesktop .navMain.navbar {
  padding: 0px;
  height: 35px;
}

.headerDesktop .navMain .navbar-collapse {
  overflow: hidden;
}

.headerDesktop .navMain .navbar-nav {
  width: 90%;
  padding: 2px 0px;
}

.headerDesktop .navMain .nav-item {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.headerDesktop .navMain .nav-link:hover {
  color: rgb(208, 1, 58);
}

.headerDesktop .navMain .navigationContainerSlider.navbar-collapse {
  position: relative;
  padding-left: 15px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .oe24lsSlide {
  width: 40px;
  height: 40px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .oe24lsSlide
  .oe24lsSlideIcon {
  fill: rgb(208, 1, 58);
  top: 25%;
  height: 45%;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .oe24lsSlide.next {
  right: 0px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .navbar-nav
  .nav-item {
  position: relative;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .navbar-nav
  .nav-item::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  background-color: rgb(0, 0, 0);
  width: 6px;
  height: 6px;
  border-radius: 5px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .navbar-nav
  .nav-item:last-child::after {
  content: unset;
}

.headerDesktop .logo-branding {
  display: flex;
  flex-direction: row;
}

.headerDesktop .logo-branding .brand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(208, 1, 58);
  width: 240px;
  transition: width 150ms;
}

.headerDesktop .logo-branding .brand .dropdownItem {
  padding-left: 10px;
  cursor: pointer;
}

.headerDesktop .logo-branding .brand .dropdownItem svg {
  width: 50px;
  transition: width 150ms;
}

.headerDesktop .logo-branding .brand .navTopBrand {
  width: 180px;
  overflow: unset;
}

.headerDesktop .logo-branding .brand .navTopBrand img {
  width: 75%;
}

.headerDesktop .navTop {
  height: 90px;
  transition: 0.1s;
  justify-content: space-between;
}

.headerDesktop .navTop .navTopContainer {
  flex-direction: row;
  width: 100%;
}

.headerDesktop .navTopBrand {
  width: 200px;
  padding: 0px;
  margin: 0px;
  background-color: rgb(208, 1, 58);
  transition: width 150ms;
  position: relative;
  overflow: hidden;
}

.headerDesktop .navTopBrand img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.headerDesktop .navTopContainer .navTopContainerBottom {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .headerDesktop .navTopContainer .navTopContainerBottom {
    flex: 1 0 67px;
    overflow: hidden;
  }
}

@supports (-ms-ime-align: auto) {
  .headerDesktop .navTopContainer .navTopContainerBottom {
    flex: 1 0 67px;
    overflow: hidden;
  }
}

.headerDesktop .navTopEpaper {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
}

.headerDesktop .navTopEpaper .navTopEpaperText {
  padding: 0px 10px;
}

.headerDesktop .navTopEpaper .navTopEpaperText span {
  display: block;
}

.headerDesktop .navTopEpaper .navTopEpaperTextItem {
  font-size: 0.75rem;
  text-transform: none;
  color: gray;
}

.headerMobile {
  margin-right: -15px;
  margin-left: -15px;
  background-color: rgb(255, 255, 255);
  min-height: fit-content;
}

.headerMobile .navbar {
  padding: 0px;
  justify-content: flex-start;
  align-items: unset;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.headerMobile .navbarMenu {
  padding-left: 10px;
  background-color: rgb(208, 1, 58);
  display: flex;
  align-items: center;
}

.headerMobile .navbarMenu .navbar-toggler {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  border: medium none currentcolor;
  border-radius: 0px;
  outline: initial;
  color: rgb(0, 0, 0);
}

.headerMobile .navbarMenu .navbar-toggler svg {
  width: 30px;
}

.headerMobile .navbarBrand {
  line-height: 0.5;
  padding: 0px;
  margin: 0px;
  display: flex;
}

.headerMobile .navbarBrand .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  font-size: 1rem;
  display: flex;
}

.headerMobile .navbarBrand .navbarBrandImage {
  display: flex;
  height: auto;
  width: unset;
  padding: 12px 10px;
  margin: 0px auto;
  background-color: rgb(208, 1, 58);
}

.headerMobile .navbarBrand .navbar-brand .navbarBrandImage img {
  margin: auto;
  display: block;
  align-self: center;
  width: 70px;
}

body > .wrapper > .container {
  position: static;
  transition: transform 0.3s ease-in-out;
}

.headerDesktop .navTopics {
  background-color: rgb(255, 255, 255);
}

.headerDesktop .navTopics .navTopicsCaption {
  font-weight: 400;
  padding: 0px;
  color: rgb(208, 1, 58);
}

.headerDesktop .navTopics .nav-link,
.headerDesktop .navTopics .navTopicsCaption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.headerDesktop .navTopics .nav-link {
  font-weight: 300;
  padding: 0px 0.375rem;
}

.headerDesktop .navTopics .nav-link:hover {
  color: rgb(208, 1, 58);
}

.headerDesktop .headerMeinOe24 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-self: center;
}

.headerDesktop .headerMeinOe24 .oe24Plus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 5px 8px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.headerDesktop .headerMeinOe24 .headerText {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.headerMobile .oe24Login {
  display: flex;
}

.headerMobile .headerMeinOe24 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px 1em 0px 0.5em;
}

.headerMobile .headerMeinOe24 .headerMeinOe24LinkMobile {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
}

.headerMobile .headerMeinOe24 .headerMeinOe24LinkMobile .headerText {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding-top: 4px;
}

@media screen and (max-width: 300px) {
  .headerMobile .oe24Login {
    display: none;
  }
}

.headerSubNavMobile {
  position: relative;
  width: 100%;
  min-height: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.headerSubNavMobile .subNavSlider {
  display: block;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  width: 100%;
  white-space: nowrap;
  padding: 0px 5px;
}

.headerSubNavMobile .subNavSlider::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .headerSubNavMobile .subNavSlider {
    display: none;
  }
}

.headerSubNavMobile .subNavSlider .item-wrapper {
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.headerSubNavMobile .subNavSlider .nav-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}

.headerSubNavMobile .subNavSlider .nav-item::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  bottom: 7px;
  background-color: rgb(237, 28, 35);
  border-radius: 10px;
  visibility: hidden;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  margin: auto 0px;
}

@media only screen and (max-width: 1023px) {
  .headerSubNavMobile .subNavSlider .nav-item::after {
    content: unset;
  }
}

.headerSubNavMobile .subNavSlider .nav-item:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

.headerSubNavMobile .subNavSlider .navBorder {
  display: none;
  padding: 1px;
  height: 40px;
  background-color: rgba(21, 135, 156, 0.3);
}

.footerDesktop {
  width: 100%;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 1rem 5px;
  margin: 1rem 0px;
}

.footerDesktop__link {
  margin-bottom: 20px;
  line-height: 1;
}

.footerDesktop__link a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  color: rgb(0, 0, 0);
  padding-top: 5px;
  display: block;
  margin-bottom: 10px;
}

.footerDesktop__link a.bold {
  font-weight: 600;
}

.footerDesktop__link a:hover {
  color: rgb(225, 18, 41);
}

.footerDesktop .footerHeadline {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(208, 1, 58);
  padding-bottom: 0px;
}

.footerDesktop .footerContent {
  padding-bottom: 5px;
}

.footerDesktop .footerContent .col-md-4 {
  padding-left: 0px;
}

.footerDesktop .footerContent .headline {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(102, 102, 102);
  padding-bottom: 10px;
}

@media (min-width: 1023px) {
  .footerDesktop {
    padding: 1rem 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .fullpageAds .container {
    background-color: rgb(255, 255, 255);
  }
  .fullpageAds .wrapper {
    margin: 0px auto;
  }
}

.fullpageAds .articleContent .articleInfo,
.fullpageAds .headerDesktop .navTopics .navTopicsCaption {
  padding-left: 5px;
}

.fullpageAds.doubleSidebar .wrapper {
  width: 960px;
  max-width: 100%;
}

.fullpageAds.doubleSidebar .container {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 960px;
}

.fullpageAds.doubleSidebar .row {
  margin-left: 0px;
  margin-right: 0px;
}

.fullpageAds.doubleSidebar .headerMobile {
  margin-right: 0px;
  margin-left: 0px;
}

.headline {
  width: 100%;
  position: relative;
}

:root {
  --o24takeover1-bg-color: #e20074;
  --o24takeover2-bg-color: #e24e9a;
  --o24takeover-bg-color-storyCounter: #ffffff;
  --o24takeover1-txt-color: #ffffff;
  --o24takeover2-txt-color: #ffffff;
}

@font-face {
  font-family: VideoJS;
  src: url("data:application/font-woff;charset=utf-8;base64,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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0px 0px;
}

@supports (display: grid) {
}

.video-js :focus:not(:focus-visible) {
  outline: 0px;
}

.lazyload {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

.videoStory .storyImage {
  position: relative;
}

.videoStory .storyImage::after {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -5px;
  top: 30px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0px;
  padding: 5px 10px 7px 12px;
}

.videoStory:hover .storyImage::after {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -5px;
  top: 30px;
  transform: translate(-50%, -50%);
  background-color: rgb(208, 1, 58);
  margin: 0px;
  padding: 5px 10px 7px 12px;
}

.oe24lsSlide {
  position: absolute;
  border: medium none currentcolor;
  color: rgb(51, 51, 51);
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 0%;
  transform: translateY(-50%);
  outline: 0px;
}

.oe24lsSlide:focus {
  outline: 0px;
}

.oe24lsSlide .oe24lsSlideIcon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: currentcolor;
}

.oe24lsSlide.previous {
  left: -10px;
}

.oe24lsSlide.next {
  right: -10px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .wrapper {
    width: 990px;
    max-width: 990px;
  }
}

.wrapper .container {
  background-color: rgb(255, 255, 255);
}

.headerDesktop {
  width: 960px;
  max-width: 960px;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 30;
}

.header.headerMobile {
  display: block;
}

header.headerDesktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header.headerMobile {
    display: none;
  }
  .header.headerDesktop {
    display: block;
  }
}

.headerDesktop .navMain {
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.headerDesktop .navMain.navbar {
  padding: 0px;
  height: 35px;
}

.headerDesktop .navMain .navbar-collapse {
  overflow: hidden;
}

.headerDesktop .navMain .navbar-nav {
  width: 90%;
  padding: 2px 0px;
}

.headerDesktop .navMain .nav-item {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.headerDesktop .navMain .nav-link:hover {
  color: rgb(208, 1, 58);
}

.headerDesktop .navMain .navigationContainerSlider.navbar-collapse {
  position: relative;
  padding-left: 15px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .oe24lsSlide {
  width: 40px;
  height: 40px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .oe24lsSlide
  .oe24lsSlideIcon {
  fill: rgb(208, 1, 58);
  top: 25%;
  height: 45%;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .oe24lsSlide.next {
  right: 0px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .navbar-nav
  .nav-item {
  position: relative;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .navbar-nav
  .nav-item::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  background-color: rgb(0, 0, 0);
  width: 6px;
  height: 6px;
  border-radius: 5px;
}

.headerDesktop
  .navMain
  .navigationContainerSlider.navbar-collapse
  .navbar-nav
  .nav-item:last-child::after {
  content: unset;
}

.headerDesktop .logo-branding {
  display: flex;
  flex-direction: row;
}

.headerDesktop .logo-branding .brand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(208, 1, 58);
  width: 240px;
  transition: width 150ms;
}

.headerDesktop .logo-branding .brand .dropdownItem {
  padding-left: 10px;
  cursor: pointer;
}

.headerDesktop .logo-branding .brand .dropdownItem svg {
  width: 50px;
  transition: width 150ms;
}

.headerDesktop .logo-branding .brand .navTopBrand {
  width: 180px;
  overflow: unset;
}

.headerDesktop .logo-branding .brand .navTopBrand img {
  width: 75%;
}

.headerDesktop .navTop {
  height: 90px;
  transition: 0.1s;
  justify-content: space-between;
}

.headerDesktop .navTop .navTopContainer {
  flex-direction: row;
  width: 100%;
}

.headerDesktop .navTopBrand {
  width: 200px;
  padding: 0px;
  margin: 0px;
  background-color: rgb(208, 1, 58);
  transition: width 150ms;
  position: relative;
  overflow: hidden;
}

.headerDesktop .navTopBrand img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.headerDesktop .navTopContainer .navTopContainerBottom {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .headerDesktop .navTopContainer .navTopContainerBottom {
    flex: 1 0 67px;
    overflow: hidden;
  }
}

@supports (-ms-ime-align: auto) {
  .headerDesktop .navTopContainer .navTopContainerBottom {
    flex: 1 0 67px;
    overflow: hidden;
  }
}

.headerDesktop .navTopEpaper {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
}

.headerDesktop .navTopEpaper .navTopEpaperText {
  padding: 0px 10px;
}

.headerDesktop .navTopEpaper .navTopEpaperText span {
  display: block;
}

.headerDesktop .navTopEpaper .navTopEpaperTextItem {
  font-size: 0.75rem;
  text-transform: none;
  color: gray;
}

.headerMobile {
  margin-right: -15px;
  margin-left: -15px;
  background-color: rgb(255, 255, 255);
  min-height: fit-content;
}

.headerMobile .navbar {
  padding: 0px;
  justify-content: flex-start;
  align-items: unset;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.headerMobile .navbarMenu {
  padding-left: 10px;
  background-color: rgb(208, 1, 58);
  display: flex;
  align-items: center;
}

.headerMobile .navbarMenu .navbar-toggler {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  border: medium none currentcolor;
  border-radius: 0px;
  outline: initial;
  color: rgb(0, 0, 0);
}

.headerMobile .navbarMenu .navbar-toggler svg {
  width: 30px;
}

.headerMobile .navbarBrand {
  line-height: 0.5;
  padding: 0px;
  margin: 0px;
  display: flex;
}

.headerMobile .navbarBrand .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  font-size: 1rem;
  display: flex;
}

.headerMobile .navbarBrand .navbarBrandImage {
  display: flex;
  height: auto;
  width: unset;
  padding: 12px 10px;
  margin: 0px auto;
  background-color: rgb(208, 1, 58);
}

.headerMobile .navbarBrand .navbar-brand .navbarBrandImage img {
  margin: auto;
  display: block;
  align-self: center;
  width: 70px;
}

body > .wrapper > .container {
  position: static;
  transition: transform 0.3s ease-in-out;
}

.headerDesktop .navTopics {
  background-color: rgb(255, 255, 255);
}

.headerDesktop .navTopics .navTopicsCaption {
  font-weight: 400;
  padding: 0px;
  color: rgb(208, 1, 58);
}

.headerDesktop .navTopics .nav-link,
.headerDesktop .navTopics .navTopicsCaption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.headerDesktop .navTopics .nav-link {
  font-weight: 300;
  padding: 0px 0.375rem;
}

.headerDesktop .navTopics .nav-link:hover {
  color: rgb(208, 1, 58);
}

.headerDesktop .headerMeinOe24 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-self: center;
}

.headerDesktop .headerMeinOe24 .oe24Plus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 5px 8px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.headerDesktop .headerMeinOe24 .headerText {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.headerMobile .oe24Login {
  display: flex;
}

.headerMobile .headerMeinOe24 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px 1em 0px 0.5em;
}

.headerMobile .headerMeinOe24 .headerMeinOe24LinkMobile {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
}

.headerMobile .headerMeinOe24 .headerMeinOe24LinkMobile .headerText {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding-top: 14px;
}

@media screen and (max-width: 300px) {
  .headerMobile .oe24Login {
    display: none;
  }
}

.headerSubNavMobile {
  position: relative;
  width: 100%;
  min-height: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.headerSubNavMobile .subNavSlider {
  overflow: auto hidden;
  background-color: rgb(255, 255, 255);
  width: 100%;
  white-space: nowrap;
  padding: 0px 5px;
  display: flex;
  max-width: 100%;
}

.headerSubNavMobile .subNavSlider::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .headerSubNavMobile .subNavSlider {
    display: none;
  }
}

.headerSubNavMobile .subNavSlider .item-wrapper {
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.headerSubNavMobile .subNavSlider .nav-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}

.headerSubNavMobile .subNavSlider .nav-item::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  bottom: 7px;
  background-color: rgb(237, 28, 35);
  border-radius: 10px;
  visibility: hidden;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  margin: auto 0px;
}

@media only screen and (max-width: 1023px) {
  .headerSubNavMobile .subNavSlider .nav-item::after {
    content: unset;
  }
}

.headerSubNavMobile .subNavSlider .nav-item:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

.headerSubNavMobile .subNavSlider .navBorder {
  display: none;
  padding: 1px;
  height: 40px;
  background-color: rgba(21, 135, 156, 0.3);
}

.footerDesktop {
  width: 100%;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 1rem 5px;
  margin: 1rem 0px;
}

.footerDesktop__link {
  margin-bottom: 20px;
  line-height: 1;
}

.footerDesktop__link a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  color: rgb(0, 0, 0);
  padding-top: 5px;
  display: block;
  margin-bottom: 10px;
}

.footerDesktop__link a.bold {
  font-weight: 600;
}

.footerDesktop__link a:hover {
  color: rgb(208, 1, 58);
}

.footerDesktop .footerHeadline {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(208, 1, 58);
  padding-bottom: 0px;
}

.footerDesktop .footerContent {
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-start;
}

.footerDesktop .footerContent .col-md-4 {
  padding-left: 0px;
}

.footerDesktop .footerContent .headline {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(102, 102, 102);
  padding-bottom: 10px;
}

@media (min-width: 1023px) {
  .footerDesktop {
    padding: 1rem 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .fullpageAds .container {
    background-color: rgb(255, 255, 255);
  }
  .fullpageAds .wrapper {
    margin: 0px auto;
  }
}

.fullpageAds .articleContent .articleInfo,
.fullpageAds .headerDesktop .navTopics .navTopicsCaption {
  padding-left: 5px;
}

.fullpageAds.doubleSidebar .wrapper {
  width: 960px;
  max-width: 100%;
}

.fullpageAds.doubleSidebar .container {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 960px;
}

.fullpageAds.doubleSidebar .row {
  margin-left: 0px;
  margin-right: 0px;
}

.fullpageAds.doubleSidebar .headerMobile {
  margin-right: 0px;
  margin-left: 0px;
}

.headline {
  width: 100%;
  position: relative;
}

.teaserBox {
  box-shadow: none;
}

.teaserBox.oneStoryTeaserBox {
  display: none;
}

@media (min-width: 1024px) {
  .teaserBox.oneStoryTeaserBox {
    display: block;
  }
}

.teaserBox .teaserBoxHeadline {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(0, 0, 0);
  padding: 0px;
  margin: 0px;
}

@media (min-width: 1024px) {
  .teaserBox {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  }
  .teaserBox .teaserBoxHeadline {
    font-size: 1.625rem;
    margin: 0px -10px;
  }
}

.teaserBox .teaserBoxHeadlineText {
  text-align: center;
  display: block;
  width: 100%;
}

.teaserBox .teaserBoxHeadlineText {
  padding: 7px 0px 5px;
  position: relative;
}

.teaserBox .teaserBoxHeadlineText::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(208, 1, 58);
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.teaserBox .teaserBoxHeadlineText span {
  padding: 0px 10px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .teaserBox .teaserBoxHeadlineText::before {
    width: 93%;
  }
}

.teaserBox .story {
  width: 49%;
}

.teaserBox .story:nth-last-child(1):nth-child(2n + 1) {
  display: none;
}

.teaserBox .story .storyText {
  margin-top: 10px;
  margin-bottom: 5px;
}

.teaserBox .story .storyImage {
  position: relative;
  padding-top: 50%;
  background-color: rgb(248, 248, 248);
}

.teaserBox .story .storyImage img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.teaserBox .story.videoStory .storyImage::after {
  width: 27px;
  height: 27px;
  right: -7px;
  top: 20px;
  padding: 0px 7px 0px 9px;
}

.teaserBox .story.videoStory:hover .storyImage::after {
  width: 27px;
  height: 27px;
  right: -7px;
  top: 20px;
  padding: 0px 7px 0px 9px;
}

.teaserBox .story .storyImage .duration {
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  display: block;
  padding: 4px 5px 2px;
  margin: 0px;
  color: rgb(255, 255, 255);
  background-color: rgba(52, 52, 85, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (min-width: 1024px) {
  .teaserBox .story {
    width: 100%;
  }
  .teaserBox .story:nth-last-child(1):nth-child(2n + 1) {
    display: block;
  }
}

.teaserBox .story .title {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .teaserBox .story .title {
    font-size: 1.375rem;
  }
}

.teaserBox .teaserBoxBottom {
  text-align: center;
  padding: 5px 0px;
  border-top: 1px solid rgb(208, 1, 58);
}

.teaserBox .teaserBoxBottomMore {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .teaserBox .teaserBoxBottomMore {
    font-size: 1.25rem;
  }
}

.teaserBox.video-bg {
  padding: 5px 10px;
  background-color: rgb(21, 75, 151);
}

.teaserBox.video-bg .teaserBoxHeadlineText span {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(21, 75, 151) !important;
}

.teaserBox.video-bg .teaserBoxHeadlineText::before {
  background-color: rgb(255, 255, 255) !important;
}

.teaserBox.video-bg .story .title {
  color: rgb(255, 255, 255) !important;
}

.teaserBox.video-bg .teaserBoxBottom {
  border-top: 1px solid rgb(255, 255, 255) !important;
}

.teaserBox.video-bg .teaserBoxBottom .teaserBoxBottomMore {
  color: rgb(255, 255, 255) !important;
}

.bestOfVideo {
  width: 100%;
  text-align: center;
  background-color: rgb(208, 1, 58);
  min-height: 210px;
  display: block;
}

.bestOfVideo .headline {
  padding: 10px 0px 7px;
}

.bestOfVideo .headline svg {
  width: 34%;
  position: relative;
  bottom: 5px;
}

.bestOfVideo .headline svg path {
  fill: rgb(255, 255, 255);
}

.bestOfVideo .headline span {
  font-family: oe24condensed, sans-serif;
  transform: rotateZ(0.029deg);
  font-size: 1.625rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bestOfVideo .player img {
  display: none;
}

.bestOfVideo.start .player img {
  display: block;
}

.breadcrumbsBox {
  margin-top: 15px;
  padding-left: 5px;
}

.breadcrumbsBox ol {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  text-overflow: ellipsis;
  display: flex;
  align-content: flex-end;
  flex-direction: row;
}

.breadcrumbsBox ol li {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.breadcrumbsBox ol li.homeItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.breadcrumbsBox ol li.homeItem span {
  display: none;
}

.breadcrumbsBox ol li.homeItem svg.arrow {
  display: flex;
  width: 15px;
  height: 10px;
  padding-left: 2px;
  padding-top: 2px;
  margin: 4px 2px 0px;
}

.breadcrumbsBox ol li svg.home {
  display: block;
  width: 16px;
  height: 19px;
  margin-right: 0px;
}

.breadcrumbsBox ol li svg.home path {
  fill: rgb(142, 142, 144);
}

.breadcrumbsBox ol li a {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 13px;
  font-weight: 400;
  color: rgb(142, 142, 144);
  display: flex;
  flex-direction: row;
}

.breadcrumbsBox ol li svg.icon {
  display: flex;
  width: 15px;
  height: 10px;
  padding-left: 2px;
  padding-top: 2px;
  margin: 4px 2px 0px;
}

.breadcrumbsBox ol li:last-child svg.icon {
  display: none;
}

.container .breadcrumbsBox {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.container .breadcrumbsBox .breadcrumbs {
  margin-left: 0px;
  margin-right: 0px;
}

body.fullpageAds .container .breadcrumbsBox .breadcrumbs {
  margin-left: 15px;
  margin-right: 15px;
}

body.fullpageAds .container .articleContent .breadcrumbsBox .breadcrumbs {
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (min-width: 1024px) {
  .container .breadcrumbsBox .breadcrumbs,
  body.fullpageAds .container .breadcrumbsBox .breadcrumbs {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.container .articleContent .breadcrumbsBox {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}

:root {
  --o24takeover1-bg-color: #e20074;
  --o24takeover2-bg-color: #e24e9a;
  --o24takeover-bg-color-storyCounter: #ffffff;
  --o24takeover1-txt-color: #ffffff;
  --o24takeover2-txt-color: #ffffff;
}

.navbar-nav {
  width: 816px;
  transform: translate3d(0px, 0px, 0px);
  height: 18px;
  padding-bottom: 0%;
}

.navbar-nav div {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .bestOfVideo {
    display: none;
  }
}

.nav-item a,
header a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.ue-c-article__author-caption {
  display: flex;
  flex-wrap: wrap;
  line-height: 16px;
  font-family: Mundo, "Times New Roman", Times, serif;
  font-weight: 400;
  color: rgb(121, 118, 118);
  font-size: 1rem;
  margin: 11px 0px 16px;
}

.comment-line {
  color: rgb(59, 89, 152);
  text-align: center;
  border-bottom: 1px solid rgb(59, 89, 152);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
  transform: rotateZ(0.029deg);
}

@media (min-width: 768px) {
  .comment-line {
    font-size: 1.625rem;
  }
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:last-of-type {
  border-bottom: 0px;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px;
}

.block-info-comment__name {
  font-weight: 700;
  color: rgb(59, 89, 152);
}

.block-info {
  width: 100%;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  padding-top: 5px;
  pointer-events: none;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  color: rgb(59, 89, 152);
}

@media (max-width: 425px) {
  .block-info-line__like_item {
    white-space: nowrap;
  }
  .block-info-line__like {
    position: relative;
    padding-top: 20px;
  }
  .block-info-line__date {
    position: absolute;
    top: 0px;
  }
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

:root {
  --swiper-navigation-size: 44px;
}

:root {
  --white: #ffffff;
  --red: #d0013a;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  height: auto;
  border: 0px;
  font-size: 0px;
  line-height: 0;
  user-select: none;
}

figure,
figcaption {
  display: block;
  margin: 0px;
  padding: 0px;
}

.un-header {
  position: relative;
}

.un-header__image-wrapper {
  position: relative;
  display: block;
  padding-top: 50%;
  text-align: left;
}

.un-header__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  max-height: 400px;
  object-fit: cover;
  object-position: center top;
}

.un-header-image__caption {
  margin-top: 6px;
  padding-left: 5px;
  opacity: 0.8;
  color: rgb(86, 82, 78);
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
}

.un-header__title-wrapper {
  text-align: center;
}

.un-header__title {
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-family: oe24condensed, sans-serif;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.6px;
  transform: rotateZ(0.029deg);
}

@media (min-width: 768px) {
  .un-header__title {
    margin-bottom: 25px;
    font-size: 3.5rem;
  }
}

.un-header__date {
  padding-left: 5px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .un-header__date {
    line-height: 1.3;
  }
}

.un-header__date time {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .un-header__date time {
    font-size: 0.9375rem;
  }
}

.un-article {
  position: relative;
  padding-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.5;
  word-break: break-word;
}

.un-article__paragraph {
  line-height: 1.55;
}

.un-article__paragraph:first-of-type {
  margin: 1rem 0px;
}

.un-article__h2 {
  margin: 0px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
  text-align: left;
  transform: rotateZ(0.029deg);
}

@media (min-width: 768px) {
  .un-article__h2 {
    font-size: 1.625rem;
  }
}

.un-article__image-wrapper {
  margin: 15px 0px;
}

.un-article__image-wrapper:last-of-type {
}

.un-article__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px;
  transition: 0.3s;
  cursor: pointer;
  object-fit: cover;
  object-position: center center;
}

.un-article__paragraph a,
.un-instruction__item a {
  color: rgb(0, 127, 255);
  text-decoration: underline;
}

.un-instruction__item a:hover,
.un-article__paragraph a:hover {
  color: rgb(225, 18, 41);
}

.un-instruction {
  position: relative;
  padding-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.5;
  word-break: break-word;
  margin-bottom: 2rem;
}

.un-instruction__title {
  margin: 0px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
  text-align: left;
  transform: rotateZ(0.029deg);
}

@media (min-width: 768px) {
  .un-instruction__title {
    font-size: 1.625rem;
  }
}

.un-instruction ol {
  counter-reset: myCounter 0;
}

.un-instruction li {
  margin: 0px 0px 8px;
  list-style: none;
}

.un-instruction li:last-of-type {
  margin: 0px 0px 16px;
}

.un-instruction li::before {
  display: block;
  width: min-content;
  margin: 0px 6px 0px 0px;
  border: 3px var(--red) solid;
  border-radius: 100%;
  padding: 4px 12px;
  color: var(--red);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  counter-increment: myCounter 1;
  align-self: flex-start;
}

.un-instruction li:first-of-type::before {
}

.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px auto;
  padding: 0px;
}

.un-instruction__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  border-right: 2px solid var(--red);
  border-left: 2px solid var(--red);
  padding: 8px;
  overflow-wrap: break-word;
  background-color: rgb(236, 236, 236);
  line-height: 1.55;
}

.un-comments {
  margin-bottom: 0px !important;
}

.notm-title {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3;
  text-align: left;
  transform: rotateZ(0.029deg);
  margin: 0px 0px 0px 10px !important;
  color: var(--white) !important;
}

@media (min-width: 768px) {
  .notm-title {
    font-size: 2.025rem;
  }
}

.feedback {
  font-family: var(--body-font);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 16px;
}

.feedback__header {
  display: flex;
  gap: 34px;
  align-items: center;
}

.feedback__ava {
  width: 150px;
}

.feedback__ava img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feedback__name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.feedback__prof {
  font-size: 16px;
  color: rgb(127, 127, 127);
}

.feedback__main {
  border-top: 1px solid rgb(127, 127, 127);
  border-bottom: 1px solid rgb(127, 127, 127);
  padding: 20px 0px;
}

.feedback__text {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .feedback__name {
    font-size: 30px;
  }
  .feedback__header-text {
    padding-bottom: 10px;
  }
  .feedback__prof {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .feedback__header {
    gap: 25px;
    flex-direction: column;
  }
  .feedback__name {
    font-size: 24px;
    text-align: center;
    text-wrap: balance;
  }
  .feedback__header-text {
    padding-bottom: 5px;
  }
  .feedback__prof {
    font-size: 14px;
    text-align: center;
    text-wrap: balance;
  }
}

@media (max-width: 375px) {
  .feedback__header {
    align-items: center;
  }
  .feedback__header-text {
    padding-bottom: 0px;
  }
}

.feedback {
  margin-bottom: 10px;
  padding: 0px 0px 12px;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback__header {
}

.feedback .feedback__name {
  margin: 0px 0px 5px;
  font-weight: 700;
  font-size: 24px;
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}

:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

b {
  font-weight: bolder;
}

figure {
  margin: 0px 0px 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.w-100 {
  width: 100% !important;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  border-radius: 0px;
}

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

button {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 990px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
}

.my-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0px !important;
}

.py-1 {
  padding-top: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mx-lg-0 {
    margin-left: 0px !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.dropdown-toggle {
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0px;
    z-index: 1020;
  }
}

.collapse:not(.show) {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 990px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-4,
.col-lg-8,
.col-md-12,
.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

*,
::after,
::before {
  border: 0px solid rgb(226, 232, 240);
  box-sizing: border-box;
}

::after,
::before {
  --tw-content: "";
}

.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 500px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.beyond_form {
  position: relative;
  z-index: 1;
  border: 4px solid rgb(211, 46, 33);
  border-radius: 12px;
  background-color: rgba(213, 50, 42, 0.05);
  padding: 0px 14px;
  margin-top: -15px;
}

.beyond_form p {
  font-weight: normal !important;
}

.beyond_form .bold,
#allocationCount {
  font-weight: bold;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.reg-box-style {
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  padding: 20px 24px 10px;
  word-break: break-word;
  font-size: 1.875rem;
  background: rgb(15, 33, 102);
  color: white;
  text-align: center;
}

.rating-box {
  position: relative;
  z-index: 2;
  padding: 10px 40px;
  word-break: break-word;
  background: rgb(15, 33, 102);
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  div#form {
    padding: 0px;
  }
  .px-6 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-66 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #trustedsite {
    margin-left: 20px !important;
  }
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-0 {
    margin-right: 0px;
  }
}
