@charset "UTF-8";
/* One should use it like this

.example {
  font-size: calculate-values (12, 20, 768, 1280);
*/
@font-face {
  font-family: Futura;
  src: url(../fonts/futura/futura-bold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url(../fonts/futura/futura-light.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url(../fonts/futura/futura-medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url(../fonts/futura/futura-title.ttf);
  font-weight: 700;
  font-style: normal;
}
/* stylelint-disable */
/* stylelint-enable */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.slick-initialized {
  overflow: hidden;
}

body {
  font-family: "Futura", sans-serif;
}

.container, .news-and-events-view, .contact-us, .our-team-view .all-team-members, #block-ourvisionandmission, .text-with-image, .logos__carousel, .footer-fifth, .info-message, .error-message, .success-message {
  padding-inline: 24px;
  margin-inline: auto;
}
@media (min-width: 1280px) {
  .container, .news-and-events-view, .contact-us, .our-team-view .all-team-members, #block-ourvisionandmission, .text-with-image, .logos__carousel, .footer-fifth, .info-message, .error-message, .success-message {
    max-width: 1180px;
  }
}
@media (min-width: 1680px) {
  .container, .news-and-events-view, .contact-us, .our-team-view .all-team-members, #block-ourvisionandmission, .text-with-image, .logos__carousel, .footer-fifth, .info-message, .error-message, .success-message {
    max-width: 1440px;
  }
}

.social-icon {
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}

.facebook {
  background-image: url("../icons/social-icons/rounded/facebook.svg");
}

.youtube {
  background-image: url("../icons/social-icons/rounded/youtube.svg");
}

.twitter {
  background-image: url("../icons/social-icons/rounded/twitter.svg");
}

.pinterest {
  background-image: url("../icons/social-icons/rounded/pinterest.svg");
}

.instagram {
  background-image: url("../icons/social-icons/rounded/instagram.svg");
}

.linkedin {
  background-image: url("../icons/social-icons/rounded/linkedin.svg");
}

.googleplus {
  background-image: url("../icons/social-icons/rounded/googleplus.svg");
}

.whatsapp {
  background-image: url("../icons/social-icons/rounded/whatsapp.svg");
}

.snapchat {
  background-image: url("../icons/social-icons/rounded/snapchat.svg");
}

.feed {
  background-image: url("../icons/social-icons/rounded/feed.svg");
}

.flipboard {
  background-image: url("../icons/social-icons/rounded/flipboard.svg");
}

.messenger {
  background-image: url("../icons/social-icons/rounded/messenger.svg");
}

.reddit {
  background-image: url("../icons/social-icons/rounded/reddit.svg");
}

.skype {
  background-image: url("../icons/social-icons/rounded/skype.svg");
}

.success-message {
  position: fixed;
  z-index: 50;
  top: 80px;
  right: 0;
  left: 0;
  padding: 1.5rem 3.5rem;
  padding-left: 6rem;
  color: black;
  border: 2px solid #cfe8d3;
  border-radius: 8px;
  background-color: #f1f8f4;
}
.success-message::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  content: "✓";
  transform: translate(30%, -50%);
  color: #51dc6c;
  border: 10px solid #51dc6c;
  border-radius: 50%;
  background-color: white;
  font-size: 1.5rem;
}

.error-message {
  position: fixed;
  z-index: 50;
  top: 80px;
  right: 0;
  left: 0;
  padding: 1.5rem 3.5rem;
  padding-left: 6rem;
  color: black;
  border: 2px solid #ecc1b6;
  border-radius: 8px;
  background-color: #faeeea;
}
.error-message::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  content: "❌";
  transform: translate(30%, -50%);
  color: #fb5858;
  border: 10px solid #fb5858;
  border-radius: 50%;
  background-color: white;
  font-size: 11px;
}

.info-message {
  position: fixed;
  z-index: 50;
  top: 80px;
  right: 0;
  left: 0;
  padding: 1.5rem 3.5rem;
  padding-left: 6rem;
  color: black;
  border: 2px solid #ffd56c;
  border-radius: 8px;
  background-color: #fff9c4;
}
.info-message::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  content: "!";
  transform: translate(30%, -50%);
  color: #e9ba43;
  border: 10px solid #e9ba43;
  border-radius: 50%;
  background-color: white;
  font-size: 22px;
  font-weight: bold;
}

.message-wrapper {
  position: relative;
}
.message-wrapper .cross {
  position: absolute;
  top: -8px;
  right: 4px;
  cursor: pointer;
  color: gray;
  font-size: 1.5rem;
}

