/*!
Theme Name:     Macedonia 2025
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.site {
  overflow-x: initial;
}

.red-btn {
  text-align: center;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.red-btn:hover {
  background-color: #f3f3f3;
  border-color: #bc1212;
  color: #bc1212;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
  border: none;
  scroll-behavior: smooth;
}

*:focus {
  outline: 0 !important;
}

.header-menu-specific {
  background-color: #363030 !important;
}

.site-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

img {
  border-radius: 0;
}

.logo-white {
  height: 70px;
}

@media screen and (max-width: 576px) {
  .logo-white {
    height: 50px;
  }
}
.logo-red {
  display: none;
  height: 70px;
}

@media all and (max-width: 768px) {
  .logo-red {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-paddings {
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 50;
    height: auto;
    overflow-y: scroll;
  }
}
.header-banner {
  background-color: #bc1212;
  padding: 15px 0;
}

@media screen and (max-width: 1200px) {
  .header-banner {
    display: none;
  }
}
.header-banner__address p {
  color: #e2e2e2;
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .header-banner__address p {
    font-size: 14px;
  }
}
.header-banner__social {
  text-align: end;
  display: flex;
  justify-content: end;
}

.header-banner__social a {
  width: 20px;
  height: 20px;
}

.header-banner__social a:not(:last-child) {
  margin-right: 10px;
}

.header-banner__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-menu {
  background-color: transparent;
  padding: 0 0 10px 0;
}

@media all and (max-width: 768px) {
  .header-menu {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu__wrapper {
    margin: 0;
    max-width: 100%;
  }
}
#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 50px;
}

#hamburger svg {
  height: 50px;
}

@media all and (max-width: 1200px) {
  #hamburger {
    margin-right: 36px;
  }
}
#hamburger .line {
  fill: none;
  stroke: #f3f3f3;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}

#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}

#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}

#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}

#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
}

#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}

@media all and (min-width: 1200px) {
  #hamburger {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .navbar-brand {
    padding-left: 36px;
  }
}
@media all and (max-width: 1200px) {
  .navbar-collapse {
    padding: 0 36px;
    border-top: 2px solid #707070;
  }
}
.navbar-collapse .search-box {
  border: 2px solid #707070;
}

@media all and (min-width: 1200px) {
  .navbar-collapse .search-box {
    display: none;
  }
}
.navbar-collapse .wrap-search-icon {
  width: 0px;
  height: 100%;
  background-color: transparent !important;
  transition: all 0.5s ease;
}

.navbar-collapse .wrap-search-icon .fa-search {
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40%;
  font-size: 22px;
  cursor: pointer;
}

.navbar-collapse .wrap-search-icon.active {
  width: 250px;
  padding-left: 25px;
  transition: all 0.5s ease;
}

@media all and (max-width: 1200px) {
  .navbar-collapse .wrap-search-icon {
    display: none;
  }
}
.navbar-collapse .input {
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-family: sans-serif;
  font-size: 16px;
  color: #707070;
  transition: all 0.5s ease;
  position: relative;
  padding: 10px 0;
}

.navbar-collapse .active-input {
  width: 150px;
  background-color: #f3f3f3;
  padding: 10px 55px 10px 10px;
}

.navbar-collapse input {
  background-color: #f3f3f3;
  font-size: 16px;
  color: #707070;
  box-shadow: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.navbar-collapse input::-moz-placeholder {
  font-size: 16px;
  color: #707070;
}

.navbar-collapse input::placeholder {
  font-size: 16px;
  color: #707070;
}

.navbar-collapse input:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.navbar-collapse .btn-search {
  height: 100%;
  background-color: #f3f3f3;
}

.navbar-collapse .btn-search i {
  color: #707070;
}

.menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

.menu li {
  font-size: 16px;
  margin: 0;
  padding-right: 44px;
}

.menu li a {
  text-shadow: 2px 2px 39px black;
  color: #f3f3f3 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.menu li a:focus {
  box-shadow: none;
  outline: 0;
}

.menu li a.scroll_active {
  color: #f3f3f3 !important;
}

@media all and (max-width: 1200px) {
  .menu li a {
    color: #5D5D5D !important;
    font-size: 22px;
    font-weight: 700;
    text-shadow: none;
  }
}
@media all and (max-width: 1200px) {
  .menu li {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.menu:focus {
  box-shadow: none;
  outline: 0;
}

@media all and (max-width: 1200px) {
  .menu {
    display: inline-block;
    margin: 35px 0 0;
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.image1 {
  display: none;
}

@media all and (max-width: 1200px) {
  .image1 {
    display: inline-block;
  }
}
.sub-menu {
  display: none;
}

.sub-menu .menu-item-has-children {
  position: relative;
}

.menu-item .sub-menu .active-dropdown {
  left: 100%;
  top: -15px;
  width: 90%;
  border-left: 3px solid #f3f3f3;
}

.menu-item .sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item .sub-menu a img {
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  -o-object-fit: cover;
     object-fit: cover;
}

#menu-item-40 a,
#menu-item-44 a {
  border: 0;
  padding-bottom: 0;
}

.active-dropdown {
  display: block;
  position: absolute;
  z-index: 999;
  padding-top: 65px;
  background-color: #bc1212;
  padding: 15px 0px 15px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  list-style: none;
}

.active-dropdown li a {
  text-decoration: none;
  color: #f3f3f3 !important;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  width: -webkit-fill-available;
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
}

.active-dropdown li a:hover {
  color: #5D5D5D !important;
}

.active-dropdown li a:focus {
  box-shadow: none;
  outline: 0;
}

.active-dropdown li:focus-visible {
  border: none;
  box-shadow: none;
  outline: 0;
}

.active-mobile-menu {
  left: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
  position: fixed;
  background-color: #f3f3f3;
}

.active-menu {
  height: auto;
  min-height: 100vh;
  background-color: #f3f3f3;
}

.active {
  display: block !important;
}

.deactive {
  display: none !important;
}

.rotate {
  transform: rotate(180deg);
}

.rotate-back {
  transform: rotate(0deg);
}

.mobile-menu .menu .sub-menu {
  padding: 0 0 0 20px;
  list-style: none;
}

.mobile-menu .menu li a {
  font-size: 18px !important;
  line-height: 32px !important;
  padding: 0 !important;
  font-weight: bold;
  display: inline-block;
  text-transform: none;
  width: 200px;
  margin-right: 50px;
}

.mobile-menu .menu-item .sub-menu li a {
  font-size: 16px !important;
  line-height: 27px !important;
  padding: 0 !important;
  font-weight: normal !important;
  text-transform: none;
  margin-right: 50px;
}

.mobile-menu .menu-item .sub-menu li .sub-menu a {
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 7px 0 0 0 !important;
  font-weight: normal !important;
}

.mobile-menu .image {
  width: 18px;
  margin-left: 25px;
}

.mobile-menu .image:hover {
  cursor: pointer;
}

@media all and (max-width: 1200px) {
  .mobile-menu .image {
    display: none !important;
  }
}
.mobile-menu .menu-item-1008 {
  padding-bottom: 80px;
}

.loader-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #f3f3f3;
  width: 100vw;
}

.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(188, 18, 18, 0.2) 33%, #bc1212 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #f3f3f3;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cky-notice-des p {
  color: #5D5D5D !important;
}

.cpay-redirect-page-container {
  margin-top: 250px;
  height: calc(100vh - 733px);
}

.menu li:nth-child(6) {
  padding-right: 5px !important;
  border-right: 1px solid #f3f3f3;
}

@media all and (max-width: 768px) {
  .menu li:nth-child(6) {
    padding-right: 0;
    border-right: none;
  }
}
.menu li:nth-child(7) {
  padding-left: 5px !important;
}

.footer {
  padding: 100px 0 0;
  background-color: #f3f3f3;
}

@media all and (max-width: 768px) {
  .footer {
    padding: 50px 0 0;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.footer__social a {
  width: 20px;
  height: 20px;
}

.footer__social a:not(:last-child) {
  margin-right: 30px;
}

.footer__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 768px) {
  .footer__social img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer__text img {
    margin: 0 auto;
  }
}
.footer__text p {
  font-size: 14px;
  color: #5D5D5D;
  margin: 20px 0 0;
}

.footer__bottom {
  margin: 100px 0 15px;
}

@media screen and (max-width: 991px) {
  .footer__bottom {
    margin: 50px 0 15px;
  }
}
.footer__bottom p {
  font-size: 13px;
  color: #5D5D5D;
  margin: 0;
}

.footer__bottom p a {
  color: #bc1212;
}

.footer ._form_1 {
  padding: 0 !important;
  margin: 0 !important;
}

.footer ._form-title {
  display: none !important;
}

.footer ._form_element ._html-code p {
  display: none !important;
}

.footer ._form-content :nth-child(3),
.footer ._form-content :nth-child(4) {
  display: none !important;
}

.footer ._form-content :nth-child(5) {
  width: 80%;
  margin: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 991px) {
  .footer ._form-content :nth-child(5) {
    width: 100%;
  }
}
.footer ._form-content :nth-child(5) input {
  width: 100% !important;
}

.footer ._form-label {
  display: none !important;
}

.footer ._button-wrapper {
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .footer ._button-wrapper {
    margin-top: 20px !important;
  }
}
.footer ._button-wrapper button {
  text-align: center !important;
  display: inline-block !important;
  background-color: #bc1212 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  color: #f3f3f3 !important;
  padding: 10px 25px !important;
  border: 1px solid #bc1212 !important;
  border-radius: 0 !important;
}

.footer ._button-wrapper button:hover {
  background-color: transparent !important;
  color: #bc1212 !important;
}

@media screen and (max-width: 991px) {
  .footer__explore {
    margin-top: 40px;
  }
}
.footer__explore h4 {
  color: #bc1212;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .footer__explore h4 {
    text-align: center;
  }
}
.footer__explore-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .footer__explore-links {
    justify-content: space-around;
  }
}
.footer__explore-links .menu {
  display: block !important;
  margin: 0 !important;
}

.footer__explore-links .menu li {
  margin: 0 !important;
  padding: 0 !important;
}

.footer__explore-links .menu li a {
  font-size: 16px !important;
  text-shadow: unset;
  color: #5D5D5D !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
  display: block !important;
  text-transform: unset !important;
}

.footer__explore-links .menu li a:hover {
  color: #bc1212 !important;
}

.footer__contact {
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .footer__contact {
    text-align: center;
  }
}
.footer__contact p {
  margin: 0;
}

.scroll-top .scroll-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-top .scroll-wrapper img {
  width: 30px;
  height: 30px;
}

.scroll-top #scroll {
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: #bc1212;
  border: none;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .scroll-top #scroll {
    bottom: 50px;
  }
}
.homepage-hero {
  margin-top: -204px;
}

@media screen and (max-width: 991px) {
  .homepage-hero {
    margin-top: -224px;
  }
}
.homepage-hero .swiper-4 .swiper-wrapper {
  z-index: 0;
}

.homepage-hero__hero-image {
  height: calc(100vh - 188.88px);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

@media screen and (max-width: 768px) {
  .homepage-hero__hero-image {
    height: 100vh;
  }
}
.homepage-hero__hero-text {
  width: 100%;
  margin-top: 150px;
  margin-bottom: 30px;
}

.homepage-hero__hero-text h1 {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  color: #f3f3f3;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize !important;
  text-shadow: 2px 2px 39px black;
}

@media screen and (max-width: 1440px) {
  .homepage-hero__hero-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-hero__hero-text h1 {
    width: 90%;
  }
}
.homepage-hero__hero-text h2 {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  color: #f3f3f3;
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .homepage-hero__hero-text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-hero__hero-text h2 {
    width: 90%;
  }
}
.homepage-hero__hero-text h3 {
  margin: 0 auto;
  text-align: center;
  color: #f3f3f3;
}

@media screen and (max-width: 1440px) {
  .homepage-hero__hero-text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-hero__hero-text h3 {
    width: 65%;
  }
}
.homepage-hero__hero-text .get-ticket {
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.homepage-hero__hero-text .get-ticket a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.homepage-hero__hero-text .get-ticket a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.homepage-upcoming {
  background-color: #bc1212;
  padding: 25px 0;
}

.homepage-upcoming__text h3 {
  color: #f3f3f3;
  font-size: 25px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .homepage-upcoming__text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-upcoming__text h3 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .homepage-upcoming__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 25px;
  }
}
.homepage-upcoming .buttons-btn {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.homepage-upcoming .buttons-btn a {
  text-align: center;
  display: inline-block;
  background-color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #bc1212;
  padding: 10px 20px;
}

.homepage-support {
  background-color: #f3f3f3;
  padding: 35px 0;
}

.homepage-support__text h3 {
  text-align: center;
  color: #bc1212;
  font-size: 25px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .homepage-support__text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-support__text h3 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .homepage-support__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 25px;
  }
}
.homepage-support .buttons-btn {
  display: flex;
  justify-content: center;
  align-items: end;
}

.homepage-support .buttons-btn a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.homepage-support .buttons-btn a:hover {
  background-color: transparent;
  color: #bc1212;
}

.homepae-what-we-do {
  padding: 90px 0 200px;
}

@media screen and (max-width: 991px) {
  .homepae-what-we-do {
    padding: 90px 0 100px;
  }
}
.homepae-what-we-do__title h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .homepae-what-we-do .cards {
    margin-top: 20px;
  }
}
.homepae-what-we-do .cards__image {
  height: 435px;
}

.homepae-what-we-do .cards img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepae-what-we-do .cards__desc {
  margin-top: 20px;
}

.homepae-what-we-do .cards__desc h4 {
  color: #bc1212;
  font-weight: 700;
  width: 85%;
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  .homepae-what-we-do .cards__desc h4 {
    font-size: 21px;
  }
}
.homepae-what-we-do__cards-wrapper {
  padding-top: 50px;
}

.homepage-president-section {
  background: #bc1212;
  height: 443px;
}

@media screen and (max-width: 991px) {
  .homepage-president-section {
    height: auto;
  }
}
.homepage-president-section__text {
  position: relative;
}

.homepage-president-section__text h4 {
  color: #f3f3f3;
  font-weight: 700;
  font-size: 30px;
}

.homepage-president-section__text h5 {
  font-size: 20px;
  color: #f3f3f3;
}

.homepage-president-section__text .text {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 21%;
}

@media screen and (max-width: 991px) {
  .homepage-president-section__text .text {
    position: static;
    padding: 30px 0;
    width: 100%;
  }
}
.homepage-president-section__text .img-1 {
  position: absolute;
  top: -18%;
  left: -9%;
}

@media screen and (max-width: 991px) {
  .homepage-president-section__text .img-1 {
    position: static;
    display: none;
  }
}
.homepage-president-section__text .img-2 {
  position: absolute;
  top: 75%;
  left: 90%;
}

@media screen and (max-width: 991px) {
  .homepage-president-section__text .img-2 {
    position: static;
    display: none;
  }
}
.homepage-president-section__image {
  margin: -80px 0 0 auto;
  width: 392px;
  height: 588px;
}

@media screen and (max-width: 991px) {
  .homepage-president-section__image {
    margin: 0 auto;
    width: auto;
  }
}
.homepage-president-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .homepage-president-section__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.homepage-map {
  padding: 200px 0 115px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 991px) {
  .homepage-map {
    padding: 100px 0;
  }
}
.homepage-map__title h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.homepage-map__title h3 {
  color: #5D5D5D;
  font-size: 18px;
  text-align: center;
  border: none;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .homepage-map__title h3 {
    width: 100%;
  }
}
.homepage-map__numbers h1 {
  color: #bc1212;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.homepage-map__numbers h2 {
  color: #5D5D5D;
  font-size: 20px;
}

.homepage-map__button a {
  padding: 10px 20px;
  background-color: #bc1212;
  color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #bc1212;
}

.homepage-map__button a:hover {
  background-color: transparent;
  color: #bc1212;
}

.map-wrap {
  position: relative;
  overflow-x: hidden;
}

.map-wrap .map-dots {
  width: 100%;
}

.map-wrap .pinpoint {
  position: absolute;
  width: 20px;
  height: 0px;
  z-index: 2;
}

.map-wrap .pinpoint::after {
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 27px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
}

.map-wrap .pinpoint:hover {
  height: unset;
}

.map-wrap .pinpoint:hover p {
  opacity: 1;
  visibility: visible;
}

.map-wrap .pinpoint:hover::after {
  content: "";
  opacity: 1;
  visibility: visible;
}

.map-wrap .pinpoint p {
  position: relative;
  top: -50px;
  left: 8px;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 10px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  color: #bc1212;
}

.map-wrap .pinpoint p span {
  color: #5D5D5D;
  display: block;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint p {
    top: -100px;
    left: -50px;
  }
}
.map-wrap .pinpoint img {
  max-width: 20px;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint img {
    max-width: 15px;
  }
}
.map-wrap .pinpoint.pin1 {
  top: 23%;
  left: 20.5%;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint.pin1 {
    top: 20%;
    left: 21%;
  }
}
.map-wrap .pinpoint.pin2 {
  top: 9%;
  left: 16%;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint.pin2 {
    top: 9%;
    left: 16%;
  }
}
.map-wrap .pinpoint.pin3 {
  top: 21%;
  left: 51.5%;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint.pin3 {
    top: 18.5%;
    left: 51.5%;
  }
}
.map-wrap .pinpoint.pin4 {
  top: 17%;
  left: 47.5%;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint.pin4 {
    top: 14%;
    left: 49%;
  }
}
.map-wrap .pinpoint.pin5 {
  top: 35%;
  left: 61%;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint.pin5 {
    top: 34%;
    left: 60%;
  }
}
.map-wrap .pinpoint.pin6 {
  top: 54%;
  left: 79.5%;
}

@media all and (max-width: 576px) {
  .map-wrap .pinpoint.pin6 {
    top: 51%;
    left: 82%;
  }
}
.map-wrap .pinpoint::after {
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 27px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
}

.map-wrap .pinpoint:hover::after {
  content: "";
  opacity: 1;
  visibility: visible;
}

.homepage-news {
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .homepage-news {
    padding: 100px 0;
  }
}
.homepage-news__title {
  margin-bottom: 50px;
}

.homepage-news__title h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.homepage-news__title h3 {
  color: #5D5D5D;
  font-size: 18px;
  text-align: center;
  border: none;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .homepage-news__title h3 {
    width: 100%;
  }
}
.homepage-news .card-news__top {
  position: relative;
}

.homepage-news .card-news__wrapper {
  height: 250px;
  box-shadow: 12px 10px 24px rgba(77, 77, 77, 0.1607843137);
}

.homepage-news .card-news__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.homepage-news .card-news__view-img {
  width: 27px;
  height: 27px;
}

.homepage-news .card-news__view-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-news .card-news__view-number p {
  font-size: 14px;
  color: grey;
  margin: 0 0 0 10px;
}

.homepage-news .card-news__view-number img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-news .card-news__date {
  position: absolute;
  top: 70%;
  left: 70%;
  width: 85px;
  height: 80px;
  background-color: #bc1212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homepage-news .card-news__date h5 {
  font-size: 18px;
  color: #f3f3f3;
  text-align: center;
  margin-bottom: 7px;
}

.homepage-news .card-news__date h6 {
  font-size: 16px;
  color: #f3f3f3;
  text-align: center;
  margin-bottom: 0;
}

.homepage-news .card-news__bottom {
  margin-top: 30px;
}

.homepage-news .card-news__bottom h3 {
  color: #5D5D5D;
  font-size: 20px;
  font-weight: 700;
  width: 75%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.homepage-news .card-news__read-more {
  margin-top: 50px;
}

.homepage-news .card-news__read-more a {
  padding: 10px 20px;
  background-color: #bc1212;
  color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #bc1212;
}

.homepage-news .card-news__read-more a:hover {
  background-color: transparent;
  color: #bc1212;
}

.homepage-news .swiper-wrapper {
  height: 600px;
}

.homepage-news .swiper-pagination-bullet {
  width: 33px;
  height: 8px;
  border: 2px solid #bc1212;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.homepage-news .swiper-pagination-bullet-active {
  background-color: #bc1212;
}

.homepage-testemonials__red-bg {
  background-color: #bc1212;
  height: 890px;
  width: 545px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .homepage-testemonials__red-bg {
    width: 450px;
    height: 690px;
  }
}
@media screen and (max-width: 576px) {
  .homepage-testemonials__red-bg {
    width: 250px;
    height: 490px;
  }
}
.homepage-testemonials__img-wrapper {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 18%;
  left: 20%;
}

@media screen and (max-width: 1600px) {
  .homepage-testemonials__img-wrapper {
    width: 500px;
    height: 500px;
    top: 22%;
    left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .homepage-testemonials__img-wrapper {
    width: 400px;
    height: 400px;
    left: 34%;
  }
}
@media screen and (max-width: 576px) {
  .homepage-testemonials__img-wrapper {
    width: 300px;
    height: 300px;
  }
}
.homepage-testemonials__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .homepage-testemonials__tesetmonial-wrapper {
    margin-top: 20px;
  }
}
.homepage-testemonials__tesetmonial-wrapper h2 {
  color: #bc1212;
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  width: 60%;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .homepage-testemonials__tesetmonial-wrapper h2 {
    font-size: 25px;
  }
}
.homepage-testemonials__tesetmonial-wrapper p {
  color: #5D5D5D;
  font-size: 15px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .homepage-testemonials__tesetmonial-wrapper .swiper-slide {
    padding: 50px 0;
  }
}
.homepage-testemonials__quote {
  position: absolute;
  width: 86px;
  left: -20%;
  top: -15%;
}

@media screen and (max-width: 1201px) {
  .homepage-testemonials__quote {
    left: -12%;
    width: 66px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-testemonials__quote {
    display: none;
  }
}
.homepage-testemonials__author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
}

.homepage-testemonials__author h4 {
  color: #bc1212;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .homepage-testemonials__author h4 {
    font-size: 18px;
  }
}
.homepage-testemonials__author p {
  color: #bc1212;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .homepage-testemonials__author p {
    font-size: 14px;
    margin-left: auto;
  }
}
.homepage-testemonials__author-img {
  width: 115px;
  height: 115px;
}

@media screen and (max-width: 991px) {
  .homepage-testemonials__author-img {
    height: 70px;
    width: 70px;
  }
}
.homepage-testemonials__author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
}

.homepage-sponsors {
  padding: 60px 0 300px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 991px) {
  .homepage-sponsors {
    padding: 60px 0 60px;
  }
}
.homepage-sponsors__title {
  text-align: center;
}

.homepage-sponsors__title h2 {
  font-size: 30px;
  color: #bc1212;
  font-weight: 700;
}

.homepage-sponsors__title p {
  font-size: 18px;
  color: #5D5D5D;
  width: 60%;
  margin: 0 auto 20px;
}

.homepage-sponsors__title p a {
  color: #bc1212;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .homepage-sponsors__title p {
    width: 100%;
  }
}
.homepage-sponsors .sub-title {
  text-align: center;
}

.homepage-sponsors .sub-title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin: 0 auto;
}

.homepage-sponsors__sponsors-img {
  margin: 0 auto;
  max-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-sponsors__sponsors-img a {
  outline: 0;
  height: 100%;
}

.homepage-sponsors__sponsors-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.homepage-sponsors__sponsors-img:hover img {
  transform: scale(1.15);
}

.homepage-newsletter__newsletter {
  border-top: 9px solid #bc1212;
  background-color: #f3f3f3;
  margin-top: -190px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .homepage-newsletter__newsletter {
    margin-top: 0px;
  }
}
.homepage-newsletter__newsletter ._form_1 {
  padding: 0 !important;
  margin: 0 !important;
}

.homepage-newsletter__newsletter ._form-content :nth-child(3),
.homepage-newsletter__newsletter ._form-content :nth-child(4) {
  width: 50% !important;
}

@media screen and (max-width: 991px) {
  .homepage-newsletter__newsletter ._form-content :nth-child(3),
  .homepage-newsletter__newsletter ._form-content :nth-child(4) {
    width: 100% !important;
  }
}
.homepage-newsletter__newsletter ._form-content :nth-child(3) input {
  width: 100% !important;
}

.homepage-newsletter__newsletter ._form-content :nth-child(4) {
  margin: 0 !important;
  padding-left: 20px !important;
}

@media screen and (max-width: 991px) {
  .homepage-newsletter__newsletter ._form-content :nth-child(4) {
    padding-left: 0 !important;
  }
}
.homepage-newsletter__newsletter ._form-content :nth-child(4) input {
  width: 100% !important;
}

.homepage-newsletter__newsletter ._form-content :nth-child(5) {
  width: 100%;
  margin: 0 !important;
  padding-left: 0 !important;
}

.homepage-newsletter__newsletter ._form-content :nth-child(5) input {
  width: 100% !important;
}

.homepage-newsletter__newsletter ._form-title {
  font-size: 30px !important;
  color: #bc1212 !important;
  font-weight: 700 !important;
  width: 50% !important;
  line-height: normal !important;
}

@media screen and (max-width: 1400px) {
  .homepage-newsletter__newsletter ._form-title {
    width: 100% !important;
  }
}
.homepage-newsletter__newsletter ._html-code p {
  color: #5D5D5D !important;
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin-bottom: 50px !important;
}

.homepage-newsletter__newsletter ._form-label {
  color: #5D5D5D !important;
  font-size: 18px !important;
  font-weight: normal !important;
}

.homepage-newsletter__newsletter ._form-thank-you {
  color: #bc1212 !important;
}

.homepage-newsletter__newsletter ._field-wrapper input {
  background-color: #e2e2e2 !important;
  font-size: 17px !important;
  color: #9e9696 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.homepage-newsletter__newsletter ._field-wrapper input::-moz-placeholder {
  font-size: 17px !important;
  color: #9e9696 !important;
}

.homepage-newsletter__newsletter ._field-wrapper input::placeholder {
  font-size: 17px !important;
  color: #9e9696 !important;
}

.homepage-newsletter__newsletter ._field-wrapper input:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

@media screen and (max-width: 991px) {
  .homepage-newsletter__newsletter ._field-wrapper input {
    width: 100% !important;
  }
}
.homepage-newsletter__newsletter ._button-wrapper {
  margin: 20px 0 0 !important;
  width: 100% !important;
}

.homepage-newsletter__newsletter #_form_1_submit {
  text-align: center !important;
  display: inline-block !important;
  background-color: #bc1212 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 19px !important;
  color: #f3f3f3 !important;
  padding: 10px 25px !important;
  border: 1px solid #bc1212 !important;
}

.homepage-newsletter__newsletter #_form_1_submit:hover {
  background-color: transparent !important;
  color: #bc1212 !important;
}

.homepage-newsletter__newsletter-right {
  width: 80%;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .homepage-newsletter__newsletter-right {
    width: 100%;
    padding: 50px 0;
  }
}
.homepage-faq__red-bg {
  background-color: #bc1212;
  height: 940px;
  width: 545px;
  position: relative;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .homepage-faq__red-bg {
    width: 450px;
    height: 690px;
  }
}
@media screen and (max-width: 576px) {
  .homepage-faq__red-bg {
    width: 250px;
    height: 490px;
  }
}
.homepage-faq__img-wrapper {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 18%;
  left: -20%;
}

@media screen and (max-width: 1400px) {
  .homepage-faq__img-wrapper {
    width: 400px;
    height: 400px;
    top: 31%;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .homepage-faq__img-wrapper {
    width: 400px;
    height: 400px;
    left: -34%;
  }
}
@media screen and (max-width: 576px) {
  .homepage-faq__img-wrapper {
    width: 300px;
    height: 300px;
  }
}
.homepage-faq__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-faq__faq-wrapper {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .homepage-faq__faq-wrapper {
    padding: 50px 12px;
  }
}
.homepage-faq__faq-wrapper h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 30px;
}

.homepage-faq__faq-wrapper p {
  color: #5D5D5D;
  font-size: 16px;
  margin-bottom: 10px;
}

.homepage-faq__faq-wrapper .accordion-item {
  border: none;
}

.homepage-faq__faq-wrapper .accordion-item:not(:last-child) {
  border-bottom: 1px solid #5D5D5D;
}

.homepage-faq__faq-wrapper .accordion-body {
  padding: 16px 0;
}

.homepage-faq__faq-wrapper .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}

.homepage-faq__faq-wrapper .accordion-button {
  font-size: 20px;
  color: #bc1212;
  font-weight: 700;
  padding: 16px 0;
}

.homepage-faq__faq-wrapper .accordion-button:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.homepage-faq__faq-wrapper .accordion-arrow {
  background-color: #bc1212;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-faq__faq-wrapper .accordion-arrow img {
  margin: 0;
}

.support {
  margin-top: 250px;
}

.support__left-box h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  border: 0;
}

.support__left-box h3 {
  border: 0;
  color: #bc1212;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.support__left-box p {
  font-size: 20px;
  color: #5D5D5D;
}

.notes p {
  font-size: 13px;
  color: #5D5D5D;
  margin: 20px 0 0;
}

.swiper-3 {
  background-color: #f3f3f3;
  border-radius: 11px;
  padding-bottom: 30px;
}

.swiper-3 .swiper-pagination {
  position: relative;
}

.swiper-3 .swiper-slide {
  padding: 30px;
}

.swiper-3 .swiper-pagination-progressbar {
  height: 11px;
  border-radius: 11px 11px 0 0;
}

.swiper-3 .swiper-pagination-progressbar-fill {
  background-color: #bc1212;
  border-radius: 11px 11px 0 0;
}

.swiper-3 .swiper-button-next {
  position: relative;
  margin: 0 auto;
  color: #f3f3f3;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: normal;
  background-color: #bc1212;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 11px;
}

.swiper-3 .swiper-button-next::after {
  content: none;
}

.swiper-3 .btn-proceed {
  text-align: center;
  margin-top: 50px;
}

.swiper-3 .btn-proceed a {
  position: relative;
  margin: 0 auto;
  color: #f3f3f3;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: normal;
  background-color: #bc1212;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 11px;
}

.payment-progress {
  text-align: center;
}

.payment-progress h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  border: 0;
}

.payment-progress p {
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 10px;
}

.payment-progress__buttons-locations {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.payment-progress__buttons-locations button {
  color: #5D5D5D;
  font-size: 18px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 234px;
  font-weight: normal;
}

.payment-progress__buttons-locations .active-btn-value {
  color: #f3f3f3;
  background-color: #bc1212;
}

.payment-progress__buttons-locations .btn1 {
  border-radius: 11px 0 0 11px;
}

.payment-progress__buttons-locations .btn2 {
  border-radius: 0 11px 11px 0;
}

.payment-progress__buttons-type {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.payment-progress__buttons-type button {
  color: #5D5D5D;
  font-size: 16px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 135px;
  font-weight: normal;
}

.payment-progress__buttons-type .active-btn-value {
  color: #f3f3f3;
  background-color: #bc1212;
}

.payment-progress__buttons-type .btn1 {
  border-radius: 11px 0 0 11px;
}

.payment-progress__buttons-type .btn2 {
  border-left: 0;
  border-right: 0;
}

.payment-progress__buttons-type .btn3 {
  border-radius: 0 11px 11px 0;
}

.payment-progress__buttons-payment {
  margin-bottom: 30px;
}

.payment-progress__buttons-payment button {
  color: #5D5D5D;
  font-size: 16px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 129px;
  font-weight: normal;
}

.payment-progress__buttons-payment .active-btn-value {
  color: #f3f3f3;
  background-color: #bc1212;
}

.payment-progress__buttons-payment .btn-payment {
  border-radius: 11px 11px;
  border: 1px solid #bc1212;
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.payment-progress__buttons-payment .input-amount {
  color: #5D5D5D;
  font-size: 16px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 266px;
  border-radius: 11px 11px;
}

.payment-progress__buttons-payment .input-amount::-moz-placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress__buttons-payment .input-amount::placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress__buttons-payment .input-amount:focus {
  box-shadow: none;
  outline: 0;
}

.payment-progress .form-check {
  text-align: left;
}

.payment-progress .form-check-input {
  box-shadow: none;
  outline: 0;
}

.payment-progress .form-check-input:checked {
  background-color: #bc1212;
  border-color: #bc1212;
}

.payment-progress .input-name label {
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 10px;
  text-align: left;
}

.payment-progress .input-name input {
  color: #5D5D5D;
  font-size: 16px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 100%;
  border-radius: 11px 11px;
}

.payment-progress .input-name input::-moz-placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress .input-name input::placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress .input-name input:focus {
  box-shadow: none;
  outline: 0;
}

.payment-progress .comment-text label {
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 10px;
  text-align: left;
}

.payment-progress .comment-text textarea {
  resize: none;
  color: #5D5D5D;
  font-size: 16px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 100%;
  border-radius: 11px 11px;
}

.payment-progress .comment-text textarea::-moz-placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress .comment-text textarea::placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress .comment-text textarea:focus {
  box-shadow: none;
  outline: 0;
}

.payment-progress-2 h2 {
  text-align: center;
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  border: 0;
}

.payment-progress-2 p {
  text-align: center;
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 10px;
}

.payment-progress-2 form label {
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}

.payment-progress-2 form input {
  color: #5D5D5D;
  font-size: 16px;
  border: 1px solid #bc1212;
  padding: 10px 20px;
  width: 100%;
  border-radius: 11px 11px;
}

.payment-progress-2 form input::-moz-placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress-2 form input::placeholder {
  color: #5D5D5D;
  font-size: 16px;
}

.payment-progress-2 form input:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #bc1212;
}

.form-macedonia {
  display: none;
}

.form-macedonia input {
  border: 1px solid #bc1212;
  border-radius: 9px;
  font-family: "Poppins";
}

.form-macedonia label {
  text-align: left;
  margin-bottom: 13px;
}

@media all and (max-width: 576px) {
  .form-macedonia .btn-dedication-purpose-wrapper {
    flex-direction: column;
  }
}
.form-macedonia .btn-dedication-purpose {
  padding: 10px;
  border: 1px solid #bc1212;
  width: 33%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media all and (max-width: 1200px) {
  .form-macedonia .btn-dedication-purpose {
    width: 100%;
    padding: 9px 3px;
    border-radius: 10px;
    justify-content: center;
    margin: 0.25em 0;
  }
}
.form-macedonia .active-dedication-purpose {
  background-color: #bc1212;
  color: #f3f3f3;
}

.form-macedonia .active-subscription {
  background-color: #bc1212;
  color: #f3f3f3;
}

.form-macedonia .submit-btn {
  background-color: #bc1212;
  color: white;
  padding-left: 39px;
  padding-right: 39px;
}

.form-macedonia .submit-btn:hover {
  background-color: #bc1212;
  color: white;
}

.btn-subscription-type {
  padding: 9px 30px;
  border: 1px solid #bc1212;
  cursor: pointer;
}

@media all and (max-width: 1200px) {
  .btn-subscription-type {
    border-radius: 10px;
  }
}
.custom-border-left {
  border-radius: 10px 0 0 10px;
}

@media all and (max-width: 1200px) {
  .custom-border-left {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.custom-border-right {
  border-radius: 0 10px 10px 0;
}

@media all and (max-width: 1200px) {
  .custom-border-right {
    margin-top: 10px;
    border-radius: 10px;
  }
}
/* Chrome, Safari, Edge, Opera */
.hero {
  margin-top: -110px;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: -156px;
  }
}
.hero__hero-image {
  height: 60vh;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__hero-text {
  width: 100%;
}

.hero__hero-text h1 {
  margin: 0 auto;
  text-align: center;
  width: 70%;
  color: #f3f3f3;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 39px black;
}

.hero__hero-text h1 strong {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .hero__hero-text h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .hero__hero-text h1 {
    width: 90%;
    font-size: 24px;
  }
}
.hero__hero-text p {
  margin: 30px auto 0;
  text-align: center;
  width: 70%;
  color: #f3f3f3;
  font-size: 25px;
  text-shadow: 2px 2px 39px black;
}

@media screen and (max-width: 991px) {
  .hero__hero-text p {
    width: 90%;
    font-size: 20px;
  }
}
.hero__single-news {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/single-news.png");
}

.hero__single-news h1 {
  width: 80%;
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .hero__single-news h1 {
    width: 100%;
    font-size: 25px;
  }
}
.hero__hero-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__hero-button a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
}

