@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bg: #0a0a0f;
  --fg: #e8e8ee;
  --muted: #a9a9b6;
  --accent: #7a43ff;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
body {
  background-color: #023731;
}
body * {
  font-family: "Raleway", sans-serif;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
}

/* fallback for small screens if animation fails */
@media (max-width: 767px) {
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: none;
}
header .logo img {
  transition: 0.3s ease-in;
}
header .container-fluid {
  transition: 0.3s ease-in;
}
header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* visuals you want when sticky */
  background: #023731;
  transition: 0.3s ease-in;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
header.sticky-header .container-fluid {
  transition: 0.3s ease-in;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
header.sticky-header .logo img {
  transform: scale(0.8);
  transition: 0.3s ease-in;
}
@media (max-width: 992px) {
  header > .container-fluid > .row {
    margin: auto;
  }
  header > .container-fluid > .row > div {
    padding: 0;
  }
  header .logo img {
    width: 100%;
    max-width: 140px;
  }
}
header .showOnSticky {
  display: none;
}
header:not(.sticky) .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}
header .container {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
header .mainMenu ul {
  display: flex;
  gap: 20px;
}
header .mainMenu ul li a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s ease;
}
header .mainMenu ul li a:hover {
  color: white;
  opacity: 0.7;
}
header.sticky {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
header.sticky img {
  display: none;
}
header.sticky .showOnSticky {
  display: block;
}
header.sticky .mainMenu a {
  color: #00007F;
}
header .logo {
  font-size: 0;
}

.container {
  margin: 0 auto;
}

.center {
  margin: 0 auto;
  display: block;
}

.menu-mobile-btn {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-left: auto;
  display: block;
}
.menu-mobile-btn span {
  height: 1px;
  width: 30px;
  background-color: white;
  margin: 6px;
  display: block;
}

/* Mobile menu modal */
#mobileMenuModal {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 12, 0.95);
  display: none;
  opacity: 0;
  z-index: 2000;
}

#mobileMenuModal .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
  opacity: 0;
}

#mobileMenuModal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  overflow: visible;
}

.mainMenu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mainMenu-mobile ul li {
  margin: 1rem 0;
}

.mainMenu-mobile ul li a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s;
}

.mainMenu-mobile ul li a:hover {
  opacity: 0.7;
}

#preloader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

main {
  position: relative;
  z-index: 2;
}

