@charset "UTF-8";
/* Scss Document */
/* import variables */
/* --------- Colors ------------- */
/* --------- Paths ------------- */
/* --------- Fonts ------------- */
/* check if this is needed??? */
/* --------- Custom sizes ------------- */
/* --------- Mobile menu icon animation ------------- */
/* -------------- Layout ------------------ */
/* this function isnt working in variable */
/* -------------- Breakpoints ------------------ */
/* this function isnt working in variable but anyway px is recommended for media queries */
/* table */
/* import mixins */
/*------------------animation -----------------*/
/* import functions */
/* import extends */
.dl-icon-two-lines .text-container::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next {
  display: inline-block;
  position: relative;
  outline: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:hover, .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:focus {
  cursor: pointer;
}

.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next {
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:focus, .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:hover {
  background: none;
  cursor: pointer;
}

/* import animations */
@-webkit-keyframes grow {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes grow {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes grow {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes grow {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromTop {
  from {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes slideFromTop {
  from {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes slideFromTop {
  from {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideFromTop {
  from {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scaleWidth {
  from {
    max-width: 0;
  }
  to {
    max-width: 400px;
  }
}
@-moz-keyframes scaleWidth {
  from {
    max-width: 0;
  }
  to {
    max-width: 400px;
  }
}
@-o-keyframes scaleWidth {
  from {
    max-width: 0;
  }
  to {
    max-width: 400px;
  }
}
@keyframes scaleWidth {
  from {
    max-width: 0;
  }
  to {
    max-width: 400px;
  }
}
@-webkit-keyframes widthFromLeft {
  from {
    max-width: 50%;
  }
  to {
    max-width: 0;
  }
}
@-moz-keyframes widthFromLeft {
  from {
    max-width: 50%;
  }
  to {
    max-width: 0;
  }
}
@-o-keyframes widthFromLeft {
  from {
    max-width: 50%;
  }
  to {
    max-width: 0;
  }
}
@keyframes widthFromLeft {
  from {
    max-width: 50%;
  }
  to {
    max-width: 0;
  }
}
@-webkit-keyframes slideToRight {
  from {
    left: 50%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes slideToRight {
  from {
    left: 50%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes slideToRight {
  from {
    left: 50%;
  }
  to {
    left: 100%;
  }
}
@keyframes slideToRight {
  from {
    left: 50%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes headerScale {
  from {
    width: 0;
    visibility: hidden;
  }
  to {
    width: 23%;
    visibility: visible;
  }
}
@-moz-keyframes headerScale {
  from {
    width: 0;
    visibility: hidden;
  }
  to {
    width: 23%;
    visibility: visible;
  }
}
@-o-keyframes headerScale {
  from {
    width: 0;
    visibility: hidden;
  }
  to {
    width: 23%;
    visibility: visible;
  }
}
@keyframes headerScale {
  from {
    width: 0;
    visibility: hidden;
  }
  to {
    width: 23%;
    visibility: visible;
  }
}
@-webkit-keyframes flipOutX {
  from {
    -ms-transform: translate(-50%, 0) perspective(400px);
    -webkit-transform: translate(-50%, 0) perspective(400px);
    -moz-transform: translate(-50%, 0) perspective(400px);
    transform: translate(-50%, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  from {
    -ms-transform: translate(-50%, 0) perspective(400px);
    -webkit-transform: translate(-50%, 0) perspective(400px);
    -moz-transform: translate(-50%, 0) perspective(400px);
    transform: translate(-50%, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  from {
    -ms-transform: translate(-50%, 0) perspective(400px);
    -webkit-transform: translate(-50%, 0) perspective(400px);
    -moz-transform: translate(-50%, 0) perspective(400px);
    transform: translate(-50%, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -ms-transform: translate(-50%, 0) perspective(400px);
    -webkit-transform: translate(-50%, 0) perspective(400px);
    -moz-transform: translate(-50%, 0) perspective(400px);
    transform: translate(-50%, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(-50%, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutXMobile {
  from {
    -ms-transform: translate(0, 0) perspective(400px);
    -webkit-transform: translate(0, 0) perspective(400px);
    -moz-transform: translate(0, 0) perspective(400px);
    transform: translate(0, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutXMobile {
  from {
    -ms-transform: translate(0, 0) perspective(400px);
    -webkit-transform: translate(0, 0) perspective(400px);
    -moz-transform: translate(0, 0) perspective(400px);
    transform: translate(0, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutXMobile {
  from {
    -ms-transform: translate(0, 0) perspective(400px);
    -webkit-transform: translate(0, 0) perspective(400px);
    -moz-transform: translate(0, 0) perspective(400px);
    transform: translate(0, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutXMobile {
  from {
    -ms-transform: translate(0, 0) perspective(400px);
    -webkit-transform: translate(0, 0) perspective(400px);
    -moz-transform: translate(0, 0) perspective(400px);
    transform: translate(0, 0) perspective(400px);
  }
  30% {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -ms-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: translate(0, 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes displayNone {
  from {
    display: block !important;
  }
  to {
    display: none !important;
  }
}
@-moz-keyframes displayNone {
  from {
    display: block !important;
  }
  to {
    display: none !important;
  }
}
@-o-keyframes displayNone {
  from {
    display: block !important;
  }
  to {
    display: none !important;
  }
}
@keyframes displayNone {
  from {
    display: block !important;
  }
  to {
    display: none !important;
  }
}
@-webkit-keyframes imagemapFadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(30%, 0, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-moz-keyframes imagemapFadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(30%, 0, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes imagemapFadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(30%, 0, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes imagemapFadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(30%, 0, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes imagemapFadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-moz-keyframes imagemapFadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes imagemapFadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes imagemapFadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes imagemapFadeInBottom {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, -30%, 0);
    -webkit-transform: translate3d(-50%, -30%, 0);
    -moz-transform: translate3d(-50%, -30%, 0);
    transform: translate3d(-50%, -30%, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-moz-keyframes imagemapFadeInBottom {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, -30%, 0);
    -webkit-transform: translate3d(-50%, -30%, 0);
    -moz-transform: translate3d(-50%, -30%, 0);
    transform: translate3d(-50%, -30%, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-o-keyframes imagemapFadeInBottom {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, -30%, 0);
    -webkit-transform: translate3d(-50%, -30%, 0);
    -moz-transform: translate3d(-50%, -30%, 0);
    transform: translate3d(-50%, -30%, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes imagemapFadeInBottom {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, -30%, 0);
    -webkit-transform: translate3d(-50%, -30%, 0);
    -moz-transform: translate3d(-50%, -30%, 0);
    transform: translate3d(-50%, -30%, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes pulseCircle {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    transform: scale(1.45);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulseCircle {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    transform: scale(1.45);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulseCircle {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    transform: scale(1.45);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulseCircle {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    transform: scale(1.45);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shine {
  from {
    background-position: 200% center;
  }
  to {
    background-position: -200% center;
  }
}
@-moz-keyframes shine {
  from {
    background-position: 200% center;
  }
  to {
    background-position: -200% center;
  }
}
@-o-keyframes shine {
  from {
    background-position: 200% center;
  }
  to {
    background-position: -200% center;
  }
}
@keyframes shine {
  from {
    background-position: 200% center;
  }
  to {
    background-position: -200% center;
  }
}
@-webkit-keyframes fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6);
  }
  to {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.8);
  }
}
@-moz-keyframes glow {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6);
  }
  to {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.8);
  }
}
@-o-keyframes glow {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6);
  }
  to {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.8);
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6);
  }
  to {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.8);
  }
}
@-webkit-keyframes text-shimmer {
  0% {
    background-position: 100% 0%;
    -webkit-text-fill-color: transparent;
  }
  99% {
    background-position: 0% 100%;
    -webkit-text-fill-color: transparent;
  }
  100% {
    -webkit-text-fill-color: white; /* Setzt den Text wieder auf die normale Farbe */
  }
}
@-moz-keyframes text-shimmer {
  0% {
    background-position: 100% 0%;
    -webkit-text-fill-color: transparent;
  }
  99% {
    background-position: 0% 100%;
    -webkit-text-fill-color: transparent;
  }
  100% {
    -webkit-text-fill-color: white; /* Setzt den Text wieder auf die normale Farbe */
  }
}
@-o-keyframes text-shimmer {
  0% {
    background-position: 100% 0%;
    -webkit-text-fill-color: transparent;
  }
  99% {
    background-position: 0% 100%;
    -webkit-text-fill-color: transparent;
  }
  100% {
    -webkit-text-fill-color: white; /* Setzt den Text wieder auf die normale Farbe */
  }
}
@keyframes text-shimmer {
  0% {
    background-position: 100% 0%;
    -webkit-text-fill-color: transparent;
  }
  99% {
    background-position: 0% 100%;
    -webkit-text-fill-color: transparent;
  }
  100% {
    -webkit-text-fill-color: white; /* Setzt den Text wieder auf die normale Farbe */
  }
}
/* import style modules */
/* exo-2-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  src: url("/files/deltabloc/fonts/exo2-only-for-rts/exo-2-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-2-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  src: url("/files/deltabloc/fonts/exo2-only-for-rts/exo-2-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --fs-body: clamp(1.125rem, 0.89rem + 0.345vw, 1.625rem);
}

body.site-racing:not(.site-rts-contact) .custom {
  margin-bottom: 0;
}
body.site-racing:not(.site-rts-contact) .mod_article {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  body.site-racing:not(.site-rts-contact) .mod_article {
    margin-bottom: 50px;
  }
}
body.site-racing:not(.site-rts-contact) .mod_article.article-no-mb {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  body.site-racing:not(.site-rts-contact) .mod_article.article-no-mb {
    margin-bottom: 0;
  }
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full {
  padding-top: 0;
  padding-bottom: 0;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h1, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h2, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h3, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h4, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h1, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h2, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h3, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h4 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 400;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h1 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h2 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h3 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h4 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h1 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h2 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h3 strong, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h4 strong {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 700;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h1, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h1 {
  font-size: clamp(2rem, 1.1rem + 1.8vw, 5.5rem);
  margin-bottom: 0.4em;
  line-height: 1.05;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h2, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h2 {
  margin-bottom: 0.4em;
  font-size: clamp(1.625rem, 1rem + 1.35vw, 4.25rem);
  line-height: 1.2;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h3, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h3 {
  margin-bottom: 0.4em;
  font-size: clamp(1.375rem, 1rem + 0.85vw, 3rem);
  line-height: 1.2;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container h4, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container h4 {
  font-size: clamp(1.25rem, 1.05rem + 0.5vw, 2.25rem);
  line-height: 1.2;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container p, body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text .text-container li, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container p, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text .text-container li {
  font-size: var(--fs-body);
  line-height: 1.45;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text.hl-higher .text-container h1, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text.hl-higher .text-container h1 {
  line-height: 1.4;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text.intro-text-headline .text-container h1, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text.intro-text-headline .text-container h1 {
  margin-bottom: 0;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_text.hl-no-mb .text-container h2, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_text.hl-no-mb .text-container h2 {
  margin-bottom: 0;
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_hyperlink a, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_hyperlink a {
  font-family: "DIN Next W1G Bold", Arial, sans-serif;
  font-size: var(--fs-body);
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full {
  display: flex;
  max-height: calc(100vh - 140px);
  padding-bottom: clamp(1.65rem, 1.4rem + 1.5vw, 3rem);
}
@media (min-width: 220rem) and (min-height: 100rem) {
  body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full {
    height: 68vh;
    max-height: none;
    overflow: hidden;
  }
}
@media all and (max-width: 991px) {
  body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full {
    padding-bottom: clamp(2.5rem, 1.68rem + 2vw, 3.8rem);
  }
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container {
  display: flex;
  max-height: 100%;
  position: relative;
  overflow: visible;
}
@media (min-width: 220rem) and (min-height: 100rem) {
  body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container .caption, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container .caption {
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateY(50%);
  padding-block: clamp(1.15rem, 0.9rem + 1.1vw, 2rem);
  padding-inline: clamp(1.25rem, 0.9rem + 2vw, 2.75rem);
  color: #fff;
  background: #e3051b;
  border-radius: 999px;
  font-family: "DIN Next W1G Bold", Arial, sans-serif;
  font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.7rem);
  font-weight: 700;
  text-align: center;
  font-style: italic;
  line-height: 1.15;
  z-index: 99;
}
@media all and (max-width: 991px) {
  body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container .caption, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container .caption {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media all and (max-width: 991px) {
  body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container .caption, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container .caption {
    min-width: 80%;
  }
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container img, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container img {
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 9;
}
@media (min-width: 220rem) and (min-height: 100rem) {
  body.site-racing:not(.site-rts-contact) .mod_article .article-inner .ce_image.img-full .image_container img, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full .ce_image.img-full .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner div[class^=rsce-] p, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full div[class^=rsce-] p {
  font-size: var(--fs-body);
}
body.site-racing:not(.site-rts-contact) .mod_article .article-inner div[class^=rsce-] h3, body.site-racing:not(.site-rts-contact) .mod_article .article-inner-full div[class^=rsce-] h3 {
  margin-bottom: 0.4em;
  font-size: clamp(1.375rem, 1rem + 1.5vw, 2.375rem);
  line-height: 1.15;
}
body.site-racing:not(.site-rts-contact).hide-contact-btn .mod_article .article-inner .ce_text .text-container h1, body.site-racing:not(.site-rts-contact).hide-contact-btn .mod_article .article-inner-full .ce_text .text-container h1 {
  margin-bottom: 0;
}
body.site-racing:not(.site-rts-contact) .contact-btn-fixed {
  display: none !important;
}
body.site-racing:not(.site-rts-contact).darkmode-active #header .inside .container-header-top .header-logo {
  background: center/contain no-repeat url(/files/deltabloc/assets/DELTABLOC-Race-Track-Safety-logo-65-white.svg);
}

.container-header-rts {
  width: 100%;
  height: calc(100vh - 155px);
  position: relative;
  padding-bottom: 20px;
}
@media all and (max-width: 991px) {
  .container-header-rts {
    height: calc(100svh - 60px);
  }
}
.container-header-rts .article-inner {
  width: 100%;
  height: 100%;
  left: 0;
  transform: translate(0);
  overflow-y: visible;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.container-header-rts .article-inner .ce_image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.container-header-rts .article-inner .ce_image .image_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.container-header-rts .article-inner .ce_image .image_container::after {
  content: "";
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url(/files/deltabloc/assets/LABEL_AI_GENERATED_black-transparent-web.svg) no-repeat top 0 right 0;
  background-size: contain;
  z-index: 99;
}
@media all and (max-width: 991px) {
  .container-header-rts .article-inner .ce_image .image_container::after {
    max-width: 28vw;
    top: 10px;
    right: 10px;
    bottom: inherit;
    left: inherit;
  }
}
.container-header-rts .article-inner .ce_image .image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: relative;
  z-index: 9;
}
@media (min-aspect-ratio: 21/9) {
  .container-header-rts .article-inner .ce_image .image_container img {
    object-position: 50% 45%;
  }
}
.container-header-rts .article-inner .ce_image .image_container .caption {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.container-header-rts .article-inner .ce_image.img-mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .container-header-rts .article-inner .ce_image.img-mobile {
    display: flex;
  }
}
.container-header-rts .article-inner .ce_image.img-mobile .image_container img {
  object-position: center bottom;
}
@media all and (max-width: 991px) {
  .container-header-rts .article-inner .ce_image:not(.img-mobile) {
    display: none;
  }
}
.container-header-rts .article-inner .container-text-red-bars {
  position: absolute;
  top: 45%;
  left: 0;
  padding: 0;
  z-index: 99;
}
@media all and (max-height: 1050px) {
  .container-header-rts .article-inner .container-text-red-bars {
    top: 25%;
  }
}
@media all and (max-height: 750px) and (min-width: 991px) {
  .container-header-rts .article-inner .container-text-red-bars {
    top: 5%;
  }
}
@media all and (max-width: 991px) {
  .container-header-rts .article-inner .container-text-red-bars {
    top: 5%;
  }
}
.container-header-rts .article-inner .container-text-red-bars .text-container {
  --cut: 8.5rem;
  --bar-gap: 15px;
  --pad-left: clamp(1.1rem, 2.5vw, 1.6rem);
  --pad-right: clamp(3rem, 10vw, 6rem);
  --pad-y: clamp(0.45rem, 1vw, 0.65rem);
  display: inline-flex;
  flex-direction: column;
  gap: var(--bar-gap);
  width: auto;
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
}
@media all and (max-width: 991px) {
  .container-header-rts .article-inner .container-text-red-bars .text-container {
    --cut: 5.5rem;
  }
}
.container-header-rts .article-inner .container-text-red-bars .text-container p {
  margin-bottom: 0;
  background: #e3051b;
  color: #fff;
  /*padding:
  	var(--pad-y)
  	var(--pad-right)
  	var(--pad-y)
  	var(--pad-left);*/
  font-family: "DIN Next W07 Medium", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.55rem) !important;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 0.7em;
  padding-right: var(--pad-right);
  padding-bottom: 0.7em;
  padding-left: 0.7em;
  white-space: nowrap;
}
@media (min-width: 108rem) {
  .container-header-rts .article-inner .container-text-red-bars .text-container p {
    font-size: clamp(1.55rem, 1.8vmin, 2.8rem) !important;
  }
}
@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.container-header-rts .article-inner .text-title {
  position: absolute;
  bottom: clamp(80px, 12vw, 100px);
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  z-index: 99;
}
.container-header-rts .article-inner .text-title .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(-2px, 0.1vw, 4px);
  width: max-content;
  max-width: calc(100vw - 32px);
}
.container-header-rts .article-inner .text-title .text-container p {
  margin: 0;
  color: #fff;
  font-family: "DIN Next W1G Bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.container-header-rts .article-inner .text-title .text-container .text-title__main {
  font-size: clamp(48px, 6.95vw, 120px) !important;
  line-height: 0.92;
  white-space: nowrap;
}
@media (min-width: 108rem) {
  .container-header-rts .article-inner .text-title .text-container .text-title__main {
    font-size: clamp(120px, 7vmin, 160px) !important;
  }
}
@media all and (max-width: 767px) {
  .container-header-rts .article-inner .text-title .text-container .text-title__main {
    white-space: inherit;
  }
}
.container-header-rts .article-inner .text-title .text-container .text-title__sub {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "DIN Next W07 Light", Arial, sans-serif;
  font-size: clamp(22px, 2.45vw, 42px) !important;
  font-weight: 300;
  line-height: 1.05;
  white-space: nowrap;
}
@media (min-width: 108rem) {
  .container-header-rts .article-inner .text-title .text-container .text-title__sub {
    font-size: clamp(42px, 2.45vmin, 56px) !important;
  }
}
@media all and (max-width: 991px) {
  .container-header-rts .article-inner .text-title .text-container .text-title__sub {
    left: inherit;
    transform: translate(0, 0);
    align-self: flex-end;
  }
}
.container-header-rts .article-inner .text-title .text-container .text-title__sub strong {
  font-family: "DIN Next W1G Bold", Arial, sans-serif;
  font-weight: 700;
}
.container-header-rts .article-inner .text-title .text-container .text-title__sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + clamp(18px, 1.8vw, 34px));
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background: #fff;
}
.container-header-rts .article-inner .race-badge {
  --cut: clamp(22px, 2.3vw, 40px);
  --red-height: clamp(7px, 0.8vw, 14px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 99;
  width: fit-content;
  max-width: calc(100vw - 32px);
}
@media all and (max-width: 767px) {
  .container-header-rts .article-inner .race-badge {
    min-width: 80vw;
  }
}
.container-header-rts .article-inner .race-badge p {
  margin-bottom: 0;
  color: #3d3d3d;
  font-family: "DIN Next W1G Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 28px);
  line-height: 1.1;
  white-space: nowrap;
}
@media (min-width: 108rem) {
  .container-header-rts .article-inner .race-badge p {
    font-size: clamp(28px, 1.6vmin, 36px) !important;
  }
}
@media all and (max-width: 767px) {
  .container-header-rts .article-inner .race-badge p {
    white-space: inherit;
  }
}
.container-header-rts .article-inner .race-badge p .text-red {
  display: inline-block;
  margin-right: 0.1em;
  color: #e3051b;
  font-style: italic;
}
.container-header-rts .article-inner .race-badge p .text-red .style-normal {
  display: inline-block;
  padding-left: 0.1em;
  font-style: normal;
}
.container-header-rts .article-inner .race-badge p .text-thin {
  font-family: "DIN Next W07 Light", Arial, sans-serif;
  font-weight: 300;
}
.container-header-rts .article-inner .race-badge .race-badge__white {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #4a4a4a;
  padding-top: clamp(8px, 0.75vw, 13px);
  padding-right: clamp(28px, 2.8vw, 48px);
  padding-bottom: clamp(7px, 0.7vw, 12px);
  padding-left: clamp(28px, 2.8vw, 48px);
  min-height: clamp(34px, 2.7vw, 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .container-header-rts .article-inner .race-badge .race-badge__white {
    white-space: inherit;
  }
}
.container-header-rts .article-inner .race-badge .race-badge__red {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  height: var(--red-height);
  background: #e3051b;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, var(--cut) 100%);
}
.container-header-rts .article-inner .race-badge strong {
  color: #e3051b;
  font-style: italic;
  font-weight: 800;
}
.container-header-rts.header-narrow {
  height: 65vh;
}
.container-header-rts.header-narrow .article-inner .text-title .text-container {
  align-items: center;
}
.container-header-rts.header-narrow .article-inner .text-title .text-container .text-title__sub {
  left: 0;
}
@media all and (max-width: 991px) {
  .container-header-rts.header-narrow .article-inner .text-title .text-container .text-title__sub {
    align-self: center;
  }
}

.rsce-two-level-tabs {
  padding-top: 18px;
}
.rsce-two-level-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .rsce-two-level-tabs .tabs {
    gap: 8px;
  }
}
.rsce-two-level-tabs .tabs.tabs-main {
  margin-bottom: 10px;
}
.rsce-two-level-tabs .tabs.tabs-main .tab-main {
  padding: 14px 28px;
  border-radius: 999px;
  font-family: "DIN Next W07 Light", Arial, sans-serif;
  font-size: var(--fs-body);
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .rsce-two-level-tabs .tabs.tabs-main .tab-main {
    padding: 11px 16px;
  }
}
.rsce-two-level-tabs .tabs.tabs-main .tab-main.is-active {
  background: #e3051b;
  border-color: #e3051b;
  color: #fff;
}
.rsce-two-level-tabs .tabs.tabs-main .tab-main.is-active:focus-visible, .rsce-two-level-tabs .tabs.tabs-main .tab-main.is-active:hover {
  background: #e3051b;
  border-color: #e3051b;
  color: #fff;
}
.rsce-two-level-tabs .tabs.tabs-main .tab-main:not(.is-active) {
  background: #dadada;
  border-color: #dadada;
  color: #5f5f5f;
}
.rsce-two-level-tabs .tabs.tabs-main .tab-main:not(.is-active):focus-visible, .rsce-two-level-tabs .tabs.tabs-main .tab-main:not(.is-active):hover {
  background: #e3051b;
  border-color: #e3051b;
  color: #fff;
}
.rsce-two-level-tabs .tabs.tabs-sub {
  margin-bottom: 50px;
}
.rsce-two-level-tabs .tabs.tabs-sub .tab-sub {
  padding: 13px 22px;
  border-radius: 999px;
  font-size: var(--fs-body);
  font-family: "DIN Next W07 Light", Arial, sans-serif;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .rsce-two-level-tabs .tabs.tabs-sub .tab-sub {
    padding: 11px 16px;
  }
}
.rsce-two-level-tabs .tabs.tabs-sub .tab-sub.is-active {
  background: #e3051b;
  border-color: #e3051b;
  color: #fff;
}
.rsce-two-level-tabs .tabs.tabs-sub .tab-sub.is-active:focus-visible, .rsce-two-level-tabs .tabs.tabs-sub .tab-sub.is-active:hover {
  background: #e3051b;
  border-color: #e3051b;
  color: #fff;
}
.rsce-two-level-tabs .tabs.tabs-sub .tab-sub:not(.is-active) {
  background: #dadada;
  border-color: #dadada;
  color: #5f5f5f;
}
.rsce-two-level-tabs .tabs.tabs-sub .tab-sub:not(.is-active):focus-visible, .rsce-two-level-tabs .tabs.tabs-sub .tab-sub:not(.is-active):hover {
  background: #e3051b;
  border-color: #e3051b;
  color: #fff;
}
.rsce-two-level-tabs .tabs button {
  appearance: none;
  border: 1px solid #dadada;
  background: #dadada;
  color: #5f5f5f;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.rsce-two-level-tabs .main-panel,
.rsce-two-level-tabs .sub-panel {
  display: none;
}
.rsce-two-level-tabs .main-panel.is-active,
.rsce-two-level-tabs .sub-panel.is-active {
  display: block;
}
.rsce-two-level-tabs .main-panel .ce_image,
.rsce-two-level-tabs .sub-panel .ce_image {
  margin-top: 9px;
}
.rsce-two-level-tabs .sub-panel {
  margin-top: 20px;
}

.row.container-text-dl-img div[class*=col]:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.row.container-text-dl-img div[class*=col]:nth-child(1) .ce_text h3 {
  margin-bottom: 1em;
}
.row.container-text-dl-img div[class*=col]:nth-child(1) .dl-icon-two-lines {
  margin-top: 70px;
}
@media all and (max-width: 767px) {
  .row.container-text-dl-img div[class*=col]:nth-child(1) .dl-icon-two-lines {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.dl-icon-two-lines .text-container {
  overflow: hidden;
  position: relative;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 75px;
}
.dl-icon-two-lines .text-container:focus-visible p:nth-child(2)::before, .dl-icon-two-lines .text-container:hover p:nth-child(2)::before {
  background: #c30316;
}
.dl-icon-two-lines .text-container::before {
  content: "\e905";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #e3051b;
  transition: all 0.3s ease;
}
.dl-icon-two-lines .text-container p {
  font-size: var(--fs-body);
  font-family: "DIN Next W07 Light", Arial, sans-serif;
  transition: text-shadow 0.3s ease;
}
.dl-icon-two-lines .text-container p a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 75px;
  text-indent: -9999px;
}
.dl-icon-two-lines .text-container p:first-child {
  margin-bottom: 0.1em;
}
.dl-icon-two-lines .text-container p:first-child strong {
  font-family: "DIN Next W07 Light", Arial, sans-serif;
}
.dl-icon-two-lines .text-container p:nth-child(2) {
  margin-bottom: 0;
}
.dl-icon-two-lines .text-container p:last-child {
  height: 0;
  margin-bottom: 0;
}

.rsce-grid-levels {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.rsce-grid-levels .grid-levels {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  padding-bottom: clamp(2rem, 6vw, 5rem);
}
@media all and (max-width: 767px) {
  .rsce-grid-levels .grid-levels {
    grid-template-columns: 1fr;
  }
}
.rsce-grid-levels .grid-levels .grid-levels__item {
  position: absolute;
  width: calc((100% - clamp(2rem, 5vw, 5rem)) / 2);
  transition: top 0.25s ease, left 0.25s ease;
}
@media all and (max-width: 767px) {
  .rsce-grid-levels .grid-levels .grid-levels__item {
    position: relative;
    width: 100%;
    top: auto !important;
    left: auto !important;
    margin-bottom: 0;
  }
}
.rsce-grid-levels .grid-levels .grid-levels__item.is-hidden {
  display: none;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 17px solid #e3051b;
  border-bottom: 0;
  padding-bottom: 17px;
}
@media all and (max-width: 767px) {
  .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media {
    margin-bottom: 15px;
  }
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media::after {
  content: "";
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e3051b;
  z-index: 9;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider {
  width: 100%;
  padding-left: 0 !important;
  overflow: visible;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view {
  width: 100%;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-crop {
  width: 100%;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-crop .rsts-slides {
  width: 100%;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-crop .rsts-slides .rsts-slide {
  width: 100%;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-crop .rsts-slides .rsts-slide div {
  width: 100%;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-crop .rsts-slides .rsts-slide div img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-prev {
  display: none !important;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next {
  width: 60px;
  height: 50px;
  overflow: visible;
  display: flex !important;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  background: #e3051b;
  border-radius: 999px 999px 0 0;
  transition: all 0.3s ease;
  z-index: 99;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:focus, .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:focus-visible, .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:hover {
  background: #e3051b;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:focus::before, .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:focus-visible::before, .rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next:hover::before {
  background: rgba(255, 255, 255, 0.32);
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.2s ease;
  border-radius: inherit;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url(/files/deltabloc/assets/icon-arrow-right-bolder-white.svg) no-repeat top 0 right 0;
  background-size: contain;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__media .mod_rocksolid_slider .rsts-view .rsts-next .rsts-next-label {
  visibility: hidden;
  opacity: 0;
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__text {
  padding-block: clamp(0rem, 1vw, 1.25rem);
  padding-inline: clamp(0rem, 2vw, 2.75rem);
}
.rsce-grid-levels .grid-levels .grid-levels__item .grid-levels__text h3 {
  margin-bottom: 0.4em;
  font-weight: 700;
}
.rsce-grid-levels .grid-levels__more {
  width: 100%;
  position: relative;
  text-align: center;
}
.rsce-grid-levels .grid-levels__more button {
  font-size: var(--fs-body);
  text-transform: none;
}

.container-box-red-video {
  position: relative;
  width: calc(100% - 30px);
  min-height: clamp(34rem, 42vw, 50rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(2rem, 2.5vw, 3.5rem);
  overflow: visible;
  margin-left: 15px;
  padding-block: clamp(5rem, 7vw, 7rem);
  padding-inline: clamp(2rem, 5vw, 5rem);
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #e5192c 10%, #e5192c 90%, #fff 90%, #fff 100%);
}
@media all and (max-width: 767px) {
  .container-box-red-video {
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    padding-top: 30vw;
    padding-inline: 15px;
    padding-bottom: 15px;
    background: linear-gradient(to bottom, #fff 0%, #fff 10%, #e5192c 10%, #e5192c 100%);
  }
}
.container-box-red-video .ce_image {
  position: absolute;
  z-index: 2;
  left: clamp(2rem, 4vw, 6rem);
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .container-box-red-video .ce_image {
    left: -5px;
    max-width: 30vw;
    height: auto;
  }
}
.container-box-red-video .ce_image .image_container {
  height: 100%;
}
@media all and (max-width: 767px) {
  .container-box-red-video .ce_image .image_container {
    width: 100%;
    height: auto;
  }
}
.container-box-red-video .ce_image .image_container img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
@media all and (max-width: 767px) {
  .container-box-red-video .ce_image .image_container img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.container-box-red-video .ce_text {
  position: relative;
  z-index: 3;
  flex: 0 1 auto;
  margin-left: clamp(10rem, 22vw, 20rem);
}
@media all and (max-width: 767px) {
  .container-box-red-video .ce_text {
    margin-left: 0;
  }
}
.container-box-red-video .ce_text .text-container p {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", Arial, sans-serif;
  font-size: clamp(1.375rem, 1rem + 1.5vw, 2.375rem) !important;
  font-weight: 700;
  line-height: 1.15;
}
.container-box-red-video .custom-video-container {
  position: relative;
  z-index: 3;
  flex: 0 1 clamp(20rem, 31vw, 34rem);
  width: clamp(20rem, 31vw, 34rem);
  max-width: 100%;
  min-width: 0;
}
@media all and (max-width: 767px) {
  .container-box-red-video .custom-video-container {
    width: 100%;
    flex: 0;
  }
}
.container-box-red-video .custom-video-container .custom-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: center center;
  display: block;
  cursor: pointer;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__control,
.container-box-red-video .custom-video-container .custom-video .custom-video__replay {
  position: absolute;
  z-index: 3;
  width: 3.25rem;
  height: 3.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__control {
  right: 1rem;
  bottom: 1rem;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__replay {
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%) scale(0.95);
}
.container-box-red-video .custom-video-container .custom-video .custom-video__icon {
  position: absolute;
  inset: 0;
  display: block;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__icon.custom-video__icon--pause::before, .container-box-red-video .custom-video-container .custom-video .custom-video__icon.custom-video__icon--pause::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.35rem;
  height: 1.2rem;
  background: #fff;
  transform: translateY(-50%);
}
.container-box-red-video .custom-video-container .custom-video .custom-video__icon.custom-video__icon--pause::before {
  left: 1.18rem;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__icon.custom-video__icon--pause::after {
  right: 1.18rem;
}
.container-box-red-video .custom-video-container .custom-video .custom-video__icon.custom-video__icon--play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translate(-38%, -50%);
}
.container-box-red-video .custom-video-container .custom-video .custom-video__icon.custom-video__icon--replay::before {
  content: "↻";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  transform: translate(-50%, -52%);
}
.container-box-red-video .custom-video-container .custom-video.is-started .custom-video__control {
  opacity: 1;
  visibility: visible;
  display: none;
}
.container-box-red-video .custom-video-container .custom-video.is-ended .custom-video__replay {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.container-box-red-video .custom-video-container .custom-video.is-ended .custom-video__control {
  opacity: 0;
  visibility: hidden;
}

body.darkmode-active.site-racing .container-box-red-video {
  background: linear-gradient(to bottom, #222021 0%, #222021 10%, #e5192c 10%, #e5192c 90%, #222021 90%, #222021 100%);
}
@media all and (max-width: 767px) {
  body.darkmode-active.site-racing .container-box-red-video {
    background: linear-gradient(to bottom, #222021 0%, #222021 10%, #e5192c 10%, #e5192c 100%);
  }
}

body.site-racing .container-rtg {
  width: calc(100% - 30px);
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  padding-block: clamp(1rem, 5vw, 4rem);
  padding-right: clamp(4rem, 9vw, 8rem);
  padding-left: clamp(1rem, 5vw, 4rem);
  background: #e8f4ea;
  z-index: 9;
}
@media all and (max-width: 767px) {
  body.site-racing .container-rtg {
    padding-inline: 15px;
  }
}
body.site-racing .container-rtg::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: clamp(5rem, 10vw, 9rem);
  height: clamp(5rem, 10vw, 9rem);
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 99;
}
body.site-racing .container-rtg > .ce_text {
  margin-bottom: clamp(1.4rem, 3vw, 2.6rem);
}
body.site-racing .container-rtg .row .col-sm-12 {
  display: flex;
}
body.site-racing .container-rtg .row .col-sm-12:nth-child(1) {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  body.site-racing .container-rtg .row .col-sm-12:nth-child(1) {
    padding-right: 0;
  }
}
body.site-racing .container-rtg .row .col-sm-12:nth-child(2) {
  padding-right: 0;
}
@media all and (max-width: 767px) {
  body.site-racing .container-rtg .row .col-sm-12:nth-child(2) {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  body.site-racing .container-rtg .row .col-sm-12:nth-child(2) .ce_image {
    padding-right: clamp(4rem, 9vw, 8rem);
  }
}
body.site-racing .mod_article.container-grey-edge {
  position: relative;
  background: #eae9e9;
  z-index: 9;
}
body.site-racing .mod_article.container-grey-edge::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: clamp(5rem, 10vw, 9rem);
  height: clamp(5rem, 10vw, 9rem);
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 99;
}
body.site-racing .mod_article.container-grey-edge .article-inner {
  padding-block: clamp(2rem, 6vw, 4rem);
}
@media all and (max-width: 767px) {
  body.site-racing .mod_article.container-grey-edge .article-inner {
    padding-bottom: clamp(5rem, 10vw, 9rem);
  }
}
body.site-racing .mod_article.container-grey-edge .article-inner > .ce_text:nth-child(2) {
  margin-bottom: clamp(1.6rem, 4vw, 2.5rem);
}
body.site-racing .mod_article.article-grey-white-border-top {
  position: relative;
  padding-top: 70px;
  background: #e5e5e5;
}
@media all and (max-width: 767px) {
  body.site-racing .mod_article.article-grey-white-border-top {
    padding-top: 30px;
  }
}
body.site-racing .mod_article.article-grey-white-border-top::before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}
@media all and (max-width: 767px) {
  body.site-racing .mod_article.article-grey-white-border-top::before {
    display: none;
  }
}
body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:first-child {
  padding-bottom: 25px;
}
@media all and (max-width: 1200px) {
  body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:first-child {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:first-child {
    order: 1;
  }
}
body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:first-child .ce_image {
  position: relative;
  margin-top: -50px;
  z-index: 99;
}
@media all and (max-width: 767px) {
  body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:first-child .ce_image {
    margin-top: 0;
  }
}
body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:last-child {
  padding-top: 15px;
}
@media all and (max-width: 767px) {
  body.site-racing .mod_article.article-grey-white-border-top .article-inner .row .col-md-12:last-child {
    order: 0;
    padding-top: 0;
  }
}
body.site-racing .row.vertical-center div[class*=col] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 767px) {
  body.site-racing .row.vertical-center div[class*=col] {
    justify-content: flex-start;
  }
}

body.darkmode-active.site-racing .mod_article.article-grey-white-border-top::before {
  background: #222021;
}
body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container h2, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container h3, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container h4, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container p, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container li {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container h2 strong, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container h3 strong, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container h4 strong, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container p strong, body.darkmode-active.site-racing .mod_article.article-grey-white-border-top .article-inner .ce_text .text-container li strong {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .container-rtg .ce_text .text-container h2, body.darkmode-active.site-racing .container-rtg .ce_text .text-container h3, body.darkmode-active.site-racing .container-rtg .ce_text .text-container h4, body.darkmode-active.site-racing .container-rtg .ce_text .text-container p, body.darkmode-active.site-racing .container-rtg .ce_text .text-container li {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .container-rtg .ce_text .text-container h2 strong, body.darkmode-active.site-racing .container-rtg .ce_text .text-container h3 strong, body.darkmode-active.site-racing .container-rtg .ce_text .text-container h4 strong, body.darkmode-active.site-racing .container-rtg .ce_text .text-container p strong, body.darkmode-active.site-racing .container-rtg .ce_text .text-container li strong {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .mod_article.container-grey-edge::after {
  background: #222021;
}
body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container h2, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container h3, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container h4, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container p, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container li {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container h2 strong, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container h3 strong, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container h4 strong, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container p strong, body.darkmode-active.site-racing .mod_article.container-grey-edge .ce_text .text-container li strong {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__number span {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text h2, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text h3, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text h4, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text p, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text li {
  color: #3d3d3d;
}
body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text h2 strong, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text h3 strong, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text h4 strong, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text p strong, body.darkmode-active.site-racing .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text li strong {
  color: #3d3d3d;
}

.rsce-fact-rows {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.rsce-fact-rows .rsce-fact-rows__headline {
  margin-bottom: 1.5em;
}
.rsce-fact-rows .rsce-fact-rows__items {
  width: 100%;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item {
  display: grid;
  grid-template-columns: clamp(7rem, 16vw, 15rem) 1fr;
  column-gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.2rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
@media all and (max-width: 767px) {
  .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item {
    grid-template-columns: 1fr;
  }
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item:first-child {
  padding-top: 0;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__number {
  font-variant-numeric: tabular-nums;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 300;
  color: #e3051b;
  letter-spacing: -0.04em;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__number .js-countup-number {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__number .js-countup-number.is-counting, .rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__number .js-countup-number.is-finished {
  opacity: 1;
  visibility: visible;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text {
  max-width: 48rem;
  color: #4a4a4a;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text p {
  margin: 0;
}
.rsce-fact-rows .rsce-fact-rows__items .rsce-fact-rows__item .rsce-fact-rows__text p + p {
  margin-top: 0.75em;
}

.image-caption-slide {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.image-caption-slide .image_container {
  width: 100%;
}
.image-caption-slide .image_container img {
  display: block;
  width: 100%;
  height: auto;
}
.image-caption-slide .image_container .caption {
  --cut: 2.6rem;
  --pad-right: clamp(3rem, 8vw, 4rem);
  width: auto;
  display: inline-block;
  position: absolute;
  margin: 0;
  transform: translateX(0);
  background: #e3051b;
  color: #fff;
  font-family: "DIN Next W07 Medium", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.55rem) !important;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 0.7em;
  padding-right: var(--pad-right);
  padding-bottom: 0.7em;
  padding-left: 0.7em;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
  opacity: 0;
  transition: opacity transform 0.6s ease;
}
@media all and (max-width: 991px) {
  .image-caption-slide .image_container .caption {
    --cut: 1.8rem;
  }
}
.image-caption-slide.caption--right .image_container .caption {
  --pad-left: clamp(3rem, 8vw, 4rem);
  padding-right: 0.7em;
  padding-left: var(--pad-left);
  bottom: 50px;
  right: 0;
  transform: translateX(4rem);
  clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%);
}
.image-caption-slide.caption--right.is-visible .image_container .caption {
  opacity: 1;
  transform: translateX(0);
}
.image-caption-slide.caption--right.caption-center .image_container .caption {
  top: 42%;
  bottom: inherit;
}
.image-caption-slide.caption--left .image_container .caption {
  left: 0;
  bottom: 50px;
  transform: translateX(-4rem);
}
.image-caption-slide.caption--left.is-visible .image_container .caption {
  opacity: 1;
  transform: translateX(0);
}

.row.set-30px-higher {
  margin-top: -30px;
}
@media all and (max-width: 1100px) {
  .row.set-30px-higher {
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .row.set-30px-higher {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .row.set-30px-higher {
    margin-top: 0;
  }
}

@keyframes captionSlideIn {
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.row .col-lg-5 .ce_image .image_container img {
  max-width: 42rem;
}
.row .col-lg-6 .ce_image .image_container img {
  max-width: 50rem;
}
.row .col-lg-7 .ce_image .image_container img {
  max-width: 58rem;
}
.row .col-lg-8 .ce_image .image_container img {
  max-width: 66rem;
}
.row div[class*=col] .ce_image .image_container {
  display: flex;
  justify-content: center;
}
.row div[class*=col] .ce_image.caption--left .image_container {
  justify-content: flex-start;
}
.row div[class*=col] .ce_image.caption--right .image_container {
  justify-content: flex-end;
}

.grid-levels__media {
  max-width: 50rem;
}

.btn-intro-to-right {
  padding-left: 60px;
}
@media all and (max-width: 1679px) {
  .btn-intro-to-right {
    padding-left: 140px;
  }
}
@media all and (max-width: 767px) {
  .btn-intro-to-right {
    padding-left: 80px;
  }
}

body.darkmode-active .ce_image.light-mode {
  display: none !important;
}

/*# sourceMappingURL=styles-rts.css.map */
