.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  overflow: hidden;
  position: relative;
}
.instagramPost:hover .instagramPost__descriptionWrapper,
.facebookPost:hover .instagramPost__descriptionWrapper {
  transform: translateY(0);
  opacity: 1;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  background: var(--white);
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
}
.instagramPost__descriptionWrapper,
.facebookPost__descriptionWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  position: absolute;
  inset: 0;
  padding: 1rem;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.instagramPost__descriptionHeader,
.facebookPost__descriptionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instagramPost__avatarWrapper,
.facebookPost__avatarWrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.instagramPost__avatarWrapper .instagramPost__avatar,
.facebookPost__avatarWrapper .instagramPost__avatar {
  display: block;
}
.instagramPost__avatarWrapper .instagramPost__avatar img,
.facebookPost__avatarWrapper .instagramPost__avatar img {
  width: 1.5rem;
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: var(--black);
  z-index: 99;
  overflow: hidden;
  max-height: calc(0.75rem * 1.3 * 4);
  text-overflow: ellipsis;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: #F2F4F8;
  font-weight: 600;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: #F2F4F8;
  font-weight: 600;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
html {
  background: #F2F4F8;
  scroll-behavior: smooth;
}
body {
  font-size: 17px;
  background: #ffffff;
  color: #000000;
  margin: 0 auto;
  max-width: 2220px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@keyframes myVideoDot {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn-video {
  background-color: #34C759;
  color: #fff;
  position: relative;
}
.btn-video:hover {
  background-color: #3be064;
  color: #fff;
}
.btn-video::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  animation-name: myVideoDot;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.btn-primary {
  color: #ffffff;
  background: #F80A89;
  border-color: #F80A89;
}
.btn-primary:hover {
  background-color: #D80978;
  border-color: #F80A89;
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 10, 137, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #D80978;
  border-color: #D80978;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #F80A89;
  border-color: rgba(248, 10, 137, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.btn-outline-primary {
  color: #F80A89;
  background: transparent;
  border-color: #F80A89;
}
.btn-outline-primary:hover {
  background-color: #D80978;
  border-color: #F80A89;
  color: #fff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 10, 137, 0.2);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #fff;
  background-color: #D80978;
  border-color: #D80978;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #F80A89;
  border-color: rgba(248, 10, 137, 0.2);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.btn-outline-secondary {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.btn-outline-secondary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 10, 137, 0.2);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fff;
  background-color: #D80978;
  border-color: #D80978;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #F80A89;
  border-color: rgba(248, 10, 137, 0.2);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
@keyframes arrows {
  0% {
    background-position: right 1.5rem center;
  }
  50% {
    background-position: right 0.5rem center;
  }
  100% {
    background-position: right 1rem center;
  }
}
.btn-arrow {
  background-image: url(../image/arrow_right.svg);
  background-size: auto 30%;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  padding-right: 4em;
}
.btn-arrow:hover {
  animation-name: arrows;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}
.header1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .header1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .header1 {
    font-size: 1.5rem;
  }
}
.header2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 1.1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .header2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .header2 {
    font-size: 1.6rem;
  }
}
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 80%;
  position: relative;
}
.popup-modal__content {
  background: #fff;
}
.popup-modal__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  color: #fff;
}
.popup-modal__text {
  padding: 2rem 3rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  transition: 0.1s all ease-in-out;
}
.header__body {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5rem;
  background: linear-gradient(0deg, rgba(83, 87, 96, 0.5), rgba(242, 244, 248, 0.5));
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  flex: 1;
  margin: 0 1rem;
}
.header .logo img {
  transition: 0.1s all ease-in-out;
  height: 5rem;
  margin: -2rem 0 -2rem 0;
}
.header .socialmedia {
  flex: 2;
}
.header .socialmedia a {
  margin-right: 0.5rem;
}
.header .socialmedia a svg {
  height: 24px;
  width: 24px;
  fill: #fff;
}
.header .socialmedia a svg:hover {
  fill: #D80978;
}
.header .socialmedia img {
  height: 1rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -0.1em;
}
@media (max-width: 992px) {
  .header .socialmedia {
    display: none;
  }
}
.header .developres {
  flex: 3;
  margin: 0.25rem 0;
  white-space: nowrap;
}
.header .developres a {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0.3rem;
  white-space: nowrap;
  display: inline-block;
  line-height: 1em;
}
.header .developres a img {
  display: inline-block;
  height: 1.3rem;
  margin: 0 1rem 0 1.5rem;
}
.header .developres a span {
  background: #E30B1A;
  border-radius: 2rem;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 0.6rem 1.3rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .header .developres {
    display: none;
  }
}
.header .menu-btn {
  flex: 1;
  text-align: right;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .header .menu-btn {
    padding: 0.3rem;
  }
}
.header .menu-btn a {
  display: inline-block;
  background: #F2F4F8;
  color: #412F76;
  border: 1px solid #ffffff;
  padding: 0.6rem 1.3rem;
  border-radius: 2rem;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
}
.header .menu-btn a span {
  font-size: 1.5em;
  color: #F80A89;
  position: relative;
  top: 0.1em;
}
.header .shop-btn {
  flex: 1;
  text-align: right;
}
body.scrolled .header {
  padding: 0.2rem;
}
body.scrolled .header .logo img {
  height: 2.8rem;
  margin: 0rem 0 0rem 0;
}
body.scrolled .header .developres a {
  margin: 0;
  padding: 0.1rem 0.2rem;
}
body.scrolled .header .developres a img {
  height: 0.7rem;
}
body.scrolled .header .developres a span {
  padding: 0.2rem 1.3rem;
  display: inline-block;
}
.mainnav {
  display: flex;
  position: fixed;
  top: -130%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D2350;
  z-index: 10000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  .mainnav {
    display: block;
  }
}
.mainnav #closeMenuButton {
  color: #ffffff;
  font-size: 4rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .mainnav #closeMenuButton {
    top: 0rem;
    right: 1rem;
    font-size: 3rem;
  }
}
.mainnav-l {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .mainnav-l {
    flex: 3;
  }
}
@media (max-width: 768px) {
  .mainnav-l {
    display: block;
    padding-top: 3rem;
  }
}
.mainnav-r {
  flex: 1;
  background: #412F76 url(../image/background-menu.png) no-repeat bottom center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
}
.mainnav-r > div {
  padding: 0 10%;
  width: 100%;
}
@media (max-width: 992px) {
  .mainnav-r {
    flex: 2;
  }
}
@media (max-width: 768px) {
  .mainnav-r {
    display: block;
    text-align: center;
    padding: 2rem 0;
    background-position: center 30%;
  }
}
.mainnav .buy-ticket {
  text-align: center;
  margin: 0 0 1rem 0;
}
.mainnav .buy-ticket a {
  background: url('../image/icons/IconsTicket.svg'), linear-gradient(90deg, #574691 0%, #F80A89 100%);
}
@media (max-width: 768px) {
  .mainnav .buy-ticket {
    display: inline-block;
    margin: 0 0 0.5rem 0;
  }
}
.mainnav .shop-link {
  text-align: center;
}
.mainnav .shop-link a {
  background: url('../image/icons/IconsShirt.svg'), linear-gradient(90deg, #F80A89 0%, #574691 100%);
}
@media (max-width: 768px) {
  .mainnav .shop-link {
    display: inline-block;
  }
}
.mainnav .buy-ticket a,
.mainnav .shop-link a {
  background-repeat: no-repeat, repeat;
  background-size: 4rem auto, auto auto;
  background-position: 0.5rem center, center center;
  height: 5rem;
  display: inline-block;
  padding: 0.8rem 2rem 1rem 5.5rem;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 5rem;
}
@media (max-width: 992px) {
  .mainnav .buy-ticket a,
  .mainnav .shop-link a {
    font-size: 1.5rem;
    height: 3rem;
    background-size: 2rem auto, auto auto;
    padding: 0.2rem 2rem 1rem 3rem;
  }
}
@media (max-width: 768px) {
  .mainnav .buy-ticket a,
  .mainnav .shop-link a {
    font-size: 1rem;
    padding: 0.6rem 1rem 1rem 3rem;
  }
}
.mainnav .developres {
  border-radius: 1rem;
  background: #ffffff;
  padding: 2rem;
  width: 100%;
  margin-top: 50%;
}
@media (max-width: 768px) {
  .mainnav .developres {
    margin-top: 2rem;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .mainnav .developres {
    margin-top: 1rem;
    padding: 0.7rem;
  }
}
.mainnav .developres a {
  display: block;
  text-align: center;
}
.mainnav .developres a span {
  margin: 2rem 0 0 0;
  background: #E30B1A;
  color: #ffffff;
  border-radius: 2rem;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.6rem 2.3rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .mainnav .developres a span {
    margin-top: 1rem;
  }
}
.mainnav .developres img {
  display: block;
  margin: auto;
  width: 200px;
}
.mainnav .socialmedia {
  margin: 3rem 0 0 0;
  font-size: 2rem;
  color: #9A6EE2;
}
.mainnav .socialmedia a {
  margin: 0 1rem 0 0;
}
.mainnav .socialmedia svg {
  height: 2rem;
  width: 2rem;
  fill: #9A6EE2;
}
.mainnav .socialmedia svg:hover {
  fill: #fff;
}
.mainnav .socialmedia img {
  height: 1.2rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -0.1em;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .mainnav .socialmedia {
    margin: 2rem 0;
    text-align: center;
  }
}
.mainnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainnav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.mainnav ul li a {
  display: block;
  font-weight: 700;
  font-size: 2.5rem;
  color: #9A6EE2;
}
@media (max-width: 992px) {
  .mainnav ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .mainnav ul li a {
    font-size: 1.4rem;
    text-align: center;
  }
}
.mainnav ul li a:hover {
  color: #ffffff;
}
body.menu-mobile-active {
  overflow: hidden;
}
body.menu-mobile-active nav.mainnav {
  top: 0;
}
.rotator {
  position: relative;
}
.rotator__item {
  position: relative;
}
.rotator__item img,
.rotator__item picture {
  width: 100%;
  aspect-ratio: 16/9;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 768px) {
  .rotator__item img,
  .rotator__item picture {
    aspect-ratio: 1;
  }
}
@media (max-width: 576px) {
  .rotator__item img,
  .rotator__item picture {
    aspect-ratio: 2/3;
  }
}
.rotator__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 30%;
  background: linear-gradient(0deg, #F80A89, rgba(248, 10, 137, 0));
}
.rotator__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.rotator__logo {
  margin: 0 0 2rem 0;
  text-align: center;
}
.rotator__logo img {
  width: 150px;
  aspect-ratio: auto;
  display: inline-block;
}
@media (max-width: 1400px) {
  .rotator__logo img {
    width: 130px;
  }
}
@media (max-width: 992px) {
  .rotator__logo img {
    width: 100px;
  }
}
.rotator__iframe {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
@media (max-width: 768px) {
  .rotator__iframe {
    aspect-ratio: 1;
  }
}
@media (max-width: 576px) {
  .rotator__iframe {
    aspect-ratio: 2/3;
  }
}
.rotator iframe {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
@media (max-width: 768px) {
  .rotator iframe {
    width: 180%;
    margin-left: -40%;
  }
}
@media (max-width: 576px) {
  .rotator iframe {
    width: 270%;
    margin-left: -85%;
  }
}
.rotator__title {
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  font-weight: 900;
  text-shadow: 0 0 10px #000000;
}
@media (max-width: 1400px) {
  .rotator__title {
    font-size: 5rem;
  }
}
@media (max-width: 992px) {
  .rotator__title {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .rotator__title {
    font-size: 3rem;
  }
}
.rotator__text {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  text-shadow: 0 0 10px #000000;
}
@media (max-width: 1400px) {
  .rotator__text {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .rotator__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .rotator__text {
    font-size: 1.3rem;
  }
}
.rotator .slick-prev,
.rotator .slick-next {
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 100;
  background: #574691;
  color: #fff;
  height: 100px;
}
.rotator .slick-prev {
  left: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rotator .slick-next {
  right: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rotator .slick-dots {
  position: absolute;
  bottom: 11rem;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1400px) {
  .rotator .slick-dots {
    bottom: 7rem;
  }
}
.rotator .slick-dots li {
  margin: 0;
  padding: 0 0.3rem;
  display: inline-block;
}
.rotator .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 1px;
  color: transparent;
  background: #574691;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.rotator .slick-dots li.slick-active button {
  background: #D80978;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.team-game-index {
  padding: 8rem 0 5rem;
  background: #F2F4F8;
  font-size: 0.9em;
  line-height: 1.2em;
}
.team-game-index .header2 {
  color: #412F76;
  text-align: center;
}
.team-game-index__item {
  background: #ffffff;
  color: #535760;
  border-radius: 1rem;
  margin: 0 0 2rem 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.team-game-index__item b {
  color: #412F76;
}
.team-game-index__logos,
.team-game-index__datetime-panel,
.team-game-index__teams,
.team-game-index__score-panel {
  padding: 1rem;
  border-right: 2px solid #F2F4F8;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.team-game-index__logos > div,
.team-game-index__datetime-panel > div,
.team-game-index__teams > div,
.team-game-index__score-panel > div {
  width: 100%;
}
.team-game-index__score {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #412F76;
  line-height: 1em;
  font-weight: 800;
  font-size: 3em;
  width: 100%;
}
.team-game-index__score-sets {
  text-align: center;
}
.team-game-index__score-sets span {
  background: #F2F4F8;
  color: #412F76;
  font-size: 0.7em;
  padding: 0.1rem 0.5rem;
  border-radius: 1rem/3;
  white-space: nowrap;
}
.team-game-index__buttons {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-game-index .btn-game {
  background: #F80A89 url(../image/arrow_right.svg) no-repeat center center;
  background-size: 30% auto;
  display: block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 1rem;
}
.team-game-index .btn-vid {
  background: #D80978 url(../image/video.svg) no-repeat center center;
  background-size: 1.5rem auto;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 1rem;
}
.team-game-index .btn-game:only-child {
  border-bottom-right-radius: 1rem;
}
.team-game-index .btn-vid:only-child {
  border-top-right-radius: 1rem;
}
.team-game-index .btn-gal {
  background: #D80978 url(../image/photo.svg) no-repeat center center;
  background-size: 1.5rem auto;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 1rem;
}
.team-game-index .btn-gal:only-child {
  border-top-right-radius: 1rem;
}
.team-game-gallery {
  padding: 8rem 0 5rem;
  background: #F2F4F8;
}
.team-game-gallery__item {
  background: #ffffff;
  margin: 0 0 3rem 0;
  padding: 2rem;
  border-radius: 1rem;
}
.team-game-gallery__title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.team-game-gallery__logo {
  text-align: center;
}
.team-game-gallery__logo img,
.team-game-gallery__logo picture {
  height: 70px;
}
.team-game-gallery__vs {
  text-align: center;
  padding: 1rem 0;
}
.team-game-gallery__date {
  text-align: center;
  padding: 1rem 0;
}
.team-game-gallery__date span {
  background: #574691;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 2rem;
  border-radius: 0.5rem;
}
.team-game-gallery__link {
  text-align: center;
  margin: 2rem 0 2rem 0;
}
.team-game-gallery__gallery {
  text-align: center;
}
.team-game-gallery__gallery img,
.team-game-gallery__gallery picture {
  border-radius: 1rem;
  aspect-ratio: 1;
  object-fit: cover;
}
.team-game-gallery__gallery div[class^="col-"]:nth-child(6n-6) img,
.team-game-gallery__gallery div[class^="col-"]:nth-child(6n-5) img,
.team-game-gallery__gallery div[class^="col-"]:nth-child(6n-6) picture,
.team-game-gallery__gallery div[class^="col-"]:nth-child(6n-5) picture {
  aspect-ratio: 2/1;
}
.game-next-home {
  margin: 0 0 2rem 0;
  position: relative;
}
.game-next-home.top-margin {
  margin-top: -10rem;
}
@media (max-width: 1400px) {
  .game-next-home.top-margin {
    margin-top: -6rem;
  }
}
@media (max-width: 576px) {
  .game-next-home.top-margin {
    margin-top: -2rem;
  }
}
.game-next-home__body {
  border-radius: 1rem;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.game-next-home__body.-home {
  margin: 0 5%;
}
.game-next-home__top {
  padding: 1.5rem 2.5rem;
}
@media (max-width: 768px) {
  .game-next-home__top {
    padding: 1rem 1rem;
  }
}
.game-next-home__bottom {
  padding: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #2D2350;
  color: #ffffff;
  text-align: center;
}
.game-next-home__bottom a {
  font-weight: 600;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .game-next-home__bottom a {
    margin-top: 0.5rem;
  }
}
.game-next-home__bottom a:only-child {
  min-width: 80%;
}
.game-next-home__info {
  margin: 0 0 1rem 0;
}
.game-next-home__info span {
  display: inline-block;
  background: #F2F4F8;
  color: #535760;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  border-radius: 1rem/2;
  font-size: 0.8em;
}
.game-next-home__date {
  font-family: "Montserrat", sans-serif;
  color: #412F76;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.5rem 0;
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  .game-next-home__date {
    font-size: 1em;
  }
}
.game-next-home__place {
  text-transform: uppercase;
  color: #535760;
  line-height: 1em;
  padding-left: 0.5rem;
}
.game-next-home__top-panel {
  border-right: 1px solid #F2F4F8;
}
.game-next-home__time {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3.6rem;
  color: #412F76;
  line-height: 1em;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
.game-next-home__competition {
  color: #535760;
  line-height: 1em;
  text-align: center;
}
.game-next-home__competition span {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-left: 1px solid #535760;
}
.game-next-home__competition span:first-child {
  border: none;
}
.game-next-home__livetv {
  text-align: center;
  margin-top: 0.5rem;
}
.game-next-home__livetv b {
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
  background: #F80A89;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}
.game-next-home__teams {
  background: #F2F4F8;
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: rgba(83, 87, 96, 0.5);
  font-size: 2em;
}
@media (max-width: 768px) {
  .game-next-home__teams {
    font-size: 1.5em;
  }
}
@media (max-width: 576px) {
  .game-next-home__teams {
    font-size: 1.1em;
  }
}
.game-next-home__team-logo {
  margin: 0 0 0.3rem 0;
}
.game-next-home__team-logo img,
.game-next-home__team-logo picture {
  max-height: 70px;
}
@media (max-width: 768px) {
  .game-next-home__team-logo img,
  .game-next-home__team-logo picture {
    height: 50px;
  }
}
.game-next-home__team-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #412F76;
  line-height: 1.1em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .game-next-home__team-name {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .game-next-home__team-name {
    font-size: 0.6rem;
  }
}
.game-next-home__timetogame-label {
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0.3rem;
}
.game-next-home__timetogame span {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0.3rem;
}
.game-next-home__timetogame span b {
  color: #ffffff;
}
.game-last-home {
  padding: 8rem 0;
  background: #412F76;
  background-image: url(../image/bg-last-game.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .game-last-home {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .game-last-home {
    padding: 4rem 0;
  }
}
@media (max-width: 576px) {
  .game-last-home {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .game-last-home {
    font-size: 0.8rem;
  }
}
.game-last-home__slick {
  margin-right: -2rem;
}
@media (max-width: 768px) {
  .game-last-home__slick {
    margin-right: 0;
  }
}
.game-last-home__slick .slick-prev,
.game-last-home__slick .slick-next {
  border: 1px solid #ffffff;
  background: transparent;
  background-image: url(../image/arrow_right.svg);
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 4rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.game-last-home__slick .slick-prev:hover,
.game-last-home__slick .slick-next:hover {
  opacity: 1;
}
.game-last-home__slick .slick-prev {
  position: absolute;
  top: -3rem;
  right: 7rem;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .game-last-home__slick .slick-prev {
    right: 5rem;
  }
}
.game-last-home__slick .slick-next {
  position: absolute;
  top: -3rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .game-last-home__slick .slick-next {
    right: 0;
  }
}
.game-last-home__itembody {
  width: 100%;
}
.game-last-home__item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 1rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .game-last-home__item {
    margin-right: 0;
  }
}
.game-last-home__item-body {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
.game-last-home__item-bodylink {
  display: flex;
  flex-direction: row;
}
.game-last-home__link {
  width: 100%;
}
.game-last-home__link a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  background-image: url(../image/arrow_right_akcent100.svg);
  background-size: auto 30%;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  color: #F80A89;
  font-weight: 600;
  padding: 1rem 2rem;
  border-bottom-left-radius: 1rem;
}
@media (max-width: 768px) {
  .game-last-home__link a {
    padding: 0.5rem 1rem;
    background-image: none;
    text-align: center;
  }
}
.game-last-home__link a:hover {
  background-color: #F80A89;
  background-image: url(../image/arrow_right.svg);
  color: #ffffff;
}
@media (max-width: 768px) {
  .game-last-home__link a:hover {
    background-image: none;
  }
}
.game-last-home__linkvideo {
  width: 100%;
}
.game-last-home__linkvideo a {
  width: 100%;
  display: block;
  background-color: #34C759;
  background-image: url(../image/arrow_right.svg);
  background-size: auto 30%;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 768px) {
  .game-last-home__linkvideo a {
    padding: 0.5rem 1rem;
    background-image: none;
    text-align: center;
  }
}
.game-last-home__linkvideo a:hover {
  background-color: #3adf64;
  background-image: url(../image/arrow_right.svg);
}
@media (max-width: 768px) {
  .game-last-home__linkvideo a:hover {
    background-image: none;
  }
}
.game-last-home__link:only-child a {
  border-bottom-right-radius: 1rem;
}
.game-last-home__linkvideo:only-child a {
  border-bottom-left-radius: 1rem;
}
.game-last-home__linkgallery {
  width: 100%;
}
.game-last-home__linkgallery a {
  width: 100%;
  display: block;
  background-color: #F80A89;
  background-image: url(../image/arrow_right.svg);
  background-size: auto 30%;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 768px) {
  .game-last-home__linkgallery a {
    padding: 0.5rem 1rem;
    background-image: none;
    text-align: center;
  }
}
.game-last-home__linkgallery a:hover {
  background-color: #D80978;
  background-image: url(../image/arrow_right.svg);
}
@media (max-width: 768px) {
  .game-last-home__linkgallery a:hover {
    background-image: none;
  }
}
.game-last-home__date {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.game-last-home__place {
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.game-last-home__competition {
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1rem;
}
.game-last-home__team-logo {
  text-align: center;
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 1rem/2;
  display: inline-block;
  margin: 0 0 0.5rem 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.game-last-home__team-logo img,
.game-last-home__team-logo picture {
  height: 80px;
}
@media (max-width: 768px) {
  .game-last-home__team-logo img,
  .game-last-home__team-logo picture {
    height: auto;
  }
}
.game-last-home__team-name {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .game-last-home__team-name {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .game-last-home__team-name {
    font-size: 0.7rem;
  }
}
.game-last-home__score {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  padding-top: 1rem;
}
@media (max-width: 1200px) {
  .game-last-home__score {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .game-last-home__score {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .game-last-home__score {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.game-last-home__link-games {
  margin-top: 3rem;
  text-align: right;
}
@media (max-width: 768px) {
  .game-last-home .header1 {
    margin-bottom: 4rem;
  }
}
.partner-main-gold__body-gold {
  background: linear-gradient(0deg, #F2F4F8, #ffffff 95%);
  padding: 2rem 3rem 4rem 3rem;
}
@media (max-width: 768px) {
  .partner-main-gold__body-gold {
    padding: 1rem;
  }
}
.partner-main-gold__body-main {
  padding: 2rem 0 4rem 3rem;
}
@media (max-width: 768px) {
  .partner-main-gold__body-main {
    padding: 1rem;
  }
}
.partner-main-gold__label {
  color: #535760;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0 0 2rem 0;
}
.partner-main-gold__logo img,
.partner-main-gold__logo picture {
  max-height: 50px;
  max-width: 100%;
}
.partner-main-gold__body-gold .partner-main-gold__logo {
  text-align: center;
}
.partner {
  padding: 5rem 0;
  background: #F2F4F8;
  text-align: center;
}
.partner .slick-track {
  display: flex;
}
.partner .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .partner {
    padding: 2.5rem 0;
  }
}
@media (max-width: 576px) {
  .partner {
    padding: 1.5rem 0;
  }
}
.partner .partner-item img,
.partner .partner-item picture {
  width: 100%;
}
.partner__body {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 3rem 0 2rem 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 1rem 0;
}
.partner__body img,
.partner__body picture {
  max-width: 100px;
  max-height: 50px;
  display: inline-block;
}
.partner__body a {
  display: block;
  text-align: center;
}
.partner__body .partner-slick-main img,
.partner__body .partner-slick-main picture {
  max-width: 350px;
  max-height: 100px;
}
@media (max-width: 768px) {
  .partner__body .partner-slick-main img,
  .partner__body .partner-slick-main picture {
    max-width: 90%;
  }
}
.partner__body .partner-slick-gold img,
.partner__body .partner-slick-silver img,
.partner__body .partner-slick-gold picture,
.partner__body .partner-slick-silver picture {
  max-width: 150px;
  max-height: 80px;
}
@media (max-width: 768px) {
  .partner__body .partner-slick-gold img,
  .partner__body .partner-slick-silver img,
  .partner__body .partner-slick-gold picture,
  .partner__body .partner-slick-silver picture {
    max-width: 50%;
    max-height: 40px;
  }
}
.partner__label {
  position: absolute;
  top: 0;
  left: 0;
  background: #F2F4F8;
  font-size: 0.7em;
  padding: 0.25rem 1rem;
  border-bottom-right-radius: 1rem;
  color: #ffffff;
}
.partner__label.-main {
  background: linear-gradient(0deg, #2D2350, #412F76);
}
.partner__label.-gold {
  background: linear-gradient(0deg, #BFAA6F, #D7B990);
}
.partner__label.-silver {
  background: linear-gradient(0deg, #A9A8AB, #D2D2D2);
}
.partner__label.-brown {
  background: linear-gradient(0deg, #987352, #987758);
}
.partner__label.-patron {
  background: linear-gradient(0deg, #A9A8AB, #D2D2D2);
}
.nav-pills .nav-link {
  border-radius: 3rem;
  color: #535760;
  border: 1px solid #535760;
  margin-right: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
@media (max-width: 576px) {
  .nav-pills .nav-link {
    padding: 0.35rem 0.75rem;
    font-size: 0.8em;
  }
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #F80A89;
  border-color: #F80A89;
}
.nav-item {
  margin: 0.3rem 0;
}
.team-ranking-home {
  padding: 5rem 0;
  background: #F2F4F8;
}
@media (max-width: 768px) {
  .team-ranking-home {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .team-ranking-home {
    padding: 2rem 0;
  }
}
.team-ranking-home .nav-pills {
  margin: 0 15%;
}
@media (max-width: 768px) {
  .team-ranking-home .nav-pills {
    margin: 0 5%;
  }
}
@media (max-width: 576px) {
  .team-ranking-home .nav-pills {
    margin: 0 0%;
  }
}
.team-ranking-home .header1 {
  color: #412F76;
}
.team-ranking-home__body {
  padding: 3rem 0;
  margin: 0 15%;
}
@media (max-width: 576px) {
  .team-ranking-home__body {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .team-ranking-home__body {
    margin: 0 5%;
  }
}
@media (max-width: 576px) {
  .team-ranking-home__body {
    margin: 0 0%;
  }
}
.team-ranking-home .primary-team {
  color: #F80A89;
}
.team-ranking-home .primary-points {
  background: #F80A89;
  color: #ffffff;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
}
table.table-full {
  width: 100%;
}
table.table-ranking {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background: transparent;
}
table.table-ranking thead tr th {
  background: #412F76;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 1.3rem;
  font-weight: 400;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  table.table-ranking thead tr th {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 576px) {
  table.table-ranking thead tr th {
    padding: 0.4rem 0.4rem;
  }
}
table.table-ranking thead tr th.no {
  text-align: center;
}
table.table-ranking thead tr th.points {
  text-align: center;
}
table.table-ranking thead tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}
table.table-ranking thead tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}
table.table-ranking tbody tr td {
  padding: 0.75rem 1.3rem;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  table.table-ranking tbody tr td {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 576px) {
  table.table-ranking tbody tr td {
    padding: 0.2rem 0.5rem;
  }
}
table.table-ranking tbody tr td.no {
  text-align: center;
}
table.table-ranking tbody tr td.points {
  text-align: center;
}
table.table-ranking tbody tr:nth-child(odd) td {
  background: #ffffff;
}
table.table-ranking tbody tr:nth-child(even) td {
  background: #F2F4F8;
}
table.table-ranking tbody tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}
table.table-ranking tbody tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
.article-home {
  padding: 8rem 0;
  background: #412F76;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .article-home {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .article-home {
    padding: 4rem 0;
  }
}
@media (max-width: 576px) {
  .article-home {
    padding: 2rem 0;
  }
}
.article-home__body {
  border-radius: 1rem;
  border: 2px solid #ffffff;
  overflow: hidden;
  border-bottom-left-radius: 0;
}
.article-home__image {
  overflow: hidden;
  position: relative;
}
.article-home__image img,
.article-home__image picture {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #ffffff;
  transition: 0.2s all ease-in-out;
}
.article-home__image:hover img,
.article-home__image:hover picture {
  transform: scale(1.05) rotate(-0.5deg);
}
.article-home__image:hover .article-home__content {
  bottom: 0;
}
.article-home__content {
  background: linear-gradient(0deg, rgba(45, 35, 80, 0.95) 10%, rgba(87, 70, 145, 0.9) 70%, rgba(87, 70, 145, 0));
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 3rem 2rem;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  .article-home__content {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .article-home__content {
    padding: 1rem;
  }
}
.article-home__title {
  font-weight: 800;
  line-height: 1.1em;
}
.article-home__lead {
  margin-top: 0.8rem;
  font-size: 0.8em;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .article-home__lead {
    display: none;
  }
}
.article-home__link {
  background: #ffffff;
  display: inline-block;
  padding: 0.4rem 2rem 0.5rem 2rem;
  font-weight: 600;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #412F76;
}
.article-home__link span {
  color: #F80A89;
}
.team-player-home {
  padding: 5rem 0;
  background: #F2F4F8;
  color: #412F76;
}
@media (max-width: 1200px) {
  .team-player-home {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .team-player-home {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .team-player-home {
    padding: 2rem 0;
  }
}
.team-player-home .slick-prev,
.team-player-home .slick-next {
  border: 1px solid #F80A89;
  background: transparent;
  background-image: url(../image/arrow_right_akcent100.svg);
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 4rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.team-player-home .slick-prev:hover,
.team-player-home .slick-next:hover {
  opacity: 1;
}
.team-player-home .slick-prev {
  position: absolute;
  top: -3rem;
  right: 7rem;
  transform: rotate(180deg);
}
.team-player-home .slick-next {
  position: absolute;
  top: -3rem;
  right: 2rem;
}
.team-player-home__items {
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  .team-player-home__items {
    margin: 0 10%;
  }
}
@media (max-width: 768px) {
  .team-player-home .header2 {
    margin-bottom: 4rem;
  }
}
.team-player-home__item {
  position: relative;
  text-align: center;
  margin: 0 1rem;
}
.team-player-home__item a {
  display: block;
}
.team-player-home__image {
  background: #ffffff;
  border-radius: 1rem/2;
  overflow: hidden;
  margin: 0 0 1rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.team-player-home__image img,
.team-player-home__image picture {
  transform-origin: center -10%;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 3;
}
.team-player-home__image::before {
  content: '';
  position: absolute;
  bottom: -80%;
  left: -25%;
  width: 150%;
  height: 70%;
  z-index: 2;
  background: linear-gradient(0deg, #412F76, #F80A89);
  transform: rotate(-15deg);
  transition: 0.3s all ease-in-out;
}
.team-player-home__item:hover .team-player-home__image img,
.team-player-home__item:hover .team-player-home__image picture {
  transform: scale(1.1);
}
.team-player-home__item:hover .team-player-home__image::before {
  bottom: -20%;
}
.team-player-home__item:hover .team-player-home__number {
  background: #F80A89;
  color: #ffffff;
  transform: scale(1.2);
}
.team-player-home__name {
  color: #412F76;
  font-size: 1.3em;
  margin: 0 0 0.1rem 0;
}
.team-player-home__role {
  color: #535760;
  font-size: 0.9em;
}
.team-player-home__number {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  padding: 0.2rem 0.5rem;
  background: #F2F4F8;
  border-top-left-radius: 1rem/2;
  border-bottom-right-radius: 1rem/2;
  color: #412F76;
  font-weight: 600;
  font-size: 1.3em;
  transition: 0.3s all ease-in-out;
  transform-origin: top left;
}
.team-player-home__flag {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  padding: 0.2rem 0.5rem;
  background: #F2F4F8;
  border-top-right-radius: 1rem/2;
  border-bottom-left-radius: 1rem/2;
}
.team-player-home__flag img {
  width: 30px;
  height: 25px;
  display: block;
  border-radius: 1rem/3;
}
.promo-panel {
  background: #F2F4F8;
  padding: 0 0 5rem 0;
}
.promo-panel__body {
  background: #412F76;
  color: #ffffff;
  border-radius: 2rem;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.promo-panel__body > a {
  display: block;
}
.promo-panel__body2 {
  padding: 3rem;
}
@media (max-width: 576px) {
  .promo-panel__body2 {
    padding: 2rem;
  }
}
.promo-panel__header {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .promo-panel__header {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .promo-panel__header {
    font-size: 2rem;
  }
}
.promo-panel__text {
  margin: 0;
  line-height: 1.2em;
  padding: 2rem 35% 2rem 0;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .promo-panel__text {
    padding: 0 2rem 2rem 2rem;
  }
}
.promo-panel__image img {
  margin-right: -2px;
  margin-bottom: -2px;
  display: block;
  width: 100%;
  border-top-left-radius: 2rem;
  border: 2px solid #ffffff;
  border-right: 0;
  aspect-ratio: 2/1;
  object-fit: cover;
}
@media (max-width: 768px) {
  .promo-panel__image img {
    border-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.promo-panel__imagex {
  margin: -5% 0;
}
.promo-panel__imagex img {
  width: 80%;
}
@media (max-width: 576px) {
  .promo-panel__imagex img {
    width: 100%;
  }
}
.shop {
  padding: 5rem 0;
}
.shop__body {
  padding: 5rem;
  background: #31449A url(../image/shop.jpg) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-size: cover;
  color: #ffffff;
  border-radius: 2rem;
  padding-right: 60%;
}
@media (max-width: 1200px) {
  .shop__body {
    padding: 4rem 4em 80% 4rem;
    background-size: 100% auto;
    background-position: bottom center;
    background-image: url(../image/shop-mobile.jpg);
    background-position: center 40%;
  }
}
@media (max-width: 768px) {
  .shop__body {
    padding: 3rem 3em 80% 3rem;
    background-position: center 20%;
  }
}
@media (max-width: 576px) {
  .shop__body {
    padding: 2rem 2em 80% 2rem;
    background-position: center 30%;
  }
}
.shop__header {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1em;
  margin: 0 0 4rem 0;
}
@media (max-width: 768px) {
  .shop__header {
    font-size: 4rem;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 576px) {
  .shop__header {
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
}
.shop a.btn {
  text-transform: uppercase;
}
.footer {
  background: #412F76;
  color: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer__logo {
  width: 70%;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 50%;
    margin: auto auto 3rem auto;
  }
}
.footer__logo img.ks_developres {
  max-width: 50%;
}
.footer__logo img.developres {
  max-width: 90%;
}
.footer p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  margin: 1rem 0 2rem 0;
}
.footer__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__nav ul li {
  padding: 0;
  margin: 0;
}
.footer__nav ul li a {
  display: block;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.footer__nav2 ul {
  list-style-image: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__nav2 ul {
    text-align: center;
  }
}
.footer__nav2 ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer__nav2 ul li a {
  opacity: 0.6;
  display: block;
  font-size: 0.8em;
  padding: 0.5rem 1rem;
}
.footer__nav2 ul li a:hover {
  opacity: 1;
}
.footer__tickets {
  text-align: center;
  margin: 0 0 2rem 0;
}
.footer .socialmedia {
  font-size: 2rem;
  text-align: center;
}
.footer .socialmedia a {
  display: inline-block;
  margin: 0 1rem;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .footer .socialmedia a {
    margin: 0 0.5rem;
  }
}
.footer .socialmedia a:hover {
  opacity: 1;
}
.footer .socialmedia svg {
  width: 1.6rem;
  height: 1.6rem;
  top: -0.1em;
  fill: #fff;
}
.footer .socialmedia img {
  height: 1.6rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -0.1em;
}
.footer__appgo {
  font-size: 8px;
  text-transform: uppercase;
  text-align: center;
  margin: 1rem 0 0 0;
}
.footer__appgo span {
  display: block;
  opacity: 0.7;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
}
.footer__appgo img {
  height: 20px;
  display: inline-block;
}
.stats {
  background: #412F76;
  color: #ffffff;
  text-align: center;
}
.stats__value {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media (max-width: 992px) {
  .stats__value {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .stats__value {
    font-size: 3rem;
  }
}
.stats__label {
  font-size: 1.3rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .stats__label {
    font-size: 1rem;
  }
}
.stats__panel {
  padding: 8rem 0 5rem 0;
  border-left: 1px solid #584893;
  height: 100%;
}
@media (max-width: 768px) {
  .stats__panel {
    padding: 7rem 1rem 2.5rem 1rem;
  }
}
div[class^="col-"]:first-child .stats__panel {
  background: #584893;
}
@media (max-width: 768px) {
  div[class^="col-"]:nth-child(3) .stats__panel,
  div[class^="col-"]:nth-child(4) .stats__panel {
    padding-top: 2.5rem;
    border: none;
    border-top: 1px solid #584893;
  }
}
@media (max-width: 768px) {
  div[class^="col-"]:nth-child(4) .stats__panel {
    border-left: 1px solid #584893;
  }
}
.newsletter {
  background: #535760;
  background-image: url(../image/newsletter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #412F76;
  aspect-ratio: 16/8;
  position: relative;
}
@media (max-width: 992px) {
  .newsletter {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .newsletter {
    aspect-ratio: 1;
  }
}
@media (max-width: 576px) {
  .newsletter {
    aspect-ratio: 2/3;
  }
}
.newsletter__body {
  position: absolute;
  left: 0;
  bottom: -5rem;
  width: 100%;
}
.newsletter__panel {
  border: 2px solid #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
@media (max-width: 576px) {
  .newsletter__panel {
    padding: 1rem;
  }
}
.newsletter__panel .header1 {
  font-size: 3rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .newsletter__panel .header1 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .newsletter__panel .header1 {
    font-size: 1.7rem;
  }
}
.newsletter__panel p {
  text-align: center;
  color: #535760;
}
.newsletter__panel #newsletterHtml {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .newsletter__panel #newsletterHtml {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .newsletter__panel #newsletterHtml {
    margin-top: 1rem;
  }
}
.newsletter__panel iframe {
  mix-blend-mode: multiply;
  margin: auto;
}
@media (max-width: 576px) {
  .newsletter__panel iframe {
    transform: scale(0.8);
  }
}
.newsletter__panel .g-recaptcha {
  text-align: center;
  margin: auto;
  width: 100%;
}
.newsletter__panel .g-recaptcha > div {
  margin: auto;
}
.newsletter__panel .form-group {
  text-align: center;
}
.newsletter__panel [type="submit"] {
  width: 100%;
  margin-left: -3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .newsletter__panel [type="submit"] {
    margin-left: -1rem;
  }
}
@media (max-width: 576px) {
  .newsletter__panel input[type="email"] {
    margin-right: -1rem;
  }
}
.newsletter__panel .form-switch {
  padding-left: 3.5rem;
}
.newsletter__panel .form-check {
  position: relative;
}
.newsletter__panel .form-check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.newsletter__panel .form-check-label {
  font-size: 0.7em;
}
.newsletter__panel .form-check-label p {
  text-align: left;
}
.newsletter__panel .form-check-label p {
  margin: 0 0 0.3rem 0;
}
.newsletter__panel input[type="email"],
.newsletter__panel button {
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .newsletter__panel input[type="email"],
  .newsletter__panel button {
    padding: 0.7rem 1rem;
  }
}
@media (max-width: 576px) {
  .newsletter__panel input[type="email"],
  .newsletter__panel button {
    padding: 0.4rem 0.75rem;
  }
}
.newsletter__panel .form-error-label {
  border-radius: 1rem;
  display: inline-block;
  background: #ffd300;
  color: #000;
  margin: 0.3rem 0 0 0;
  padding: 0.4rem 2rem;
  font-size: 0.8em;
}
.hero {
  aspect-ratio: 3/1;
  background: #535760;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 576px) {
  .hero {
    aspect-ratio: 1;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
}
.hero__image img,
.hero__image picture {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__body h1 {
  font-size: 5rem;
  font-weight: 900;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .hero__body h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .hero__body h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .hero__body h1 {
    font-size: 2rem;
  }
}
.about {
  padding: 5rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .about {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .about {
    padding: 2rem 0;
  }
}
.about h1,
.about h2,
.about h3,
.about h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #412F76;
  line-height: 1.1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .about h1,
  .about h2,
  .about h3,
  .about h4 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .about h1,
  .about h2,
  .about h3,
  .about h4 {
    font-size: 1.5rem;
  }
}
.about .columns {
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 768px) {
  .about .columns {
    column-count: 1;
  }
}
.about table {
  width: 100%;
}
.about table thead tr th {
  background: #F2F4F8;
  padding: 1rem;
  font-weight: 400;
  color: #535760;
}
.about table tbody tr td {
  padding: 1rem;
  border: 2px solid #F2F4F8;
}
.about table tbody tr td b,
.about table tbody tr td strong {
  color: #412F76;
}
.seasons {
  padding: 2rem 0 5rem 0;
}
.seasons .tab-content {
  padding-top: 3rem;
}
.seasons .tab-content h1,
.seasons .tab-content h2,
.seasons .tab-content h3,
.seasons .tab-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #412F76;
  line-height: 1.1em;
  margin: 0 0 2rem 0;
}
.instagram {
  padding: 5rem 0;
  background: #412F76;
  color: #ffffff;
}
@media (max-width: 768px) {
  .instagram {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .instagram {
    padding: 2rem 0;
  }
}
.instagram.-dark {
  background: #2D2350;
}
.instagram a.czcasnadevelopres {
  background: #F2F4F8;
  color: #412F76;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-weight: 600;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  top: -5rem;
}
@media (max-width: 768px) {
  .instagram a.czcasnadevelopres {
    top: -3rem;
  }
}
@media (max-width: 576px) {
  .instagram a.czcasnadevelopres {
    top: -2rem;
  }
}
.instagram a.czcasnadevelopres span {
  color: #F80A89;
}
.instagram__items {
  margin: 0 -1rem;
}
.instagram__item {
  margin: 0 1rem;
  aspect-ratio: 3/4;
  border: 2px solid #ffffff;
  border-radius: 1rem/2;
  overflow: hidden;
}
.instagram__item img,
.instagram__item picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-member-show {
  background: #F2F4F8;
  padding: 8rem 0 5rem 0;
}
.team-member-show__image {
  border: 2px solid #ffffff;
  border-radius: 1rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.team-member-show__image img,
.team-member-show__image picture {
  width: 100%;
  display: block;
}
.team-member-show__number {
  position: absolute;
  top: 0;
  left: 0;
  color: #412F76;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  padding: 0.7rem 1rem;
  background: #ffffff;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.team-member-show__flag {
  width: 40px;
  margin: 0 0 0.5rem 0;
  border-radius: 1rem/3;
}
.team-member-show__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 3rem 0;
  font-family: "Montserrat", sans-serif;
}
.team-member-show__body {
  padding: 2rem 0 0 3rem;
}
@media (max-width: 768px) {
  .team-member-show__body {
    padding-left: 0;
    text-align: center;
  }
}
.team-member-show__attr {
  color: #535760;
  font-size: 0.9em;
  margin: 0 0 3rem 0;
  text-align: left;
}
.team-member-show__attr .row {
  margin-bottom: 1rem;
}
.team-member-show__attr span {
  color: #000000;
  border: 1px solid rgba(83, 87, 96, 0.3);
  border-radius: 1rem;
  display: inline-block;
  padding: 0.1rem 1rem;
}
.team-member-show__sm {
  color: #F80A89;
  font-size: 2rem;
}
.team-member-show__sm a {
  display: inline-block;
  margin-right: 1rem;
}
.team-member-show__backgroundimage {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.team-member-show__text {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #ffffff;
  padding: 3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .team-member-show__text {
    padding: 2rem;
  }
  .team-member-show__text .btn {
    font-size: 0.8em;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.team-member-show__features {
  margin: 4rem 0;
}
.team-member-show__feature {
  border-left: 2px solid #F2F4F8;
  padding: 0 0 0 1rem;
}
.team-member-show__feature-label {
  color: #F80A89;
  text-transform: uppercase;
  margin: 0 0 0.7rem 0;
  font-size: 0.9em;
}
.team-member-show__feature-value {
  color: #000000;
  font-weight: 700;
  font-size: 1.2em;
}
.team-member-show__gallery img,
.team-member-show__gallery picture {
  display: block;
  border-radius: 1rem;
}
.player-index {
  padding: 12rem 0 5rem;
  margin-top: -10rem;
  background: #F2F4F8;
}
.player-index .header2 {
  text-align: center;
  color: #412F76;
}
.player-index .team-player-home__item {
  margin: 0;
}
.partner-index {
  background: #412F76;
}
.partner-index__image {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin: -3rem -3rem 3rem -3rem;
}
.partner-index__image img,
.partner-index__image picture {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media (max-width: 768px) {
  .partner-index__image {
    margin: -2rem -2rem 2rem -2rem;
  }
}
.partner-index__body {
  background: #ffffff;
  border-radius: 2rem;
  margin: 0 0 -10rem 0;
  position: relative;
  z-index: 10;
  top: -5rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .partner-index__body {
    padding: 2rem;
  }
}
.partner-index__text {
  margin-bottom: 4rem;
}
.partner-index__text h1,
.partner-index__text h2,
.partner-index__text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #412F76;
  margin: 0 0 2rem 0;
}
.partner-index__mainbody {
  background: #F2F4F8;
  border-radius: 2rem;
  border: 2px solid #ffffff;
  padding: 2rem 15%;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 5rem 0;
  color: #535760;
}
.partner-index__mainbody h2,
.partner-index__mainbody h3 {
  font-size: 1.4rem;
  color: #412F76;
  margin: 0 0 2rem 0;
  font-weight: 700;
}
.partner-index__mainbody img,
.partner-index__mainbody picture {
  max-width: 450px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .partner-index__mainbody img,
  .partner-index__mainbody picture {
    max-width: 90%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .partner-index__mainbody {
    padding: 2rem;
  }
}
.partner-index__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #412F76;
  margin: 0 0 3rem 0;
  text-align: center;
}
.partner-index__panel {
  border-left: 2px solid #F2F4F8;
  padding-left: 2rem;
  color: #535760;
}
.partner-index__panel img,
.partner-index__panel picture {
  height: 60px;
  margin-bottom: 3rem;
}
.partner-index__panel.-silver {
  font-size: 0.9em;
}
.partner-index__panel.-silver img,
.partner-index__panel.-silver picture {
  height: 35px;
}
.partner-index__panel.-brown {
  font-size: 0.8em;
}
.partner-index__panel.-brown img,
.partner-index__panel.-brown picture {
  height: 30px;
}
.contact {
  background: #412F76;
  padding: 10rem 0 5rem;
  background-image: url(../image/ks_developres.svg);
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .contact {
    padding: 6rem 3rem;
  }
}
@media (max-width: 576px) {
  .contact {
    padding: 6rem 2rem;
  }
}
@media (max-width: 768px) {
  .contact {
    background-size: 200% auto;
  }
}
.contact h1,
.contact h2 {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .contact h1,
  .contact h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .contact h1,
  .contact h2 {
    font-size: 1.8rem;
  }
}
.contact .socialmedia {
  font-size: 3rem;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .contact .socialmedia {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .contact .socialmedia {
    font-size: 1.8rem;
  }
}
.contact .socialmedia a {
  display: inline-block;
  margin: 0 1rem;
}
.contact .socialmedia img {
  height: 2rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -0.1em;
}
.contact .socialmedia svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: relative;
  top: -0.1em;
  fill: #fff;
}
.contact__panel {
  background: #ffffff;
  color: #535760;
  border-radius: 2rem;
  padding: 2rem 3rem;
  margin: 0 0 2rem 0;
  text-align: left;
}
@media (max-width: 768px) {
  .contact__panel {
    padding: 1.4rem 2rem;
  }
}
.contact__panel h1,
.contact__panel h2 {
  color: #412F76;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.contact__panel h3,
.contact__panel h4 {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #000;
}
@media (max-width: 768px) {
  .contact__panel h3,
  .contact__panel h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .contact__panel h3,
  .contact__panel h4 {
    font-size: 1.2rem;
  }
}
.contact__panel hr {
  margin: 3rem 0;
}
.contact__panel p a {
  color: #F80A89;
}
.contact__panel p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact .btn-outline-primary {
    font-size: 0.8em;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.article-index {
  padding: 10rem 0 5rem 0;
  background: #F2F4F8;
}
.article-index__text h1,
.article-index__text h2,
.article-index__text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #412F76;
  margin: 0 0 2rem 0;
  line-height: 1em;
  text-align: center;
}
.article-item__thumb {
  border-radius: 1rem;
  margin: 0 0 1rem 0;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
.article-item__thumb img,
.article-item__thumb picture {
  display: block;
  border-radius: 1rem;
  transition: 0.2s all ease-in-out;
}
.article-item:hover .article-item__thumb img,
.article-item picture {
  transform: scale(1.1) rotate(-4deg);
}
.article-item__date {
  font-size: 0.8em;
}
.article-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #412F76;
  margin: 0 0 1rem 0;
  line-height: 1.1em;
}
.article-item__lead {
  color: #535760;
  font-size: 0.9em;
  line-height: 1.4em;
}
.article {
  padding: 10rem 0 5rem 0;
  background: #F2F4F8;
}
@media (max-width: 768px) {
  .article {
    padding: 6rem 0 3rem 0;
  }
}
@media (max-width: 576px) {
  .article {
    padding: 6rem 0 2rem 0;
  }
}
.article__image {
  text-align: center;
  margin: 0 0 5rem 0;
}
@media (max-width: 768px) {
  .article__image {
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 576px) {
  .article__image {
    margin: 0 0 2rem 0;
  }
}
.article__image img,
.article__image picture {
  max-height: 70vh;
  max-width: 100%;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.article__body {
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.article__body h1,
.article__body h2,
.article__body h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #412F76;
  margin: 0 0 1rem 0;
  line-height: 1.1em;
}
.article__body h1 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .article__body h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 576px) {
  .article__body h1 {
    font-size: 1.5rem;
  }
}
.pagination {
  justify-content: center;
  --bs-pagination-color: #535760;
  --bs-pagination-hover-color: #574691;
  --bs-pagination-active-bg: #F80A89;
  --bs-pagination-active-border-color: #F80A89;
  --bs-pagination-focus-color: #F80A89;
  --bs-pagination-hover-color: #F80A89;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
}
.pagination .page-item .page-link {
  border-radius: 1rem/2;
  margin: 0 0.1rem;
}
.developres-widget {
  position: fixed;
  top: 70%;
  right: 0;
  z-index: 9000;
}
@media (max-width: 992px) {
  .developres-widget {
    top: auto;
    bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.developres-widget__shop a {
  background: url('../image/icons/IconsShirt.svg'), linear-gradient(90deg, #F80A89 0%, #574691 100%);
}
.developres-widget__ticket a {
  background: url('../image/icons/IconsTicket.svg'), linear-gradient(90deg, #574691 0%, #F80A89 100%);
}
.developres-widget a {
  font-size: 14px;
  position: relative;
  right: -30px;
  margin: 5px 0;
  border: 1px solid #fff;
  display: block;
  height: 50px;
  width: 180px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 55px;
  padding-right: 100px;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: 5px center, center center;
  background-size: 40px 40px, 100% 100%;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 992px) {
  .developres-widget a {
    margin: 5px;
    right: 0;
    width: 160px;
    border-radius: 40px;
    padding-right: 0px;
  }
}
.developres-widget a:hover {
  right: -5px;
}
@media (max-width: 992px) {
  .developres-widget a:hover {
    right: 0;
  }
}
.brackets__stages {
  background: #574691;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 1rem 0;
  color: #fff;
}
.brackets__item {
  font-size: 0.7em;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.brackets__teamitem {
  height: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;
}
.brackets__teamitem:first-child {
  border-bottom: 1px solid #535760;
}
.brackets__teamscore span {
  background: #F2F4F8;
  padding: 0.2em 0.5em;
  border-radius: 0.5rem;
}
.brackets__teamname b {
  color: #D80978;
}
.page {
  background: #ffffff;
  padding: 10rem 0 5rem;
}
@media (max-width: 768px) {
  .page {
    padding: 6rem 3rem;
  }
}
@media (max-width: 576px) {
  .page {
    padding: 6rem 2rem;
  }
}
.page hr {
  margin: 2rem 0;
}
.page h1 {
  color: #574691;
  margin: 0 0 2rem 0;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.page h2 {
  color: #574691;
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.page h3 {
  color: #574691;
  margin: 0 0 1rem 0;
  font-size: 1.7rem;
}
/*# sourceMappingURL=style.css.map */