*,
*::before,
*::after {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Grandstander";
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.hide-all {
  display: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  opacity: 0;
  animation-fill-mode: forwards;
  animation: fadeInRight 1s ease forwards;
}

.display-m {
  display: block;
}

.display-t {
  display: none;
}

.display-d {
  display: none;
}

@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
    background: #001759;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: #FAA500;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #001759;
  }
}
@media only screen and (min-width: 992px) {
  .display-m {
    display: none;
  }
  .display-t {
    display: block;
  }
  .display-d {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .display-m {
    display: none;
  }
  .display-t {
    display: none;
  }
  .display-d {
    display: block;
  }
}
footer {
  position: relative;
}
footer .footer-inner {
  text-align: center;
  padding: 77px 40px 31px;
  background: #DFEBEF;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 33px 33px;
  margin-top: 50px;
}
footer .footer-inner .footer-main {
  display: flex;
  justify-content: center;
}
footer .footer-inner .footer-menu .menu {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 50px;
}
footer .footer-inner .footer-menu .menu li.current-menu-item a {
  font-weight: 900;
}
footer .footer-inner .footer-menu .menu li a {
  text-decoration: none;
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
}
footer .footer-inner .footer-menu .menu li a:hover {
  font-weight: 900;
}
footer .footer-inner .divider-menu {
  width: 100%;
  height: 1px;
  background: #5FC0AC;
  margin: 40px 0;
}
footer .footer-inner .footer-newsletter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 33px;
  background: #001759;
  width: 100%;
}
footer .footer-inner .footer-newsletter .newsletter-item {
  border-radius: 33px;
  background: #001759;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 60px 49.5px;
  gap: 20px;
}
footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content .icon-nl {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 53px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content .icon-nl img {
  width: 26px;
  height: 27px;
  flex-shrink: 0;
  fill: lightgrey 0.5;
  object-fit: cover;
}
footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content h2 {
  color: white;
  margin: 0;
}
footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content p {
  color: white;
  margin: 0;
}
footer .footer-inner .footer-newsletter .newsletter-item .menu-button {
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #FAA500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
footer .footer-inner .footer-newsletter .newsletter-item .menu-button:hover {
  background: rgba(250, 167, 0, 0.877);
}
footer .footer-inner .footer-newsletter .newsletter-item .menu-button a {
  display: block;
  color: #001759;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 18.24px */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 48px;
}
footer .footer-inner .contact-vs-privacy {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
footer .footer-inner .contact-vs-privacy .footer-contact-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin-top: 40px;
  padding: 0;
}
footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-bottom: 2px;
  color: #001759;
}
footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li h6 {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 18.24px */
  letter-spacing: 0.8px;
  margin: 0;
  text-decoration: none;
}
footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li h6 a {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 18.24px */
  letter-spacing: 0.8px;
  margin: 0;
  text-decoration: none;
}
footer .footer-inner .contact-vs-privacy .privacy-menu {
  display: none;
}
footer .footer-inner .contact-vs-privacy .privacy-menu .menu {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 50px;
}
footer .footer-inner .contact-vs-privacy .privacy-menu .menu li.current-menu-item a {
  font-weight: 900;
}
footer .footer-inner .contact-vs-privacy .privacy-menu .menu li a {
  text-decoration: none;
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
}
footer .footer-inner .contact-vs-privacy .privacy-menu .menu li a:hover {
  font-weight: 900;
}
footer .footer-inner .footer-socail-media .footer-social-media-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
footer .footer-inner .footer-socail-media .footer-social-media-list li {
  margin-right: 20px;
}
footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link svg {
  width: 20px;
  height: 20px;
}
footer .bottom-footer {
  padding: 29px 70px 41px 70px;
  text-align: center;
}
footer .bottom-footer .bottom-footer-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
footer .bottom-footer .bottom-footer-inner .footer-bottom-text {
  color: #FFF;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.14px;
  text-transform: capitalize;
}
footer .bottom-footer .bottom-footer-inner .footer-bottom-second {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
footer .bottom-footer .bottom-footer-inner .footer-bottom-second .footer-bottom-tex {
  color: #FAA500;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
footer .bottom-footer .bottom-footer-inner .footer-bottom-second .footer-bottom-tex img {
  width: 63px;
  height: 16px;
  flex-shrink: 0;
}

footer::before {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

footer::after {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  footer .footer-inner .footer-menu .menu {
    flex-direction: row;
  }
  footer .footer-inner .footer-newsletter .newsletter-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.8125vw;
  }
  footer .footer-inner .footer-main {
    width: 33.33%;
  }
  footer .footer-inner .footer-menu {
    width: 50%;
  }
  footer .footer-inner .footer-newsletter {
    border-radius: 33px;
    background: #001759;
    width: 100%;
  }
  footer .footer-inner .footer-newsletter .newsletter-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 0;
    position: relative;
  }
  footer .footer-inner {
    padding: 4.0104166667vw 2.0833333333vw 1.6145833333vw;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 2.65625vw 2.65625vw;
    margin-top: unset;
  }
  footer .footer-inner .footer-main {
    display: flex;
    justify-content: center;
  }
  footer .footer-inner .footer-main img {
    width: 579px;
    height: 89px;
    object-fit: contain;
  }
  footer .footer-inner .footer-menu {
    width: 100%;
  }
  footer .footer-inner .footer-menu .menu {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 11.6666666667vw;
    margin-top: 4.1666666667vw;
  }
  footer .footer-inner .footer-menu .menu li a {
    font-size: 1.0416666667vw;
    letter-spacing: 0.0520833333vw;
  }
  footer .footer-inner .divider-menu {
    width: 82.7604166667vw;
    height: 0.1041666667vw;
    margin: 2.1875vw 0;
  }
  footer .footer-inner .footer-newsletter {
    gap: 1.0416666667vw;
    border-radius: unset;
    background: unset;
    width: unset;
  }
  footer .footer-inner .footer-newsletter .newsletter-item {
    border-radius: 1.71875vw;
    padding: 3.125vw 2.578125vw;
    gap: 1.0416666667vw;
    width: 89.5833333333vw;
    height: 10.46875vw;
    flex-shrink: 0;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 2.5520833333vw;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content .icon-nl {
    border-radius: 2.7604166667vw;
    flex-shrink: 0;
    width: 5.625vw;
    height: 5.625vw;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content .icon-nl img {
    width: 2.2916666667vw;
    height: 2.34375vw;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content h2 {
    color: white;
    margin: 0;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: 84%;
    text-transform: capitalize;
    width: 20.6979166667vw;
    text-align: left;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .icon-vs-content p {
    text-align: justify;
    font-family: "Spline Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    letter-spacing: 0.0416666667vw;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .menu-button {
    height: 2.0833333333vw;
    border-radius: 2.5vw;
    margin-top: 1.8416666667vw;
  }
  footer .footer-inner .footer-newsletter .newsletter-item .menu-button a {
    font-size: 0.8333333333vw;
    letter-spacing: 0.21875vw;
    display: block;
    line-height: normal;
    padding: 0.625vw 2.5vw;
  }
  footer .footer-inner .contact-vs-privacy {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-inner .contact-vs-privacy .footer-contact-details {
    float: left;
  }
  footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5625vw;
    margin-top: 2.0833333333vw;
  }
  footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5729166667vw;
  }
  footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li img {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-bottom: 0.1041666667vw;
  }
  footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li h6 {
    font-size: 1.0416666667vw;
    letter-spacing: 0.046875vw;
  }
  footer .footer-inner .contact-vs-privacy .footer-contact-details .footer-contact-list li h6 a {
    font-size: 0.9375vw;
    letter-spacing: 0.046875vw;
  }
  footer .footer-inner .contact-vs-privacy .privacy-menu {
    display: inline;
    float: right;
  }
  footer .footer-inner .contact-vs-privacy .privacy-menu .menu {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5625vw;
    margin-top: 2.0833333333vw;
  }
  footer .footer-inner .contact-vs-privacy .privacy-menu .menu li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5729166667vw;
  }
  footer .footer-inner .contact-vs-privacy .privacy-menu .menu li a {
    font-size: 0.9375vw;
    letter-spacing: 0.046875vw;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li {
    margin-right: 20px;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link svg {
    width: 20px;
    height: 20px;
  }
  footer .bottom-footer {
    padding: 1.3541666667vw auto 1.875vw auto;
  }
  footer .bottom-footer .bottom-footer-inner {
    gap: 0;
  }
  footer .bottom-footer .bottom-footer-inner .footer-bottom-text {
    font-size: 0.8333333333vw;
    letter-spacing: -0.0083333333vw;
  }
  footer .bottom-footer .bottom-footer-inner .footer-bottom-second {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
  }
  footer .bottom-footer .bottom-footer-inner .footer-bottom-second .footer-bottom-tex {
    font-size: 0.8333333333vw;
    line-height: 6.25vw; /* 142.857% */
    letter-spacing: -0.0083333333vw;
    display: inline-flex;
    align-items: center;
    gap: 0.5208333333vw;
    flex-direction: row;
    line-height: 0;
  }
  footer .bottom-footer .bottom-footer-inner .footer-bottom-second .footer-bottom-tex img {
    width: 4.26125vw;
    height: 1.0913020833vw;
    flex-shrink: 0;
    object-fit: contain;
  }
  footer::before {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    width: 15.8854166667vw;
    height: 17.1354166667vw;
    flex-shrink: 0;
  }
  footer::after {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 200;
    width: 15.0520833333vw;
    height: 15.75vw;
    flex-shrink: 0;
  }
}
.main-banner {
  position: relative;
  z-index: 800;
}
.main-banner .main-slider-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  position: relative;
}
.main-banner .main-slider-wrapper .custom-prev-m {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.main-banner .main-slider-wrapper .custom-prev-m img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: none;
}
.main-banner .main-slider-wrapper .custom-next-m {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.main-banner .main-slider-wrapper .custom-next-m img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: none;
}
.main-banner .main-slider-wrapper .main-slider {
  width: 100%;
}
.main-banner .main-slider-wrapper .main-slider .slider-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  border: 1px solid #001759;
  background-color: #001759;
  padding-top: 58px;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content {
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 200;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .banner-title-first {
  color: #FFF;
  text-align: center;
  font-family: Grandstander;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%; /* 72.96px */
  margin: 0;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .banner-title-second {
  color: #FAA500;
  font-family: Grandstander;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  margin: 0;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .slider-content-text {
  display: none;
  color: #FFF;
  font-family: "Spline Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%; /* 33.66px */
  letter-spacing: 0.9px;
  margin: 0;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .menu-button-hs {
  width: 50%;
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #FAA500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-top: 20px;
  position: absolute;
  bottom: 7%;
  z-index: 9999999;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .menu-button-hs:hover {
  background: rgba(250, 167, 0, 0.877);
}
.main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .menu-button-hs a {
  color: #001759;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 18.24px */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 12px 48px;
}
.main-banner .main-slider-wrapper .main-slider .slider-item .banner-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  margin: 0 -32px;
}

.main-banner::after {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  height: 70px;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: -1px;
  margin-bottom: -37px;
}

.inner-banner .inner-banner-item {
  margin-top: -80px;
}
.inner-banner .inner-banner-item .slider-item-inner {
  margin-bottom: 90px;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -338px;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image {
  width: 100%;
  float: left;
  position: relative;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image img.banner-image {
  height: 610px;
  width: 100%;
  object-fit: contain;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner {
  width: 107%;
  z-index: 2;
  top: 0;
  position: absolute;
  right: 0;
  margin-top: -80px;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner img.banner-shape {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.inner-banner .inner-banner-item .slider-item-inner .no-banner-image {
  height: 30px;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content {
  margin-top: 30px;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content h1.banner-title {
  color: #001759;
  font-family: Grandstander;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding-bottom: 12px;
  text-align: center;
  width: 80%;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap {
  width: 100%;
}
.inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  justify-content: center;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content {
  position: relative;
  top: 3.1rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 200;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content h1.banner-title {
  color: #001759;
  font-family: Grandstander;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding-bottom: 12px;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line img {
  width: 60%;
  object-fit: contain;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap {
  text-transform: uppercase;
  width: 56%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  justify-content: center;
  width: 100%;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
  text-decoration: none;
  color: #001759;
  font-family: Grandstander;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.21875vw;
  text-transform: uppercase;
  position: relative;
  padding-top: 0px;
  padding-left: 0px;
  position: relative;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  text-decoration: none;
  text-decoration: none;
  color: #001759;
  font-family: Grandstander;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.21875vw;
  text-transform: uppercase;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li::before {
  content: "";
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li ul {
  list-style: none;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) {
  padding-left: 0;
  list-style-type: none;
  padding-top: 0px;
  padding-left: 70px;
  width: fit-content;
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2)::before {
  content: url(../images/line.png);
  width: 54px;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 85%;
  transform: translateY(-50%);
}
.inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2).active a, .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2):nth-child(2) a {
  font-weight: 600;
  color: #FF0000;
}

.header-menu-wrap {
  position: relative;
  padding: 20px 32px;
  height: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px 0px 51px 51px;
  z-index: 1000;
  top: 0%;
  box-shadow: 0px 4px 54.9px 0px rgba(0, 0, 0, 0.24);
}
.header-menu-wrap.sticky {
  top: 0;
  height: 80px;
  transition: 0.7s ease-in-out;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
}
.header-menu-wrap.sticky .scroll {
  display: none;
}
.header-menu-wrap.--hidden {
  transform: translateY(-100%);
  position: absolute;
  overflow: hidden;
}
.header-menu-wrap.--hidden .nav-menu {
  background: none;
}
.header-menu-wrap .header-logo {
  height: 40px;
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.header-menu-wrap .main-menu-btn {
  height: 40px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  align-content: center;
}
.header-menu-wrap .main-menu-btn .provide-logo {
  display: none;
}
.header-menu-wrap .main-menu-btn .menu-button {
  width: 100px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 61px;
  background: #FAA500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.header-menu-wrap .main-menu-btn .menu-button a {
  color: white;
  text-decoration: none;
}
.header-menu-wrap .main-menu-btn .menu-button a svg {
  width: 25px;
  height: 25px;
  padding-top: 12px;
  display: none;
}

#navbar_main {
  position: relative;
  background-color: #FAA500;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%; /* Adjust width as needed */
  height: 100%;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  transition: transform 0.3s ease;
  transform: translateX(100%);
}
#navbar_main .header-inner {
  text-align: center;
  padding: 50px 40px 50px;
  background: #FAA500;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#navbar_main .header-inner .container-fluid {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#navbar_main .header-inner .container-fluid .close-btn img {
  cursor: pointer;
  position: absolute;
  height: 80px;
  width: 100px;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: bottom;
  margin-right: -5%;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 50px;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu li {
  position: relative;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu li.current_page_item a {
  color: #FFF;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu li.current_page_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../images/underline-hover-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 23px;
  top: 10px;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu li a {
  text-decoration: none;
  color: #001759;
  text-align: center;
  font-family: "Grandstander";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%; /* 72.96px */
  position: relative;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu li a:hover {
  color: #FFF;
}
#navbar_main .header-inner .container-fluid .header-main-menu .menu li a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../images/active-underline.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 23px;
  top: 10px;
}

#navbar_main::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 9999;
  width: 100px;
  height: 200px;
  flex-shrink: 0;
  background-position: right;
}

#navbar_main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 125px;
  height: 200px;
  background-position: left;
  flex-shrink: 0;
}

#navbar_main.show {
  display: block;
  transform: translateX(0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 600px) {
  .inner-banner .inner-banner-item .slider-item-inner {
    margin-bottom: 0;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -230px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image {
    width: 100%;
    float: left;
    position: relative;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image img.banner-image {
    height: 800px;
    width: 100%;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner {
    width: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: -193px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner img.banner-shape {
    width: 100%;
    height: 670px;
    object-fit: cover;
  }
  .inner-banner .inner-banner-item .slider-item-inner .no-banner-image {
    height: 180px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content {
    margin-top: 170px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-bottom: 12px;
    text-align: center;
    width: 80%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    width: 100%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: center;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content {
    position: relative;
    top: -4.8rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 200;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-bottom: 12px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line img {
    width: 60%;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    text-transform: uppercase;
    width: 50%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li::before {
    content: "";
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li ul {
    list-style: none;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) {
    padding-left: 0;
    list-style-type: none;
    padding-top: 0px;
    padding-left: 70px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2)::before {
    content: url(../images/line.png);
    width: 54px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 85%;
    transform: translateY(-50%);
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2).active a, .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2):nth-child(2) a {
    font-weight: 600;
    color: #FF0000;
  }
  .header-menu-wrap .header-logo {
    align-content: flex-start;
  }
  .header-menu-wrap .header-logo img {
    width: 329px;
    height: auto;
    object-fit: contain;
  }
}
@media only screen and (min-width: 768px) {
  .inner-banner .inner-banner-item .slider-item-inner {
    margin-bottom: 20px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image img.banner-image {
    height: 755px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner img.banner-shape {
    height: 670px;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .no-banner-image {
    height: 30px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content {
    margin-top: 140px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-bottom: 12px;
    text-align: center;
    width: 80%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    width: 100%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: center;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content {
    position: relative;
    top: -1.8rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 200;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-bottom: 12px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line img {
    width: 60%;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    text-transform: uppercase;
    width: 50%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li::before {
    content: "";
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li ul {
    list-style: none;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) {
    padding-left: 0;
    list-style-type: none;
    padding-top: 0px;
    padding-left: 70px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2)::before {
    content: url(../images/line.png);
    width: 54px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 85%;
    transform: translateY(-50%);
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2).active a, .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2):nth-child(2) a {
    font-weight: 600;
    color: #FF0000;
  }
}
@media only screen and (min-width: 992px) {
  .inner-banner {
    margin-bottom: 339.753px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -616px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image {
    width: 60%;
    float: left;
    position: relative;
    margin-right: -20%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image img.banner-image {
    height: 500px;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 29.9733px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner {
    width: 50%;
    float: right;
    z-index: 210;
    position: relative;
    top: -130px;
    margin-top: 0px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner img.banner-shape {
    height: 795px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .no-banner-image {
    height: 100px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content {
    margin-top: 0px;
    left: 100px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 95.76px;
    width: 93%;
    padding-bottom: 0px;
    text-align: left;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content {
    position: absolute;
    top: 200px;
    left: 200px;
    display: block;
    width: 80%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 95.76px;
    width: 93%;
    padding-bottom: 0px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line img {
    width: 90%;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    margin-top: 56px;
    display: block;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    text-transform: uppercase;
    width: 100%;
    justify-content: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 0px;
    width: 100%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.8px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.8px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li::before {
    content: "";
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li ul {
    list-style: none;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) {
    padding-left: 90px;
    list-style-type: none;
    padding-top: 0px;
    width: 90%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2)::before {
    content: url("../images/line.png");
    width: 54px;
    height: 14px;
    position: absolute;
    left: 2%;
    top: 10%;
    transform: translateY(-50%);
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2).active a, .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2):nth-child(2) a {
    font-weight: 600;
    color: #FF0000;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-banner {
    margin-bottom: 17.69546875vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -26.0416666667vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image {
    width: 60%;
    float: left;
    position: relative;
    margin-right: -20%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image img.banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: -8.0729166667vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner {
    width: 50%;
    float: right;
    z-index: 210;
    position: relative;
    top: -6.7708333333vw;
    margin-top: 0vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .no-banner-image {
    height: 5.2083333333vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content {
    margin-top: -2.34375vw;
    top: 8.5vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 4.375vw;
    font-style: normal;
    font-weight: 600;
    line-height: 4.9875vw;
    width: 93%;
    padding-bottom: 0vw;
    text-align: left;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content {
    position: absolute;
    top: 10.4166666667vw;
    left: 14.5833333333vw;
    display: block;
    width: 80%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 4.375vw;
    font-style: normal;
    font-weight: 600;
    line-height: 4.9875vw;
    width: 93%;
    padding-bottom: 0vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line img {
    width: 90%;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    margin-top: 2.9166666667vw;
    display: block;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    text-transform: uppercase;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1875vw;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
    padding-top: 0vw;
    padding-left: 0vw;
    position: relative;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1875vw;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li::before {
    content: "";
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li ul {
    list-style: none;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) {
    padding-left: 6.25vw;
    list-style-type: none;
    padding-top: 0vw;
    width: 90%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2)::before {
    content: url("../images/line.png");
    width: 2.8125vw;
    height: 0.7291666667vw;
    position: absolute;
    left: 2%;
    top: 10%;
    transform: translateY(-50%);
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2).active a, .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2):nth-child(2) a {
    font-weight: 600;
    color: #FF0000;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner {
    position: relative;
  }
  .main-banner .main-slider-wrapper {
    padding: 0 4.7916666667vw;
    width: 100%;
  }
  .main-banner .main-slider-wrapper .custom-prev-m {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1rem;
    background: transparent;
    padding-right: 3.125vw;
  }
  .main-banner .main-slider-wrapper .custom-prev-m img {
    display: none;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .main-banner .main-slider-wrapper .custom-next-m {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1rem;
    background: transparent;
    padding-left: 3.125vw;
  }
  .main-banner .main-slider-wrapper .custom-next-m img {
    display: none;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .main-banner .main-slider-wrapper .main-slider {
    width: 100%;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item {
    z-index: 1;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    border-radius: 1.71875vw;
    border: 0.0520833333vw solid #001759;
    width: 100%;
    height: 56.9791666667vw;
    padding: 0;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-content {
    width: 100%;
    padding: 0 0 0 10.9375vw;
    text-align: left;
    z-index: 200;
    display: flex;
    flex-direction: row;
    gap: 3.1510416667vw;
    width: 50%;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .banner-title-first {
    font-size: 6.6666666667vw;
    margin-bottom: -3.5510416667vw;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .banner-title-second {
    font-size: 3.3333333333vw;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .slider-content-text {
    font-size: 0.9375vw;
    letter-spacing: 0.046875vw;
    display: inline;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .menu-button-hs {
    height: 2.4479166667vw;
    border-radius: 2.5vw;
    margin-top: 0vw;
    gap: 0.5208333333vw;
    width: 11.5625vw;
    position: unset;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-content .menu-button-hs a {
    font-size: 0.8333333333vw;
    letter-spacing: 0.175vw;
    padding: 0.8854166667vw 3.1770833333vw;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .banner-image {
    width: 50%;
    margin: 0 -1.6666666667vw;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .banner-image img {
    width: 49.7395833333vw;
    height: 65.1041666667vw;
    object-fit: contain;
    flex-shrink: 0;
  }
  .main-banner::after {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    height: 6.7941666667vw;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0;
  }
  .inner-banner {
    margin-bottom: 17.69546875vw;
  }
  .inner-banner .inner-banner-item {
    margin-top: -3.14453125vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner {
    margin-bottom: 0;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -16.4010416667vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image {
    width: 60%;
    float: left;
    position: relative;
    margin-right: -20%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-image img.banner-image {
    height: 41.1458333333vw;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 1.2044270833vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner {
    width: 50%;
    float: right;
    z-index: 210;
    position: relative;
    top: -3.9817708333vw;
    margin-top: 0vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner .double-inner .shape-banner img.banner-shape {
    height: 43.1453645833vw;
    object-fit: cover;
  }
  .inner-banner .inner-banner-item .slider-item-inner .no-banner-image {
    height: 5.2083333333vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content {
    margin-top: 0.625vw;
    left: 12.4479166667vw;
    top: 8.5vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 4.375vw;
    font-style: normal;
    font-weight: 600;
    line-height: 4.9875vw;
    width: 93%;
    padding-bottom: 0vw;
    text-align: left;
  }
  .inner-banner .inner-banner-item .slider-item-inner .double-banner.no-banner-image + .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content {
    position: absolute;
    top: 11.6854166667vw;
    left: 15.5833333333vw;
    display: block;
    width: 80%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content h1.banner-title {
    color: #001759;
    font-family: Grandstander;
    font-size: 4.375vw;
    font-style: normal;
    font-weight: 600;
    line-height: 4.9875vw;
    width: 93%;
    padding-bottom: 0vw;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .banner-line img {
    width: 90%;
    object-fit: contain;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    margin-top: 2.9166666667vw;
    display: block;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap {
    text-transform: uppercase;
    width: 100%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0px;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1875vw;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
    padding-top: 0vw;
    padding-left: 0vw;
    position: relative;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    color: #001759;
    font-family: Grandstander;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1875vw;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li::before {
    content: "";
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li ul {
    list-style: none;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) {
    padding-left: 6.25vw;
    list-style-type: none;
    padding-top: 0vw;
    width: 90%;
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2)::before {
    content: url("../images/line.png");
    width: 2.8125vw;
    height: 0.7291666667vw;
    position: absolute;
    left: 2%;
    top: 10%;
    transform: translateY(-50%);
  }
  .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2).active a, .inner-banner .inner-banner-item .slider-item-inner .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2):nth-child(2) a {
    font-weight: 600;
    color: #FF0000;
  }
  .header-menu-wrap {
    padding: 0.78125vw 4.9479166667vw 0.78125vw 4.9479166667vw;
    height: 6.3541666667vw;
    border-radius: 0px 0px 2.65625vw 0px;
    background: #E1E7FE;
  }
  .header-menu-wrap.sticky {
    top: 0vw;
    height: 6.3541666667vw;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  }
  .header-menu-wrap.--hidden {
    transform: translateY(-100%);
    position: absolute;
    overflow: hidden;
  }
  .header-menu-wrap.--hidden .nav-menu {
    background: none;
  }
  .header-menu-wrap .header-logo {
    height: 3.5746354167vw;
    flex-shrink: 0;
    flex-direction: column;
    align-content: flex-start;
  }
  .header-menu-wrap .header-logo .main-logo {
    width: 23.32203125vw;
    height: 3.5746354167vw;
    flex-shrink: 0;
    object-fit: contain;
  }
  .header-menu-wrap .main-menu-btn {
    height: 4.7916666667vw;
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .header-menu-wrap .main-menu-btn .provide-logo {
    display: block;
    padding-right: 0.5208333333vw;
  }
  .header-menu-wrap .main-menu-btn .provide-logo img {
    width: 11.4583333333vw;
    height: 4.7916666667vw;
  }
  .header-menu-wrap .main-menu-btn .menu-button {
    width: 11.5104166667vw;
    height: 4.7916666667vw;
    border-radius: 3.1770833333vw;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .header-menu-wrap .main-menu-btn .menu-button a {
    text-align: center;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 84%;
    letter-spacing: 0.3229166667vw;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header-menu-wrap .main-menu-btn .menu-button a svg {
    padding-top: unset;
    width: 2.5643229167vw;
    height: 1.88515625vw;
    flex-shrink: 0;
    display: inline-flex;
  }
  #navbar_main {
    position: relative;
    background: #FAA500;
  }
  #navbar_main .header-inner {
    text-align: center;
    padding: 9.8958333333vw 2.0833333333vw 9.8958333333vw;
    background: #FAA500;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 1.71875vw 1.71875vw;
  }
  #navbar_main .header-inner .container-fluid {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #navbar_main .header-inner .container-fluid .close-btn img {
    position: absolute;
    top: 0;
    right: 0;
    height: 12.1875vw;
    width: 17.3958333333vw;
  }
  #navbar_main .header-inner .container-fluid .header-main-menu .menu {
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.6041666667vw;
    margin-top: 2.6041666667vw;
  }
  #navbar_main .header-inner .container-fluid .header-main-menu .menu li {
    position: relative;
  }
  #navbar_main .header-inner .container-fluid .header-main-menu .menu li.current_page_item a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url(../images/underline-hover-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transition: height 0.3s ease, bottom 0.3s ease;
    height: 23px;
    top: 1.8229166667vw;
  }
  #navbar_main .header-inner .container-fluid .header-main-menu .menu li a {
    text-decoration: none;
    color: #001759;
    text-align: center;
    font-family: "Grandstander";
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: 3.8vw;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
  }
  #navbar_main .header-inner .container-fluid .header-main-menu .menu li a:hover {
    color: #FFF;
    transform: translateY(-5px);
  }
  #navbar_main .header-inner .container-fluid .header-main-menu .menu li a:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url(../images/active-underline.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transition: height 0.3s ease, bottom 0.3s ease;
    height: 23px;
    top: 1.8229166667vw;
  }
  .providemb-logo {
    display: block;
  }
  .providemb-logo {
    display: none;
  }
  #navbar_main::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 15.625vw;
    height: 26.0416666667vw;
    background-position: right;
    flex-shrink: 0;
  }
  #navbar_main::after {
    content: "";
    position: absolute;
    /* height: min-content; */
    /* width: 100%; */
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 15.625vw;
    height: 26.0416666667vw;
    background-position: left;
    flex-shrink: 0;
  }
}
.event-img-section {
  position: relative;
  margin: 0 auto 60px;
}
.event-img-section .custom-prev-e {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.event-img-section .custom-prev-e img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.event-img-section .custom-next-e {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.event-img-section .custom-next-e img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.event-img-section .event-img-slider {
  position: relative;
}
.event-img-section .event-img-slider .slick-dots {
  display: block;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -50px;
}
.event-img-section .event-img-slider .slick-dots li {
  margin: 0 0.45rem;
}
.event-img-section .event-img-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 5px solid #001759;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}
.event-img-section .event-img-slider .slick-dots li.slick-active button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 5px solid #001759;
  border-radius: 100%;
  background-color: transparent;
}
.event-img-section .event-img-slider .single-image {
  background: transparent;
  padding: 36px 0;
  text-align: center;
  margin: 0 40px;
  width: 316px;
}

.main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
  padding: 0 20px;
}
.main-content .event-calander-vs-add-event {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.main-content .event-calander-vs-add-event .event-calandar {
  border-radius: 51px;
  background: #E1E7FE;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* General Calendar Styling */
  /* Header Styling */
  /* Days of the Week Styling */
  /* Days Styling */
}
.main-content .event-calander-vs-add-event .event-calandar #calendar {
  background-color: transparent;
  border-radius: 15px;
  padding: 10px;
  width: 90%;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header button:nth-child(2) {
  color: #f5a623; /* Gold/Yellow */
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header__content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  white-space: pre-wrap;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header__content button {
  font-size: 1.5rem;
  color: #0f2b71; /* Dark blue */
  background: none;
  border: none;
  cursor: pointer;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-year {
  color: #f5a623; /* Gold/Yellow */
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 0;
  height: 0;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_prev::before,
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #0f2b71; /* Arrow color */
  border-width: 0 2px 2px 0;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_prev::before {
  transform: rotate(135deg);
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_next::before {
  transform: rotate(-45deg);
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-week {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-week__day {
  font-weight: bold;
  color: rgba(0, 23, 89, 0.57);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  text-transform: capitalize;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn {
  background-color: transparent;
  border: none;
  color: #0f2b71; /* Default day color */
  font-size: 1.2rem;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn:hover {
  background-color: #e1e7ff; /* Hover state */
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_selected {
  background-color: #f5a623; /* Yellow/Gold for selected date */
  color: white;
  font-weight: bold;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_today {
  font-weight: normal;
  background-color: transparent;
  color: #001759;
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_weekend {
  color: #0f2b71; /* Keeping the weekend color consistent */
}
.main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_selected {
  filter: drop-shadow(0px 0px 25.2px rgba(0, 0, 0, 0.3));
  width: 40px;
  height: 40px;
}
.main-content .event-calander-vs-add-event .event-add {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 51px;
  background: #E1E7FE;
}
.main-content .event-calander-vs-add-event .event-add .event-register {
  padding-top: 47px;
}
.main-content .event-calander-vs-add-event .event-add .event-register a {
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 48px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #001759;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.main-content .event-calander-vs-add-event .event-add .event-register a:hover {
  background-color: #001f5b;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing {
  padding: 0 47px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing {
  padding: 0;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 75px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li img {
  width: 25px;
  height: 25px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3375vw;
  letter-spacing: 0.0625vw;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time .only-hour {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 3.50625vw;
  letter-spacing: 1.8px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time i {
  margin-right: 5px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time .ampm {
  color: rgba(0, 23, 89, 0.57);
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 3.50625vw;
  letter-spacing: 0.0625vw;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li a {
  text-decoration: none;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li a .event-text {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 1.2px;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .event-text {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .event-text-light {
  color: rgba(0, 23, 89, 0.57);
  font-family: "Spline Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin-right: -1.8229166667vw;
}
.main-content .event-calander-vs-add-event .event-add .qr-vs-categories {
  display: flex;
  flex-direction: row;
  padding: 0 47px;
  gap: 2.5520833333vw;
  display: none;
}
.main-content .event-calander-vs-add-event .event-add .qr-vs-categories .qr-code-e {
  width: 170px;
  height: 171px;
  flex-shrink: 0;
}
.main-content .event-calander-vs-add-event .event-add .qr-vs-categories .categories-e {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.main-content .event-calander-vs-add-event .event-add .qr-vs-categories .categories-e h6.c-title {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin: 0;
}
.main-content .event-calander-vs-add-event .event-add .qr-vs-categories .categories-e a.tags-e {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
}
.main-content .event-calander-vs-add-event .event-add .add-calander-div {
  padding: 45px 0;
  border-radius: 0px 0px 51px 51px;
  background: #FAA500;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #001759;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3375vw;
  letter-spacing: 1.2px;
}
.main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar span.calendar-text {
  text-decoration: underline;
  padding-left: 20px;
}
.main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar .pluse {
  border-radius: 50%;
  border: 2px #000 solid;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: 100;
}
.main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar:hover {
  color: #002b5c;
}
.main-content .event-calander-vs-add-event .climate-sec {
  width: 100%;
}
.main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-lite-wrapper {
  border-radius: 51px !important;
  width: 100% !important;
  background: #001759 !important;
}
.main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-weather-title {
  display: none;
}
.main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-forecast-weather option {
  background: #238AF5 !important;
}
.main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-main-wrapper {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.main-content .event-counter-vs-map {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main-content .event-counter-vs-map .countdown {
  height: 440px;
  flex-shrink: 0;
  border-radius: 51px;
  background: #E1E7FE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 20px;
}
.main-content .event-counter-vs-map .countdown div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-content .event-counter-vs-map .countdown div .count-value {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 3.2px;
}
.main-content .event-counter-vs-map .countdown div .period {
  color: #5FC0AC;
  font-family: "Spline Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 1px;
}
.main-content .event-counter-vs-map .event-description {
  color: #001759;
  text-align: justify;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 0.9px;
}
.main-content .event-counter-vs-map .event-map .google-map iframe {
  border-radius: 51px 51px 0px 0px;
  height: 260px;
}
.main-content .event-counter-vs-map .event-map .direction-btn {
  padding: 20px 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-content .event-counter-vs-map .event-map .direction-btn .btn-direct {
  padding: 12px 48px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #001759;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.main-content .event-counter-vs-map .event-map .direction-btn .btn-direct a {
  color: #fff;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 18.24px */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
}
.main-content .event-counter-vs-map .social-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 52px;
  flex-wrap: wrap;
  align-content: center;
}
.main-content .event-counter-vs-map .social-share img {
  width: 90%;
}
.main-content .event-counter-vs-map .social-share .social-share-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.main-content .event-counter-vs-map .social-share .social-share-div h1.social-title {
  color: #001759;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  text-transform: capitalize;
}
.main-content .event-counter-vs-map .social-share .social-share-div .social-icons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.main-content .event-counter-vs-map .social-share .social-share-div .social-icons img {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
}

@media only screen and (min-width: 1200px) {
  .event-img-section {
    position: relative;
    padding: 5.5625vw 4.7916666667vw 0vw;
    margin: 0 auto 100px;
    width: 88%;
  }
  .event-img-section .custom-prev-e {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2rem;
    background: transparent;
    padding-right: 3.125vw;
    border: 0;
  }
  .event-img-section .custom-prev-e img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .event-img-section .custom-next-e {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2rem;
    background: transparent;
    padding-left: 3.125vw;
    border: 0;
  }
  .event-img-section .custom-next-e img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .event-img-section .event-img-slider {
    position: relative;
  }
  .event-img-section .event-img-slider .slick-dots {
    display: block;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -70px;
  }
  .event-img-section .event-img-slider .slick-dots li {
    margin: 0 0.45rem;
  }
  .event-img-section .event-img-slider .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 5px solid #001759;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
  }
  .event-img-section .event-img-slider .slick-dots li.slick-active button {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 5px solid #001759;
    border-radius: 100%;
    background-color: transparent;
  }
  .event-img-section .event-img-slider .single-image {
    background: transparent;
    padding: 36px 0;
    text-align: center;
    margin: 0 30px;
  }
  .main-content {
    display: flex;
    flex-direction: row;
    width: 74%;
    margin: 0 auto;
    gap: 110px;
  }
  .main-content .event-calander-vs-add-event {
    width: 40%;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .main-content .event-calander-vs-add-event .event-calandar {
    border-radius: 51px;
    background: #E1E7FE;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* General Calendar Styling */
    /* Header Styling */
    /* Days of the Week Styling */
    /* Days Styling */
  }
  .main-content .event-calander-vs-add-event .event-calandar #calendar {
    background-color: transparent;
    border-radius: 15px;
    padding: 10px;
    width: 90%;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header button:nth-child(2) {
    color: #f5a623; /* Gold/Yellow */
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header__content {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    white-space: pre-wrap;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-header__content button {
    font-size: 1.5rem;
    color: #0f2b71; /* Dark blue */
    background: none;
    border: none;
    cursor: pointer;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-year {
    color: #f5a623; /* Gold/Yellow */
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow {
    background: none;
    border: none;
    cursor: pointer;
    width: 0;
    height: 0;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_prev::before,
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_next::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #0f2b71; /* Arrow color */
    border-width: 0 2px 2px 0;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_prev::before {
    transform: rotate(135deg);
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-arrow_next::before {
    transform: rotate(-45deg);
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-week {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-week__day {
    font-weight: bold;
    color: rgba(0, 23, 89, 0.57);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    text-transform: capitalize;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn {
    background-color: transparent;
    border: none;
    color: #0f2b71; /* Default day color */
    font-size: 1.2rem;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn:hover {
    background-color: #e1e7ff; /* Hover state */
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_selected {
    background-color: #f5a623; /* Yellow/Gold for selected date */
    color: white;
    font-weight: bold;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_today {
    font-weight: normal;
    background-color: transparent;
    color: #001759;
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_weekend {
    color: #0f2b71; /* Keeping the weekend color consistent */
  }
  .main-content .event-calander-vs-add-event .event-calandar .vanilla-calendar-day__btn_selected {
    filter: drop-shadow(0px 0px 25.2px rgba(0, 0, 0, 0.3));
    width: 40px;
    height: 40px;
  }
  .main-content .event-calander-vs-add-event .event-add {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 51px;
    background: #E1E7FE;
  }
  .main-content .event-calander-vs-add-event .event-add .event-register {
    padding-top: 47px;
  }
  .main-content .event-calander-vs-add-event .event-add .event-register a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.625vw 3.1770833333vw;
    border-radius: 2.5vw;
    background: #001759;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Grandstander;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875vw;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  .main-content .event-calander-vs-add-event .event-add .event-register a:hover {
    background-color: #001f5b;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing {
    padding: 0 47px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing {
    padding: 0;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li {
    display: flex;
    align-items: center;
    gap: 2.5520833333vw;
    height: 6.40625vw;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li img {
    width: 25px;
    height: 25px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3375vw;
    letter-spacing: 0.0625vw;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time .only-hour {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.50625vw;
    letter-spacing: 1.8px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time i {
    margin-right: 5px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .time .ampm {
    color: rgba(0, 23, 89, 0.57);
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.50625vw;
    letter-spacing: 0.0625vw;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li a {
    text-decoration: none;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li a .event-text {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%; /* 44.88px */
    letter-spacing: 1.2px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .event-text {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%; /* 44.88px */
    letter-spacing: 1.2px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-event-listing .event-listing li .event-text-light {
    color: rgba(0, 23, 89, 0.57);
    font-family: "Spline Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%; /* 44.88px */
    letter-spacing: 1.2px;
    margin-right: -1.8229166667vw;
  }
  .main-content .event-calander-vs-add-event .event-add .qr-vs-categories {
    display: flex;
    flex-direction: row;
    padding: 0 47px;
    gap: 2.5520833333vw;
    display: none;
  }
  .main-content .event-calander-vs-add-event .event-add .qr-vs-categories .qr-code-e {
    width: 170px;
    height: 171px;
    flex-shrink: 0;
  }
  .main-content .event-calander-vs-add-event .event-add .qr-vs-categories .categories-e {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
  }
  .main-content .event-calander-vs-add-event .event-add .qr-vs-categories .categories-e h6.c-title {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 187%;
    letter-spacing: 1.2px;
    margin: 0;
  }
  .main-content .event-calander-vs-add-event .event-add .qr-vs-categories .categories-e a.tags-e {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
  }
  .main-content .event-calander-vs-add-event .event-add .add-calander-div {
    padding: 68px 0;
    border-radius: 0px 0px 51px 51px;
    background: #FAA500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #001759;
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3375vw;
    letter-spacing: 1.2px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar span.calendar-text {
    text-decoration: underline;
    padding-left: 20px;
  }
  .main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar .pluse {
    border-radius: 50%;
    border: 2px #000 solid;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 50px;
    font-weight: 100;
  }
  .main-content .event-calander-vs-add-event .event-add .add-calander-div a.add-calendar:hover {
    color: #002b5c;
  }
  .main-content .event-calander-vs-add-event .climate-sec {
    width: 100%;
  }
  .main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-lite-wrapper {
    border-radius: 51px !important;
    width: 100% !important;
    background: #001759 !important;
  }
  .main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-weather-title {
    display: none;
  }
  .main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-forecast-weather option {
    background: #238AF5 !important;
  }
  .main-content .event-calander-vs-add-event .climate-sec #climate-s .splw-main-wrapper {
    max-width: 100% !important;
  }
  .main-content .event-counter-vs-map {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .main-content .event-counter-vs-map .countdown {
    height: 167px;
    flex-shrink: 0;
    border-radius: 51px;
    background: #E1E7FE;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 1.0416666667vw;
    font-size: 2.34375vw;
  }
  .main-content .event-counter-vs-map .countdown div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .main-content .event-counter-vs-map .countdown div .count-value {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    letter-spacing: 3.2px;
  }
  .main-content .event-counter-vs-map .countdown div .period {
    color: #5FC0AC;
    font-family: "Spline Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    letter-spacing: 1px;
  }
  .main-content .event-counter-vs-map .event-description {
    color: #001759;
    text-align: justify;
    font-family: "Spline Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    letter-spacing: 0.9px;
  }
  .main-content .event-counter-vs-map .event-map .google-map iframe {
    border-radius: 51px 51px 0px 0px;
    height: 23.4375vw;
  }
  .main-content .event-counter-vs-map .event-map .direction-btn {
    padding: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .main-content .event-counter-vs-map .event-map .direction-btn .btn-direct {
    padding: 12px 48px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 48px;
    background: #001759;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  .main-content .event-counter-vs-map .event-map .direction-btn .btn-direct a {
    color: #fff;
    font-family: Grandstander;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%; /* 18.24px */
    letter-spacing: 3.36px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .main-content .event-counter-vs-map .social-share {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 52px;
  }
  .main-content .event-counter-vs-map .social-share .social-share-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.0416666667vw;
    align-items: center;
  }
  .main-content .event-counter-vs-map .social-share .social-share-div h1.social-title {
    color: #001759;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    text-transform: capitalize;
  }
  .main-content .event-counter-vs-map .social-share .social-share-div .social-icons {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .main-content .event-counter-vs-map .social-share .social-share-div .social-icons img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
}
h1, h2 {
  margin: 0;
}

.single-contend-wrapper {
  padding-bottom: 20px;
  padding-top: 80px;
}
.single-contend-wrapper .wrapper-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.single-contend-wrapper .wrapper-section .paragraph-text p {
  text-align: center;
  font-size: 13px;
  line-height: 33.66px;
  letter-spacing: 0.9px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.image-section-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  flex-direction: row-reverse;
  align-items: center;
}
.image-section-wrapper .img-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-section-wrapper .img-container .our-director-image {
  height: 450px;
  object-fit: cover;
  width: 100%;
  object-position: top;
  border-radius: 50px;
}
.image-section-wrapper .contend-container {
  width: 90%;
  margin: auto;
}
.image-section-wrapper .contend-container .paragraph-text {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.9px;
  text-align: justify;
}

.image-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.image-wrapper .section-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}
.image-wrapper .pb-65 {
  padding-top: 65px;
}
.image-wrapper .team-details {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.9px;
  width: 90%;
  margin: auto;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 40px;
}

.vision-mission-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.vision-mission-wrapper .vision-mission-image {
  width: 100%;
  display: none;
  position: relative;
}
.vision-mission-wrapper .vm-section {
  position: relative;
  width: 80%;
  margin: auto;
}
.vision-mission-wrapper .vm-section .vision-img, .vision-mission-wrapper .vm-section .mission-img {
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}
.vision-mission-wrapper .vm-section .vm-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 80%;
}
.vision-mission-wrapper .vm-section .vm-content .section-title {
  font-family: "Grandstander";
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.vision-mission-wrapper .vm-section .vm-content .section-title--white {
  color: #ffffff;
}
.vision-mission-wrapper .vm-section .vm-content .second-text {
  font-family: "Spline Sans";
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.2px;
}
.vision-mission-wrapper .vm-section .vm-content .second-text--white {
  color: #ffffff;
}
.vision-mission-wrapper .vm-section .vm-content .text-center {
  text-align: center;
}
.vision-mission-wrapper .vm-section .vm-content .pa-125 {
  width: 79%;
  margin: auto;
}
.vision-mission-wrapper .vm-section--vision {
  left: 3%;
  top: 6%;
}
.vision-mission-wrapper .vm-section--mission {
  top: 6%;
  right: 0;
}

.values-container .section-title {
  text-align: center;
  text-align: center;
  font-family: Grandstander;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 53.76px;
  text-transform: capitalize;
}
.values-container .section-title--blue {
  color: #001759;
}
.values-container .values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 7.8125vw;
}
.values-container .values-grid .value-card {
  position: relative;
  border-radius: 51px;
  text-align: center;
}
.values-container .values-grid .value-card .card-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 51px;
}
.values-container .values-grid .value-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 51px;
}
.values-container .values-grid .value-card .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #001759;
  text-align: center;
  font-family: Grandstander;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
  max-width: 400px;
}
.values-container .values-grid .value-card:nth-child(1) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(2) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(3) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(4) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(5) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(6) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(7) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(8) {
  height: 222px;
}
.values-container .values-grid .value-card:nth-child(9) {
  height: 464px;
}

@media only screen and (min-width: 600px) {
  .single-contend-wrapper {
    padding-bottom: 120px;
    padding-top: 80px;
  }
  .single-contend-wrapper .wrapper-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .single-contend-wrapper .wrapper-section .paragraph-text p {
    text-align: center;
    font-size: 13px;
    line-height: 33.66px;
    letter-spacing: 0.9px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title {
    text-align: center;
    font-size: 40px;
    line-height: 23px;
  }
  .image-section-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
    align-items: center;
  }
  .image-section-wrapper .img-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-section-wrapper .contend-container {
    width: 100%;
    margin: auto;
  }
  .image-section-wrapper .contend-container .paragraph-text {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.9px;
    text-align: justify;
  }
  .image-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-wrapper .section-title {
    text-align: center;
    font-size: 40px;
    line-height: 23px;
  }
  .image-wrapper .pb-65 {
    padding-top: 65px;
  }
  .image-wrapper .team-details {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.9px;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    text-align: center;
  }
  .vision-mission-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
  }
  .vision-mission-wrapper .vision-mission-image {
    width: 100%;
    display: block;
    position: relative;
  }
  .vision-mission-wrapper .vm-section {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .vision-mission-wrapper .vm-section .vision-img, .vision-mission-wrapper .vm-section .mission-img {
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
  }
  .vision-mission-wrapper .vm-section s .vm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 80%;
  }
  .vision-mission-wrapper .vm-section s .vm-content .section-title {
    font-family: "Grandstander";
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .vision-mission-wrapper .vm-section s .vm-content .section-title--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section s .vm-content .second-text {
    font-family: "Spline Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.2px;
  }
  .vision-mission-wrapper .vm-section s .vm-content .second-text--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section s .vm-content .text-center {
    text-align: center;
  }
  .vision-mission-wrapper .vm-section s .vm-content .pa-125 {
    width: 79%;
    margin: auto;
  }
  .vision-mission-wrapper .vm-section--vision {
    position: absolute;
    left: 3%;
    top: 6%;
  }
  .vision-mission-wrapper .vm-section--mission {
    position: absolute;
    top: 6%;
    right: 0;
  }
  .values-container .section-title {
    text-align: center;
    text-align: center;
    font-family: Grandstander;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.76px;
    text-transform: capitalize;
  }
  .values-container .section-title--blue {
    color: #001759;
  }
  .values-container .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 7.8125vw;
  }
  .values-container .values-grid .value-card {
    position: relative;
    border-radius: 51px;
    text-align: center;
  }
  .values-container .values-grid .value-card .card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #001759;
    text-align: center;
    font-family: Grandstander;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    max-width: 400px;
  }
  .values-container .values-grid .value-card:nth-child(1) {
    grid-row: span 2/span 2;
    height: 464px;
  }
  .values-container .values-grid .value-card:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 3;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 1;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(6) {
    grid-column-start: 3;
    grid-row-start: 2;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(7) {
    grid-column-start: 1;
    grid-row-start: 4;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(8) {
    grid-column-start: 2;
    grid-row-start: 4;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(9) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 3;
    height: 464px;
  }
}
@media only screen and (min-width: 768px) {
  .single-contend-wrapper {
    padding-bottom: 60px;
    padding-top: 80px;
  }
  .single-contend-wrapper .wrapper-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .single-contend-wrapper .wrapper-section .paragraph-text p {
    text-align: center;
    font-size: 13px;
    line-height: 33.66px;
    letter-spacing: 0.9px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title {
    text-align: center;
    font-size: 40px;
    line-height: 23px;
    padding-bottom: 20px;
  }
  .image-section-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
    align-items: center;
  }
  .image-section-wrapper .img-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-section-wrapper .contend-container {
    width: 100%;
  }
  .image-section-wrapper .contend-container .paragraph-text {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.9px;
    text-align: justify;
  }
  .image-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-wrapper .section-title {
    text-align: center;
    font-size: 40px;
    line-height: 23px;
  }
  .image-wrapper .pb-65 {
    padding-top: 65px;
  }
  .image-wrapper .team-details {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.9px;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    text-align: center;
  }
  .vision-mission-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
  }
  .vision-mission-wrapper .vision-mission-image {
    width: 100%;
    display: block;
    position: relative;
  }
  .vision-mission-wrapper .vm-section {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .vision-mission-wrapper .vm-section .vision-img, .vision-mission-wrapper .vm-section .mission-img {
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
  }
  .vision-mission-wrapper .vm-section .vm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 80%;
  }
  .vision-mission-wrapper .vm-section .vm-content .section-title {
    font-family: "Grandstander";
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .vision-mission-wrapper .vm-section .vm-content .section-title--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section .vm-content .second-text {
    font-family: "Spline Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.2px;
  }
  .vision-mission-wrapper .vm-section .vm-content .second-text--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section .vm-content .text-center {
    text-align: center;
  }
  .vision-mission-wrapper .vm-section .vm-content .pa-125 {
    width: 79%;
    margin: auto;
  }
  .vision-mission-wrapper .vm-section--vision {
    position: absolute;
    left: 3%;
    top: 6%;
  }
  .vision-mission-wrapper .vm-section--mission {
    position: absolute;
    top: 6%;
    right: 0;
  }
  .values-container .section-title {
    text-align: center;
    text-align: center;
    font-family: Grandstander;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.76px;
    text-transform: capitalize;
  }
  .values-container .section-title--blue {
    color: #001759;
  }
  .values-container .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 7.8125vw;
  }
  .values-container .values-grid .value-card {
    position: relative;
    border-radius: 51px;
    text-align: center;
  }
  .values-container .values-grid .value-card .card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #001759;
    text-align: center;
    font-family: Grandstander;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    max-width: 400px;
  }
  .values-container .values-grid .value-card:nth-child(1) {
    grid-row: span 2/span 2;
    height: 464px;
  }
  .values-container .values-grid .value-card:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 3;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 1;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(6) {
    grid-column-start: 3;
    grid-row-start: 2;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(7) {
    grid-column-start: 1;
    grid-row-start: 4;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(8) {
    grid-column-start: 2;
    grid-row-start: 4;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(9) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 3;
    height: 464px;
  }
}
@media only screen and (min-width: 992px) {
  .single-contend-wrapper {
    padding-bottom: 120px;
    padding-top: 80px;
  }
  .single-contend-wrapper .wrapper-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .single-contend-wrapper .wrapper-section .paragraph-text p {
    text-align: center;
    font-size: 13px;
    line-height: 33.66px;
    letter-spacing: 0.9px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title {
    text-align: center;
    font-size: 40px;
    line-height: 23px;
    padding-bottom: 60px;
  }
  .image-section-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    height: unset;
  }
  .image-section-wrapper .img-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-section-wrapper .contend-container {
    width: 50%;
  }
  .image-section-wrapper .contend-container .paragraph-text {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.9px;
    text-align: justify;
    padding-right: 20px;
  }
  .image-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-wrapper .section-title {
    text-align: center;
    font-size: 40px;
    line-height: 23px;
  }
  .image-wrapper .pb-65 {
    padding-top: 65px;
  }
  .image-wrapper .team-details {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.9px;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    text-align: center;
  }
  .vision-mission-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
  }
  .vision-mission-wrapper .vision-mission-image {
    width: 100%;
    display: block;
    position: relative;
  }
  .vision-mission-wrapper .vm-section {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .vision-mission-wrapper .vm-section .vision-img, .vision-mission-wrapper .vm-section .mission-img {
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
  }
  .vision-mission-wrapper .vm-section .vm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 80%;
  }
  .vision-mission-wrapper .vm-section .vm-content .section-title {
    font-family: "Grandstander";
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .vision-mission-wrapper .vm-section .vm-content .section-title--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section .vm-content .second-text {
    font-family: "Spline Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.2px;
  }
  .vision-mission-wrapper .vm-section .vm-content .second-text--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section .vm-content .text-center {
    text-align: center;
  }
  .vision-mission-wrapper .vm-section .vm-content .pa-125 {
    width: 79%;
    margin: auto;
  }
  .vision-mission-wrapper .vm-section--vision {
    position: absolute;
    left: 3%;
    top: 6%;
  }
  .vision-mission-wrapper .vm-section--mission {
    position: absolute;
    top: 6%;
    right: 0;
  }
  .values-container .section-title {
    text-align: center;
    text-align: center;
    font-family: Grandstander;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.76px;
    text-transform: capitalize;
  }
  .values-container .section-title--blue {
    color: #001759;
  }
  .values-container .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 7.8125vw;
  }
  .values-container .values-grid .value-card {
    position: relative;
    border-radius: 51px;
    text-align: center;
  }
  .values-container .values-grid .value-card .card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #001759;
    text-align: center;
    font-family: Grandstander;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    max-width: 400px;
  }
  .values-container .values-grid .value-card:nth-child(1) {
    grid-row: span 2/span 2;
    height: 464px;
  }
  .values-container .values-grid .value-card:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 3;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 1;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(6) {
    grid-column-start: 3;
    grid-row-start: 2;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(7) {
    grid-column-start: 1;
    grid-row-start: 4;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(8) {
    grid-column-start: 2;
    grid-row-start: 4;
    height: 222px;
  }
  .values-container .values-grid .value-card:nth-child(9) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 3;
    height: 464px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, h2 {
    margin: 0;
  }
  .section-title {
    text-align: center;
    text-align: center;
    font-family: Grandstander;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8vw;
    text-transform: capitalize;
    padding-bottom: 3.125vw;
  }
  .section-title--blue {
    color: #001759;
  }
  .section-title--white {
    color: #ffffff;
  }
  .single-contend-wrapper {
    padding-bottom: 6.25vw;
    padding-top: 4.1666666667vw;
  }
  .single-contend-wrapper .wrapper-section {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-contend-wrapper .wrapper-section .paragraph-text p {
    color: #001759;
    text-align: justify;
    font-family: "Spline Sans";
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.753125vw;
    letter-spacing: 0.046875vw;
    width: 107%;
  }
  .image-section-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .image-section-wrapper .img-container {
    width: 45%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .image-section-wrapper .img-container .our-director-image {
    height: 37.4479166667vw;
    object-fit: contain;
  }
  .image-section-wrapper .contend-container {
    width: 44%;
  }
  .image-section-wrapper .contend-container .paragraph-text {
    color: #001759;
    text-align: justify;
    font-family: "Spline Sans";
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.753125vw;
    letter-spacing: 0.046875vw;
  }
  .image-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-wrapper .section-title {
    text-align: center;
    text-align: center;
    font-family: Grandstander;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8vw;
    text-transform: capitalize;
  }
  .image-wrapper .section-title--blue {
    color: #001759;
  }
  .image-wrapper .pb-65 {
    padding-top: 65px;
  }
  .image-wrapper img {
    width: 100%;
  }
  .image-wrapper .team-details {
    color: #001759;
    text-align: center;
    font-family: "Spline Sans";
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.753125vw;
    letter-spacing: 0.046875vw;
    width: 80%;
    margin: auto;
    padding-top: 1.5625vw;
    padding-bottom: 3.8020833333vw;
  }
  .vision-mission-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5.2083333333vw;
  }
  .vision-mission-wrapper .vision-mission-image {
    width: 100%;
    display: block;
    position: relative;
  }
  .vision-mission-wrapper .vm-section {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .vision-mission-wrapper .vm-section .vision-img, .vision-mission-wrapper .vm-section .mission-img {
    height: 36.4583333333vw;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
  }
  .vision-mission-wrapper .vm-section .vm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 80%;
  }
  .vision-mission-wrapper .vm-section .vm-content .section-title {
    font-family: "Grandstander";
    font-size: 3.3333333333vw;
    font-weight: 600;
    text-transform: capitalize;
  }
  .vision-mission-wrapper .vm-section .vm-content .section-title--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section .vm-content .second-text {
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 2.3375vw;
    letter-spacing: 1.2px;
  }
  .vision-mission-wrapper .vm-section .vm-content .second-text--white {
    color: #ffffff;
  }
  .vision-mission-wrapper .vm-section .vm-content .text-center {
    text-align: center;
  }
  .vision-mission-wrapper .vm-section .vm-content .pa-125 {
    width: 79%;
    margin: auto;
  }
  .vision-mission-wrapper .vm-section--vision {
    position: absolute;
    left: 3%;
    top: 6%;
  }
  .vision-mission-wrapper .vm-section--mission {
    position: absolute;
    top: 6%;
    right: 0;
  }
  .values-container .section-title {
    text-align: center;
    text-align: center;
    font-family: Grandstander;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8vw;
    text-transform: capitalize;
  }
  .values-container .section-title--blue {
    color: #001759;
  }
  .values-container .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1.0416666667vw;
    padding-bottom: 7.8125vw;
  }
  .values-container .values-grid .value-card {
    position: relative;
    border-radius: 51px;
    text-align: center;
  }
  .values-container .values-grid .value-card .card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 51px;
  }
  .values-container .values-grid .value-card .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #001759;
    text-align: center;
    font-family: Grandstander;
    font-size: 1.6666666667vw;
    font-weight: 600;
    line-height: 1.5833333333vw;
    text-transform: capitalize;
    max-width: 20.8333333333vw;
  }
  .values-container .values-grid .value-card:nth-child(1) {
    grid-row: span 2/span 2;
    height: 24.1666666667vw;
  }
  .values-container .values-grid .value-card:nth-child(2) {
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 3;
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 1;
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(6) {
    grid-column-start: 3;
    grid-row-start: 2;
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(7) {
    grid-column-start: 1;
    grid-row-start: 4;
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(8) {
    grid-column-start: 2;
    grid-row-start: 4;
    height: 11.5625vw;
  }
  .values-container .values-grid .value-card:nth-child(9) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 3;
    height: 24.1666666667vw;
  }
}
.comp-title-section {
  padding: 90px 32px;
  background: #e1e7fe;
  border-radius: 0 0 51px 51px;
  position: relative;
}
.comp-title-section .section-inner-ts {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
}
.comp-title-section .section-inner-ts .title-left .title-section-title {
  color: #001759;
  text-align: center;
  font-family: Grandstander;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 84%; /* 30.24px */
  text-transform: capitalize;
  margin: 0;
}
.comp-title-section .section-inner-ts .title-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.comp-title-section .section-inner-ts .title-right .title-section-para {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
}
.comp-title-section .section-inner-ts .title-right .title-section-para .title-content {
  margin: 0;
}
.comp-title-section .section-inner-ts .title-right .cta-button {
  width: 50%;
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #001759;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.comp-title-section .section-inner-ts .title-right .cta-button:hover {
  background: rgba(0, 23, 89, 0.777);
}
.comp-title-section .section-inner-ts .title-right .cta-button a {
  color: #fff;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 18.24px */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 12px 48px;
}

.comp-title-section::after {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 250px;
  height: 125px;
  border-radius: 51px;
  flex-shrink: 0;
}

.comp-title-section::before {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 900;
  width: 60px;
  height: 150px;
  margin-top: -20px;
  flex-shrink: 0;
}

@media only screen and (min-width: 1200px) {
  .comp-title-section {
    display: flex;
    align-items: center;
    margin-top: 0;
    position: relative;
  }
  .comp-title-section .section-inner-ts {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .comp-title-section .section-inner-ts .title-left {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .comp-title-section .section-inner-ts .title-left .title-section-title {
    font-size: 5vw;
    text-align: left;
    margin-bottom: 2.6041666667vw;
    font-weight: 700;
    width: 14.5833333333vw;
  }
  .comp-title-section .section-inner-ts .title-right {
    width: 50%;
    display: flex;
    gap: 2.0833333333vw;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 3.3854166667vw;
  }
  .comp-title-section .section-inner-ts .title-section-para {
    font-family: "Spline Sans";
    text-align: left !important;
    font-size: 0.9375vw;
  }
  .comp-title-section::after {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 33.4571354167vw;
    height: 27.9091666667vw;
    flex-shrink: 0;
  }
  .comp-title-section::before {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 800;
    width: 19.0104166667vw;
    height: 46.6145833333vw;
    margin-top: -5.7525vw;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1700px) {
  .comp-title-section {
    height: 45.1041666667vw;
  }
}
.comp-home-services-section {
  padding: 40px 32px 80px;
  margin-top: 40px;
  background: #fff;
}
.comp-home-services-section .section-inner-hs {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
}
.comp-home-services-section .section-inner-hs .hs-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-left .hs-section-title {
  color: #001759;
  text-align: center;
  font-family: Grandstander;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 84%; /* 30.24px */
  text-transform: capitalize;
  margin: 0;
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-section-para {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-section-para .hs-service-content {
  margin: 0;
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-cta-button {
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #001759;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-cta-button:hover {
  background: rgba(0, 23, 89, 0.777);
}
.comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-cta-button a {
  color: #fff;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 18.24px */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 12px 48px;
}

.hs-bottom-section {
  margin-bottom: 60px;
  position: relative;
}
.hs-bottom-section .custom-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.hs-bottom-section .custom-prev img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.hs-bottom-section .custom-prev img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.hs-bottom-section .custom-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.hs-bottom-section .custom-next img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.hs-bottom-section .custom-next img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.hs-bottom-section .slick-dotted.slick-slider {
  margin-bottom: 120px;
}
.hs-bottom-section .hs-slider {
  position: relative;
  margin-bottom: 120px;
}
.hs-bottom-section .hs-slider .slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -65px;
}
.hs-bottom-section .hs-slider .slick-dots li {
  margin: 0 0.45rem;
}
.hs-bottom-section .hs-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 5px solid #001759;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}
.hs-bottom-section .hs-slider .slick-dots li.slick-active button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 5px solid #001759;
  border-radius: 100%;
  background-color: transparent;
}
.hs-bottom-section .hs-slider .single-service {
  border-radius: 33px;
  background: #5fc0ac;
  padding: 36px;
  text-align: center;
  margin: 1px;
  transition: 0.7s;
}
.hs-bottom-section .hs-slider .single-service .service-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.hs-bottom-section .hs-slider .single-service .service-div .service-icon-sec {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.41);
  opacity: 0.62;
}
.hs-bottom-section .hs-slider .single-service .service-div .service-icon-sec .service-icon {
  width: 47px;
  height: 46px;
  flex-shrink: 0;
}
.hs-bottom-section .hs-slider .single-service .service-div .hs-service-title {
  margin: 0;
  color: #001759;
  text-align: center;
  font-family: Grandstander;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%; /* 22.8px */
  text-transform: capitalize;
  min-height: 68px;
}
.hs-bottom-section .hs-slider .single-service .service-div .hs-service-para .hs-service-content {
  min-height: 137px;
}
.hs-bottom-section .hs-slider .single-service .service-div .hs-service-cta-button {
  height: 40px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #001759;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.hs-bottom-section .hs-slider .single-service .service-div .hs-service-cta-button:hover {
  background: rgba(0, 23, 89, 0.777);
}
.hs-bottom-section .hs-slider .single-service .service-div .hs-service-cta-button a {
  color: #fff;
  font-family: Grandstander;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 18.24px */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 48px;
  display: block;
}
.hs-bottom-section .service-btn-div .hs-cta-button-under {
  display: none;
}
.hs-bottom-section .service-btn-div .hs-cta-button-under:hover {
  background: rgba(0, 23, 89, 0.777);
}

@media only screen and (min-width: 600px) {
  .hs-bottom-section .hs-slider .single-service .service-div .hs-service-para .hs-service-content {
    min-height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .hs-bottom-section .hs-slider .single-service .service-div .hs-service-para .hs-service-content {
    min-height: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-home-services-section {
    display: flex;
    align-items: center;
    padding: 4.6875vw 1.6666666667vw 0;
    margin-top: 2.0833333333vw;
  }
  .comp-home-services-section .section-inner-hs .hs-top-section {
    padding: 0 12.5vw;
    margin-bottom: 3.2083333333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .comp-home-services-section .section-inner-hs .hs-top-section .services-left {
    width: 50%;
  }
  .comp-home-services-section .section-inner-hs .hs-top-section .services-left .hs-section-title {
    font-size: 3.3333333333vw;
    text-align: left;
    margin-bottom: 2.6041666667vw;
    font-weight: 700;
    width: 20.8333333333vw;
  }
  .comp-home-services-section .section-inner-hs .hs-top-section .services-right {
    width: 50%;
    display: flex;
    gap: 2.0833333333vw;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-section-para {
    font-family: "Spline Sans";
    text-align: left !important;
    font-size: 0.9375vw;
    letter-spacing: 0.046875vw;
  }
  .comp-home-services-section .section-inner-hs .hs-top-section .services-right .hs-cta-button {
    display: none;
  }
  .hs-bottom-section {
    position: relative;
    padding: 0vw 4.7916666667vw 0.7916666667vw 4.7916666667vw;
    margin-bottom: 3.125vw;
  }
  .hs-bottom-section .custom-prev {
    position: absolute;
    top: -4.6875vw;
    bottom: 0;
    margin: auto;
    left: 1rem;
    background: transparent;
    padding-right: 3.125vw;
  }
  .hs-bottom-section .custom-prev img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .hs-bottom-section .custom-next {
    position: absolute;
    top: -4.6875vw;
    bottom: 0;
    margin: auto;
    right: 1rem;
    background: transparent;
    padding-left: 3.125vw;
  }
  .hs-bottom-section .custom-next img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .hs-bottom-section .hs-slider {
    position: relative;
    margin-bottom: 0vw;
  }
  .hs-bottom-section .hs-slider .slick-list {
    padding: 1.5625vw 0vw;
  }
  .hs-bottom-section .hs-slider .single-service {
    border-radius: 2.65625vw;
    padding: 3.3072916667vw 2.2916666667vw;
    margin: 0;
  }
  .hs-bottom-section .hs-slider .single-service .service-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6770833333vw;
  }
  .hs-bottom-section .hs-slider .single-service .service-div .service-icon-sec {
    width: 7.6041666667vw;
    height: 7.6041666667vw;
    border-radius: 5.2083333333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: rgba(255, 255, 255, 0.41);
    opacity: 0.28;
  }
  .hs-bottom-section .hs-slider .single-service .service-div .service-icon-sec .service-icon {
    width: 4.3229166667vw;
    height: 4.3229166667vw;
    flex-shrink: 0;
  }
  .hs-bottom-section .hs-slider .single-service .service-div .hs-service-title {
    margin: 0;
    font-size: 1.875vw;
    min-height: 5.34375vw;
  }
  .hs-bottom-section .hs-slider .single-service .service-div .hs-service-para .hs-service-content {
    display: block;
    font-size: 0.9375vw;
    letter-spacing: 0.046875vw;
    margin-top: 1.0416666667vw;
    color: #001759;
    font-family: "Spline Sans";
    min-height: 8.9583333333vw;
  }
  .hs-bottom-section .hs-slider .single-service .service-div .hs-service-cta-button {
    height: 2.4479166667vw;
    border-radius: 2.5vw;
    display: none;
  }
  .hs-bottom-section .hs-slider .single-service .service-div .hs-service-cta-button a {
    text-align: center;
    font-size: 1.0416666667vw;
    letter-spacing: 0.21875vw;
    padding: 0.8854166667vw 3.1770833333vw;
  }
  .hs-bottom-section .hs-slider .single-service:hover {
    cursor: pointer;
    min-height: 19.53125vw;
    margin-top: -1.5625vw;
    transition: 0.7s;
  }
  .hs-bottom-section .hs-slider .single-service:hover .hs-service-cta-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  .hs-bottom-section .service-btn-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3.125vw;
  }
  .hs-bottom-section .service-btn-div .hs-cta-button-under {
    display: block;
    height: 40px;
    flex-shrink: 0;
    border-radius: 48px;
    background: #001759;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  .hs-bottom-section .service-btn-div .hs-cta-button-under a {
    color: #fff;
    font-family: Grandstander;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%; /* 18.24px */
    letter-spacing: 3.36px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 12px 48px;
  }
  .hs-bottom-section::after {
    content: unset;
    position: absolute;
    height: min-content;
    width: 100%;
    height: 8.0729166667vw;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -6.25vw;
  }
}
.comp-home-testimonials-section {
  padding: 90px 32px;
  margin-top: 40px;
  background: #fff;
}
.comp-home-testimonials-section .section-inner-ht {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
}
.comp-home-testimonials-section .section-inner-ht .ht-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
  gap: 60px;
}
.comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-left .ht-section-title {
  color: #001759;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 84%; /* 30.24px */
  text-transform: capitalize;
  margin: 0;
}
.comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-right .ht-section-para {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
}
.comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-right .ht-section-para .ht-testimonial-content {
  margin: 0;
}

.ht-bottom-section {
  margin-bottom: 60px;
  position: relative;
}
.ht-bottom-section .custom-prev-t {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.ht-bottom-section .custom-prev-t img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.ht-bottom-section .custom-next-t {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.ht-bottom-section .custom-next-t img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.ht-bottom-section .ht-slider {
  position: relative;
  margin-bottom: 120px !important;
}
.ht-bottom-section .ht-slider .slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -65px;
}
.ht-bottom-section .ht-slider .slick-dots li {
  margin: 0 0.45rem;
}
.ht-bottom-section .ht-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 5px solid #001759;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}
.ht-bottom-section .ht-slider .slick-dots li.slick-active button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 5px solid #001759;
  border-radius: 100%;
  background-color: transparent;
}
.ht-bottom-section .ht-slider .single-testimonial {
  border-radius: 33px;
  background: #5fc0ac;
  padding: 36px;
  text-align: center;
  margin: 0 30px;
  width: 316px;
  background-color: #5fc0ac;
}
.ht-bottom-section .ht-slider .single-testimonial .testimonial-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.ht-bottom-section .ht-slider .single-testimonial .testimonial-div .testimonial-icon-sec .testimonial-icon {
  color: #001759;
  text-align: justify;
  font-family: Grandstander;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%; /* 179.52px */
  letter-spacing: 4.8px;
  margin: 0;
  height: 96px;
}
.ht-bottom-section .ht-slider .single-testimonial .testimonial-div .ht-testimonial-para .ht-testimonial-content {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
  margin: 0;
}
.ht-bottom-section .ht-slider .single-testimonial .testimonial-div .ht-testimonial-title {
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 187%; /* 29.92px */
  letter-spacing: 0.8px;
}
.ht-bottom-section .ht-slider .single-testimonial .testimonial-div .ht-testimonial-title .person-address-style {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187%;
  letter-spacing: 0.8px;
}

@media only screen and (min-width: 1200px) {
  .comp-home-testimonials-section {
    display: flex;
    align-items: center;
    padding: 4.6875vw 1.6666666667vw 0;
  }
  .comp-home-testimonials-section .section-inner-ht .ht-top-section {
    padding: 0 12.5vw;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-left {
    width: 50%;
  }
  .comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-left .ht-section-title {
    font-size: 3.3333333333vw;
    text-align: left;
    margin-bottom: 2.6041666667vw;
    font-weight: 700;
    width: 14.5833333333vw;
  }
  .comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-right {
    width: 50%;
    display: flex;
    gap: 2.0833333333vw;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-right .ht-section-para {
    font-family: "Spline Sans";
    text-align: left !important;
    font-size: 0.9375vw;
    letter-spacing: 0.046875vw;
    color: #001759;
    text-align: justify;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
  }
  .comp-home-testimonials-section .section-inner-ht .ht-top-section .testimonial-right .ht-section-para .ht-testimonial-content {
    min-height: 11.0625vw;
  }
  .ht-bottom-section {
    position: relative;
    padding: 0 4.7916666667vw;
    margin-bottom: 200px;
  }
  .ht-bottom-section .custom-prev-t {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2rem;
    background: transparent;
    padding-right: 3.125vw;
  }
  .ht-bottom-section .custom-prev-t img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .ht-bottom-section .custom-next-t {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2rem;
    background: transparent;
    padding-left: 3.125vw;
  }
  .ht-bottom-section .custom-next-t img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .ht-bottom-section .ht-slider {
    margin-bottom: 0vw;
  }
  .ht-bottom-section .ht-slider .single-testimonial {
    border-radius: 33px;
    background: transparent;
    box-shadow: 0px 4px 54.9px 0px rgba(0, 0, 0, 0.24);
    padding: 36px;
    text-align: center;
    margin: 50px;
  }
  .ht-bottom-section .ht-slider .single-testimonial .testimonial-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .ht-bottom-section .ht-slider .single-testimonial .testimonial-div .testimonial-icon-sec .testimonial-icon {
    color: #001759;
    text-align: justify;
    font-family: Grandstander;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%; /* 179.52px */
    letter-spacing: 4.8px;
    margin: 0;
    height: 96px;
  }
  .ht-bottom-section .ht-slider .single-testimonial .testimonial-div .ht-testimonial-para .ht-testimonial-content {
    color: #001759;
    text-align: center;
    font-family: "Spline Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%; /* 29.92px */
    letter-spacing: 0.8px;
    margin: 0;
  }
  .ht-bottom-section .ht-slider .single-testimonial .testimonial-div .ht-testimonial-title {
    color: #001759;
    text-align: center;
    font-family: "Spline Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 187%; /* 29.92px */
    letter-spacing: 0.8px;
  }
  .ht-bottom-section .ht-slider .single-testimonial .testimonial-div .ht-testimonial-title .person-address-style {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    letter-spacing: 0.8px;
  }
  .ht-bottom-section .ht-slider .single-testimonial:hover {
    background-color: #5fc0ac;
    cursor: pointer;
    min-height: 19.53125vw;
  }
}
.cmp-home-event-listing {
  padding: 90px 32px;
  margin-top: 40px;
  background-color: #001759;
  border-radius: 0 0 51px 51px;
  position: relative;
}
.cmp-home-event-listing .cmp-home-event-listing-top {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
  padding-bottom: 50px;
}
.cmp-home-event-listing .cmp-home-event-listing-top .section-inner-he {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 0;
  gap: 60px;
}
.cmp-home-event-listing .cmp-home-event-listing-top .section-inner-he .he-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 84%; /* 30.24px */
  text-transform: capitalize;
  margin: 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 999;
  gap: 20px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker {
  width: 100%;
  z-index: 400;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home {
  border-radius: 51px;
  background: #E1E7FE;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 408px;
  /* General Calendar Styling */
  /* Header Styling */
  /* Days of the Week Styling */
  /* Days Styling */
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home #calendar-home {
  background-color: transparent;
  border-radius: 15px;
  padding: 10px;
  width: 90%;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header .vanilla-calendar-arrow_prev::before {
  display: none;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header .vanilla-calendar-arrow_next::before {
  display: none;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header button:nth-child(2) {
  color: #f5a623; /* Gold/Yellow */
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header__content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  white-space: pre-wrap;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header__content button {
  font-size: 1.5rem;
  color: #0f2b71; /* Dark blue */
  background: none;
  border: none;
  cursor: pointer;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-year {
  color: #f5a623; /* Gold/Yellow */
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 0;
  height: 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_prev::before,
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #0f2b71; /* Arrow color */
  border-width: 0 2px 2px 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_prev::before {
  transform: rotate(135deg);
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_next::before {
  transform: rotate(-45deg);
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-week {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-week__day {
  font-weight: bold;
  color: rgba(0, 23, 89, 0.57);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  text-transform: capitalize;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn {
  background-color: transparent;
  border: none;
  color: #0f2b71; /* Default day color */
  font-size: 1.2rem;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn:hover {
  background-color: #e1e7ff; /* Hover state */
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_selected {
  background-color: #f5a623; /* Yellow/Gold for selected date */
  color: white;
  font-weight: bold;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_today {
  font-weight: normal;
  background-color: transparent;
  color: #001759;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_weekend {
  color: #0f2b71; /* Keeping the weekend color consistent */
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_selected {
  filter: drop-shadow(0px 0px 25.2px rgba(0, 0, 0, 0.3));
  width: 40px;
  height: 40px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-prev-ev {
  position: absolute;
  top: 0;
  bottom: 4rem;
  margin: auto;
  left: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-prev-ev img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-next-ev {
  position: absolute;
  top: 0;
  bottom: 4rem;
  margin: auto;
  right: 0;
  z-index: 999;
  border: 0;
  background: transparent;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-next-ev img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container {
  width: 100%;
  position: relative;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-details {
  padding: 0 75px 75px;
  background-color: #FAA500;
  border-radius: 51px;
  width: 100%;
  z-index: 500;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-date {
  background-color: #fff;
  height: 95px;
  font-weight: bold;
  text-align: center;
  min-width: 60px;
  justify-content: end;
  display: flex;
  flex-direction: column;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-date .month {
  display: block;
  color: #001759;
  text-align: center;
  font-family: "Spline Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-date .day {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  padding-top: 10px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info {
  flex: 1;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  flex-direction: column;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info h2 {
  margin: 0;
  color: #001759;
  font-family: "Grandstander";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
  max-width: 366px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info .add-calendar {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #001759;
  font-family: "Spline Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.2px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info .add-calendar span.calendar-text {
  text-decoration: underline;
  padding-left: 20px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info .add-calendar .pluse {
  border-radius: 50%;
  border: 2px #000 solid;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: 100;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info .add-calendar:hover {
  color: #002b5c;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location {
  display: block;
  justify-content: space-between;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  padding: 15px 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location-box img.location-img {
  width: 25px;
  height: 25px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  padding: 15px 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time-box img.time-img {
  width: 25px;
  height: 25px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time .only-hour {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.8px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time i {
  margin-right: 5px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time .ampm {
  color: rgba(0, 23, 89, 0.57);
  font-family: "Spline Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.2px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location {
  color: #001759;
  font-family: "Spline Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location i {
  margin-right: 5px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-description {
  color: #001759;
  text-align: justify;
  font-family: "Spline Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.66px;
  letter-spacing: 0.9px;
  max-width: 850px;
  padding: 15px 0;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions {
  justify-content: flex-start;
  gap: 15px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions .share-box {
  display: none;
  border-radius: 50%;
  border: 2px #000 solid;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: 100;
  object-fit: contain;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 61px;
  border-radius: 48px;
  background: #001759;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: Grandstander;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100%;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions a:hover {
  background-color: #001f5b;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions .btn-book-event {
  background-color: transparent;
  border: 1px solid #001759;
  color: #001759;
}
.cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions .btn-book-event:hover {
  background-color: #ffb600;
  color: #fff;
}

.cmp-home-event-listing::before {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 200;
  width: 19.0104166667vw;
  height: 46.6145833333vw;
  margin-top: 5px;
  flex-shrink: 0;
}

.cmp-home-event-listing::after {
  content: "";
  position: absolute;
  height: min-content;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 33.4571354167vw;
  height: 27.9091666667vw;
  flex-shrink: 0;
}

@media only screen and (min-width: 1200px) {
  .cmp-home-event-listing {
    padding: 0 4.9479166667vw 4.9479166667vw;
    background-color: #001759;
    border-radius: 0 0 2.65625vw 2.65625vw;
    position: relative;
  }
  .cmp-home-event-listing .cmp-home-event-listing-top {
    display: flex;
    padding: 0 12.5vw;
    justify-content: center;
    margin-bottom: 4.1666666667vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-top .section-inner-he {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cmp-home-event-listing .cmp-home-event-listing-top .section-inner-he .he-section-title {
    font-size: 3.3333333333vw;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 84%; /* 53.76px */
    text-transform: capitalize;
    padding-bottom: 0px;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item {
    border-radius: 2.65625vw;
    margin-bottom: 2.0833333333vw;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    z-index: 999;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker {
    width: 40%;
    z-index: 400;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home {
    border-radius: 2.65625vw;
    background: #E1E7FE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* General Calendar Styling */
    /* Header Styling */
    /* Days of the Week Styling */
    /* Days Styling */
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home #calendar-home {
    background-color: transparent;
    border-radius: 15px;
    padding: 10px;
    width: 90%;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header button:nth-child(2) {
    color: #f5a623; /* Gold/Yellow */
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header__content {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    white-space: pre-wrap;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-header__content button {
    font-size: 1.5rem;
    color: #0f2b71; /* Dark blue */
    background: none;
    border: none;
    cursor: pointer;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-year {
    color: #f5a623; /* Gold/Yellow */
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow {
    background: none;
    border: none;
    cursor: pointer;
    width: 0;
    height: 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_prev::before,
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_next::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #0f2b71; /* Arrow color */
    border-width: 0 2px 2px 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_prev::before {
    transform: rotate(135deg);
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-arrow_next::before {
    transform: rotate(-45deg);
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-week {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-week__day {
    font-weight: bold;
    color: rgba(0, 23, 89, 0.57);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    text-transform: capitalize;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn {
    background-color: transparent;
    border: none;
    color: #0f2b71; /* Default day color */
    font-size: 1.2rem;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn:hover {
    background-color: #e1e7ff; /* Hover state */
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_selected {
    background-color: #f5a623; /* Yellow/Gold for selected date */
    color: white;
    font-weight: bold;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_today {
    font-weight: normal;
    background-color: transparent;
    color: #001759;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_weekend {
    color: #0f2b71; /* Keeping the weekend color consistent */
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-date-picker .event-calandar-home .vanilla-calendar-day__btn_selected {
    filter: drop-shadow(0px 0px 25.2px rgba(0, 0, 0, 0.3));
    width: 40px;
    height: 40px;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-prev-ev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0rem;
    background: transparent;
    padding-right: 3.125vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-prev-ev img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-next-ev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0rem;
    background: transparent;
    padding-left: 3.125vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .custom-next-ev img {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container {
    width: 60%;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-details {
    padding: 0 3.90625vw 3.90625vw;
    background-color: #FAA500;
    border-radius: 2.65625vw;
    width: 100%;
    z-index: 500;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 0.1041666667vw solid rgba(255, 255, 255, 0.22);
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-date {
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 3.125vw;
    justify-content: end;
    display: flex;
    flex-direction: column;
    width: 4.5833333333vw;
    height: 9.59375vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-date .month {
    display: block;
    color: #001759;
    text-align: center;
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1875vw;
    text-transform: capitalize;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-date .day {
    font-size: 3.3333333333vw;
    font-weight: 600;
    line-height: 3.1666666667vw;
    padding-top: 0.5208333333vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info {
    flex: 1;
    padding-left: 1.0416666667vw;
    display: flex;
    justify-content: space-between;
    padding-top: 3.90625vw;
    flex-direction: row;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info h2 {
    margin: 0;
    color: #001759;
    font-family: Grandstander;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6vw;
    text-transform: capitalize;
    max-width: 19.0625vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info a.add-calendar {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #001759;
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3375vw;
    letter-spacing: 0.0625vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info a.add-calendar span.calendar-text {
    text-decoration: underline;
    padding-left: 1.0416666667vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info a.add-calendar .pluse {
    border-radius: 50%;
    border: 0.1041666667vw #000 solid;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 2.6041666667vw;
    font-weight: 100;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-header .event-info a.add-calendar:hover {
    color: #002b5c;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location {
    display: block;
    justify-content: space-between;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location-box {
    display: flex;
    align-items: center;
    gap: 0.78125vw;
    border-bottom: 0.1041666667vw solid rgba(255, 255, 255, 0.22);
    padding: 0.78125vw 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location-box img.location-img {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time-box {
    display: flex;
    align-items: center;
    gap: 0.78125vw;
    border-bottom: 0.1041666667vw solid rgba(255, 255, 255, 0.22);
    padding: 0.78125vw 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time-box img.time-img {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3375vw;
    letter-spacing: 0.0625vw;
    display: flex;
    align-items: center;
    gap: 0.2604166667vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time .only-hour {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.50625vw;
    letter-spacing: 0.09375vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time i {
    margin-right: 0.2604166667vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .time .ampm {
    color: rgba(0, 23, 89, 0.57);
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.50625vw;
    letter-spacing: 0.0625vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location {
    color: #001759;
    font-family: "Spline Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3375vw;
    letter-spacing: 0.0625vw;
    display: flex;
    align-items: center;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-time-location .location i {
    margin-right: 0.2604166667vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-description {
    color: #001759;
    text-align: justify;
    font-family: "Spline Sans";
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.753125vw;
    letter-spacing: 0.046875vw;
    max-width: 44.2708333333vw;
    padding: 0.78125vw 0;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions {
    display: flex;
    justify-content: flex-start;
    gap: 0.78125vw;
    padding-top: 2.6041666667vw;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions .share-box {
    display: none;
    border-radius: 50%;
    border: 0.1041666667vw #000 solid;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 2.6041666667vw;
    font-weight: 100;
    object-fit: contain;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.625vw 3.1770833333vw;
    border-radius: 2.5vw;
    background: #001759;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Grandstander;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875vw;
    letter-spacing: 0.21875vw;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 35%;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions a:hover {
    background-color: #001f5b;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions .btn-book-event {
    background-color: transparent;
    border: 0.0520833333vw solid #001759;
    color: #001759;
  }
  .cmp-home-event-listing .cmp-home-event-listing-bottom .home-event-item .event-card-container .event-slider-wrapper .event-actions .btn-book-event:hover {
    background-color: #ffb600;
    color: #fff;
  }
  .cmp-home-event-listing::before {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 200;
    width: 19.0104166667vw;
    height: 46.6145833333vw;
    margin-top: -5.7525vw;
    flex-shrink: 0;
  }
  .cmp-home-event-listing::after {
    content: "";
    position: absolute;
    height: min-content;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 33.4571354167vw;
    height: 27.9091666667vw;
    flex-shrink: 0;
  }
}