header .header-wrapper .logo-wrapper .header-hat {
    width: 85px;
    height: 74px;
    position: absolute;
    left: -24px;
    top: -30px;
    transform: rotate(27deg) scaleX(-1);
}
.header .header-wrapper .logo-wrapper {
  position: relative;
}
.menu-christmas-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#sb_instagram #sbi_images {
  margin: 0;
  padding: 0 0 40px;
}
@media screen and (min-width: 576px) {
  #sb_instagram #sbi_images {
    padding-bottom: 32px;
    gap: 7px;
  }
}
@media screen and (min-width: 992px) {
  #sb_instagram #sbi_images {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #sb_instagram #sbi_images {
    gap: 16px;
    padding-bottom: 80px;
  }
}
#sb_instagram #sbi_images .sbi_info_wrapper {
  margin: 0;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  #sb_instagram #sbi_images .sbi_info_wrapper {
    padding: 24px;
  }
}
@media screen and (min-width: 576px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
    margin-top: -50px !important;
  }
}
@media screen and (min-width: 992px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
    margin-top: 0 !important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-child(even) {
    margin-top: -50px !important;
  }
}
#sb_instagram #sbi_images .sbi_info {
  text-align: left;
}
#sb_instagram #sbi_images .sbi_account_info {
  align-items: center;
  display: flex;
  gap: 8px;
}
#sb_instagram #sbi_images .sbi_account_avatar {
  border-radius: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 24px;
  max-width: 24px !important;
  width: 100%;
}
#sb_instagram #sbi_images .sbi_account_username {
  color: #00172D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
#sb_instagram #sbi_images .sbi_caption_wrap {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
  margin: 0;
  padding: 12px 0 8px;
}
#sb_instagram #sbi_images .sbi_meta {
  margin: 0;
  padding: 0;
}
#sb_instagram #sbi_images .sbi_meta > span {
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.24px;
  margin: 0 !important;
  padding: 0;
}
#sb_instagram #sbi_load {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  #sb_instagram #sbi_load {
    flex-direction: row;
    gap: 16px;
  }
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_follow_btn {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sb_instagram #sbi_load .sbi_load_btn:not(.sbi_follow_btn), #sb_instagram #sbi_load .sbi_load_btn a,
#sb_instagram #sbi_load .sbi_follow_btn:not(.sbi_follow_btn),
#sb_instagram #sbi_load .sbi_follow_btn a {
  border-radius: 26px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-width: 100%;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram #sbi_load .sbi_follow_btn {
    max-width: 318px !important;
  }
}
#sb_instagram #sbi_load .sbi_load_btn {
  border: 1px solid #C39105 !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #C39105 !important;
}

.page-template-page-home {
  background-color: #00172D;
}

