﻿@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  /*font-weight:300;*/
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

main,
li {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

input, textarea, select, button {
  font-size: 1rem;
}

input, textarea, select {
  font-family: "DBU";
}

.nowrap {
  word-break: normal;
}

.no-display {
  display: none;
}

@font-face {
  font-family: "DBUBoldWide";
  src: url("/fonts/DBU-BoldWide.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBUWide";
  src: url("/fonts/DBU-BoldWide.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBUCondensed";
  src: url("/fonts/DBU-RegularCondensed.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBU";
  src: url("/fonts/DBU-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBUBoldCondensed";
  src: url("/fonts/DBU-BoldCondensed.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBUCondensed";
  src: url("/fonts/DBU-BoldCondensed.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBU";
  src: url("/fonts/DBU-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DBUWide";
  src: url("/fonts/DBU-RegularWide.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F8F8F8;
  font-family: "DBU";
  color: #1D1D1D;
}
body .sitewrap {
  width: 100%;
}
body .sitewrap > * {
  position: relative;
}
body[data-main-nav=open] {
  max-height: 100%;
  overflow: hidden;
  position: fixed;
  /*-webkit-overflow-scrolling:touch;*/
  overscroll-behavior: none;
}

@media only screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .only-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .only-mobile {
    display: flex;
  }
}

.hide-mobile {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .only-desktop {
    display: none !important;
  }
}

.header-placeholder {
  /*background-image: url('/img/overlays/bg_dr.png');
  background-size:cover;*/
  /*   @include bp-tablet{
         display:none;
     }*/
}
@media only screen and (min-width: 1441px) {
  .header-placeholder {
    background-color: #690F06;
  }
}

.header-wrap {
  position: relative;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
  transform-origin: left top;
  transform: scaleY(1);
  /*@include bp-above-tablet {*/
  /*}
  @include bp-tablet{
      position:relative!important;
  }*/
}
.header-wrap.header-up {
  transform: scaleY(0);
}
.header {
  display: flex;
  height: 112px;
  background-color: #C90B0E;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 96px;
    z-index: 6;
  }
}
.header .logo {
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.header .logo a {
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 64px;
}
@media only screen and (max-width: 1024px) {
  .header .logo img {
    height: 48px;
  }
}
.header > div {
  display: flex;
  height: 112px;
  align-items: center;
}

.header-site-nav {
  background-color: #EDEDED;
  display: flex;
  flex-direction: row;
}
.header-site-nav a {
  padding: 16px 16px;
  color: #1D1D1D;
}
.header-site-nav a.active {
  background-color: #C90B0E;
  color: #ffffff;
}
.header-site-nav a:hover {
  background-color: #C90B0E;
  color: #ffffff;
}

main {
  transition: 800ms ease all;
  /*opacity: 0;
  transform: translateY(-200px);*/
  z-index: 1;
}

.footer-wrap {
  z-index: 2;
}
.footer-wrap .footer {
  height: 326px;
  background-color: #9C0F06;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /*justify-content: space-between;*/
  grid-gap: 64px;
  padding: 64px;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .footer-wrap .footer {
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
    height: unset;
  }
}
.footer-wrap .footer .footer-logo img {
  width: 124px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrap .footer .footer-logo img {
    width: 100px;
  }
}
.footer-wrap .footer .footer-col.footer-links {
  font-family: "DBUWide";
  display: flex;
  font-weight: bold;
  gap: 16px;
  flex-direction: column;
}
.footer-wrap .footer .footer-col.dbu-address {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-wrap .footer .footer-col .address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-wrap .footer .footer-col .cookie-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-wrap .footer .some-links-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-wrap .footer .some-team {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn {
  display: inline-flex;
  color: #ffffff;
  background-color: #FD0000;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 80ms ease-in-out;
  justify-content: center;
}
.btn a, .btn > div {
  display: inline-flex;
  padding: 12px 8px;
  gap: 8px;
  width: fit-content;
  height: 48px;
  min-width: 188px;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
}
.btn.img-btn {
  padding-left: 4px;
}
.btn.img-btn span {
  margin-top: 1px;
}
.btn.img-btn a, .btn.img-btn > div {
  display: inline-flex;
  padding: 12px 20px 12px 8px;
  gap: 8px;
  width: fit-content;
  height: 48px;
  min-width: unset;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
}
.btn img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-right: 8px;
}
.btn:hover {
  background-color: #B50201;
}
.btn.btn-submit {
  display: inline-flex;
  padding: 12px 24px;
  gap: 8px;
  width: fit-content;
  height: 48px;
  border: 0;
}
.btn.btn-submit.img-btn {
  padding-left: 12px;
}
.btn.is-white {
  color: #FD0000;
  background-color: #ffffff;
}
.btn.is-white:hover {
  background-color: #EDEDED;
}
.btn.is-gray {
  color: #C6C6C6;
  background-color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.btn.is-gray:hover {
  background-color: #EDEDED;
}
.btn.has-outline {
  background-color: transparent;
  color: #FD0000;
  /*height: 44px;*/
}
.btn.has-outline a {
  border: 2px solid #FD0000;
}
.btn.has-outline:hover {
  background-color: #EDEDED;
}
.btn.has-outline.is-white {
  color: #ffffff;
}
.btn.has-outline.is-white a {
  border: 2px solid #ffffff;
}
.btn.has-outline.is-white:hover {
  background-color: #9C0F06;
}
.btn.disabled {
  opacity: 0.5;
  cursor: default;
}

.btn-link {
  color: #FD0000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-content: center;
}
@media only screen and (max-width: 1024px) {
  .btn-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}

.buttons {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .buttons {
    padding: 24px;
    padding-top: 0;
  }
  .buttons:first-child {
    padding-top: 24px;
  }
}
.buttons._Left {
  justify-content: flex-start;
}
.buttons._Left .btn-wrap {
  /*justify-content:flex-start;*/
}
@media only screen and (max-width: 1024px) {
  .buttons._Left .btn-wrap {
    align-items: flex-start;
  }
}
.buttons._Center {
  justify-content: center;
}
.buttons._Center .btn-wrap {
  /*justify-content:center;*/
}
@media only screen and (max-width: 1024px) {
  .buttons._Center .btn-wrap {
    align-items: center;
  }
}
.buttons._Right {
  justify-content: flex-end;
}
.buttons._Right .btn-wrap {
  /*justify-content:flex-end;*/
}
@media only screen and (max-width: 1024px) {
  .buttons._Right .btn-wrap {
    align-items: flex-end;
  }
}
.buttons._no-margin {
  margin-bottom: -32px;
}

.btn.sorting {
  font-weight: normal;
}
.btn.sorting:not(.selected) {
  color: #C90B0E;
  background-color: #EDEDED;
}
.btn.sorting:hover {
  background-color: #FD0000;
  color: #fff;
}
.btn.sorting > div {
  display: inline-flex;
  padding: 8px 24px;
  gap: 8px;
  width: fit-content;
  height: unset;
  min-width: unset;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
}

.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-family: "DBUBoldWide";
}
@media only screen and (max-width: 1024px) {
  .main-nav {
    display: none;
  }
}
.main-nav .show-drop .main-nav-toggle img {
  transform: rotate(180deg);
}
.main-nav .main-nav-toggle {
  position: absolute;
  padding: 24px 18px 24px 24px;
  top: 38px;
  right: 0;
  transform: translateY(-50%);
  filter: invert(100%) sepia(89%) saturate(182%) hue-rotate(173deg) brightness(109%) contrast(100%);
}
.main-nav .main-nav-toggle img {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.main-nav > li {
  height: 112px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.main-nav > li > a:first-child, .main-nav > li > div:first-child {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.main-nav > li > a:first-child img, .main-nav > li > div:first-child img {
  margin-right: 8px;
}
.main-nav > li.hide-on-desktop {
  font-family: "DBU";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .main-nav > li:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
  .main-nav > li:hover .main-drop-nav {
    display: flex;
    transform: scaleY(1);
    opacity: 1;
  }
}
.main-nav > li.current:before {
  height: 8px;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .main-nav > li.current:before {
    display: none;
  }
}
.main-nav > li .main-drop-nav {
  /*display:none;*/
}
.main-nav .main-drop-nav {
  position: absolute;
  background-color: #ffffff;
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 16px;
  color: #1D1D1D;
  flex-direction: column;
  top: calc(100% - 8px);
  transition: all 0.2s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .main-nav .main-drop-nav {
    position: relative;
    top: 0;
    left: 0;
    background-color: #C90B0E;
    color: #ffffff;
    font-weight: normal;
    font-family: "DBU";
    transition: none;
  }
}
.main-nav .main-drop-nav .main-drop-nav-item {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .main-nav .main-drop-nav .main-drop-nav-item {
    min-height: 48px;
  }
}
.main-nav .main-drop-nav .main-drop-nav-item a {
  height: 100%;
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .main-nav .main-drop-nav .main-drop-nav-item a {
    padding: 0;
    padding-left: 24px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.main-nav .main-drop-nav .main-drop-nav-item:hover {
  background-color: #EDEDED;
}

.is-navigating > li:hover .main-drop-nav {
  transform: scaleY(0);
  opacity: 0;
}

.sec-nav {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  height: 112px;
  font-family: "DBU";
  padding-right: 24px;
}
.sec-nav .about-dbu {
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: "DBU";
}
.sec-nav .help-button {
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: "DBU";
}
.sec-nav .help-button a {
  position: relative;
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .sec-nav .help-button a:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
}
.sec-nav .nav-search-button {
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: "DBU";
}
.sec-nav .nav-search-button a {
  position: relative;
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .sec-nav .nav-search-button a:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
}
.sec-nav .login-button {
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: "DBU";
}
.sec-nav .login-button a, .sec-nav .login-button .login-button-inner {
  position: relative;
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .sec-nav .login-button a:hover:before, .sec-nav .login-button .login-button-inner:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
}
.sec-nav .profile-dropdown {
  position: relative;
  display: flex;
}
.sec-nav .profile-dropdown > a {
  position: relative;
  height: 112px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .sec-nav .profile-dropdown:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
}
.sec-nav .profile-dropdown .profile-dropdown-content {
  margin-top: 85%;
  display: none;
  position: absolute;
  min-width: 138px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.sec-nav .profile-dropdown .profile-dropdown-content .my-profile-link,
.sec-nav .profile-dropdown .profile-dropdown-content .log-out-link {
  display: block;
  color: #1D1D1D;
  width: 100%;
  margin: 16px 24px;
  font-weight: 700;
  cursor: pointer;
}
.sec-nav .profile-dropdown:hover .profile-dropdown-content {
  display: block;
}
.sec-nav > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: 112px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .sec-nav > a:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
}

.buy-tickets, .header-profile-btn {
  background-color: #FD0000;
  height: 112px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-family: "DBU";
  font-weight: bold;
}
.buy-tickets a, .buy-tickets .header-profile-btn-inner, .header-profile-btn a, .header-profile-btn .header-profile-btn-inner {
  position: relative;
  height: 112px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .buy-tickets a:hover:before, .buy-tickets .header-profile-btn-inner:hover:before, .header-profile-btn a:hover:before, .header-profile-btn .header-profile-btn-inner:hover:before {
    height: 8px;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #B50201;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-nav-wrap {
    display: none !important;
  }
}

.main-nav-mobile-toggle {
  padding: 24px;
}

.main-nav-mobile-wrap {
  display: flex;
  width: 100vw;
  /*height: calc(100vh - 96px);*/
  height: calc(var(--vh, 1vh) * 100 - 96px);
  z-index: 30;
  position: fixed;
  top: 96px;
  left: 0;
  transition: all 0.6s ease-in-out;
  transform-origin: left top;
  transform: translateY(-100%);
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
}
.main-nav-mobile-wrap.open {
  transform: translateY(0);
  visibility: visible;
}
.main-nav-mobile-wrap .main-nav-mobile-inner {
  width: 100%;
}
.main-nav-mobile-wrap .main-nav {
  width: 100%;
  display: block;
  background-color: #C90B0E;
  color: #ffffff;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 1024px) {
  .main-nav-mobile-wrap .main-nav .login-button {
    display: flex;
    height: 78px;
    border-bottom: 2px solid #B50201;
    font-family: "DBU";
    font-weight: normal;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-nav-mobile-wrap .main-nav .login-button img {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-mobile-wrap .main-nav .log-out-button {
    display: flex;
    height: 78px;
    border-bottom: 2px solid #B50201;
    font-family: "DBU";
    font-weight: normal;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-nav-mobile-wrap .main-nav .log-out-button img {
    margin-right: 8px;
  }
}
.main-nav-mobile-wrap .main-nav > li {
  height: 78px;
  border-bottom: 2px solid #B50201;
}
.main-nav-mobile-wrap .main-nav .main-nav-item > div:first-child {
  padding: 0 24px;
}
.main-nav-mobile-wrap .main-nav .main-nav-item > a:first-child {
  padding: 0 24px;
}
@media only screen and (max-width: 1024px) {
  .main-nav-mobile-wrap .main-nav .main-nav-item.show-drop {
    height: unset;
    flex-direction: column;
  }
  .main-nav-mobile-wrap .main-nav .main-nav-item.show-drop > div:first-child {
    height: 78px;
  }
  .main-nav-mobile-wrap .main-nav .main-nav-item.show-drop > a:first-child {
    height: 78px;
  }
  .main-nav-mobile-wrap .main-nav .main-nav-item.show-drop .main-drop-nav {
    width: 100%;
    opacity: 1;
    display: flex;
    transform: scale(1);
  }
  .main-nav-mobile-wrap .main-nav .main-nav-item.show-drop .main-drop-nav-item {
    height: 48px;
    display: flex;
    align-items: center;
  }
}

.main-nav-mobile-toggle {
  border: none;
  background: none;
  width: 32px;
  height: 32px !important;
  margin-right: 1rem;
  padding: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
  outline: none;
  display: none !important;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main-nav-mobile-toggle {
    display: flex !important;
  }
}
.main-nav-mobile-toggle:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.main-nav-mobile-toggle span {
  width: 100%;
  height: 0px;
  /*background-color:$color--white;*/
  /* position: absolute;
  top: 0;
  left: 0;*/
  position: relative;
  border-bottom: 2px solid #ffffff;
  /*transform: translateY(-2px);*/
  transition: transform 0.5s ease, border-color 0.5s ease 0.3s;
  animation: fadeInAnimation ease 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.main-nav-mobile-toggle span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  /*transform: translateY(-10px);*/
  animation-name: topLineBurger;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}
.main-nav-mobile-toggle span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  /*transform: translateY(10px);*/
  animation-name: bottomLineBurger;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}
.main-nav-mobile-toggle.open span {
  border-color: transparent;
  transition: border-color 0.3s ease;
}
.main-nav-mobile-toggle.open span:before {
  animation-name: topLineCross;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}
.main-nav-mobile-toggle.open span:after {
  animation-name: bottomLineCross;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: forwards;
}

@keyframes topLineCross {
  0% {
    /*transform: translateY(-10px);*/
    top: -10px;
  }
  50% {
    /*transform: translateY(0px);*/
    top: 0px;
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes bottomLineCross {
  0% {
    /*transform: translateY(10px);*/
    top: 10px;
  }
  50% {
    /*transform: translateY(0px);*/
    top: 0;
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes topLineBurger {
  0% {
    transform: rotate(45deg);
    top: 0;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
    top: -10px;
  }
}
@keyframes bottomLineBurger {
  0% {
    transform: rotate(-45deg);
    top: 0;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
    top: 10px;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sub-nav {
  height: 64px;
  background-color: #9C0F06;
  font-family: "DBUBoldWide";
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 6rem;
  position: relative;
  width: 100%;
  /* @include bp-tablet{
       display:none;
   }*/
}
.sub-nav .mobile-sub-nav {
  display: none;
  position: relative;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .sub-nav .mobile-sub-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.sub-nav .mobile-sub-nav > .mobile-sub-nav-current {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sub-nav .mobile-sub-nav > .mobile-sub-nav-current img {
  filter: invert(100%) sepia(89%) saturate(182%) hue-rotate(173deg) brightness(109%) contrast(100%);
  transition: 200ms ease-in-out all;
}
.sub-nav .mobile-sub-nav > .mobile-sub-nav-current.open img {
  transform: rotate(180deg);
}
.sub-nav .mobile-sub-nav .mobile-sub-nav-dropdown {
  background-color: #7E0F06;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%) scale(1, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 200ms ease-in-out all;
  transform-origin: top center;
}
.sub-nav .mobile-sub-nav .mobile-sub-nav-dropdown .sub-nav-item {
  height: 50px;
  display: flex;
  align-items: center;
}
.sub-nav .mobile-sub-nav .mobile-sub-nav-dropdown.show {
  display: flex;
  transform: translateX(-50%) scale(1, 1);
}
.sub-nav .sub-nav-back {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "DBU";
  font-weight: bold;
}
.sub-nav .sub-nav-back a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.sub-nav .sub-nav-back img {
  margin-right: 10px;
}
.sub-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content:center;*/
  gap: 32px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .sub-nav ul {
    display: none;
  }
}
.sub-nav ul .sub-nav-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
}
.sub-nav ul .sub-nav-item a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.sub-nav ul .sub-nav-item:hover {
  /* &:before {
       height: 8px;
       width: 100%;
       position: absolute;
       content: '';
       background-color: $color--red-dark;
       bottom: 0;
       left: 0;
   }*/
  opacity: 1;
}
.sub-nav ul .sub-nav-item.current {
  opacity: 1;
}
.sub-nav ul.sub-nav-logout {
  position: absolute;
  top: 0px;
  right: 24px;
}

.sub-nav-banner {
  order: 1;
  position: relative;
  height: 64px;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #9C0F06;
  color: #ffffff;
  justify-content: space-between;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .sub-nav-banner {
    height: unset;
  }
}
.sub-nav-banner .sub-nav-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "DBU";
  font-size: 18px;
  gap: 16px;
}
.sub-nav-banner .sub-nav-banner-content a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.sub-nav-banner .sub-nav-banner-content .snb-content-text > * {
  display: inline-block;
}
.sub-nav-banner .sub-nav-banner-content .snb-content-text .snb-content-link {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .sub-nav-banner .sub-nav-banner-content {
    font-size: 16px;
  }
}
.sub-nav-banner .sub-nav-banner-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.partners-wrap {
  /*height: 200px;*/
  background-color: #B50201;
  display: flex;
  flex-direction: row;
  padding: 32px 64px 64px 64px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .partners-wrap {
    padding: 32px 24px 64px 24px;
    height: unset;
  }
}
.partners-wrap .partners-header {
  font-size: 16px;
  font-family: "DBU";
  color: #ffffff;
}
.partners-wrap .partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 24px 88px;
}
.partners-wrap .partners._Stor .partner img {
  height: 110px;
}
.partners-wrap .partners._Mellem .partner img {
  height: 68px;
}
.partners-wrap .partners._Lille .partner img {
  height: 48px;
}
@media only screen and (max-width: 1024px) {
  .partners-wrap .partners {
    flex-wrap: wrap;
    gap: 42px;
    justify-content: flex-start;
  }
  .partners-wrap .partners .partner img {
    max-width: 120px;
  }
}

.page-header-wrap {
  display: flex;
  flex-direction: column;
}

.space-after-header.page-header-wrap {
  margin-bottom: 64px;
}

.page-header {
  min-height: 300px;
  background-color: #690F06;
  display: flex;
  justify-content: center;
  order: 2;
}
.page-header.has-video {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .page-header {
    min-height: 160px;
    flex-direction: column;
    height: unset;
  }
  .page-header.has-video {
    display: flex;
  }
}
.page-header .page-header-inner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}
@media only screen and (max-width: 1024px) {
  .page-header .page-header-inner {
    padding-top: 64px;
    flex-direction: column;
  }
}
.page-header .headline-wrap {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-header .headline-wrap .headline h1 {
  font-family: "DBUBoldWide";
  font-size: 64px;
  text-transform: uppercase;
  line-height: 68px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .page-header .headline-wrap .headline h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-header .headline-wrap .headline h2 {
  font-family: "DBUWide";
  font-size: 64px;
  line-height: 68px;
  text-transform: uppercase;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .page-header .headline-wrap .headline h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-header .headline-wrap .headline span {
  font-family: "DBU";
  font-size: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .page-header .headline-wrap .headline span {
    font-size: 18px;
  }
}
.page-header .header-stats-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}
.page-header .header-stats-wrap .header-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-header .header-stats-wrap .header-stats .header-stat {
  font-family: "DBU";
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.page-header .header-stats-wrap .header-stats .header-stat span:nth-child(3) {
  opacity: 50%;
  font-size: 12px;
}

.blockgrid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  /*width: 900px;*/
  width: 100%;
  margin: 0 auto;
  /*&.full-screen {
      width: 100%;
      margin: 0 auto;



      .grid-row {*/
  /*width:100%;*/
  /*}
  }*/
}
@media only screen and (max-width: 1024px) {
  .blockgrid {
    gap: 32px;
  }
}
.blockgrid .grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid {
    gap: 48px;
  }
}
.blockgrid .grid .grid-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  background-color: #ffffff;
  width: 100%;
}
.blockgrid .grid .grid-row.full {
  max-width: unset;
}
.blockgrid .grid .grid-row.full .column-wrap {
  width: 100%;
}
.blockgrid .grid .grid-row.empty-row:not(.is-first) {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row {
    flex-direction: column;
    gap: 32px;
  }
}
.blockgrid .grid .grid-row .column-wrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  width: 100%;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row .column-wrap {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 32px;
  }
}
@media only screen and (min-width: 1441px) {
  .blockgrid .grid .grid-row {
    max-width: 1440px;
    padding: 24px;
  }
  .blockgrid .grid .grid-row:first-child {
    /*background-color: $color--red-deep;*/
    width: 100%;
    /*max-width: unset;*/
  }
  .blockgrid .grid .grid-row:first-child .col-12 {
    /*padding: 0 48px;*/
    /*max-width: 1536px;*/
    margin: 0 auto;
  }
  .blockgrid .grid .grid-row .column-wrap {
    width: 1392px;
    max-width: 100%;
    /*margin: 0 auto;*/
    display: flex;
  }
}
.blockgrid .grid .grid-row:first-child {
  padding-top: 0;
  width: 100%;
}
.blockgrid .grid .grid-row.full {
  /*width:900px;*/
  width: 100%;
}
.blockgrid .grid .grid-row.narrow {
  width: 656px;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row.narrow {
    width: 100%;
  }
}
.blockgrid .grid .grid-row.expanded {
  width: 100%;
  padding: 0;
}
.blockgrid .grid .grid-row.expanded .column-wrap {
  width: 100%;
  max-width: 100%;
  /*margin: 0 auto;*/
  display: flex;
}
.blockgrid .grid .grid-row.expanded .column-wrap .col-12 {
  max-width: unset;
}
.blockgrid .grid .grid-row.is-header-for-next {
  margin-bottom: -64px;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row.is-header-for-next {
    margin-bottom: -24px;
  }
}
.blockgrid .grid .grid-row.is-header-for-next + .grid-row {
  padding-top: 0;
}
.blockgrid .grid .grid-row.no-module-margin .column-wrap {
  gap: 0;
}
.blockgrid .grid .grid-row [class^=col-] {
  display: flex;
  flex-direction: column;
  gap: 48px;
  /*align-items: center;*/
  align-items: flex-start;
  /*   flex-grow:0;
     flex-shrink:0;*/
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row [class^=col-] {
    gap: 32px;
  }
}
.blockgrid .grid .grid-row [class^=col-]:first-child .richtext {
  padding-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row [class^=col-]:first-child .richtext {
    /*   padding-left: 0;*/
  }
}
@media only screen and (min-width: 1441px) {
  .blockgrid .grid .grid-row [class^=col-]:first-child .richtext {
    padding-left: 0;
  }
}
.blockgrid .grid .grid-row [class^=col-]:last-child .richtext {
  padding-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row [class^=col-]:last-child .richtext {
    /*padding-right: 0;*/
  }
}
@media only screen and (min-width: 1441px) {
  .blockgrid .grid .grid-row [class^=col-]:last-child .richtext {
    padding-right: 0;
  }
}
.blockgrid .grid .grid-row [class*=col-] > * {
  flex-basis: 1;
}
.blockgrid .grid .grid-row .col-12 {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row .col-12 {
    width: 100%;
  }
}
.blockgrid .grid .grid-row .col-8 {
  width: 66.66%;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row .col-8 {
    width: 100%;
  }
}
.blockgrid .grid .grid-row .col-6 {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row .col-6 {
    width: 100%;
  }
}
.blockgrid .grid .grid-row .col-4 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row .col-4 {
    width: 100%;
  }
}
.blockgrid .grid .grid-row .col-3 {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid .grid-row .col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .blockgrid .grid {
    padding-bottom: 32px;
  }
}

.homepage-blockgrid.blockgrid .grid .grid-row.full {
  width: 100%;
}

.campaign-content.blockgrid .grid .grid-row:first-child {
  background-color: transparent;
}

.script-block {
  width: 100%;
}

.rte-border-wrap {
  border: 2px solid;
  margin: 24px;
}
.rte-border-wrap .richtext {
  padding: 64px;
}

@media only screen and (min-width: 1025px) {
  .no-module-margin [class^=col-]:first-child .rte-border-wrap {
    margin-right: 0;
    margin-left: 24px;
  }
  .no-module-margin [class^=col-]:last-child .rte-border-wrap {
    margin-left: 0;
    margin-right: 24px;
  }
  .no-module-margin [class^=col-] .rte-border-wrap {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 1441px) {
  .no-module-margin [class^=col-]:first-child .rte-border-wrap, .no-module-margin [class^=col-]:last-child .rte-border-wrap {
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
  .no-module-margin [class^=col-] .rte-border-wrap {
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
}

.richtext {
  font-size: 18px;
  line-height: 32px;
  /*padding-bottom: 24px;*/
  display: block;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .richtext {
    padding: 24px;
  }
  .richtext:first-child {
    padding-top: 24px;
  }
}
.richtext:first-child {
  padding-top: 24px;
  /*@include bp-tablet{
      padding-top:0;
  }*/
}
@media only screen and (min-width: 1441px) {
  .richtext:first-child {
    padding-top: 0;
  }
}
.richtext:last-child {
  padding-bottom: 24px;
  /*@include bp-tablet{
      padding-bottom:0;
  }*/
}
@media only screen and (min-width: 1441px) {
  .richtext:last-child {
    padding-bottom: 0;
  }
}
.richtext.use-bg-color {
  padding: 24px !important;
}
.richtext .richtext-listitem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .richtext .richtext-listitem {
    padding: 0;
  }
}
.richtext .richtext-listitem .li-wrap {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .richtext .richtext-listitem .li-wrap {
    padding: 0;
  }
}
.richtext .richtext-listitem .li {
  background-color: #B50201;
  color: #ffffff;
  font-family: "DBUWide";
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.richtext ul {
  list-style: disc;
}
.richtext .color-red {
  color: #C90B0E;
}
.richtext .color-black {
  color: #1d1d1d;
}
.richtext .color-white {
  color: #ffffff;
}
.richtext .color-medgray {
  color: #C6C6C6;
}
.richtext h1 {
  font-size: 64px;
  font-weight: normal;
  font-family: "DBUWide";
  text-transform: uppercase;
  line-height: 88px;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .richtext h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
.richtext h2 {
  font-size: 48px;
  font-weight: normal;
  font-family: "DBUWide";
  text-transform: uppercase;
  line-height: 64px;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .richtext h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.richtext h3 {
  font-size: 32px;
  font-weight: normal;
  font-family: "DBUWide";
  text-transform: uppercase;
  line-height: 48px;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .richtext h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.richtext h4 {
  font-size: 24px;
  font-weight: normal;
  font-family: "DBUWide";
  line-height: 32px;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .richtext h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.richtext h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: "DBU";
  text-transform: uppercase;
  line-height: 32px;
  margin: 0;
  /*margin-bottom: 16px;*/
}
.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5 {
  margin-top: 16px;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.richtext h1:first-child, .richtext h2:first-child, .richtext h3:first-child, .richtext h4:first-child, .richtext h5:first-child {
  margin-top: 0px;
}
.richtext .body, .richtext p {
  font-family: "DBU";
  font-size: 18px;
  line-height: 32px;
}
.richtext p + p {
  padding-top: 24px;
}
.richtext .body-large {
  font-family: "DBU";
  font-size: 20px;
  line-height: 32px;
}
.richtext .body-large-wide {
  font-family: "DBUWide";
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
.richtext .emphasized {
  font-family: "DBUWide";
  font-size: 96px;
  font-weight: bold;
  line-height: 120px;
}
.richtext a {
  text-decoration: underline;
  font-weight: bold;
}
.richtext ul, .richtext ol {
  /*list-style-image: url("/img/icons/icon_list-style-check.png");*/
  margin-top: 16px;
}
.richtext ul:first-child, .richtext ol:first-child {
  margin-top: 0;
}
.richtext ul li, .richtext ol li {
  display: list-item;
  margin-left: 24px;
}
.richtext ul.list-style-check, .richtext ol.list-style-check {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style-type: none !important;
}
.richtext ul.list-style-check li, .richtext ol.list-style-check li {
  background: url("/img/icons/icon_list-style-check.png") no-repeat left 4px;
  padding: 3px 0px 3px 48px;
  background-size: 32px;
  margin-left: 0;
}

.match-list-module {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 64px;
}
.match-list-module h1 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}

.match-list-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: -30px;
}
.match-list-buttons .match-list-button {
  color: #FD0000;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 3px solid #FD0000;
  padding-bottom: 4px;
  width: fit-content;
}

.match-list .grey-text-color {
  color: lightgray;
}
.match-list .attended-header {
  text-transform: uppercase;
  justify-content: left !important;
}
.match-list .attended-header .attended-header-versus {
  padding-left: 5rem;
}
.match-list .attended-header .attended-header-details {
  width: 150px;
}
.match-list .match {
  display: grid;
  /*flex-direction: row;*/
  grid-template-columns: 3fr 3fr 1fr;
  grid-gap: 0px;
  align-items: center;
  border-top: 1px solid #EDEDED;
  padding: 32px 24px;
  /*padding: 0 24px;*/
  transition: 200ms ease-in-out all;
}
.match-list .match.has-weburl {
  cursor: pointer;
}
.match-list .match.has-weburl:hover {
  background-color: #EDEDED;
}
.match-list .match:last-child {
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .match-list .match {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1439px) {
  .match-list .match {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
.match-list .match.is-player {
  grid-template-columns: 3fr 3fr;
}
.match-list .match .versus {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .match-list .match .versus {
    flex-direction: column;
    align-items: flex-start;
  }
  .match-list .match .versus .team-name {
    order: 3;
  }
  .match-list .match .versus .flag {
    order: 1;
  }
  .match-list .match .versus .score-mobile {
    order: 2;
    width: 40px;
    text-align: center;
    font-family: "DBUWide";
    font-weight: bold;
    justify-content: center;
  }
}
.match-list .match .versus .team {
  font-family: "DBU";
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.match-list .match .versus .team .denmark {
  font-weight: bold;
}
.match-list .match .versus .team .flag {
  height: 24px;
  width: 24px;
  background-color: #FD0000;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.match-list .match .versus .team .team-name {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 1025px) {
  .match-list .match .versus .team .team-name {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .match-list .match .versus .team.home .team-name {
    text-align: right;
  }
}
.match-list .match .versus .result {
  height: 56px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "DBUWide";
  text-transform: uppercase;
  font-size: 24px;
  padding: 0px 16px;
  border-radius: 28px;
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .match-list .match .versus .result {
    display: none;
  }
}
.match-list .match .versus .result.victory {
  background-color: rgba(79, 212, 107, 0.0392156863);
}
.match-list .match .versus .result.loss {
  background-color: rgba(201, 11, 14, 0.0392156863);
}
.match-list .match .details {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .match-list .match .details {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
.match-list .match .details .goals {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-weight: bold;
  width: 200px;
}
.match-list .match .details .goals img {
  filter: invert(100%) sepia(89%) saturate(182%) hue-rotate(173deg) brightness(109%) contrast(100%);
}
@media only screen and (max-width: 1024px) {
  .match-list .match .details .goals {
    justify-content: center;
    padding-bottom: 16px;
  }
}
.match-list .match .details .tournament {
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .match-list .match .details .tournament {
    width: 170px;
  }
}
.match-list .match .details .datetime {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .match-list .match .details .datetime {
    width: 150px;
  }
}
@media only screen and (max-width: 1439px) {
  .match-list .match .details .datetime {
    text-align: center;
  }
}
.match-list .match .details .datetime.none-bold {
  font-weight: normal !important;
}
.match-list .match .details .stadium {
  font-size: 14px;
  text-transform: uppercase;
  /*hyphens: auto;*/
  word-break: break-word;
}
@media only screen and (min-width: 1025px) {
  .match-list .match .details .stadium {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .match-list .match .details .stadium {
    text-align: center;
  }
}
.match-list .match .points {
  font-size: 1.25rem;
  color: red;
  font-weight: bold;
}
.match-list .match .btn-wrap {
  /*width: 188px;*/
}
.match-list .match .btn-wrap .btn {
  width: fit-content;
  min-width: 188px;
}
.match-list .match .btn-wrap .btn a {
  width: 100%;
  justify-content: center;
}

.match-list-divided h2 {
  padding: 48px 0;
  font-weight: normal;
  font-size: 24px;
}
.match-list-divided h2 + .match {
  border-top: 0;
}

@media only screen and (min-width: 1025px) {
  .col-6 .spotbox {
    aspect-ratio: 720/572;
  }
}

.spotbox {
  /*height: 410px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 16px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  background-color: #9C0F06;
  /*.tag {
      position: absolute;
      left: 24px;
      top: 16px;
      font-size: 18px;
      font-family: "DBUCondensed";
      font-weight: bold;
      color: $color--white;
      z-index: 2;
  }*/
}
@media only screen and (max-width: 1024px) {
  .spotbox {
    aspect-ratio: 1/1;
    padding-top: 4rem;
  }
}
.spotbox .text-wrap {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.spotbox .headline {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  max-width: 90%;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .spotbox .headline {
    font-size: 24px;
    /*word-break: break-all;*/
  }
}
.spotbox .text {
  font-family: "DBU";
  font-size: 24px;
  color: #ffffff;
  max-width: 90%;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.spotbox a {
  z-index: 2;
}
.spotbox a .button {
  padding: 12px 24px;
  background-color: #ffffff;
  color: #C90B0E;
  font-family: "DBU";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 80ms ease-in-out;
}
.spotbox a .button:hover {
  background-color: #EDEDED;
}
.spotbox.no-button .text {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-size: 24px;
  padding-right: 24px;
  /*word-break: break-all;*/
  text-align: left;
}
.spotbox.no-button a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.newsitem-blockgrid .spotbox {
  height: 200px;
}
.newsitem-blockgrid .spotbox .text {
  font-size: 18px;
}
.video {
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
  position: relative;
}
.video .ytplayer, .video .twentythree {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 30;
}
.video-overlay iframe {
  display: none;
}
.video-overlay .video-overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1D1D1D;
  touch-action: none;
  padding: 2rem;
  border-radius: 25px;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 80%;
}
.video-overlay.show {
  display: block;
}
.video-overlay.show iframe {
  display: block;
}
.video-overlay .video-overlay-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 21;
}
.video-overlay .ytplayer, .video-overlay .twentythree {
  touch-action: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.consent-placeholder {
  background-color: #ffffff;
  border: 2px solid #C90B0E;
  color: #C90B0E;
  padding: 20px;
  width: fit-content;
  margin: 20px auto;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  display: none;
}
.consent-placeholder.show {
  display: flex;
}
.consent-placeholder h3 {
  text-transform: uppercase;
}
.consent-placeholder p, .consent-placeholder b {
  padding-bottom: 0;
  text-align: center;
}

.cookie-consent-btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #C90B0E;
  border-radius: 24px;
  height: 48px;
  width: 48px;
  transition: ease-in-out all 200ms;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.cookie-consent-btn img {
  height: 24px;
}
.cookie-consent-btn:hover {
  background-color: #9C0F06;
}

.quote {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .quote {
    padding: 24px;
  }
}
.quote blockquote {
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  color: #C90B0E;
  font-family: "DBUWide";
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  gap: 5px;
}
.quote blockquote:before {
  color: #C90B0E;
  font-family: "DBUWide";
  font-size: 4rem;
  height: 42px;
  width: 38px;
  content: '"';
  transform: rotate(180deg) translateY(42px);
}
.quote blockquote cite {
  font-size: 16px;
  color: #878787;
  font-family: "DBU";
  font-weight: normal;
}

.img-carousel {
  position: relative;
  align-self: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .img-carousel {
    padding: 24px;
  }
}
.img-carousel .img-carousel-thumbs {
  display: none;
}
.img-carousel .slide {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.img-carousel .slide.show {
  display: flex;
}
.img-carousel .slide .img-wrap {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.img-carousel .slide .cite {
  font-family: "DBU";
  font-size: 16px;
  color: #878787;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.img-carousel .slide .cite .slide-count {
  font-weight: bold;
  width: 100px;
  text-align: right;
}
.img-carousel .next-button {
  position: absolute;
  right: 0;
  top: 50%;
  height: 72px;
  width: 72px;
  transform: translateY(-50%);
  cursor: pointer;
}
.img-carousel .next-button .with-count {
  display: none;
}
.img-carousel .thumbs-next {
  display: none;
}

.is-image-header .img-carousel.hero {
  padding: 0;
}
.is-image-header .img-carousel.hero .cite .slide-count {
  display: none;
}
.is-image-header .img-carousel.hero .next-button {
  width: 166px;
  height: 100px;
  background-color: #FD0000;
  color: #ffffff;
  display: flex;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  top: unset;
  bottom: 0;
  transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
  .is-image-header .img-carousel.hero .next-button {
    width: 100px;
    height: 42px;
    font-size: 16px;
  }
}
.is-image-header .img-carousel.hero .next-button > img {
  display: none;
}
.is-image-header .img-carousel.hero .next-button .with-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;
  justify-content: center;
}
.is-image-header .img-carousel.hero .next-button .with-count img {
  width: 32px;
}
@media only screen and (max-width: 1024px) {
  .is-image-header .img-carousel.hero .next-button .with-count img {
    width: 16px;
    filter: invert(100%) sepia(89%) saturate(182%) hue-rotate(173deg) brightness(109%) contrast(100%);
  }
}
.is-image-header .img-carousel.hero .next-button .slide-count {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.is-image-header .img-carousel.hero .thumbs-next {
  opacity: 0.3;
  cursor: pointer;
  display: flex;
}
.is-image-header .img-carousel-thumbs-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  width: 100%;
  overflow-y: hidden;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .is-image-header .img-carousel-thumbs-wrap {
    display: none;
  }
}
.is-image-header .img-carousel-thumbs-holder {
  width: 90%;
  overflow: hidden;
  margin-left: 24px;
}
.is-image-header .img-carousel-thumbs {
  display: flex;
  transition: all 0.2s ease-in-out;
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.is-image-header .img-carousel-thumbs .thumb {
  display: inline-block;
  width: 208px;
  height: 132px;
  cursor: pointer;
  /*margin-right: 8px;*/
}
.is-image-header .img-carousel-thumbs .thumb:hover {
  opacity: 0.5;
}
.is-image-header .img-carousel-thumbs .thumb.show {
  opacity: 0.5;
}
.is-image-header .img-carousel-thumbs .thumb.hide {
  /*display:none;*/
}

.related-news.first-big {
  flex-wrap: wrap;
}
.related-news.first-big .related-news-big-wrap {
  width: 66.66%;
}
.related-news.first-big .related-news-big-wrap .related-news-item {
  width: 100%;
  aspect-ratio: 960/780;
  position: relative;
}
.related-news.first-big .related-news-big-wrap .related-news-item .headline {
  font-size: 48px;
  line-height: 48px;
}
@media only screen and (max-width: 1024px) {
  .related-news.first-big .related-news-big-wrap .related-news-item .headline {
    font-size: 18px;
    max-width: 80%;
  }
}
.related-news.first-big .related-news-small-wrap {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
.related-news.first-big .related-news-small-wrap .related-news-item {
  aspect-ratio: 480/390;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .related-news.first-big .related-news-small-wrap .related-news-item {
    aspect-ratio: 300/375;
    width: 80%;
  }
}

.related-news {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  aspect-ratio: 3/1;
}
@media only screen and (max-width: 1024px) {
  .related-news {
    aspect-ratio: 1/1;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}
.related-news .related-news-item {
  color: #ffffff;
  position: relative;
  /*flex-grow:1;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .related-news .related-news-item {
    aspect-ratio: 300/375;
    width: 80%;
  }
}
.related-news .related-news-item img {
  width: 100%;
}
.related-news .related-news-item .date {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  font-family: "DBUCondensed";
  font-size: 18px;
  font-weight: bold;
}
.related-news .related-news-item .tag {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  font-family: "DBUCondensed";
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .related-news .related-news-item .tag {
    right: unset;
    left: 24px;
    top: 48px;
  }
}
.related-news .related-news-item .headline {
  font-size: 24px;
  line-height: 32px;
  font-family: "DBUWide";
  font-weight: bold;
  position: absolute;
  left: 24px;
  bottom: 24px;
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .related-news .related-news-item .headline {
    font-size: 18px;
    max-width: 80%;
  }
}
.related-news .related-news-item .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FD0000;
  z-index: 2;
}
.related-news .related-news-item .video-icon img {
  width: 30px;
  height: 40px;
  margin-left: 5px;
}

.section-header {
  /*padding-top: 64px;
  padding-left: 24px;
  background-color: $color--white;
  width: 100%;
  margin-bottom: -48px;
  padding-bottom: 24px;*/
  position: relative;
}
.section-header.no-padding {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .section-header.no-padding {
    padding-top: 24px;
  }
}
.section-header.sticky {
  position: sticky;
  top: 0;
}

.match-spot {
  display: grid;
  grid-template-columns: 960fr 480fr;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .match-spot {
    display: flex;
    flex-direction: column;
  }
}
.match-spot .match {
  color: #ffffff;
  position: relative;
}
.match-spot .match a {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .match-spot .match {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.match-spot .match .tag {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  font-family: "DBUCondensed";
  font-size: 18px;
  z-index: 3;
}
.match-spot .match .text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 48px;
  line-height: 56px;
  font-family: "DBUWide";
  text-transform: uppercase;
  z-index: 2;
  /*margin-bottom:24px;*/
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .match-spot .match .text {
    font-size: 24px;
    line-height: 32px;
  }
}
.match-spot .match .text .date, .match-spot .match .text .time-place {
  font-weight: normal;
}
.match-spot .match .text h1, .match-spot .match .text h2, .match-spot .match .text h3, .match-spot .match .text h4, .match-spot .match .text h5 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.match-spot .match .text h1 {
  font-weight: unset;
}
.match-spot .match .text h2 {
  font-weight: unset;
}
.match-spot .match .text h1 {
  font-size: 64px;
  font-weight: normal;
  font-family: "DBUWide";
  text-transform: uppercase;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .match-spot .match .text h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
.match-spot .match .text h2 {
  font-size: 48px;
  font-weight: normal;
  font-family: "DBUWide";
  text-transform: uppercase;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .match-spot .match .text h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.match-spot .match .text h3 {
  font-size: 32px;
  font-weight: normal;
  font-family: "DBUWide";
  text-transform: uppercase;
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .match-spot .match .text h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.match-spot .match .text h4 {
  font-size: 24px;
  font-weight: normal;
  font-family: "DBUWide";
  margin: 0;
  /*margin-bottom: 16px;*/
}
@media only screen and (max-width: 1024px) {
  .match-spot .match .text h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.match-spot .match .text h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: "DBU";
  text-transform: uppercase;
  margin: 0;
  /*margin-bottom: 16px;*/
}
.match-spot .match .bg-img {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.match-ticket.is-empty {
  min-height: 288px;
  background-color: #C90B0E;
}
.match-ticket.is-empty:nth-child(2) {
  background-color: #9C0F06;
}
@media only screen and (max-width: 1023px) {
  .match-ticket.is-empty {
    min-height: 0;
  }
}
.match-ticket:nth-child(1) {
  border-bottom: 1px solid #690F06;
}

.match-ticket-spot {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  transition: 200ms ease-in-out all;
  cursor: pointer;
}
.match-ticket-spot:hover {
  background-color: #EDEDED;
}
.match-ticket-spot.is-played {
  background-color: #7E0F06;
  color: #fff;
}
.match-ticket-spot.is-played:hover {
  background-color: #690F06;
}
@media only screen and (max-width: 1024px) {
  .match-ticket-spot {
    align-items: center;
  }
}
.match-ticket-spot .matchtype-tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 14px;
}
.match-ticket-spot .matchtype-tag .tag {
  font-size: 16px;
  font-weight: normal;
}
.match-ticket-spot .versus {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .match-ticket-spot .versus {
    flex-direction: column;
  }
}
.match-ticket-spot .versus .team {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.match-ticket-spot .versus .team .team-name {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .match-ticket-spot .versus .team .team-name {
    order: 2;
  }
}
.match-ticket-spot .versus .team .flag {
  width: 24px;
  height: 24px;
  background-color: #7E0F06;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .match-ticket-spot .versus .team .flag {
    order: 1;
  }
}
.match-ticket-spot .date {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.match-ticket-spot .stadium {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  font-family: "DBUWide";
  color: #C6C6C6;
  font-size: 14px;
  text-transform: uppercase;
}
.match-ticket-spot .btn-wrap {
  display: flex;
  justify-content: center;
}
.match-ticket-spot .score {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 32px;
}

.image-full {
  position: relative;
  width: 100%;
}
.image-full img {
  width: 100%;
}

.match-countdown {
  display: flex;
  aspect-ratio: 1440/768;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .match-countdown {
    aspect-ratio: unset;
    overflow: unset;
    flex-direction: column;
    padding-bottom: 64px;
  }
}
.match-countdown.not-played > a {
  display: flex;
  aspect-ratio: 1440/768;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .match-countdown.not-played > a {
    aspect-ratio: unset;
    overflow: unset;
    flex-direction: column;
  }
}
.match-countdown .bg-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .bg-img-wrap {
    width: unset;
    height: unset;
  }
}
.match-countdown .bg-img {
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .bg-img {
    position: unset;
  }
}
.match-countdown .tag {
  z-index: 3;
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: "DBUCondensed";
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .tag {
    right: unset;
    left: 24px;
  }
}
.match-countdown .play-wrap {
  z-index: 3;
  font-weight: bold;
  font-family: "DBUWide";
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .match-countdown .play-wrap {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 16px;
  }
}
.match-countdown .play-wrap .play-wrap-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.match-countdown .play-wrap .video-icon {
  /*position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);*/
  display: flex;
  width: 96px;
  height: 96px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FD0000;
}
.match-countdown .play-wrap .video-icon:hover {
  background-color: #C90B0E;
}
.match-countdown .play-wrap .video-icon img {
  width: 30px;
  height: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .play-wrap .video-icon {
    height: 56px;
    width: 56px;
  }
}
.match-countdown .match-info-wrap {
  z-index: 3;
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .match-info-wrap {
    top: unset;
    bottom: 24px;
  }
}
.match-countdown .match-info-wrap .match-info {
  font-size: 14px;
}
.match-countdown .match-info-wrap .time {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.match-countdown .match-info-wrap .stadium {
  font-size: 14px;
  text-transform: uppercase;
}
.match-countdown .stats {
  z-index: 3;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .stats {
    position: unset;
    color: #1D1D1D;
    transform: unset;
    padding: 24px;
  }
}
.match-countdown .versus {
  /*display: flex;
      flex-direction: row;
      gap: 16px;*/
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 6fr 106px 6fr;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .versus {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.match-countdown .versus .team {
  font-weight: bold;
  font-family: "DBUWide";
  text-transform: uppercase;
  font-size: 32px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .versus .team {
    font-size: 20px;
  }
}
.match-countdown .versus .team.away {
  justify-content: flex-start;
}
.match-countdown .versus .team .flag {
  height: 24px;
  width: 24px;
  background-color: #FD0000;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .versus .team .flag {
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .match-countdown .versus .team .team-name {
    order: 3;
  }
}
.match-countdown .versus .result {
  height: 56px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "DBUWide";
  text-transform: uppercase;
  font-size: 24px;
  padding: 0px 16px;
  border-radius: 28px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .versus .result {
    font-size: 20px;
    order: 2;
    width: 40px;
    background-color: #EDEDED;
    height: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .match-countdown .versus .home:not(.team) {
    margin-bottom: 24px;
  }
}
.match-countdown .goals {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 6fr 106px 6fr;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .goals {
    display: flex;
    flex-direction: column;
  }
}
.match-countdown .goals .split {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .goals .split {
    display: none;
  }
}
.match-countdown .goals .home {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-end;
}
.match-countdown .goals .home .goal {
  justify-content: flex-end;
}
.match-countdown .goals .away {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
}
.match-countdown .goal {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}
.match-countdown .goal > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .goal .player {
    order: 1;
  }
}
.match-countdown .goal .minute {
  width: 34px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .goal .minute {
    order: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .match-countdown .goal .icons {
    order: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .match-countdown .goal img {
    filter: invert(90%) sepia(15%) saturate(51%) hue-rotate(314deg) brightness(96%) contrast(81%);
    order: 3;
  }
}
.match-countdown .dk-is-home .home:not(.team) .goal {
  font-weight: bold;
}
.match-countdown .dk-is-home .away:not(.team) .goal {
  font-weight: normal;
}
.match-countdown .versus:not(.dk-is-home) .home:not(.team) .goal {
  font-weight: normal;
}
.match-countdown .versus:not(.dk-is-home) .away:not(.team) .goal {
  font-weight: bold;
}
.match-countdown .countdown-wrap {
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 20px;
}
.match-countdown .countdown-wrap .countdown {
  background-color: rgba(255, 255, 255, 0.2470588235);
  width: 260px;
  display: flex;
  justify-content: center;
}
.match-countdown .countdown-wrap .countdown .clock {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  /*width: 240px;*/
  height: 54px;
  padding: 0 24px;
  font-weight: bold;
  font-size: 24px;
}
.match-countdown .countdown-wrap .countdown .clock img {
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .countdown-wrap {
    margin-top: 24px;
    flex-direction: column;
    gap: 0px;
    font-size: 14px;
  }
  .match-countdown .countdown-wrap img {
    filter: invert(90%) sepia(15%) saturate(51%) hue-rotate(314deg) brightness(96%) contrast(81%);
  }
  .match-countdown .countdown-wrap .clock {
    height: unset;
  }
}
.match-countdown .motm {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  width: 256px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown .motm {
    position: unset;
  }
}
.match-countdown .motm .img {
  z-index: 4;
  width: 256px;
  background-color: transparent;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
}
.match-countdown .motm .motm-info-wrap {
  position: relative;
  transition: ease-in-out 200ms all;
}
.match-countdown .motm .motm-info-wrap:not(.no-hover):hover {
  cursor: pointer;
}
.match-countdown .motm .motm-info-wrap .motm-info {
  z-index: 5;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.match-countdown .motm .motm-info-wrap .motm-info .lastname {
  font-weight: bold;
  font-size: 24px;
}
.match-countdown .motm .btn {
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
.match-countdown .motm .btn a {
  padding: 12px 8px;
}
@media only screen and (max-width: 1024px) {
  .match-countdown.not-played .stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-top: 48px;
  }
}
.match-countdown.not-played .stats .versus .result {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .match-countdown.not-played .stats .versus .result {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .match-countdown.not-played {
    padding-bottom: 48px;
  }
}

.match-lineup {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .match-lineup {
    flex-direction: column;
  }
}
.match-lineup .lineup {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  /*width: 50%;*/
  flex: 1;
}
.match-lineup .lineup.denmark {
  background-color: #B50201;
}
.match-lineup .lineup.opponent {
  background-color: #690F06;
}
.match-lineup .lineup.home {
  order: 1;
}
.match-lineup .lineup.away {
  order: 2;
}
.match-lineup .lineup .team {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.match-lineup .lineup .players {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.match-lineup .lineup .players .player {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .match-lineup .lineup .players .player {
    padding: 0 24px;
  }
}
.match-lineup .lineup .players .player._keeper {
  order: 1;
}
.match-lineup .lineup .players .player._keeper + div._keeper {
  margin-top: -2rem;
}
.match-lineup .lineup .players .player._defender {
  order: 2;
}
.match-lineup .lineup .players .player._defender + div._defender {
  margin-top: -2rem;
}
.match-lineup .lineup .players .player._midfield {
  order: 3;
}
.match-lineup .lineup .players .player._midfield + div._midfield {
  margin-top: -2rem;
}
.match-lineup .lineup .players .player._attack {
  order: 4;
}
.match-lineup .lineup .players .player._attack + div._attack {
  margin-top: -2rem;
}
.match-lineup .lineup .players .player._unknown {
  order: 5;
}
.match-lineup .lineup .players .player._unknown + div._unknown {
  margin-top: -2rem;
}
.match-lineup .lineup .players .player .firstname {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .match-lineup .lineup .players .player .firstname {
    font-size: 16px;
  }
}
.match-lineup .lineup .players .player .lastname {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .match-lineup .lineup .players .player .lastname {
    font-size: 16px;
  }
}
.match-lineup .lineup .players .player .events {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.match-lineup .lineup .players .player .events .event {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .match-lineup .lineup .players .player .events .event {
    font-size: 16px;
  }
}
.match-lineup .lineup .players.start-lineup .event.sub img {
  transform: rotate(180deg);
}

.module-header {
  padding-top: 24px;
  /*padding-left: 24px;*/
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: -24px;
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 1441px) {
  .module-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-header > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.module-header h1 {
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 60%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module-header h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    max-width: 100%;
  }
}
.module-header h2 {
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-top: 24px;
  margin: 0;
  padding: 0;
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .module-header h2 {
    font-size: 24px;
    line-height: 32px;
    /*font-weight:bold;*/
    max-width: 100%;
  }
}
.module-header .tag {
  font-family: "DBUCondensed";
  position: absolute;
  right: 24px;
  bottom: 24px;
  /*transform:translateY(-50%);*/
}
.module-header .link {
  color: #FD0000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .module-header .link {
    position: unset;
  }
}
.module-header span {
  display: flex;
  font-size: 18px;
  max-width: 60%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module-header span {
    max-width: 100%;
  }
}

.col-6 .module-header h1, .col-6 .module-header h2, .col-6 .module-header span, .col-4 .module-header h1, .col-4 .module-header h2, .col-4 .module-header span, .col-3 .module-header h1, .col-3 .module-header h2, .col-3 .module-header span {
  max-width: unset;
}

.league-table {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 64px;
}
.league-table .league-table-content {
  padding: 24px;
}
.league-table .table {
  width: 100%;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .league-table .table {
    font-size: 16px;
  }
}
.league-table .table .table-header {
  display: grid;
  grid-template-columns: 64px 8fr 64px 64px 64px 64px 64px 64px 64px 192px;
}
@media only screen and (max-width: 1024px) {
  .league-table .table .table-header {
    grid-template-columns: 52px 8fr 52px 52px;
  }
}
.league-table .table .table-header > div {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.league-table .table .table-header > div.left {
  justify-self: flex-start;
}
.league-table .table .table-row {
  display: grid;
  grid-template-columns: 64px 8fr 64px 64px 64px 64px 64px 64px 64px 192px;
  border-top: 1px solid #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .league-table .table .table-row {
    grid-template-columns: 52px 8fr 52px 52px;
  }
}
.league-table .table .table-row.qualified {
  background-color: #F8F8F8;
}
.league-table .table .table-row.qualified > div:first-child {
  position: relative;
}
.league-table .table .table-row.qualified > div:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  border-left: 2px solid #1D1D1D;
  height: 48px;
}
.league-table .table .table-row.relegated {
  /*background-color:$color--sitebg;*/
}
.league-table .table .table-row.relegated > div:first-child {
  position: relative;
}
.league-table .table .table-row.relegated > div:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  border-left: 2px dotted #878787;
  height: 48px;
}
.league-table .table .table-row > div {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.league-table .table .table-row > div.g {
  background-color: #F8F8F8;
}
.league-table .table .table-row > div.left {
  justify-self: flex-start;
}
.league-table .table .table-row .form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
}
.league-table .table .table-row .form .form-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.league-table .table .table-row .form .form-item.victory {
  background-color: #EDFBF0;
}
.league-table .table .table-row .form .form-item.loss {
  background-color: #FBEFED;
}
.league-table .table .table-row .team {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.league-table .table .table-row .team .flag {
  height: 24px;
  width: 24px;
  background-color: #EDEDED;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.league-table .table .table-row .team .team-name {
  font-weight: bold;
  text-transform: uppercase;
  max-width: 80%;
  hyphens: auto;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .league-table .table .table-row .team .team-name {
    font-size: 14px;
    max-width: 80%;
  }
}
.league-table .table .table-row .placement {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .league-table .table .table-row .placement {
    font-size: 14px;
  }
}
.league-table .legend {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  padding: 24px 24px 0 24px;
}
@media only screen and (max-width: 1024px) {
  .league-table .legend {
    flex-direction: column;
    align-items: flex-start;
  }
}
.league-table .legend .qualified {
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
  padding-left: 16px;
}
.league-table .legend .qualified:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  border-left: 2px solid #1D1D1D;
  height: 48px;
}
.league-table .legend .relegated {
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  position: relative;
}
.league-table .legend .relegated:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  border-left: 2px dotted #878787;
  height: 48px;
}

.team-tournament-stats {
  width: 100%;
  background-color: #B50201;
  color: #ffffff;
  padding-bottom: 24px;
  overflow: hidden;
}
.team-tournament-stats .module-header {
  background-color: #B50201;
}
.team-tournament-stats .team-tournament-stats-content {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .team-tournament-stats .team-tournament-stats-content {
    flex-direction: column;
  }
}
.team-tournament-stats .team-tournament-stats-content .stats-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.team-tournament-stats .team-tournament-stats-content .match-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .team-tournament-stats .team-tournament-stats-content .match-stats {
    /*flex-direction:column;*/
  }
}
.team-tournament-stats .team-tournament-stats-content .match-stats .match-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 112px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
}
@media only screen and (max-width: 1024px) {
  .team-tournament-stats .team-tournament-stats-content .match-stats .match-stat-item {
    min-width: 94px;
  }
}
.team-tournament-stats .team-tournament-stats-content .label {
  font-family: "DBUCondensed";
  font-size: 16px;
  text-transform: uppercase;
}
.team-tournament-stats .team-tournament-stats-content .stat {
  font-family: "DBUWide";
  font-size: 64px;
}
@media only screen and (max-width: 1024px) {
  .team-tournament-stats .team-tournament-stats-content .stat {
    font-size: 42px;
  }
}
.team-tournament-stats .team-tournament-stats-content .stats-outer-wrap {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
@media only screen and (max-width: 1024px) {
  .team-tournament-stats .team-tournament-stats-content .stats-outer-wrap {
    flex-direction: column;
  }
}
.team-tournament-stats .team-tournament-stats-content .victory-stat {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
}
.team-tournament-stats .team-tournament-stats-content .form-stat {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
  padding-bottom: 24px;
}
.team-tournament-stats .team-tournament-stats-content .form-stat .stat {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 16px;
}
.team-tournament-stats .team-tournament-stats-content .form-stat .stat .form-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9C0F06;
  font-size: 20px;
  font-family: "DBU";
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .team-tournament-stats .team-tournament-stats-content .topscorers {
    padding-top: 48px;
  }
}
.team-tournament-stats .team-tournament-stats-content .topscorers .topscorers-wrap {
  padding-top: 24px;
}
.team-tournament-stats .team-tournament-stats-content .topscorers .topscorer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
  padding-bottom: 8px;
  padding-top: 8px;
}
.team-tournament-stats .team-tournament-stats-content .topscorers .topscorer .name {
  width: 312px;
  font-family: "DBUCondensed";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.team-tournament-stats .team-tournament-stats-content .topscorers .topscorer .goals {
  font-family: "DBUWide";
  font-size: 24px;
  font-weight: bold;
  width: 40px;
  text-align: right;
}

.shop-shirt-spot {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 64px;
}
.shop-shirt-spot .shop-shirt-spot-content {
  display: flex;
  flex-direction: row;
  padding: 24px;
  padding-top: 48px;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1024px) {
  .shop-shirt-spot .shop-shirt-spot-content {
    flex-direction: column;
    gap: 48px;
  }
}
.shop-shirt-spot .shop-shirt-spot-content .shirt {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  transition: all ease-in-out 200ms;
}
.shop-shirt-spot .shop-shirt-spot-content .shirt:hover {
  background-color: #EDEDED;
}
.shop-shirt-spot .shop-shirt-spot-content .shirt a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shop-shirt-spot .shop-shirt-spot-content .shirt a img {
  margin-bottom: 16px;
}
.shop-shirt-spot .shop-shirt-spot-content .shirt .description {
  font-size: 18px;
  text-transform: uppercase;
}
.shop-shirt-spot .shop-shirt-spot-content .shirt .price {
  font-family: "DBUWide";
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .shop-shirt-spot .shop-shirt-spot-content .shirt {
    border-top: 1px solid #EDEDED;
    padding-top: 48px;
  }
  .shop-shirt-spot .shop-shirt-spot-content .shirt:first-child {
    border: 0;
    padding-top: 0px;
  }
}

.match-statistic {
  position: relative;
  width: 100%;
  justify-content: center;
  color: #ffffff;
  background-color: #9C0F06;
  padding-bottom: 128px;
}
.match-statistic .module-header {
  background-color: #9C0F06;
}
.match-statistic .match-statistic-content {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .match-statistic .match-statistic-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.match-statistic .match-statistic-content .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.match-statistic .match-statistic-content .stat-item .stat-header {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .match-statistic .match-statistic-content .stat-item .stat-header {
    font-size: 18px;
  }
}
.match-statistic .match-statistic-content .stat-item .stat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.match-statistic .match-statistic-content .stat-item .stat .h-stat-val, .match-statistic .match-statistic-content .stat-item .stat .a-stat-val {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 30px;
}
@media only screen and (max-width: 1024px) {
  .match-statistic .match-statistic-content .stat-item .stat .h-stat-val, .match-statistic .match-statistic-content .stat-item .stat .a-stat-val {
    font-size: 18px;
  }
}
.match-statistic .match-statistic-content .stat-item .stat .indicator {
  height: 32px;
  position: relative;
  width: 80%;
  background-color: #690F06;
}
@media only screen and (max-width: 1024px) {
  .match-statistic .match-statistic-content .stat-item .stat .indicator {
    height: 24px;
  }
}
.match-statistic .match-statistic-content .stat-item .stat .indicator .indicator-fill {
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C90B0E;
}
@media only screen and (max-width: 1024px) {
  .match-statistic .match-statistic-content .stat-item .stat .indicator .indicator-fill {
    height: 24px;
  }
}

.form-picker {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .form-picker {
    padding: 24px;
    padding-top: 0;
  }
  .form-picker:first-child {
    padding-top: 24px;
  }
}

.form-newsletter .dbu-form input [type=text],
.form-newsletter .dbu-form input[type=email],
.form-newsletter .dbu-form input[type=password],
.form-newsletter .dbu-form input[type=number] {
  min-width: 500px;
}

.dbu-form .umbraco-forms-fieldset, .umbraco-forms-dbu-form .umbraco-forms-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.dbu-form form, .umbraco-forms-dbu-form form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /*
  .form-item {
      position:relative;*/
  /*}*/
}
.dbu-form form .umbraco-forms-container, .umbraco-forms-dbu-form form .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.dbu-form form .form-item, .umbraco-forms-dbu-form form .form-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dbu-form form input[type=text],
.dbu-form form input[type=email],
.dbu-form form input[type=password],
.dbu-form form input[type=number],
.dbu-form form input[type=date],
.dbu-form form input.text,
.dbu-form form select, .umbraco-forms-dbu-form form input[type=text],
.umbraco-forms-dbu-form form input[type=email],
.umbraco-forms-dbu-form form input[type=password],
.umbraco-forms-dbu-form form input[type=number],
.umbraco-forms-dbu-form form input[type=date],
.umbraco-forms-dbu-form form input.text,
.umbraco-forms-dbu-form form select {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #1D1D1D;
  font-size: 24px;
  /*min-width: 500px;*/
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .dbu-form form input[type=text],
  .dbu-form form input[type=email],
  .dbu-form form input[type=password],
  .dbu-form form input[type=number],
  .dbu-form form input[type=date],
  .dbu-form form input.text,
  .dbu-form form select, .umbraco-forms-dbu-form form input[type=text],
  .umbraco-forms-dbu-form form input[type=email],
  .umbraco-forms-dbu-form form input[type=password],
  .umbraco-forms-dbu-form form input[type=number],
  .umbraco-forms-dbu-form form input[type=date],
  .umbraco-forms-dbu-form form input.text,
  .umbraco-forms-dbu-form form select {
    min-width: unset;
    font-size: 16px;
  }
}
.dbu-form form input[type=text]:disabled,
.dbu-form form input[type=email]:disabled,
.dbu-form form input[type=password]:disabled,
.dbu-form form input[type=number]:disabled,
.dbu-form form input[type=date]:disabled,
.dbu-form form input.text:disabled,
.dbu-form form select:disabled, .umbraco-forms-dbu-form form input[type=text]:disabled,
.umbraco-forms-dbu-form form input[type=email]:disabled,
.umbraco-forms-dbu-form form input[type=password]:disabled,
.umbraco-forms-dbu-form form input[type=number]:disabled,
.umbraco-forms-dbu-form form input[type=date]:disabled,
.umbraco-forms-dbu-form form input.text:disabled,
.umbraco-forms-dbu-form form select:disabled {
  opacity: 50%;
}
.dbu-form form select, .umbraco-forms-dbu-form form select {
  height: 36px;
  font-size: 23px;
  background-color: transparent;
}
.dbu-form form .checkbox-input, .umbraco-forms-dbu-form form .checkbox-input {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 16px;
  font-size: 16px;
  max-width: 324px;
}
.dbu-form form input[type=checkbox], .umbraco-forms-dbu-form form input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #ffffff;
  /* Not removed via appearance */
  margin: 0;
  margin-right: 20px;
  font: inherit;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border: 2px solid #1D1D1D !important;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: inline-flex !important;
  place-content: center;
  cursor: pointer;
  background-color: transparent;
}
.dbu-form form input[type=checkbox]::before, .umbraco-forms-dbu-form form input[type=checkbox]::before {
  content: "";
  width: 20px;
  height: 20px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #FD0000;
  margin-top: 4px;
  /* Windows High Contrast Mode */
  /*background-color: CanvasText;*/
}
.dbu-form form input[type=checkbox]:checked::before, .umbraco-forms-dbu-form form input[type=checkbox]:checked::before {
  transform: scale(1);
}
.dbu-form form input.error, .umbraco-forms-dbu-form form input.error {
  border-bottom: 2px solid #FD0000;
}
.dbu-form form span.field-validation-error, .umbraco-forms-dbu-form form span.field-validation-error {
  color: #FD0000;
  font-size: 14px;
}
.dbu-form form label.error, .umbraco-forms-dbu-form form label.error {
  display: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  color: #FD0000;
}
.dbu-form form .btn-wrap, .umbraco-forms-dbu-form form .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.dbu-form form input[type=submit], .umbraco-forms-dbu-form form input[type=submit] {
  display: inline-flex;
  padding: 12px 24px;
  gap: 8px;
  width: fit-content;
  height: 48px;
  border: 0;
}

.rb-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rb-list label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rb-list label span {
  font-size: 16px;
}
.rb-list input[type=radio] {
  display: none;
}
.rb-list .check-radio {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #878787;
  border-radius: 2px; /* Remove if you want it to look square */
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.rb-list input[type=radio]:checked + label .check-radio::after {
  content: "";
  position: absolute;
  background-image: url(/img/icons/icon_checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 1px;
  width: 28px;
  height: 28px;
}
.rb-list + .rb-list {
  margin-top: 16px;
}

form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*gap: 30px;*/
}
form .form-row h2 {
  text-transform: uppercase;
}
form .form-row [class*=col-] .form-item {
  padding-left: 0;
}
form .form-row .form-item {
  display: flex;
  position: relative;
  padding: 0 15px 0 15px;
  gap: 10px;
  flex: 1;
  flex-direction: column;
}
form .form-row .form-item h2 {
  margin-top: 36px;
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 24px;
}
form .form-row .form-item label:not(.checkbox) {
  color: #878787;
}
form .form-row .form-item .clear-btn {
  position: absolute;
  right: 15px;
  top: 39px;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  form .form-row .form-item .clear-btn {
    top: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  form .form-row .form-item .clear-btn {
    top: 50px;
  }
}
form .form-row .form-item .clear-btn img {
  height: 18px;
}
form .form-row .form-item .favorite-page {
  right: 20px !important;
  top: 88px !important;
}
form .form-row .form-item .checkbox {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
form .form-row .form-item .checkbox div {
  padding-top: 4px;
}
form .form-row .form-item .checkbox div p {
  margin-top: 20px;
}
form .form-row .form-item .checkbox a {
  color: #FD0000;
  border-bottom: 2px solid #FD0000;
  padding-bottom: 4px;
}
form .form-row .form-item .gray-box-male,
form .form-row .form-item .gray-box-female {
  border: 0px;
  background-color: #EDEDED;
  height: 48px;
}
form .form-row .form-item .player-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  max-height: 330px;
}
form .form-row .form-item .player-list .player-favorite-item {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
form .form-row .form-item .player-list .player-favorite-item .pic {
  display: flex;
  background-size: 48px;
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 48px;
  margin-right: 8px;
}
form .form-row .form-item .player-list .player-favorite-item .name {
  display: flex;
  font-family: DBU;
  font-size: 24px;
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 82%;
}
form .form-row .form-item .player-list .player-favorite-item input.selected {
  margin-right: 8px;
  margin-top: 10px;
  margin-top: 10px;
  border: 3px solid #1D1D1D;
  height: 36px;
  width: 36px;
  min-height: 36px;
  min-width: 36px;
}
form .login-view-forgotten {
  color: #878787;
}
form .login-view-forgotten a {
  color: #878787;
  text-transform: uppercase;
  border-bottom: 2px solid #878787;
  width: fit-content;
  cursor: pointer;
}
form .login-view-btn-wrap {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1279px) {
  form .login-view-btn-wrap {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  form .login-view-btn-wrap {
    padding-top: 30px;
    flex-direction: column-reverse;
  }
  form .login-view-btn-wrap .btn, form .login-view-btn-wrap .btn a {
    width: 100%;
  }
}
form .read-privacy a {
  font-weight: bold;
  text-transform: uppercase;
}
form .col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
form .col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media only screen and (max-width: 1024px) {
  form .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
form .col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  form .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
form .col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 1024px) {
  form .col-3 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.faq {
  width: 100%;
}
.faq .faq-item {
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  padding: 32px 0;
}
.faq .faq-item .faq-item-header {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .faq .faq-item .faq-item-header {
    font-size: 18px;
    padding-left: 24px;
  }
}
.faq .faq-item .faq-item-header .faq-item-toggle {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .faq .faq-item .faq-item-header .faq-item-toggle {
    margin-right: 24px;
  }
}
.faq .faq-item .faq-item-header .faq-item-toggle img {
  transition: all 0.2s ease-in-out;
}
.faq .faq-item .faq-item-header .faq-item-toggle.showing img {
  transform: rotate(-180deg);
}
.faq .faq-item .faq-item-text {
  padding-top: 0px;
  transition: all 0.2s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
  opacity: 0;
  height: 0;
}
.faq .faq-item .faq-item-text.richtext {
  padding-bottom: 0px !important;
}
.faq .faq-item .faq-item-text.show {
  padding-top: 32px;
  display: block;
  transform: scaleY(1);
  opacity: 1;
  height: unset;
}

.image-faq {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.image-faq map area {
  cursor: pointer;
}
.image-faq .image-faq-image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.image-faq .faq-wrap {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .image-faq .faq-wrap {
    width: 100%;
  }
}
.image-faq .faq-item {
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  padding: 32px 0;
}
.image-faq .faq-item.hover .faq-item-header {
  color: #FD0000;
}
.image-faq .faq-item .faq-item-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.image-faq .faq-item .faq-item-header-inner > div:nth-child(2) {
  font-size: 24px;
  font-family: "DBU";
  font-weight: normal;
  color: #878787;
}
@media only screen and (max-width: 1024px) {
  .image-faq .faq-item .faq-item-header-inner > div:nth-child(2) {
    font-size: 12px;
  }
}
.image-faq .faq-item .faq-item-header {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .image-faq .faq-item .faq-item-header {
    padding: 0 24px;
    font-size: 18px;
  }
}
.image-faq .faq-item .faq-item-header .faq-item-toggle {
  cursor: pointer;
}
.image-faq .faq-item .faq-item-header .faq-item-toggle img {
  transition: all 0.2s ease-in-out;
}
.image-faq .faq-item .faq-item-header .faq-item-toggle.showing img {
  transform: rotate(-180deg);
}
.image-faq .faq-item .faq-item-text {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: all 0.2s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
  opacity: 0;
  height: 0;
}
.image-faq .faq-item .faq-item-text.richtext {
  padding-bottom: 0px !important;
  display: block;
}
.image-faq .faq-item .faq-item-text.show {
  padding-top: 32px;
  display: block;
  transform: scaleY(1);
  opacity: 1;
  height: unset;
}

.member-overview {
  position: relative;
  width: 100%;
  justify-content: center;
  background-color: #ffffff;
  /*padding-bottom: 128px;*/
  padding: 64px 24px;
}
@media only screen and (max-width: 1024px) {
  .member-overview:first-child {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.member-overview .member-type {
  position: relative;
}
.member-overview .member-overview-content {
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content {
    flex-direction: column;
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .member-overview .member-overview-content .member-type {
    text-align: center;
  }
  .member-overview .member-overview-content .value .btn {
    margin-top: 24px;
  }
}
.member-overview .member-overview-content .member-overview-item-mobile {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
}
.member-overview .member-overview-content .member-overview-item-mobile:last-child {
  border-bottom: 0;
}
.member-overview .member-overview-content .member-overview-item-mobile .sold-out-btn {
  position: relative !important;
  right: unset !important;
  bottom: unset !important;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.member-overview .member-overview-content .header-line {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #1D1D1D;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content .header-line {
    display: flex;
    border: 0;
  }
}
.member-overview .member-overview-content .header-line .name {
  font-family: "DBUWide";
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .member-overview .member-overview-content .header-line .name {
    font-size: 18px;
  }
}
.member-overview .member-overview-content .header-line .desc {
  font-family: "DBU";
  font-size: 18px;
}
@media only screen and (max-width: 1280px) {
  .member-overview .member-overview-content .header-line .desc {
    font-size: 16px;
  }
}
.member-overview .member-overview-content .header-line .price {
  font-family: "DBU";
  font-size: 18px;
  /*font-weight: bold;*/
  /*margin-top: 16px;*/
}
.member-overview .member-overview-content .header-line .price.sold-out {
  text-decoration: line-through;
  color: #C6C6C6;
}
.member-overview .member-overview-content .header-line .price-wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.member-overview .member-overview-content .header-line .sold-out-btn {
  display: flex;
  width: fit-content;
  background-color: #7E0F06;
  color: #ffffff;
  font-size: 10px;
  font-family: "DBUWide";
  padding: 4px 6px 2px 6px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: -4px;
  text-transform: uppercase;
}
.member-overview .member-overview-content .header-line .sold-out-btn-placeholder {
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content .header-line .sold-out-btn-placeholder {
    display: none;
  }
}
.member-overview .member-overview-content .line {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  height: 88px;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content .line {
    border: 0;
    display: flex;
    flex-direction: column;
    height: unset;
    gap: 8px;
    text-align: center;
  }
}
.member-overview .member-overview-content .line:last-child {
  border-bottom: 0;
}
.member-overview .member-overview-content .line .desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: "DBU";
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content .line .desc {
    flex-direction: column;
  }
}
.member-overview .member-overview-content .line .desc .tooltip {
  position: relative;
  cursor: help;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content .line .desc .tooltip {
    display: none;
    height: unset;
  }
  .member-overview .member-overview-content .line .desc .tooltip img {
    display: none;
  }
}
.member-overview .member-overview-content .line .desc .tooltip .tooltip-overlay {
  position: absolute;
  display: none;
  width: 300px;
  font-size: 14px;
  color: #878787;
  font-weight: normal;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .member-overview .member-overview-content .line .desc .tooltip .tooltip-overlay {
    position: unset;
    width: unset;
    box-shadow: none;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .member-overview .member-overview-content .line .desc .tooltip:hover .tooltip-overlay {
    display: block;
  }
}

.member-variants-module {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*flex: 1;*/
  border: 2px solid #C90B0E;
}
@media only screen and (max-width: 1023px) {
  .member-variants-module {
    flex-direction: column;
  }
}
.member-variants-module .member-variant {
  padding: 64px 48px;
  color: #C90B0E;
  display: flex;
  flex-direction: column;
  gap: 64px;
  flex: 1;
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .member-variants-module .member-variant {
    gap: 32px;
  }
}
.member-variants-module .member-variant:nth-child(even) {
  color: #ffffff;
  background-color: #C90B0E;
}
.member-variants-module .member-variant:nth-child(even) .link-btn {
  color: #ffffff;
}
.member-variants-module .member-variant:nth-child(even) .link-btn a {
  border: 2px solid #ffffff;
}
.member-variants-module .member-variant:nth-child(even) .link-btn:hover {
  background-color: #9C0F06;
}
@media only screen and (min-width: 1025px) {
  .member-variants-module .member-variant.has-four .price {
    font-size: 42px;
  }
  .member-variants-module .member-variant.has-four .description-wrap .description {
    font-size: 16px;
  }
}
.member-variants-module .member-variant .headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 120px;
}
@media only screen and (max-width: 1023px) {
  .member-variants-module .member-variant .headline {
    height: auto;
  }
}
.member-variants-module .member-variant .headline span {
  font-size: 24px;
  font-family: "DBUWide";
  font-weight: bold;
  text-transform: uppercase;
  height: 80px;
}
@media only screen and (max-width: 1023px) {
  .member-variants-module .member-variant .headline span {
    height: auto;
  }
}
.member-variants-module .member-variant .headline .waitlist {
  padding: 8px;
  border-radius: 4px;
  background-color: #7E0F06;
  color: #ffffff;
  font-size: 12px;
  font-family: "DBUWide";
  text-transform: uppercase;
  width: fit-content;
  font-weight: bold;
}
.member-variants-module .member-variant .price {
  font-size: 64px;
  font-family: "DBUWide";
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
@media only screen and (max-width: 1023px) {
  .member-variants-module .member-variant .price {
    font-size: 32px;
  }
}
.member-variants-module .member-variant .price span {
  font-size: 18px;
  font-family: "DBU";
  font-weight: normal;
  text-transform: none;
}
.member-variants-module .member-variant .description-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.member-variants-module .member-variant .description-wrap .description-header-list {
  display: flex;
  flex-direction: row;
}
.member-variants-module .member-variant .description-wrap .description-header-list .description-header {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 8px 24px;
  text-transform: uppercase;
  cursor: pointer;
}
.member-variants-module .member-variant .description-wrap .description-header-list .description-header.selected {
  background-color: #ffffff;
  color: #C90B0E;
  font-weight: bold;
}
.member-variants-module .member-variant .description-wrap .description {
  display: none;
  font-size: 18px;
}
.member-variants-module .member-variant .description-wrap .description.selected {
  display: block;
}
.member-variants-module .member-variant .description-wrap .link-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.member-variants-module .member-variant .description-wrap .link-btn {
  margin: 0 auto;
  margin-top: 30px;
}

.players-overview {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .players-overview:last-child:not(:first-child) {
    margin-bottom: 64px;
  }
}
.players-overview .players-position {
  width: 100%;
  background-color: #ffffff;
}
.players-overview .players-position .players-header {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .players-overview .players-position .players-header {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .players-overview .players-position .players-list-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    position: relative;
    /* Define the thumb style */
  }
  .players-overview .players-position .players-list-wrap::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background-color: transparent;
  }
  .players-overview .players-position .players-list-wrap::-webkit-scrollbar-thumb {
    background: #C6C6C6;
    border-radius: 2px;
    width: 35px;
  }
}
.players-overview .players-position .players-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .players-overview .players-position .players-list {
    width: fit-content;
    display: flex;
    flex-direction: row;
  }
}
.players-overview .players-position .players-list .player {
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.players-overview .players-position .players-list .player:hover:not(.no-hover) {
  cursor: pointer;
}
.players-overview .players-position .players-list .player:hover:not(.no-hover) .player-img-wrap {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .players-overview .players-position .players-list .player {
    width: 380px;
  }
}
.players-overview .players-position .players-list .player .player-img-wrap {
  width: 100%;
  aspect-ratio: 8/5;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-position: center bottom;
  transition: ease-in-out 200ms all;
}
.players-overview .players-position .players-list .player .name-and-club {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.players-overview .players-position .players-list .player .name-and-club .name {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 20px;
}
.players-overview .players-position .players-list .player .name-and-club .club {
  font-weight: normal;
  font-size: 18px;
}
.players-overview .players-position .players-list .player .badges {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.players-overview .players-position .players-list .player .badges .badge {
  position: relative;
}
.players-overview .players-position .players-list .player .badges .badge img {
  height: 48px;
}
.players-overview .players-position .players-list .player .badges .badge .badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "DBUWide";
  font-weight: bold;
  color: #ffffff;
  transform: translateX(-50%) translateY(-60%);
}

.staff-overview {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.staff-overview .staff-wrap {
  width: 100%;
  background-color: #ffffff;
}
.staff-overview .staff-wrap .staff-header {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .staff-overview .staff-wrap .staff-header {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .staff-overview .staff-wrap .staff-list-wrap {
    width: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
    /* Define the thumb style */
  }
  .staff-overview .staff-wrap .staff-list-wrap::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background-color: transparent;
  }
  .staff-overview .staff-wrap .staff-list-wrap::-webkit-scrollbar-thumb {
    background: #C6C6C6;
    border-radius: 2px;
    width: 35px;
  }
}
.staff-overview .staff-wrap .staff-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
}
.staff-overview .staff-wrap .staff-list.first {
  margin-top: 0;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .staff-overview .staff-wrap .staff-list {
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    gap: 24px;
  }
}
.staff-overview .staff-wrap .staff-list .staff {
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.staff-overview .staff-wrap .staff-list .staff .img-and-badge {
  position: relative;
}
.staff-overview .staff-wrap .staff-list .staff .staff-img-wrap {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .staff-overview .staff-wrap .staff-list .staff .staff-img-wrap {
    width: 180px;
    height: 180px;
    margin-left: 24px;
    margin-right: 24px;
  }
}
.staff-overview .staff-wrap .staff-list .staff .staff-img-wrap img {
  width: 100%;
  height: auto;
}
.staff-overview .staff-wrap .staff-list .staff .name-and-job {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.staff-overview .staff-wrap .staff-list .staff .name-and-job .name {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 20px;
}
.staff-overview .staff-wrap .staff-list .staff .name-and-job .job {
  font-weight: normal;
  font-size: 18px;
}
.staff-overview .staff-wrap .staff-list .staff .badges {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.staff-overview .staff-wrap .staff-list .staff .badges .badge {
  position: relative;
}
.staff-overview .staff-wrap .staff-list .staff .badges .badge img {
  height: 40px;
}
.staff-overview .staff-wrap .staff-list .staff .badges .badge .badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "DBUWide";
  font-weight: bold;
  color: #ffffff;
  transform: translateX(-50%) translateY(-60%);
}

.player-stats-module {
  width: 100%;
  background-color: #B50201;
  color: #ffffff;
  display: grid;
  grid-template-columns: 512fr 928fr;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .player-stats-module {
    display: flex;
    flex-direction: column;
  }
}
.player-stats-module .player-img {
  position: relative;
}
.player-stats-module .player-img .profile-img {
  width: 100%;
}
.player-stats-module .module-header {
  background-color: #B50201;
}
.player-stats-module .module-header h1 {
  max-width: 100%;
}
.player-stats-module .team-tournament-stats-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .player-stats-module .team-tournament-stats-content {
    padding-bottom: 64px;
  }
}
.player-stats-module .team-tournament-stats-content .stats-outer-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.player-stats-module .team-tournament-stats-content .stats-wrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
}
.player-stats-module .team-tournament-stats-content .stats-wrap:first-child .player-stats {
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .player-stats-module .team-tournament-stats-content .stats-wrap {
    flex-direction: column;
  }
}
.player-stats-module .team-tournament-stats-content .player-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .player-stats-module .team-tournament-stats-content .player-stats {
    flex-direction: column;
  }
}
.player-stats-module .team-tournament-stats-content .player-stats .player-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 112px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
}
.player-stats-module .team-tournament-stats-content .label {
  font-family: "DBUCondensed";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.player-stats-module .team-tournament-stats-content .stat {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.player-stats-module .team-tournament-stats-content .stat.large {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 64px;
}
@media only screen and (max-width: 1024px) {
  .player-stats-module .team-tournament-stats-content .stat.large {
    font-size: 32px;
  }
}
.player-stats-module .team-tournament-stats-content .victory-stat {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
}
.player-stats-module .team-tournament-stats-content .form-stat {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
  padding-bottom: 24px;
  width: 100%;
}
.player-stats-module .team-tournament-stats-content .form-stat .stat {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 16px;
}
.player-stats-module .team-tournament-stats-content .form-stat .stat .form-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9C0F06;
  font-size: 20px;
  font-family: "DBU";
  font-weight: bold;
}

.players-teammates {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.players-teammates .players-position {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  /* Define the scrollbar style */
}
.players-teammates .players-position .players-header {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .players-teammates .players-position .players-header {
    font-size: 24px;
  }
}
.players-teammates .players-position .slide-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 200ms all;
}
.players-teammates .players-position .slide-left img {
  transform: rotate(180deg);
}
.players-teammates .players-position .slide-left:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .players-teammates .players-position .slide-left {
    display: none;
  }
}
.players-teammates .players-position .slide-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 200ms all;
}
.players-teammates .players-position .slide-right:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .players-teammates .players-position .slide-right {
    display: none;
  }
}
.players-teammates .players-position .players-list-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 64px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
  /* Define the thumb style */
}
.players-teammates .players-position .players-list-wrap::-webkit-scrollbar {
  width: 0px;
  height: 2px;
  background-color: transparent;
}
.players-teammates .players-position .players-list-wrap::-webkit-scrollbar-thumb {
  background: #C6C6C6;
  border-radius: 2px;
  width: 35px;
}
.players-teammates .players-position .players-list {
  display: flex;
  flex-direction: row;
  width: fit-content;
  flex-wrap: nowrap;
}
.players-teammates .players-position .players-list .player {
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 400px;
}
@media only screen and (max-width: 1024px) {
  .players-teammates .players-position .players-list .player {
    width: 340px;
  }
}
.players-teammates .players-position .players-list .player:hover:not(.no-hover) .player-img-wrap {
  opacity: 0.6;
}
.players-teammates .players-position .players-list .player .player-img-wrap {
  width: 100%;
  aspect-ratio: 6/5;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-position: top center;
  transition: ease-in-out 200ms all;
}
.players-teammates .players-position .players-list .player .name-and-club {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.players-teammates .players-position .players-list .player .name-and-club .name {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 20px;
}
.players-teammates .players-position .players-list .player .name-and-club .club {
  font-weight: normal;
  font-size: 18px;
}
.players-teammates .players-position .players-list .player .badges {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.players-teammates .players-position .players-list .player .badges .badge {
  position: relative;
}
.players-teammates .players-position .players-list .player .badges .badge img {
  height: 48px;
}
.players-teammates .players-position .players-list .player .badges .badge .badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "DBUWide";
  font-weight: bold;
  color: #ffffff;
  transform: translateX(-50%) translateY(-60%);
}

.module-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 200ms ease-in-out all;
  background-color: transparent;
}
.module-overlay img {
  -webkit-mask-image: linear-gradient(to bottom, transparent 45%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 45%, black 100%);
  height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 100%;
}

.module-overlay-hover:hover .module-overlay {
  background-color: rgba(201, 11, 14, 0.231372549);
}
.module-overlay-hover:hover .module-overlay img {
  /*-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 100%);*/
}

.video-album {
  width: 100%;
  position: relative;
}
.video-album h1 {
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 60%;
  margin-top: 64px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 0;
}
.video-album .slide-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 200ms all;
}
.video-album .slide-left img {
  transform: rotate(180deg);
}
.video-album .slide-left:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .video-album .slide-left {
    display: none;
  }
}
.video-album .slide-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 200ms all;
}
.video-album .slide-right:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .video-album .slide-right {
    display: none;
  }
}
.video-album .video-album-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  aspect-ratio: 3/1;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .video-album .video-album-inner {
    aspect-ratio: 1/1;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}
.video-album .video-album-inner .video-album-item {
  color: #ffffff;
  position: relative;
  /*flex-grow:1;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .video-album .video-album-inner .video-album-item {
    aspect-ratio: 300/375;
    width: 80%;
  }
}
.video-album .video-album-inner .video-album-item .video-album-thumb {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-album .video-album-inner .video-album-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  height: 64px;
  width: 64px;
  /*  border-radius: 50%;
  background-color: $color--red-light;*/
  z-index: 2;
}
.video-album .video-album-inner .video-album-item .album-title {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 20px;
  width: 100%;
  font-weight: bold;
}

.user-wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}
.user-wrap.show {
  display: block;
}
.user-wrap .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 47%;
  background-color: #ffffff;
  z-index: 100;
  /*a{
       text-transform:uppercase;
       font-weight:bold;
       cursor:pointer;
       color:$color--red-light;
   }*/
}
.user-wrap .logo img {
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 64px;
}
@media only screen and (max-width: 1023px) {
  .user-wrap .logo img {
    height: 48px;
  }
}

.login-view {
  height: 100%;
  grid-template-columns: 1fr 1fr;
  background-color: transparent;
  display: grid;
  overflow: auto;
}
@media only screen and (max-width: 1439px) {
  .login-view {
    font-size: 14px;
  }
  .login-view form[name=formLogin] {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .login-view {
    grid-template-columns: 1fr;
  }
}
.login-view .left {
  position: relative;
  padding: 60px;
  padding-top: 140px;
  z-index: 50;
}
@media only screen and (max-width: 1023px) {
  .login-view .left {
    padding: 110px 20px 60px 20px;
  }
}
.login-view .left .login-view-content h1 {
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1279px) {
  .login-view .left .login-view-content h1 {
    font-size: 32px;
  }
}
.login-view .left .login-view-content p.sub-header {
  padding-bottom: 30px;
  font-size: 24px;
  margin-bottom: 2rem;
}
.login-view .left .login-view-content p.sub-header a {
  font-weight: bold;
  color: #FD0000;
  text-transform: uppercase;
  border-bottom: 2px solid #FD0000;
  padding-bottom: 4px;
  margin-bottom: -4px;
  margin-left: 8px;
  cursor: pointer;
}
.login-view .left .login-view-content .checkmark-list {
  font-family: "DBU";
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin-bottom: 4rem;
  color: #1D1D1D;
}
.login-view .left .login-view-content .checkmark-list li {
  position: relative;
  padding-left: 3rem; /* Space for the checkmark */
  margin-bottom: 15px;
  font-size: 24px;
}
.login-view .left .login-view-content .checkmark-list li::before {
  content: "✓"; /* Unicode for checkmark */
  color: #1D1D1D;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.login-view .left .login-view-content .login-form {
  margin-left: -15px;
  margin-right: -15px;
}
.login-view .left .login-view-content .member-mini-list {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.login-view .left .login-view-content .member-mini-list .grey, .login-view .left .login-view-content .member-mini-list .red {
  padding: 1rem 2rem;
  margin: 1rem 0rem;
}
.login-view .left .login-view-content .member-mini-list .grey {
  background-color: #EDEDED;
  color: #FD0000;
}
.login-view .left .login-view-content .member-mini-list .red {
  background-color: #FD0000;
  color: #ffffff;
}
.login-view .right {
  /*        position: absolute;
          top: 0px;
          right: 0px;
          width: 50%;
          height: 100%;
          z-index: 25;
  */
}
@media only screen and (max-width: 1023px) {
  .login-view .right {
    display: none;
  }
}
.login-view .right .login-view-image {
  background-color: #9C0F06;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 50%;
  background-size: cover;
  z-index: -1;
}

.pt-0 {
  padding-top: 0px;
}

.info-wrapper {
  width: 100%;
}
.info-wrapper .info-container {
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  /*Remove arrows*/
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.info-wrapper .info-container h1 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}
.info-wrapper .info-container h1 span {
  position: absolute;
  font-size: 24px;
  right: 0px;
  top: 0px;
  color: #FD0000;
  text-transform: none;
}
.info-wrapper .info-container h1 span:hover {
  cursor: pointer;
}
.info-wrapper .info-container .col-6 {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.info-wrapper .info-container .col-4 {
  width: 33.333%;
  display: flex;
  flex-direction: column;
}
.info-wrapper .info-container .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.info-wrapper .info-container a.link, .info-wrapper .info-container a.link-upper {
  color: #FD0000 !important;
  text-decoration: underline;
}
.info-wrapper .info-container a.link-upper {
  text-transform: uppercase;
}
.info-wrapper .info-container div.form-item {
  width: 100%;
  position: relative;
}
.info-wrapper .info-container div.form-item .clear-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-wrapper .info-container input [type=text],
.info-wrapper .info-container input[type=email],
.info-wrapper .info-container input[type=password],
.info-wrapper .info-container input[type=number] {
  max-width: 100%;
}
.info-wrapper .info-container input::-webkit-outer-spin-button,
.info-wrapper .info-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.info-wrapper .info-container input[type=number] {
  -moz-appearance: textfield;
}
.info-wrapper .info-container label.checkbox {
  display: flex;
}
.info-wrapper .info-container::after {
  height: 2rem;
  width: calc(100% + 48px + 48px);
  background-color: #F8F8F8;
  margin-left: -48px;
}

i.grey {
  color: #EDEDED;
  text-decoration: none;
}

.grey-line {
  height: 2rem;
  width: calc(100% + 48px + 48px);
  background-color: #F8F8F8;
  margin-left: -48px;
}

.d-none {
  display: none;
}

.userVideo-wrapper {
  width: 100%;
  /*ensure update*/
}
.userVideo-wrapper .video-text-above {
  position: absolute;
  z-index: 2;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .userVideo-wrapper .video-text-above {
    font-size: 14px;
  }
}
.userVideo-wrapper .picture {
  position: relative;
}
.userVideo-wrapper .picture button {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 94px);
  width: 188px;
  height: 48px;
  display: inline-block;
  padding-left: 30px;
  padding-top: 6px;
  z-index: 2;
  display: inline-block;
}
.userVideo-wrapper .picture button img {
  position: absolute;
  top: 12px;
  left: 38px;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.userVideo-wrapper .picture img {
  width: 100%;
}

.players-statistics-list {
  width: 100%;
}
.players-statistics-list .filters-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .filters-container {
    padding: 24px;
    flex-direction: column;
  }
}
.players-statistics-list .filters-container .sorting-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.players-statistics-list .module-header {
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .module-header {
    padding: 0 24px;
    margin-bottom: 20px;
  }
}
.players-statistics-list .content .player-list-wrap .player-list-header {
  display: none;
  color: #878787;
  font-family: "DBUCondensed";
  text-transform: uppercase;
  padding: 32px 24px 16px 0;
}
.players-statistics-list .content .player-list-wrap .player-list-header.active {
  display: grid;
  grid-template-columns: 6fr 3fr 3fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list-header.active {
    display: none;
  }
}
.players-statistics-list .content .player-list-wrap .player-list .player {
  display: grid;
  grid-template-columns: 6fr 3fr 3fr 1fr;
  border-top: 1px solid #EDEDED;
  padding: 32px 24px 32px 0;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list .player {
    grid-template-columns: 2fr 3fr 1fr;
    padding: 32px 20px;
    justify-content: center;
    row-gap: 16px;
    align-items: flex-start;
  }
}
.players-statistics-list .content .player-list-wrap .player-list .player .name, .players-statistics-list .content .player-list-wrap .player-list .player .matches, .players-statistics-list .content .player-list-wrap .player-list .player .goals, .players-statistics-list .content .player-list-wrap .player-list .player .poty {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list .player .name, .players-statistics-list .content .player-list-wrap .player-list .player .matches, .players-statistics-list .content .player-list-wrap .player-list .player .goals, .players-statistics-list .content .player-list-wrap .player-list .player .poty {
    justify-content: flex-start;
  }
}
.players-statistics-list .content .player-list-wrap .player-list .player .name .image, .players-statistics-list .content .player-list-wrap .player-list .player .matches .image, .players-statistics-list .content .player-list-wrap .player-list .player .goals .image, .players-statistics-list .content .player-list-wrap .player-list .player .poty .image {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  flex: 0 0 auto;
  background-color: #C6C6C6;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list .player .matches, .players-statistics-list .content .player-list-wrap .player-list .player .goals, .players-statistics-list .content .player-list-wrap .player-list .player .poty {
    flex-direction: column;
    gap: 0px;
    font-size: 14px;
    align-items: flex-start;
  }
  .players-statistics-list .content .player-list-wrap .player-list .player .matches label, .players-statistics-list .content .player-list-wrap .player-list .player .goals label, .players-statistics-list .content .player-list-wrap .player-list .player .poty label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list .player .name {
    grid-column: 1/span 3;
  }
}
.players-statistics-list .content .player-list-wrap .player-list .player > div {
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list .player > div {
    display: flex;
    justify-content: center;
    padding-right: 0;
    flex-direction: column;
  }
}
.players-statistics-list .content .player-list-wrap .player-list .player > div label {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #C6C6C6;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .players-statistics-list .content .player-list-wrap .player-list .player > div label {
    display: flex;
  }
}
.players-statistics-list .content .player-list-wrap .load-more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.players-statistics-list .content .player-list-wrap .load-more > div {
  color: #FD0000;
  border-bottom: 1px solid #FD0000;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.graf-container {
  width: 100%;
}
.graf-container h1 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}
.graf-container canvas {
  width: 100%;
}

.attened-matches-container {
  width: 100%;
  font-size: 20px;
}
.attened-matches-container h1 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}
.attened-matches-container table {
  width: 100% !important;
}
.attened-matches-container table td {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid grey;
}
.attened-matches-container table td.points {
  color: red;
  text-align: right;
  font-weight: bold;
}
.attened-matches-container table td.center {
  text-align: center;
}
.attened-matches-container table a {
  color: red;
  text-decoration: underline;
}
.attened-matches-container table img {
  height: 20px;
  width: 20px;
  border-radius: 10px 10px;
}

.ranking-wrap {
  width: 100%;
  text-transform: uppercase;
}
.ranking-wrap h1 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}
.ranking-wrap .ranking-container {
  flex-direction: column;
}
.ranking-wrap .ranking-container .ranking-row {
  display: grid;
  /* flex-direction: row; */
  grid-template-columns: 3fr 3fr;
  grid-gap: 0px;
  align-items: center;
  border-top: 1px solid #C6C6C6;
  padding: 32px 24px;
  /* padding: 0 24px; */
  transition: 200ms ease-in-out all;
  background-color: #EDEDED;
}
.ranking-wrap .ranking-container .ranking-row h2 {
  font-size: 36px;
}
.ranking-wrap .ranking-container .ranking-row padding {
  text-transform: initial;
}
.ranking-wrap .ranking-container .ranking-row .ranking-col-left {
  text-align: left;
}
.ranking-wrap .ranking-container .ranking-row .ranking-col-right {
  text-align: right;
}
.ranking-wrap .ranking-container .ranking-row .ranking-points {
  font-weight: bold;
}
.ranking-wrap .ranking-container .current {
  background-color: #C90B0E;
  color: #ffffff;
}

.player-honor-module {
  width: 100%;
}
.player-honor-module h1 {
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 60%;
  margin: 0;
  padding: 0;
}
.player-honor-module .player-honor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 48px;
}
.player-honor-module .player-honor-list .player-honor-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: 33.333%;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .player-honor-module .player-honor-list .player-honor-item {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .player-honor-module .player-honor-list .player-honor-item {
    flex-basis: 100%;
  }
}
.player-honor-module .player-honor-list .player-honor-item .player-honor-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem 0rem;
}
.player-honor-module .player-honor-list .player-honor-item .player-honor-content .honor-img {
  height: 18px;
  margin-right: 8px;
}
.player-honor-module .player-honor-list .player-honor-item .player-honor-content .honor-text {
  font: DBU;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.finals-numbers-module {
  width: 100%;
}
.finals-numbers-module .finals-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 48px;
}
.finals-numbers-module .finals-list .finals-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: 50%;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .finals-numbers-module .finals-list .finals-item {
    flex-basis: 100%;
  }
}
.finals-numbers-module .finals-list .finals-item .finals-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem 0rem;
  font: DBU;
  font-weight: bold;
  font-size: 24px;
}
.finals-numbers-module .finals-list .finals-item .finals-content .count, .finals-numbers-module .finals-list .finals-item .finals-content .name {
  padding-top: 8px;
}
.finals-numbers-module .finals-list .finals-item .finals-content .count {
  height: 48px;
  width: 48px;
  background-color: #C90B0E;
  color: #ffffff;
  border-radius: 48px;
  margin-right: 8px;
  text-align: center;
}
.finals-numbers-module .finals-list .finals-item .finals-content .name {
  text-transform: uppercase;
}

.match-summary-wrap {
  text-transform: uppercase;
  width: 100%;
  padding: 30px;
  border-spacing: 0px;
}
.match-summary-wrap h2 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
  padding-bottom: 24px;
}
.match-summary-wrap .summary-desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .match-summary-wrap .summary-desktop {
    display: none;
  }
}
.match-summary-wrap .summary-desktop table {
  width: 100%;
  border-spacing: 0px;
}
@media only screen and (max-width: 1279px) {
  .match-summary-wrap .summary-desktop table {
    padding: 10px;
  }
}
.match-summary-wrap .summary-desktop table thead {
  font-family: "DBU";
  font-size: 16px;
  font-weight: normal;
  color: #C6C6C6;
}
.match-summary-wrap .summary-desktop table thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
  border-bottom: 1px solid #EDEDED;
}
.match-summary-wrap .summary-desktop table tbody {
  font-weight: bold;
}
.match-summary-wrap .summary-desktop table tbody tr td {
  padding-top: 32px;
  padding-bottom: 24px;
  border: 0px;
  border-bottom: 1px solid #EDEDED;
  text-align: center;
}
.match-summary-wrap .summary-desktop table tbody .team {
  font-size: 20px;
}
.match-summary-wrap .summary-desktop table .team {
  text-align: left !important;
}
.match-summary-wrap .summary-desktop table .fact {
  width: 110px;
}
@media only screen and (max-width: 1279px) {
  .match-summary-wrap .summary-desktop table .fact {
    width: 85px;
  }
}
.match-summary-wrap .summary-desktop table tr.last-row td {
  border-bottom: 0px;
}
.match-summary-wrap .summary-mobile {
  display: none;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .match-summary-wrap .summary-mobile {
    display: flex;
  }
}
.match-summary-wrap .summary-mobile .mobile-sub-header {
  position: relative;
  font-family: "DBUWide";
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  padding-bottom: 0px;
}
.match-summary-wrap .summary-mobile .summary-row {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}
.match-summary-wrap .summary-mobile .summary-row .head, .match-summary-wrap .summary-mobile .summary-row .fact {
  width: 40%;
  padding: 0px 10px;
}
.match-summary-wrap .summary-mobile .summary-row .head {
  color: #C6C6C6;
  text-align: right;
}
.match-summary-wrap .summary-mobile .summary-row .fact {
  text-align: left;
}
.match-summary-wrap .summary-mobile .last-row {
  margin-bottom: 20px;
}
.match-summary-wrap .summary-mobile .summary-col {
  display: flex;
  flex-direction: column;
}

.player-clubs-wrap {
  text-transform: uppercase;
  width: 100%;
  padding: 30px;
}
.player-clubs-wrap h2 {
  position: relative;
  font-family: "DBUWide";
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
  padding-bottom: 24px;
}
.player-clubs-wrap h2.thin {
  font-weight: normal !important;
  font-family: "DBU";
}
.player-clubs-wrap .clubs .desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .player-clubs-wrap .clubs .desktop {
    display: none;
  }
}
.player-clubs-wrap .clubs .desktop table {
  width: 100%;
  border-spacing: 0px;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .player-clubs-wrap .clubs .desktop table {
    padding: 10px;
  }
}
.player-clubs-wrap .clubs .desktop table thead {
  font-family: "DBU";
  font-size: 16px;
  font-weight: normal;
  color: #C6C6C6;
}
.player-clubs-wrap .clubs .desktop table thead tr th {
  padding: 10px 0px;
  border: 0px;
  border-bottom: 1px solid #EDEDED;
}
.player-clubs-wrap .clubs .desktop table tbody {
  font-family: "DBU";
  font-size: 14px;
  font-weight: normal;
}
.player-clubs-wrap .clubs .desktop table tbody tr td {
  padding-top: 32px;
  padding-bottom: 24px;
  border: 0px;
  border-bottom: 1px solid #EDEDED;
}
.player-clubs-wrap .clubs .desktop table tbody tr .team {
  font-weight: bold;
}
.player-clubs-wrap .clubs .desktop table .team {
  width: 50%;
  font-weight: bolder;
  font-size: 20px;
  font-weight: bold;
}
.player-clubs-wrap .clubs .desktop table .country {
  width: 25%;
}
.player-clubs-wrap .clubs .desktop table .fact {
  width: 25%;
}
.player-clubs-wrap .clubs .desktop table tr.last-row td {
  border-bottom: 0px;
}
.player-clubs-wrap .clubs .mobile {
  display: none;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .player-clubs-wrap .clubs .mobile {
    display: flex;
  }
}
.player-clubs-wrap .clubs .mobile .club {
  margin-bottom: 24px;
}
.player-clubs-wrap .clubs .mobile .club h3 {
  font-size: 24px;
}
.player-clubs-wrap .clubs .mobile .club .info {
  font-size: 16px;
}
.player-clubs-wrap .club-list-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 0px;
}
.player-clubs-wrap .club-list-buttons .club-list-button {
  color: #FD0000;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 3px solid #FD0000;
  padding-bottom: 4px;
  width: fit-content;
}

@media only screen and (min-width: 1025px) {
  .col-6 .hero, .col-4 .hero, .col-3 .hero {
    aspect-ratio: 720/410;
  }
}

.hero {
  /*height: 410px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 16px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1600/900;
  background-color: #9C0F06;
}
@media only screen and (max-width: 1024px) {
  .hero {
    aspect-ratio: 375/432;
    padding-top: 4rem;
  }
}
.hero a {
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.hero .text-wrap {
  height: 100%;
  width: 100%;
  display: flex;
}
.hero .text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 64px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 90%;
  z-index: 3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .hero .text {
    font-size: 24px;
    left: 50%;
    transform: translateX(-50%);
    /*word-break: break-all;*/
  }
}
.hero iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.school-map {
  width: 100%;
}
.school-map h1 {
  font-family: "DBUWide";
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-top: 64px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-bottom: 1px #EDEDED solid;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .school-map h1 {
    font-size: 24px;
    line-height: unset;
  }
}
.school-map h1 .thin {
  font-weight: 400;
}
.school-map .filter {
  padding: 32px 24px 32px 24px;
  gap: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.school-map .filter .filter-button {
  padding: 8px 12px 8px 24px;
  gap: 8px;
  background-color: #F8F8F8;
  position: relative;
  /* input:not(:placeholder-shown){
          color:$color--red-dbu;
      }*/
}
.school-map .filter .filter-button embed {
  position: absolute;
  top: 10px;
  left: 16px;
  height: 24px;
  width: 24px;
}
.school-map .filter .filter-button embed .fill-group, .school-map .filter .filter-button embed svg, .school-map .filter .filter-button embed img {
  fill: #1D1D1D;
}
.school-map .filter .filter-button .fill-group, .school-map .filter .filter-button svg, .school-map .filter .filter-button img {
  position: absolute;
  top: 10px;
  left: 16px;
  height: 24px;
  width: 24px;
  fill: #1D1D1D;
}
.school-map .filter .filter-button input, .school-map .filter .filter-button label, .school-map .filter .filter-button select {
  padding-left: 24px;
  font-family: DBU;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  background: none;
  border: none;
}
.school-map .filter .filter-button select {
  height: 32px;
}
.school-map .filter .selected embed {
  filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(4678%) hue-rotate(350deg) brightness(75%) contrast(111%);
}
.school-map .filter .selected label {
  color: #C90B0E;
}
.school-map .filter .selected input, .school-map .filter .selected select {
  color: #C90B0E;
}
.school-map .filter .map-list-button {
  padding: 8px 0px 8px 0px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .school-map .filter .map-list-button {
    display: none;
  }
}
.school-map .filter .map-list-button img {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 24px;
  width: 24px;
  fill: #FD0000;
}
.school-map .filter .map-list-button label {
  padding-left: 32px;
  font-family: DBU;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #FD0000;
  cursor: pointer;
}
.school-map .map-list-tap {
  display: flex;
  min-height: 100px;
  width: 100%;
}
.school-map .map-list-tap .map-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50vh;
  min-height: 420px;
  background-color: lightblue;
}
@media only screen and (max-width: 1024px) {
  .school-map .map-list-tap .map-container {
    height: calc(100vh - 100px);
    min-height: 0;
  }
}
.school-map .map-list-tap .map-container #map {
  width: 100%;
  height: 100%;
}
.school-map .map-list-tap .map-container #map .info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.school-map .map-list-tap .map-container #map .info-name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}
.school-map .map-list-tap .map-container #map .columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  gap: 30px;
}
.school-map .map-list-tap .map-container #map .left-column {
  flex: 1;
  text-align: left;
  margin-left: 8px;
}
.school-map .map-list-tap .map-container #map .left-column .period-header {
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  margin-bottom: 6px;
}
.school-map .map-list-tap .map-container #map .left-column .period {
  margin-bottom: 24px;
}
.school-map .map-list-tap .map-container #map .left-column .year-span {
  margin-bottom: 8px;
}
.school-map .map-list-tap .map-container #map .left-column .gender {
  margin-bottom: 8px;
}
.school-map .map-list-tap .map-container #map .right-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.school-map .map-list-tap .map-container #map .right-column .price {
  margin-top: 23.5px;
}
.school-map .map-list-tap .map-container #map .right-column .signup-button {
  margin-top: 14px;
  background-color: #FD0000;
  color: #ffffff;
  padding: 12px 8px;
  font-weight: bold;
  margin-top: 40px;
}
.school-map .map-list-tap .map-container #map .right-column .waiting-list-button {
  margin-top: 14px;
  background-color: #FD0000;
  color: #ffffff;
  padding: 12px 8px;
  font-weight: bold;
  margin-top: 40px;
}
.school-map .map-list-tap .map-container #map .map-pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.school-map .map-list-tap .map-container #map .map-pin svg {
  display: inline-block;
}
.school-map .map-list-tap .map-container #map .map-pin .text-map-pin {
  display: none;
  background-color: #ffffff;
  padding: 4px 16px 4px 16px;
  border: 1px solid #EDEDED;
  font: "DBU";
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}
.school-map .map-list-tap .map-container #map .close svg {
  display: none;
}
.school-map .map-list-tap .map-container #map .close .text-map-pin {
  display: inline-block;
}
.school-map .map-list-tap .map-container #map .available {
  color: #44883e;
}
.school-map .map-list-tap .map-container #map .few {
  color: #F9BE00;
}
.school-map .map-list-tap .map-container #map .sold-out {
  color: #B50201;
}
.school-map .map-list-tap .map-container #noMatchesModal {
  display: none;
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.school-map .map-list-tap .map-container #noMatchesModal .modal-content .modal-header {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.school-map .map-list-tap .map-container #noMatchesModal .modal-content .modal-text {
  font-size: 18px;
}
.school-map .map-list-tap .map-container .map-list-selector-mobile-container {
  position: sticky;
  width: 100%;
  bottom: 0px;
  z-index: 1000;
  background: #FD0000;
  display: none;
  height: 56px;
  background-color: #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .school-map .map-list-tap .map-container .map-list-selector-mobile-container {
    display: flex;
  }
}
.school-map .map-list-tap .map-container .map-list-selector-mobile-container .map-list-button-mobile {
  padding-left: 24px;
  width: 100%;
  display: none;
  cursor: pointer;
  gap: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.school-map .map-list-tap .map-container .map-list-selector-mobile-container .map-list-button-mobile img {
  height: 24px;
  width: 24px;
  fill: #FD0000;
}
.school-map .map-list-tap .map-container .map-list-selector-mobile-container .map-list-button-mobile label {
  font-size: 16px;
  font-weight: bold;
}
.school-map .map-list-tap .map-container .map-list-selector-mobile-container .map-list-button-mobile.active {
  display: flex;
}
.school-map .map-list-tap .map-container .map-list-selector-mobile-container .map-list-button-mobile.active label {
  color: #FD0000;
}
.school-map .map-list-tap .map-container .no-cookies, .school-map .map-list-tap .map-container .no-school-results, .school-map .map-list-tap .map-container .no-club-results {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.school-map .map-list-tap .map-container .no-cookies h1, .school-map .map-list-tap .map-container .no-school-results h1, .school-map .map-list-tap .map-container .no-club-results h1 {
  font-family: "DBU";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  border: 0px;
  font-weight: 700;
  margin: 24px;
}
.school-map .map-list-tap .map-container .no-cookies p, .school-map .map-list-tap .map-container .no-school-results p, .school-map .map-list-tap .map-container .no-club-results p {
  font-family: "DBU";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  border: 0px;
  font-weight: 400;
  padding: 0px 24px 24px 24px;
}
.school-map .map-list-tap .map-container .no-cookies a, .school-map .map-list-tap .map-container .no-school-results a, .school-map .map-list-tap .map-container .no-club-results a {
  display: inline-block;
  font-family: "DBU";
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  color: #C90B0E;
  padding: 0px 24px 24px 24px;
}
.school-map .map-list-tap .map-container .show {
  display: inline-block;
}
.school-map .map-list-tap .map-container .content {
  display: flex;
  flex-flow: row;
  padding: 24px 24px 24px 24px;
  gap: 24px;
}
.school-map .map-list-tap .map-container .content .cirkel {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-basis: 1;
  font-family: "DBU";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 24px;
}
.school-map .map-list-tap .map-container .content .cirkel img {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 16px;
  width: 16px;
}
.school-map .map-list-selector {
  display: none;
}
.school-map .active {
  display: inline-block;
}
.school-map .map-list-selector-mobile-container {
  position: sticky;
  width: 100%;
  bottom: 0px;
  z-index: 1000;
  background: #FD0000;
  display: none;
  height: 56px;
  background-color: #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .school-map .map-list-selector-mobile-container {
    display: flex;
  }
}
.school-map .map-list-selector-mobile-container .map-list-button-mobile {
  width: 100%;
  padding-left: 24px;
  display: none;
  cursor: pointer;
  gap: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.school-map .map-list-selector-mobile-container .map-list-button-mobile img {
  height: 24px;
  width: 24px;
  fill: #FD0000;
}
.school-map .map-list-selector-mobile-container .map-list-button-mobile label {
  font-size: 16px;
  font-weight: bold;
}
.school-map .map-list-selector-mobile-container .map-list-button-mobile.active {
  display: flex;
}
.school-map .map-list-selector-mobile-container .map-list-button-mobile.active label {
  color: #FD0000;
}

.clothes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .clothes {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin: 24px;
  }
}
.clothes .clothes-item {
  background-color: #F8F8F8;
  padding: 48px;
  align-self: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item {
    padding: 24px;
  }
}
.clothes .clothes-item img {
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item img {
    height: 24px;
    width: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item .image {
    width: 10%;
    display: inline;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item .container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item .textBox {
    display: flex;
    flex-direction: column;
  }
}
.clothes .clothes-item .title {
  color: #C90B0E;
  font-family: "DBUWide";
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item .title {
    display: inline;
    font-size: 16px;
  }
}
.clothes .clothes-item .description {
  color: #C90B0E;
  font-family: "DBUWide";
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .clothes .clothes-item .description {
    font-size: 16px;
    margin-top: 8px;
  }
}

.dbuInNumbers {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers {
    flex-direction: column;
    margin-left: 2%;
    margin-bottom: 20px;
  }
}
.dbuInNumbers .flexbox-left {
  flex: 1;
  margin-top: 20px;
  font-family: "DBUWide";
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-left {
    margin-bottom: 5%;
  }
}
.dbuInNumbers .flexbox-left .title {
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-left .title {
    font-size: 24px;
  }
}
.dbuInNumbers .flexbox-left .year {
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-left .year {
    font-size: 24px;
  }
}
.dbuInNumbers .flexbox-right {
  flex: 1;
  font-family: "DBUWide";
}
.dbuInNumbers .flexbox-right .players {
  font-weight: 700;
  font-size: 124px;
  height: 22%;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-right .players {
    font-size: 64px;
  }
}
.dbuInNumbers .flexbox-right .playersText {
  font-size: 18px;
  height: 10%;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-right .playersText {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.dbuInNumbers .flexbox-right .coaches {
  font-weight: 700;
  font-size: 124px;
  height: 22%;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-right .coaches {
    font-size: 64px;
  }
}
.dbuInNumbers .flexbox-right .coachesText {
  font-size: 18px;
  height: 10%;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-right .coachesText {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.dbuInNumbers .flexbox-right .managers {
  font-weight: 700;
  font-size: 124px;
  height: 22%;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-right .managers {
    font-size: 64px;
  }
}
.dbuInNumbers .flexbox-right .managersText {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .dbuInNumbers .flexbox-right .managersText {
    font-size: 16px;
  }
}

.pricelistItems {
  width: 100%;
}
.pricelistItems .pricelistHeader {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-direction: row;
  padding: 24px;
}
.pricelistItems .pricelistHeader .container {
  display: flex;
  width: 100%;
  font-family: "DBUWide";
}
.pricelistItems .pricelistHeader .container .column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}
.pricelistItems .pricelistHeader .container .durationTitle {
  font-size: 16px;
  color: #878787;
}
.pricelistItems .pricelistHeader .container .basicPriceTitle {
  font-size: 16px;
  color: #878787;
}
.pricelistItems .pricelistHeader .container .amountToClubTitle {
  font-size: 16px;
  color: #878787;
}
.pricelistItems .pricelist-Item {
  display: flex;
  flex-direction: row;
  align-self: center;
  margin: 24px;
  border-bottom: 1px solid #EDEDED;
}
.pricelistItems .pricelist-Item .container {
  display: flex;
  width: 100%;
  align-self: center;
}
.pricelistItems .pricelist-Item .container .column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}
.pricelistItems .pricelist-Item .container .duration {
  font-weight: bold;
  font-size: 20px;
}
.pricelistItems .pricelist-Item .container .basicPrice {
  font-size: 14px;
}
.pricelistItems .pricelist-Item .container .amountToClub {
  font-size: 14px;
}

.club-info-title {
  font-size: 48px;
  margin-top: 64px;
  margin-left: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .club-info-title {
    font-size: 24px;
  }
}

.schools {
  width: 100%;
  flex-basis: unset !important;
}
@media only screen and (max-width: 1024px) {
  .schools {
    width: calc(100% - 24px);
    margin-left: 24px;
    margin-bottom: 24px;
    background-color: #ffffff;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.schools .club-info-header {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-direction: row;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .schools .club-info-header {
    display: none;
  }
}
.schools .club-info-header .container {
  display: flex;
  width: 100%;
  font-family: "DBUWide";
}
@media only screen and (max-width: 1024px) {
  .schools .club-info-header .container {
    display: flex;
    flex-direction: column;
  }
}
.schools .club-info-header .column {
  flex: 1;
  box-sizing: border-box;
}
.schools .club-info-header .period-title {
  min-width: 268px;
}
.schools .club-info-header .only-for-club-members-title {
  margin-right: 45px;
  min-width: 160px;
}
.schools .school-item {
  display: flex;
  flex-direction: row;
  align-self: center;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: none;
    height: 396px;
    width: 326px;
  }
}
.schools .school-item .container {
  display: flex;
  width: 100%;
  align-items: center;
  align-self: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container {
    height: 396px;
    width: 326px;
    display: grid;
    grid-template-columns: 163px 163px;
    margin-right: 16px;
    padding-top: 32px;
    background-color: #F8F8F8;
  }
}
.schools .school-item .container .column {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .column {
    grid-column: 1/span 2;
  }
}
.schools .school-item .container .period {
  font-size: 20px;
  font-weight: bold;
  min-width: 268px;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .period {
    order: 4;
    font-size: 16px;
    align-self: flex-start;
    margin-left: 32px;
  }
}
.schools .school-item .container .only-for-club-members {
  font-size: 12px;
  color: #C6C6C6;
  min-width: 160px;
  margin-right: 45px;
}
.schools .school-item .container .year-span {
  font-size: 14px;
  font-weight: bold;
}
.schools .school-item .container .year-span .mobile-year-span {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .year-span .mobile-year-span {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .year-span {
    order: 3;
    align-self: flex-start;
    margin-bottom: 24px;
    margin-left: 32px;
  }
}
.schools .school-item .container .gender {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .gender {
    order: 1;
    align-self: flex-start;
    margin-left: 32px;
  }
}
.schools .school-item .container .price {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .price {
    order: 5;
    grid-column: 1/span 1;
    margin-left: 32px;
  }
}
.schools .school-item .container .status .less-than-1-available {
  font-family: "DBU";
  display: inline-block;
  padding: 8px;
  background-color: #565656;
  color: #ffffff;
  font-size: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.7px;
}
.schools .school-item .container .status .few-available {
  font-family: "DBU";
  display: inline-block;
  padding: 8px;
  background-color: #7E0F06;
  color: #ffffff;
  font-size: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .status {
    order: 7;
    grid-column: 2/span 1;
    justify-content: end;
    margin-right: 32px;
    height: 31px;
  }
}
.schools .school-item .container .location {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .location {
    display: none;
  }
}
.schools .school-item .container .see-more-button {
  padding-top: 0px !important;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .see-more-button {
    order: 7;
    margin-left: 32px;
    margin-right: 32px;
  }
}
.schools .school-item .container .see-more-button .see-more {
  display: inline-flex;
  background-color: #FD0000;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .schools .school-item .container .see-more-button .see-more {
    width: 100%;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 48px;
  }
}

.school-header {
  background-color: #7E0F06;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .school-header {
    justify-content: center;
    align-items: center;
  }
}
.school-header .container {
  display: flex;
  height: 300px;
  width: 100%;
  padding: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .school-header .container {
    height: 168px;
  }
}
.school-header .container .period {
  font-family: "DBU";
  color: #ffffff;
  font-size: 64px;
  align-self: flex-end;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .school-header .container .period {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
  }
}
.school-header .container .only-club-members {
  font-family: "DBU";
  color: #ffffff;
  align-content: flex-end;
  align-self: end;
}

.school-settings {
  width: 100%;
}
.school-settings .school-settings-header {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-header {
    display: none;
  }
}
.school-settings .school-settings-header .header-container {
  display: flex;
  width: 100%;
  font-family: "DBUWide";
}
.school-settings .school-settings-header .header-container .register-title {
  min-width: 275px;
}
.school-settings .school-settings-header .row {
  flex: 1;
  box-sizing: border-box;
}
.school-settings .school-settings-content {
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
  }
}
.school-settings .school-settings-content .content-container {
  display: flex;
  align-items: center;
  align-self: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container {
    align-self: start;
    display: grid;
    grid-template-columns: 1fr 12fr;
    margin-left: 24px;
    padding-bottom: 64px;
  }
}
.school-settings .school-settings-content .content-container .row {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .row {
    grid-column: 1/span 2;
  }
}
.school-settings .school-settings-content .content-container .year-span {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .year-span {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.school-settings .school-settings-content .content-container .year-span .year-span-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .year-span .year-span-mobile {
    display: flex;
    margin-right: 5px;
  }
}
.school-settings .school-settings-content .content-container .gender {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .gender {
    order: -1;
    margin-bottom: 8px;
    padding-top: 64px;
  }
}
.school-settings .school-settings-content .content-container .only-for-members {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .only-for-members {
    display: flex;
    color: #878787;
    font-size: 16px;
    margin-bottom: 64px;
    grid-column: 1/span 2;
  }
}
.school-settings .school-settings-content .content-container .price {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .price {
    grid-column: 1/span 1;
  }
}
.school-settings .school-settings-content .content-container .status .less-than-1-available {
  font-family: "DBU";
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #565656;
  color: #ffffff;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.7px;
}
.school-settings .school-settings-content .content-container .status .few-available {
  font-family: "DBU";
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #7E0F06;
  color: #ffffff;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .status {
    grid-column: 2/span 1;
    justify-content: end;
    margin-right: 32px;
    height: 31px;
    margin-bottom: 0px;
  }
}
.school-settings .school-settings-content .content-container .register-button {
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .school-settings .school-settings-content .content-container .register-button {
    display: none;
  }
}
.school-settings .school-settings-content .content-container .register-button .register {
  width: 275px;
  background-color: #FD0000;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.school-info {
  width: 100%;
}
.school-info .school-info-header .header-container {
  display: flex;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .school-info .school-info-header .header-container {
    display: block;
    padding-top: 64px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
.school-info .school-info-header .header-container .club-logo {
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}
.school-info .school-info-header .header-container .club-logo img {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 1024px) {
  .school-info .school-info-header .header-container .club-logo img {
    width: 56px;
    height: 56px;
  }
}
.school-info .school-info-header .header-container .club-name {
  align-items: center;
  justify-content: center;
  color: #1D1D1D;
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .school-info .school-info-header .header-container .club-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.school-info .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .school-info .content-container {
    display: flex;
    flex-direction: column;
  }
}
.school-info .content-container .left-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .school-info .content-container .left-container {
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    width: 100%;
  }
}
.school-info .content-container .left-container .location-header {
  padding-bottom: 8px;
  font-size: 18px;
}
.school-info .content-container .left-container .location {
  padding-bottom: 32px;
  font-size: 18px;
}
.school-info .content-container .left-container .deadline-header {
  padding-bottom: 8px;
  font-size: 18px;
}
.school-info .content-container .left-container .deadline {
  padding-bottom: 32px;
  font-size: 18px;
}
.school-info .content-container .left-container .price-info-header {
  padding-bottom: 8px;
  font-size: 18px;
}
.school-info .content-container .left-container .price-info {
  padding-bottom: 8px;
  font-size: 18px;
}
.school-info .content-container .left-container .include-text {
  font-size: 18px;
}
.school-info .content-container .right-container {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .school-info .content-container .right-container {
    display: flex;
    padding-left: 24px;
    flex-direction: column;
    width: 100%;
    padding-top: 64px;
  }
}
.school-info .content-container .right-container .program .program-header {
  padding-bottom: 16px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .school-info .content-container .right-container .program .program-header {
    font-size: 24px;
  }
}
.school-info .content-container .right-container .program .school-date {
  font-size: 20px;
  padding-bottom: 16px;
}
.school-info .content-container .right-container .program .school-date .row {
  display: flex;
  flex-direction: row;
}
.school-info .content-container .right-container .program .school-date .row .date-and-month {
  margin-right: 41px;
  width: 90px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .school-info .content-container .right-container .program .school-date .row .date-and-month {
    margin-right: 8px;
    font-size: 18px;
    width: 80px;
  }
}
.school-info .content-container .right-container .program .school-date .row .day-name {
  margin-right: 68px;
  width: 88px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .school-info .content-container .right-container .program .school-date .row .day-name {
    font-size: 20px;
    margin-right: 55px;
  }
}
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 16px;
  width: 100%;
  min-height: 410px;
  height: fit-content;
}
.cta .cta-red {
  background-image: url("/img/overlays/bg_red.png");
  height: 100%;
  width: 100%;
}
.cta .cta-red .red-title {
  text-transform: uppercase;
  height: fit-content;
  width: fit-content;
  max-width: 1200px;
  overflow-wrap: normal;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 105px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.cta .cta-red .red-content-text {
  height: fit-content;
  width: fit-content;
  overflow-wrap: normal;
  text-align: center;
  font-size: 16px;
  max-width: 1000px;
  color: #ffffff;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
.cta .cta-red .red-button {
  display: flex;
  background-color: #ffffff;
  text-align: center;
  width: fit-content;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 104px;
  justify-content: center;
}
.cta .cta-red .red-button .red-button-text {
  color: #C90B0E;
  font-weight: bold;
  font-size: 16px;
  margin: 12px 24px 12px 24px;
  text-align: center;
}
.cta .cta-white {
  background-image: url("/img/overlays/bg_white.png");
  height: 100%;
  width: 100%;
}
.cta .cta-white .white-title {
  text-transform: uppercase;
  height: fit-content;
  width: fit-content;
  max-width: 1200px;
  overflow-wrap: normal;
  text-align: center;
  font-size: 48px;
  color: #C90B0E;
  font-weight: bold;
  margin-top: 105px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.cta .cta-white .white-content-text {
  height: fit-content;
  width: fit-content;
  max-width: 1000px;
  overflow-wrap: normal;
  text-align: center;
  color: #C90B0E;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.cta .cta-white .white-button {
  display: flex;
  background-color: #FD0000;
  text-align: center;
  width: fit-content;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 104px;
  justify-content: center;
}
.cta .cta-white .white-button .white-button-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin: 12px 24px 12px 24px;
  text-align: center;
}

.carousel-list {
  position: relative;
  width: 100%;
}
.carousel-list .slideLeft,
.carousel-list .slideRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  border: none;
  background-color: #ffffff;
  font-size: 2vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.carousel-list .slideLeft:hover,
.carousel-list .slideRight:hover {
  background-color: #e6e6e6;
}
@media only screen and (max-width: 1024px) {
  .carousel-list .slideLeft,
  .carousel-list .slideRight {
    display: none;
  }
}
.carousel-list .slideLeft {
  left: 10px;
  background-image: url(/img/icons/icon_previous-chevron.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.carousel-list .slideRight {
  right: 24px;
  background-image: url(/img/icons/icon_next-chevron.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.carousel-list .carousel-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 32px;
  scroll-behavior: smooth;
  transition: transform 0.3s ease;
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .carousel-list .carousel-content {
    padding-left: 24px;
    margin-left: 0px;
  }
}
.carousel-list .carousel-content::-webkit-scrollbar {
  display: none;
}
.carousel-list .carousel-content .carousel-item {
  width: 524px;
  flex-basis: 33.333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  margin-top: 24px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .carousel-list .carousel-content .carousel-item {
    width: 280px;
  }
}
.carousel-list .carousel-content .carousel-item .image img {
  width: 100%;
  height: 656px;
  object-fit: cover;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .carousel-list .carousel-content .carousel-item .image img {
    width: 280px;
    height: 380px;
  }
}
.carousel-list .carousel-content .carousel-item .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.carousel-list .carousel-content .carousel-item .text {
  width: 100%;
  font-size: 18px;
}

.search-background {
  width: 100%;
  background-color: #F8F8F8;
}
.search-background .search-bar {
  width: 100%;
  margin-top: 64px;
}
.search-background .search-bar .search-headline {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar .search-headline {
    padding-top: 64px;
    font-size: 24px;
  }
}
.search-background .search-bar .total-result {
  padding-top: 64px;
  font-weight: bold;
  padding-bottom: 24px;
  background-color: #ffffff;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
}
.search-background .search-bar .total-result .total-search-result {
  font-size: 48px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar .total-result .total-search-result {
    font-size: 24px;
  }
}
.search-background .search-bar form {
  width: 100%;
  height: 101px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-style: solid;
  border-width: 1px;
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar form {
    height: 60px;
  }
}
.search-background .search-bar form .text-input {
  width: 100%;
}
.search-background .search-bar form .text-input input {
  all: unset;
  margin-left: 24px;
  font-size: 24px;
  width: 100%;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar form .text-input input {
    font-size: 18px;
  }
}
.search-background .search-bar form .reset-form {
  margin-right: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  cursor: pointer;
}
.search-background .search-bar form ::placeholder {
  color: #fff;
  opacity: 0.7;
  color: #C6C6C6;
  font-size: 24px;
}
.search-background .search-bar form .search-button {
  display: flex;
  background-color: #FD0000;
  width: 138px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar form .search-button {
    display: none;
  }
}
.search-background .search-bar form .search-button .image {
  margin-right: 8px;
  margin-top: 2px;
}
.search-background .search-bar form .search-button .image img {
  height: 24px;
  width: 24px;
}
.search-background .search-bar form .search-button .search-text {
  color: #ffffff;
  font-size: 16px;
}
.search-background .search-bar .search-button-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar .search-button-mobile {
    margin-top: 24px;
    background-color: #FD0000;
    display: flex;
    width: 116px;
    height: 48px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar .search-button-mobile .image-mobile {
    margin-top: 2px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar .search-button-mobile .image-mobile img {
    height: 24px;
    width: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-background .search-bar .search-button-mobile .search-text-mobile {
    font-size: 16px;
    color: #ffffff;
  }
}
.search-background .no-results-background {
  background-color: #ffffff !important;
}
.search-background .no-results-background .no-results {
  max-width: 656px;
  padding-bottom: 64px;
  margin-left: 24px;
}
.search-background .no-results-background .no-results .no-results-header {
  font-size: 32px;
  margin-bottom: 16px;
}
.search-background .no-results-background .no-results .no-results-text {
  font-size: 18px;
}

.clubs {
  width: 100%;
  background-color: #ffffff;
  padding-left: 24px;
  padding-top: 64px;
  padding-right: 24px;
  margin-top: 68px;
}
.clubs .clubs-header {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .clubs .clubs-header {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.clubs .club-count {
  font-size: 16px;
  margin-bottom: 24px;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #EDEDED;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .clubs .club-count {
    font-size: 14px;
  }
}
.clubs .no-clubs {
  padding-bottom: 64px;
}
.clubs .club-results {
  padding-bottom: 64px;
}
.clubs .club-results .club {
  display: flex;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #EDEDED;
  padding-bottom: 32px;
  padding-top: 32px;
  cursor: pointer;
}
.clubs .club-results .club .club-logo {
  margin-right: 16px;
  height: 32px;
  width: 32px;
}
.clubs .club-results .club .club-logo img {
  height: 32px;
  width: 32px;
}
.clubs .club-results .club .club-name {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.clubs .club-results .club:hover {
  background-color: #EDEDED;
}
.clubs .club.more-clubs {
  border-bottom: unset;
  background-color: #ffffff !important;
}
.clubs .more-clubs {
  padding-top: 0px !important;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .clubs .no-results {
    margin-top: 32px;
    padding-bottom: 64px;
  }
}
.clubs .club-button {
  display: flex;
  justify-content: center;
  color: #FD0000;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: bold;
}
.clubs .club-button .show-more-clubs-btn {
  margin-top: 68px;
}

.search-results {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  margin-top: 64px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .search-results {
    padding: 24px;
  }
}
.search-results .search-results-header {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-header {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.search-results .all-count {
  font-size: 18px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .search-results .all-count {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.search-results .search-results-tab {
  display: flex;
  flex-direction: column;
}
.search-results .search-results-tab.selected {
  display: flex;
}
.search-results .search-results-tab .result-item {
  display: flex;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #EDEDED;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item {
    flex-direction: column;
    margin-top: 0px;
  }
}
.search-results .search-results-tab .result-item a {
  width: 100%;
  padding-bottom: 32px;
  padding-top: 32px;
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item a {
    width: unset;
    margin-left: 0px;
    padding-top: 0px;
  }
}
.search-results .search-results-tab .result-item a .container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item a .container {
    flex-direction: column;
    margin-top: 48px;
  }
}
.search-results .search-results-tab .result-item a .container .parent-page {
  font-size: 14px;
  text-transform: uppercase;
  width: 132px;
  margin-right: 32px;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item a .container .parent-page {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.search-results .search-results-tab .result-item a .container .name-and-description {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item a .container .name-and-description {
    width: 100%;
  }
}
.search-results .search-results-tab .result-item a .container .name-and-description .name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  max-width: 600px;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item a .container .name-and-description .name {
    width: 100%;
    font-size: 18px;
  }
}
.search-results .search-results-tab .result-item a .container .name-and-description .desc {
  font-size: 18px;
  max-width: 600px;
}
@media only screen and (max-width: 1024px) {
  .search-results .search-results-tab .result-item a .container .name-and-description .desc {
    width: 100%;
    font-size: 16px;
  }
}
.search-results .search-results-tab .result-item:hover {
  background-color: #EDEDED;
}
.search-results .results-button {
  display: flex;
  justify-content: center;
  margin-top: 68px;
  color: #FD0000;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: bold;
}
.search-results .results-button .show-more-results-btn {
  padding-bottom: 68px;
}
@media only screen and (max-width: 1024px) {
  .search-results .no-results {
    margin-top: 32px;
  }
}

.carousel {
  width: 100%;
}
.carousel .quote-list {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.carousel .quote-list .quote {
  display: none;
  text-align: center;
  max-width: 888px;
  width: 100%;
}
.carousel .quote-list .quote .quote-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 48px;
  margin-top: 64px;
}
.carousel .quote-list .quote .quote-text {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 48px;
}
.carousel .quote-list .quote .type-text {
  font-size: 16px;
  color: #878787;
}
.carousel .quote-list .quote .quoted-by {
  font-size: 14px;
  font-weight: bold;
}
.carousel .dot-container {
  text-align: center;
  padding: 20px;
  width: 100%;
}
.carousel .dot-container .dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #EDEDED;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.carousel .dot-container .active, .carousel .dot-container .dot:hover {
  background-color: #C90B0E;
}

.salary-standard-items {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .salary-standard-items {
    display: none;
  }
}
.salary-standard-items .salary-standard-header {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-direction: row;
  margin-top: 32px;
}
.salary-standard-items .salary-standard-header .container {
  display: flex;
  width: 100%;
  font-family: "DBUWide";
}
.salary-standard-items .salary-standard-header .container .column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}
.salary-standard-items .salary-standard-header .container .durationTitle {
  flex: 2.5;
  font-size: 16px;
  color: #878787;
}
.salary-standard-items .salary-standard-header .container .schoolLeaderTitle {
  font-size: 16px;
  color: #878787;
}
.salary-standard-items .salary-standard-header .container .coachLeaderTitle {
  color: #878787;
}
.salary-standard-items .salary-standard-header .container .coachTitle {
  font-size: 16px;
  color: #878787;
}
.salary-standard-items .salary-standard-header .container .assistantCoachTitle {
  font-size: 16px;
  color: #878787;
}
.salary-standard-items .salary-standards-container {
  width: 100%;
  margin-bottom: 64px;
}
.salary-standard-items .salary-standards-container .salary-standard-item .container {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.salary-standard-items .salary-standards-container .column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 32px;
  margin-bottom: 32px;
}
.salary-standard-items .salary-standards-container .duration {
  flex: 2.5;
  font-weight: bold;
  font-size: 20px;
}
.salary-standard-items .salary-standards-container .schoolLeader {
  font-size: 14px;
}
.salary-standard-items .salary-standards-container .coachLeader {
  font-size: 14px;
}
.salary-standard-items .salary-standards-container .coach {
  font-size: 14px;
}
.salary-standard-items .salary-standards-container .assistantCoach {
  font-size: 14px;
}

.salary-standard-items-mobile-container {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .salary-standard-items-mobile-container {
    display: unset;
  }
}
.salary-standard-items-mobile-container .salary-standard-items-mobile {
  margin-left: 24px;
  margin-right: 24px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile {
  margin-bottom: 48px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .salary-dropdown {
  text-align: left;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  height: 64px;
  margin-top: 48px;
  padding: 0px;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .salary-dropdown img {
  height: 20px;
  width: 20px;
  text-align: right;
  float: right;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .salary-dropdown .dropdown-arrow {
  transition: transform 0.3s ease;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .salary-dropdown .dropdown-arrow.rotated {
  transform: rotate(180deg);
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .dropdown-content {
  display: none;
  margin-bottom: 10px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .dropdown-content .school-leader-settlement-hours-mobile {
  text-align: left;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .dropdown-content .school-leader-amount-mobile {
  text-align: right;
  width: 50%;
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .school-leader-mobile .dropdown-content::after {
  content: "";
  display: table;
  clear: both;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile {
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .salary-dropdown {
  font-weight: bold;
  font-size: 18px;
  height: 64px;
  padding: 0px;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .salary-dropdown img {
  height: 20px;
  width: 20px;
  text-align: right;
  float: right;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .salary-dropdown .dropdown-arrow {
  transition: transform 0.3s ease;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .salary-dropdown .dropdown-arrow.rotated {
  transform: rotate(180deg);
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .dropdown-content {
  display: none;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .dropdown-content .coach-leader-settlement-hours-mobile {
  text-align: left;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .dropdown-content .coach-leader-amount-mobile {
  text-align: right;
  width: 50%;
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-leader-mobile .dropdown-content::after {
  content: "";
  display: table;
  clear: both;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile {
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .salary-dropdown {
  font-weight: bold;
  font-size: 18px;
  padding: 0px;
  height: 64px;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .salary-dropdown img {
  height: 20px;
  width: 20px;
  text-align: right;
  float: right;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .salary-dropdown .dropdown-arrow {
  transition: transform 0.3s ease;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .salary-dropdown .dropdown-arrow.rotated {
  transform: rotate(180deg);
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .dropdown-content {
  display: none;
  margin-bottom: 10px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .dropdown-content .coach-settlement-hours-mobile {
  text-align: left;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .dropdown-content .coach-amount-mobile {
  text-align: right;
  width: 50%;
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .coach-mobile .dropdown-content::after {
  content: "";
  display: table;
  clear: both;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile {
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .salary-dropdown {
  font-weight: bold;
  font-size: 18px;
  padding: 0px;
  height: 64px;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .salary-dropdown img {
  height: 20px;
  width: 20px;
  text-align: right;
  float: right;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .salary-dropdown .dropdown-arrow {
  transition: transform 0.3s ease;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .salary-dropdown .dropdown-arrow.rotated {
  transform: rotate(180deg);
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .dropdown-content {
  display: none;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .dropdown-content .assistantcoach-settlement-hours-mobile {
  text-align: left;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .dropdown-content .assistantcoach-amount-mobile {
  text-align: right;
  width: 50%;
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
  height: 27px;
}
.salary-standard-items-mobile-container .salary-standard-items-mobile .assistant-coach-mobile .dropdown-content::after {
  content: "";
  display: table;
  clear: both;
}

.school-concepts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .school-concepts {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin: 24px;
  }
}
.school-concepts .concept {
  padding: 64px;
  background-color: #F8F8F8;
  padding-top: 64px;
  margin-bottom: 24px;
}
.school-concepts .concept .name {
  font-weight: bold;
  color: #C90B0E;
  font-size: 24px;
  margin-bottom: 24px;
}
.school-concepts .concept .short-text {
  color: #C90B0E;
  font-size: 18px;
  margin-bottom: 24px;
}
.school-concepts .concept .year-span {
  color: #C90B0E;
  margin-bottom: 16px;
}
.school-concepts .concept .year-span img {
  margin-right: 16px;
  vertical-align: middle;
}
.school-concepts .concept .gender {
  color: #C90B0E;
  margin-bottom: 16px;
}
.school-concepts .concept .gender img {
  margin-right: 16px;
  vertical-align: middle;
}
.school-concepts .concept .days {
  color: #C90B0E;
  margin-bottom: 16px;
}
.school-concepts .concept .days img {
  margin-right: 16px;
  vertical-align: middle;
}
.school-concepts .concept .price {
  color: #C90B0E;
  margin-bottom: 16px;
}
.school-concepts .concept .price img {
  margin-right: 16px;
  vertical-align: middle;
}

.flexible-concept {
  grid-column: span 2;
  background-color: #C90B0E;
  display: flex;
}
.flexible-concept .flexible-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flexible-concept .flexible-container .flexible-name {
  width: 100%;
  margin-top: 64px;
  margin-left: 64px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #ffffff;
  align-self: flex-start;
  font-weight: bold;
  text-transform: uppercase;
}
.flexible-concept .flexible-container .flexible-bottom-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .flexible-concept .flexible-container .flexible-bottom-row {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
.flexible-concept .flexible-container .flexible-bottom-row .flexible-left-column {
  flex: 1.5;
  margin-left: 64px;
  margin-right: 48px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .flexible-concept .flexible-container .flexible-bottom-row .flexible-left-column {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.flexible-concept .flexible-container .flexible-bottom-row .flexible-left-column .flexible-short-text {
  color: #ffffff;
  font-size: 18px;
}
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column {
  flex: 1;
  margin-right: 64px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-year-span,
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-gender,
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-days,
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-price {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 18px;
}
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-year-span img,
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-gender img,
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-days img,
.flexible-concept .flexible-container .flexible-bottom-row .flexible-right-column .flexible-price img {
  margin-right: 16px;
  vertical-align: middle;
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

.autoComplete_wrapper > input {
  /*height: 3rem;*/
  width: 100%;
  margin: 0;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1rem;
  text-overflow: ellipsis;
  color: #1D1D1D;
  outline: none;
  border: 0;
  border-bottom: 2px solid #1D1D1D;
  /*
  background-image: url('/img/icons/icon_search.svg');
  background-size: 1.4rem;
  background-position: left 1.05rem top 0.8rem;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #fff;*/
  transition: all 0.4s ease;
  -webkit-transition: all -webkit-transform 0.4s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: #565656;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: #565656;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
  color: #565656;
}

.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input:hover {
  color: #565656;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: #565656;
  /*border: 0.06rem solid rgba(255, 122, 122, 0.8);*/
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  width: fit-content;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #FD0000;
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
.map-list-view-header {
  display: flex;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-header {
    display: none;
  }
}
.map-list-view-header .only-club-members-header,
.map-list-view-header .year-span-header,
.map-list-view-header .gender-header,
.map-list-view-header .price-header,
.map-list-view-header .status-header,
.map-list-view-header .location-header,
.map-list-view-header .see-more-button-header {
  flex: 1;
  color: #878787;
}
.map-list-view-header .period-header {
  color: #878787;
  flex: 1.5;
  margin-left: 72px;
}
.map-list-view-header .only-club-members-header {
  flex: 1.5;
  margin-right: 45px;
}
.map-list-view-header .see-more-button-header {
  margin-right: 24px;
}

.map-list-view-container .list-view-club-logo {
  display: flex;
  height: 32px;
  width: 32px;
  margin-left: 24px;
  float: left;
  margin-right: 8px;
  margin-top: -5px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club-logo {
    margin-top: 60px;
  }
}
.map-list-view-container .list-view-club-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club-header {
    padding-top: 64px;
    border-bottom: unset;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
  }
}
.map-list-view-container .list-view-club {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club {
    width: calc(100% - 24px);
    margin-left: 24px;
    margin-bottom: 24px;
    background-color: #ffffff;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.map-list-view-container .list-view-club .school-container {
  display: flex;
  width: 100%;
  margin-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #EDEDED;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: none;
    box-sizing: border-box;
    min-width: max-content;
    height: 396px;
    width: 326px;
    display: grid;
    grid-template-columns: 163px 163px;
    margin-right: 16px;
    padding-top: 32px;
    padding-bottom: 0px;
    background-color: #F8F8F8;
  }
}
.map-list-view-container .list-view-club .school-container .row {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .row {
    grid-column: 1/span 2;
  }
}
.map-list-view-container .list-view-club .school-container .period {
  font-weight: bold;
  margin-left: 72px;
  flex: 1.5;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .period {
    order: 4;
    font-size: 16px;
    align-self: flex-start;
    margin-left: 32px;
  }
}
.map-list-view-container .list-view-club .school-container .only-club-members {
  font-size: 12px;
  color: #C6C6C6;
  flex: 1.5;
  margin-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .only-club-members {
    order: 5;
    align-self: flex-start;
    margin-bottom: 60px;
    margin-left: 32px;
    grid-column: 1/span 2;
  }
}
.map-list-view-container .list-view-club .school-container .year-span {
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .year-span {
    order: 2;
    align-self: flex-start;
    margin-left: 32px;
  }
}
.map-list-view-container .list-view-club .school-container .price {
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .price {
    order: 6;
    grid-column: 1/span 1;
    margin-left: 32px;
  }
}
.map-list-view-container .list-view-club .school-container .gender {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .gender {
    order: 1;
    align-self: flex-start;
    margin-left: 32px;
  }
}
.map-list-view-container .list-view-club .school-container .status .less-than-1-available,
.map-list-view-container .list-view-club .school-container .status .few-available {
  font-family: "DBU";
  display: inline-block;
  padding: 8px;
  background-color: #565656;
  color: #ffffff;
  font-size: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.7px;
}
.map-list-view-container .list-view-club .school-container .status .few-available {
  background-color: #7E0F06;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .status {
    order: 7;
    grid-column: 2/span 1;
    justify-content: end;
    margin-right: 32px;
    height: 31px;
  }
}
.map-list-view-container .list-view-club .school-container .location {
  flex: 1;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .location {
    order: 3;
    margin-left: 32px;
    margin-right: 32px;
    grid-column: 1/span 2;
    margin-bottom: 24px;
  }
}
.map-list-view-container .list-view-club .school-container .see-more-button {
  padding-top: 0px !important;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .see-more-button {
    order: 8;
    margin-left: 32px;
    margin-right: 32px;
    grid-column: 1/span 2;
  }
}
.map-list-view-container .list-view-club .school-container .see-more-button .see-more {
  display: inline-flex;
  background-color: #FD0000;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .list-view-club .school-container .see-more-button .see-more {
    width: 100%;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 48px;
  }
}
.map-list-view-container .more-schools-button-container {
  display: flex;
  justify-content: center;
  color: #FD0000;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: bold;
}
.map-list-view-container .more-schools-button-container .show-more-schools-button {
  margin-bottom: 66px;
}
.map-list-view-container .other-schools-background .other-schools-header {
  background-color: #ffffff;
  font-size: 48px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .other-schools-background .other-schools-header {
    font-size: 24px;
  }
}
.map-list-view-container .other-schools-background .other-schools-map-list-view-header {
  display: flex;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
  margin-bottom: 38px;
  background-color: #ffffff;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .other-schools-background .other-schools-map-list-view-header {
    display: none;
  }
}
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-only-club-members-header,
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-year-span-header,
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-gender-header,
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-price-header,
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-status-header,
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-location-header,
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-see-more-button-header {
  flex: 1;
}
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-period-header {
  color: #878787;
  flex: 1.5;
  margin-left: 72px;
}
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-only-club-members-header {
  flex: 1.5;
  margin-right: 45px;
}
.map-list-view-container .other-schools-background .other-schools-map-list-view-header .other-schools-see-more-button-header {
  margin-right: 24px;
}
.map-list-view-container .other-schools-background .other-schools {
  background-color: #ffffff;
}
.map-list-view-container .no-schools-found-container {
  background-color: #F8F8F8;
  padding-bottom: 64px;
}
.map-list-view-container .no-schools-found-container .no-schools-found-header {
  font-size: 48px;
  font-weight: bold;
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .map-list-view-container .no-schools-found-container .no-schools-found-header {
    font-size: 32px;
  }
}
.map-list-view-container .no-schools-found-container .no-schools-found-text {
  background-color: #ffffff;
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 64px;
}
.map-list-view-container .other-schools-button-container {
  display: flex;
  justify-content: center;
  color: #FD0000;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: bold;
}
.map-list-view-container .other-schools-button-container .show-more-other-schools-button {
  margin-bottom: 66px;
}

.newsitem {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 48px;
  align-items: center;
  background-color: #ffffff;
  /*.newsitem-blockgrid {
     width: 656px;
  }*/
}
@media only screen and (max-width: 1024px) {
  .newsitem {
    gap: 32px;
  }
}
.newsitem .newsitem-blockgrid .grid-row {
  background-color: unset;
}
.newsitem .newsitem-blockgrid .grid-row:first-child {
  background-color: unset;
}
@media only screen and (min-width: 1441px) {
  .newsitem .newsitem-blockgrid .grid-row:first-child .col-12 {
    padding: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .newsitem .newsitem-blockgrid .grid-row {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-blockgrid {
    width: 100%;
  }
}
.newsitem .newsitem-sub-header-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 656px;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-sub-header-wrap {
    width: 100%;
    padding: 0 24px;
  }
}
.newsitem .newsitem-sub-header-wrap .tag {
  font-family: "DBUCondensed";
  font-size: 18px;
  color: #878787;
}
.newsitem .newsitem-sub-header-wrap .newsitem-sub-header {
  font-family: "DBU";
  font-size: 24px;
}
.newsitem .newsitem-video-wrap {
  width: 100%;
  position: relative;
}
.newsitem .newsitem-video-wrap .has-consent {
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.newsitem .newsitem-video-wrap .twentythree {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsitem .newsitem-video-wrap .headlines {
  position: absolute;
  bottom: 6rem;
  left: 3rem;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-video-wrap .headlines {
    display: none;
  }
}
.newsitem .newsitem-video-wrap .headlines h1 {
  font-family: "DBUBoldWide";
  font-size: 64px;
  text-transform: uppercase;
  line-height: 88px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-video-wrap .headlines h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.newsitem .newsitem-video-wrap .headlines h2 {
  font-family: "DBUWide";
  font-size: 64px;
  line-height: 88px;
  text-transform: uppercase;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-video-wrap .headlines h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.newsitem .newsitem-image-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 900px;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-image-wrap {
    width: 100%;
  }
}
.newsitem .newsitem-image-wrap .newsitem-image .caption {
  font-family: "DBU";
  font-size: 16px;
  color: #878787;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-image-wrap .newsitem-image .caption {
    padding: 8px 24px 0 24px;
    display: block;
  }
}
.newsitem .newsitem-author-date {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 656px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-author-date {
    width: 100%;
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.newsitem .newsitem-author-date .author {
  font-family: "DBU";
  font-size: 18px;
}
.newsitem .newsitem-author-date .date {
  font-family: "DBU";
  font-size: 16px;
}
.newsitem .newsitem-author-date .split {
  width: 2px;
  height: 25px;
  background-color: #1D1D1D;
}
@media only screen and (max-width: 1024px) {
  .newsitem .newsitem-author-date .split {
    display: none;
  }
}

.newsitem.is-image-header, .newsitem.is-video-header {
  padding-top: 0;
}
.newsitem.is-image-header .newsitem-image-wrap, .newsitem.is-video-header .newsitem-image-wrap {
  order: 0;
  width: 100%;
}
.newsitem.is-image-header .newsitem-image-wrap img, .newsitem.is-video-header .newsitem-image-wrap img {
  width: 100%;
}
.newsitem.is-image-header .newsitem-image-wrap .cite, .newsitem.is-video-header .newsitem-image-wrap .cite {
  padding: 0 24px;
}
.newsitem.is-image-header .newsitem-sub-header-wrap, .newsitem.is-video-header .newsitem-sub-header-wrap {
  order: 1;
}
.newsitem.is-image-header .newsitem-author-date, .newsitem.is-video-header .newsitem-author-date {
  order: 2;
}
.newsitem.is-image-header .newsitem-blockgrid, .newsitem.is-video-header .newsitem-blockgrid {
  order: 3;
}

.related-news-wrap {
  margin-top: 48px;
  width: 100%;
}
.related-news-wrap .module-header {
  margin-bottom: unset;
}

.newsitem-page .blockgrid .grid .grid-row:first-child {
  background-color: unset;
}

.campaign-page {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.campaign-page .campaign-page-inner {
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  height: 100vh;
}
.campaign-page .campaign-page-inner.split {
  height: auto;
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner {
    height: unset;
  }
}
.campaign-page .campaign-page-inner .richtext {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1439px) {
  .campaign-page .campaign-page-inner .richtext p {
    font-size: 16px;
    line-height: 24px;
  }
  .campaign-page .campaign-page-inner .richtext h1, .campaign-page .campaign-page-inner .richtext h2, .campaign-page .campaign-page-inner .richtext h3, .campaign-page .campaign-page-inner .richtext h4, .campaign-page .campaign-page-inner .richtext h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .campaign-page .campaign-page-inner .richtext {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media only screen and (max-width: 1439px) {
  .campaign-page .campaign-page-inner .form-picker input[type=text],
  .campaign-page .campaign-page-inner .form-picker input[type=email],
  .campaign-page .campaign-page-inner .form-picker input[type=password],
  .campaign-page .campaign-page-inner .form-picker input[type=number],
  .campaign-page .campaign-page-inner .form-picker input[type=date],
  .campaign-page .campaign-page-inner .form-picker input.text,
  .campaign-page .campaign-page-inner .form-picker select {
    font-size: 14px;
  }
}
.campaign-page .campaign-page-inner.split {
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner.split {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.campaign-page .campaign-page-inner.split > div {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner.split > div {
    width: 100%;
  }
}
.campaign-page .campaign-page-inner.split .blockgrid {
  padding: 100px 64px;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner.split .blockgrid {
    padding: 24px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner.split .logo-wrap {
    order: 1;
    z-index: 2;
    position: unset;
    padding: 24px;
    background-color: #C90B0E;
    width: 100%;
  }
  .campaign-page .campaign-page-inner.split .campaign-content {
    order: 3;
  }
  .campaign-page .campaign-page-inner.split .campaign-image-wrap {
    order: 2;
  }
}
.campaign-page .campaign-page-inner.no-split {
  justify-content: center;
  align-items: center;
}
.campaign-page .campaign-page-inner.no-split div {
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner.no-split .blockgrid {
    padding: 100px 0px;
  }
}
.campaign-page .campaign-page-inner.no-split .blockgrid .grid {
  max-width: 900px;
}
.campaign-page .campaign-page-inner .logo-wrap {
  position: absolute;
  left: 24px;
  top: 24px;
}
.campaign-page .campaign-page-inner .campaign-image-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner .campaign-image-wrap {
    padding: 0;
  }
}
.campaign-page .campaign-page-inner .campaign-image-wrap .img {
  /*height: 100%;*/
  max-height: 600px;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner .campaign-image-wrap .img {
    height: auto;
  }
}
.campaign-page .campaign-page-inner .campaign-image-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .campaign-page .campaign-page-inner .campaign-image-wrap.only-mobile {
    aspect-ratio: 1/1;
  }
}
.campaign-page .blockgrid .grid {
  padding-bottom: 0;
}
.campaign-page .blockgrid .grid .grid-row .column-wrap {
  align-items: center;
}
.campaign-page .no-split .blockgrid .grid .grid-row {
  padding: 0;
}
.campaign-page .no-split .blockgrid .grid .grid-row .column-wrap > div {
  padding: 0;
}

.back-button {
  background-color: #9C0F06;
}
.back-button button {
  margin: 24px;
  color: #ffffff;
}

.club-header {
  background-color: #7E0F06;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .club-header {
    justify-content: center;
    align-items: center;
  }
}
.club-header .container {
  display: flex;
  height: 300px;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .club-header .container {
    height: 168px;
  }
}
.club-header .container .club-logo {
  align-self: flex-end;
  margin-right: 32px;
}
.club-header .container .club-logo img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1024px) {
  .club-header .container .club-logo img {
    width: 56px;
    height: 56px;
  }
}
.club-header .container .club-name {
  color: #ffffff;
  font-size: 64px;
  align-self: flex-end;
}
@media only screen and (max-width: 1024px) {
  .club-header .container .club-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}

.register-button-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .register-button-mobile {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: sticky;
    bottom: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .register-button-mobile .register-mobile {
    width: 100%;
    background-color: #FD0000;
    color: #ffffff;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }
}

.signup-confirm-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .signup-confirm-wrap {
    grid-template-columns: 1fr;
  }
}

form.signup-confirm .form-row {
  gap: 30px;
}
form.signup-confirm .form-row h2 {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 24px;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}

.sign-up-view-wrap {
  /*z-index:31;*/
  /*position:relative;*/
}
.sign-up-view-wrap .form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sign-up-view-wrap .btn a, .sign-up-view-wrap .btn > div {
  min-width: auto;
}
.sign-up-view-wrap.sign-up-view-wrap-full .sign-up-view {
  grid-template-columns: 1fr;
}
.sign-up-view-wrap .sign-up-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view form .form-row .form-item {
    padding: 0;
  }
}
.sign-up-view-wrap .sign-up-view .info-bar {
  background-color: #EDEDED;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 64px;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view .info-bar {
    position: fixed;
  }
}
@media only screen and (max-width: 1023px) {
  .sign-up-view-wrap .sign-up-view .info-bar {
    position: fixed;
    padding: 0 72px 0 64px;
    gap: 10px;
  }
  .sign-up-view-wrap .sign-up-view .info-bar img {
    display: none;
  }
}
.sign-up-view-wrap .sign-up-view .info-bar > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sign-up-view-wrap .sign-up-view .info-bar .signup-cancel {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #1d1d1d;
}
.sign-up-view-wrap .sign-up-view .info-bar .clock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 80px;
  margin-left: -4px;
}
.sign-up-view-wrap .sign-up-view .info-bar .signup-cancel-wrap {
  gap: 64px;
}
.sign-up-view-wrap .sign-up-view .info-bar .signup-cancel-wrap .signup-cancel-close {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .sign-up-view-wrap .sign-up-view .info-bar .signup-cancel-wrap .signup-cancel-close {
    display: none;
  }
}
.sign-up-view-wrap .sign-up-view .left, .sign-up-view-wrap .sign-up-view .full {
  padding: 24px 24px 64px 24px;
  position: relative;
}
.sign-up-view-wrap .sign-up-view .left .logo img, .sign-up-view-wrap .sign-up-view .full .logo img {
  height: 64px;
}
.sign-up-view-wrap .sign-up-view .left .content, .sign-up-view-wrap .sign-up-view .full .content {
  padding: 64px 40px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-height: calc(100% - 158px);
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view .left .content, .sign-up-view-wrap .sign-up-view .full .content {
    padding: 0;
    max-height: unset;
    overflow-y: unset;
  }
}
.sign-up-view-wrap .sign-up-view .left .content:not(.scrollbox), .sign-up-view-wrap .sign-up-view .full .content:not(.scrollbox) {
  max-height: unset;
}
.sign-up-view-wrap .sign-up-view .left .content::-webkit-scrollbar, .sign-up-view-wrap .sign-up-view .full .content::-webkit-scrollbar {
  width: 6px;
}
.sign-up-view-wrap .sign-up-view .left .content::-webkit-scrollbar-track, .sign-up-view-wrap .sign-up-view .full .content::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.sign-up-view-wrap .sign-up-view .left .content::-webkit-scrollbar-thumb, .sign-up-view-wrap .sign-up-view .full .content::-webkit-scrollbar-thumb {
  background-color: #FD0000;
  border-radius: 100px;
  max-height: 25px;
}
.sign-up-view-wrap .sign-up-view .left .content h1, .sign-up-view-wrap .sign-up-view .full .content h1 {
  font-family: "DBUWide";
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view .left .content h1, .sign-up-view-wrap .sign-up-view .full .content h1 {
    font-size: 24px;
    margin-top: 24px;
  }
}
.sign-up-view-wrap .sign-up-view .left .content .description, .sign-up-view-wrap .sign-up-view .full .content .description {
  font-size: 18px;
}
.sign-up-view-wrap .sign-up-view .left .button-wrap, .sign-up-view-wrap .sign-up-view .full .button-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 88px;
  left: 0;
  padding-left: 88px;
  padding-right: 88px;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view .left .button-wrap, .sign-up-view-wrap .sign-up-view .full .button-wrap {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    left: auto;
    bottom: auto;
    grid-gap: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 32px;
  }
  .sign-up-view-wrap .sign-up-view .left .button-wrap .btn, .sign-up-view-wrap .sign-up-view .full .button-wrap .btn {
    padding-left: 0;
  }
  .sign-up-view-wrap .sign-up-view .left .button-wrap .btn a, .sign-up-view-wrap .sign-up-view .full .button-wrap .btn a {
    width: 100%;
  }
  .sign-up-view-wrap .sign-up-view .left .button-wrap .btn.btn-submit, .sign-up-view-wrap .sign-up-view .full .button-wrap .btn.btn-submit {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1023px) {
  .sign-up-view-wrap .sign-up-view .left .button-wrap, .sign-up-view-wrap .sign-up-view .full .button-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sign-up-view-wrap .sign-up-view .right {
  background-color: #9C0F06;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .sign-up-view .right {
    display: none;
  }
}
.sign-up-view-wrap .sign-up-view .right .module-overlay img {
  margin-bottom: -8px;
}
.sign-up-view-wrap .profile-pic-wrap {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.sign-up-view-wrap .rb-list-wrap h2 {
  margin-bottom: 16px;
}
.sign-up-view-wrap .rb-list-wrap p {
  margin-bottom: 16px;
}
.sign-up-view-wrap .rb-list-wrap img {
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.sign-up-view-wrap .rb-list-wrap.not-eligible {
  opacity: 50%;
}
@media only screen and (max-width: 1024px) {
  .sign-up-view-wrap .rb-list-wrap.not-eligible {
    display: none;
  }
}
.sign-up-view-wrap .apply-coupon {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #FD0000;
  color: #FD0000;
  width: fit-content;
  margin-top: 48px;
}
.sign-up-view-wrap .edit-btn {
  font-family: "DBUWide";
  font-weight: bold;
  color: #C90B0E;
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}
.sign-up-view-wrap .school-info {
  background-color: #C90B0E;
  color: #ffffff;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: fit-content;
  margin-bottom: 48px;
  width: 100%;
}
.sign-up-view-wrap .school-info .school-name {
  font-size: 32px;
  font-family: "DBUWide";
  text-transform: uppercase;
  font-weight: bold;
}
.sign-up-view-wrap .school-info .school-address {
  font-size: 20px;
  text-transform: uppercase;
}
.sign-up-view-wrap .school-info .school-fromto {
  font-size: 24px;
  font-family: "DBUWide";
  text-transform: uppercase;
  font-weight: bold;
}
.sign-up-view-wrap .school-info .school-details {
  font-size: 18px;
  line-height: 32px;
}
.sign-up-view-wrap .confirm-text {
  font-size: 18px;
}
.sign-up-view-wrap .confirm-text .order-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sign-up-view-wrap .confirm-text .discount {
  color: #C90B0E;
}
.sign-up-view-wrap label.checkbox {
  margin-top: 48px;
}
.sign-up-view-wrap label.checkbox label:not(.checkbox) {
  color: #1D1D1D;
}
.sign-up-view-wrap .btn.has-outline {
  background-color: transparent;
  color: #C90B0E;
  /*height: 44px;*/
}
.sign-up-view-wrap .btn.has-outline a {
  border: 2px solid #C90B0E;
}
.sign-up-view-wrap .btn:disabled {
  opacity: 0.2;
  background-color: #9C0F06;
  cursor: default;
}
.sign-up-view-wrap .no-participants {
  color: #C90B0E;
  font-size: 12px;
}

.reciept {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reciept p {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reciept p img {
  height: 32px;
}

.scrollbox {
  background: linear-gradient(#f8f8f8 30%, rgba(248, 248, 247, 0)), linear-gradient(rgba(248, 248, 247, 0), #f8f8f8 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#f8f8f8 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(248, 248, 247, 0), #f8f8f8 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.waitlist-form-wrap .form-item.col-12 {
  padding-left: 0;
}
.waitlist-form-wrap .form-item.col-12 label:not(.checkbox) {
  font-weight: bold;
  color: #1D1D1D;
}
.waitlist-form-wrap .rb-list-wrap {
  margin-bottom: 20px;
}
.waitlist-form-wrap .waitlist-error {
  padding: 8px 16px;
  width: fit-content;
  background-color: #C90B0E;
  color: #ffffff;
}

.find-school-view-wrap .form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.find-school-view-wrap .btn a, .find-school-view-wrap .btn > div {
  min-width: auto;
}
.find-school-view-wrap .find-school-header-wrap h1 {
  font-family: "DBUWide";
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-header-wrap h1 {
    font-size: 24px;
    margin-top: 24px;
  }
}
.find-school-view-wrap .find-school-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view form .form-row {
    gap: 30px;
  }
}
.find-school-view-wrap .find-school-view form .form-row .form-item {
  /*&.col-6 {
      @include bp-tablet {
          width: 100%;
      }
  }*/
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view form .form-row .form-item {
    padding: 0;
  }
}
.find-school-view-wrap .find-school-view .find-school-progression {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.find-school-view-wrap .find-school-view .find-school-progression .step {
  color: #878787;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.find-school-view-wrap .find-school-view .find-school-progression .step .step-text {
  font-size: 12px;
}
.find-school-view-wrap .find-school-view .find-school-progression .step .circle {
  height: 32px;
  width: 32px;
  border: 1px solid #878787;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.find-school-view-wrap .find-school-view .find-school-progression .step .circle span {
  padding-top: 2px;
}
.find-school-view-wrap .find-school-view .find-school-progression .step.current-step .circle {
  background-color: #FD0000;
  color: #ffffff;
  border: 1px solid #FD0000;
}
.find-school-view-wrap .find-school-view .find-school-progression .spacerline {
  display: flex;
  height: 3px;
  background-color: #C6C6C6;
  width: 40%;
  margin-top: 14px;
}
.find-school-view-wrap .find-school-view .left, .find-school-view-wrap .find-school-view .full {
  padding: 24px 24px 184px 24px;
  position: relative;
  background-color: #ffffff;
}
.find-school-view-wrap .find-school-view .left .content, .find-school-view-wrap .find-school-view .full .content {
  padding: 64px 40px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-height: calc(100% - 158px);
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view .left .content, .find-school-view-wrap .find-school-view .full .content {
    padding: 0;
    max-height: unset;
    overflow-y: unset;
  }
}
.find-school-view-wrap .find-school-view .left .content:not(.scrollbox), .find-school-view-wrap .find-school-view .full .content:not(.scrollbox) {
  max-height: unset;
}
.find-school-view-wrap .find-school-view .left .content::-webkit-scrollbar, .find-school-view-wrap .find-school-view .full .content::-webkit-scrollbar {
  width: 6px;
}
.find-school-view-wrap .find-school-view .left .content::-webkit-scrollbar-track, .find-school-view-wrap .find-school-view .full .content::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.find-school-view-wrap .find-school-view .left .content::-webkit-scrollbar-thumb, .find-school-view-wrap .find-school-view .full .content::-webkit-scrollbar-thumb {
  background-color: #FD0000;
  border-radius: 100px;
  max-height: 25px;
}
.find-school-view-wrap .find-school-view .left .content h1, .find-school-view-wrap .find-school-view .full .content h1 {
  font-family: "DBUWide";
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view .left .content h1, .find-school-view-wrap .find-school-view .full .content h1 {
    font-size: 24px;
    margin-top: 24px;
  }
}
.find-school-view-wrap .find-school-view .left .content .description, .find-school-view-wrap .find-school-view .full .content .description {
  font-size: 18px;
}
.find-school-view-wrap .find-school-view .left .button-wrap, .find-school-view-wrap .find-school-view .full .button-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 88px;
  left: 0;
  padding-left: 88px;
  padding-right: 88px;
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view .left .button-wrap, .find-school-view-wrap .find-school-view .full .button-wrap {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    left: auto;
    bottom: auto;
    grid-gap: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 32px;
  }
  .find-school-view-wrap .find-school-view .left .button-wrap .btn, .find-school-view-wrap .find-school-view .full .button-wrap .btn {
    padding-left: 0;
  }
  .find-school-view-wrap .find-school-view .left .button-wrap .btn a, .find-school-view-wrap .find-school-view .full .button-wrap .btn a {
    width: 100%;
  }
  .find-school-view-wrap .find-school-view .left .button-wrap .btn.btn-submit, .find-school-view-wrap .find-school-view .full .button-wrap .btn.btn-submit {
    width: 100%;
  }
}
.find-school-view-wrap .find-school-view .right {
  position: relative;
  background-color: #9C0F06;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .find-school-view-wrap .find-school-view .right {
    display: none;
  }
}
.find-school-view-wrap .edit-btn {
  font-family: "DBUWide";
  font-weight: bold;
  color: #C90B0E;
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}
.find-school-view-wrap label.checkbox {
  margin-top: 48px;
}
.find-school-view-wrap label.checkbox label:not(.checkbox) {
  color: #1D1D1D;
}
.find-school-view-wrap .btn.has-outline {
  background-color: transparent;
  color: #C90B0E;
  /*height: 44px;*/
}
.find-school-view-wrap .btn.has-outline a {
  border: 2px solid #C90B0E;
}