.community-white {
  padding: 50px 0;
}

.community-white__title {
  text-align: center;
  margin-bottom: 50px;
}

.community-white__title h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.community-white__title p {
  color: #5D5D5D;
  font-size: 18px;
  margin-bottom: 36px;
}

.community-white__title p strong {
  font-weight: normal;
  color: #bc1212;
}

.community-white__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .community-white__buttons {
    display: block;
  }
}
.community-white__buttons a {
  border-radius: 11px;
  display: inline-block;
  color: #bc1212;
  border: 1px solid #5D5D5D;
  font-size: 24px;
  padding: 13px 30px;
}

@media screen and (max-width: 991px) {
  .community-white__buttons a {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
  }
}
.community-white__buttons a:hover {
  border-color: #bc1212;
  color: #f3f3f3;
  background-color: #bc1212;
}

.community-white__img-wrapper {
  position: relative;
  width: 100%;
  height: 340px;
  box-shadow: 14px 9px 40px rgba(0, 0, 0, 0.1098039216);
}

.community-white__img-wrapper img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.community-white__img-wrapper .biography {
  display: none;
}

.community-white__img-wrapper .overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.community-white__img-wrapper:hover {
  cursor: pointer;
}

.community-white__img-wrapper:hover .image {
  opacity: 1;
}

