/*
Theme Name: SNS
Theme URI: https://dotline.ag
Author: Dotline Agency
Author URI: https://dotline.ag
Description: A clean, modern WordPress theme for martial arts and wellness schools to showcase classes, services, instructors, schedules, pricing, booking, and events. Features a responsive layout, customizable sections, SEO-friendly structure, and easy integration with 3rd party plugins.
Version: 1.1
 */
:root {
  --transition-default: 0.3s ease-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: currentcolor;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: "GeneralSans-Variable";
  src: url("./assets/fonts/general-sans/GeneralSans-Variable.woff2") format("woff2"), url("./assets/fonts/general-sans/GeneralSans-Variable.woff") format("woff"), url("./assets/fonts/general-sans/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gochi Hand Regular";
  src: local("Gochi Hand Regular"), url("./assets/fonts/gochi-hand/GochiHand-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
html {
  font-size: 16px;
}

body {
  font-family: "GeneralSans-Variable";
  font-size: 1rem;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  margin: 0;
  color: #ffffff;
  position: relative;
  background-color: #313131;
}
@media (max-width: 991px) {
  body {
    font-size: 0.75rem;
  }
}
body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url("./assets/images/png/bg-old.png") repeat;
  mix-blend-mode: hard-light;
  inset: 0;
}
body:has(.select2-container--open) {
  overflow-x: hidden;
}

.site {
  position: relative;
  z-index: 2;
}
.site:before {
  content: "";
  z-index: 1;
  top: 0;
  aspect-ratio: 0.6640625;
  width: 42.5%;
  max-height: 1130px;
  right: 0;
  position: absolute;
  background: url("./assets/images/png/hero/hero.png") right top no-repeat;
  background-size: cover;
  display: none;
  pointer-events: none;
  max-width: 650px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
}
.site:has(.home-hero-mask):before {
  display: block;
}
@media (max-width: 991px) {
  .site:has(.home-hero-mask):before {
    display: none;
  }
}

button,
textarea,
input {
  font-family: "GeneralSans-Variable";
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped:has(.modal.active:not(.modal--is-megamenu)) {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.clear {
  clear: both;
}

.site-title {
  font-size: 2rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
  line-height: 2rem;
}
@media (max-width: 991px) {
  .site-title {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

.site-subtitle {
  font-size: 1.5rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .site-subtitle {
    font-size: 0.75rem;
  }
}

.site-description {
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 160%;
}
@media (max-width: 991px) {
  .site-description {
    font-size: 0.75rem;
  }
}

.site-more {
  color: var(--Crimson-Red-100, #d62b22);
  font-size: 0.875rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
}
.site-more:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .site-more {
    font-size: 0.75rem;
  }
}

.site-box {
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-box {
    justify-content: unset;
    flex-direction: column;
    align-items: center;
  }
}
.site-box__items {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 991px) {
  .site-box__items {
    flex: unset;
    width: 100%;
  }
}
.site-box__items--item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .site-box__items--item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.site-box__items--item .accordion-title {
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s;
}
.site-box__items--item .accordion-title.active {
  opacity: 1;
}
.site-box__items--item .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.site-box__items--item .accordion-content:after {
  pointer-events: none;
  background: #ffffff;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.site-box__items--item .accordion-content > div {
  padding-top: 16px;
  line-height: 160%;
}
@media (max-width: 991px) {
  .site-box__items--item .accordion-content > div {
    line-height: 1.125rem;
    padding-top: 8px;
    font-size: 0.75rem;
  }
}
.site-box__items--item .accordion-content > div ul {
  opacity: 0.7;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .site-box__items--item .accordion-content > div ul {
    padding-left: 16px;
  }
}
.site-box__items--item .accordion-content > div ul li {
  list-style: disc;
}
.site-box__items--item .accordion-content > div .site-more {
  margin-top: 32px;
  display: flex;
}
@media (max-width: 991px) {
  .site-box__items--item .accordion-content > div .site-more {
    margin-top: 16px;
  }
}
.site-box__items--item .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.site-box__items--item .accordion-content.active::after {
  transition: width 6s linear;
  width: 100%;
}
.site-box__info {
  flex: 1;
  max-width: 590px;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .site-box__info {
    padding-top: 0 !important;
    max-width: unset;
    flex: unset;
    width: 100%;
  }
}
.site-box__info strong {
  line-height: 160%;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .site-box__info strong {
    line-height: 1.125rem;
  }
}
.site-box__info .site-title {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .site-box__info .site-title {
    margin-bottom: 8px;
  }
}
.site-box__info .site-description p, .site-box__info .site-description ul {
  margin-bottom: 16px;
}
.site-box__info .site-description p:last-child, .site-box__info .site-description ul:last-child {
  margin-bottom: 0;
}
.site-box__info > ul, .site-box__info .site-description > ul {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .site-box__info > ul, .site-box__info .site-description > ul {
    padding-left: 16px;
    line-height: 1.125rem;
  }
}
.site-box__info > ul li, .site-box__info .site-description > ul li {
  list-style: disc;
}
.site-box__info > ul li b, .site-box__info .site-description > ul li b {
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
.site-box__info > ul {
  opacity: 0.7;
  line-height: 160%;
}
@media (max-width: 991px) {
  .site-box__info > ul {
    line-height: 1.125rem;
  }
}
.site-box__info .site-more {
  margin-top: 32px;
  display: flex;
}
@media (max-width: 991px) {
  .site-box__info .site-more {
    margin-top: 16px;
  }
}
.site-box__info:has(.site-subtitle) .site-title {
  margin-bottom: 0;
}
.site-box__info:has(.site-subtitle) .site-subtitle {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .site-box__info:has(.site-subtitle) .site-subtitle {
    margin-bottom: 8px;
  }
}
.site-box__info--gallery {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .site-box__info--gallery {
    gap: 16px;
    padding-top: 56px;
  }
}
.site-box__info--gallery_title {
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  .site-box__info--gallery_title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.site-box__info--gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.site-box__info--gallery ul li {
  cursor: pointer;
  flex: 0 0 calc(20% - 12.8px);
  max-width: calc(20% - 12.8px);
}
@media (max-width: 767px) {
  .site-box__info--gallery ul li {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
}
@media (max-width: 575px) {
  .site-box__info--gallery ul li {
    flex: 0 0 calc(33.33% - 10.66px);
    max-width: calc(33.33% - 10.66px);
  }
}
.site-box__info--gallery ul img {
  border-radius: 4px;
  filter: grayscale(100%);
  width: 100%;
  transition: all 0.3s;
}
.site-box__info--gallery ul img:hover {
  filter: grayscale(0);
}
@media (max-width: 1199px) {
  .site-box__picture {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .site-box__picture {
    max-width: 232px;
  }
}
.site-box--tabs .site-box__items {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .site-box--tabs .site-box__items {
    padding-left: 0;
  }
}
.site-box--tabs .site-box__picture {
  position: relative;
}
.site-box--tabs .site-box__picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.site-box--tabs .site-box__picture img:first-child {
  position: static;
  transform: unset;
}
.site-box--tabs .site-box__picture img.active {
  opacity: 1;
  pointer-events: unset;
  z-index: 1;
}

.container {
  max-width: 1472px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

body:has(.light-page) {
  color: #333333;
  background-color: #f0f0ee;
}
body:has(.light-page) #footer {
  background: url("./assets/images/png/bg-light-old.png") repeat #f0f0ee;
}
body:has(.light-page)::after {
  background: url("./assets/images/png/bg-light-old.png") repeat;
}
body:has(.light-page) .site:before {
  max-height: 970px;
  aspect-ratio: 0.6629213483;
  width: 36.88%;
  background-image: url("./assets/images/png/hero/light/hero.png");
  mix-blend-mode: darken;
  mask-image: unset;
}
body:has(.light-page) #header.fixed .header {
  background-color: #ffffff;
}
body:has(.light-page) .menu ul li a:hover {
  color: #0070ea;
}
body:has(.light-page) .menu-modal__content--icon {
  color: #0070ea;
}
body:has(.light-page) .menu-modal__content--links a:hover {
  color: #0070ea;
}
body:has(.light-page) .menu-modal__content ul li a:hover {
  color: #0070ea;
}
body:has(.light-page) .home-hero-mask {
  mix-blend-mode: overlay;
}
body:has(.light-page) .home-hero-mask__stars {
  width: 66.56%;
  background-image: url("./assets/images/png/hero/light/pattern.svg");
}
@media (max-width: 991px) {
  body:has(.light-page) .home-hero-mask__stars {
    mix-blend-mode: overlay;
    background-image: url("./assets/images/png/hero/light/hero-mobile-light.png");
    background-position: right top;
    width: 100%;
  }
}
body:has(.light-page) .menu-toggle {
  color: #000000;
}
body:has(.light-page) .site-description {
  opacity: 0.7;
}
body:has(.light-page) .home-hero__title {
  color: #333333;
}
body:has(.light-page) .btn,
body:has(.light-page) .home-banners__banner1 {
  background-color: #0070ea;
}
body:has(.light-page) .btn:hover {
  background-color: rgba(0, 112, 234, 0.75);
}
body:has(.light-page) .home-banners__banner1,
body:has(.light-page) .home-banners__banner4 {
  color: #ffffff;
  background-image: url("./assets/images/png/bg-light-old.png");
}
body:has(.light-page) .home-banners__banner2--over {
  color: #ffffff;
  align-items: flex-start;
}
body:has(.light-page) .home-banners__banner3 {
  color: #66a9f2;
  mix-blend-mode: multiply;
  background-color: rgba(214, 214, 214, 0.2);
  background-image: url("./assets/images/png/bg-light-old.png");
}
body:has(.light-page) .home-banners__banner3::before {
  background: linear-gradient(135deg, #99c6f7 0%, #0070ea 78%, rgba(0, 112, 234, 0.2) 100%);
}
body:has(.light-page) .single-banner {
  background-image: url("./assets/images/png/bg-light-old.png");
  mix-blend-mode: multiply;
  background-color: rgba(214, 214, 214, 0.2);
  margin-top: 106px;
}
@media (max-width: 991px) {
  body:has(.light-page) .single-banner {
    margin-top: 0;
  }
}
body:has(.light-page) .single-banner__picture {
  margin-top: -146px;
}
body:has(.light-page) .single-banner::before {
  background: linear-gradient(135deg, #99c6f7 0%, #0070ea 78%, rgba(0, 112, 234, 0.2) 100%);
  mix-blend-mode: multiply;
}
body:has(.light-page) .home-banners__banner4 {
  background-color: var(--Gray-20, #d6d6d6);
}
body:has(.light-page) .home-banners__banner4::before {
  background: linear-gradient(to bottom, #0070ea 0%, #002d5e 49%, rgba(255, 255, 255, 0.4) 100%);
  mix-blend-mode: color-burn;
}
body:has(.light-page) .home-banners__banner4 svg {
  mix-blend-mode: overlay;
  filter: blur(120px);
}
body:has(.light-page) .home-banners__events {
  background-image: url("./assets/images/png/bg-light-old.png");
}
body:has(.light-page) .home-banners__events:after {
  background-image: url("./assets/images/png/bg-events-light.png");
}
body:has(.light-page) .home-banners__events::before {
  background: radial-gradient(circle at 12% 20%, #3683d7 0%, rgba(4, 67, 140, 0) 60%), linear-gradient(90deg, rgba(157, 190, 226, 0.9) 10%, #6ea2db 38%, rgba(4, 114, 232, 0.35) 100%);
  mix-blend-mode: color-burn;
}
body:has(.light-page) .home-banners__events .slick-dots button {
  background-color: var(--Electric-Blue-140, #00438c);
}
body:has(.light-page) .home-banners__events--slide strong {
  color: var(--Electric-Blue-60, #66a9f2);
}
body:has(.light-page) .site-more,
body:has(.light-page) .home-banners__events--slide,
body:has(.light-page) .single-banner__info--title,
body:has(.light-page) .site-box__info--gallery_title {
  color: #0070ea;
}
body:has(.light-page) .section-text__title,
body:has(.light-page) .what-are-training__title {
  color: #005abb;
}
body:has(.light-page) .faq-section__item .accordion-title:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6V18' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body:has(.light-page) .faq-section__item .accordion-title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body:has(.light-page) .footer,
body:has(.light-page) .copyright {
  border-top-color: rgba(0, 0, 0, 0.1);
}
body:has(.light-page) .footer__details--slug {
  color: #0f2397;
  opacity: 0.5;
  mix-blend-mode: color-burn;
}
body:has(.light-page) .footer__details--logo {
  opacity: 0.5;
  color: #333333;
  mix-blend-mode: color-burn;
}
body:has(.light-page) .footer__details--item {
  color: var(--Gray-80, #5c5c5c);
}
body:has(.light-page) .footer__details--item:hover {
  color: #333333;
}
body:has(.light-page) .footer__details--item svg {
  color: #5c5c5c;
}
body:has(.light-page) .copyright__text {
  color: var(--Gray-80, #5c5c5c);
}
body:has(.light-page) .copyright__text a:hover {
  color: #333333;
}
body:has(.light-page) .copyright .dotline {
  color: var(--Gray-80, #5c5c5c);
}
body:has(.light-page) .copyright .dotline svg {
  color: #5c5c5c;
}
body:has(.light-page) .footer__links ul li {
  color: var(--Gray-80, #5c5c5c);
}
body:has(.light-page) .footer__links ul li a:hover {
  color: #333333;
}
body:has(.light-page) .logo__back {
  fill: #0070ea;
}
body:has(.light-page) #home-hero {
  background: url("./assets/images/png/bg-light-old.png") repeat #f0f0ee;
}
body:has(.light-page) .faq-section__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
body:has(.light-page) #single-site-box .site-box .site-description,
body:has(.light-page) #single-site-box .site-box strong,
body:has(.light-page) #single-site-box .site-box ul {
  color: var(--Gray-80, #5c5c5c);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}

.slick-next {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 991px) {
  .slick-dots {
    bottom: 16px;
    gap: 4px;
  }
}
.slick-dots li button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--White, #fff);
  opacity: 0.5;
  font-size: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .slick-dots li button {
    width: 2px;
    height: 2px;
  }
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 8px;
  height: 8px;
}
@media (max-width: 991px) {
  .slick-dots li.slick-active button {
    width: 4px;
    height: 4px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  z-index: 100000;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 56px;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 991px) {
  .select2-container .select2-selection--single {
    height: 48px;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow {
  border: none;
  top: 16px !important;
  right: 16px !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 10L12 14L8 10' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 12px !important;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 16px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 36px;
  }
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
  padding-left: 35px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border-radius: 4px !important;
  background: var(--surface, #fff);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  top: 4px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  transition: all 0.3s;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
  -webkit-user-select: none;
  color: var(--Gray-60, #858585);
  line-height: 1.5rem;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .select2-results__option {
    font-size: 1rem;
  }
}
.select2-results__option:last-child {
  border-bottom: none;
}
.select2-results__option:before {
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='1.5' fill='white' stroke='%23D6D6D6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  content: "";
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
  padding: 8px;
}
.select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #858585;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #adadad;
  color: var(--Gray-40, #adadad);
  font-size: 1rem;
  height: 56px;
  line-height: 54px;
}
@media (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    height: 48px;
    line-height: 46px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px;
}
@media (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2f2f2f transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 5px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2f2f2f transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-selected=true]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='1.5' fill='%23D62B22' stroke='%23AB221B'/%3E%3Cpath d='M16.6663 8.79163L10.2497 15.2083L7.33301 12.2916' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: var(--Crimson-Red-120, #AB221B);
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.leaflet-container {
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 16px;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
  display: none;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
  display: none;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../images/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: center;
  border-radius: 5px;
}

.leaflet-popup-content {
  margin: 8px 20px;
  line-height: 1.4;
  font-family: GeneralSans-Variable;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(../images/leaflet/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../images/leaflet/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666;
}

/**********tooltip Animatoin**********/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip__trigger {
  cursor: pointer;
  position: relative;
}

.tooltip__trigger-text {
  display: block;
  padding: 0.85em;
  pointer-events: none;
}

.tooltip__base {
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.tooltip__content {
  color: #999999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 0 1em;
  opacity: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: GeneralSans-Variable;
}

.tooltip__shape,
.tooltip__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tooltip__shape {
  fill: #141514;
}

/* Indivudual styles */
/* Cora */
.tooltip--cora .tooltip__base {
  transform-origin: 50% 100%;
}

.tooltip--cora .tooltip__content {
  margin-bottom: 1em;
}

/* Smaug */
.tooltip--smaug .tooltip__base {
  bottom: -0.5em;
  transform-origin: 50% 100%;
}

.tooltip--smaug .tooltip__content {
  padding: 0;
}

/* Dori */
.tooltip--dori .tooltip__base {
  bottom: -0.5em;
}

.tooltip--dori .tooltip__content {
  margin: 0 0 1em;
}

/* Walda */
.tooltip--walda .tooltip__base {
  left: 0;
  bottom: 0.75em;
  position: absolute;
  margin-left: 0;
  width: 250px;
  height: 100px;
  padding: 0 0 0 0.25em;
}

.tooltip--walda .tooltip__trigger-text {
  padding: 1em;
}

.tooltip--walda .tooltip__content {
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  text-align: left;
  font-size: 0.85em;
  line-height: 2;
  opacity: 1;
  justify-content: flex-start;
}

.tooltip--walda .tooltip__letters span {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

.tooltip--walda .tooltip__deco {
  width: 4px;
  height: 100%;
  background: #141514;
  transform-origin: 50% 100%;
}

/* Gram */
.tooltip--gram .tooltip__base {
  bottom: -0.5em;
}

/* Narvi */
.path-narvi {
  transform-origin: 200px 150px;
}

.tooltip--narvi .tooltip__content {
  width: 80%;
}

/* Amras */
.path-amras-1 {
  transform-origin: 115px 111px;
}

.path-amras-2 {
  transform-origin: 204px 107px;
}

.path-amras-3 {
  transform-origin: 279px 66px;
}

.path-amras-4 {
  transform-origin: 320px 99px;
}

.path-amras-5 {
  transform-origin: 137px 199px;
}

.path-amras-6 {
  transform-origin: 222px 217px;
}

.path-amras-7 {
  transform-origin: 80px 168px;
}

.path-amras-8 {
  transform-origin: 296px 211px;
}

.path-amras-9 {
  transform-origin: 310px 167px;
}

/* Hador */
.tooltip--hador .tooltip__base {
  bottom: 2.25em;
  margin-left: -115px;
}

.path-hador-1 {
  transform-origin: 148px 284px;
}

.path-hador-2 {
  transform-origin: 160px 268px;
}

.path-hador-3 {
  transform-origin: 171px 246px;
}

.path-hador-4 {
  transform-origin: 200px 120px;
}

.tooltip--hador .tooltip__content {
  width: 50%;
  margin: 0 0 2.5em;
}

/* Malva */
.tooltip--malva .tooltip__content {
  width: 50%;
}

/* Sadoc */
.tooltip--sadoc .tooltip__base {
  bottom: 2.5em;
}

.tooltip--sadoc .tooltip__shape path {
  fill: #1d1f1e;
  stroke: #5a5c5b;
  stroke-width: 3px;
}

body:has(.modal.active) {
  overflow: hidden;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10002;
  align-items: center;
  justify-content: center;
  display: none;
  backdrop-filter: blur(7.5px);
  background: rgba(51, 51, 51, 0.5);
}
@media (max-width: 991px) {
  .modal {
    align-items: flex-end;
    max-width: 100vw;
    max-width: 100dvw;
  }
}
.modal .ginput_container_select {
  min-height: 56px;
}
@media (max-width: 991px) {
  .modal .ginput_container_select {
    min-height: 48px;
  }
}
.modal .select2-container {
  position: absolute;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.modal__content {
  width: 954px;
  max-width: 100%;
  max-height: 100%;
  margin: 24px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: transparent;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .modal__content {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .modal__content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
}
.modal__content--close {
  border-radius: 4px;
  border: none;
  background: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 32px;
  left: 32px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal__content--close {
    left: unset;
    right: 32px;
  }
}
.modal__content--close::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 1L13 13' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 1L1 13' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.modal--is-request .modal__content {
  width: 760px;
}
@media (max-width: 991px) {
  .modal--is-request .modal__content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .modal--is-request .modal__content .coach-card__info {
    height: 100%;
    min-height: 340px;
  }
}
.modal--is-request .modal__content .coach-card__picture {
  flex: 0 0 340px;
  max-width: 340px;
}
@media (max-width: 991px) {
  .modal--is-request .modal__content .coach-card__picture {
    flex: unset;
    max-width: unset;
    align-items: unset;
    max-height: calc(100vh - 340px);
    max-height: calc(100dvh - 340px);
  }
  .modal--is-request .modal__content .coach-card__picture img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .modal--is-request .modal__content .btn {
    width: 100%;
    margin-top: auto;
  }
}
.modal--is-book .modal__content {
  width: 760px;
}
@media (max-width: 991px) {
  .modal--is-book .modal__content {
    width: 100%;
  }
}
.modal--is-gallery .modal__content {
  width: 760px;
}
@media (max-width: 991px) {
  .modal--is-gallery .modal__content {
    width: 100%;
    margin: auto;
    height: unset;
    border-radius: 24px;
  }
}
.modal--is-menu {
  z-index: 10000;
  backdrop-filter: unset;
  background-color: rgba(51, 51, 51, 0.7);
}
@media only screen and (min-width: 992px) {
  .modal--is-menu.active {
    display: none !important;
  }
}
.modal--is-menu .menu-modal {
  width: 100%;
  height: 100%;
  padding: 70px 15px;
}
.modal--is-menu .menu-modal__content {
  color: var(--Gray-80, #5c5c5c);
  padding: 24px;
  border-radius: 16px;
  background: var(--White, #ffffff);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal--is-menu .menu-modal__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 650;
  text-transform: uppercase;
  font-variation-settings: "wght" 650;
}
.modal--is-menu .menu-modal__content ul a:hover {
  color: #d62b22;
}
.modal--is-menu .menu-modal__content--icon {
  color: #d62b22;
}
.modal--is-menu .menu-modal__content--links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal--is-menu .menu-modal__content--links a {
  font-size: 0.875rem;
  color: var(--Gray-60, #858585);
  text-transform: uppercase;
  text-transform: uppercase;
  font-variation-settings: "wght" 550;
}
.modal--is-menu .menu-modal__content--links a:hover {
  color: #d62b22;
}

.error {
  color: #d62b22;
  font-size: 0.875rem;
  display: block;
  margin-top: 4px;
}

body .form-groups, body .gform-theme--foundation .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body .form-groups .form-group, body .gform-theme--foundation .gform_fields .form-group {
  position: relative;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (max-width: 991px) {
  body .form-groups .form-group, body .gform-theme--foundation .gform_fields .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .form-groups .form-group.w-full, body .gform-theme--foundation .gform_fields .form-group.w-full {
  flex: 0 0 100%;
  max-width: 100%;
}
body .form-groups .form-group input[type=text],
body .form-groups .form-group input[type=password],
body .form-groups .form-group input[type=tel],
body .form-groups .form-group input[type=url],
body .form-groups .form-group input[type=email],
body .form-groups .form-group input[type=number], body .gform-theme--foundation .gform_fields .form-group input[type=text],
body .gform-theme--foundation .gform_fields .form-group input[type=password],
body .gform-theme--foundation .gform_fields .form-group input[type=tel],
body .gform-theme--foundation .gform_fields .form-group input[type=url],
body .gform-theme--foundation .gform_fields .form-group input[type=email],
body .gform-theme--foundation .gform_fields .form-group input[type=number] {
  display: block;
  width: 100%;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid var(--Gray-60, #858585);
  background: transparent;
  transition: all 0.3s;
  padding: 16px;
  height: 56px;
  color: #ffffff;
}
body .form-groups .form-group input[type=text]::placeholder,
body .form-groups .form-group input[type=password]::placeholder,
body .form-groups .form-group input[type=tel]::placeholder,
body .form-groups .form-group input[type=url]::placeholder,
body .form-groups .form-group input[type=email]::placeholder,
body .form-groups .form-group input[type=number]::placeholder, body .gform-theme--foundation .gform_fields .form-group input[type=text]::placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=password]::placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=tel]::placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=url]::placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=email]::placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=number]::placeholder {
  color: #adadad;
  opacity: 1;
}
body .form-groups .form-group input[type=text]:-ms-input-placeholder,
body .form-groups .form-group input[type=password]:-ms-input-placeholder,
body .form-groups .form-group input[type=tel]:-ms-input-placeholder,
body .form-groups .form-group input[type=url]:-ms-input-placeholder,
body .form-groups .form-group input[type=email]:-ms-input-placeholder,
body .form-groups .form-group input[type=number]:-ms-input-placeholder, body .gform-theme--foundation .gform_fields .form-group input[type=text]:-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=password]:-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=tel]:-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=url]:-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=email]:-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=number]:-ms-input-placeholder {
  color: #adadad;
}
body .form-groups .form-group input[type=text]::-ms-input-placeholder,
body .form-groups .form-group input[type=password]::-ms-input-placeholder,
body .form-groups .form-group input[type=tel]::-ms-input-placeholder,
body .form-groups .form-group input[type=url]::-ms-input-placeholder,
body .form-groups .form-group input[type=email]::-ms-input-placeholder,
body .form-groups .form-group input[type=number]::-ms-input-placeholder, body .gform-theme--foundation .gform_fields .form-group input[type=text]::-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=password]::-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=tel]::-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=url]::-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=email]::-ms-input-placeholder,
body .gform-theme--foundation .gform_fields .form-group input[type=number]::-ms-input-placeholder {
  color: #adadad;
}
@media (max-width: 991px) {
  body .form-groups .form-group input[type=text],
  body .form-groups .form-group input[type=password],
  body .form-groups .form-group input[type=tel],
  body .form-groups .form-group input[type=url],
  body .form-groups .form-group input[type=email],
  body .form-groups .form-group input[type=number], body .gform-theme--foundation .gform_fields .form-group input[type=text],
  body .gform-theme--foundation .gform_fields .form-group input[type=password],
  body .gform-theme--foundation .gform_fields .form-group input[type=tel],
  body .gform-theme--foundation .gform_fields .form-group input[type=url],
  body .gform-theme--foundation .gform_fields .form-group input[type=email],
  body .gform-theme--foundation .gform_fields .form-group input[type=number] {
    padding: 12px;
    height: 48px;
    font-size: 0.875rem;
  }
}
body .form-groups .form-group input[type=text]:focus,
body .form-groups .form-group input[type=password]:focus,
body .form-groups .form-group input[type=tel]:focus,
body .form-groups .form-group input[type=url]:focus,
body .form-groups .form-group input[type=email]:focus,
body .form-groups .form-group input[type=number]:focus, body .gform-theme--foundation .gform_fields .form-group input[type=text]:focus,
body .gform-theme--foundation .gform_fields .form-group input[type=password]:focus,
body .gform-theme--foundation .gform_fields .form-group input[type=tel]:focus,
body .gform-theme--foundation .gform_fields .form-group input[type=url]:focus,
body .gform-theme--foundation .gform_fields .form-group input[type=email]:focus,
body .gform-theme--foundation .gform_fields .form-group input[type=number]:focus {
  border-color: #ffffff;
}
body .form-groups .form-group textarea, body .gform-theme--foundation .gform_fields .form-group textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 112px;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid var(--Gray-60, #858585);
  background: transparent;
  transition: all 0.3s;
  padding: 16px;
  color: #ffffff;
}
body .form-groups .form-group textarea::placeholder, body .gform-theme--foundation .gform_fields .form-group textarea::placeholder {
  color: #adadad;
  opacity: 1;
}
body .form-groups .form-group textarea:-ms-input-placeholder, body .gform-theme--foundation .gform_fields .form-group textarea:-ms-input-placeholder {
  color: #adadad;
}
body .form-groups .form-group textarea::-ms-input-placeholder, body .gform-theme--foundation .gform_fields .form-group textarea::-ms-input-placeholder {
  color: #adadad;
}
@media (max-width: 991px) {
  body .form-groups .form-group textarea, body .gform-theme--foundation .gform_fields .form-group textarea {
    padding: 12px;
    height: 112px;
    font-size: 0.875rem;
  }
}
body .form-groups .form-group textarea:focus, body .gform-theme--foundation .gform_fields .form-group textarea:focus {
  border-color: #ffffff;
}
body .form-groups .form-group:has(.error) input[type=text],
body .form-groups .form-group:has(.error) input[type=password],
body .form-groups .form-group:has(.error) input[type=tel],
body .form-groups .form-group:has(.error) input[type=url],
body .form-groups .form-group:has(.error) input[type=email],
body .form-groups .form-group:has(.error) input[type=number],
body .form-groups .form-group:has(.error) textarea, body .gform-theme--foundation .gform_fields .form-group:has(.error) input[type=text],
body .gform-theme--foundation .gform_fields .form-group:has(.error) input[type=password],
body .gform-theme--foundation .gform_fields .form-group:has(.error) input[type=tel],
body .gform-theme--foundation .gform_fields .form-group:has(.error) input[type=url],
body .gform-theme--foundation .gform_fields .form-group:has(.error) input[type=email],
body .gform-theme--foundation .gform_fields .form-group:has(.error) input[type=number],
body .gform-theme--foundation .gform_fields .form-group:has(.error) textarea {
  color: #d62b22;
  border-color: #d62b22;
}
body .form-check, body .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
body .form-check:before, body .gfield_checkbox .gchoice:before {
  transition: all 0.3s;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='1.5' fill='white' stroke='%23D6D6D6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
body .form-check-input, body .form-check .gfield-choice-input, body .gfield_checkbox .gchoice-input, body .gfield_checkbox .gchoice .gfield-choice-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body .form-check-label, body .form-check .gform-field-label, body .gfield_checkbox .gchoice-label, body .gfield_checkbox .gchoice .gform-field-label {
  line-height: 1.5rem;
  color: var(--Gray-60, #858585);
  font-feature-settings: "liga" off, "clig" off;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  font-size: 1rem;
}
@media (max-width: 991px) {
  body .form-check-label, body .form-check .gform-field-label, body .gfield_checkbox .gchoice-label, body .gfield_checkbox .gchoice .gform-field-label {
    font-size: 0.75rem;
  }
}
body .form-check:has(input:checked):before, body .gfield_checkbox .gchoice:has(input:checked):before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='1.5' fill='%23D62B22' stroke='%23AB221B'/%3E%3Cpath d='M16.6663 8.79169L10.2497 15.2084L7.33301 12.2917' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body .gform_wrapper {
  width: 100%;
}
body .gform_wrapper.gform-theme--foundation .gform_footer, body .gform_wrapper.gform-theme--foundation .gform_page_footer {
  margin: 0;
}
body .gform_wrapper .gfield_required {
  display: none;
}
body .gform_wrapper .ginput_container {
  position: relative !important;
}

body .gform-loader {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  filter: hue-rotate(0deg) saturate(100%) brightness(1) sepia(1) saturate(10000%) hue-rotate(-20deg);
}

.nums {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--Gray-80, #5c5c5c);
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .nums {
    padding: 12px;
    gap: 12px;
  }
}
.nums .plus {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0059 6.005L12.0059 18.005' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.nums .plus:hover {
  opacity: 0.7;
}
.nums .minus {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.nums .minus:hover {
  opacity: 0.7;
}
.nums #number, .nums #qty_html {
  flex: 1;
  text-align: center;
  height: 24px;
  border: none;
  background: transparent;
  color: var(--White, #ffffff);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .nums #number, .nums #qty_html {
    font-size: 0.75rem;
  }
}

.book-form {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .book-form {
    flex-direction: column;
    height: 100%;
  }
}
.book-form__picture {
  flex: 0 0 340px;
  max-width: 340px;
}
.book-form__picture picture,
.book-form__picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .book-form__picture {
    flex: unset;
    max-width: unset;
    width: 100%;
    background-color: #df000d;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 340px;
  }
}
.book-form__info {
  color: var(--Gray-100, #333333);
  background-color: #ffffff;
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.book-form__info .book-form__info {
  width: 100%;
  padding: 0;
}
.book-form__info .book-form__info .gform_wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .book-form__info {
    flex: 1;
    width: 100%;
    padding: 32px 16px 40px;
    justify-content: flex-start;
    overflow: auto;
    overflow-x: hidden;
  }
}
.book-form__info--title {
  margin-bottom: 24px;
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .book-form__info--title {
    padding: 4px;
    border-radius: 4px;
    background: #DF000D;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    left: 32px;
    top: 35px;
    color: var(--White, #ffffff);
    line-height: 2rem;
  }
}
.book-form__info--fields,
.book-form__info .gform-theme--foundation .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: flex-start;
}
.book-form__info--fields_checkbox,
.book-form__info--fields .gform-theme--framework .gfield--type-choice .gfield_checkbox,
.book-form__info--fields .gform-theme--framework .gfield--type-choice .gfield_radio,
.book-form__info .gform-theme--foundation .gform_fields_checkbox,
.book-form__info .gform-theme--foundation .gform_fields .gform-theme--framework .gfield--type-choice .gfield_checkbox,
.book-form__info .gform-theme--foundation .gform_fields .gform-theme--framework .gfield--type-choice .gfield_radio {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
.book-form__info--fields_checkbox .form-check,
.book-form__info--fields_checkbox .gchoice,
.book-form__info--fields .gform-theme--framework .gfield--type-choice .gfield_checkbox .form-check,
.book-form__info--fields .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice,
.book-form__info--fields .gform-theme--framework .gfield--type-choice .gfield_radio .form-check,
.book-form__info--fields .gform-theme--framework .gfield--type-choice .gfield_radio .gchoice,
.book-form__info .gform-theme--foundation .gform_fields_checkbox .form-check,
.book-form__info .gform-theme--foundation .gform_fields_checkbox .gchoice,
.book-form__info .gform-theme--foundation .gform_fields .gform-theme--framework .gfield--type-choice .gfield_checkbox .form-check,
.book-form__info .gform-theme--foundation .gform_fields .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice,
.book-form__info .gform-theme--foundation .gform_fields .gform-theme--framework .gfield--type-choice .gfield_radio .form-check,
.book-form__info .gform-theme--foundation .gform_fields .gform-theme--framework .gfield--type-choice .gfield_radio .gchoice {
  flex: 0 0 45%;
}
.book-form__info .gform-theme--foundation .gform_footer,
.book-form__info .gform-theme--foundation .gform_page_footer {
  margin-top: 16px !important;
}
@media (max-width: 991px) {
  .book-form__info .gform-theme--foundation .gform_footer .btn,
  .book-form__info .gform-theme--foundation .gform_page_footer .btn {
    width: 100%;
    flex: 1;
  }
}

.form-field,
.gform_fields.form-groups .gfield {
  position: relative;
  padding-top: 8px;
  width: 100%;
}
.form-field .select2-container--default .select2-selection--single,
.gform_fields.form-groups .gfield .select2-container--default .select2-selection--single {
  border-color: #d6d6d6;
}
.form-field .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.gform_fields.form-groups .gfield .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: var(--Gray-100, #333);
}
.form-field .form-input:not(textarea),
.form-field .form-control:not(textarea),
.gform_fields.form-groups .gfield .form-input:not(textarea),
.gform_fields.form-groups .gfield .form-control:not(textarea) {
  transition: all 0.3s;
  border: none;
  width: 100%;
  padding: 16px;
  line-height: 160%;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid var(--Gray-20, #d6d6d6) !important;
  background: transparent !important;
  outline: none;
  appearance: none;
  height: 56px;
  color: var(--Gray-100, #333333) !important;
}
@media (max-width: 991px) {
  .form-field .form-input:not(textarea),
  .form-field .form-control:not(textarea),
  .gform_fields.form-groups .gfield .form-input:not(textarea),
  .gform_fields.form-groups .gfield .form-control:not(textarea) {
    height: 48px;
    font-size: 0.875rem;
    padding: 12px;
  }
}
.form-field .form-input:not(textarea):focus,
.form-field .form-control:not(textarea):focus,
.gform_fields.form-groups .gfield .form-input:not(textarea):focus,
.gform_fields.form-groups .gfield .form-control:not(textarea):focus {
  border-color: #333333 !important;
}
.form-field .form-label,
.form-field .gfield_label,
.gform_fields.form-groups .gfield .form-label,
.gform_fields.form-groups .gfield .gfield_label {
  position: absolute;
  left: 12px;
  top: 24px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #858585;
  pointer-events: none;
  background: transparent;
  z-index: 1;
}
@media (max-width: 991px) {
  .form-field .form-label,
  .form-field .gfield_label,
  .gform_fields.form-groups .gfield .form-label,
  .gform_fields.form-groups .gfield .gfield_label {
    top: 22px;
    left: 8px;
    font-size: 0.875rem;
  }
}
.form-field.is-focused .form-label, .form-field.is-filled .form-label, .form-field.is-focused .gfield_label, .form-field.is-filled .gfield_label,
.gform_fields.form-groups .gfield.is-focused .form-label,
.gform_fields.form-groups .gfield.is-filled .form-label,
.gform_fields.form-groups .gfield.is-focused .gfield_label,
.gform_fields.form-groups .gfield.is-filled .gfield_label {
  background: #ffffff;
  top: 1px;
  font-size: 0.75em;
  color: var(--Gray-100, #333333);
}
@media (max-width: 991px) {
  .form-field.is-focused .form-label, .form-field.is-filled .form-label, .form-field.is-focused .gfield_label, .form-field.is-filled .gfield_label,
  .gform_fields.form-groups .gfield.is-focused .form-label,
  .gform_fields.form-groups .gfield.is-filled .form-label,
  .gform_fields.form-groups .gfield.is-focused .gfield_label,
  .gform_fields.form-groups .gfield.is-filled .gfield_label {
    top: 2px;
    font-size: 0.625rem;
  }
}
.form-field.is-focused .form-input, .form-field.is-filled .form-input, .form-field.is-focused .form-control, .form-field.is-filled .form-control,
.gform_fields.form-groups .gfield.is-focused .form-input,
.gform_fields.form-groups .gfield.is-filled .form-input,
.gform_fields.form-groups .gfield.is-focused .form-control,
.gform_fields.form-groups .gfield.is-filled .form-control {
  border-color: #333333 !important;
}

body .btn,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Crimson-Red-100, #d62b22);
  border: none;
  color: #ffffff;
  gap: 4px;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: normal;
  transition: all 0.3s;
}
body .btn:focus,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  outline: none;
}
@media (max-width: 991px) {
  body .btn,
  body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    padding: 12px 24px;
    font-size: 0.875rem;
  }
}
body .btn[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled],
body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[disabled] {
  pointer-events: none;
  background: var(--Sage-Blue-Light-Sage-Blue---20, #e6efee);
  color: var(--Sage-Blue-Light-Sage-Blue---40, #cddede);
}
body .btn:hover,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  background-color: rgba(214, 43, 34, 0.75);
}

.gform_button {
  cursor: pointer;
  text-transform: uppercase;
}

.video-player {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-radius: 16px;
  overflow: hidden;
}
.video-player video {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.video-player__button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-player__button:before {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.video-player__button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
  width: 120px;
  height: 120px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.25 16.77C86.789 16.77 107.5 37.4762 107.5 63.02C107.5 88.564 86.789 109.27 61.25 109.27C35.7061 109.27 15 88.564 15 63.02C15 37.4762 35.7061 16.77 61.25 16.77Z' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.5269 63.8407C75.1455 63.4479 75.1455 62.5451 74.5269 62.1523L54.8564 49.6613C54.1906 49.2386 53.3203 49.7169 53.3203 50.5055V75.4874C53.3203 76.2761 54.1906 76.7544 54.8564 76.3316L74.5269 63.8407Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .video-player__button:after {
    width: 64px;
    height: 64px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.6667 8.944C46.2875 8.944 57.3333 19.9873 57.3333 33.6107C57.3333 47.2341 46.2875 58.2773 32.6667 58.2773C19.0433 58.2773 8 47.2341 8 33.6107C8 19.9873 19.0433 8.944 32.6667 8.944Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.1273 34.4423C39.7459 34.0495 39.7459 33.1468 39.1273 32.754L29.9736 26.9412C29.3078 26.5185 28.4375 26.9968 28.4375 27.7854V39.4108C28.4375 40.1995 29.3078 40.6778 29.9736 40.255L39.1273 34.4423Z' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.video-player__button:hover:after {
  opacity: 0.5;
}

@media (max-width: 991px) {
  body:has(.modal-active) #header.fixed .header {
    background: transparent;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
body:not(:has(.home-hero-mask)) {
  padding-top: 88px;
}
@media (max-width: 991px) {
  body:not(:has(.home-hero-mask)) {
    padding-top: 72px;
  }
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10001;
  top: 12px;
  transition: background-color 0.3s, top 0.3s;
}
#header.fixed {
  top: 24px;
}
@media (max-width: 991px) {
  #header.fixed {
    top: 16px;
  }
}
#header.fixed .header {
  background: var(--Gray-100, #333333);
  margin: 0;
}
#header.fixed .logo img, #header.fixed .logo svg {
  width: 97px;
}

.header {
  border-radius: 8px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  gap: 24px;
  z-index: 1;
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}

.logo img, .logo svg {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .logo img, .logo svg {
    width: 97px;
  }
}
.logo__back {
  fill: #d62b22;
}
@media (max-width: 991px) {
  .logo {
    margin-right: auto;
  }
}

.menu-toggle {
  display: none;
  color: #ffffff;
}
@media (max-width: 991px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle span:last-child {
  display: none;
}
.menu-toggle:has(.modal-active) span:first-child {
  display: none;
}
.menu-toggle:has(.modal-active) span:last-child {
  display: block;
}

@media (max-width: 991px) {
  .menu {
    display: none;
  }
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.menu ul li {
  font-weight: 550;
  font-variation-settings: "wght" 550;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.menu ul li a:hover {
  color: #d62b22;
}

#footer {
  background: url("./assets/images/png/bg-old.png") repeat #313131;
  mix-blend-mode: hard-light;
}

.footer {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 140px;
}
@media (max-width: 1399px) {
  .footer {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-top: 40px;
    padding-bottom: 56px;
    padding-top: 56px;
    gap: 0;
  }
}
.footer__details {
  flex: 1;
}
.footer__details--logo {
  margin-bottom: 16px;
  color: #858585;
  mix-blend-mode: color-dodge;
}
.footer__details--slug {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  margin-bottom: 24px;
  color: #d62b22;
  opacity: 0.6;
  mix-blend-mode: color-dodge;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .footer__details--slug {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 991px) {
  .footer__details--slug {
    line-height: 2rem;
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.footer__details--item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 160%;
  color: var(--Gray-40, #adadad);
  gap: 8px;
}
.footer__details--item svg {
  color: #adadad;
}
@media (max-width: 991px) {
  .footer__details--item {
    font-size: 0.75rem;
    gap: 4px;
    line-height: 1rem;
  }
  .footer__details--item svg {
    max-width: 18px;
  }
}
.footer__details ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 72px;
}
@media (max-width: 991px) {
  .footer__details ul {
    column-gap: 0;
  }
}
.footer__details ul li {
  flex: 0 0 calc(45% - 36px);
  max-width: calc(45% - 36px);
}
@media (max-width: 991px) {
  .footer__details ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__details ul li:nth-child(1) {
    order: 0;
  }
  .footer__details ul li:nth-child(2) {
    order: 3;
  }
  .footer__details ul li:nth-child(3) {
    order: 1;
  }
  .footer__details ul li:nth-child(4) {
    order: 4;
  }
  .footer__details ul li:nth-child(5) {
    order: 2;
  }
}
.footer__details ul li a:hover {
  color: #ffffff;
}
.footer__links {
  flex: 0 0 35%;
  max-width: 35%;
  padding-top: 56px;
}
@media (max-width: 1399px) {
  .footer__links {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .footer__links {
    display: none;
  }
}
.footer__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  text-transform: uppercase;
}
.footer__links ul li {
  flex: 0 0 calc(50% - 6px);
  max-width: calc(50% - 6px);
  color: var(--Gray-60, #858585);
  font-size: 0.875rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
.footer__links ul li a:hover {
  color: #ffffff;
}

.copyright {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 991px) {
  .copyright {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.copyright__text {
  color: var(--Gray-60, #858585);
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .copyright__text {
    font-size: 0.75rem;
  }
}
.copyright__text a:hover {
  color: #ffffff;
}
.copyright .dotline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--Gray-60, #858585);
  font-size: 0.875rem;
  flex-wrap: wrap;
}
.copyright .dotline svg {
  color: #858585;
}
@media (max-width: 991px) {
  .copyright .dotline {
    font-size: 0.75rem;
    gap: 4px;
  }
  .copyright .dotline svg {
    width: 64px;
  }
}

.home-hero-mask {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1600px;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: color-dodge;
}
.home-hero-mask__stars {
  position: absolute;
  left: -80px;
  background: url("./assets/images/png/hero/pattern.svg") left top no-repeat;
  background-size: 100% auto;
  aspect-ratio: 0.8018779343;
  width: 66.56%;
}
@media (max-width: 991px) {
  .home-hero-mask__stars {
    left: 0;
    width: 100%;
    aspect-ratio: 0.8025641026;
    background: url("./assets/images/png/hero/hero-mobile.png") right top no-repeat;
    transform: unset !important;
  }
}

#home-hero {
  background: url("./assets/images/png/bg-old.png") repeat #313131;
  mix-blend-mode: hard-light;
}
@media (max-width: 991px) {
  #home-hero {
    padding-top: 112px;
    padding-bottom: 56px;
  }
}

.home-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 1000px;
  justify-content: center;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .home-hero {
    height: unset;
    padding-bottom: 0;
    justify-content: unset;
  }
}
.home-hero__title {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-hero__title {
    font-size: 0.75rem;
  }
}
.home-hero__logo {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .home-hero__logo {
    margin-bottom: 4px;
    width: 234.78px;
  }
}
.home-hero .site-title {
  font-weight: 450;
  font-variation-settings: "wght" 450;
  margin-bottom: 8px;
}
.home-hero .site-description {
  margin-bottom: 24px;
  max-width: 275px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .home-hero .site-description {
    max-width: 208px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .home-hero .btn {
    width: 100%;
  }
}

#home-site-box .site-box {
  flex-direction: row-reverse;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  #home-site-box .site-box {
    margin-bottom: 32px;
  }
}
#home-site-box .site-box:last-child {
  margin-bottom: 0 !important;
}
#home-site-box .site-box:nth-child(2n) {
  flex-direction: row;
}
@media (max-width: 991px) {
  #home-site-box .site-box:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
#home-site-box .site-box:has(.site-box__info) {
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  #home-site-box .site-box:has(.site-box__info) {
    margin-bottom: 32px;
  }
}
#home-site-box .site-box:has(.site-box__info) .site-box__info {
  max-width: unset;
  padding: 0 !important;
  margin: 0 !important;
}
#home-site-box .site-box:has(.site-box__info) .site-box__info:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  #home-site-box .site-box {
    flex-direction: column-reverse;
  }
}

#home-summery {
  position: relative;
  z-index: 1;
}

.home-summery {
  padding-top: 200px;
  padding-bottom: 160px;
  gap: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-summery {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .home-summery {
    position: relative;
    padding-bottom: 56px;
    padding-top: 48px;
    gap: 0;
    margin-top: 32px;
  }
}
.home-summery__details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .home-summery__details {
    flex: unset;
  }
}
.home-summery__details .site-subtitle {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .home-summery__details .site-subtitle {
    font-size: 1rem;
  }
}
.home-summery__details .site-more {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .home-summery__details .site-more {
    margin-top: 24px;
  }
}
.home-summery__picture {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .home-summery__picture {
    max-width: 120px;
    position: absolute;
    right: 0;
    top: 44px;
    transform: translateY(-50%);
  }
}

.home-banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 776px;
}
.home-banners:has(.home-banners__area:hover) .home-banners__area {
  opacity: 0.75;
}
@media (max-width: 1199px) {
  .home-banners {
    height: 600px;
  }
  .home-banners .site-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .home-banners .site-subtitle {
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .home-banners {
    height: 460px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .home-banners .site-title {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .home-banners .site-subtitle {
    font-size: 1.2rem;
  }
}
.home-banners__area {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.home-banners__area:hover {
  opacity: 1 !important;
}
.home-banners__area:nth-child(1) {
  grid-area: 1/1/3/3;
}
@media (max-width: 991px) {
  .home-banners__area:nth-child(1) {
    grid-area: 1/1/3/3;
    height: 173px;
  }
}
.home-banners__area:nth-child(2) {
  grid-area: 3/1/5/2;
}
@media (max-width: 991px) {
  .home-banners__area:nth-child(2) {
    grid-area: 3/1/5/2;
    height: 173px;
  }
}
.home-banners__area:nth-child(3) {
  grid-area: 3/2/5/3;
}
@media (max-width: 991px) {
  .home-banners__area:nth-child(3) {
    display: none;
  }
}
.home-banners__area:nth-child(4) {
  grid-area: 1/3/2/4;
}
@media (max-width: 991px) {
  .home-banners__area:nth-child(4) {
    grid-area: 5/1/6/2;
    height: 80px;
  }
}
.home-banners__area:nth-child(5) {
  grid-area: 2/3/5/4;
}
@media (max-width: 991px) {
  .home-banners__area:nth-child(5) {
    display: none;
  }
}
.home-banners__area:nth-child(6) {
  grid-area: 1/4/5/5;
}
@media (max-width: 991px) {
  .home-banners__area:nth-child(6) {
    grid-area: 3/2/6/3;
    height: 270px;
  }
}
.home-banners__slider {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.home-banners__slider .slick-list,
.home-banners__slider .slick-track {
  height: 100%;
}
.home-banners__slider::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-banners__slider::after {
    height: 60%;
  }
}
.home-banners__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-banners__banner1 {
  width: 100%;
  height: 100%;
  mix-blend-mode: color-dodge;
  background: url("./assets/images/png/bg-light-old.png") repeat var(--Crimson-Red-100, #d62b22);
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-banners__banner1 {
    padding: 16px 16px 16px 8px;
    gap: 16px;
  }
}
.home-banners__banner1--date {
  color: rgba(255, 255, 255, 0.7);
}
.home-banners__banner2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
}
.home-banners__banner2--over {
  display: flex;
  align-items: flex-end;
  position: absolute;
  inset: 0;
  padding: 32px 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.home-banners__banner2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-banners__banner3 {
  background: url("./assets/images/png/bg-old.png") repeat #3d3c3c;
  mix-blend-mode: color-dodge;
  padding: 32px 16px;
  border-radius: 8px;
  text-transform: uppercase;
  color: var(--Crimson-Red-100, #d62b22);
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-banners__banner3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .home-banners__banner3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 16px 8px;
  }
}
.home-banners__banner3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(250, 195, 192, 0.2) 0%, rgb(214, 43, 34) 78%, rgba(214, 43, 34, 0.7) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mix-blend-mode: color-dodge;
}
.home-banners__banner4 {
  background: url("./assets/images/png/bg-old.png") repeat #333333;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  justify-content: space-between;
  gap: 10px;
}
.home-banners__banner4 .site-title {
  padding: 32px 16px 0;
  position: relative;
  z-index: 1;
}
.home-banners__banner4 img {
  position: relative;
  z-index: 1;
}
.home-banners__banner4 svg {
  max-width: unset;
  position: absolute;
  pointer-events: none;
  top: 1px;
  right: 1px;
  mix-blend-mode: color-dodge;
  width: calc(100% - 2px);
  border-radius: 8px;
}
.home-banners__banner4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgba(250, 195, 192, 0.6) 0%, rgb(214, 43, 34) 78%, rgba(214, 43, 34, 0.7) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mix-blend-mode: color-dodge;
}
.home-banners__events {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: url("./assets/images/png/bg-old.png") repeat;
}
.home-banners__events:after {
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  position: absolute;
  background-image: url("./assets/images/png/bg-events.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-banners__events:after {
    background-size: 100% auto;
  }
}
.home-banners__events--slider {
  position: relative;
  height: 100%;
  z-index: 1;
}
.home-banners__events--slider .slick-list,
.home-banners__events--slider .slick-track {
  height: 100%;
}
.home-banners__events--slide {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  height: 100%;
}
@media (max-width: 1399px) {
  .home-banners__events--slide {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home-banners__events--slide svg {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-banners__events--slide svg {
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
  }
}
.home-banners__events--slide .site-title {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .home-banners__events--slide .site-title {
    margin-bottom: 4px;
    font-size: 1rem;
  }
}
.home-banners__events--slide .site-subtitle {
  margin-bottom: 26px;
  text-transform: unset;
}
@media (max-width: 991px) {
  .home-banners__events--slide .site-subtitle {
    margin-bottom: 16px;
    font-size: 0.75rem;
  }
}
.home-banners__events--slide strong {
  font-weight: 350;
  font-variation-settings: "wght" 350;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-banners__events--slide strong {
    font-size: 0.625rem;
  }
}
.home-banners__events:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(246, 178, 175, 0.4) 0%, rgb(214, 43, 34) 78%, rgba(214, 43, 34, 0.7) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mix-blend-mode: color-dodge;
}

#testimonial-section {
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
  margin-top: -100px;
}
@media (max-width: 991px) {
  #testimonial-section {
    margin-top: -80px;
  }
}
#testimonial-section:has(.testimonial-section__about-page) {
  margin-top: 16px;
}
@media (max-width: 991px) {
  #testimonial-section:has(.testimonial-section__about-page) {
    margin-top: -24px;
  }
}
#testimonial-section:has(.slick-initialized) {
  opacity: 1;
}

.testimonial-section {
  padding-bottom: 128px;
  padding-top: 290px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-section {
    padding-bottom: 56px;
    padding-top: 232px;
  }
}
.testimonial-section__about-page {
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .testimonial-section__about-page {
    padding-bottom: 0;
  }
}
.testimonial-section__title {
  position: absolute;
  top: 100px;
  left: 28px;
  font-family: "Gochi Hand Regular";
  font-size: 64px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: normal;
  text-transform: uppercase;
  transform: rotate(-6deg);
}
@media (max-width: 991px) {
  .testimonial-section__title {
    font-size: 40px;
    top: 84px;
    left: 74px;
  }
}
.testimonial-section__shape {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: url(./assets/images/png/bg-old.png) repeat #313131;
}
.testimonial-section__shape img {
  mix-blend-mode: color-dodge;
  max-width: 600px;
}
@media (max-width: 991px) {
  .testimonial-section__shape img {
    max-width: 480px;
  }
}
.testimonial-section__slider {
  z-index: 1;
}
.testimonial-section__slider .slick-dots {
  position: static;
  transform: unset;
  margin-top: 24px;
}
.testimonial-section__slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8px;
}
@media (max-width: 991px) {
  .testimonial-section__slider .slick-dots li {
    min-height: 4px;
  }
}
.testimonial-section__slider .slick-next {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M20 16L28 24L20 32' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-section__slider .slick-next {
    display: none !important;
  }
}
.testimonial-section__slider .slick-prev {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M28 32L20 24L28 16' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-section__slider .slick-prev {
    display: none !important;
  }
}
.testimonial-section__slider--rate {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 2px;
  justify-content: center;
}
.testimonial-section__slider--item {
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .testimonial-section__slider--item {
    max-width: 358px;
  }
}
.testimonial-section__slider--item p {
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 32px;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .testimonial-section__slider--item p {
    letter-spacing: -0.32px;
    line-height: 24px;
    font-size: 16px;
  }
}
.testimonial-section__slider--item strong {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  margin-bottom: 8px;
  display: block;
}

#programs-list-hero {
  padding-top: 96px;
  padding-bottom: 154px;
}
@media (max-width: 991px) {
  #programs-list-hero {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

.programs-list-hero {
  display: flex;
  align-items: center;
  gap: 80px;
}
.programs-list-hero__info {
  flex: 0 0 833px;
  max-width: 833px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1399px) {
  .programs-list-hero__info {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .programs-list-hero__info {
    flex: unset;
    max-width: unset;
    gap: 16px;
  }
}
.programs-list-hero__info--title {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
}
@media (max-width: 991px) {
  .programs-list-hero__info--title {
    font-size: 1.5rem;
    line-height: 2rem;
    mix-blend-mode: unset;
  }
}
.programs-list-hero__info .btn {
  max-width: 244px;
}
@media (max-width: 991px) {
  .programs-list-hero__info .btn {
    width: 100%;
    max-width: unset;
    margin-top: 26px;
  }
}
.programs-list-hero__picture {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .programs-list-hero__picture {
    display: none;
  }
}

#section-text {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  #section-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.section-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .section-text {
    gap: 8px;
  }
}
.section-text__title {
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  .section-text__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#what-are-training {
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #what-are-training {
    padding-bottom: 56px;
  }
}
#what-are-training.what-are-training--pb0 {
  padding-bottom: 0;
}

.what-are-training {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .what-are-training {
    gap: 16px;
  }
}
.what-are-training__title {
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  .what-are-training__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.what-are-training ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .what-are-training ul {
    gap: 16px;
  }
}
.what-are-training ul li {
  flex: 0 0 calc(33.33% - 16px);
  max-width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .what-are-training ul li {
    gap: 4px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.what-are-training ul li strong {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .what-are-training ul li strong {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .what-are-training ul li .site-description {
    line-height: 1rem;
  }
}

#single-banner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  #single-banner {
    padding-top: 56px;
    padding-bottom: 16px;
  }
}

.single-post #single-banner, .page-template-page-about #single-banner {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .single-post #single-banner, .page-template-page-about #single-banner {
    padding-bottom: 16px;
  }
}

.single-banner {
  margin-top: 62px;
  border-radius: 8px;
  background: url("./assets/images/png/bg-old.png") repeat #3d3c3c;
  mix-blend-mode: color-dodge;
  padding: 32px 24px 0 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .single-banner {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .single-banner {
    margin-top: 0;
    padding: 32px;
  }
}
.single-banner:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(250, 195, 192, 0.3) 0%, #d62b22 78%, rgba(214, 43, 34, 0.7) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  z-index: -1;
}
.single-banner__picture {
  margin-top: -102px;
}
@media (max-width: 991px) {
  .single-banner__picture {
    display: none;
  }
}
.single-banner__info {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
@media (max-width: 991px) {
  .single-banner__info {
    padding-bottom: 0;
  }
}
.single-banner__info--title {
  text-transform: uppercase;
  color: var(--Crimson-Red-100, #d62b22);
  font-size: 2rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  line-height: 2.5rem;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .single-banner__info--title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
  }
}
.single-banner__info .site-description {
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .single-banner__info .site-description {
    margin-bottom: 24px;
  }
}
.single-banner__info .btn {
  font-size: 0.875rem;
  padding: 12px 24px;
}
@media (max-width: 991px) {
  .single-banner__info .btn {
    width: 100%;
  }
}

.faq-section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .faq-section {
    margin-top: 24px;
  }
}
.faq-section__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}
.faq-section__item:last-child {
  border-bottom: none;
}
.faq-section__item .accordion-title {
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 16px;
  opacity: 0.3;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  gap: 16px;
}
@media (max-width: 991px) {
  .faq-section__item .accordion-title {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 0.875rem;
    gap: 8px;
  }
}
.faq-section__item .accordion-title:after {
  transition: all 0.1s;
  width: 24px;
  height: 24px;
  content: "";
  flex-shrink: 0;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg %3E%3Cpath d='M6 12H18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6V18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.faq-section__item .accordion-title.active {
  opacity: 1;
}
.faq-section__item .accordion-title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faq-section__item .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.faq-section__item .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.faq-section__item .accordion-content > div {
  line-height: 160%;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .faq-section__item .accordion-content > div {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding-bottom: 8px;
  }
}

#single-site-box {
  padding-top: 136px;
}
@media (max-width: 991px) {
  #single-site-box {
    padding-top: 8px;
  }
}
#single-site-box .site-box {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #single-site-box .site-box {
    flex-direction: column-reverse;
  }
}
#single-site-box .site-box__info {
  padding-top: 0;
}

.gallery-modal {
  width: 100%;
}
.gallery-modal img {
  width: 100%;
}

#about-page {
  overflow: hidden;
}

.about-page {
  padding-top: 96px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .about-page {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
.about-page__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
.about-page__info {
  max-width: 833px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .about-page__info {
    gap: 16px;
    margin-bottom: 56px;
  }
}
.about-page__info--title {
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  mix-blend-mode: color-dodge;
}
@media (max-width: 991px) {
  .about-page__info--title {
    mix-blend-mode: unset;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.about-page__info .site-description {
  max-width: 712px;
}
@media (max-width: 767px) {
  .about-page__info .site-description {
    max-width: 100%;
  }
}
.about-page__info .site-more {
  padding-top: 8px;
}
@media (max-width: 991px) {
  .about-page__info .site-more {
    padding-top: 0;
  }
}
.about-page__info.mb-0 {
  margin-bottom: 0;
}
.about-page__video {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .about-page__video {
    margin-bottom: 16px;
  }
}
.about-page__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .about-page__description {
    gap: 8px;
    margin-bottom: 56px;
  }
}
.about-page__details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .about-page__details {
    margin-bottom: 56px;
    gap: 24px;
    flex-direction: column;
  }
}
.about-page__details--box {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .about-page__details--box {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 8px;
  }
  .about-page__details--box svg {
    width: 32px;
    height: 32px;
  }
}
.about-page__details--box_title {
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-page__details--box_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.about-page__team {
  display: flex;
  flex-direction: column;
  gap: 24px;
  scroll-margin: 24px;
}
@media (max-width: 991px) {
  .about-page__team {
    gap: 12px;
    scroll-margin: 12px;
  }
}
.about-page__team--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .about-page__team--head {
    gap: 12px;
  }
}
.about-page__team--head_title {
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-page__team--head_title {
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
}
.about-page__team--head_nav {
  display: flex;
  align-items: center;
}
.about-page__team--head_nav-prev, .about-page__team--head_nav-next {
  color: #ffffff;
  transition: all 0.3s;
  display: none;
}
.about-page__team--head_nav-prev:hover, .about-page__team--head_nav-next:hover {
  color: var(--Crimson-Red-120, #ab221b);
}
@media (max-width: 991px) {
  .about-page__team--head_nav-prev svg, .about-page__team--head_nav-next svg {
    width: 32px;
    height: 32px;
  }
}
.about-page__team--slider {
  display: flex;
  margin-right: calc(-1 * (100vw - 1216px) / 2);
  margin-right: calc(-1 * (100dvw - 1216px) / 2);
}
@media only screen and (max-width: 1250px) {
  .about-page__team--slider {
    margin-right: -16px;
  }
}
.about-page__team--slider > div:not(.slick-list), .about-page__team--slider .slick-slide {
  display: block;
  flex-shrink: 0;
  width: 348px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .about-page__team--slider > div:not(.slick-list), .about-page__team--slider .slick-slide {
    width: 257px;
  }
}

.about-page-team {
  width: 100%;
  max-height: 619px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .about-page-team {
    max-height: 457px;
  }
}
.about-page-team__picture {
  display: block;
  position: relative;
}
.about-page-team__picture:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  content: "";
}
.about-page-team__picture img {
  width: 100%;
}
.about-page-team__over {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .about-page-team__over {
    bottom: 24px;
    gap: 8px;
  }
}
.about-page-team__over .site-description {
  opacity: 0.7;
}
.about-page-team__over--title {
  font-size: 1.125rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  text-transform: uppercase;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .about-page-team__over--title {
    font-size: 0.875rem;
  }
}

.coach-card {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .coach-card {
    flex-direction: column;
    height: 100%;
  }
}
.coach-card__picture {
  flex: 0 0 348px;
  max-width: 348px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  min-height: 522px;
}
@media (max-width: 991px) {
  .coach-card__picture {
    border-radius: 0;
    min-height: unset;
  }
}
.coach-card__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .coach-card__picture img {
    height: 337px;
    width: 100%;
    object-position: center top;
  }
}
@media (max-width: 991px) {
  .coach-card__picture {
    flex: unset;
    max-width: unset;
    width: 100%;
    background-color: #0c0c0c;
  }
}
.coach-card__info {
  color: var(--Gray-100, #333333);
  background-color: #ffffff;
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .coach-card__info {
    flex: 1;
    width: 100%;
    padding: 16px 24px;
    justify-content: flex-start;
    overflow: auto;
  }
}
.coach-card__info--title {
  margin-bottom: 4px;
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .coach-card__info--title {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.coach-card__info--subtitle {
  color: var(--Gray-60, #858585);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .coach-card__info--subtitle {
    margin-bottom: 16px;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}
.coach-card__info--description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
  max-height: 125px;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
@media (max-width: 991px) {
  .coach-card__info--description {
    margin-bottom: 12px;
    gap: 12px;
  }
}
.coach-card__info--description::-webkit-scrollbar {
  width: 6px;
}
.coach-card__info--description::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.coach-card__info--description::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.coach-card__info--description::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.coach-card__info--description .coach-card__info--description.scrollable {
  scrollbar-width: thin;
  scrollbar-color: #888888 #f1f1f1;
}
.coach-card__info--description.scrollable {
  overflow-y: auto;
  max-height: 125px;
  padding-right: 8px;
}
.coach-card__info--description .site-description {
  opacity: 1;
}
.coach-card__info--view {
  margin-top: 16px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1.5px solid var(--Crimson-Red-100, #d62b22);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--Crimson-Red-100, #d62b22);
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .coach-card__info--view {
    margin-top: auto;
    width: 100%;
  }
  .coach-card__info--view svg {
    width: 18px;
    height: 18px;
  }
}
.coach-card__info--view:hover {
  color: #ffffff;
  background-color: var(--Crimson-Red-100, #d62b22);
}
.coach-card__info--request ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.coach-card__info--request ul li {
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 8px;
  color: var(--Gray-80, #5c5c5c);
  font-feature-settings: "liga" off, "clig" off;
  line-height: 160%;
}
.coach-card__info--request ul li svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .coach-card__info--request ul li svg {
    width: 16px;
  }
}
@media (max-width: 991px) {
  .coach-card__info--request ul li {
    padding-top: 0;
    gap: 4px;
    font-size: 0.75rem;
    padding-bottom: 0;
  }
}
.coach-card__info .site-more {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .coach-card__info .site-more {
    margin-bottom: 12px;
  }
}

body:has(.contact-page):before {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url("./assets/images/png/bg2.png") right top no-repeat;
  display: block;
}
@media (max-width: 991px) {
  body:has(.contact-page):before {
    background: url("./assets/images/png/bg2-mobile.png") right top no-repeat;
  }
}

.contact-page {
  padding-bottom: 80px;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .contact-page {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.contact-page__info {
  max-width: 833px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .contact-page__info {
    gap: 16px;
    margin-bottom: 56px;
  }
}
.contact-page__info--title {
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  mix-blend-mode: color-dodge;
}
@media (max-width: 991px) {
  .contact-page__info--title {
    mix-blend-mode: unset;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.contact-page__info .site-description {
  max-width: 712px;
}
@media (max-width: 767px) {
  .contact-page__info .site-description {
    max-width: 100%;
  }
}
.contact-page__form {
  max-width: 712px;
}
@media (max-width: 767px) {
  .contact-page__form {
    max-width: 100%;
  }
}
.contact-page__form .gform_fields.form-groups .gfield {
  padding-top: 0;
}
.contact-page__form .gform_fields.form-groups .gfield .select2-container--default .select2-selection--single {
  border-color: #858585;
}
.contact-page__form .gform_fields.form-groups .gfield .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #fff;
}
.contact-page__form .gform_fields.form-groups .gfield .form-input,
.contact-page__form .gform_fields.form-groups .gfield .form-control {
  border: 1px solid #858585 !important;
  color: #fff !important;
}
.contact-page__form .gform_fields.form-groups .gfield .form-label,
.contact-page__form .gform_fields.form-groups .gfield .gfield_label {
  color: #ADADAD;
  top: 16px;
}
@media (max-width: 991px) {
  .contact-page__form .gform_fields.form-groups .gfield .form-label,
  .contact-page__form .gform_fields.form-groups .gfield .gfield_label {
    top: 12px;
  }
}
.contact-page__form .gform_fields.form-groups .gfield:focus {
  border-color: #fff !important;
}
.contact-page__form .gform_fields.form-groups .gfield.is-focused .form-label, .contact-page__form .gform_fields.form-groups .gfield.is-filled .form-label, .contact-page__form .gform_fields.form-groups .gfield.is-focused .gfield_label, .contact-page__form .gform_fields.form-groups .gfield.is-filled .gfield_label {
  color: #fff;
  background: #242424;
  top: -8px;
}
.contact-page__form .gform_fields.form-groups .gfield.is-focused .form-control, .contact-page__form .gform_fields.form-groups .gfield.is-filled .form-control {
  border-color: #fff !important;
}
.contact-page__form .btn {
  margin-top: 16px !important;
}
@media (max-width: 991px) {
  .contact-page__form .btn {
    width: 100%;
    flex: 1;
  }
}

#events-head {
  overflow: hidden;
}
@media (max-width: 991px) {
  #events-head.events-head--list .events-head {
    margin-bottom: 0;
    gap: 0;
  }
}
#events-head.events-head--list .events-head__details .site-description {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #events-head.events-head--list .events-head__details .site-description {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  #events-head.events-head--list .events-head__details {
    position: absolute;
    left: 0;
    bottom: 16px;
  }
}
@media (max-width: 991px) {
  #events-head.events-head--list .events-head__picture {
    height: 390px;
  }
  #events-head.events-head--list .events-head__picture:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media (max-width: 991px) {
  #events-head {
    margin-top: -72px;
  }
}

#events-head {
  overflow: hidden;
}
#events-head .container {
  max-width: 1600px;
}

.events-head {
  position: relative;
  padding-right: 42%;
  padding-top: 68px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .events-head {
    padding-right: 30%;
  }
}
@media (max-width: 1199px) {
  .events-head {
    padding-right: 20%;
    min-height: 400px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .events-head {
    gap: 32px;
    flex-direction: column;
    min-height: unset;
    padding: 0;
    margin-bottom: 56px;
  }
}
.events-head__picture {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to right, rgba(255, 0, 0, 0) 35.78%, #ff0000 80.54%);
}
.events-head__picture:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  backdrop-filter: blur(5px);
  z-index: 1;
  display: block;
}
.events-head__picture:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .events-head__picture {
    right: -16px;
    width: unset;
    left: -16px;
  }
}
@media (max-width: 991px) {
  .events-head__picture {
    height: unset;
    right: unset;
    left: -16px;
    width: calc(100% + 32px);
    left: unset;
    position: relative;
    height: 200px;
    mask-image: unset;
  }
  .events-head__picture:after {
    opacity: 1;
  }
  .events-head__picture:before {
    display: none;
  }
}
.events-head__picture img {
  object-fit: cover;
  object-position: center right;
  width: 100%;
  height: 100%;
}
.events-head__details {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .events-head__details {
    flex: unset;
    width: 100%;
  }
}
.events-head__details--category {
  position: absolute;
  top: -19px;
  left: 15px;
  transform: rotate(-6.236deg);
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Gochi Hand Regular";
  color: var(--Crimson-Red-100, #d62b22);
  z-index: 1;
}
.events-head__details--category:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .events-head__details--category {
    font-size: 1rem;
    top: -6px;
    left: 7px;
  }
}
.events-head__details--title {
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  line-height: 3.5rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .events-head__details--title {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.events-head__details--date {
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .events-head__details--date {
    padding: 0;
    line-height: 0.75rem;
    font-size: 0.625rem;
    margin-bottom: 4px;
  }
  .events-head__details--date svg {
    width: 16px;
  }
}
.events-head__details--participants {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .events-head__details--participants {
    margin-bottom: 16px;
  }
}
.events-head__details--participants img {
  width: 40px;
  height: 40px;
  border: 4px solid #333333;
  border-radius: 50%;
  margin-left: -16px;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  .events-head__details--participants img {
    width: 24px;
    height: 24px;
    border-width: 2px;
    margin-left: -8px;
  }
}
.events-head__details--participants img:first-child {
  border: none;
  margin-left: 0;
}
.events-head__details--participants span {
  font-feature-settings: "liga" off, "clig" off;
  font-size: 0.75rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  padding-left: 8px;
}
@media (max-width: 991px) {
  .events-head__details--participants span {
    font-size: 0.625rem;
  }
}
.events-head__details .site-description {
  max-width: 712px;
}
@media (max-width: 991px) {
  .events-head__details .btn {
    width: 100%;
  }
}

.events-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 16px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .events-list {
    gap: 40px;
    margin-top: 24px;
  }
}
.events-list .event-card {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .events-list .event-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.event-card {
  display: flex;
  flex-direction: column;
}
.event-card__picture {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .event-card__picture {
    margin-bottom: 12px;
  }
}
.event-card__picture img {
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .event-card__picture img {
    border-radius: 8px;
  }
}
.event-card__title {
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .event-card__title {
    font-size: 1rem;
  }
}
.event-card__date {
  margin-top: auto;
  font-size: 1rem;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  font-feature-settings: "liga" off, "clig" off;
  gap: 8px;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .event-card__date {
    padding: 0;
    font-size: 0.625rem;
    line-height: 0.75rem;
    gap: 4px;
  }
  .event-card__date svg {
    width: 16px;
  }
}
.event-card .site-description {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .event-card .site-description {
    margin-bottom: 12px;
  }
}

.event-single-page {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 991px) {
  .event-single-page {
    gap: 56px;
    flex-direction: column;
    align-items: unset;
  }
}
.event-single-page__title {
  color: var(--Crimson-Red-120, #ab221b);
  margin-bottom: 16px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  .event-single-page__title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
.event-single-page__sidebar {
  position: sticky;
  top: 32px;
  right: 0;
  flex: 0 0 332px;
  max-width: 332px;
}
@media (max-width: 991px) {
  .event-single-page__sidebar {
    position: unset;
    flex: unset;
    max-width: unset;
  }
}
.event-single-page__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .event-single-page__content {
    flex: unset;
    max-width: unset;
    gap: 56px;
  }
}
.event-single-page__content .site-description strong {
  display: block;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
.event-single-page__content--keys ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 991px) {
  .event-single-page__content--keys ul {
    gap: 8px;
  }
}
.event-single-page__content--keys ul li {
  display: flex;
  gap: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  align-items: flex-start;
  font-feature-settings: "liga" off, "clig" off;
  line-height: 160%;
}
@media (max-width: 991px) {
  .event-single-page__content--keys ul li {
    padding: 0;
    gap: 4px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.event-single-page__content--keys ul li svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .event-single-page__content--keys ul li svg {
    width: 16px;
  }
}

.ticket-checkout__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  display: block;
}
@media (max-width: 991px) {
  .ticket-checkout__title {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.ticket-checkout__price {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  display: block;
}
@media (max-width: 991px) {
  .ticket-checkout__price {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.ticket-checkout__fee {
  color: var(--Gray-60, #858585);
  font-size: 0.75rem;
  letter-spacing: 0.0075rem;
  line-height: 1.5rem;
  display: block;
}
@media (max-width: 991px) {
  .ticket-checkout__fee {
    line-height: 1.5rem;
    letter-spacing: 0.00625rem;
    font-size: 0.75rem;
  }
}
.ticket-checkout .hide {
  display: none;
}
.ticket-checkout .nums {
  margin-top: 16px;
  margin-bottom: 0;
  height: 56px;
}
@media (max-width: 991px) {
  .ticket-checkout .nums {
    margin-top: 12px;
    margin-bottom: 0;
    height: 48px;
  }
}
.ticket-checkout__details {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .ticket-checkout__details {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.ticket-checkout__details ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ticket-checkout__details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  line-height: 160%;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .ticket-checkout__details ul li {
    gap: 12px;
    font-size: 0.875rem;
  }
}
.ticket-checkout__details ul li span {
  font-size: 1.25rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .ticket-checkout__details ul li span {
    font-size: 1rem;
  }
}
.ticket-checkout__total {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .ticket-checkout__total {
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.ticket-checkout__total span {
  text-transform: unset;
}
.ticket-checkout .btn {
  width: 100% !important;
  height: 43px;
  font-size: 0.875rem !important;
}
.ticket-checkout .events-head__details--participants {
  margin-top: 16px;
  margin-bottom: 0;
}
.ticket-checkout .gform_fields.form-groups .gfield {
  padding-top: 0;
}
.ticket-checkout .gform_fields.form-groups .gfield .form-input,
.ticket-checkout .gform_fields.form-groups .gfield .form-control {
  border: 1px solid #5C5C5C !important;
  color: #fff !important;
}
.ticket-checkout .gform_fields.form-groups .gfield .form-label,
.ticket-checkout .gform_fields.form-groups .gfield .gfield_label {
  color: #ADADAD;
  top: 16px;
}
@media (max-width: 991px) {
  .ticket-checkout .gform_fields.form-groups .gfield .form-label,
  .ticket-checkout .gform_fields.form-groups .gfield .gfield_label {
    top: 12px;
  }
}
.ticket-checkout .gform_fields.form-groups .gfield:focus {
  border-color: #fff !important;
}
.ticket-checkout .gform_fields.form-groups .gfield.is-focused .form-label, .ticket-checkout .gform_fields.form-groups .gfield.is-filled .form-label, .ticket-checkout .gform_fields.form-groups .gfield.is-focused .gfield_label, .ticket-checkout .gform_fields.form-groups .gfield.is-filled .gfield_label {
  color: #fff;
  background: #242424;
  top: -8px;
}
.ticket-checkout .gform_fields.form-groups .gfield.is-focused .form-control, .ticket-checkout .gform_fields.form-groups .gfield.is-filled .form-control {
  border-color: #fff !important;
}
.ticket-checkout .gfield_visibility_hidden {
  display: none;
}
.ticket-checkout .gform_footer {
  margin-top: 16px;
}

.event-single-complete {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .event-single-complete {
    padding-top: 0;
  }
}
.event-single-complete__title {
  color: var(--White, #FFF);
  line-height: 32px;
  font-size: 20px;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .event-single-complete__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.event-single-complete__description {
  color: var(--Gray-60, #858585);
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .event-single-complete__description {
    font-size: 12px;
    line-height: 18px;
  }
}
.event-single-complete .site-more {
  margin-top: 16px;
}

.post-head {
  padding-top: 80px;
  padding-bottom: 135px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .post-head {
    padding-top: 0;
    padding-bottom: 56px;
  }
}
.post-head--single {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .post-head--single {
    padding-bottom: 100px;
    position: relative;
  }
  .post-head--single .post-head__picture:after {
    display: none;
  }
  .post-head--single .post-head__description {
    position: static;
    padding-left: 0;
    margin-top: 16px;
  }
}
.post-head--single .post-head__description--title {
  color: var(--Crimson-Red-80, #de554e);
}
.post-head__picture {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  display: block;
}
@media (max-width: 991px) {
  .post-head__picture {
    border-radius: 8px;
  }
}
.post-head__picture:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.56%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.post-head__picture img {
  width: 100%;
}
.post-head__description {
  position: relative;
  z-index: 1;
  margin-top: -88px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 954px;
}
@media (max-width: 991px) {
  .post-head__description {
    padding-left: 20px;
    margin-top: -48px;
  }
}
.post-head__description--category {
  position: absolute;
  top: -21px;
  left: 14px;
  transform: rotate(-6.236deg);
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Gochi Hand Regular";
  color: var(--Crimson-Red-100, #d62b22);
  z-index: 1;
}
.post-head__description--category:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .post-head__description--category {
    font-size: 1rem;
    top: -6px;
    left: 31px;
  }
}
.post-head__description--title {
  margin-bottom: 16px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .post-head__description--title {
    line-height: 2rem;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.post-head__description--tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
@media (max-width: 991px) {
  .post-head__description--tools {
    margin-bottom: 12px;
    gap: 0;
  }
}
.post-head__description--info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.post-head__description--info ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.7;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  line-height: 160%;
}
@media (max-width: 991px) {
  .post-head__description--info ul li {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
.post-head__description--info ul li svg {
  flex-shrink: 0;
  transform: translateY(-1px);
}
@media (max-width: 991px) {
  .post-head__description--info ul li svg {
    width: 16px;
    transform: unset;
  }
}
.post-head__description--info ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .post-head__description--share {
    position: absolute;
    left: 0;
    bottom: 56px;
  }
}
.post-head__description--share ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .post-head__description--share ul {
    gap: 8px;
  }
}
.post-head__description--share ul li {
  transition: all 0.3s;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .post-head__description--share ul li svg {
    width: 16px;
  }
}
.post-head__description--share ul li:hover {
  opacity: 1;
}
.post-head__description--post {
  max-width: 833px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .post-head__description--post {
    gap: 4px;
  }
}
.post-head__description--post img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .post-head__description--post img {
    max-width: 50%;
  }
}
.post-head__description--post ul {
  line-height: 160%;
  opacity: 0.7;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .post-head__description--post ul {
    padding-left: 16px;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.post-head__description--post ul li {
  list-style: disc;
}
.post-head__description--post-subtitle {
  line-height: 1.5rem;
  font-size: 1rem;
  opacity: 0.7;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  .post-head__description--post-subtitle {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.post-head__description--post-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .post-head__description--post-title {
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 550;
    font-variation-settings: "wght" 550;
  }
}
.post-head__description--post-box {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .post-head__description--post-box {
    margin-bottom: 12px;
  }
}
.post-head__description--post-box:last-of-type {
  margin-bottom: 0;
}

.posts-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .posts-list {
    gap: 24px;
  }
}
.posts-list__title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 16px;
  color: var(--Crimson-Red-120, #ab221b);
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  .posts-list__title {
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.post-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .post-card {
    padding-bottom: 24px;
    gap: 8px;
  }
}
.post-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.post-card__picture {
  flex: 0 0 39.167%;
  max-width: 39.167%;
}
@media (max-width: 991px) {
  .post-card__picture {
    flex: 0 0 31.196%;
    max-width: 31.196%;
  }
}
.post-card__picture img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .post-card__picture img {
    border-radius: 8px;
  }
}
.post-card__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .post-card__details {
    gap: 8px;
  }
}
.post-card__details .site-title {
  line-height: normal;
}
.post-card__details .site-more {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .post-card__details .site-more {
    margin-top: 8px;
  }
}
.post-card__details--info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .post-card__details--info ul {
    row-gap: 8px;
  }
}
.post-card__details--info ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.7;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  line-height: 160%;
}
@media (max-width: 991px) {
  .post-card__details--info ul li {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
.post-card__details--info ul li svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .post-card__details--info ul li svg {
    width: 16px;
  }
}
.post-card__details--info ul li a:hover {
  opacity: 0.7;
}

.pagination {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}
.pagination__prev {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Crimson-Red-100, #d62b22);
  font-size: 1rem;
  font-feature-settings: "liga" off, "clig" off;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .pagination__prev {
    gap: 4px;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.pagination__prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.25 12.2744L19.25 12.2744' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.2988 18.2988L4.24883 12.2748L10.2988 6.24976' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  transition: all 0.3s;
}
.pagination__prev:hover:before {
  transform: translateX(-3px);
}
.pagination__next {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Crimson-Red-100, #d62b22);
  font-size: 1rem;
  font-feature-settings: "liga" off, "clig" off;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .pagination__next {
    gap: 4px;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.pagination__next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.248 12.2739L4.24805 12.2739' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1992 6.24958L19.2492 12.2736L13.1992 18.2986' stroke='%23D62B22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  transition: all 0.3s;
}
.pagination__next:hover:after {
  transform: translateX(3px);
}

.calendar-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .calendar-section {
    gap: 16px;
  }
}
.calendar-section__filter {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .calendar-section__filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.calendar-section__filter .select2 {
  width: 356px !important;
}
@media (max-width: 991px) {
  .calendar-section__filter .select2 {
    width: 100% !important;
  }
}
.calendar-section__filter .select2.select2-container--default .select2-selection--single {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar-section__filter--checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
}
.calendar-section__filter--type {
  margin-left: auto;
}
@media (max-width: 991px) {
  .calendar-section__filter--type {
    margin-left: 0;
    order: -1;
    width: 100%;
  }
}
.calendar-section__filter--type ul {
  display: flex;
}
@media (max-width: 991px) {
  .calendar-section__filter--type ul {
    width: 100%;
  }
}
.calendar-section__filter--type ul li {
  padding: 16px;
  position: relative;
  transition: all 0.3s;
  color: var(--Gray-20, #d6d6d6);
  font-feature-settings: "liga" off, "clig" off;
  line-height: 160%;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .calendar-section__filter--type ul li {
    text-align: center;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .calendar-section__filter--type ul li {
    padding: 12px;
    font-size: 0.75rem;
  }
}
.calendar-section__filter--type ul li:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar-section__filter--type ul li:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar-section__filter--type ul li input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.calendar-section__filter--type ul li:has(input:checked) {
  border-color: var(--Crimson-Red-120, #ab221b);
  background: var(--Crimson-Red-100, #d62b22);
}

.calendar-head-daily {
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .calendar-head-daily {
    margin-bottom: 8px;
    position: sticky;
    left: 0;
  }
}
.calendar-head-daily:after {
  position: absolute;
  right: 16px;
  content: "";
  left: 89px;
  height: 1px;
  display: block;
  background: #d62b22;
  mix-blend-mode: color-dodge;
  bottom: 0px;
}
@media (max-width: 991px) {
  .calendar-head-daily:after {
    left: 0;
    right: 0;
  }
}
.calendar-head-daily__head {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  color: var(--Crimson-Red-100, #d62b22);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .calendar-head-daily__head {
    padding-left: 28px;
  }
}
.calendar-head-daily__head--day {
  font-size: 0.875rem;
  line-height: 160%;
}
@media (max-width: 991px) {
  .calendar-head-daily__head--day {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.calendar-head-daily__head--title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .calendar-head-daily__head--title {
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
}
.calendar-head-daily__nav {
  display: flex;
  align-items: center;
}
.calendar-head-daily__nav--next {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M20 16L28 24L20 32' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .calendar-head-daily__nav--next {
    width: 32px;
    height: 32px;
  }
}
.calendar-head-daily__nav--prev {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M28 32L20 24L28 16' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .calendar-head-daily__nav--prev {
    width: 32px;
    height: 32px;
  }
}

.calendar-head-weekly {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .calendar-head-weekly {
    position: relative;
    gap: 0;
    align-items: flex-start;
  }
}
.calendar-head-weekly__head {
  padding: 16px 16px 16px 89px;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .calendar-head-weekly__head {
    padding-left: 45px;
    padding-top: 32px;
    padding-right: 8px;
    padding-bottom: 8px;
  }
}
.calendar-head-weekly__head--day {
  flex: 0 0 14.285%;
  max-width: 14.285%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-direction: column;
  text-align: center;
  font-size: 0.875rem;
  line-height: 160%;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 991px) {
  .calendar-head-weekly__head--day {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.calendar-head-weekly__head--day:after {
  transition: all 0.3s;
  opacity: 0;
  background: #d62b22;
  mix-blend-mode: color-dodge;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
  display: block;
  pointer-events: none;
}
@media (max-width: 991px) {
  .calendar-head-weekly__head--day:after {
    bottom: -8px;
  }
}
.calendar-head-weekly__head--day span {
  font-size: 2rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  line-height: 3rem;
}
@media (max-width: 991px) {
  .calendar-head-weekly__head--day span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.calendar-head-weekly__head--day.active {
  color: var(--Crimson-Red-100, #d62b22);
}
.calendar-head-weekly__head--day.active:after {
  opacity: 1;
}
.calendar-head-weekly__nav {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .calendar-head-weekly__nav {
    position: sticky;
    top: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.calendar-head-weekly__nav--title {
  color: var(--White, #ffffff);
  line-height: 3rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
}
@media (max-width: 991px) {
  .calendar-head-weekly__nav--title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.calendar-head-weekly__nav--next {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M20 16L28 24L20 32' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .calendar-head-weekly__nav--next {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M10.5 8L14.5 12L10.5 16' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.calendar-head-weekly__nav--prev {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M28 32L20 24L28 16' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .calendar-head-weekly__nav--prev {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M14.5 16L10.5 12L14.5 8' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.calendar-head-weekly.calendar-head-monthly .calendar-head-weekly__head {
  padding-left: 16px;
}

.calendar-view-daily {
  border-radius: 8px;
  background: url("./assets/images/png/cbg.png") repeat;
  mix-blend-mode: color-dodge;
  display: flex;
}
.calendar-view-daily__times {
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 0 0 73px;
  max-width: 73px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .calendar-view-daily__times {
    padding-top: 8px;
    padding-bottom: 8px;
    flex: 0 0 38px;
    max-width: 38px;
    padding-left: 8px;
  }
}
.calendar-view-daily__times span {
  height: 68px;
  color: var(--White, #ffffff);
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .calendar-view-daily__times span {
    font-size: 0.625rem;
  }
}
.calendar-view-daily__cells {
  padding: 16px;
  flex: 1;
}
@media (max-width: 991px) {
  .calendar-view-daily__cells {
    padding: 8px;
  }
}
.calendar-view-daily__cells--rows {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar-view-daily__cells--row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  height: 68px;
  width: 100%;
  display: flex;
}
.calendar-view-daily__cells--row:last-child {
  border-bottom: none;
}
.calendar-view-daily__cells--col {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
.calendar-view-daily__cells--col .calendar-view-daily__full {
  left: 3px;
  right: 3px;
  height: 63px;
  margin-top: 2px;
}
.calendar-view-daily__cells--col:last-child {
  border-right: none;
}
.calendar-view-daily__full {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: url("./assets/images/png/cbgf.png") repeat;
  height: 65px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--White, #ffffff);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.875rem;
}
.calendar-view-daily__full:before {
  mix-blend-mode: color-dodge;
  border-radius: 8px;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(165deg, rgba(204, 226, 251, 0.3) 0%, rgb(167, 203, 232) 30%, rgba(150, 169, 202, 0.5) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199px) {
  .calendar-view-daily__full {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .calendar-view-daily__full {
    line-height: 1.125rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.calendar-view-daily__full--quarter {
  top: 25%;
}
.calendar-view-daily__full--half {
  top: 50%;
}
.calendar-view-daily__full--three-quarter {
  top: 75%;
}
.calendar-view-daily__full--karate .calendar-view-daily__full--title {
  color: var(--Crimson-Red-80, #de554e);
}
.calendar-view-daily__full--karate:before {
  background: linear-gradient(165deg, rgba(250, 195, 192, 0.6) 0%, rgb(208, 135, 131) 30%, rgba(214, 43, 34, 0.6) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.calendar-view-daily__full--title {
  color: var(--Electric-Blue-60, #66a9f2);
  line-height: 1.25rem;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.calendar-view-daily__full--title span {
  font-size: 0.75rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .calendar-view-daily__full--title span {
    font-size: 0.625rem;
  }
}
.calendar-view-daily__full--coach {
  line-height: 1rem;
  position: relative;
  mix-blend-mode: plus-lighter;
  z-index: 1;
}
@media (max-width: 991px) {
  .calendar-view-daily__full--coach {
    margin-left: auto;
  }
}
.calendar-view-daily__full--time {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
  letter-spacing: -0.0175rem;
  text-transform: uppercase;
  line-height: 1rem;
  position: relative;
  z-index: 1;
  mix-blend-mode: plus-lighter;
}
@media (max-width: 991px) {
  .calendar-view-daily__full--time {
    display: none;
  }
}
.calendar-view-daily__full--time span {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.834 8.18274L2.83398 8.18274' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.80078 4.16643L12.8341 8.18243L8.80078 12.1991' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.calendar-view-daily__full:has(.calendar-view-daily__full--time) {
  padding-right: 24px;
  padding-left: 8px;
}
@media (max-width: 991px) {
  .calendar-view-daily__full:has(.calendar-view-daily__full--time) {
    padding-right: 8px;
  }
}

.calendar-view-monthly {
  position: relative;
  border-radius: 8px;
  background: url("./assets/images/png/cbg.png") repeat;
  mix-blend-mode: color-dodge;
  display: flex;
  gap: 56px;
  flex-direction: column;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 1024px;
}
@media (max-width: 991px) {
  .calendar-view-monthly {
    max-height: 976px;
    gap: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.calendar-view-monthly .calendar-view-daily__full {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.calendar-view-monthly__week {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calendar-view-monthly__week--title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .calendar-view-monthly__week--title {
    padding-left: 8px;
    font-size: 0.875rem;
    line-height: 1rem;
    position: sticky;
    left: 0;
    width: max-content;
  }
}
.calendar-view-monthly__week--area {
  width: 100%;
  display: flex;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar-view-monthly__week--col {
  flex: 0 0 14.285%;
  max-width: 14.285%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calendar-view-monthly__week--col:last-child {
  border-right: none;
}

@media (max-width: 991px) {
  .calendar-view {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .calendar-view .calendar-view-daily__times {
    position: sticky;
    left: 0;
    flex: 0 0 46px;
    max-width: 46px;
    z-index: 1;
    padding-right: 8px;
    border-radius: 8px 0 0 0;
    background: url(./assets/images/png/cbg.png) repeat;
    z-index: 2;
  }
  .calendar-view .calendar-head-weekly {
    width: 1720px;
  }
  .calendar-view .calendar-head-weekly.calendar-head-monthly {
    width: 1036px;
  }
  .calendar-view .calendar-view-daily.calendar-view-daily--responsive {
    width: 1720px;
  }
  .calendar-view .calendar-view-daily.calendar-view-daily--responsive .calendar-view-daily__cells {
    padding-left: 0;
  }
  .calendar-view .calendar-view-monthly {
    width: 1036px;
  }
}

html:has(#not-found-page) {
  height: 100%;
}
html:has(#not-found-page) header,
html:has(#not-found-page) footer {
  display: none;
}
html:has(#not-found-page) body,
html:has(#not-found-page) #page,
html:has(#not-found-page) #primary {
  height: 100%;
  padding: 0;
}
html:has(#no-post-page) {
  height: 100%;
}
html:has(#no-post-page) body {
  height: 100%;
}
html:has(#no-post-page) #page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html:has(#no-post-page) #primary {
  flex: 1;
}

#not-found-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  #not-found-page {
    padding: 16px;
    gap: 16px;
  }
}
#not-found-page .logo {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
#not-found-page .not-found-page {
  flex: 1;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#not-found-page .not-found-page__picture {
  position: relative;
}
@media (max-width: 991px) {
  #not-found-page .not-found-page__picture {
    width: 220px;
  }
}
#not-found-page .not-found-page__title {
  font-family: "Gochi Hand Regular";
  font-size: 4rem;
  position: absolute;
  transform: rotate(-6.236deg);
  text-transform: uppercase;
  color: var(--Crimson-Red-100, #d62b22);
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: normal;
  left: 20px;
  top: -36px;
}
@media (max-width: 991px) {
  #not-found-page .not-found-page__title {
    font-size: 2rem;
    top: -18px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  #not-found-page .not-found-page .btn {
    width: 100%;
  }
}

#no-post-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  height: 100%;
}
@media (max-width: 991px) {
  #no-post-page {
    padding: 16px;
  }
}
#no-post-page .no-post-page {
  display: flex;
  flex-direction: column;
  max-width: 575px;
  gap: 16px;
}
@media (max-width: 991px) {
  #no-post-page .no-post-page {
    gap: 8px;
  }
  #no-post-page .no-post-page > svg {
    width: 32px;
  }
}
#no-post-page .no-post-page .site-subtitle {
  line-height: 160%;
  color: var(--Crimson-Red-120, #ab221b);
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (max-width: 991px) {
  #no-post-page .no-post-page .site-subtitle {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=style.css.map */