.hero {
  width: 100vw;
  height: 100dvh;
  position: relative;
}
.hero .hero-logo {
  width: 617px;
  height: auto;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100dvh;
}
.hero .hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hero .hero-title {
  color: #ffffff;
  text-align: center;
  font-size: 69.441px;
  line-height: 100%;
  letter-spacing: -0.92px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  width: 100%;
  z-index: 2;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hero .hero-buttons-wrapper {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.hero .hero-buttons-wrapper .button span {
  font-family: Gotham Medium, sans-serif;
}

@media screen and (max-width: 1440px) {
  .hero .hero-title {
    font-size: 52px;
    letter-spacing: -0.52px;
  }
  .hero .hero-buttons-wrapper {
    bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-logo {
    width: 320px;
  }
  .hero .hero-title {
    font-size: 62px;
    letter-spacing: -0.62px;
    max-width: 490px;
  }
}
@media screen and (max-width: 576px) {
  .hero .hero-title {
    font-size: 38px;
    letter-spacing: -0.38px;
    max-width: 300px;
  }
  .hero .hero-buttons-wrapper {
    gap: 8px;
    flex-direction: column;
    padding: 0 32px;
  }
  .hero .hero-buttons-wrapper .button {
    padding: 14px 52px;
    width: 100%;
  }
}
.events {
  width: 100vw;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.events .bg {
  height: 100dvh;
  max-width: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.events .bg .slick-list,
.events .bg .slick-track {
  height: 100%;
}
.events .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events.grid .bg:before {
  background: rgba(0, 23, 45, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.events.grid .content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 100px 32px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .events.grid .content-wrapper {
    padding: 150px 60px 60px;
  }
}
@media screen and (min-width: 992px) {
  .events.grid .content-wrapper {
    padding: 150px 32px 32px;
  }
}
.events.grid .content-wrapper .title-wrapper {
  margin: 0;
  padding: 40px 0 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .events.grid .content-wrapper .title-wrapper {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.events.grid .content-wrapper .title-wrapper .button {
  margin: 18px auto 0;
}
@media screen and (min-width: 768px) {
  .events.grid .content-wrapper .title-wrapper .button {
    margin-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  .events.grid .content-wrapper .title-wrapper .button {
    margin-top: 0;
  }
}
.events.grid .content-wrapper .title {
  color: #ffffff;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .events.grid .content-wrapper .title {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.42px;
  }
}
@media screen and (min-width: 992px) {
  .events.grid .content-wrapper .title {
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .events.grid .content-wrapper .title {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
  }
}
.events.grid .logos-grid {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, 100px);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(1, 1, 1, 0.8);
}
.events.grid .logos-grid::-webkit-scrollbar {
  width: 1px;
}
.events.grid .logos-grid::-webkit-scrollbar-track {
  background: rgba(1, 1, 1, 0.8);
}
.events.grid .logos-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .events.grid .logos-grid {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto-fill, 95px);
  }
}
@media screen and (min-width: 992px) {
  .events.grid .logos-grid {
    gap: 3.5%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    overflow-y: visible;
    max-width: 70.2vw;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .events.grid .logos-grid {
    max-width: 55.5vw;
  }
}
.events.grid .logos-grid .item {
  display: block;
  height: 100px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .events.grid .logos-grid .item {
    height: 85%;
  }
}
.events.grid .logos-grid .item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.events.grid .logos-grid .item:hover {
  transform: scale(1.25);
}
.events.slider:before {
  background: linear-gradient(180deg, rgba(0, 23, 45, 0) 25%, #00172D 100%);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.events.slider {
  align-items: flex-end;
  display: flex;
}
.events.slider .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  max-width: 100%;
  margin: 0;
  padding: 100px 25px 55px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .events.slider .content-wrapper {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .events.slider .content-wrapper {
    align-items: flex-end;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .events.slider .content-wrapper .title-wrapper {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .events.slider .content-wrapper .title-wrapper {
    max-width: 550px;
  }
}
.events.slider .content-wrapper .title {
  color: #ffffff;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .events.slider .content-wrapper .title {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -0.52px;
  }
}
@media screen and (min-width: 992px) {
  .events.slider .content-wrapper .title {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.42px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .events.slider .content-wrapper .title {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
  }
}
.events.slider .content-wrapper .logos {
  margin: 0 -25px;
  padding: 55px 0 0;
}
@media screen and (min-width: 768px) {
  .events.slider .content-wrapper .logos {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media screen and (min-width: 992px) {
  .events.slider .content-wrapper .logos {
    max-width: calc(100% - 320px);
    margin-left: 0;
    margin-right: -32px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .events.slider .content-wrapper .logos {
    max-width: calc(100% - 550px);
  }
}
.events.slider .content-wrapper .logos-slider .splide__list {
  align-items: center;
}
.events.slider .content-wrapper .logos-slider a {
  opacity: 0.25;
  padding: 10px 25px;
  transition: transform 0.3s ease-in-out;
}
.events.slider .content-wrapper .logos-slider a:hover {
  transform: scale(1.15);
}
.events.slider .content-wrapper .logos-slider a img {
  display: block;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media screen and (min-width: 992px) {
  .events.slider .content-wrapper .logos-slider a img {
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .events.slider .content-wrapper .logos-slider a img {
    height: 90px;
  }
}

.single-events {
  background-color: #F1F8F8;
}
.single-events h1, .single-events h2, .single-events .event-subtitle {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.single-events h1.visible, .single-events h2.visible, .single-events .event-subtitle.visible {
  opacity: 1;
  transform: translateY(0);
}

.event-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 875px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.event-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 45, 0) 56.63%, #00172D 100%) center/cover no-repeat;
}
.event-hero .content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 130px;
  margin: 0 auto 87px auto;
  position: relative;
}
.event-hero .content-wrapper .event-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 100%;
}
.event-hero .content-wrapper .event-subtitle {
  color: #D76455;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  margin: 0;
  padding: 12px 0 0;
}
.event-hero .content-wrapper .metrics {
  display: flex;
}
@media screen and (min-width: 992px) {
  .event-hero .content-wrapper .metrics {
    justify-content: flex-end;
  }
}
.event-hero .content-wrapper .metrics .counter {
  color: #ffffff;
  padding: 0 25px;
  min-width: 155px;
  border-right: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit;
  max-width: 33.3333333333%;
}
.event-hero .content-wrapper .metrics .counter:first-child {
  padding-left: 0;
  width: 210px;
}
.event-hero .content-wrapper .metrics .counter:nth-child(2) {
  min-width: 245px;
}
.event-hero .content-wrapper .metrics .counter:nth-child(3) {
  padding-right: 0;
  border: none;
  width: 240px;
}
.event-hero .content-wrapper .metrics .counter .counter-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.event-hero .content-wrapper .metrics .counter .counter-title.visible {
  opacity: 1;
  transform: translateY(0);
}
.event-hero .content-wrapper .metrics .counter .counter-info {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.event-hero .content-wrapper .metrics .counter .counter-suffix {
  font-family: Gotham Ultra, sans-serif;
  font-size: 32px;
  margin: 0;
  padding: 0 0 0 4px;
  flex-shrink: 0;
}
.event-hero .content-wrapper .metrics .counter .count {
  font-family: Gotham Ultra, sans-serif;
  font-size: 52px;
  line-height: 100%; /* 52px */
}
.event-hero .content-wrapper .metrics .counter .count#counter1 .odometer-formatting-mark, .event-hero .content-wrapper .metrics .counter .count#counter3 .odometer-formatting-mark {
  display: none;
}
.event-hero .content-wrapper .metrics .counter .count#counter2 .odometer-formatting-mark {
  content: ".";
}
.event-content-wrapper {
  padding: 80px 20px 0;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 74px;
}
.event-content-wrapper .content-slider {
  min-width: 652px;
  height: 623px;
  cursor: grab;
  overflow: hidden;
  border-radius: 24px;
}
.event-content-wrapper .content-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-content-wrapper .content-slider.slick-slider {
  position: relative;
  margin-bottom: 0;
}
.event-content-wrapper .content-slider.slick-slider .slick-list {
  height: 100%;
}
.event-content-wrapper .content-slider.slick-slider .slick-track {
  height: 100%;
}
.event-content-wrapper .content-slider.slick-slider .slick-dots {
  bottom: 37px;
}
.event-content-wrapper .content-slider.slick-slider .slick-dots li {
  width: auto;
  height: auto;
}
.event-content-wrapper .content-slider.slick-slider .slick-dots li.slick-active button {
  background-color: #D76455;
}
.event-content-wrapper .content-slider.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.event-content-wrapper .content-slider.slick-slider .slick-dots li button:before {
  content: none;
}
.event-content-wrapper .content-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.event-content-wrapper .content-title {
  color: #00172D;
  font-size: 52px;
  line-height: 100%;
  text-transform: uppercase;
}
.event-content-wrapper .content-title span {
  color: #D76455;
}
.event-content-wrapper .content-text {
  margin-left: 74px;
  color: #00172D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  opacity: 0.7;
}
.event-content-wrapper .content-button {
  margin-left: 74px;
}
.event-video {
  max-width: 1676px;
  height: 850px;
  margin: 0 auto;
  padding: 80px 24px 0;
}
.event-video .video-wrapper {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.event-video .video-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.event-video .video-wrapper .video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 62px */
}
.event-video .video-wrapper .video-title span {
  color: #D76455;
}
.event-video .video-wrapper .video-title i {
  display: block;
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
}
.event-video .video-wrapper .open-video {
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.event-video .video-wrapper .open-video:hover {
  opacity: 0.6;
}
.event-video .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-video .video-wrapper video::-webkit-media-controls-overlay-enclosure {
  position: unset;
  width: auto;
  height: auto;
}
.event-slider {
  padding: 100px 0;
}
.event-slider-title {
  font-size: 62px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto 80px auto;
  max-width: 840px;
}
.event-slider-list.slick-slider {
  position: relative;
  margin-bottom: 80px;
}
.event-slider-list.slick-slider:after {
  content: "";
  background: linear-gradient(90deg, rgba(241, 248, 248, 0) 0%, #F1F8F8 100%);
  width: 288px;
  height: 439px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.event-slider-list.slick-slider:before {
  content: "";
  background: linear-gradient(270deg, rgba(241, 248, 248, 0) 0%, #F1F8F8 100%);
  width: 288px;
  height: 439px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.event-slider-list.slick-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: visible;
  height: 540px;
  width: 37.5vw;
}
.event-slider-list.slick-slider .slick-slide {
  position: relative;
  overflow: hidden;
  float: none;
  transition: all 1s ease-in-out;
  width: 550px;
  height: 400px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: grab;
}
.event-slider-list.slick-slider .slick-slide:not(.slick-active, .slick-center, .slick-current) {
  height: 250px;
  padding-bottom: 24px;
  width: 19.5vw;
}
.event-slider-list.slick-slider .slick-slide:not(.slick-active, .slick-center, .slick-current) h3 {
  font-size: 24px;
}
.event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) {
  height: 400px;
  padding-bottom: 22px;
  width: 21.5vw;
}
.event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) h3 {
  font-size: 28px;
}
.event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) p {
  font-size: 14px;
}
.event-slider-list.slick-slider .slick-slide.slick-current {
  height: 540px;
  padding-bottom: 24px;
  width: 33.5vw;
}
.event-slider-list.slick-slider .slick-slide.slick-current h3 {
  font-size: 42px;
}
.event-slider-list.slick-slider .slick-slide.slick-current p {
  font-size: 20px;
}
.event-slider-list.slick-slider .slick-slide h3 {
  color: #F1F8F8;
  text-align: center;
  font-weight: 500;
  line-height: 120%; /* 50.4px */
}
.event-slider-list.slick-slider .slick-slide p {
  color: #F1F8F8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.event-slider-text {
  max-width: 720px;
  margin: 0 auto 60px auto;
  text-align: center;
  color: #00172D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  opacity: 0.7;
}
.event-slider .button {
  margin: 0 auto;
}

#popupVideo {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 99;
}
#popupVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#popupVideo .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}
#popupVideo .close-popup img {
  width: 40px;
}
#popupVideo .close-popup:hover {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .event-hero {
    height: 744px;
  }
  .event-hero .content-wrapper {
    padding: 0 50px;
    margin-bottom: 66px;
  }
  .event-hero .content-wrapper .metrics .counter {
    padding: 0 15px;
  }
  .event-content-wrapper {
    gap: 42px;
  }
  .event-video {
    height: 750px;
  }
}
@media screen and (max-width: 1280px) {
  .event-hero .content-wrapper .event-title {
    font-size: 52px;
  }
  .event-hero .content-wrapper .metrics .counter:last-child {
    padding-left: 15px;
  }
  .event-hero .content-wrapper .metrics .counter .counter-title {
    margin-bottom: 16px;
  }
  .event-hero .content-wrapper .metrics .counter .count {
    font-size: 42px;
  }
  .event-hero .content-wrapper .metrics .counter .counter-suffix {
    font-size: 20px;
  }
  .event-content-wrapper {
    max-width: 1040px;
  }
  .event-content-wrapper .content-slider {
    width: 504px;
    height: 560px;
    min-width: 50%;
  }
  .event-content-wrapper .content-description {
    gap: 24px;
  }
  .event-content-wrapper .content-title {
    font-size: 42px;
  }
  .event-content-wrapper .content-text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 38px;
  }
  .event-content-wrapper .content-button {
    margin-left: 38px;
  }
  .event-video {
    height: 650px;
  }
  .event-video .video-wrapper .video-title {
    font-size: 42px;
    white-space: nowrap;
  }
  .event-video .video-wrapper .video-title i {
    bottom: -80px;
  }
  .event-slider {
    padding: 80px 0;
  }
  .event-slider-title {
    font-size: 42px;
    margin: 0 auto 60px auto;
    max-width: 570px;
  }
  .event-slider-list.slick-slider {
    margin-bottom: 60px;
  }
  .event-slider-list.slick-slider:after {
    width: 149px;
    height: 439px;
  }
  .event-slider-list.slick-slider:before {
    width: 149px;
    height: 439px;
  }
  .event-slider-list.slick-slider .slick-track {
    gap: 32px;
    height: 504px;
  }
  .event-slider-list.slick-slider .slick-slide {
    width: 504px;
    border-radius: 12px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) {
    height: 304px;
    padding-bottom: 16px;
    width: 26.5vw;
  }
  .event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) h3 {
    font-size: 24px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current {
    height: 504px;
    padding-bottom: 32px;
    width: 43.95vw;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current h3 {
    font-size: 32px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current p {
    font-size: 16px;
  }
  .event-slider-text {
    max-width: 651px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    line-height: 26px; /* 166.667% */
  }
  .event-slider .button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .event-hero:before {
    background: linear-gradient(180deg, rgba(0, 23, 45, 0) 36.5%, #00172D 100%) center/cover no-repeat;
  }
  .event-hero .content-wrapper {
    align-items: center;
    flex-direction: column;
    margin-bottom: 39px;
    padding: 0 24px;
  }
  .event-hero .content-wrapper .event-title-wrapper {
    margin-bottom: 4px;
  }
  .event-hero .content-wrapper .event-title {
    font-size: 40px;
    text-align: center;
    width: 100%;
  }
  .event-hero .content-wrapper .event-subtitle {
    margin-bottom: 32px;
    text-align: center;
  }
  .event-hero .content-wrapper .metrics {
    width: 100%;
    justify-content: center;
  }
  .event-hero .content-wrapper .metrics .counter {
    padding: 0 16px;
    min-width: 220px;
  }
  .event-hero .content-wrapper .metrics .counter .counter-title {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .event-hero .content-wrapper .metrics .counter .counter-info {
    justify-content: center;
  }
  .event-hero .content-wrapper .metrics .counter .count {
    text-align: center;
    display: block;
    font-size: 32px;
  }
  .event-content-wrapper {
    max-width: 560px;
    flex-wrap: wrap;
    gap: 60px;
  }
  .event-content-wrapper .content-slider {
    width: 100%;
    height: 360px;
  }
  .event-content-wrapper .content-slider.slick-slider .slick-dots {
    bottom: 24px;
  }
  .event-content-wrapper .content-slider.slick-slider .slick-list img {
    border-radius: 12px;
  }
  .event-content-wrapper .content-title {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }
  .event-content-wrapper .content-text {
    font-size: 14px;
    line-height: 25px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .event-content-wrapper .content-button {
    margin: 0 auto;
  }
  .event-video {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .event-video {
    height: 480px;
  }
  .event-slider-title {
    font-size: 32px;
    margin: 0 auto 40px auto;
    max-width: 434px;
  }
  .event-slider-list.slick-slider:after {
    width: 67px;
    height: 357px;
  }
  .event-slider-list.slick-slider:before {
    width: 67px;
    height: 357px;
  }
  .event-slider-list.slick-slider .slick-track {
    gap: 16px;
    height: 400px;
  }
  .event-slider-list.slick-slider .slick-slide {
    width: 460px;
    border-radius: 12px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) {
    height: 280px;
    padding-bottom: 24px;
    width: 42vw;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current {
    height: 400px;
    padding-bottom: 24px;
    width: 60.5vw;
  }
  .event-slider-text {
    max-width: 520px;
    margin: 0 auto 32px auto;
    font-size: 14px;
    line-height: 24px; /* 166.667% */
  }
}
@media screen and (max-width: 680px) and (min-width: 577px) {
  .event-hero .content-wrapper .metrics .counter {
    padding: 0 15px;
    min-width: auto;
  }
}
@media screen and (max-width: 576px) {
  .event-hero:before {
    background: linear-gradient(180deg, rgba(0, 23, 45, 0) 42.82%, #00172D 100%) center/cover no-repeat;
  }
  .event-hero .content-wrapper {
    margin-bottom: 42px;
    padding: 0;
  }
  .event-hero .content-wrapper .event-title {
    font-size: 32px;
  }
  .event-hero .content-wrapper .event-subtitle {
    font-size: 12px;
  }
  .event-hero .content-wrapper .metrics.slick-slider .slick-track {
    display: flex;
  }
  .event-hero .content-wrapper .metrics .counter {
    width: 250px;
    transition: opacity 0.3s ease-in-out;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .event-hero .content-wrapper .metrics .counter .counter-title {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 8px;
  }
  .event-hero .content-wrapper .metrics .counter:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .event-hero .content-wrapper .metrics .counter.slick-slide:not(.slick-active) p, .event-hero .content-wrapper .metrics .counter.slick-slide:not(.slick-active) span {
    opacity: 0.5;
  }
  .event-hero .content-wrapper .metrics .counter .count {
    font-size: 28px;
  }
  .event-content-wrapper {
    max-width: 100%;
    padding: 60px 32px 0;
    gap: 50px;
  }
  .event-content-wrapper .content-slider {
    width: 100%;
    height: 280px;
  }
  .event-content-wrapper .content-slider.slick-slider .slick-dots {
    bottom: 16px;
  }
  .event-content-wrapper .content-slider.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .event-content-wrapper .content-title {
    font-size: 28px;
  }
  .event-content-wrapper .content-button {
    margin: 0 auto;
  }
  .event-video {
    height: 280px;
    padding: 60px 0 0;
  }
  .event-video .video-wrapper {
    border-radius: 12px;
  }
  .event-video .video-wrapper .video-title {
    font-size: 0;
  }
  .event-video .video-wrapper .video-title i {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .event-slider {
    padding: 60px 0;
  }
  .event-slider-title {
    font-size: 28px;
    max-width: 320px;
  }
  .event-slider-list.slick-slider:after {
    content: none;
  }
  .event-slider-list.slick-slider:before {
    content: none;
  }
  .event-slider-list.slick-slider .slick-track {
    gap: 20px;
    height: 320px;
  }
  .event-slider-list.slick-slider .slick-slide {
    width: 280px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) {
    height: 220px;
    padding-bottom: 24px;
    width: 68.5vw;
  }
  .event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) h3 {
    font-size: 18px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-active:not(.slick-current) p {
    font-size: 12px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current {
    height: 320px;
    width: 68.5vw;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current h3 {
    font-size: 20px;
  }
  .event-slider-list.slick-slider .slick-slide.slick-current p {
    font-size: 14px;
  }
  .event-slider-text {
    max-width: 320px;
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 460px) {
  .event-hero {
    height: 550px;
  }
}
.page-template-archive {
  background-color: #00172D;
}

.vacancies {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.vacancies:before {
  background: linear-gradient(180deg, rgba(0, 23, 45, 0) -1.67%, #00172D 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.vacancies .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100dvh;
  padding: 0 0 45px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .vacancies .content-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .vacancies .content-wrapper {
    align-items: flex-end;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    margin: 0;
    padding: 0 32px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .vacancies .content-wrapper {
    padding: 0 60px 60px;
  }
}
.vacancies .content-wrapper h1 {
  color: #ffffff;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 0 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vacancies .content-wrapper h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.42px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .vacancies .content-wrapper h1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .vacancies .content-wrapper h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
.vacancies .vacancies-list {
  width: 100%;
}
.vacancies .vacancies-list:not(.slick-initialized) {
  display: flex;
}
.vacancies .vacancies-list .vacancies-item {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 61.5vh;
  margin: 0 10px 0 0;
  padding: 32px 30px;
  position: relative;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 82.85vw;
}
@media screen and (min-width: 992px) {
  .vacancies .vacancies-list .vacancies-item:hover {
    max-width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .vacancies .vacancies-list .vacancies-item:hover {
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  .vacancies .vacancies-list .vacancies-item {
    margin-right: 16px;
    padding: 32px 64px;
  }
}
@media screen and (min-width: 992px) {
  .vacancies .vacancies-list .vacancies-item {
    height: 320px;
    max-width: 200px;
    margin-right: 10px;
    padding: 24px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .vacancies .vacancies-list .vacancies-item {
    max-width: 280px;
    height: 420px;
    padding: 38px 30px;
  }
}
.vacancies .vacancies-list .vacancies-item:before {
  background: linear-gradient(0deg, rgb(0, 3, 25) 50%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  border-radius: 12px;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.vacancies .vacancies-list .vacancies-item span {
  color: #D76455;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  position: relative;
  z-index: 1;
}
.vacancies .vacancies-list .vacancies-item h3 {
  color: #ECF5FF;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 26px;
  line-height: 31px;
  margin: 2px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .vacancies .vacancies-list .vacancies-item h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .vacancies .vacancies-list .vacancies-item h3 {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.56px;
  }
}

.page-template-archive {
  background-color: #00172D;
}

.news {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.news:before {
  background: linear-gradient(180deg, rgba(0, 23, 45, 0) -1.67%, #00172D 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100dvh;
  padding: 0 0 45px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news .content-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .news .content-wrapper {
    align-items: flex-end;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    margin: 0;
    padding: 0 32px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .news .content-wrapper {
    padding: 0 60px 60px;
  }
}
.news .content-wrapper h1 {
  color: #ffffff;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 0 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news .content-wrapper h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.42px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .news .content-wrapper h1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news .content-wrapper h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
.news .news-list {
  width: 100%;
}
.news .news-list:not(.slick-initialized) {
  display: flex;
}
.news .news-list .news-item {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-end;
  height: 61.5vh;
  margin: 0 10px 0 0;
  padding: 32px 30px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 82.85vw;
}
@media screen and (min-width: 992px) {
  .news .news-list .news-item:hover {
    max-width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .news .news-list .news-item:hover {
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  .news .news-list .news-item {
    margin-right: 16px;
    padding: 32px 64px;
  }
}
@media screen and (min-width: 992px) {
  .news .news-list .news-item {
    height: 320px;
    max-width: 200px;
    margin-right: 10px;
    padding: 24px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .news .news-list .news-item {
    max-width: 280px;
    height: 420px;
    padding: 38px 30px;
  }
}
.news .news-list .news-item:before {
  background: linear-gradient(0deg, rgb(0, 3, 25) 50%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  border-radius: 12px;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.news .news-list .news-item .post-date {
  color: #D76455;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  position: relative;
  z-index: 1;
}
.news .news-list .news-item .post-title {
  color: #ECF5FF;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 26px;
  line-height: 31px;
  margin: 2px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .news .news-list .news-item .post-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .news .news-list .news-item .post-title {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.56px;
  }
}

.single {
  background-color: #F1F8F8;
}

.single-post .related-posts {
  background-color: #F1F8F8;
  margin: -1px 0 0;
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-post .related-posts {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .related-posts {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post .related-posts .related-posts-title {
  color: #00172D;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .single-post .related-posts .related-posts-title {
    font-size: 42px;
    line-height: 42px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post .related-posts .related-posts-title {
    padding-bottom: 80px;
  }
}
.single-post .related-posts .related-posts-list {
  width: 100%;
}
.single-post .related-posts .related-posts-list:not(.slick-initialized) {
  display: flex;
}
.single-post .related-posts .related-posts-list .related-post-item {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  margin: 0 10px 0 0;
  padding: 32px 30px;
  position: relative;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 82.85vw;
}
@media screen and (min-width: 768px) {
  .single-post .related-posts .related-posts-list .related-post-item {
    margin-right: 16px;
    padding: 32px 64px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .related-posts .related-posts-list .related-post-item {
    height: 320px;
    max-width: 200px;
    margin-right: 10px;
    padding: 24px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .single-post .related-posts .related-posts-list .related-post-item {
    height: 500px;
    max-width: 320px;
    height: 420px;
    padding: 38px 30px;
  }
}
.single-post .related-posts .related-posts-list .related-post-item:before {
  background: linear-gradient(0deg, rgb(0, 3, 25) 50%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  border-radius: 12px;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.single-post .related-posts .related-posts-list .related-post-item .related-post-date {
  color: #D76455;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  position: relative;
  z-index: 1;
}
.single-post .related-posts .related-posts-list .related-post-item .related-post-title {
  color: #ECF5FF;
  font-family: "Gotham Ultra", sans-serif;
  font-size: 26px;
  line-height: 31px;
  margin: 2px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .single-post .related-posts .related-posts-list .related-post-item .related-post-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .single-post .related-posts .related-posts-list .related-post-item .related-post-title {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.56px;
  }
}

.post .post-bg {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  inset: 0;
}
.post .post-bg:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(241, 248, 248, 0) 56.85%, #F1F8F8 100%) center/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post .post-date {
  color: #D76455;
  font-size: 14px;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 24px;
}
.post .post-title {
  color: #00172D;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.post .post-content {
  position: relative;
  max-width: 986px;
  width: 100%;
  margin: 340px auto 0 auto;
  background-color: #F1F8F8;
  border-radius: 12px 12px 0 0;
  padding: 80px 130px;
}
.post .post-content .content-wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.post .post-content .content-wrapper h3 {
  color: #00172D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.post .post-content .content-wrapper p {
  color: rgba(0, 23, 45, 0.7);
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 48px;
}
.post .post-content .content-wrapper p > * {
  font-size: 18px;
  line-height: 30px;
}
.post .post-content .content-wrapper p:has(+ ul) {
  margin-bottom: 0;
}
.post .post-content .content-wrapper p strong {
  font-family: "Gotham Bold";
}
.post .post-content .content-wrapper p a {
  color: #D76455;
  position: relative;
}
.post .post-content .content-wrapper p a:before {
  background-color: #00172D;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 0;
}
.post .post-content .content-wrapper p a:hover, .post .post-content .content-wrapper p a:focus, .post .post-content .content-wrapper p a:active {
  color: #00172D;
}
.post .post-content .content-wrapper p a:hover:before, .post .post-content .content-wrapper p a:focus:before, .post .post-content .content-wrapper p a:active:before {
  width: 100%;
}
.post .post-content .content-wrapper ul {
  color: #00172D;
  margin-bottom: 48px;
  list-style: initial;
  margin-left: 24px;
}
.post .post-content .content-wrapper ul li {
  color: rgba(0, 23, 45, 0.7);
  font-size: 18px;
  line-height: 30px;
}
.post .post-content .content-wrapper iframe {
  display: block;
  max-width: 100%;
  max-height: 480px;
  aspect-ratio: 16/9;
}
.post .post-content .content-wrapper figure {
  max-width: 100%;
  margin: 0 0 12px;
}
.post .post-content .content-wrapper figure img {
  margin: 0 0 4px;
}
.post .post-content .content-wrapper figure figcaption {
  font-size: 12px;
}
.post .post-content .content-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 12px 0;
}
.post .share-title {
  color: #00172D;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.post .share-buttons-wrapper {
  display: flex;
  gap: 10px;
}
.post .share-buttons-wrapper a {
  display: block;
}
.post .share-buttons-wrapper a svg rect {
  transition: fill 0.3s ease-in-out;
}
.post .share-buttons-wrapper a:hover svg rect {
  fill: #D76455;
}

@media screen and (max-width: 992px) {
  .post {
    padding: 0 60px;
  }
  .post .post-content {
    padding: 60px 40px 60px;
  }
  .post .post-content .content-wrapper .content > * {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 25px;
  }
  .post .post-content .content-wrapper .content p > * {
    font-size: 14px;
    line-height: 22px;
  }
  .post .post-content .content-wrapper .content h3 {
    margin: 0;
    padding: 0;
  }
  .post .post-content .content-wrapper img {
    margin: 7px 0;
    padding: 0;
  }
  .post .post-content .content-wrapper iframe {
    max-height: 360px;
  }
  .post .post-date {
    margin: 0;
    padding: 0 0 8px;
  }
  .post .post-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 32px;
  }
  .post .share-buttons-wrapper svg {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .post {
    padding: 0 25px;
  }
  .post .post-content {
    padding: 40px 30px 60px;
  }
  .post .post-content .content-wrapper .content > * {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px;
  }
  .post .post-content .content-wrapper .content p > * {
    font-size: 13px;
    line-height: 20px;
  }
  .post .post-content .content-wrapper .content h3 {
    margin: 0;
    padding: 0;
  }
  .post .post-content .content-wrapper img {
    margin: 20px 0;
    padding: 0;
  }
  .post .post-content .content-wrapper iframe {
    max-height: 200px;
  }
  .post .post-title {
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 16px;
  }
  .post .share-title {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 16px;
  }
  .post .share-buttons-wrapper svg {
    width: 36px;
    height: 36px;
  }
}
.error404 {
  background-color: #00172D;
}

.page-404 {
  width: 100vw;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-404 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
.page-404 .content-wrapper .title-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 64px;
}
.page-404 .content-wrapper .title-wrapper svg {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.page-404 .content-wrapper .title-wrapper svg.left-number {
  transform: translateX(-50%) rotate(-45deg);
}
.page-404 .content-wrapper .title-wrapper svg.right-number {
  transform: translateX(50%) rotate(45deg);
}
.page-404 .content-wrapper .title-wrapper svg.visible {
  opacity: 1;
  transform: translateY(0) rotate(0);
}
.page-404 .content-wrapper .title-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out, opacity 0.5s ease-in-out;
}
.page-404 .content-wrapper .title-wrapper .image-wrapper img {
  width: 100%;
}
.page-404 .content-wrapper .title-wrapper .image-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-404 .content-wrapper .title-wrapper .image-wrapper:before {
  content: "";
  display: block;
  background: #010101;
  width: 550px;
  height: 170px;
  position: absolute;
  top: 56%;
  left: -200%;
  z-index: -1;
  opacity: 0.57;
  border-radius: 100%;
  filter: blur(5px);
  transform: rotate(-19deg);
}
.page-404 .content-wrapper .content {
  position: relative;
  z-index: 1;
  width: 652px;
}
.page-404 .content-wrapper .content h1 {
  text-transform: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.page-404 .content-wrapper .content h1.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-404 .content-wrapper .content p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(-50%);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.page-404 .content-wrapper .content p.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-404 .content-wrapper .content a {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.page-404 .content-wrapper .content a.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1280px) {
  .page-404 .content-wrapper .title-wrapper {
    gap: 18px;
  }
  .page-404 .content-wrapper .title-wrapper svg {
    height: auto;
    width: 20.3vw;
  }
  .page-404 .content-wrapper .title-wrapper .image-wrapper {
    width: 23.5vw;
  }
  .page-404 .content-wrapper .content {
    max-width: 100%;
    padding: 0 24px;
    width: 100%;
  }
  .page-404 .content-wrapper .content h1 {
    font-size: 1.5rem;
  }
  .page-404 .content-wrapper .content p {
    font-size: 1rem;
    line-height: 22px;
    max-width: 72%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 576px) {
  .page-404 .content-wrapper .title-wrapper {
    gap: 4px;
    margin-bottom: 32px;
  }
  .page-404 .content-wrapper .title-wrapper svg {
    width: 22.1vw;
  }
  .page-404 .content-wrapper .title-wrapper .image-wrapper {
    width: 30.8vw;
  }
  .page-404 .content-wrapper .content {
    max-width: 100%;
    padding: 0 24px;
    width: 100%;
  }
  .page-404 .content-wrapper .content h1 {
    font-size: 1.25rem;
  }
  .page-404 .content-wrapper .content p {
    font-size: 0.813rem;
    line-height: 20px;
    max-width: 88%;
    margin-bottom: 16px;
  }
}
.page-tamplate-page-cms {
  background-color: #F1F8F8;
}

.page-template-page-cms .footer {
  display: none;
}

.cms .cms-bg {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  inset: 0;
}
.cms .cms-bg:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(241, 248, 248, 0) 56.85%, #F1F8F8 100%) center/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cms .cms-title {
  font-family: "Gotham Black", sans-serif;
  color: #00172D;
  font-size: 52px;
  line-height: 120%;
  text-transform: none;
  margin-bottom: 24px;
}
.cms .cms-content {
  position: relative;
  width: 986px;
  margin: 340px auto 0 auto;
  background-color: #F1F8F8;
  border-radius: 12px 12px 0 0;
  padding: 80px 50px 125px 50px;
}
.cms .cms-content .content-wrapper {
  max-width: 100%;
}
.cms .cms-content .content-wrapper h3 {
  color: #00172D;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.cms .cms-content .content-wrapper p {
  color: #00172D;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 32px;
}
.cms .cms-content .content-wrapper p:has(+ ul) {
  margin-bottom: 0;
}
.cms .cms-content .content-wrapper ul {
  color: #00172D;
  margin-bottom: 48px;
  list-style: initial;
  margin-left: 24px;
}
.cms .cms-content .content-wrapper ul li {
  color: rgba(0, 23, 45, 0.7);
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1280px) {
  .cms {
    padding: 0 105px;
  }
  .cms .cms-content {
    max-width: 100%;
    padding: 80px 100px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .cms {
    padding: 0 60px;
  }
  .cms .cms-content {
    max-width: 100%;
    padding: 60px 40px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cms {
    padding: 0 25px;
  }
  .cms .cms-title {
    font-size: 1.75rem;
  }
  .cms .cms-content {
    padding: 60px 40px 100px;
  }
  .cms .cms-content .content-wrapper p,
  .cms .cms-content .content-wrapper h3 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 460px) {
  .cms .cms-title {
    font-size: 1.625rem;
    margin-bottom: 8px;
  }
  .cms .cms-content .content-wrapper p,
  .cms .cms-content .content-wrapper h3 {
    font-size: 0.813rem;
  }
}
.page-template-page-about {
  background-color: #F1F8F8;
}
.page-template-page-about h1, .page-template-page-about h2, .page-template-page-about .item-title {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.page-template-page-about h1.visible, .page-template-page-about h2.visible, .page-template-page-about .item-title.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 875px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.about-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 45, 0) 56.63%, #00172D 100%) center/cover no-repeat;
}
.about-hero .content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 130px;
  margin: 0 auto 87px auto;
  position: relative;
}
.about-hero .content-wrapper .about-title {
  color: #ffffff;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  line-height: 100%;
}
.about-hero .content-wrapper .metrics {
  display: flex;
}
.about-hero .content-wrapper .metrics .counter {
  color: #ffffff;
  padding: 0 50px;
  min-width: 155px;
  border-right: 1px solid transparent;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-hero .content-wrapper .metrics .counter:first-child {
  padding-left: 0;
  width: 210px;
}
.about-hero .content-wrapper .metrics .counter:nth-child(2) {
  width: 280px;
}
.about-hero .content-wrapper .metrics .counter:nth-child(3) {
  padding-right: 0;
  border: none;
  width: 225px;
}
.about-hero .content-wrapper .metrics .counter .counter-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.about-hero .content-wrapper .metrics .counter .counter-title.visible {
  opacity: 1;
  transform: translateY(0);
}
.about-hero .content-wrapper .metrics .counter .counter-suffix {
  font-family: Gotham Ultra, sans-serif;
  font-size: 32px;
  margin: 0;
  padding: 0 0 0 4px;
  flex-shrink: 0;
}
.about-hero .content-wrapper .metrics .counter .count {
  font-family: Gotham Ultra, sans-serif;
  font-size: 52px;
  line-height: 100%; /* 52px */
}
.about-hero .content-wrapper .metrics .counter .count#counter1 .odometer-formatting-mark, .about-hero .content-wrapper .metrics .counter .count#counter3 .odometer-formatting-mark {
  display: none;
}
.about-hero .content-wrapper .metrics .counter .count#counter2 .odometer-formatting-mark {
  content: ".";
}
.about-content {
  padding: 120px 20px 0px;
}
.about-content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 74px;
}
.about-content-wrapper:nth-child(2) {
  margin-top: 80px;
}
.about-content-wrapper .content-slider {
  max-width: 652px;
  min-width: 652px;
  height: 623px;
  cursor: grab;
  overflow: hidden;
  border-radius: 24px;
}
.about-content-wrapper .content-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-content-wrapper .content-slider.slick-slider {
  position: relative;
  margin-bottom: 0;
}
.about-content-wrapper .content-slider.slick-slider .slick-list {
  height: 100%;
}
.about-content-wrapper .content-slider.slick-slider .slick-track {
  height: 100%;
}
.about-content-wrapper .content-slider.slick-slider .slick-dots {
  bottom: 37px;
}
.about-content-wrapper .content-slider.slick-slider .slick-dots li {
  width: auto;
  height: auto;
}
.about-content-wrapper .content-slider.slick-slider .slick-dots li.slick-active button {
  background-color: #D76455;
}
.about-content-wrapper .content-slider.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.about-content-wrapper .content-slider.slick-slider .slick-dots li button:before {
  content: none;
}
.about-content-wrapper .content-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.about-content-wrapper .content-title {
  color: #00172D;
}
.about-content-wrapper .content-text {
  margin-left: 74px;
  color: #00172D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  opacity: 0.7;
}
.about-content-wrapper .content-text p:not(:last-child) {
  margin-bottom: 24px;
}
.about-content-wrapper .content-button {
  margin-left: 74px;
}
.about-disciplines {
  padding: 130px 20px 130px 20px;
}
.about-disciplines .content-wrapper {
  max-width: 1360px;
  margin: 0 auto;
}
.about-disciplines .content-wrapper .title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 52px;
}
.about-disciplines .content-wrapper .descr {
  max-width: 986px;
  margin: 0 auto 60px auto;
  color: #00172D;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.7;
}
.about-disciplines .disciplines-list {
  display: flex;
  gap: 44px;
  justify-content: space-between;
}
.about-disciplines .disciplines-item {
  max-width: 290px;
  flex-basis: 25%;
}
.about-disciplines .disciplines-item .item-title {
  color: #00172D;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 100%;
}
.about-disciplines .disciplines-item .item-descr {
  color: #00172D;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.7;
}
.about-video {
  max-width: 1676px;
  height: 850px;
  margin: 0 auto;
  padding: 0 24px;
}
.about-video .video-wrapper {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.about-video .video-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.about-video .video-wrapper .video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 62px */
}
.about-video .video-wrapper .video-title span {
  color: #D76455;
}
.about-video .video-wrapper .video-title i {
  display: block;
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
}
.about-video .video-wrapper .open-video {
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.about-video .video-wrapper .open-video:hover {
  opacity: 0.6;
}
.about-video .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-video .video-wrapper video::-webkit-media-controls-overlay-enclosure {
  position: unset;
  width: auto;
  height: auto;
}
.about-instagram {
  padding: 130px 20px 130px 20px;
}
.about-instagram .content-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (min-width: 576px) {
  .about-instagram .content-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 992px) {
  .about-instagram .content-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .about-instagram .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-instagram .content-wrapper .title {
  text-align: center;
}
.about-instagram .content-wrapper #sb_instagram {
  margin: 30px 0 24px;
  padding: 50px 0 0;
}
@media screen and (min-width: 576px) {
  .about-instagram .content-wrapper #sb_instagram {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .about-instagram .content-wrapper #sb_instagram {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about-instagram .content-wrapper #sb_instagram {
    margin-top: 70px;
  }
}
.about-instagram .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
.about-instagram .social-links:hover a {
  opacity: 0.5;
}
.about-instagram .social-links a {
  padding: 0 5px;
  transition: opacity 0.3s ease-in-out;
}
.about-instagram .social-links a:hover {
  opacity: 1;
}

#aboutPopupVideo {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 99;
}
#aboutPopupVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#aboutPopupVideo .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}
#aboutPopupVideo .close-popup img {
  width: 40px;
}
#aboutPopupVideo .close-popup:hover {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .about-hero {
    height: 744px;
  }
  .about-hero .content-wrapper {
    padding: 0 50px;
    margin-bottom: 73px;
  }
  .about-hero .content-wrapper .about-title {
    font-size: 62px;
  }
  .about-hero .content-wrapper .metrics .counter {
    padding: 0 30px 0 40px;
  }
  .about-content-wrapper {
    gap: 42px;
  }
  .about-video {
    height: 750px;
  }
}
@media screen and (max-width: 1280px) {
  .about-hero .content-wrapper .about-title {
    font-size: 52px;
  }
  .about-hero .content-wrapper .metrics .counter {
    height: 83px;
  }
  .about-hero .content-wrapper .metrics .counter:first-child {
    width: 190px;
  }
  .about-hero .content-wrapper .metrics .counter:nth-child(2) {
    width: 235px;
  }
  .about-hero .content-wrapper .metrics .counter:last-child {
    width: 210px;
    padding-left: 30px;
  }
  .about-hero .content-wrapper .metrics .counter .counter-title {
    margin-bottom: 16px;
  }
  .about-hero .content-wrapper .metrics .counter .counter-suffix {
    font-size: 20px;
  }
  .about-hero .content-wrapper .metrics .counter .count {
    font-size: 32px;
  }
  .about-content {
    padding: 80px 20px 0;
  }
  .about-content-wrapper {
    max-width: 1040px;
  }
  .about-content-wrapper .content-slider {
    width: 504px;
    height: 560px;
    min-width: 50%;
  }
  .about-content-wrapper .content-description {
    gap: 24px;
  }
  .about-content-wrapper .content-title {
    font-size: 42px;
  }
  .about-content-wrapper .content-text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 38px;
  }
  .about-content-wrapper .content-button {
    margin-left: 38px;
  }
  .about-disciplines {
    padding: 80px 20px;
  }
  .about-disciplines .content-wrapper {
    padding: 0 32px;
  }
  .about-disciplines .content-wrapper .title {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .about-disciplines .content-wrapper .descr {
    font-size: 16px;
    line-height: 26px;
    max-width: 705px;
    margin-bottom: 40px;
  }
  .about-disciplines .content-wrapper .disciplines-list {
    gap: 14px;
  }
  .about-disciplines .content-wrapper .disciplines-item .item-descr {
    font-size: 14px;
    line-height: 24px;
  }
  .about-video {
    height: 650px;
  }
  .about-video .video-wrapper .video-title {
    font-size: 42px;
    white-space: nowrap;
  }
  .about-video .video-wrapper .video-title i {
    bottom: -80px;
  }
  .about-instagram {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 992px) {
  .about-hero .content-wrapper {
    flex-direction: column;
    margin-bottom: 39px;
    padding: 0 24px;
  }
  .about-hero .content-wrapper .about-title {
    font-size: 52px;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
  }
  .about-hero .content-wrapper .metrics {
    width: 100%;
    justify-content: center;
  }
  .about-hero .content-wrapper .metrics .counter {
    padding: 0 35px;
    min-width: 220px;
  }
  .about-hero .content-wrapper .metrics .counter .counter-title {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .about-hero .content-wrapper .metrics .counter > div {
    text-align: center;
  }
  .about-hero .content-wrapper .metrics .counter .count {
    text-align: center;
    width: 100%;
  }
  .about-content-wrapper {
    max-width: 560px;
    flex-wrap: wrap;
    gap: 60px;
  }
  .about-content-wrapper .content-slider {
    width: 100%;
    height: 360px;
  }
  .about-content-wrapper .content-slider.slick-slider .slick-dots {
    bottom: 24px;
  }
  .about-content-wrapper .content-slider.slick-slider .slick-list img {
    border-radius: 12px;
  }
  .about-content-wrapper .content-title {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }
  .about-content-wrapper .content-text {
    font-size: 14px;
    line-height: 25px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .about-content-wrapper .content-button {
    margin: 0 auto;
  }
  .about-content-wrapper:nth-child(odd) + .about-content-wrapper {
    flex-direction: column-reverse;
  }
  .about-video {
    height: 550px;
  }
  .about-disciplines .disciplines-item {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-video {
    height: 480px;
  }
}
@media screen and (max-width: 680px) and (min-width: 577px) {
  .about-hero .content-wrapper .metrics .counter {
    padding: 0 15px;
    min-width: auto;
  }
}
@media screen and (max-width: 576px) {
  .about-hero .content-wrapper {
    margin-bottom: 42px;
    padding: 0;
  }
  .about-hero .content-wrapper .about-title {
    font-size: 38px;
    margin-bottom: 26px;
  }
  .about-hero .content-wrapper .metrics.slick-slider .slick-track {
    display: flex;
  }
  .about-hero .content-wrapper .metrics .counter {
    width: 250px;
    transition: opacity 0.3s ease-in-out;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
  }
  .about-hero .content-wrapper .metrics .counter .counter-title {
    opacity: 1;
    transform: translateY(0);
  }
  .about-hero .content-wrapper .metrics .counter:nth-child(3) {
    padding-right: 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-hero .content-wrapper .metrics .counter:first-child {
    padding-left: 35px;
  }
  .about-hero .content-wrapper .metrics .counter.slick-slide:not(.slick-active) p, .about-hero .content-wrapper .metrics .counter.slick-slide:not(.slick-active) span {
    opacity: 0.5;
  }
  .about-content-wrapper {
    max-width: 100%;
    padding: 60px 32px;
    gap: 50px;
  }
  .about-content-wrapper .content-slider {
    width: 100%;
    height: 280px;
  }
  .about-content-wrapper .content-slider.slick-slider .slick-dots {
    bottom: 16px;
  }
  .about-content-wrapper .content-slider.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .about-content-wrapper .content-title {
    font-size: 28px;
  }
  .about-content-wrapper .content-button {
    margin: 0 auto;
  }
  .about-video {
    height: 280px;
    padding: 0;
  }
  .about-video .video-wrapper {
    border-radius: 12px;
  }
  .about-video .video-wrapper .video-title {
    font-size: 0;
  }
  .about-video .video-wrapper .video-title i {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .about-disciplines .disciplines-item {
    padding: 0 10px;
  }
}
@media (min-width: 576px) and (max-width: 1280px) {
  .about-hero {
    height: 700px;
  }
  .about-hero .content-wrapper .about-title {
    font-size: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 0 32px;
  }
  .about-content-wrapper {
    max-width: 100%;
    width: clamp(520px, 74%, 100%);
  }
  .about-content-wrapper .content-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-disciplines .disciplines-list {
    gap: 40px;
  }
  .about-disciplines .disciplines-item {
    max-width: 420px;
    flex-basis: 420px;
    flex-shrink: 0;
  }
  .about-disciplines .disciplines-item .item-title {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 16px;
  }
  .about-disciplines .disciplines-item .item-descr {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.8;
  }
}
@media screen and (max-width: 576px) {
  .about-hero {
    height: 550px;
  }
  .about-content {
    padding: 60px 32px 0;
  }
  .about-content .about-content-wrapper {
    padding: 0;
  }
  .about-content .about-content-wrapper .content-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-content .about-content-wrapper:nth-child(2) {
    margin: 0;
    padding: 60px 0 0;
  }
  .about-disciplines {
    padding: 60px 32px 60px;
  }
  .about-disciplines .content-wrapper {
    padding: 0;
  }
  .about-disciplines .content-wrapper .title {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 16px;
  }
  .about-disciplines .content-wrapper .disciplines-list {
    gap: 24px;
    margin: 0 -32px;
    padding: 0 32px;
  }
  .about-disciplines .content-wrapper .disciplines-item {
    max-width: 300px;
    flex-basis: 300px;
    flex-shrink: 0;
  }
  .about-disciplines .content-wrapper .disciplines-item .item-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 22px;
  }
  .about-disciplines .content-wrapper .disciplines-item .item-descr {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.8;
  }
  .about-instagram {
    padding: 60px 32px;
  }
}
@media screen and (min-width: 992px) {
  .about-disciplines .slick-track {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .about-disciplines .slick-track:before, .about-disciplines .slick-track:after {
    display: none;
  }
  .about-disciplines .disciplines-item {
    max-width: 420px;
    flex-basis: calc(25% - 18px);
    flex-shrink: 0;
  }
}
.page-template-page-contact {
  background-color: #00172D;
}

.contact {
  width: 100vw;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
}
.contact:before {
  content: "";
  display: block;
  width: 100vw;
  min-height: 100dvh;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 23, 45, 0.8) 0%, rgba(0, 23, 45, 0.8) 100%) center/cover no-repeat;
}
.contact .contact-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding: 0 32px;
}
.contact .contact-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.contact .contact-block .title {
  color: #ffffff;
  font-size: 62px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.contact .contact-block .address {
  max-width: 986px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  min-height: 220px;
}
.contact .contact-block .address-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact .contact-block .address-item .contact-icon-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.contact .contact-block .address-item .contact-title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
}
.contact .contact-block .address-item .contact-link {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
  text-underline-offset: 5px;
}
.contact .contact-block .address-item .contact-link:hover {
  text-decoration-color: #ffffff;
}
.contact .contact-block .social-links {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .contact-block .social-links:hover a {
  opacity: 0.5;
}
.contact .contact-block .social-links a {
  width: 52px;
  height: 52px;
  background-color: #00172D;
  padding: 0 5px;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-block .social-links a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .contact .contact-block {
    gap: 32px;
  }
  .contact .contact-block .title {
    font-size: 42px;
  }
  .contact .contact-block .address {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 567px) {
  .contact .contact-wrapper {
    padding: 0 24px;
  }
  .contact .contact-block {
    gap: 16px;
    justify-content: flex-start;
    height: 100%;
    margin-top: 200px;
  }
  .contact .contact-block .address {
    gap: 8px;
  }
  .contact .contact-block .address-item {
    gap: 8px;
    padding: 16px;
  }
  .contact .contact-block .address-item .contact-icon-wrapper {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
  .contact .contact-block .address-item .contact-icon-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contact .contact-block .address-item .contact-title {
    font-size: 16px;
  }
  .contact .contact-block .address-item .contact-link {
    font-size: 14px;
  }
  .contact .contact-block .title {
    font-size: 32px;
  }
}
.page-template-page-goodfellows h1, .page-template-page-goodfellows h2, .page-template-page-goodfellows .goodfellows-subtitle {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.page-template-page-goodfellows h1.visible, .page-template-page-goodfellows h2.visible, .page-template-page-goodfellows .goodfellows-subtitle.visible {
  opacity: 1;
  transform: translateY(0);
}

.goodfellows-hero {
  width: 100%;
  height: 875px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.goodfellows-hero-bg.slick-slider {
  height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: -1;
}
.goodfellows-hero-bg.slick-slider .slick-list,
.goodfellows-hero-bg.slick-slider .slick-track {
  height: 100%;
}
.goodfellows-hero-bg.slick-slider .slick-track:before {
  content: none;
}
.goodfellows-hero-bg.slick-slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
.goodfellows-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 45, 0) 56.63%, #00172D 100%) center/cover no-repeat;
}
.goodfellows-hero .content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 130px;
  margin: 0 auto 87px auto;
  position: relative;
}
.goodfellows-hero .content-wrapper .goodfellows-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 100%;
}
.goodfellows-hero .content-wrapper .goodfellows-subtitle {
  color: #D76455;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  margin: 0;
  padding: 12px 0 0;
}
.goodfellows-hero .content-wrapper .metrics {
  display: flex;
}
@media screen and (min-width: 992px) {
  .goodfellows-hero .content-wrapper .metrics {
    justify-content: flex-end;
  }
}
.goodfellows-hero .content-wrapper .metrics .counter {
  color: #ffffff;
  padding: 0 25px;
  min-width: 155px;
  border-right: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit;
  max-width: 33.3333333333%;
}
.goodfellows-hero .content-wrapper .metrics .counter:first-child {
  padding-left: 0;
  width: 210px;
}
.goodfellows-hero .content-wrapper .metrics .counter:nth-child(2) {
  min-width: 245px;
}
.goodfellows-hero .content-wrapper .metrics .counter:nth-child(3) {
  padding-right: 0;
  border: none;
  width: 240px;
}
.goodfellows-hero .content-wrapper .metrics .counter .counter-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.goodfellows-hero .content-wrapper .metrics .counter .counter-title.visible {
  opacity: 1;
  transform: translateY(0);
}
.goodfellows-hero .content-wrapper .metrics .counter .counter-info {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.goodfellows-hero .content-wrapper .metrics .counter .counter-suffix {
  font-family: Gotham Ultra, sans-serif;
  font-size: 32px;
  margin: 0;
  padding: 0 0 0 4px;
  flex-shrink: 0;
}
.goodfellows-hero .content-wrapper .metrics .counter .count {
  font-family: Gotham Ultra, sans-serif;
  font-size: 52px;
  line-height: 100%; /* 52px */
}
.goodfellows-hero .content-wrapper .metrics .counter .count#counter1 .odometer-formatting-mark, .goodfellows-hero .content-wrapper .metrics .counter .count#counter3 .odometer-formatting-mark {
  display: none;
}
.goodfellows-hero .content-wrapper .metrics .counter .count#counter2 .odometer-formatting-mark {
  content: ".";
}
.goodfellows-content-wrapper {
  padding: 80px 20px 130px 0;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 74px;
}
.goodfellows-content-wrapper .content-slider {
  min-width: 652px;
  height: 623px;
  cursor: grab;
  overflow: hidden;
  border-radius: 24px;
}
.goodfellows-content-wrapper .content-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.goodfellows-content-wrapper .content-slider.slick-slider {
  position: relative;
  margin-bottom: 0;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-list {
  height: 100%;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-track {
  height: 100%;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-dots {
  bottom: 37px;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-dots li {
  width: auto;
  height: auto;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-dots li.slick-active button {
  background-color: #D76455;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.goodfellows-content-wrapper .content-slider.slick-slider .slick-dots li button:before {
  content: none;
}
.goodfellows-content-wrapper .content-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.goodfellows-content-wrapper .content-title {
  color: #00172D;
  font-size: 52px;
  line-height: 100%;
  text-transform: uppercase;
}
.goodfellows-content-wrapper .content-title span {
  color: #D76455;
}
.goodfellows-content-wrapper .content-text {
  margin-left: 74px;
  color: #00172D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  opacity: 0.7;
}
.goodfellows-content-wrapper .content-button {
  margin-left: 74px;
}

@media screen and (max-width: 1440px) {
  .goodfellows-hero {
    height: 744px;
  }
  .goodfellows-hero .content-wrapper {
    padding: 0 50px;
    margin-bottom: 66px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter {
    padding: 0 15px;
  }
  .goodfellows-content-wrapper {
    gap: 42px;
  }
}
@media screen and (max-width: 1280px) {
  .goodfellows-hero .content-wrapper .goodfellows-title {
    font-size: 52px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter:last-child {
    padding-left: 15px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .counter-title {
    margin-bottom: 16px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .count {
    font-size: 42px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .counter-suffix {
    font-size: 20px;
  }
  .goodfellows-content-wrapper {
    max-width: 1040px;
  }
  .goodfellows-content-wrapper .content-slider {
    width: 504px;
    height: 560px;
    min-width: 50%;
  }
  .goodfellows-content-wrapper .content-description {
    gap: 24px;
  }
  .goodfellows-content-wrapper .content-title {
    font-size: 42px;
  }
  .goodfellows-content-wrapper .content-text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 38px;
  }
  .goodfellows-content-wrapper .content-button {
    margin-left: 38px;
  }
}
@media screen and (max-width: 992px) {
  .goodfellows-hero:before {
    background: linear-gradient(180deg, rgba(0, 23, 45, 0) 36.5%, #00172D 100%) center/cover no-repeat;
  }
  .goodfellows-hero .content-wrapper {
    align-items: center;
    flex-direction: column;
    margin-bottom: 39px;
    padding: 0 24px;
  }
  .goodfellows-hero .content-wrapper .goodfellows-title-wrapper {
    margin-bottom: 4px;
  }
  .goodfellows-hero .content-wrapper .goodfellows-title {
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .goodfellows-hero .content-wrapper .goodfellows-subtitle {
    margin-bottom: 32px;
    text-align: center;
  }
  .goodfellows-hero .content-wrapper .metrics {
    width: 100%;
    justify-content: center;
  }
  .goodfellows-hero .content-wrapper .metrics .counter {
    padding: 0 16px;
    min-width: 220px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .counter-title {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .counter-info {
    justify-content: center;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .count {
    text-align: center;
    display: block;
    font-size: 32px;
  }
  .goodfellows-content-wrapper {
    max-width: 560px;
    flex-wrap: wrap;
    gap: 60px;
  }
  .goodfellows-content-wrapper .content-slider {
    width: 100%;
    height: 360px;
  }
  .goodfellows-content-wrapper .content-slider.slick-slider .slick-dots {
    bottom: 24px;
  }
  .goodfellows-content-wrapper .content-slider.slick-slider .slick-list img {
    border-radius: 12px;
  }
  .goodfellows-content-wrapper .content-title {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }
  .goodfellows-content-wrapper .content-text {
    font-size: 14px;
    line-height: 25px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .goodfellows-content-wrapper .content-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) and (min-width: 577px) {
  .goodfellows-hero .content-wrapper .metrics .counter {
    padding: 0 15px;
    min-width: auto;
  }
}
@media screen and (max-width: 576px) {
  .goodfellows-hero:before {
    background: linear-gradient(180deg, rgba(0, 23, 45, 0) 42.82%, #00172D 100%) center/cover no-repeat;
  }
  .goodfellows-hero .content-wrapper {
    margin-bottom: 42px;
    padding: 0;
  }
  .goodfellows-hero .content-wrapper .goodfellows-title {
    font-size: 32px;
  }
  .goodfellows-hero .content-wrapper .goodfellows-subtitle {
    font-size: 12px;
  }
  .goodfellows-hero .content-wrapper .metrics.slick-slider .slick-track {
    display: flex;
  }
  .goodfellows-hero .content-wrapper .metrics .counter {
    width: 250px;
    transition: opacity 0.3s ease-in-out;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .goodfellows-hero .content-wrapper .metrics .counter .counter-title {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 8px;
  }
  .goodfellows-hero .content-wrapper .metrics .counter:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .goodfellows-hero .content-wrapper .metrics .counter.slick-slide:not(.slick-active) p, .goodfellows-hero .content-wrapper .metrics .counter.slick-slide:not(.slick-active) span {
    opacity: 0.5;
  }
  .goodfellows-hero .content-wrapper .metrics .counter .count {
    font-size: 28px;
  }
  .goodfellows-content-wrapper {
    max-width: 100%;
    padding: 60px 32px 100px 32px;
    gap: 50px;
  }
  .goodfellows-content-wrapper .content-slider {
    width: 100%;
    height: 280px;
  }
  .goodfellows-content-wrapper .content-slider.slick-slider .slick-dots {
    bottom: 16px;
  }
  .goodfellows-content-wrapper .content-slider.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .goodfellows-content-wrapper .content-title {
    font-size: 28px;
  }
  .goodfellows-content-wrapper .content-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .goodfellows-hero {
    height: 550px;
  }
}