.community-white__img-wrapper:hover .overlay {
  background: #bc1212;
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-white__img-wrapper .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.community-white__img-wrapper .text p {
  font-size: 24px;
  color: #f3f3f3;
  font-weight: 700;
  background-color: transparent;
}

.community-white__name {
  text-align: center;
  padding: 15px 0 0;
}

.community-white__name h5 {
  color: #bc1212;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}

.community-white__name p {
  color: #5D5D5D;
  font-size: 16px;
  margin-bottom: 7px;
}

.community-white__social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-white__social a {
  width: 23px;
  height: 23px;
}

.community-white__social a:not(:last-child) {
  margin-right: 5px;
}

.community-white .swiper-pagination-pag-2 {
  position: relative !important;
  display: none;
  margin-top: 15px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .community-white .swiper-pagination-pag-2 {
    display: block;
  }
}
.community-white .swiper-pagination-pag-2 span {
  background-color: #bc1212;
}

.community-white .swiper-button-prev,
.community-white .swiper-button-next {
  position: relative;
  top: -475px;
}

@media all and (max-width: 1440px) {
  .community-white .swiper-button-prev,
  .community-white .swiper-button-next {
    top: -300px;
  }
}
@media all and (max-width: 768px) {
  .community-white .swiper-button-prev,
  .community-white .swiper-button-next {
    display: none;
  }
}
.community-white .swiper-button-prev:after,
.community-white .swiper-button-next:after {
  color: #bc1212;
}

.community-white .swiper-button-prev {
  left: -5%;
}

.community-white .swiper-button-next {
  left: 105%;
}

.community-red {
  background-color: #bc1212;
  padding: 76px 0;
}

.community-red__title {
  text-align: center;
  margin-bottom: 50px;
}

.community-red__title h2 {
  color: #f3f3f3;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.community-red__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .community-red__buttons {
    display: block;
  }
}
.community-red__buttons a {
  border-radius: 11px;
  display: inline-block;
  color: #bc1212;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  font-size: 24px;
  padding: 13px 30px;
}

@media screen and (max-width: 991px) {
  .community-red__buttons a {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.community-red__buttons a:hover {
  color: #f3f3f3;
  background-color: #bc1212;
}

.community-red__img-wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 340px;
  box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.51);
}

.community-red__img-wrapper img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.community-red__img-wrapper .biography p {
  display: none;
}

.community-red__img-wrapper .overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.community-red__img-wrapper:hover {
  cursor: pointer;
}

.community-red__img-wrapper:hover .image {
  opacity: 1;
}

.community-red__img-wrapper:hover .overlay {
  background: #f3f3f3;
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-red__img-wrapper .text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-red__img-wrapper .text p {
  font-size: 24px;
  color: #bc1212;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
}

.community-red__name {
  text-align: center;
  padding: 15px 0 0;
}

.community-red__name h5 {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}

.community-red__name p {
  color: #f3f3f3;
  font-size: 16px;
  margin-bottom: 7px;
}

.community-red__social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-red__social a {
  width: 23px;
  height: 23px;
}

.community-red__social a:not(:last-child) {
  margin-right: 5px;
}

.community-red .swiper-pagination,
.community-red .swiper-pagination-pag-1 {
  text-align: center;
  position: relative !important;
  display: none;
  margin-top: 15px;
}

@media all and (max-width: 768px) {
  .community-red .swiper-pagination,
  .community-red .swiper-pagination-pag-1 {
    display: block;
  }
}
.community-red .swiper-pagination span,
.community-red .swiper-pagination-pag-1 span {
  background-color: #f3f3f3;
}

.community-red .swiper-button-prev,
.community-red .swiper-button-next {
  position: relative;
  top: -475px;
}

@media all and (max-width: 768px) {
  .community-red .swiper-button-prev,
  .community-red .swiper-button-next {
    display: none;
  }
}
.community-red .swiper-button-prev:after,
.community-red .swiper-button-next:after {
  color: #f3f3f3;
}

.community-red .swiper-button-prev {
  left: -5%;
}

.community-red .swiper-button-next {
  left: 105%;
}

/* Popup Styling */
.card-wrapper-popup {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media all and (max-width: 991px) {
  .card-wrapper-popup {
    overflow-y: scroll;
    flex-direction: column;
    max-width: 100%;
    padding: 120px 0;
  }
}
.card-wrapper-popup h5 {
  color: #bc1212;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}

.card-wrapper-popup .role {
  color: #5D5D5D;
  font-size: 16px;
  margin-top: 20px;
  margin: 0;
  text-align: center;
}

.text-desc {
  width: 50%;
  color: #5D5D5D;
  font-size: 14px;
}

@media all and (max-width: 991px) {
  .text-desc {
    width: 90%;
    margin: 50px auto 0;
  }
}
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.img-popup img {
  max-width: 260px;
  height: 360px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

@media all and (max-width: 991px) {
  .img-popup img {
    margin: 0 auto;
  }
}
.close-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 10%;
  right: 5%;
  cursor: pointer;
}

@media all and (max-width: 991px) {
  .close-btn {
    top: 5%;
  }
}
.close-btn .bar img {
  width: 17px;
  height: 17px;
}

.opened {
  display: flex;
  overflow-y: scroll;
}

@media all and (max-width: 991px) {
  .opened {
    display: block;
  }
}
.opened img {
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 880px) {
  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }
}
.card-wrapper-popup1 {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media all and (max-width: 991px) {
  .card-wrapper-popup1 {
    overflow-y: scroll;
    flex-direction: column;
    max-width: 100%;
    padding: 120px 0;
  }
}
.card-wrapper-popup1 h5 {
  color: #bc1212;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}

.card-wrapper-popup1 .role {
  color: #5D5D5D;
  font-size: 16px;
  margin-top: 20px;
  margin: 0;
  text-align: center;
}

.text-desc {
  width: 50%;
  color: #5D5D5D;
  font-size: 14px;
  height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}

.text-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.text-desc::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.text-desc::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bc1212;
}

@media all and (max-width: 991px) {
  .text-desc {
    width: 90%;
    margin: 50px auto 0;
    height: auto;
  }
}
.img-popup1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.img-popup1 img {
  max-width: 260px;
  height: 360px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

@media all and (max-width: 991px) {
  .img-popup1 img {
    margin: 0 auto;
  }
}
.close-btn1 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 10%;
  right: 5%;
  cursor: pointer;
}

@media all and (max-width: 991px) {
  .close-btn1 {
    top: 5%;
  }
}
.close-btn1 .bar img {
  width: 17px;
  height: 17px;
}

.opened {
  display: flex;
  overflow-y: scroll;
}

@media all and (max-width: 991px) {
  .opened {
    display: block;
  }
}
.opened img {
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 880px) {
  .container .container__img-holder1:nth-child(3n+1) {
    margin-left: 16px;
  }
}
.hero {
  position: relative;
}

.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hero .summit-title-image {
  height: 520px;
}

@media all and (max-width: 991px) {
  .hero .summit-title-image {
    height: 40vh;
  }
}
@media all and (max-width: 768px) {
  .hero .summit-title-image {
    height: 50vh;
  }
}
.hero .summit-title-text h1 {
  width: 100%;
}

@media all and (max-width: 768px) {
  .hero .summit-title-text h1 {
    margin-top: 25%;
  }
}
.hero__hero-description {
  width: 100%;
  font-size: 14px;
  color: #fff !important;
  width: 100%;
  font-size: 14px;
  color: #fff !important;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__hero-description h1,
.hero__hero-description h2,
.hero__hero-description h3,
.hero__hero-description h4,
.hero__hero-description h5,
.hero__hero-description p {
  color: #fff;
  font-size: 18px;
}

@media all and (max-width: 768px) {
  .hero__hero-description h1,
  .hero__hero-description h2,
  .hero__hero-description h3,
  .hero__hero-description h4,
  .hero__hero-description h5,
  .hero__hero-description p {
    font-size: 15px;
  }
}
.summit_hero_btn {
  display: flex;
}

.summit_hero_btn p:nth-child(1) {
  margin-right: 25px;
}

.summit_hero_btn p a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

@media all and (max-width: 768px) {
  .summit_hero_btn p a {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.red-line {
  height: 2px;
  background-color: #bc1212;
  width: 123px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #bc1212;
  margin-bottom: 11px;
}

.section-title p {
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 18px;
}

.first-section {
  padding-top: 50px;
}

.first-section .past-summit-section p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5d5d5d;
  text-transform: uppercase;
  margin: 0 0 50px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.first-section .gallery-images {
  height: 220px;
}

.first-section .gallery-images img {
  height: 100%;
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}

.first-section .gallery-images p {
  color: #bc1212;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.first-section .past-summit-cards {
  margin-bottom: 30px;
}

.first-section .past-summit-cards__image {
  height: 260px;
}

.first-section .past-summit-cards__image img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-section .past-summit-cards__text {
  background-color: #f3f3f3;
  padding: 11px;
}

.first-section .past-summit-cards__text h4 {
  color: #bc1212;
  font-size: 20px;
  font-weight: 700;
}

.first-section .past-summit-cards__text p {
  color: #5D5D5D;
  font-size: 14px;
  height: 68px;
  margin: 13px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.first-section .past-summit-cards__text .more {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px;
  background-color: #bc1212;
  color: #f3f3f3;
  border: 1px solid #bc1212;
}

.first-section__text h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
}

.first-section__text p {
  color: #5D5D5D;
  font-size: 16px;
  text-align: justify;
}

.first-section__right-box-text {
  text-align: end;
}

@media all and (max-width: 991px) {
  .first-section__right-box-text p:nth-child(1) {
    text-align: left;
  }
}
.first-section__right-box-text p {
  color: #5D5D5D;
  font-size: 18px;
  margin-bottom: 11px;
}

.first-section__timer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media all and (max-width: 991px) {
  .first-section__timer {
    justify-content: flex-start;
  }
}
.first-section__timer .numbers {
  width: 105px;
  text-align: center;
  padding: 10px;
  background-color: #f3f3f3;
  border-bottom: 2px solid #bc1212;
}

.first-section__timer .numbers h1 {
  font-size: 44px;
  font-weight: 700;
  color: #5D5D5D;
  margin: 0;
}

.first-section__timer .numbers p {
  font-size: 16px;
  color: #5D5D5D;
  margin: 0;
}

.first-section__timer .numbers:not(:last-child) {
  margin-right: 10px;
}

.first-section__early-tickets {
  text-align: center;
  background-color: #bc1212;
  padding: 40px 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.first-section__early-tickets h3 {
  font-size: 22px;
  font-weight: normal;
  color: #f3f3f3;
  margin-bottom: 11px;
}

.first-section__early-tickets p {
  font-size: 16px;
  color: #f3f3f3;
  width: 70%;
  margin: 0 auto 11px;
}

.first-section__early-tickets a {
  text-align: center;
  display: inline-block;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #bc1212;
  padding: 10px 20px;
}

.first-section__early-tickets a:hover {
  color: #f3f3f3;
  background-color: #bc1212;
  border-color: #f3f3f3;
}

.first-section__past-summits h3 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

@media all and (max-width: 991px) {
  .first-section__past-summits h3 {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .first-section__past-summits div {
    width: 50%;
  }
}
.first-section__past-summits .img-wrapper {
  height: 76px;
  width: 100px;
}

.first-section__past-summits .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.first-section__past-summits p {
  font-size: 14px;
  color: #bc1212;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.first-section__past-summits p a {
  color: #bc1212;
  text-decoration: none;
}

.first-section__past-summits p a:hover {
  color: #bc1212;
  text-decoration: none;
}

@media all and (max-width: 991px) {
  .first-section__past-summits {
    display: flex;
    flex-wrap: wrap;
  }
}
.summit-schedule {
  padding-top: 50px;
}

.summit-schedule .button-days {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

@media all and (max-width: 767px) {
  .summit-schedule .button-days {
    display: flex;
  }
}
.summit-schedule .button-days .btn-day {
  width: 25%;
  text-align: center;
  border: 1px solid #5D5D5D;
  padding: 3px 10px 5px 10px;
  border-radius: 33px;
  margin: 0 10px;
}

@media all and (max-width: 768px) {
  .summit-schedule .button-days .btn-day {
    margin-bottom: 20px;
  }
}
.summit-schedule .button-days .btn-day p {
  font-size: 16px;
  margin: 0;
  color: #5D5D5D;
}

@media all and (max-width: 768px) {
  .summit-schedule .button-days .btn-day p {
    font-size: 13px;
  }
}
.summit-schedule .button-days .btn-day h6 {
  font-size: 18px;
  margin: 0;
  color: #5D5D5D;
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .summit-schedule .button-days .btn-day h6 {
    font-size: 13px;
  }
}
.summit-schedule .button-days .btn-day:hover {
  cursor: pointer;
  background-color: #f3f3f3;
}

.summit-schedule .button-days .day-4 h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.summit-schedule .button-days .active {
  background-color: #bc1212;
  border-color: #bc1212;
}

.summit-schedule .button-days .active p {
  color: #fff;
}

.summit-schedule .button-days .active h6 {
  color: #fff;
}

.summit-schedule .button-days .active:hover {
  background-color: #bc1212;
  border-color: #bc1212;
}

.summit-schedule .days .bg-row:nth-child(2n+1) {
  background-color: #f3f3f3;
}

.summit-schedule .days .bg-row {
  padding: 30px 50px;
}

@media all and (max-width: 991) {
  .summit-schedule .days .bg-row {
    padding: 20px 40px;
  }
}
@media all and (max-width: 767px) {
  .summit-schedule .days .bg-row {
    padding: 15px 20px;
  }
}
.summit-schedule .days .bg-row .time {
  width: 170px;
}

.summit-schedule .days .bg-row .time p {
  font-size: 18px;
  margin: 0;
  color: #5D5D5D;
}

.summit-schedule .days .bg-row .speakers {
  padding: 0;
}

@media all and (max-width: 767px) {
  .summit-schedule .days .bg-row .speakers {
    text-align: center;
  }
}
.summit-schedule .days .bg-row .speakers .img-wrapper {
  width: 120px;
  height: 145px;
  margin-right: 18px;
}

@media all and (max-width: 767px) {
  .summit-schedule .days .bg-row .speakers .img-wrapper {
    margin: 0 auto;
  }
}
.summit-schedule .days .bg-row .speakers .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.summit-schedule .days .bg-row .speakers .info-speaker {
  display: flex;
  align-items: center;
}

@media all and (max-width: 767px) {
  .summit-schedule .days .bg-row .speakers .info-speaker {
    justify-content: center;
  }
}
.summit-schedule .days .bg-row .speakers .info-speaker img {
  width: 29px;
  -o-object-fit: cover;
     object-fit: cover;
}

.summit-schedule .days .bg-row .speakers .info-speaker .bio-speaker {
  margin-left: 10px;
}

.summit-schedule .days .bg-row .speakers .info-speaker .bio-speaker:hover {
  cursor: pointer;
}

.summit-schedule .days .bg-row .speakers .info-speaker p {
  display: none;
}

.summit-schedule .days .bg-row .speakers h5 {
  color: #bc1212;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}

.summit-schedule .days .bg-row .speakers p {
  font-size: 17px;
  color: #5D5D5D;
  margin: 0;
}

.summit-schedule .days .bg-row .information-title h5 {
  color: #bc1212;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}

@media all and (max-width: 991) {
  .summit-schedule .days .bg-row .information-title h5 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .summit-schedule .days .bg-row .information {
    margin-top: 30px;
    text-align: center;
  }
}
.summit-schedule .days .bg-row .information p {
  font-size: 17px;
  color: #5D5D5D;
  margin: 0;
}

.summit-schedule .day-two {
  display: none;
}

.summit-schedule .day-three {
  display: none;
}

.summit-schedule .day-four {
  display: none;
}

.speakers {
  padding-top: 25px;
}

.speakers .swiper {
  padding: 0 0 50px 0;
}

.speakers .swiper .swiper-pagination-bullet {
  width: 33px;
  height: 8px;
  border: 2px solid #bc1212;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.speakers .swiper .swiper-pagination-bullet-active {
  background-color: #bc1212;
}

.speakers .speakers-wrapper {
  padding: 10px;
}

.speakers .speakers-wrapper__speakers-image {
  position: relative;
  width: 100%;
  padding: 50% 0;
  box-shadow: 14px 9px 40px rgba(0, 0, 0, 0.1098039216);
}

.speakers .speakers-wrapper__speakers-image img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.speakers .speakers-wrapper__speakers-image .biography {
  display: none;
}

.speakers .speakers-wrapper__speakers-image .overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.speakers .speakers-wrapper__speakers-image .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.speakers .speakers-wrapper__speakers-image .text p {
  font-size: 24px;
  color: #f3f3f3;
  font-weight: 700;
  background-color: transparent;
}

.speakers .speakers-wrapper__speakers-name p {
  color: #bc1212;
  font-size: 20px;
  margin: 0;
}

.speakers .speakers-wrapper__speakers-name h4 {
  color: #5D5D5D;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 8px;
}

.speakers .speakers-wrapper__speakers-name .red-line {
  width: 100%;
}

.speakers .speakers-wrapper__speakers-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.speakers .speakers-wrapper__speakers-description p {
  color: #5D5D5D;
  font-size: 17px;
  margin: 18px 0 0;
  display: none;
}

.speakers .speakers-wrapper__speakers-description :nth-child(1) {
  display: block;
}

#agendaScrollWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#agendaScroll {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  border: 1px solid #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #f3f3f3;
  padding: 10px 20px;
  margin-top: 50px;
}

#agendaScroll:hover {
  color: #bc1212;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.schedule-summit-pdf {
  padding-top: 50px;
}

.schedule-summit-pdf .schedul-summit-download {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.schedule-summit-pdf .schedul-summit-download a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  border: 1px solid #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #f3f3f3;
  padding: 10px 20px;
}

.schedule-summit-pdf .schedul-summit-download a:hover {
  color: #bc1212;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.reserve {
  padding-top: 50px;
}

.reserve .reserve-gala {
  height: 260px !important;
}

.reserve__reservation-card {
  position: relative;
  height: 700px;
  padding: 30px 40px;
  border-top: 12px solid #bc1212;
  border-left: 1px solid #bc1212;
  border-bottom: 1px solid #bc1212;
  border-right: 1px solid #bc1212;
  text-align: center;
}

.reserve__reservation-card h4 {
  color: #5d5d5d;
  font-size: 22px;
  margin: 0 0 0px;
  height: 63px;
}

.reserve__reservation-card h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 20px;
}

.reserve__reservation-card span {
  font-size: 47px;
  font-weight: 700;
}

.reserve__reservation-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserve__reservation-list ul {
  padding: 0;
  list-style-image: url("assets/images/check.png");
}

.reserve__reservation-list ul li {
  text-align: left;
  margin-bottom: 10px;
}

.reserve .btn-tickets {
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -94%);
}

.reserve .btn-tickets a,
.reserve .btn-tickets .btn-open-modal {
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #f3f3f3;
  padding: 10px 20px;
}

.reserve .btn-tickets a:hover,
.reserve .btn-tickets .btn-open-modal:hover {
  color: #bc1212;
  background-color: transparent;
  border-color: #bc1212;
}

.reserve .btn-tickets a:focus,
.reserve .btn-tickets .btn-open-modal:focus {
  box-shadow: unset;
}

.sponsors {
  padding: 100px 0 50px 0;
}

.sponsors__image {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsors__image a {
  outline: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sponsors__image:hover {
  transform: scale(1.1);
}

.sponsors .sponsors-text-bottom {
  text-align: center;
}

.sponsors .sponsors-text-bottom p a {
  color: #bc1212;
}

.regular_sponsors {
  padding: 0 0 30px 0;
}

.gold_sponsors {
  padding: 0 0 50px 0;
}

.mk-summit-payment-modal .modal-dialog {
  top: 50%;
  transform: translate(0, -50%) !important;
}

.mk-summit-payment-modal .modal-title {
  color: #bc1212;
  font-size: 30px;
  margin: auto;
  font-weight: 600;
}

.mk-summit-payment-modal .btn-close {
  position: absolute;
  background: white url("../../themes/macedonia2025/assets/images/X.svg") center/1em auto no-repeat;
  border-radius: 50%;
  opacity: 1;
}

.mk-summit-payment-modal .modal-price {
  font-size: 28px;
  font-weight: 600;
  font-size: 28px;
  color: #bc1212;
}

.mk-summit-payment-modal .label-style {
  font-size: 16px;
  color: #5d5d5d;
}

.mk-summit-payment-modal input {
  border: 1px solid #bc1212;
  border-radius: 10px;
  padding: 4px 12px;
}

.mk-summit-payment-modal .submit-btn-summit {
  width: 30%;
  background-color: #bc1212;
  color: white;
  border: 1px solid #bc1212;
}

.mk-summit-payment-modal .submit-btn-summit:hover {
  color: #bc1212;
  background-color: white;
  border: 1px solid #bc1212;
}

.mk-summit-payment-modal #participants {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.mk-summit-payment-modal #participants .participant {
  margin-bottom: 20px;
}

.card-wrapper-popup3,
.card-wrapper-popup4 {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media all and (max-width: 991px) {
  .card-wrapper-popup3,
  .card-wrapper-popup4 {
    overflow-y: scroll;
    flex-direction: column;
    max-width: 100%;
    padding: 120px 0;
  }
}
.card-wrapper-popup3 h5,
.card-wrapper-popup4 h5 {
  color: #bc1212;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}

.card-wrapper-popup3 .role,
.card-wrapper-popup4 .role {
  color: #5D5D5D;
  font-size: 16px;
  margin-top: 20px;
  margin: 0;
  text-align: center;
}

.text-desc {
  width: 50%;
  color: #5D5D5D;
  font-size: 14px;
  height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}

.text-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.text-desc::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.text-desc::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bc1212;
}

@media all and (max-width: 991px) {
  .text-desc {
    width: 90%;
    margin: 50px auto 0;
    height: auto;
  }
}
.img-popup3,
.img-popup4 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.card-wrapper-popup3 img,
.card-wrapper-popup4 img {
  width: 100%;
  height: 360px;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

@media all and (max-width: 991px) {
  .card-wrapper-popup3 img,
  .card-wrapper-popup4 img {
    margin: 0 auto;
  }
}
.close-btn3,
.close-btn4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 10%;
  right: 5%;
  cursor: pointer;
}

@media all and (max-width: 991px) {
  .close-btn3,
  .close-btn4 {
    top: 5%;
  }
}
.close-btn3 img,
.close-btn4 .bar img {
  width: 17px;
  height: 17px;
}

.opened {
  display: flex;
  overflow-y: scroll;
}

@media all and (max-width: 991px) {
  .opened {
    display: block;
  }
}
.opened img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 880px) {
  .container .container__img-holder1:nth-child(3n+1) {
    margin-left: 16px;
  }
}
.mk-summit-payment-modal {
  padding: 0;
}

.mk-summit-payment-modal .modal-content {
  max-height: 95vh;
  overflow-y: auto;
}

.img-popup-slider {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 200000;
  overflow: hidden;
}

.img-popup-slider img {
  height: 95vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn-slider {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn-slider .bar {
  height: 4px;
  background: white;
}

.close-btn-slider .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn-slider .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 880px) {
  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }
}
.gala-hero .summit-title-image {
  height: 560px;
}

@media all and (max-width: 991px) {
  .gala-hero .summit-title-image {
    height: 70vh;
  }
}
@media screen and (max-width: 991px) {
  .gala-hero .hero__hero-text p {
    width: 52%;
    font-size: 20px;
  }
}
.get-ticket {
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.get-ticket a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.get-ticket a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.hero-video-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px auto;
}

.hero-video-description h1,
.hero-video-description h3 {
  color: #bc1212;
}

.hero-video-description h1 {
  font-weight: 900;
}

.hero-video-description h3 {
  text-align: center;
}

.floating-banner {
  box-shadow: 0 0px 0px #f3bebe, 0 0px 16px #f3bebe;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: sticky;
  top: 157px;
  z-index: 10;
}

@media all and (max-width: 991px) {
  .floating-banner {
    top: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
  }
}
.floating-banner__heading {
  color: #5D5D5D;
  margin: 0px 40px;
  text-align: center;
}

.floating-banner__btn {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

@media all and (max-width: 768px) {
  .floating-banner__btn {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.floating-banner .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.floating-banner .countdown h3 {
  color: #bc1212;
  margin-top: -15px;
}

.floating-banner .time-box {
  width: auto;
  padding: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #bc1212;
  border-radius: 10px;
}

.floating-banner .label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: #5D5D5D;
}

.testimonials-new__heading {
  text-align: center;
  color: #bc1212;
  margin-top: 40px;
  text-decoration: underline;
}

.testimonials-new .swiper-testimonials-new {
  width: 100%;
  padding: 70px 40px;
  position: relative;
  overflow: hidden;
}

.testimonials-new .swiper-slide {
  background: transparent;
  padding: 20px;
  position: relative;
  width: auto;
  flex-shrink: 0;
}

.testimonials-new .testimonial-card {
  background-color: white;
  border-radius: 15px;
  padding: 60px 20px;
  text-align: center;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.4);
  position: relative;
}

.testimonials-new .quote-1 {
  position: absolute;
  top: -26px;
  left: 10px;
  width: 115px;
  height: auto;
  z-index: 10;
}

.testimonials-new .quote-2 {
  position: absolute;
  bottom: -26px;
  right: 10px;
  width: 115px;
  height: auto;
  z-index: 1;
}

.testimonials-new .testimonial-text {
  font-size: 1em;
  color: #333;
  margin-bottom: 15px;
}

.testimonials-new .author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-new .img-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.testimonials-new .author-image {
  width: 100%;
  height: auto;
  display: block;
}

.testimonials-new .author-name {
  font-size: 1.1em;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.testimonials-new .author-role {
  font-size: 0.9em;
  color: #777;
}

.testimonials-new .swiper-button-prev,
.testimonials-new .swiper-button-next {
  color: #e44d26;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.testimonials-new .swiper-button-prev {
  left: 10px;
  font-weight: bold;
}

.testimonials-new .swiper-button-next {
  right: 10px;
  font-weight: bold;
}

.testimonials-new .swiper-button-prev:after,
.testimonials-new .swiper-button-next:after {
  font-size: 20px;
}

.modal-products h2 {
  font-weight: 800;
}

.modal-products a {
  background-color: #bc1212 !important;
  color: white !important;
  border-radius: 0px !important;
}

.container-payment-flow .wc-block-components-product-name {
  text-decoration: none;
  color: black;
  font-weight: 700;
}

.container-payment-flow .wc-block-cart__submit-button {
  background-color: orange;
  color: white;
  font-weight: 700;
  border: 1px solid orange;
  border-radius: 50px;
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 20px;
  text-decoration: none;
}

.container-payment-flow .wc-block-cart__submit-button:hover {
  background-color: transparent;
  color: #bc1212;
}

.container-payment-flow .wc-block-cart-item__remove-link {
  text-decoration: none !important;
}

.container-payment-flow .wc-block-cart-items__header {
  color: #bc1212;
}

.container-payment-flow .wc-block-cart-items__header th {
  font-weight: 700;
  font-size: 1rem;
}

.container-payment-flow .wc-block-cart__totals-title {
  color: #bc1212 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}

.container-payment-flow .woocommerce-checkout h3, .container-payment-flow .woocommerce-checkout h4 {
  color: #bc1212;
}

.container-payment-flow .woocommerce-checkout .shop_table {
  border: none;
  background-color: gray;
  padding: 10px 20px;
}

.container-payment-flow .woocommerce-checkout .woocommerce-checkout-payment {
  background-color: #bc1212 !important;
  color: white;
}

.container-payment-flow .woocommerce-checkout .woocommerce-checkout-payment label {
  font-weight: bolder !important;
}

.container-payment-flow .woocommerce-checkout .button {
  background-color: white !important;
  color: black !important;
  font-weight: 700;
  border: 1px solid white;
  border-radius: 50px;
  padding: 10px 60px !important;
  text-transform: capitalize;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
}

.container-payment-flow .woocommerce-checkout .button:hover {
  background-color: transparent !important;
  color: white !important;
}

.container-payment-flow .woocommerce-order h2 {
  color: #bc1212;
}

.container-payment-flow .woocommerce-order .woocommerce-thankyou-order-received, .container-payment-flow .woocommerce-order .woocommerce-thankyou-order-details {
  color: white;
  background-color: #bc1212;
  padding: 20px 10px;
  border-radius: 6px;
}

.container-payment-flow .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.25rem;
  font-weight: 700;
}

.container-payment-flow .woocommerce-order .shop_table {
  border: none;
  background-color: gray;
  padding: 10px 20px;
}

.container-payment-flow .woocommerce-order .shop_table a {
  text-decoration: none;
  color: black;
}

.container-payment-flow .woocommerce-order address {
  background-color: gray;
  border: none;
  padding: 20px;
}

.upcoming-events {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .upcoming-events {
    padding-top: 50px;
  }
}
.upcoming-events__title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.upcoming-events__last-event {
  height: 879px;
}

@media screen and (max-width: 991px) {
  .upcoming-events__last-event {
    margin-bottom: 35px;
    height: auto;
  }
}
.upcoming-events__last-event-img-wrapper {
  height: 603px;
}

@media screen and (max-width: 991px) {
  .upcoming-events__last-event-img-wrapper {
    height: 220px;
  }
}
.upcoming-events__last-event-img-wrapper img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.upcoming-events__last-event-bottom-text {
  padding: 30px 20px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 991px) {
  .upcoming-events__last-event-bottom-text {
    padding: 11px 7px;
  }
}
.upcoming-events__last-event-bottom-text h4 {
  color: #bc1212;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
  .upcoming-events__last-event-bottom-text h4 {
    font-size: 20px;
  }
}
.upcoming-events__last-event-bottom-text h5 {
  color: #5D5D5D;
  font-size: 18px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 991px) {
  .upcoming-events__last-event-bottom-text h5 {
    font-size: 14px;
  }
}
.upcoming-events__last-event-bottom-text p {
  height: 78px;
  color: #5D5D5D;
  font-size: 16px;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
  .upcoming-events__last-event-bottom-text p {
    height: 68px;
    font-size: 14px;
  }
}
.upcoming-events__read-more-event a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px;
  background-color: #bc1212;
  color: #f3f3f3;
  border: 1px solid #bc1212;
}

.upcoming-events__read-more-event a:hover {
  background-color: transparent;
  color: #bc1212;
}

.upcoming-events .margin-top:nth-child(2) {
  margin-top: 35px;
}

.upcoming-events__second-third-img-wrapper {
  height: 220px;
}

.upcoming-events__second-third-img-wrapper img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.upcoming-events__second-third-bottom-text {
  padding: 11px 7px;
  height: 230px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.upcoming-events__second-third-bottom-text h4 {
  color: #bc1212;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.upcoming-events__second-third-bottom-text h5 {
  color: #5D5D5D;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.upcoming-events__second-third-bottom-text p {
  color: #5D5D5D;
  font-size: 14px;
  height: 68px;
  margin: 13px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.past-events {
  padding: 70px 0 120px;
}

.past-events .all-events {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}

.past-events .all-events a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  background-color: #bc1212;
  color: #f3f3f3;
  border: 1px solid #bc1212;
}

.past-events .all-events a:hover {
  background-color: transparent;
  color: #bc1212;
}

.pagination-box {
  margin-top: 70px;
  display: flex;
}

.pagination-box .page-numbers {
  color: #5D5D5D;
  background-color: #fff;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #bc1212;
  margin: 0 10px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-box .page-numbers:focus {
  outline: 0;
  box-shadow: none;
}

.pagination-box .current {
  color: #fff;
  background-color: #bc1212;
  font-size: 18px;
  padding: 10px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-box .current:focus {
  outline: 0;
  box-shadow: none;
}

.hero__single-event {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/single-event.png");
}

.hero__single-event h1 {
  width: 80%;
  font-size: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .hero__single-event h1 {
    width: 100%;
    font-size: 25px;
  }
}
.hero__single-project {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/marc-olivier-jodoin-K9GMQEETUAw-unsplash.jpg");
}

.hero__single-project h1 {
  width: 80%;
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .hero__single-project h1 {
    width: 100%;
    font-size: 25px;
  }
}
.single-event-post {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .single-event-post {
    padding: 50px 0;
  }
}
.single-event-post__title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.single-event-post__main-event {
  height: 624px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
}

.single-event-post__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.single-event-post__text h1 {
  color: blue;
  font-size: 40px;
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single-event-post__text h1 {
    width: 100%;
  }
}
.single-event-post__bootom-box {
  background-color: #f3f3f3;
  padding: 30px 80px 80px;
}

@media screen and (max-width: 991px) {
  .single-event-post__bootom-box {
    padding: 30px;
  }
}
.single-event-post__bootom-box h6 {
  color: #5D5D5D;
  font-size: 17px;
  margin: 0 0 20px;
}

.single-event-post__bootom-box h6 span {
  color: #bc1212;
  font-weight: 700;
}

.single-event-post__bootom-box .wp-block-file__button {
  text-align: center;
  display: inline-block;
  background-color: #bc1212 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #f3f3f3 !important;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.single-event-post .speakers-title {
  text-align: center;
}

.single-event-post .speakers-title h3 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.single-event-post .speakers-title p {
  color: #5D5D5D;
  font-size: 18px;
}

.single-event-post .speakers-wrapper__speakers-image {
  height: 360px;
  margin-bottom: 20px;
}

.single-event-post .speakers-wrapper__speakers-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.single-event-post .speakers-wrapper__speakers-name p {
  color: #bc1212;
  font-size: 20px;
  margin: 0;
}

.single-event-post .speakers-wrapper__speakers-name h4 {
  color: #5D5D5D;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 8px;
}

.single-event-post .speakers-wrapper__speakers-name .red-line {
  width: 100%;
}

.single-event-post .speakers-wrapper__speakers-description p {
  color: #5D5D5D;
  font-size: 17px;
  margin: 18px 0 0;
}

.single-event-post__gallery {
  height: 240px;
}

@media screen and (max-width: 991px) {
  .single-event-post__gallery {
    margin-bottom: 20px;
  }
}
.single-event-post__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.single-event-post__related-bg {
  background-color: #f3f3f3;
  padding: 30px 15px;
}

.single-event-post__related-bg p {
  font-size: 14px;
  color: #bc1212;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.single-event-post__related-bg .related-news-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-event-post__related-img-wrapper {
  height: 76px;
  width: 100px;
}

.single-event-post__related-img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.wp-block-button a {
  background-color: #bc1212 !important;
  border-radius: 0;
  color: #f3f3f3 !important;
  border: 1px solid #bc1212 !important;
}

.wp-block-button a:hover {
  background-color: #f3f3f3 !important;
  color: #bc1212 !important;
  border: 1px solid #bc1212 !important;
}

.hero-who-we-are {
  margin-top: -201px;
}

@media screen and (max-width: 991px) {
  .hero-who-we-are {
    margin-top: -224px;
  }
}
.hero-who-we-are__hero-image {
  height: 60vh;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hero-who-we-are__hero-image {
    height: 100vh;
  }
}
.hero-who-we-are__hero-text {
  width: 100%;
}

.hero-who-we-are__hero-text h1 {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  color: #f3f3f3;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize !important;
  text-shadow: 2px 2px 39px black;
}

@media screen and (max-width: 1440px) {
  .hero-who-we-are__hero-text h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hero-who-we-are__hero-text h1 {
    width: 90%;
  }
}
.about-us {
  position: relative;
  z-index: 3;
}

.about-us__red-bg {
  background-color: #bc1212;
  height: 890px;
  width: 545px;
  position: relative;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .about-us__red-bg {
    width: 450px;
    height: 690px;
  }
}
@media screen and (max-width: 576px) {
  .about-us__red-bg {
    width: 250px;
    height: 490px;
  }
}
.about-us__img-wrapper {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 18%;
  left: -7%;
}

@media screen and (max-width: 768px) {
  .about-us__img-wrapper {
    width: 400px;
    height: 400px;
    left: -34%;
  }
}
@media screen and (max-width: 576px) {
  .about-us__img-wrapper {
    width: 300px;
    height: 300px;
  }
}
.about-us__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.about-us__about-us-wrapper {
  position: absolute;
  top: 16%;
  left: -80px;
}

@media screen and (max-width: 991px) {
  .about-us__about-us-wrapper {
    padding: 50px 12px;
    position: relative;
    left: 0px;
  }
}
.about-us__about-us-wrapper .title {
  margin-bottom: 20px;
}

.about-us__about-us-wrapper .title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.about-us__about-us-wrapper h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 30px;
}

.about-us__about-us-wrapper p {
  color: #5D5D5D;
  font-size: 18px;
  margin: 0;
}

.about-us__about-us-wrapper .our-mission-vission {
  height: 75px;
  border: 1px solid #5D5D5D;
  border-radius: 13px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.about-us__about-us-wrapper .our-mission-vission .our-mission-vission-wrapp {
  margin-top: 9.5px;
}

.about-us__about-us-wrapper .our-mission-vission .mission-vission-image {
  width: 56px;
  height: 56px;
}

.about-us__about-us-wrapper .our-mission-vission .mission-vission-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.about-us__about-us-wrapper .our-mission-vission h3 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  margin-left: 20px;
}

.about-us__about-us-wrapper .our-mission-vission p {
  font-size: 18px;
  color: #f3f3f3;
  padding: 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us__about-us-wrapper .our-mission-vission:hover {
  height: 310px;
  transition: height 0.5s ease-in-out !important;
  -webkit-transition: height 0.5s ease-in-out !important;
  border-color: #bc1212;
  background-color: #bc1212;
}

.about-us__about-us-wrapper .our-mission-vission:hover h3 {
  color: #f3f3f3;
}

.about-us__about-us-wrapper .our-mission-vission:hover img {
  filter: invert(1) brightness(10);
}

.core-values {
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  padding: 50px 0 120px;
  margin-top: -40px;
}

@media screen and (max-width: 991px) {
  .core-values {
    margin-top: 0px;
  }
}
.core-values__title h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.core-values__title p {
  color: #5d5d5d;
  font-size: 18px;
  text-align: center;
  border: none;
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .core-values__title p {
    width: 100%;
  }
}
.core-values__card {
  background-color: #fff;
  border: 1px solid #5D5D5D;
  height: 286px;
  border-radius: 18px;
}

.core-values .values-image-wrapper {
  width: 164px;
  height: 164px;
  margin: 0 auto;
}

.core-values__img-wrapper {
  position: relative;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.core-values__img-wrapper img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.core-values__img-wrapper h2 {
  font-size: 25px;
  color: #bc1212;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.core-values__img-wrapper .overlay {
  border-radius: 18px;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.core-values__img-wrapper:hover .image {
  opacity: 1;
}

.core-values__img-wrapper:hover .overlay {
  background: #bc1212;
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bc1212;
}

.core-values__img-wrapper .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.core-values__img-wrapper .text p {
  margin: 0;
  width: 80%;
  font-size: 16px;
  color: #f3f3f3;
  background-color: transparent;
}

.pillars {
  position: relative;
  z-index: 5;
  margin-top: -40px;
}

@media screen and (max-width: 991px) {
  .pillars {
    margin-top: 0px;
  }
}
.pillars__red-bg {
  background-color: #bc1212;
  height: 1352px;
  width: 690px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pillars__red-bg {
    width: 450px;
    height: 690px;
  }
}
@media screen and (max-width: 576px) {
  .pillars__red-bg {
    width: 250px;
    height: 490px;
  }
}
.pillars__img-wrapper {
  width: 433px;
  height: 348px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .pillars__img-wrapper {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .pillars__img-wrapper {
    width: 300px;
    height: 300px;
  }
}
.pillars__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pillars .img-wrapper-1 {
  z-index: 1;
  top: 5%;
  left: 15%;
}

@media screen and (max-width: 991px) {
  .pillars .img-wrapper-1 {
    top: 18%;
    left: 15%;
  }
}
.pillars .img-wrapper-2 {
  z-index: 2;
  top: 25%;
  left: 50%;
}

@media screen and (max-width: 991px) {
  .pillars .img-wrapper-2 {
    display: none;
  }
}
.pillars .img-wrapper-3 {
  z-index: 4;
  top: 45%;
  left: 15%;
}

@media screen and (max-width: 991px) {
  .pillars .img-wrapper-3 {
    display: none;
  }
}
.pillars .img-wrapper-4 {
  top: 65%;
  left: 50%;
}

@media screen and (max-width: 991px) {
  .pillars .img-wrapper-4 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pillars__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pillars__wrapper .title {
  text-align: right;
  margin-bottom: 20px;
}

.pillars__wrapper .title h3 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.pillars__wrapper h2 {
  color: #bc1212;
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .pillars__wrapper h2 {
    font-size: 25px;
  }
}
.pillars__wrapper p {
  color: #5D5D5D;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .pillars__wrapper p {
    margin-left: auto;
    font-size: 16px;
  }
}
.amb-club-welcome {
  padding-top: 50px;
}

.amb-club-welcome__first-section {
  text-align: center;
}

.amb-club-welcome__title {
  margin-bottom: 35px;
}

.amb-club-welcome__title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}

.amb-club-welcome__text h2 {
  color: #bc1212;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 27px;
}

.amb-club-welcome__text p {
  font-size: 18px;
  color: #5D5D5D;
}

.amb-club-welcome__apply-now button {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.amb-club-welcome__apply-now button:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.amb-club-welcome .members-requirements {
  padding-top: 100px;
  justify-content: space-between;
}

@media all and (max-width: 768px) {
  .amb-club-welcome .members-requirements {
    justify-content: center;
  }
}
.amb-club-welcome .members-requirements__title h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 27px;
}

@media all and (max-width: 768px) {
  .amb-club-welcome .members-requirements__title h3 {
    text-align: center;
  }
}
.amb-club-welcome .members-requirements__title ul {
  margin: 0;
  padding: 0;
  list-style-image: url(assets/images/check.png);
}

.amb-club-welcome .members-requirements__title ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 10px;
}

.affinity-club {
  background-color: #f3f3f3;
  padding: 50px 0;
}

.affinity-club h3 {
  text-align: center;
  color: #bc1212;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 45px;
}

.affinity-club .red-square {
  background-color: #bc1212;
  width: 100%;
  height: 127px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.affinity-club .red-square img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.affinity-club p {
  text-align: center;
  font-size: 18px;
  color: #5D5D5D;
  margin: 0;
}

.membership-criteria {
  padding: 100px 0 260px;
}

.membership-criteria h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 35px;
}

@media all and (max-width: 768px) {
  .membership-criteria h3 {
    text-align: center;
  }
}
.membership-criteria p {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .membership-criteria p {
    text-align: center;
  }
}
.membership-criteria p a {
  color: #bc1212;
  text-decoration: none;
}

.membership-criteria ul {
  margin: 0;
  padding: 0;
  list-style-image: url(assets/images/check.png);
}

.membership-criteria ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 20px;
}

.modal-content {
  background-color: #f3f3f3;
}

.modal-content .modal-header {
  justify-content: flex-end !important;
  border: 0;
}

.modal-content .modal-header img:hover {
  cursor: pointer;
}

.modal-content .modal-header .x-bg {
  width: 40px;
  height: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.modal-content .modal-header .x-bg img {
  margin: 0;
  opacity: 1;
}

.modal-content .modal-body h3 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #bc1212;
  width: 90%;
  margin: 0 auto 100px;
}

.modal-content .modal-body .forminator-custom-form .forminator-label {
  color: #5D5D5D !important;
  font-size: 16px !important;
}

.modal-content .modal-body .forminator-custom-form input {
  border-radius: 10px !important;
}

.modal-content .modal-body .forminator-custom-form textarea {
  border-radius: 10px !important;
}

.modal-content .modal-body .forminator-custom-form .forminator-has_error input {
  border-color: #bc1212 !important;
}

.modal-content .modal-body .forminator-custom-form .forminator-error-message {
  color: #bc1212 !important;
}

.modal-content .modal-body .forminator-custom-form .forminator-checkbox-box {
  border: 1px solid #5D5D5D !important;
  border-radius: 6px !important;
}

.modal-content .modal-body .forminator-custom-form .forminator-checkbox-box::before {
  color: #f3f3f3 !important;
}

.modal-content .modal-body .forminator-custom-form input:checked + .forminator-checkbox-box {
  background-color: #bc1212 !important;
}

.modal-content .modal-body .forminator-custom-form .forminator-field .forminator-button-upload {
  background-color: transparent !important;
  border: 1px solid #bc1212 !important;
  font-size: 15px !important;
  color: #5D5D5D !important;
  border-radius: 10px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 15px !important;
}

.modal-content .modal-body .forminator-custom-form .forminator-field .forminator-button-submit {
  background-color: #bc1212 !important;
  color: #f3f3f3 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}

.advisory-information {
  margin-bottom: 70px;
}

.advisory-information h3 {
  font-weight: 700;
  font-size: 24px;
  color: #bc1212;
}

.advisory-information a {
  color: #bc1212;
  text-decoration: none;
}

.advisory-information p {
  font-size: 18px;
  color: #5D5D5D;
}

.advisory-information ul {
  margin: 0;
  padding: 0;
  list-style-image: url(assets/images/check.png);
}

.advisory-information ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 10px;
}

.coming-soon {
  background-color: #e3e3e3;
}

.coming-soon .error-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(assets/images/under-maintenance.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px;
  height: calc(100vh - 188.88px);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .coming-soon .error-bg {
    background-size: 200px;
  }
}
.coming-soon .error-bg h1 {
  font-size: 73px;
  color: #5D5D5D;
  font-weight: 700;
}

.coming-soon .error-bg p {
  font-size: 30px;
  color: #5D5D5D;
}

.coming-soon .error-bg a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.coming-soon .error-bg a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.error404 .header-menu {
  background-color: #363030;
}

.error404 .menu li a {
  color: #f3f3f3 !important;
}

.page-template-page-coming-soon .header-menu {
  background-color: #363030;
}

.page-template-page-coming-soon .menu li a {
  color: #f3f3f3 !important;
}

.search-results .header-menu,
.search-no-results .header-menu {
  background-color: #363030;
}

.search-results .menu li a,
.search-no-results .menu li a {
  color: #f3f3f3 !important;
}

.page-template-summit-payment-success header,
.page-template-summit-payment-success header .header-menu {
  position: relative;
}

.privacy-policy-text {
  padding: 300px 0 100px;
}

.privacy-policy-text strong {
  color: #bc1212;
}

.privacy-policy-text a {
  color: #bc1212;
  text-decoration: none;
}

.announcements {
  padding-top: 50px;
}

.other-news {
  padding-top: 50px;
}

.news-section__title {
  text-align: center;
}

.news-section__title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.news-section__categories {
  margin-top: 50px;
}

.news-section__card-news-img-wrapper {
  height: 220px;
}

.news-section__card-news-img-wrapper img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.news-section__card-news-bottom-text {
  padding: 11px 7px;
  height: 230px;
  background-color: #f3f3f3;
}

.news-section__card-news-bottom-text h4 {
  color: #bc1212;
  font-size: 20px;
  height: 48px;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-section__card-news-bottom-text h5 {
  color: #5D5D5D;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.news-section__card-news-bottom-text p {
  color: #5D5D5D;
  font-size: 14px;
  height: 68px;
  margin: 13px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-section__read-more-event a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px;
  background-color: #bc1212;
  color: #f3f3f3;
  border: 1px solid #bc1212;
}

.news-section__read-more-event a:hover {
  background-color: transparent;
  color: #bc1212;
}

.news-section .swiper-announcements {
  position: static;
}

.news-section .swiper-button-prev,
.news-section .swiper-button-next {
  top: 50%;
  position: absolute;
}

@media all and (max-width: 768px) {
  .news-section .swiper-button-prev,
  .news-section .swiper-button-next {
    display: none;
  }
}
.news-section .swiper-button-prev:after,
.news-section .swiper-button-next:after {
  color: #bc1212;
}

.news-section .swiper-button-prev {
  left: -5%;
}

.news-section .swiper-button-next {
  right: -5%;
}

.view-all {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}

.view-all a,
.view-all button {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  background-color: #bc1212;
  color: #f3f3f3;
  border: 1px solid #bc1212;
}

.view-all a:hover,
.view-all button:hover {
  background-color: transparent;
  color: #bc1212;
}

.news-become-partner {
  margin: 100px 0 200px;
}

.news-become-partner__join-us {
  padding: 25px 0 40px;
  background-color: #f3f3f3;
  text-align: center;
}

@media all and (max-width: 576px) {
  .news-become-partner__join-us {
    padding: 25px;
  }
}
.news-become-partner__join-us h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 22px;
}

.news-become-partner__join-us p {
  font-size: 18px;
  color: #5D5D5D;
}

.news-become-partner__join-us .view-all {
  margin-top: 0;
}

.all-news__categories {
  margin-top: 0;
  margin-bottom: 50px;
}

.all-news__card-news-bottom-text {
  height: auto;
}

.all-news .pagination-box {
  margin: 70px 0;
}

.become-member .modal-content {
  background-color: #bc1212;
  padding: 50px 30px;
}

.become-member .modal-content .modal-body p {
  font-size: 16px;
  color: #f3f3f3;
}

.become-member .modal-content .modal-body .forminator-custom-form .forminator-label {
  color: #f3f3f3 !important;
  font-size: 16px !important;
}

.become-member .modal-content .modal-body .forminator-custom-form .forminator-field .forminator-button-submit {
  margin: 0 auto 0 0 !important;
  background-color: #f3f3f3 !important;
  color: #bc1212 !important;
  font-size: 16px !important;
}

.become-member .modal-content .modal-body .forminator-custom-form input {
  border-radius: 0 !important;
}

.become-member .modal-content .modal-body .forminator-custom-form textarea {
  border-radius: 0 !important;
}

.visionary-first-section {
  padding-top: 50px;
}

.visionary-first-section__title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.visionary-first-section__title h2 {
  color: #bc1212;
  font-size: 30px;
  font-weight: 700;
  margin: 30px auto 0;
  text-align: center;
  width: 75%;
}

@media all and (max-width: 768px) {
  .visionary-first-section__title h2 {
    width: 100%;
    font-size: 25px;
  }
}
.john-bitove {
  background-color: #bc1212;
  margin-top: 120px;
}

.john-bitove__img-wrapper .john-image {
  height: 421px;
  background-position: center !important;
  background-size: cover !important;
}

.john-bitove__text {
  display: flex;
  align-items: center;
}

.john-bitove__text p {
  color: #f3f3f3;
  font-size: 24px;
  width: 85%;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .john-bitove__text p {
    width: 100%;
  }
}
.third-section {
  padding: 100px 0;
}

.third-section p {
  color: #5D5D5D;
}

.third-section__text p {
  font-size: 22px;
  text-align: center;
}

.third-section__text p strong {
  color: #bc1212;
}

.third-section__text-2 p {
  font-size: 18px;
}

.third-section__text-2 p strong {
  font-weight: normal;
  color: #bc1212;
}

.red-section {
  background-color: #bc1212;
  padding: 80px 0;
}

.red-section p {
  font-size: 25px;
  color: #f3f3f3;
  margin: 0;
  text-align: center;
}

.tribute-john {
  padding: 80px 0 150px;
}

.tribute-john p {
  font-size: 22px;
  color: #5D5D5D;
  text-align: center;
}

.tribute-john p strong {
  color: #bc1212;
}

.tribute-john h2 {
  color: #bc1212;
  font-size: 30px;
  border-bottom: 1px solid #5D5D5D;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 700;
  margin: 50px auto;
}

@media all and (max-width: 768px) {
  .tribute-john h2 {
    font-size: 25px;
  }
}
.tribute-john .video-wrapper {
  height: 500px;
  width: 100%;
}

.tribute-john .video-wrapper iframe {
  height: 100%;
  width: 100%;
}

.main-prosperous {
  text-align: center;
  padding: 50px 0;
}

.main-prosperous .main-prosperous-btn a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.strategic-plan .bg-red {
  background-color: #bc1212;
  display: flex;
  align-items: center;
}

@media all and (max-width: 991px) {
  .strategic-plan .bg-red {
    padding-bottom: 80px;
  }
}
.strategic-plan .bg-red__inner {
  margin-left: -150px;
}

@media all and (max-width: 991px) {
  .strategic-plan .bg-red__inner {
    margin-left: 0;
  }
}
.strategic-plan .bg-red__inner p {
  color: #f3f3f3;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.strategic-plan .bg-red__inner .pdf-btn-strategic {
  text-align: center;
  margin-top: 80px;
}

.strategic-plan .bg-red__inner .pdf-btn-strategic a {
  text-align: center;
  display: inline-block;
  background-color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #bc1212;
  padding: 10px 20px;
  border: 1px solid #f3f3f3;
}

.strategic-plan .bg-red__inner .pdf-btn-strategic a:hover {
  background-color: #bc1212;
  border-color: #f3f3f3;
  color: #f3f3f3;
}

.strategic-plan .bg-red__plan {
  margin-top: 15px;
  width: 850px;
}

@media all and (max-width: 991px) {
  .strategic-plan .bg-red__plan {
    width: 100%;
  }
}
.strategic-plan__title {
  padding: 100px 0 230px;
}

@media all and (max-width: 991px) {
  .strategic-plan__title {
    padding: 50px 12px;
  }
}
.strategic-plan__title h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.strategic-plan__title h2 {
  font-size: 30px;
  color: #bc1212;
  font-weight: 700;
}

.strategic-plan__title p {
  font-size: 18px;
  color: #5D5D5D;
}

.annual-work-plan {
  padding: 50px 0 90px;
  text-align: center;
  background-color: #f3f3f3;
}

@media all and (max-width: 991px) {
  .annual-work-plan {
    padding: 50px 12px;
  }
}
.annual-work-plan__title h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.annual-work-plan__title p {
  font-size: 18px;
  color: #5D5D5D;
  margin: 0 auto 20px;
}

@media all and (max-width: 768px) {
  .annual-work-plan__title p {
    width: 100%;
  }
}
.annual-work-plan__buttons {
  display: flex;
  justify-content: center;
}

.annual-work-plan__buttons a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
  width: 167px;
}

.annual-work-plan__buttons a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.annual-reports {
  padding: 50px 0 90px;
  text-align: center;
  background-color: #f3f3f3;
}

@media all and (max-width: 991px) {
  .annual-reports {
    padding: 50px 12px;
  }
}
.annual-reports__title h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.annual-reports__title p {
  font-size: 18px;
  color: #5D5D5D;
}

.annual-reports__title p a {
  color: #bc1212;
  text-decoration: none;
}

.annual-reports__slider {
  position: relative;
}

.annual-reports__slider .swiper-reports {
  position: static;
}

.annual-reports__slider .img-wrapper {
  height: 420px;
}

.annual-reports__slider .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

.annual-reports__slider p {
  color: #bc1212;
  font-size: 20px;
  margin: 24px auto 0;
  text-align: center;
  font-weight: 700;
}

.annual-reports__slider .swiper-button-prev,
.annual-reports__slider .swiper-button-next {
  top: 50%;
  position: absolute;
}

@media all and (max-width: 768px) {
  .annual-reports__slider .swiper-button-prev,
  .annual-reports__slider .swiper-button-next {
    display: none;
  }
}
.annual-reports__slider .swiper-button-prev:after,
.annual-reports__slider .swiper-button-next:after {
  color: #5D5D5D;
}

.annual-reports__slider .swiper-button-prev {
  left: -5%;
}

.annual-reports__slider .swiper-button-next {
  right: -5%;
}

.annual-achievements {
  padding: 50px 0 90px;
  text-align: center;
}

@media all and (max-width: 991px) {
  .annual-achievements {
    padding: 50px 12px;
  }
}
.annual-achievements__title h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.annual-achievements__title p {
  font-size: 18px;
  color: #5D5D5D;
}

.annual-achievements__title p a {
  color: #bc1212;
  text-decoration: none;
}

.annual-achievements__buttons {
  display: flex;
  justify-content: center;
}

.annual-achievements__buttons a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.annual-achievements__buttons a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.contact-us {
  padding: 50px 0 80px;
}

.contact-us__title {
  text-align: center;
}

.contact-us__title h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.contact-us__title p {
  font-size: 18px;
  color: #5D5D5D;
  margin: 0 auto 20px;
}

@media all and (max-width: 768px) {
  .contact-us__title p {
    width: 100%;
  }
}
.contact-us__info {
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

@media all and (max-width: 991px) {
  .contact-us__info {
    width: 100%;
  }
}
.contact-us__info h5 {
  color: #bc1212;
  font-size: 24px;
  font-weight: 700;
}

.contact-us__info p {
  color: #5D5D5D;
  font-size: 18px;
}

.map-form iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 991px) {
  .map-form iframe {
    height: 500px;
  }
}
.map-form .contact-us-form {
  background-color: #bc1212;
  padding: 30px 12px;
}

.map-form .contact-us-form h4 {
  color: #f3f3f3;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.map-form .contact-us-form p {
  color: #f3f3f3;
  font-size: 18px;
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

@media all and (max-width: 991px) {
  .map-form .contact-us-form p {
    width: 100%;
  }
}
.map-form .contact-form {
  width: 50%;
  margin: 20px auto;
}

@media all and (max-width: 991px) {
  .map-form .contact-form {
    width: 100%;
  }
}
.map-form .forminator-custom-form label {
  color: #f3f3f3 !important;
  font-size: 16px !important;
}

.map-form .forminator-custom-form input,
.map-form .forminator-custom-form textarea {
  border-radius: 10px !important;
  background-color: #f3f3f3 !important;
}

.map-form .forminator-custom-form textarea {
  resize: none !important;
}

.map-form .forminator-custom-form .forminator-row-last {
  margin: 0 auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.map-form .forminator-custom-form .forminator-row-last button {
  background-color: #f3f3f3 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #bc1212 !important;
}

.leadership-dev {
  text-align: center;
  padding: 50px 0;
}

.leadership-dev h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}

.leadership-dev h3 {
  font-size: 40px;
  color: #bc1212;
  font-weight: 700;
  margin: 30px auto;
}

.leadership-dev p {
  color: #5D5D5D;
  font-size: 18px;
}

.leadership-dev p strong {
  color: #bc1212;
}

.leadership-dev .text-box {
  text-align: left;
}

.second-section {
  padding: 50px 0;
  background-color: #f3f3f3;
}

.second-section .image-wrapper {
  height: 580px;
  width: 580px;
  background-color: #ffffff;
}

@media all and (max-width: 991px) {
  .second-section .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.second-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.second-section .text-box {
  text-align: end;
}

@media all and (max-width: 991px) {
  .second-section .text-box {
    margin-top: 30px;
  }
}
.second-section .text-box h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.second-section .text-box h3 {
  color: #bc1212;
  font-size: 40px;
}

.second-section .text-box p {
  color: #5D5D5D;
  font-size: 18px;
}

.second-section .text-box a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.second-section .text-box a:hover {
  background-color: #f3f3f3;
  border-color: #bc1212;
  color: #bc1212;
}

.third-section-dev {
  position: relative;
  z-index: 5;
  margin-top: -35px;
}

.third-section-dev .image-wrapper {
  height: 580px;
  width: 580px;
  background-color: #ffffff;
}

@media all and (max-width: 768px) {
  .third-section-dev .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.third-section-dev .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.third-section-dev .text-box {
  text-align: start;
  padding: 100px 0;
  margin-left: auto;
}

@media all and (max-width: 991px) {
  .third-section-dev .text-box {
    padding: 100px 12px;
  }
}
.third-section-dev .text-box h6 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.third-section-dev .text-box h3 {
  color: #bc1212;
  font-size: 40px;
}

.third-section-dev .text-box p {
  color: #5D5D5D;
  font-size: 18px;
}

.third-section-dev .text-box a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.third-section-dev .text-box a:hover {
  background-color: #f3f3f3;
  border-color: #bc1212;
  color: #bc1212;
}

.third-section-dev .bg-red {
  background-color: #bc1212;
  display: flex;
  align-items: center;
  height: 856px;
  margin-left: auto;
}

@media all and (max-width: 991px) {
  .third-section-dev .bg-red {
    height: 500px;
  }
}
.third-section-dev .bg-red .image-wrapper {
  margin-left: -90px;
}

@media all and (max-width: 991px) {
  .third-section-dev .bg-red .image-wrapper {
    margin-left: 0;
  }
}
.fourth {
  margin-top: -35px;
}

@media all and (max-width: 991px) {
  .fourth {
    margin-top: 0;
  }
}
.lead-dev-program {
  padding: 50px 0 40px;
}

.lead-dev-program h6 {
  text-align: center;
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  font-weight: 700;
}

.lead-dev-program p {
  color: #5D5D5D;
  font-size: 18px;
  text-align: center;
}

.lead-dev-program p strong {
  color: #bc1212;
}

.lead-dev-program p a {
  color: #bc1212;
  text-decoration: none;
}

.lead-dev-program h3 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.lead-dev-program .text-box {
  margin-top: 50px;
}

.lead-dev-program .text-box h3 {
  color: #bc1212;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.lead-dev-program .text-box p {
  color: #5D5D5D;
  font-size: 18px;
  text-align: left;
}

.zaf-image .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zaf-image h3 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.zaf-image a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.zaf-image a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.zaf-image p {
  color: #5D5D5D;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.zaf-cards {
  padding-bottom: 80px;
}

.zaf-cards h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.zaf-cards .card-zaf {
  margin-top: 80px;
}

.zaf-cards .bg-grey {
  background-color: #f3f3f3;
  border-radius: 10px;
  height: 240px;
}

.zaf-cards .small-img-wrapp {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #bc1212;
  border-radius: 10px;
  position: relative;
  top: -35px;
  margin: 0 auto;
}

.zaf-cards p {
  color: #5D5D5D;
  font-size: 16px;
  margin: 0;
  text-align: center;
  height: 128px;
}

.zaf-cards .bottom-text {
  background-color: #bc1212;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.zaf-cards .bottom-text h5 {
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.target {
  background-color: #f3f3f3;
  padding: 50px 0;
}

.target h3 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.target p {
  font-size: 18px;
  color: #5D5D5D;
  text-align: center;
}

.target ul {
  margin-top: 30px;
}

.target ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 20px;
  list-style-image: url("assets/images/check.png");
}

.page-news-related {
  padding: 50px 0;
}

.page-news-related__title h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.page-news-related .card-news__top {
  position: relative;
}

.page-news-related .card-news__wrapper {
  height: 250px;
  box-shadow: 12px 10px 24px rgba(77, 77, 77, 0.1607843137);
}

.page-news-related .card-news__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-news-related .card-news__view-img {
  width: 27px;
  height: 27px;
}

.page-news-related .card-news__view-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news-related .card-news__view-number p {
  font-size: 14px;
  color: grey;
  margin: 0 0 0 10px;
}

.page-news-related .card-news__view-number img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news-related .card-news__date {
  position: absolute;
  top: 70%;
  left: 70%;
  width: 85px;
  height: 80px;
  background-color: #bc1212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-news-related .card-news__date h5 {
  font-size: 18px;
  color: #f3f3f3;
  text-align: center;
  margin-bottom: 7px;
}

.page-news-related .card-news__date h6 {
  font-size: 16px;
  color: #f3f3f3;
  text-align: center;
  margin-bottom: 0;
}

.page-news-related .card-news__bottom {
  margin-top: 30px;
}

.page-news-related .card-news__bottom h3 {
  color: #5D5D5D;
  font-size: 20px;
  font-weight: 700;
  width: 75%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-news-related .card-news__read-more {
  margin-top: 50px;
}

.page-news-related .card-news__read-more a {
  padding: 10px 20px;
  background-color: #bc1212;
  color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #bc1212;
}

.page-news-related .card-news__read-more a:hover {
  background-color: transparent;
  color: #bc1212;
}

.zaf-fellows {
  margin-bottom: 50px;
}

.zaf-fellows .img-wrapper {
  height: 340px;
}

.zaf-fellows .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #f3f3f3;
}

.zaf-fellows h5 {
  font-size: 20px;
  color: #bc1212;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
}

.zaf-fellows p {
  font-size: 14px;
  color: #5D5D5D;
  text-align: center;
  margin: 10px auto;
}

.stem-components {
  background-color: #f3f3f3;
  padding: 50px 0;
}

.stem-components h2 {
  color: #bc1212;
  font-weight: 700;
  font-size: 26px;
  width: 50%;
  margin: 0 auto 40px;
  text-align: center;
}

@media all and (max-width: 991px) {
  .stem-components h2 {
    width: 100%;
  }
}
.stem-components h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 22px;
}

.stem-components p {
  color: #5D5D5D;
  font-size: 18px;
}

.stem-cards {
  padding: 50px 0;
}

.stem-testimonials {
  margin: 50px 0;
  background-color: #f3f3f3;
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.stem-testimonials h2 {
  color: #bc1212;
  font-weight: 700;
  font-size: 26px;
}

.stem-testimonials h4 {
  color: #5D5D5D;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

.stem-testimonials p {
  color: #5D5D5D;
  font-size: 20px;
  font-style: italic;
}

.stem-testimonials .swiper-pagination-bullet {
  background-color: #bc1212 !important;
}

.stem-testimonials .quote-1,
.stem-testimonials .quote-2 {
  position: absolute;
}

@media all and (max-width: 991px) {
  .stem-testimonials .quote-1,
  .stem-testimonials .quote-2 {
    display: none;
  }
}
.stem-testimonials .quote-1 {
  top: -23%;
  left: 9%;
}

.stem-testimonials .quote-2 {
  bottom: -23%;
  right: 9%;
}

.open-call-btn {
  text-align: center;
}

.open-call-btn a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.open-call-btn a:hover {
  background-color: #f3f3f3;
  color: #bc1212;
}

.big-image {
  text-align: center;
  padding: 50px 0;
}

.big-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-image p {
  font-size: 23px;
  color: #5D5D5D;
}

.big-image p strong {
  color: #bc1212;
  font-weight: 700;
}

.talents-cards {
  background-color: #f3f3f3;
  padding: 50px 12px;
}

.talents-cards h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.talents-cards .card-zaf {
  margin-top: 80px;
}

.talents-cards .bg-grey {
  background-color: white;
  border-radius: 10px;
  height: 240px;
}

.talents-cards .small-img-wrapp {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #bc1212;
  border-radius: 10px;
  position: relative;
  top: -35px;
  margin: 0 auto;
}

.talents-cards p {
  color: #5D5D5D;
  font-size: 16px;
  margin: 0;
  text-align: center;
  height: 128px;
}

.key-benefits {
  background-color: #f3f3f3;
  padding: 50px 12px;
}

.key-benefits h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.key-benefits .card-zaf {
  margin-top: 80px;
}

.key-benefits .bg-grey {
  background-color: white;
  border-radius: 10px;
  height: 100%;
}

.key-benefits .small-img-wrapp {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #bc1212;
  border-radius: 10px;
  position: relative;
  top: -35px;
  margin: 0 auto;
}

.key-benefits p {
  color: #5D5D5D;
  font-size: 16px;
  margin: 0;
  text-align: center;
  height: 240px;
}

.key-benefits .bottom-text {
  background-color: #bc1212;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.key-benefits .bottom-text h5 {
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.target-participants {
  padding-top: 50px;
}

.target-participants h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.target-participants ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 20px;
  list-style-image: url("assets/images/check.png");
}

.gallery {
  padding-top: 50px;
}

.gallery h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.gallery p {
  color: #5D5D5D;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 991px) {
  .gallery p {
    width: 100%;
  }
}
.gallery .gallery-wrapp {
  height: 260px;
}

.gallery .gallery-wrapp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ohrid-testimonials {
  padding: 50px 12px;
  background-color: #f3f3f3;
}

.ohrid-testimonials h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.ohrid-testimonials p {
  color: #5D5D5D;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 991px) {
  .ohrid-testimonials p {
    width: 100%;
  }
}
.ohrid-testimonials .swiper-ohrid {
  padding-top: 50px;
  height: 320px;
}

.ohrid-testimonials .swiper-pagination-bullet {
  background-color: #bc1212 !important;
}

.ohrid-testimonials lite-youtube {
  height: 210px;
}

.ohrid-testimonials .supporters-ohrid {
  padding-top: 50px;
}

.ohrid-testimonials .grey-line {
  height: 1px;
  background-color: #5D5D5D;
  margin-top: 30px;
}

.swiper-testimonials-slider {
  height: 560px !important;
}

.swiper-testimonials-slider .swiper-pagination-bullet {
  background-color: #bc1212;
}

.red-banner {
  background-color: #bc1212;
  padding: 10px 12px;
}

.red-banner p {
  font-size: 18px;
  color: #f3f3f3;
  margin: 0;
  text-align: center;
}

.bg-img-toronto {
  padding-bottom: 0;
}

.targets-toronto {
  padding: 50px 12px;
  background-color: #f3f3f3;
}

.targets-toronto h2 {
  color: #bc1212;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.targets-toronto p {
  color: #5D5D5D;
  font-size: 18px;
  text-align: center;
}

.targets-toronto ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin-bottom: 20px;
  list-style-image: url("assets/images/check.png");
}

.atanas-hero h1 {
  width: 60%;
}

@media all and (max-width: 991px) {
  .atanas-hero h1 {
    width: 90%;
    margin: 80px auto 0;
  }
}
.atanas p {
  text-align: left;
}

.apply-call-btn a {
  text-align: center;
  display: inline-block;
  background-color: #bc1212;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #bc1212;
}

.apply-call-btn a:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #bc1212;
}

.atanas-testimonials .quote-1 {
  top: -10%;
}

.atanas-testimonials .quote-2 {
  bottom: -10%;
}

.atanas-slide h6 {
  color: #bc1212;
  font-size: 20px;
  font-weight: 700;
}

.atanas-slide .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.atanas-slide .img-wrapper img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.connect2mk .image-wrapp {
  display: flex;
  justify-content: center;
}

.connect2mk .register-call {
  text-align: center;
  margin: 20px 0;
}

.list-connect {
  background-color: #f3f3f3;
  padding: 50px;
  text-align: center;
}

.list-connect h3 {
  color: #bc1212;
  font-size: 23px;
  font-weight: 700;
  border: 0;
}

.list-connect ul {
  margin: 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.list-connect ul li {
  font-size: 18px;
  color: #5D5D5D;
  margin: 0 auto 20px;
  list-style-image: url("assets/images/check.png");
  width: -moz-fit-content;
  width: fit-content;
}

.list-connect p {
  font-size: 18px;
  color: #5D5D5D;
}

.list-connect p strong {
  color: #bc1212;
}

.bitove-section {
  background-color: #f3f3f3;
  padding: 50px 12px;
}

.bitove-section .img-container {
  height: 406px;
}

.bitove-section .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: white;
}

.bitove-section .bitove-name {
  text-align: center;
  margin-top: 20px;
}

.bitove-section .bitove-name h5 {
  font-size: 18px;
  color: #bc1212;
  font-weight: 700;
  margin: 0;
}

.bitove-section .bitove-name p {
  color: #5D5D5D;
  font-size: 16px;
}

.bitove-section p {
  color: #5D5D5D;
  font-size: 18px;
}

.usefull-links {
  padding: 50px 12px;
}

.usefull-links p {
  color: #5D5D5D;
  font-size: 18px;
}

.usefull-links a {
  color: #bc1212;
  font-size: 18px;
}

.quarterly {
  background-color: #f3f3f3;
  padding: 50px 12px;
}

.quarterly .swiper-announcements {
  position: static !important;
}

.quarterly .title h5 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5d5d5d;
  text-transform: uppercase;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.quarterly .title p {
  color: #5D5D5D;
  font-size: 18px;
  margin: 10px auto;
  width: 60%;
  text-align: center;
}

@media all and (max-width: 991px) {
  .quarterly .title p {
    width: 100%;
  }
}
.country {
  padding: 50px 12px;
}

.country .swiper-announcements {
  position: static !important;
}

.country .title h5 {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5d5d5d;
  text-transform: uppercase;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.country .title p {
  color: #5D5D5D;
  font-size: 18px;
  margin: 10px auto;
  width: 60%;
  text-align: center;
}

@media all and (max-width: 991px) {
  .country .title p {
    width: 100%;
  }
}
.analysis-bottom-text {
  background-color: unset !important;
}

.analysis-bottom-text h4 {
  -webkit-line-clamp: 2 !important;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  position: absolute;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #bc1212;
}

.swiper-button-prev {
  left: -5%;
}

.swiper-button-next {
  right: -5%;
}

.projects {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .projects {
    padding: 50px 0;
  }
}
.projects__title p {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5D5D5D;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.projects__categories-wrapper {
  padding-bottom: 7px;
  border-bottom: 1px solid #5D5D5D;
  margin-bottom: 7px;
}

.projects__categories {
  background-color: #f3f3f3;
  padding: 30px;
}

.projects__categories p {
  font-size: 14px;
  color: #5D5D5D;
  margin: 0;
}

.projects__categories h4 {
  font-size: 14px;
  color: #5D5D5D;
  border-radius: 50%;
  border: 1px solid #bc1212;
  font-weight: normal;
  padding: 5px;
  margin: 0;
  height: 29px;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects__categories:hover {
  cursor: pointer;
}

.projects .active-category p {
  color: #bc1212;
}

.projects .active-category h4 {
  background-color: #bc1212;
  color: #f3f3f3;
}

.projects-bottom-text {
  height: auto;
}

.projects-bottom-text h4 {
  -webkit-line-clamp: 2 !important;
  height: 48px !important;
}

.project-image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.recipients {
  background-color: #f3f3f3;
  padding: 50px 12px;
}

.recipients h3 {
  color: #bc1212;
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  text-align: center;
}

.recipients__card .img-wrapper {
  height: 264px;
}

.recipients__card .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipients__card h5 {
  color: #bc1212;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 7px auto 0;
}

.recipients-modal .text-desc {
  height: auto !important;
}

.scholarship-btn {
  color: #f3f3f3;
  background-color: #bc1212;
  font-size: 16px;
  text-align: center;
  border: 0;
  width: 230px;
  margin-right: 30px;
}

.scholarship-btn:hover {
  cursor: pointer;
}

.active-scholarship-btn {
  display: none;
}

.recipients-one,
.recipients-two,
.recipients-three,
.recipients-2324 {
  display: none;
}

.search-page-results {
  min-height: calc(100vh - 156px);
  height: -moz-fit-content;
  height: fit-content;
}

.search-page-results h1 {
  padding-top: 50px;
  color: #5D5D5D;
  font-size: 23px;
  font-weight: 700;
}

.search-page-results .search-list {
  list-style: none;
  margin: 20px 0 0;
}

.search-page-results .search-list li {
  font-size: 20px;
  margin-bottom: 15px;
}

.search-page-results .search-list li a {
  color: #bc1212;
  text-decoration: underline;
}

.search-page-results .search-nores {
  text-align: center;
  height: calc(100vh - 156px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-page-results .search-nores h3 {
  color: #5D5D5D;
  font-size: 23px;
  font-weight: 700;
  margin-top: 20px;
}

.search-page-results .search-nores p {
  color: #5D5D5D;
  font-size: 18px;
  width: 70%;
}

.partnership-section {
  padding: 50px 0 100px;
}

.partnership-section .main-title {
  font-size: 18px;
  color: #bc1212;
  letter-spacing: 5.15px;
  border-bottom: 1px solid #5d5d5d;
  text-transform: uppercase;
  margin: 0 auto 50px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  text-align: center;
}

.partnership-section .card-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.partnership-section .card-wrapper .img-wrapp {
  height: 76px;
  width: 103px;
}

.partnership-section .card-wrapper img {
  height: 100px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.partnership-section .card-wrapper p {
  font-size: 18px;
  color: #bc1212;
  margin: 0 7px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.partnership-section .bg-color-link {
  display: inline-block;
  width: 100%;
  padding: 24px;
  height: 148px;
  display: flex;
}

.partnership-section .bg-color-link:nth-child(2n) {
  background-color: #f3f3f3;
}

.woocommerce-checkout .checkout-section {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .checkout-section .section-heading {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.woocommerce-checkout .checkout-section input,
.woocommerce-checkout .checkout-section select,
.woocommerce-checkout .checkout-section textarea {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 1em;
}

.woocommerce-checkout .checkout-section input:focus,
.woocommerce-checkout .checkout-section select:focus,
.woocommerce-checkout .checkout-section textarea:focus {
  border-color: #007cba;
  outline: none;
}

.woocommerce-checkout .wc_payment_method {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.woocommerce-checkout .wc_payment_method:hover {
  background-color: #f1f1f1;
}

.woocommerce-checkout .wc-casys-cc-form {
  background-color: #fff !important;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
}

.woocommerce-checkout .wc_payment_methods {
  background-color: #fff !important;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce-checkout-review-order table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.woocommerce-checkout .woocommerce-checkout-review-order table th, .woocommerce-checkout .woocommerce-checkout-review-order table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.academy-variants {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.academy-variants .academy-option {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  transition: border 0.2s;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.academy-variants .academy-option input[type=radio] {
  display: none;
}

.academy-variants .academy-option .academy-info {
  background: #fff;
  border: 3px solid transparent;
  box-shadow: 0 2px 8px rgba(40, 40, 40, 0.08);
  padding: 16px 20px;
  border-radius: 8px;
  min-width: 300px;
  flex: 1;
}

.academy-variants .academy-option .academy-info .academy-title {
  font-weight: 700;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 2px 8px;
  background: #bc1212;
  color: #fff;
}

.academy-variants .academy-option .academy-info .academy-price {
  margin-top: 12px;
  font-weight: 700;
  background: #232323;
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 17px;
}

.academy-variants .academy-option .academy-info .academy-description ul {
  margin-left: 16px;
  margin-bottom: 0;
}

.academy-variants .academy-option input[type=radio]:checked + .academy-info {
  border: 3px solid #33bb44;
}/*# sourceMappingURL=style.css.map */