.pager {
  margin-top: 52px;
}
.pager ul.pager__items {
  display: flex;
  gap: 8px;
  list-style: none;
  justify-content: end;
}
.pager ul.pager__items li.pager__item a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Futura", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #F1F1F1;
}
.pager ul.pager__items li.pager__item.is-active a {
  background-color: #dc101b;
  color: white;
}

body {
  overflow-x: hidden;
}

.menubar {
  height: 110px;
  background-color: white;
  border-bottom: 1px solid gray;
  display: flex;
  align-items: center;
}
.menubar .menu-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .menubar .menu-wrapper {
    gap: 80px;
  }
}
.menubar .menu-wrapper .logo-link-wrapper img {
  width: 237px;
  height: 75px;
  object-fit: contain;
}
.menubar .menu-wrapper .menu-main-block {
  position: absolute;
  top: 110px;
  right: 0;
  width: 0;
  background-color: white;
  z-index: 10;
  height: calc(100vh - 110px);
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  -webkit-box-shadow: -16px 27px 57px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -16px 27px 57px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -16px 27px 57px -8px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block {
    justify-self: end;
  }
}
.menubar .menu-wrapper .menu-main-block.menu-opened {
  width: 360px;
}
@media (min-width: 768px) {
  .menubar .menu-wrapper .menu-main-block.menu-opened {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block {
    display: block;
    position: unset;
    background: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    transition: unset;
    transform: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
}
.menubar .menu-wrapper .menu-main-block .menu-items {
  overflow-x: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  display: flex;
  align-items: start;
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block .menu-items {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item {
  padding: 30px;
  border-bottom: 1px solid rgb(164, 164, 164);
  width: 100%;
  position: relative;
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block .menu-items > .menu-item {
    width: unset;
    padding: 0;
    border-bottom: 0;
  }
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item a {
  color: #111010;
  font-family: "Futura", sans-serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item a.is-active {
  color: #7B1042;
  font-weight: 700;
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item[child=yes] {
  position: relative;
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item[child=yes]::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M1.07324 1L5.00259 4.92935" stroke="%23C23E3E" stroke-width="2" stroke-linecap="round"/><path d="M9.21973 1L5.29038 4.92935" stroke="%23C23E3E" stroke-width="2" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 40px;
  translate: -50%;
  left: 50%;
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block .menu-items > .menu-item[child=yes]::after {
    top: 65px;
    translate: -50% 0;
  }
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block .menu-items > .menu-item[child=yes] {
    display: flex;
    height: 100px;
    align-items: center;
  }
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item:hover > .menu-items {
  display: block;
  padding-top: 1rem;
  padding-left: 2rem;
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block .menu-items > .menu-item:hover > .menu-items {
    padding: 8px 1rem;
  }
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item .menu-items {
  display: none;
  padding: 0;
  list-style: none;
  background: white;
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .menu-main-block .menu-items > .menu-item .menu-items {
    position: absolute;
    box-shadow: 1px 7px 17px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 7px 17px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 7px 17px -2px rgba(0, 0, 0, 0.75);
    padding: 8px 1rem;
    border-radius: 4px;
    width: 200px;
    top: 80px;
  }
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item .menu-items > .menu-item {
  padding-bottom: 8px;
  padding-top: 8px;
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item .menu-items > .menu-item:hover {
  border-bottom: 1px solid black;
}
.menubar .menu-wrapper .menu-main-block .menu-items > .menu-item .menu-items > .menu-item:last-child {
  border-bottom: 0;
}
.menubar .menu-wrapper .hamburger {
  justify-self: flex-end;
  cursor: pointer;
}
.menubar .menu-wrapper .hamburger svg {
  width: 40px;
  height: 40px;
}
.menubar .menu-wrapper .hamburger.closed-menu {
  display: block;
}
@media (min-width: 1280px) {
  .menubar .menu-wrapper .hamburger.closed-menu {
    display: none;
  }
}

.d-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .overflow-hidden {
    overflow: unset;
  }
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 110px;
  width: 100%;
  height: calc(100vh - 110px);
  background-color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 1280px) {
  .overlay::after {
    content: unset;
  }
}

p,
li,
.body,
.contact-us__first-name input,
.contact-us__first-name textarea,
.contact-us__last-name input,
.contact-us__last-name textarea,
.contact-us__email input,
.contact-us__email textarea,
.contact-us__phone-number input,
.contact-us__phone-number textarea,
.contact-us__message input,
.contact-us__message textarea,
.contact-us__first-name label,
.contact-us__last-name label,
.contact-us__email label,
.contact-us__phone-number label,
.contact-us__message label,
.our-team-view .all-team-members a .our-team__designation p {
  color: #000;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.cta, .contact-us__submit, .parallax-image a {
  color: #FFF;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 37px;
  background: #7B1042;
  height: 50px;
  padding-inline: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta:hover, .contact-us__submit:hover, .parallax-image a:hover {
  background: #01B4B8;
}

.cta-with-arrow {
  color: #FFF;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 37px;
  background: #01B4B8;
  height: 50px;
  padding-inline: 24px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.cta-with-arrow::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M1.7992 6.13452L20.3722 6.13452" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.3041 1.2229L20.3724 6.13461L15.3041 11.0463" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 53%;
  right: 24px;
  translate: 0 -50%;
}
.cta-with-arrow:hover {
  background: #01B4B8;
}

.purple-body-title {
  color: #7B1042;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-block: 30px 42px;
}

h2,
.h2 {
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #7B1042;
  text-transform: uppercase;
}

.primary-tabs {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  list-style: none;
  border-bottom: 2px solid black;
  background: white;
  gap: 1rem;
  padding-top: 4px;
}
.primary-tabs li a {
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}
.primary-tabs li a.is-active {
  display: inline-block;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #0f1618;
}
@media (min-width: 768px) {
  .primary-tabs {
    position: unset;
    flex-direction: row;
    width: 100%;
  }
}

.hero {
  display: grid;
  height: 445px;
}
.hero__title {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
  align-self: end;
  justify-self: end;
  padding: 16px 40px 16px;
  background-color: #7B1042;
  color: #FFF;
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 1280px) {
  .hero__title {
    text-align: center;
    padding: 16px 100px 16px 40px;
    max-width: 850px;
    margin-bottom: 24px;
  }
}
.hero__title a {
  margin-top: 16px;
}
.hero__image {
  grid-column: 1/-1;
  grid-row: 1/-1;
  height: 445px;
  width: 100%;
  margin-block: 0;
  z-index: 0;
}
.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-fourth {
  padding-top: 85px;
  padding-bottom: 30px;
}
.footer-fourth__social-icons .all-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
}
.footer-fourth__menu .menu-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-fourth__menu .menu-items {
    flex-direction: row;
  }
}
.footer-fourth__menu .menu-items li a {
  color: #000;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}

.footer-fifth {
  padding-block: 24px;
  border-top: 1px solid #7B1042;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (min-width: 1280px) {
  .footer-fifth {
    flex-direction: row;
  }
}
.footer-fifth__copyright {
  text-align: center;
}
@media (min-width: 1280px) {
  .footer-fifth__copyright {
    text-align: start;
  }
}
@media (min-width: 1280px) {
  .footer-fifth__another-logo {
    margin-left: auto;
  }
}

.logos {
  height: 150px;
  background: url("../images/background-pattern.svg"), #F4F4F4;
  background-position: bottom;
  display: flex;
  align-items: center;
}
.logos__carousel--logo img {
  width: 168px;
  height: auto;
  object-fit: contain;
  display: block;
}

.text-with-image {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-block: 50px 80px;
}
@media (min-width: 1280px) {
  .text-with-image {
    margin-block: 70px 100px;
    flex-direction: row;
  }
}
.text-with-image__text {
  flex: 1;
}
.text-with-image__image {
  flex: 1;
  width: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .text-with-image__image {
    width: 450px;
  }
}
.text-with-image__image::after {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  background: #7B1042;
  z-index: -1;
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  .text-with-image__image::after {
    inset: 32px -32px -32px 32px;
    height: 450px;
    width: 450px;
  }
}
.text-with-image__image img {
  display: block;
  width: 300px;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .text-with-image__image img {
    width: 450px;
  }
}

.parallax-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.parallax-image::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.parallax-image a {
  text-align: center;
  z-index: 2;
}

.page-title {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-family: "Futura", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background: linear-gradient(rgba(123, 16, 66, 0.75), rgba(123, 16, 66, 0.75)), url("../images/hero-image.webp");
  background-position: center;
  background-size: cover;
  /* or specify the size as needed */
}

#block-ourvisionandmission {
  margin-block: 4rem;
}

.logo-link-wrapper__link img {
  width: 186px;
  height: auto;
  display: block;
  object-fit: contain;
}

.our-team-view {
  margin-top: 3rem;
}
.our-team-view .all-team-members {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .our-team-view .all-team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .our-team-view .all-team-members {
    grid-template-columns: repeat(4, 1fr);
  }
}
.our-team-view .all-team-members > div {
  border: 1px solid rgb(160, 160, 160);
  border-radius: 5px;
  background-color: #7B1042;
}
.our-team-view .all-team-members a {
  text-decoration: none;
}
.our-team-view .all-team-members a .our-team__image {
  width: 100%;
  height: 300px;
}
.our-team-view .all-team-members a .our-team__image img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 5px 5px 0 0;
}
.our-team-view .all-team-members a .our-team__title {
  color: white;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-block: 32px 16px;
  padding-inline: 1rem;
}
.our-team-view .all-team-members a .our-team__designation p {
  padding-inline: 1rem;
  color: white !important;
}

.contact-us {
  margin-block: 50px;
  background: rgba(129, 32, 77, 0.04);
  padding: 36px;
  box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
}
@media (min-width: 768px) {
  .contact-us {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .contact-us {
    max-width: 50%;
  }
}
.contact-us__first-name label, .contact-us__last-name label, .contact-us__email label, .contact-us__phone-number label, .contact-us__message label {
  display: block;
  margin-bottom: 4px;
}
.contact-us__first-name input,
.contact-us__first-name textarea, .contact-us__last-name input,
.contact-us__last-name textarea, .contact-us__email input,
.contact-us__email textarea, .contact-us__phone-number input,
.contact-us__phone-number textarea, .contact-us__message input,
.contact-us__message textarea {
  padding: 12px 24px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 16px;
}
.contact-us__first-name input::placeholder,
.contact-us__first-name textarea::placeholder, .contact-us__last-name input::placeholder,
.contact-us__last-name textarea::placeholder, .contact-us__email input::placeholder,
.contact-us__email textarea::placeholder, .contact-us__phone-number input::placeholder,
.contact-us__phone-number textarea::placeholder, .contact-us__message input::placeholder,
.contact-us__message textarea::placeholder {
  color: #d1d1d1;
}
.contact-us__submit {
  border: 0;
}

.news-and-events-view header h2 {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-block: 80px 47px;
}
@media (min-width: 1280px) {
  .news-and-events-view header h2 {
    margin-block: 182px 82px;
  }
}
.news-and-events-view .news-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .news-and-events-view .news-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .news-and-events-view .news-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-and-events-view .news-cards__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 400px 50px;
}
@media (min-width: 768px) {
  .news-and-events-view .news-cards__card {
    grid-template-rows: 480px 60px;
  }
}
.news-and-events-view .news-cards__card--image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.news-and-events-view .news-cards__card--image div {
  height: 100%;
}
.news-and-events-view .news-cards__card--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-and-events-view .news-cards__card--title {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 3;
  align-self: end;
  padding-bottom: 24px;
  color: #FFF;
  text-align: center;
  font-family: "Futura", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  position: relative;
}
.news-and-events-view .news-cards__card--title::after {
  content: "";
  background: linear-gradient(0deg, #000 -12.39%, rgba(0, 0, 0, 0) 80.05%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  z-index: -1;
}
.news-and-events-view .news-cards__card--cta {
  grid-column: 1/2;
  grid-row: 2/3;
}
.news-and-events-view .news-cards__card--cta a {
  background: #7B1042;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.news-and-events-view .news-cards__card--cta a:hover {
  background: #01B4B8;
}

.text-with-image-to-the-left {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 50px;
  align-items: center;
  background: #7B1042;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .text-with-image-to-the-left {
    margin-top: 70px;
    flex-direction: row;
  }
}
.text-with-image-to-the-left__text {
  flex: 6;
  position: relative;
  z-index: 3;
  color: white;
  padding-inline: 24px;
}
.text-with-image-to-the-left__text p {
  max-width: 600px;
  color: white;
}
.text-with-image-to-the-left__text .custom-style {
  color: var(--White, #FFF);
  font-family: Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.text-with-image-to-the-left__text h2 {
  color: #FFF;
  font-family: "Futura", sans-serif;
  margin-bottom: 40px;
  max-width: 480px;
}
.text-with-image-to-the-left__text .cta-with-arrow {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (min-width: 1280px) {
  .text-with-image-to-the-left__text .cta-with-arrow {
    margin-bottom: 16px;
  }
}
.text-with-image-to-the-left__text::before {
  content: "";
  width: 988px;
  height: 988px;
  background-color: #B21760;
  border-radius: 50%;
  right: -700px;
  bottom: -100px;
  z-index: -1;
  position: absolute;
}
@media (min-width: 1280px) {
  .text-with-image-to-the-left__text::before {
    right: -600px;
    bottom: -200px;
  }
}
.text-with-image-to-the-left__text::after {
  content: "";
  width: 635px;
  height: 635px;
  background-color: #991452;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -340px;
  z-index: -2;
}
@media (min-width: 1280px) {
  .text-with-image-to-the-left__text::after {
    left: unset;
    right: -200px;
    bottom: -540px;
  }
}
.text-with-image-to-the-left__image {
  flex: 4;
  z-index: 4;
}
.text-with-image-to-the-left__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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