.video-block {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.video-block .container,
.video-block .container-fluid {
  height: 100%;
  position: absolute;
  top: 25%;
  left: 0px;
  z-index: 1000;
}
.video-block .caption {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-weight: 800;
}
.video-block .caption {
  font-size: 30px;
}
@media screen and (min-width: 420px) {
  .video-block .caption {
    font-size: calc(30px + 20 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .video-block .caption {
    font-size: 50px;
  }
}
.video-block .caption span {
  font-weight: 400;
  display: block;
}
.video-block .caption span {
  font-size: 20px;
}
@media screen and (min-width: 420px) {
  .video-block .caption span {
    font-size: calc(20px + 30 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .video-block .caption span {
    font-size: 50px;
  }
}

/* Responsive video frame (uses modern aspect-ratio; no JS needed) */
.video-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #069D8C;
}
.video-frame video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 992px) {
  .galaInfo > .row {
    flex-direction: column-reverse;
  }
}
.galaInfo .imageBlock .about-img {
  width: 100%;
}
.galaInfo .greenBlock {
  background-color: #023731;
  display: flex;
  padding: 80px;
  flex-direction: column;
  z-index: 100;
  height: 100%;
  position: relative;
  justify-content: space-between;
  color: #FFF;
  background-image: url("../images/cedar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -30%;
}
@media (max-width: 992px) {
  .galaInfo .greenBlock {
    margin-top: -40%;
    padding: 45px 25px;
  }
}
.galaInfo .greenBlock:before {
  position: absolute;
  content: "";
  background-image: url(../images/emblem.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 600px;
  background-size: 100%;
  top: 0;
  right: 0;
}
.galaInfo .greenBlock img {
  max-width: 450px;
}
.galaInfo .greenBlock .description {
  margin-top: 50px;
  z-index: 11;
}
.galaInfo .greenBlock .description h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.galaInfo .greenBlock .description h3 {
  font-family: "MonteCarlo", cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 50px;
}
.galaInfo .greenBlock .description h3 {
  font-size: 46px;
}
@media screen and (min-width: 420px) {
  .galaInfo .greenBlock .description h3 {
    font-size: calc(46px + 50 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .galaInfo .greenBlock .description h3 {
    font-size: 96px;
  }
}
.galaInfo .greenBlock .description .info {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .galaInfo .greenBlock .description .info {
    gap: 15px;
  }
}
.galaInfo .greenBlock .description .info > div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 34px;
}
.galaInfo .greenBlock .description .info > div:last-child {
  border: none;
}

.btn {
  border: 1px solid #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 25px;
  color: #FFF;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #023731;
  background-color: #FFF;
}

.green-btn {
  color: #016055;
  border-color: #016055;
}
.green-btn:hover {
  background-color: #016055;
  color: white;
}

/***.HEADER STYLES***/
.subtitle {
  color: #00007F;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.title {
  color: #00007F;
  text-align: center;
  font-size: 39px;
  font-weight: 400;
  line-height: 63px;
}

/* Optional: small screens */
@media (max-width: 480px) {
  .caption {
    font-size: 0.95rem;
  }
}
.whoWeAre {
  padding-top: 120px;
}
.whoWeAre .title {
  width: 900px;
  margin: 0 auto 100px;
}
.whoWeAre .subtitle,
.whoWeAre .title {
  color: #FFF;
}

.blueSection {
  background: #0A0A32;
}

.whatIsBluesky {
  padding: 100px 0 50px;
  background: #F1F1F7;
}
.whatIsBluesky .subtitle {
  color: #1F93D0;
  margin-bottom: 30px;
}
.whatIsBluesky .whiteBox {
  text-align: center;
  padding-top: 80px;
}
.whatIsBluesky .whiteBox img {
  padding-bottom: 30px;
}
.whatIsBluesky .whiteBox h6 {
  border-top: 1px solid #ADADAD;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #00007F;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.whatIsBluesky .whiteBox p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.whiteBox {
  border-radius: 24px;
  background: #FFF;
  padding: 20px;
}

.strengths {
  position: relative;
  color: #FFF;
}
.strengths:before {
  background: linear-gradient(180deg, rgba(10, 10, 50, 0) 0%, #3E36A5 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 237px;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.strengths .container {
  position: relative;
}
.strengths .strengthInfo {
  position: absolute;
  bottom: 0;
  z-index: 10000;
}
.strengths .strengthInfo .subtitle {
  margin-bottom: 10px;
}
.strengths .strengthInfo .title {
  line-height: normal;
  margin-bottom: 40px;
}
.strengths .strengthInfo * {
  color: #FFF;
  text-align: left;
}
.strengths .strengthInfo .whyInfo {
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(62, 54, 165, 0.51);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding: 40px;
}
.strengths .strengthInfo .col-sm-3 {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.whyInfoWrap {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.whyInfoWrap * {
  color: #FFF;
  text-align: left;
}

.whereBlueSky {
  background-color: #3E36A5;
  padding-top: 120px;
}
.whereBlueSky .title {
  width: 900px;
  margin: 0 auto 100px;
}
.whereBlueSky .subtitle,
.whereBlueSky .title {
  color: #FFF;
}
.whereBlueSky .whyInfoWrap {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--Purple, #3E36A5);
  box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.01);
  padding: 20px;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 16px;
}

.requestConsultation {
  padding: 120px 0;
}
.requestConsultation .subtitle,
.requestConsultation .title {
  text-align: left;
}
.requestConsultation .subtitle {
  color: #1F93D0;
  margin-bottom: 10px;
}
.requestConsultation .addressInfo {
  margin-top: 40px;
}
.requestConsultation .whyInfoWrap {
  color: #3E3E47;
  font-size: 20px;
  justify-content: start;
  font-size: 20px;
  margin-bottom: 20px;
}

.controlForm label {
  width: 100%;
  color: #3E3E47;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
.controlForm input,
.controlForm select,
.controlForm textarea {
  border-radius: 10px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
}
.controlForm button {
  border-radius: 35px;
  background: #1F93D0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1F93D0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.controlForm button:hover {
  color: #1F93D0;
  background: transparent;
}

.timelineWrapper {
  min-height: 160vh;
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 992px) {
  .timelineWrapper {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.timelineWrapper .wheel {
  background-image: url("../images/wheel.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 160vh;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .timelineWrapper .wheel {
    background-image: none;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.timelineWrapper .wheel .wheel-row {
  min-height: 80vh;
  padding-top: 37%;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .timelineWrapper .wheel .wheel-row {
    padding: 0;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.timelineWrapper .wheel .wheel-row h3 {
  font-weight: 600;
  font-size: 35px;
  color: white;
}
.timelineWrapper .wheel .wheel-row h3 span {
  color: #CBCBCB;
}
.timelineWrapper .wheel .wheel-row h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: white;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .timelineWrapper .wheel .wheel-row h4 {
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
  }
}
.timelineWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #023731 0%, #069D8C 100%);
  z-index: -1;
}

@media (max-width: 992px) {
  .textImageWrap.gray-section > .row {
    flex-direction: column-reverse;
  }
  .textImageWrap.gray-section .gray {
    padding: 12px;
  }
  .textImageWrap.gray-section .gray .textBlock {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.textImageWrap .col-sm-6 {
  padding: 0;
}
.textImageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.9;
}
.textImageWrap .green {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .textImageWrap .green {
    padding: 12px;
  }
}
.textImageWrap .green .textBlock {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 15px;
  padding-bottom: 0px;
  max-width: 750px;
  margin: auto;
  height: 100%;
}
@media (max-width: 992px) {
  .textImageWrap .green .textBlock {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.textImageWrap .green .textBlock h3 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}
.textImageWrap .green .textBlock p {
  font-size: 18px;
}
.textImageWrap .green .textBlock a {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
.textImageWrap .gray {
  background-color: #525252;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.textImageWrap .gray .textBlock {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 15px;
  padding-bottom: 0px;
  max-width: 750px;
  margin: auto;
  height: 100%;
}
.textImageWrap .gray .textBlock h3 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}
.textImageWrap .gray .textBlock p {
  font-size: 18px;
}

.news {
  padding: 100px 0;
  background-color: white;
}
@media (max-width: 768px) {
  .news .container-fluid {
    padding-right: 0;
  }
}
.news h3 {
  font-weight: 600;
  font-size: 35px;
}
.news h3 span {
  color: #016055;
}
.news .mcf-swiper {
  width: 100%;
}
.news .mcf-swiper .title-container {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .news .mcf-swiper .title-container {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.news .mcf-swiper .title-container .arrows-container {
  display: flex;
  gap: 20px;
}
.news .mcf-swiper .title-container .arrows-container .swiper-button-prev {
  transform: rotate(180deg);
}
.news .mcf-swiper .title-container .arrows-container > div {
  border: 1px solid #016055;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .mcf-swiper .title-container .arrows-container > div svg {
  height: 15px;
}
.news .mcf-swiper .swiper-wrapper {
  align-items: stretch;
}
.news .mcf-swiper .swiper-slide .green-card {
  background-image: url("../images/mcf/bg.png");
  background-size: cover;
  height: 100%;
}
.news .mcf-swiper .swiper-slide .green-card .img-container {
  height: 300px;
}
.news .mcf-swiper .swiper-slide .green-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .mcf-swiper .swiper-slide .green-card .content {
  padding: 30px 30px 60px;
}
.news .mcf-swiper .swiper-slide .green-card .content p.date {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
  color: white;
}
.news .mcf-swiper .swiper-slide .green-card .content h5 {
  color: white;
  font-weight: 600;
  font-size: 24px;
}
.news .mcf-swiper .swiper-scrollbar {
  background: #DDDDDD;
  height: 2px;
  border-radius: 5px;
  margin-top: 60px;
}
.news .mcf-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #016055;
  border-radius: 5px;
  height: 2px;
}

footer {
  background-color: #023731;
  background-image: url("../images/cedar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100vh;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer a.logo {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto 45px;
}
footer a.logo img {
  width: 100%;
}
footer ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  footer ul {
    flex-direction: column;
    padding: 0;
  }
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s ease;
}
footer ul li a:hover {
  color: white;
  opacity: 0.7;
}
footer .i-100 {
  width: 100%;
  max-width: 75%;
  display: block;
  margin: auto;
}

.videoImage {
  background-color: red;
  position: relative;
  display: block;
}
.videoImage:before {
  position: absolute;
  content: "";
  background-image: url(../images/playBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: 78px;
}

.video-block {
  position: relative;
  z-index: 1;
}

section:not(.video-block) {
  position: relative;
  z-index: 3;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  will-change: transform;
}
@media (max-width: 992px) {
  .site-footer {
    position: relative;
    min-height: unset !important;
  }
}

.fancybox__content {
  padding: 0;
}

.pregala span.green {
  color: #016055;
}
.pregala section {
  background-color: white;
}
.pregala section .title-container {
  margin-bottom: 60px;
  z-index: 11;
  position: relative;
}
.pregala section .title-container h2 {
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
.pregala section .title-container p {
  margin-top: 15px;
}
.pregala .banner {
  min-height: 70vh;
  background-color: #023731;
  color: #FFF !important;
  background-image: url("../images/cedar-full-white.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 0 0 30px 30px;
  position: relative;
  padding: 150px 0px 90px;
}
@media (max-width: 992px) {
  .pregala .banner {
    background-size: 200%;
  }
}
.pregala .banner .wp-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4D736E;
  border-radius: 50%;
}
.pregala .banner h1 {
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 45px;
}
.pregala .banner .info-container {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .pregala .banner .info-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15px;
  }
}
.pregala .banner .info-container .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 35px;
}
@media (max-width: 992px) {
  .pregala .banner .info-container .info {
    border: none !important;
  }
}
.pregala .banner .info-container .info:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pregala .banner .info-container .info p {
  margin-bottom: 0;
}
.pregala .banner .btn {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.pregala .messages {
  padding: 130px 0 150px;
  background-image: url(../images/cedar-green-full.svg);
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
  overflow: visible;
  margin-top: -30px;
  z-index: 0;
}
@media (max-width: 992px) {
  .pregala .messages .container.p-0 {
    padding: 0 60px !important;
  }
}
.pregala .messages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 10;
  pointer-events: none;
}
.pregala .messages::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 10;
  pointer-events: none;
}
.pregala .messages .container,
.pregala .messages .swiper {
  overflow: visible !important;
}
.pregala .messages .messages-swiper {
  width: 100%;
}
.pregala .messages .messages-swiper .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.85);
  transform-origin: center center;
}
.pregala .messages .messages-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.pregala .messages .messages-swiper .message {
  display: block;
  position: relative;
}
.pregala .messages .messages-swiper .message .dr-img {
  width: 100%;
  border-radius: 20px;
}
.pregala .messages .messages-swiper .message .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  transition: opacity 0.3s;
}
.pregala .messages .messages-swiper .message:hover .play-btn {
  opacity: 0.8;
}
.pregala .causes {
  margin-top: -1px;
  padding-bottom: 150px;
}
.pregala .causes .causes-container {
  align-items: stretch;
  row-gap: 20px;
}
.pregala .causes .causes-container .cause-block {
  padding: 45px 30px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 10px;
  height: 100%;
}
.pregala .causes .causes-container .cause-block .title-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 35px;
}
.pregala .causes .causes-container .cause-block .title-icon h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
}
.pregala .causes .causes-container .cause-block .title-icon img {
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pregala .causes .causes-container .cause-block .cause-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.pregala .causes .btn {
  display: block;
  margin: 65px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .pregala .causes .causes-container {
    flex-direction: column;
    gap: 30px;
  }
  .pregala .causes .causes-container .cause {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.pregala .causes .cause {
  text-align: center;
}
.pregala .causes .cause p {
  max-width: 230px;
  margin: auto;
}
.pregala .causes .cause img {
  margin-bottom: 20px;
}
.pregala .sponsors {
  padding-bottom: 75px;
  margin-top: -1px;
}
.pregala .sponsors.not-first {
  padding-top: 30px;
}
.pregala .sponsors .sponsors-not-enough {
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .pregala .sponsors .sponsors-not-enough {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.pregala .sponsors .sponsors-not-enough img {
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pregala .sponsors .title-container {
  margin-bottom: 60px;
}
.pregala .sponsors .title-container h2 {
  text-align: left !important;
}
@media (max-width: 768px) {
  .pregala .sponsors .title-container h2 {
    text-align: center !important;
  }
}
.pregala .sponsors .sponsors-swiper {
  width: 100%;
  overflow: hidden;
}
.pregala .sponsors .sponsors-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  /* smooth continuous motion */
}
.pregala .sponsors .sponsors-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  /* Important for logo carousels */
  display: flex;
  justify-content: center;
  align-items: center;
}
.pregala .sponsors .sponsors-swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 75px;
  /* adjust as needed */
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-overlay.active {
  pointer-events: all;
  visibility: visible;
}
.modal-overlay .modal-content {
  background: #023731;
  background-image: url("../images/cedar.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 900px;
  width: 90%;
  position: relative;
  text-align: center;
  transform-origin: center center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.modal-overlay .modal-content .content {
  padding: 60px 45px;
  text-align: left;
}
@media (max-width: 992px) {
  .modal-overlay .modal-content .content {
    padding: 75px 15px;
  }
}
.modal-overlay .modal-content .content .i100y {
  width: 100%;
  max-width: 375px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .modal-overlay .modal-content .content .i100y {
    margin-bottom: 60px;
  }
}
.modal-overlay .modal-content .content h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}
.modal-overlay .modal-content .content h3 {
  font-family: "MonteCarlo";
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  color: white;
  margin-bottom: 45px;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .modal-overlay .modal-content .content h3 {
    font-size: 65px;
  }
}
.modal-overlay .modal-content .content h3 span {
  font-family: "MonteCarlo";
  color: #C2C2C2;
}
.modal-overlay .modal-content .content .info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .modal-overlay .modal-content .content .info {
    margin-bottom: 0 !important;
  }
}
.modal-overlay .modal-content .content .info > div {
  color: white;
}
.modal-overlay .modal-content .content .info > div:nth-child(1) {
  padding-right: 16px;
}
.modal-overlay .modal-content .content .info > div:nth-child(2) {
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-overlay .modal-content .content .info > div:nth-child(3) {
  padding-left: 16px;
}
.modal-overlay .modal-content .bottom {
  padding: 20px 40px;
}
.modal-overlay .modal-content .bottom a {
  color: white !important;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.modal-overlay .modal-content .bottom a:hover {
  color: white !important;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .modal-overlay .modal-content .bottom {
    padding: 15px;
  }
  .modal-overlay .modal-content .bottom > .d-flex {
    flex-direction: column;
    gap: 10px;
  }
  .modal-overlay .modal-content .bottom > .d-flex .border {
    display: none !important;
  }
  .modal-overlay .modal-content .bottom > .d-flex .info {
    width: 100%;
    justify-content: start;
  }
}
.modal-overlay .modal-content .bottom .border {
  height: 30px;
  width: 1px;
  background-color: white;
  opacity: 0.2;
}
.modal-overlay .modal-content .bottom .info {
  display: flex;
  color: white;
  justify-content: center;
  align-items: start;
  gap: 12px;
}
.modal-overlay .modal-content .bottom .info:nth-child(2) {
  padding-left: 16px;
  padding-right: 16px;
}
.modal-overlay .modal-content .bottom .info img {
  max-height: 24px;
}
.modal-overlay .modal-content .bottom .info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.modal-overlay .modal-close {
  position: absolute;
  top: 50px;
  right: 40px;
  background: none;
  border: none;
  font-size: 40px;
  font-weight: 100;
  width: 30px;
  padding: 0;
  height: 30px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  transition: ease 0.3s;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .modal-overlay .modal-close {
    top: 15px;
    right: 15px;
  }
}
.modal-overlay .modal-close:hover {
  opacity: 0.7;
}

.timeline-body {
  background-color: white;
}
.timeline-body main section {
  background-color: transparent !important;
}
.timeline-body .banner {
  min-height: 52vh;
}
.timeline-body .timeline-contents > section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
@media (max-width: 981px) {
  .timeline-body .timeline-contents > section {
    padding: 0;
  }
}
.timeline-body .timeline-contents > section > div {
  margin: 0 !important;
}
.timeline-body .timeline-contents > section:nth-child(even) h3 {
  position: absolute;
  right: 0;
  top: 0;
}
.timeline-body .timeline-contents > section:nth-child(odd) h3 {
  position: absolute;
  top: 0;
  left: 0;
}
.timeline-body .out_wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .timeline-body .out_wrap {
    padding-bottom: 60px;
  }
}
.timeline-body .out_wrap .years_list a {
  border-radius: 100px;
  padding: 5px 12px 3px;
  display: block;
}
.timeline-body .out_wrap .years_list a:hover {
  color: white;
}
.timeline-body .out_wrap .years_list a:focus {
  outline: none;
  box-shadow: none;
}
.timeline-body .site-footer {
  position: relative;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}