@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
:root {
  --body-font-family: Montserrat, sans-serif;
  --heading-font-family: Roboto Serif, serif;
  --heading-secondary-font-family: Montserrat, sans-serif;
  --body-text-color: #000;
  --link-color: #000;
  --black: #000;
  --white: #ffffff;
  --red: #D50032;
  --dark-red: #BC0829;
  --gold: #FDC25A;
  --light-gray: #F4F4F4;
  --grey-700: #CDCDCD;
  --grey-800: #E5E5E5;
  --dark-grey: #313536;
  --purple: #7A236A;
  --teal: #00A0AD;
  --danger: #D50032;
  --success: #16A34A;
  --maroon: #4E080C;
  --size-0: 0;
  --size-8: 0.5rem;
  --size-16: 1rem;
  --size-24: 1.5rem;
  --size-32: 2rem;
  --size-40: 2.5rem;
  --size-48: 3rem;
  --size-56: 3.5rem;
  --size-64: 4rem;
  --size-72: 4.5rem;
  --size-80: 5rem;
  --size-88: 5.5rem;
  --size-96: 6rem;
  --size-104: 6.5rem;
  --size-112: 7rem;
  --size-120: 7.5rem;
  --size-128: 8rem;
  --size-136: 8.5rem;
  --size-144: 9rem;
  --size-152: 9.5rem;
  --size-160: 10rem;
  --fz-0: 0;
  --fz-12: rem-calc(12px);
  --fz-14: rem-calc(14px);
  --fz-16: 1rem;
  --fz-18: rem-calc(18px);
  --fz-20: rem-calc(20px);
  --fz-22: rem-calc(22px);
  --fz-24: 1.5rem;
  --fz-32: 2rem;
  --fz-40: 2.5rem;
  --fz-48: 3rem;
  --fz-56: 3.5rem;
  --fz-64: 4rem;
  --fz-72: 4.5rem;
  --fz-80: 5rem;
  --fz-88: 5.5rem;
  --fz-96: 6rem;
  --fz-104: 6.5rem;
  --fz-110: rem-calc(110px);
  --fz-112: 7rem;
  --animate-duration: 1.2s;
  --animate-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-distance: 100px;
}

p:has(.asset) {
  margin-bottom: 0 !important;
}
p:last-of-type {
  margin-bottom: 0;
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-optical-sizing: auto;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font-family);
}

h1, .h1 {
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-family: var(--heading-font-family);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  color: var(--red);
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-family: var(--body-font-family);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 2.25rem */
  letter-spacing: -0.05625rem;
}
@media (max-width: 1199.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.4; /* 1.575rem */
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.2; /* 2.55rem */
    letter-spacing: normal;
  }
}

h4, .h4 {
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 1.8rem */
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.4; /* 1.575rem */
  }
}

h5, .h5 {
  font-family: var(--body-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 1.575rem */
}

.big-heading {
  font-family: var(--heading-font-family);
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 4.4rem */
  letter-spacing: -0.12rem;
}
@media (max-width: 991.98px) {
  .big-heading {
    font-size: 3rem;
    letter-spacing: -0.09rem;
  }
}

.h3-headng {
  font-family: var(--body-font-family);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 2.25rem */
  letter-spacing: -0.05625rem;
}
@media (max-width: 1199.98px) {
  .h3-headng {
    font-size: 1.5rem;
    line-height: 1.4; /* 1.575rem */
  }
}
@media (max-width: 991.98px) {
  .h3-headng {
    font-size: 1.25rem;
    line-height: 1.4; /* 1.575rem */
  }
}

.h4-headng {
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 1.8rem */
}
@media (max-width: 991.98px) {
  .h4-headng {
    font-size: 1.125rem;
    line-height: 1.4; /* 1.575rem */
  }
}

.h5-headng {
  font-family: var(--body-font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 1.575rem */
}

.text-smaller {
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; /* 1.3125rem */
}

.subtext,
.text-small {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75; /* 1.53125rem */
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .subtext,
  .text-small {
    font-size: 0.875rem;
  }
}

.text-medium {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}

.text-medium-ver2 {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .text-medium-ver2 {
    font-size: 0.875rem;
  }
}

.text-16-bold {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .text-16-bold {
    font-size: 0.875rem;
  }
}

.text-regular {
  font-family: var(--body-font-family);
  font-size: 1.125rem;
  line-height: 1.51875;
  font-weight: 400;
}

.text-large {
  font-family: var(--body-font-family);
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .text-large {
    font-size: 1rem;
    line-height: 1.75; /* 1.75 */
  }
}

body {
  margin: 0;
  color: var(--black);
}

a {
  transition: all 0.3s ease-in-out;
  color: var(--black);
}

ul {
  list-style: none;
  padding-left: 0;
}

.container {
  max-width: 1440px;
  padding-inline: 4rem;
}
@media (max-width: 1199.98px) {
  .container {
    padding-inline: 1.25rem;
  }
}
.container:has(.gsc-control-wrapper-cse) {
  max-width: 80rem;
}

.custom-container {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.container-smaller {
  max-width: 79.25rem;
  margin: 0 auto;
  padding-inline: 4rem;
}
@media (max-width: 1199.98px) {
  .container-smaller {
    padding-inline: 1.25rem;
  }
}

.section {
  padding: 6rem 0rem;
}
@media (max-width: 767.98px) {
  .section {
    padding: 2.5rem 0rem;
  }
}
@media (max-width: 991.98px) {
  .section.testimonial-with-paralax.bg-red {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .section.testimonial-with-paralax.bg-red {
    padding: 48x 1rem;
  }
}
@media (max-width: 991.98px) {
  .section.testimonial-sec {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .section.testimonial-sec {
    padding: 3rem 0;
  }
}

@media (max-width: 1199.98px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-inline: 1.25rem;
  }
}

.section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-heading .title-wrap {
    margin-bottom: 3rem;
  }
}
.section-heading .title-wrap .section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .section-heading .title-wrap .section-title {
    margin-bottom: 0.75rem;
  }
}
.section-heading .title-wrap .star-icon {
  color: var(--black);
}
.section-heading .title-wrap .star-icon * {
  color: var(--black);
}
.section-heading .heading-description a:not(.btn) {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  background: transparent !important;
  color: var(--red) !important;
  display: inline-flex !important;
  word-break: break-word !important;
}
.section-heading .heading-description a:not(.btn):hover {
  background: rgba(213, 0, 50, 0.1) !important;
  text-decoration-color: transparent !important;
}
.section-heading .heading-description ul {
  margin-top: 1rem !important;
  padding-left: 2rem !important;
  margin-bottom: 0 !important;
}
.section-heading .heading-description ul li {
  margin-bottom: 0.125rem !important;
  list-style-type: initial !important;
}
.section-heading .heading-description ul li:last-child {
  margin-bottom: 0 !important;
}
.section-heading .heading-description ul.social-icons {
  padding-left: 0 !important;
}
.section-heading .heading-description ol {
  margin-top: 1rem !important;
}
.section-heading .heading-description ol li {
  margin-bottom: 0.125rem !important;
}
.section-heading .heading-description ol li:last-child {
  margin-bottom: 0 !important;
}
.section-heading .heading-description img {
  margin-top: 2rem !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .section-heading .heading-description img {
    min-height: auto !important;
  }
}
.section-heading .heading-description .social-icons img {
  margin-top: 0 !important;
}
.section-heading .heading-description video {
  margin-top: 2rem !important;
  width: 100% !important;
  height: auto !important;
}
.section-heading .heading-description iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}
.section-heading .heading-description h3,
.section-heading .heading-description h4,
.section-heading .heading-description h5,
.section-heading .heading-description h6 {
  margin-top: 1rem !important;
}
.section-heading.heading-gray-icon .star-icon {
  color: var(--black);
}
.section-heading.heading-gray-icon .star-icon * {
  color: var(--black);
}
.button-listing {
  margin-top: 2rem;
}

section.bg-white + section.bg-white {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  section.bg-white + section.bg-white {
    padding-top: 0 !important;
  }
}

section.bg-black + section.bg-black {
  padding-top: 0;
}

section.bg-black.key-feature-sec + section.bg-black.key-feature-sec,
section.bg-black + .bg-black.key-feature-sec {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  section.bg-black.key-feature-sec + section.bg-black.key-feature-sec,
  section.bg-black + .bg-black.key-feature-sec {
    padding-top: 4.5rem;
  }
}

section.bg-white.section-with-padding + section.bg-white {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  section.bg-white.section-with-padding + section.bg-white {
    padding-top: 4.5rem;
  }
}

.actions {
  margin-bottom: 0;
}

.gy-32 {
  --bs-gutter-y: 2rem;
}

@media (max-width: 767.98px) {
  .gy-64 {
    --bs-gutter-y: 4rem;
  }
}

.mt-32 {
  margin-top: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.my-32 {
  margin-block: 2rem;
}

.py-32 {
  padding-block: 2rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-32 {
  gap: 2rem;
}

.gx-2px {
  --bs-gutter-x: 0.125rem;
}

.gy-2px {
  --bs-gutter-y: 0.125rem;
}

.gx-4px {
  --bs-gutter-x: 0.25rem;
}

.gy-4px {
  --bs-gutter-y: 0.25rem;
}
@media (max-width: 767.98px) {
  .gy-4px {
    --bs-gutter-y: 0.125rem;
  }
}

.gx-10 {
  --bs-gutter-x: 1.25rem;
}

.gy-10 {
  --bs-gutter-y: 1.25rem;
}

.star-links-black {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.star-links-black li a {
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  background-color: transparent;
  color: var(--black);
  transition: color 0.3s ease;
  position: relative;
  padding-left: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
}
.star-links-black li a::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23D50032"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0.25rem;
  top: 0.625rem;
  transition: all 0.3s ease-in-out;
}
.star-links-black li a:hover {
  background: rgba(213, 0, 50, 0.1);
  color: var(--black);
}

.pt-72 {
  padding-top: 4.5rem;
}
@media (max-width: 767.98px) {
  .pt-72 {
    padding-top: 3.25rem;
  }
}

.card-gaping {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  .card-gaping {
    padding-top: 4.5rem;
  }
}

@media (max-width: 767.98px) {
  .container-slider {
    padding-right: 0;
  }
}

.breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding: 1rem 0 0 0;
  }
}
.breadcrumb .breadcrumb-item {
  color: #747474;
}
.breadcrumb .breadcrumb-item a {
  color: rgba(0, 0, 0, 0.61);
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration-color: transparent;
  color: var(--red);
}
.breadcrumb .breadcrumb-item::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M8.33301 5.44141L7.08301 6.69141L10.8916 10.5L7.08301 14.3086L8.33301 15.5586L13.3916 10.5L8.33301 5.44141Z" fill="black" fill-opacity="0.2"/></svg>');
  width: 1.25rem;
  height: 1.3125rem;
  padding: 0;
  margin-right: 0.3125rem;
  position: relative;
  top: 0.125rem;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--black);
}
@media (max-width: 991.98px) {
  .breadcrumb .breadcrumb-item:last-child {
    width: auto;
  }
}

.star-ul {
  padding-left: 1rem;
}
.star-ul li {
  padding-left: 1.3rem;
  position: relative;
}
.star-ul li::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23CDCDCD"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  transition: all 0.4s ease-in-out;
}

/* Smooth dropdown with relative positioning */
.custom-dropdown .dropdown-menu {
  position: relative !important;
  opacity: 0;
  transform: translateY(10px);
  display: block;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.custom-dropdown.show .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

/* Left Nav Container */
.main-dropdown {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.main-dropdown > a:not(.star-btn-link) {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-left: -0.5rem;
  padding: 0.5rem !important;
}
.main-dropdown > a:not(.star-btn-link):hover {
  color: var(--red);
  background-color: rgba(213, 0, 50, 0.1);
}
.main-dropdown > .btn {
  padding: 0.5rem !important;
}
@media (max-width: 991.98px) {
  .main-dropdown > .btn {
    padding: 0.5rem 0.5rem 0.5rem 0.25rem !important;
  }
}

.leftnav > ul {
  padding: 0;
  margin: 0;
}
.leftnav > ul li {
  list-style: none;
  list-style-image: none;
}
.leftnav > ul li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.leftnav > ul li a:hover {
  color: var(--red);
}
.leftnav > ul li a.active {
  color: var(--red);
}
.leftnav > ul ul {
  margin: 0 0 0.75rem 0;
}

.sidenav {
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-expander {
  background: none;
  box-shadow: none;
  position: relative;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}

.btn-expander .plus-minus-btn:before {
  content: "";
  font-size: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8333 2.5V9.16667H17.5V10.8333H10.8333V14.1667V17.5H9.16667V14.1667V10.8333H2.5V9.16667H9.16667V2.5H10.8333Z" fill="%23D50032"/></svg>');
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  background-size: 1rem;
  top: 0;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.btn-expander .plus-minus-btn.minus-btn:before {
  background-image: url('data:image/svg+xml,<svg width="20" height="2" viewBox="0 0 20 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8986 -0.00275935L8.89884 -0.00220568L-0.000757456 0.000257611L-0.00020379 2.00004L8.8994 1.99758L10.8989 1.99744L19.7988 1.99456L19.7982 -0.00522399L10.8986 -0.00275935Z" fill="%23D50032"/></svg>');
  width: 0.875rem;
  height: 0.875rem;
  top: 0.375rem;
}

.sidenav-sub {
  padding-left: 1.25rem;
}
.sidenav-sub .drop {
  margin-bottom: 0.75rem;
}
.sidenav-sub .drop .main-dropdown > a:not(.star-btn-link) {
  font-weight: 500;
  font-size: 1rem;
  text-transform: capitalize;
  margin-left: 0rem;
  padding: 0 0.5rem !important;
}
.sidenav-sub .drop .main-dropdown > a:not(.star-btn-link):hover {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .sidenav-sub .drop .main-dropdown > a:not(.star-btn-link) {
    margin-left: 0rem;
  }
}

.singe-menu {
  margin-bottom: 0.375rem;
}

.sidenav-sub-menu > li {
  font-size: 0.9rem;
  width: 100%;
  line-height: 1.1;
  padding-left: 1.25rem;
}
.sidenav-sub-menu > li a.active.star-btn-link::before {
  filter: inherit;
}
.sidenav-sub-menu .btn.btn-secondary {
  width: 100%;
}

.screen-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.2s;
  text-decoration: none;
  font-weight: bold;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid #000;
}

.padding-top-48 {
  padding-top: 3rem !important;
}

.padding-bottom-48 {
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .padding-bottom-48 {
    padding-bottom: 2rem;
  }
}

.a-z-links ul {
  list-style: none !important;
}
.a-z-links ul li {
  list-style: none !important;
  position: relative;
}
.a-z-links ul li::after {
  content: "";
  height: 0.625rem;
  width: 1px;
  background: var(--black);
  position: absolute;
  left: -0.1875rem;
  top: 0.5625rem;
}
@media (min-width: 1200px) {
  .a-z-links ul li::after {
    left: -0.25rem;
  }
}
.a-z-links ul li:first-child::after {
  display: none;
}
.a-z-links ul li a {
  padding: 0 0.375rem;
}
.a-z-links ul li a.inactive-link {
  color: var(--black);
}

.full-sec-content .btn {
  margin-top: 2rem;
}
.full-sec-content a:not(.btn),
.full-sec-content a:not([class]) {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  background: transparent !important;
  color: var(--red) !important;
  display: inline-flex !important;
  word-break: break-word !important;
}
.full-sec-content a:not(.btn):has(img):hover,
.full-sec-content a:not([class]):has(img):hover {
  background: transparent !important;
}
.full-sec-content a:not(.btn):hover,
.full-sec-content a:not([class]):hover {
  background: rgba(213, 0, 50, 0.1) !important;
  text-decoration-color: transparent !important;
}
.full-sec-content .social-icons a:hover {
  background: transparent !important;
}
.full-sec-content ul li {
  margin-bottom: 0.5rem;
  list-style-type: initial !important;
}
.full-sec-content ul li:last-child {
  margin-bottom: 0 !important;
}
.full-sec-content ul li ul {
  margin-top: 0 !important;
}
.full-sec-content ul li ul li {
  margin-bottom: 0.25rem;
}
.full-sec-content ul li ul li:last-child {
  margin-bottom: 0 !important;
}
.full-sec-content ul + h2 {
  margin-top: 2rem !important;
}
.full-sec-content ol {
  padding-left: 2rem;
  margin-top: 1rem;
}
.full-sec-content ol li {
  margin-bottom: 0.5rem;
}
.full-sec-content ol li:last-child {
  margin-bottom: 0 !important;
}
.full-sec-content ol li ul {
  margin-top: 0 !important;
}
.full-sec-content ol li ul li {
  margin-bottom: 0.25rem;
}
.full-sec-content ol li ul li:last-child {
  margin-bottom: 0 !important;
}
.full-sec-content ol li ul ol li {
  margin-bottom: 0.25rem;
}
.full-sec-content ol li ul ol li:last-child {
  margin-bottom: 0 !important;
}
.full-sec-content ol + h2 {
  margin-top: 2rem !important;
}
.full-sec-content img {
  margin-top: 2rem !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .full-sec-content img {
    min-height: auto !important;
  }
}
.full-sec-content img + h2 {
  margin-top: 2rem !important;
}
.full-sec-content video {
  margin-top: 2rem !important;
  width: 100% !important;
  height: auto !important;
}
.full-sec-content iframe {
  width: 100% !important;
  min-height: 25rem !important;
}
@media (max-width: 767.98px) {
  .full-sec-content iframe {
    min-height: auto !important;
  }
}
.full-sec-content h2 + h2,
.full-sec-content p + h2 {
  margin-top: 2rem !important;
}
.full-sec-content h3 strong {
  font-weight: 600 !important;
}

.message-content-sec .content-section .full-sec-content {
  display: block !important;
}
.message-content-sec .container-smaller {
  padding: 0;
}

.section.bg-white.side-nav-with-content:has(+ .bg-white.contact-us-sec) {
  padding-bottom: 0 !important;
}
.section.bg-white:has(+ .white-bg) {
  padding-bottom: 0 !important;
}

.heading-gray-icon img {
  margin-top: 0 !important;
}

.row.white-bg {
  background-color: var(--white);
}

.divider .gray-rule {
  background: var(--white);
  border-bottom: 1px solid #e5e6e7;
  display: block;
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  padding: 3rem 0rem;
}
@media (max-width: 767.98px) {
  .divider .gray-rule {
    padding: 1.5rem 0rem;
    width: calc(100% - 32px);
  }
}
.divider.bg-white .gray-rule {
  padding: 0rem;
}

.has-divider {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .has-divider {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.has-divider::after {
  content: "";
  background: #e5e6e7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
}

.bg-light-gray + .bg-light-gray {
  padding-top: 0;
}

.heading-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.img-text-full-width-sec.bg-white:has(.main-img-slider) + .img-text-full-width-sec.bg-white:has(.main-img-slider) {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .img-text-full-width-sec.bg-white:has(.main-img-slider) + .img-text-full-width-sec.bg-white:has(.main-img-slider) {
    margin-top: 4.5rem;
  }
}

.no-pseudo::before,
.no-pseudo::after {
  content: none !important;
  display: none !important;
}

.accent-mark {
  border-left: 5px solid var(--red);
  clear: both;
  padding-left: 0.625rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #717171;
}

@media (max-width: 991.98px) {
  .no-mobile {
    display: none !important;
  }
}

a[href="#skipToTopNav"],
a[href="#skipToFooter"] {
  display: none;
}

.screenreader {
  position: absolute;
  left: -10000px;
}
.screenreader:focus-within {
  left: 2rem;
  top: 1.5rem;
  z-index: 99999;
}
.screenreader a {
  text-decoration: none;
  color: white;
  background: var(--red);
  padding: 0.25rem 1rem;
}

html[hc=a2] .main-header .header-links .menu-list-link .menu-link:hover,
html[hc=a4] .main-header .header-links .menu-list-link .menu-link:hover {
  border-color: var(--white);
}
html[hc=a2] .home-hero-sec::after,
html[hc=a4] .home-hero-sec::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
html[hc=a2] .home-hero-sec .btn-secondary:hover,
html[hc=a4] .home-hero-sec .btn-secondary:hover {
  background-color: var(--white) !important;
}
html[hc=a2] .home-hero-sec .btn-secondary:hover *,
html[hc=a4] .home-hero-sec .btn-secondary:hover * {
  color: var(--black) !important;
}
html[hc=a2] .section-hero *,
html[hc=a4] .section-hero * {
  color: #fff !important;
}
html[hc=a2] .btn-primary-yellow,
html[hc=a4] .btn-primary-yellow {
  background-color: var(--gold) !important;
}
html[hc=a2] .btn-primary-yellow *,
html[hc=a4] .btn-primary-yellow * {
  color: var(--black) !important;
}
html[hc=a2] .btn-primary-yellow:hover,
html[hc=a4] .btn-primary-yellow:hover {
  background-color: var(--white) !important;
}
html[hc=a2] .menu-btn,
html[hc=a2] .bg-red .btn-primary,
html[hc=a4] .menu-btn,
html[hc=a4] .bg-red .btn-primary {
  background-color: var(--gold) !important;
}
html[hc=a2] .menu-btn *,
html[hc=a2] .bg-red .btn-primary *,
html[hc=a4] .menu-btn *,
html[hc=a4] .bg-red .btn-primary * {
  color: var(--black) !important;
}
html[hc=a2] .menu-btn:hover,
html[hc=a2] .bg-red .btn-primary:hover,
html[hc=a4] .menu-btn:hover,
html[hc=a4] .bg-red .btn-primary:hover {
  background-color: var(--white) !important;
}
html[hc=a2] .footer .footer-links li a::before,
html[hc=a4] .footer .footer-links li a::before {
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23FDC25A"/></svg>');
}
html[hc=a2] .footer .footer-links li a:hover,
html[hc=a4] .footer .footer-links li a:hover {
  background-color: rgba(253, 194, 90, 0.5);
}
html[hc=a2] .footer .social-icons a:hover img,
html[hc=a4] .footer .social-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(2%) hue-rotate(269deg) brightness(114%) contrast(100%);
}
html[hc=a2] .bg-black .btn-secondary *,
html[hc=a4] .bg-black .btn-secondary * {
  color: var(--white) !important;
}
html[hc=a2] .bg-black .btn-secondary:hover,
html[hc=a4] .bg-black .btn-secondary:hover {
  background: rgba(253, 194, 90, 0.5);
}
html[hc=a2] .next-card.bg-red svg *,
html[hc=a4] .next-card.bg-red svg * {
  color: #bebcbc;
}
html[hc=a2] .text-img-main-card .bottom-content-sec.bg-black a.btn *,
html[hc=a4] .text-img-main-card .bottom-content-sec.bg-black a.btn * {
  color: var(--white);
}
html[hc=a2] .text-img-main-card .bottom-content-sec.bg-black a.btn.btn-primary,
html[hc=a4] .text-img-main-card .bottom-content-sec.bg-black a.btn.btn-primary {
  background-color: var(--gold) !important;
}
html[hc=a2] .text-img-main-card .bottom-content-sec.bg-black a.btn.btn-primary *,
html[hc=a4] .text-img-main-card .bottom-content-sec.bg-black a.btn.btn-primary * {
  color: var(--black);
}
html[hc=a2] .text-img-main-card .bottom-content-sec.bg-black a.btn.btn-primary:hover,
html[hc=a4] .text-img-main-card .bottom-content-sec.bg-black a.btn.btn-primary:hover {
  background-color: var(--white) !important;
}
html[hc=a2] .footer-bottom ul li a.link-btn,
html[hc=a4] .footer-bottom ul li a.link-btn {
  color: rgba(255, 255, 255, 0.8) !important;
}
html[hc=a2] .footer-bottom .copyright,
html[hc=a4] .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.8);
}
html[hc=a2] .whats-next-section::after,
html[hc=a4] .whats-next-section::after {
  opacity: 0.3;
}
html[hc=a2] .bright-future-swiper .slide-card.teal-hover:hover .overlay, html[hc=a2] .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n) a.slide-card:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n) html[hc=a2] .bright-future-swiper a.slide-card:hover .overlay, html[hc=a2] .bright-future-swiper .slide-card.gold-hover:hover .overlay, html[hc=a2] .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) a.slide-card:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) html[hc=a2] .bright-future-swiper a.slide-card:hover .overlay, html[hc=a2] .bright-future-swiper .slide-card.purple-hover:hover .overlay, html[hc=a2] .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a.slide-card:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) html[hc=a2] .bright-future-swiper a.slide-card:hover .overlay,
html[hc=a4] .bright-future-swiper .slide-card.teal-hover:hover .overlay,
html[hc=a4] .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n) a.slide-card:hover .overlay,
.flip-tiles-gallery-grid .gallery-item:nth-child(3n) html[hc=a4] .bright-future-swiper a.slide-card:hover .overlay,
html[hc=a4] .bright-future-swiper .slide-card.gold-hover:hover .overlay,
html[hc=a4] .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) a.slide-card:hover .overlay,
.flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) html[hc=a4] .bright-future-swiper a.slide-card:hover .overlay,
html[hc=a4] .bright-future-swiper .slide-card.purple-hover:hover .overlay,
html[hc=a4] .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a.slide-card:hover .overlay,
.flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) html[hc=a4] .bright-future-swiper a.slide-card:hover .overlay {
  border-color: var(--teal);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(0deg, rgba(0, 160, 173, 0.4), rgba(0, 160, 173, 0.4));
}
html[hc=a2] .key-feature-sec .btn-secondary:hover,
html[hc=a4] .key-feature-sec .btn-secondary:hover {
  background-color: var(--white) !important;
}
html[hc=a2] .key-feature-sec .btn-secondary:hover *,
html[hc=a4] .key-feature-sec .btn-secondary:hover * {
  color: var(--black) !important;
}
html[hc=a2] .key-feature-sec::after,
html[hc=a4] .key-feature-sec::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
html[hc=a2] .event-sec:after,
html[hc=a4] .event-sec:after {
  opacity: 0.6;
}
html[hc=a2] .img-verlap-link-sec .img-verlap-link-card::after,
html[hc=a4] .img-verlap-link-sec .img-verlap-link-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.2) 73.29% 71.29%);
}
@media (min-width: 768px) {
  html[hc=a2] .img-verlap-link-sec .img-verlap-link-card:hover .overlay,
  html[hc=a4] .img-verlap-link-sec .img-verlap-link-card:hover .overlay {
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.2)) 0%, var(--black-40, rgba(0, 0, 0, 0.2)) 100%), var(--teal-80, rgba(0, 160, 173, 0.4)) !important;
  }
}
@media (min-width: 768px) {
  html[hc=a2] .card-color-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item html[hc=a2] a:hover .overlay,
  html[hc=a2] .flip-tiles-gallery-grid .gallery-item a:hover .overlay,
  html[hc=a2] .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a:hover .overlay,
  html[hc=a4] .card-color-hover:hover .overlay,
  .flip-tiles-gallery-grid .gallery-item html[hc=a4] a:hover .overlay,
  html[hc=a4] .flip-tiles-gallery-grid .gallery-item a:hover .overlay,
  html[hc=a4] .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a:hover .overlay {
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.2)) 0%, var(--black-40, rgba(0, 0, 0, 0.2)) 100%), var(--purple-80, rgba(122, 35, 106, 0.1)) !important;
  }
}
html[hc=a2] .card-color-hover::after, .flip-tiles-gallery-grid .gallery-item html[hc=a2] a::after,
html[hc=a2] .flip-tiles-gallery-grid .gallery-item a::after,
html[hc=a4] .card-color-hover::after,
.flip-tiles-gallery-grid .gallery-item html[hc=a4] a::after,
html[hc=a4] .flip-tiles-gallery-grid .gallery-item a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 54.29%) !important;
}
html[hc=a2] .img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp a *,
html[hc=a4] .img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp a * {
  color: var(--white);
}

.btn {
  border-radius: 0rem;
  text-transform: uppercase;
  border: 0rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}
@media (max-width: 767.98px) {
  .btn {
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    font-size: 0.875rem;
  }
}
.btn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.btn span {
  font-weight: 700;
}
.btn.btn-primary {
  background-color: var(--red);
  position: relative;
  padding: 0;
  padding-left: 0.875rem;
  border: 1px solid transparent;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 20px));
}
.btn.btn-primary:focus-visible {
  box-shadow: 0 0 0 3px var(--white), 0 0 0 5px var(--red), 0 0 0 7px var(--black), inset 0 0 0 2px var(--white) !important;
}
.btn.btn-primary span {
  display: block;
  font-weight: 700 !important;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary span {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.btn.btn-primary:hover {
  background-color: var(--black);
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.btn.btn-primary:hover::before {
  background-color: var(--black);
}
.btn.btn-primary.disabled {
  opacity: 0.4;
}
.btn.btn-primary.btn-hover-yellow svg {
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.btn.btn-primary.btn-hover-yellow:hover {
  color: var(--black);
  background-color: var(--gold);
}
.btn.btn-primary.btn-hover-yellow:hover span svg {
  color: var(--black);
}
.btn.btn-primary.btn-hover-yellow:hover span svg * {
  color: var(--black);
}
.btn.btn-primary.btn-hover-yellow:hover::before {
  background-color: var(--gold);
}
.btn.btn-primary.btn-dark {
  background-color: var(--dark-grey);
}
.btn.btn-primary.btn-dark svg {
  color: var(--white);
}
.btn.btn-primary.btn-dark svg * {
  color: var(--white);
}
.btn.btn-primary.btn-dark:hover {
  background-color: var(--red);
}
.btn.btn-primary.btn-dark:hover::before {
  background-color: #5C5C5C;
}
.btn.btn-primary.clear {
  background: none;
  border: 1px solid var(--white);
  color: var(--white);
  clip-path: none;
}
.btn.btn-primary.clear span {
  color: var(--white);
}
.btn.btn-primary.clear:hover {
  background-color: var(--white) !important;
  color: var(--black);
}
.btn.btn-primary.clear:hover span {
  color: var(--black);
}
.btn.btn-primary-gray {
  background-color: var(--light-gray);
  position: relative;
  padding: 0;
  padding-left: 0.875rem;
}
.btn.btn-primary-gray span {
  display: block;
  color: var(--black);
  padding: 0.75rem 0.75rem 0.75rem 0.5rem;
  padding: 0.75rem 0.75rem 0.75rem 0.5rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary-gray span {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.btn.btn-primary-gray span .icon {
  margin-left: 0.5rem;
}
.btn.btn-primary-gray:hover {
  background-color: var(--grey-800);
  transition: all 0.3s ease-in-out;
  color: var(--black);
}
.btn.btn-primary-gray.disabled {
  opacity: 0.4;
}
.btn.btn-primary-yellow {
  background-color: var(--gold);
  position: relative;
  padding: 0;
  padding-left: 0.875rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 20px));
}
.btn.btn-primary-yellow span {
  display: block;
  color: var(--black);
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary-yellow span {
    padding: 0.75rem 1.5rem 0.5rem 0.75rem;
  }
}
.btn.btn-primary-yellow:hover {
  background-color: var(--black);
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.btn.btn-primary-yellow:hover span {
  color: var(--white);
}
.btn.btn-primary-yellow.disabled {
  opacity: 0.4;
}
.btn.btn-primary-yellow.btn-hover-red svg {
  transition: all 0.3s ease-in-out;
  color: var(--black);
}
.btn.btn-primary-yellow.btn-hover-red svg * {
  color: var(--black);
}
.btn.btn-primary-yellow.btn-hover-red:hover {
  background-color: var(--red);
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover span {
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover span svg {
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover span svg * {
  color: var(--white);
}
.btn.btn-primary-yellow:focus-visible {
  box-shadow: 0 0 0 3px var(--white), 0 0 0 5px var(--gold), 0 0 0 7px var(--black), inset 0 0 0 2px var(--white);
}
.btn.btn-primary-default {
  background-color: var(--pink);
  color: var(--maroon);
  font-size: 0.875rem;
}
.btn.btn-primary-default::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 0 50% 50% 0%;
  background-color: var(--dark-green);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, transform 0.8s ease-in-out;
  transform: translate(-100%, -50%);
  top: 50%;
  left: 0;
  z-index: -1;
}
.btn.btn-primary-default:hover {
  color: var(--sage);
  transition: all 0.8s ease-in-out;
}
.btn.btn-primary-default:hover::after {
  width: 200%;
  height: 500px;
  transform: translate(0%, -50%);
}
.btn.btn-secondary {
  background-color: transparent;
  display: inline-flex;
  text-align: left;
  font-weight: 700;
  color: var(--black);
  gap: 0.75rem;
}
.btn.btn-secondary .arrow {
  transition: all 0.3s ease-in-out;
  color: var(--red);
}
.btn.btn-secondary span {
  flex: 1;
}
.btn.btn-secondary:hover {
  background: rgba(213, 0, 50, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pink);
}
.btn.btn-secondary:hover .arrow {
  transform: rotate(-45deg);
}
.btn.btn-secondary.btn-secondary-icon-yellow {
  background: transparent;
}
.btn.btn-secondary.btn-secondary-icon-yellow .arrow {
  color: var(--gold);
}
.btn.btn-secondary.btn-secondary-small {
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.btn.btn-secondary-white {
  background-color: transparent;
  display: inline-flex;
  text-align: left;
  gap: 0.75rem;
}
.btn.btn-secondary-white span {
  flex: 1;
}
.btn.btn-secondary-white .arrow {
  transition: all 0.3s ease-in-out;
  color: var(--red);
}
.btn.btn-secondary-white:hover {
  background: rgba(213, 0, 50, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pink);
}
.btn.btn-secondary-white:hover .arrow {
  transform: rotate(-45deg);
}

.link-btn {
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.link-btn::after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0.125rem;
  transition: all 0.3s ease-in-out;
}
.link-btn:hover {
  color: var(--white) !important;
}
.link-btn:hover::after {
  content: "";
  border-color: transparent;
}

.link--hover, .bg-img .dec-box a:not(.btn),
.bg-img .dec-box a:not([class]) {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.link--hover:hover, .bg-img .dec-box a:hover:not(.btn),
.bg-img .dec-box a:hover:not([class]) {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}

.link--hover-white, .text-img-main-card .bottom-content-sec.bg-black a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  color: var(--white) !important;
  transition: all 0.3s ease-in-out;
}
.link--hover-white:hover, .text-img-main-card .bottom-content-sec.bg-black a:hover:not([class]) {
  color: var(--red) !important;
  background-color: transparent;
  text-decoration-color: var(--red);
}

.star-btn-link {
  color: var(--black);
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 0.27rem;
  padding-left: 1.5rem;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.star-btn-link::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.23684 10.6579L6 12L5.76316 10.6579C5.28947 8.44737 3.55264 6.71053 1.34211 6.23684L0 6L1.34211 5.76316C3.55264 5.28947 5.28947 3.55263 5.76316 1.34211L6 0L6.23684 1.34211C6.71053 3.55263 8.44736 5.28947 10.6579 5.76316L12 6L10.6579 6.23684C8.44736 6.71053 6.71053 8.44737 6.23684 10.6579Z" fill="%23D50032"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0.4rem;
  top: 0.625rem;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
.star-btn-link:hover {
  color: var(--black);
  background: rgba(213, 0, 50, 0.1);
}
.star-btn-link:hover::before {
  content: "";
  filter: inherit;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .w-btn-full {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .row-button-sec .btn {
    width: 100%;
  }
}

.row-btn-width .btn {
  width: auto;
}

.main-header {
  color: #fff;
  z-index: 1050;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.8s ease-in-out;
  padding-top: 0.375rem;
  padding-inline: 0.375rem;
}
.main-header .alert {
  max-width: 120rem;
  margin: 0 auto 1rem auto;
}
@media (max-width: 575.98px) {
  .main-header .alert {
    font-size: 0.75rem;
    margin: 0 auto 0.5rem auto;
  }
}
.main-header .alert .btn-close {
  opacity: 0.7 !important;
}
.main-header .alert .btn-close:hover {
  opacity: 1 !important;
}
.main-header .alert .btn-close:focus, .main-header .alert .btn-close:focus-visible {
  outline: var(--black) auto 2px !important;
  box-shadow: none !important;
}
.main-header.upwards {
  top: -8.875rem;
  transition: top 1s ease-in-out;
}
.main-header.upwards.alert-present {
  top: -25rem;
}
@media (min-width: 992px) {
  .main-header {
    padding-top: 1rem;
    padding-inline: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-header {
    padding-inline: 2rem;
  }
}
.main-header .container {
  background-color: var(--black);
  padding-block: 1.5rem;
  max-width: 120rem;
}
@media (min-width: 1200px) {
  .main-header .container {
    padding-inline: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  .main-header .container {
    padding-inline: 1rem;
  }
}
@media (max-width: 991.98px) {
  .main-header .container {
    padding-inline: 0.625rem;
    padding-block: 0.875rem;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .main-header .container {
    gap: 0.75rem;
  }
}
@media (max-width: 320px) {
  .main-header .container .d-flex.gap-3 {
    gap: 0.5rem !important;
  }
}
.main-header .logo {
  width: auto;
  height: 64px;
}
@media (max-width: 400px) {
  .main-header .logo {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 1400px) {
  .main-header .logo {
    height: 77px;
  }
}
@media screen and (max-width: 374px) {
  .main-header .logo {
    height: 50px;
  }
}
@media (max-width: 320px) {
  .main-header .logo {
    max-width: 30%;
    flex: 0 0 30%;
  }
}
.main-header .logo img {
  width: 100%;
  height: 100%;
  transition: width 0.3s ease;
}
.main-header .menu-btn {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .main-header .menu-btn {
    display: none;
  }
}
.main-header .menu-btn svg {
  margin-top: -3px;
}
.main-header .dropdown-toggle.btn-primary::after,
.main-header .menu-btn.btn-primary-yellow::after {
  display: none;
}
.main-header .dropdown-toggle.btn-primary span,
.main-header .menu-btn.btn-primary-yellow span {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
.main-header .dropdown-toggle.btn-primary span svg,
.main-header .menu-btn.btn-primary-yellow span svg {
  margin-top: -0.25rem;
}
.main-header .dropdown-toggle.btn-primary:focus-visible,
.main-header .menu-btn.btn-primary-yellow:focus-visible {
  outline: var(--white) auto 1px;
}
@media (max-width: 320px) {
  .main-header .mobile-menu-btn {
    padding-left: 0.5rem;
  }
}
.main-header .btn-hover-yellow span {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
@media (max-width: 320px) {
  .main-header .btn-hover-yellow span {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.main-header .mobile-menu-btn span {
  padding-left: 0.25rem;
}
.main-header .header-links .menu-list-link {
  margin-bottom: 0 !important;
  gap: 2.5rem;
  align-items: center;
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .main-header .header-links .menu-list-link {
    display: none !important;
  }
}
.main-header .header-links .menu-list-link .menu-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.main-header .header-links .menu-list-link .menu-link:hover {
  border-color: var(--gold);
}
@media (max-width: 991.98px) {
  .main-header .header-links > .info-dropdown {
    display: none;
  }
}
.main-header .header-links > .info-dropdown .dropdown-menu li a {
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  transition: all 0.3s ease-in-out;
}
.main-header .header-links > .info-dropdown .dropdown-menu li a:hover {
  text-decoration-color: transparent !important;
  text-decoration-thickness: 1px !important;
}
@media (max-width: 575.98px) {
  .main-header .header-links {
    gap: 0.5rem !important;
  }
}

.main-header.header-color .container {
  background-color: var(--black);
}
.main-header.header-color .logo img {
  width: 80%;
  transition: width 0.3s ease;
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 95%;
  background-color: var(--white);
  color: var(--black);
  z-index: 1051;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  right: -100%;
  transform: none;
}
@media (min-width: 1200px) {
  .sidebar {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .sidebar {
    width: 89%;
  }
}
@media (min-width: 1921px) {
  .sidebar {
    max-width: 75%;
  }
}
@media (min-width: 2400px) {
  .sidebar {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .sidebar {
    width: 100%;
    height: 100%;
  }
}
.sidebar.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .sidebar {
    left: auto;
    right: 0;
    transform: scale(0.98);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .sidebar.active {
    transform: scale(1);
    left: auto;
    right: 0;
  }
}
.sidebar .sidebar-header {
  padding: 3.5rem 4rem 3rem 4rem;
}
@media (max-width: 1399.98px) {
  .sidebar .sidebar-header {
    padding-bottom: 2.5rem;
    padding-top: 4rem;
    padding-inline: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-header {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .sidebar .sidebar-header {
    padding-right: 8rem;
  }
}
@media (min-width: 768px) {
  .sidebar .sidebar-header {
    order: 1;
  }
}
.sidebar .btn-primary-gray span {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
.sidebar .menu-search-accodian {
  padding-inline: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sidebar .menu-search-accodian {
    padding-inline: 8%;
    padding-bottom: 2rem;
    padding-top: 0;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .sidebar .menu-search-accodian {
    padding-inline: 8.25rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  .sidebar .menu-search-accodian {
    padding-inline: 11rem;
  }
}
.sidebar .menu-search-accodian .accordion-button:focus-visible {
  outline: 0.1875rem solid var(--red);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px var(--white), 0 0 0 4px var(--red);
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper {
    height: 100vh;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .sidebar .mega-menu-wrapper {
    flex-direction: row;
    display: flex;
    height: 100%;
  }
}
.sidebar .mega-menu-wrapper .left-red-sec {
  width: 100%;
  padding-top: 1.875rem;
  padding-inline: 1rem;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    width: 300px;
    background-color: var(--red);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='211' height='310' viewBox='0 0 211 310' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-447.499 0L-143.885 433.847L-148.386 437L-452 3.15335L-447.499 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-412.003 0L-108.399 433.847L-112.9 437L-416.503 3.15328L-412.003 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-376.516 0L-72.9123 433.847L-77.4131 437L-381.017 3.15328L-376.516 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-341.03 0L-37.426 433.847L-41.9268 437L-345.53 3.15328L-341.03 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-305.543 0L-1.92894 433.847L-6.42964 437L-310.044 3.15336L-305.543 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-270.057 0L33.5576 433.847L29.0569 437L-274.557 3.15336L-270.057 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-234.57 0L69.0438 433.847L64.5431 437L-239.071 3.15335L-234.57 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-199.073 0L104.53 433.847L100.03 437L-203.574 3.15328L-199.073 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-163.587 0L140.017 433.847L135.516 437L-168.088 3.15328L-163.587 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-128.1 0L175.514 433.847L171.013 437L-132.601 3.15335L-128.1 0Z' fill='%23FDC25A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-92.6142 0L211 433.847L206.499 437L-97.115 3.15336L-92.6142 0Z' fill='%23FDC25A'/%3E%3C/svg%3E");
    background-position: left bottom;
    background-size: 40%;
    background-repeat: no-repeat;
    padding-top: 2.5rem;
    padding-inline: 1.5rem;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    padding-top: 3.5rem;
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    background-size: 55%;
  }
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap {
  margin-top: 1.25rem;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap li {
  margin-bottom: 0.25rem;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap li:last-child {
  margin-bottom: 0;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap .sidebar-link {
  padding-left: 0;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-decoration-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap .sidebar-link:hover {
  text-decoration-color: transparent;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .left-red-sec .btn.btn-primary-yellow span {
    padding-right: 0.75rem;
    padding-left: 0.25rem;
  }
}
.sidebar .mega-menu-wrapper .left-red-sec .btn.btn-primary-yellow:focus-visible {
  box-shadow: inset 0 0 0 2px var(--black), inset 0 0 0 4px var(--white) !important;
  outline: none !important;
}
.sidebar .mega-menu-wrapper .sidebar-body {
  flex: 1;
  overflow-y: auto;
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  margin-bottom: 2rem;
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control {
  border: 2px solid var(--grey-800);
  background: var(--light-gray);
  display: flex;
  height: 3.25rem;
  padding: 0.75rem;
  align-items: center;
  flex: 1 0 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control {
    height: 2.75rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control::placeholder {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  /* 1.75rem */
  color: #929292;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control::placeholder {
    font-size: 0.875rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .search__btn {
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  background: var(--red);
  border: 1px solid var(--red);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .sidebar-body .search-wrap .search__btn {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .search__btn:hover {
  background: var(--dark-red);
}
@media (min-width: 768px) {
  .sidebar .mega-menu-wrapper .sidebar-body {
    display: flex;
    flex-direction: column;
  }
}
.sidebar .info-accordion-sec .accordion-item {
  border: none;
}
@media (min-width: 768px) {
  .sidebar .info-accordion-sec .accordion-item .accordion-collapse {
    display: block !important;
  }
}
.sidebar .info-accordion-sec .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  color: var(--white) !important;
  font-family: var(--body-font-family);
}
@media (min-width: 768px) {
  .sidebar .info-accordion-sec .accordion-item .accordion-button {
    pointer-events: none;
    cursor: pointer;
  }
}
.sidebar .info-accordion-sec .accordion-item .accordion-button::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.90625 0.666687L0.90625 2.66669L9 10.7604L17.0938 2.66669L15.0938 0.666687L9 6.76044L2.90625 0.666687Z" fill="white"/></svg>');
}
@media (min-width: 768px) {
  .sidebar .info-accordion-sec .accordion-item .accordion-button::after {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.overlay-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: none;
}
.overlay-header.show {
  display: block;
}

.menu-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
@media (max-width: 767.98px) {
  .menu-link-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.menu-link-list li a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: all 0.4s ease-in-out;
}
.menu-link-list li a:hover {
  text-decoration-color: transparent;
}

.quick-links {
  margin-top: 3rem;
}
.quick-links .star-links-black {
  flex-direction: row;
}
.quick-links .star-links-black li a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: all 0.4s ease-in-out;
}
.quick-links .star-links-black li a:hover {
  text-decoration-color: transparent;
}

/* Accordion Items */
.accordion-menu .accordion-header:focus-visible,
.accordion-menu .accordion-item:focus-visible {
  outline: none !important;
  pointer-events: none;
}
.accordion-menu .accordion-header button {
  pointer-events: auto;
}
.accordion-menu .accordion-item {
  border-bottom: 1px solid var(--grey-800);
}
.accordion-menu .accordion-item .accordion-button {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  padding: 1.5rem 0;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  .accordion-menu .accordion-item .accordion-button {
    padding-block: 1rem;
  }
}
@media (max-width: 991.98px) {
  .accordion-menu .accordion-item .accordion-button.h3-headng {
    font-size: 1.5rem;
    line-height: 120%;
    /* 1.8rem */
  }
}
.accordion-menu .accordion-item .accordion-button .accordion-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 1.625rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .accordion-menu .accordion-item .accordion-button .accordion-icon {
    top: 14px;
  }
}
.accordion-menu .accordion-item .accordion-button.collapsed .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--light-gray);
}
.accordion-menu .accordion-item .accordion-button.collapsed .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  color: var(--black);
}
.accordion-menu .accordion-item .accordion-button.collapsed .accordion-icon:hover {
  background-color: #E5E5E5;
}
.accordion-menu .accordion-item .accordion-button:not(.collapsed) .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--red);
}
.accordion-menu .accordion-item .accordion-button:not(.collapsed) .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
  color: var(--white);
}
.accordion-menu .accordion-item .accordion-button:not(.collapsed) .accordion-icon:hover {
  background-color: var(--dark-red);
}
.accordion-menu .accordion-collapse .accordion-body {
  padding-bottom: 1.5rem;
}

.btn.btn-primary-close {
  background-color: var(--dark-red) !important;
}
.btn.btn-primary-close::before {
  background-color: var(--dark-red) !important;
  content: "";
}
.btn.btn-primary-close:hover {
  background-color: var(--dark-red) !important;
}
.btn.btn-primary-close span {
  padding-left: 0.25rem;
  padding-right: 0.75rem;
  display: block;
  background-color: var(--dark-red) !important;
}
@media (min-width: 992px) {
  .btn.btn-primary-close {
    display: none;
  }
}

.secondary-nav-sec {
  padding: 1rem 0;
  z-index: 999;
  position: relative;
}
@media (max-width: 767.98px) {
  .secondary-nav-sec {
    padding-top: 1.5rem;
  }
}
.secondary-nav-sec .secondary-nav {
  row-gap: 0.5rem;
  column-gap: 1.5rem;
  padding-inline: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .secondary-nav-sec .secondary-nav {
    row-gap: 0.625rem;
    column-gap: 1.5rem;
    max-width: fit-content;
    margin: 0 auto;
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .secondary-nav-sec .secondary-nav {
    padding-inline: 1rem;
  }
}
@media (min-width: 1400px) {
  .secondary-nav-sec .secondary-nav {
    column-gap: 1.5rem;
    padding-inline: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .secondary-nav-sec .secondary-nav {
    padding-block: 0;
  }
}
@media (max-width: 1199.98px) {
  .secondary-nav-sec .secondary-nav {
    padding-block: 1rem;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav-sec .secondary-nav {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.secondary-nav-sec .secondary-nav .menu-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  padding: 0.5rem 0rem 1rem;
  transition: all 0.3s ease-in-out;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
}
.secondary-nav-sec .secondary-nav .menu-link:hover {
  text-decoration-color: var(--black);
}
@media (min-width: 768px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    font-size: 0.8125rem;
    padding: 0.3rem 0rem 0.3rem;
  }
}
@media (min-width: 1200px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    padding: 1.22rem 0rem 1rem;
  }
}
@media (min-width: 1400px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    padding-block: 0;
  }
}
.secondary-nav-sec .secondary-nav .menu-link:hover {
  border-color: var(--red);
}

.menu-search .btn-search .search__btn {
  background: rgba(0, 0, 0, 0.0392156863);
  transition: all 0.3s ease-in-out;
}
.menu-search .btn-search .search__btn:hover {
  background: rgba(253, 194, 90, 0.1019607843);
}
@media (max-width: 767.98px) {
  .menu-search .btn-search {
    position: static !important;
  }
}

.header-search-dropdown {
  position: absolute;
  top: 3.8rem;
  right: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0;
  padding: 1.25rem 1.5rem;
  min-width: 32.5rem;
  max-width: 90vw;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .header-search-dropdown {
    top: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .header-search-dropdown {
    top: 4.6rem;
  }
}
@media (max-width: 767.98px) {
  .header-search-dropdown {
    min-width: calc(100vw - 12px);
    left: 0;
    top: 100%;
  }
}
@media (max-width: 575.98px) {
  .header-search-dropdown {
    padding: 1rem;
  }
}
.header-search-dropdown .search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-search-dropdown .search-form .search-input {
  flex: 1;
  border: 2px solid var(--grey-800);
  background: var(--light-gray);
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: var(--dark-grey);
  transition: border 0.2s;
}
.header-search-dropdown .search-form .search-input::placeholder {
  color: var(--dark-grey);
}
.header-search-dropdown .search-form .search-input:focus {
  border-color: var(--dark-grey);
  outline: none;
  box-shadow: none;
}
.header-search-dropdown .search-form .btn-search-submit {
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.84375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  height: 2.75rem;
}
.header-search-dropdown .search-form .btn-search-submit svg {
  display: block;
}
.header-search-dropdown .search-form .btn-search-submit:hover, .header-search-dropdown .search-form .btn-search-submit:focus {
  background: var(--dark-red);
}

.language-dropdown .dropdown-toggle {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-inline: 0.3125rem;
}
.language-dropdown .dropdown-toggle::after {
  display: none;
}
@media (max-width: 575.98px) {
  .language-dropdown .dropdown-toggle {
    gap: 0.25rem;
  }
}
.language-dropdown .dropdown-menu {
  max-height: 14.375rem;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .language-dropdown .dropdown-menu {
    top: calc(100% - 18px) !important;
    left: -2rem !important;
  }
}
@media (max-width: 767.98px) {
  .language-dropdown .dropdown-menu {
    top: calc(100% - 6px) !important;
  }
}
@media (max-width: 575.98px) {
  .language-dropdown .dropdown-menu {
    top: calc(100% - 6px) !important;
  }
}
.language-dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--red) !important;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown.dropdown-custom .dropdown-menu {
  max-height: 14.375rem;
  overflow-y: auto;
}
.dropdown.dropdown-custom .dropdown-menu .dropdown-item:active {
  background-color: var(--red) !important;
}

.secondary-nav {
  z-index: 2;
  position: relative;
}

.more-menu-wrap {
  position: relative;
  text-align: center;
  margin-top: -2rem;
  z-index: 1;
}
.more-menu-wrap .btn {
  margin: 0 auto;
  height: 4rem;
  min-width: 4rem;
  border-radius: 50%;
  background-color: var(--gold);
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 0 0.5rem 0;
  z-index: 11;
}
.more-menu-wrap .collapse-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5.25rem 2rem 3rem 2rem;
  background-color: var(--dark-grey);
  color: var(--white);
  z-index: 10;
  transition: all 0.3s ease-in-out;
  text-align: left;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu {
    padding: 4.5rem 1rem 2rem 1rem;
  }
}
.more-menu-wrap .collapse-menu.show {
  opacity: 1;
}
.more-menu-wrap .collapse-menu * {
  color: var(--white);
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
.more-menu-wrap .collapse-menu .section-title > a {
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.more-menu-wrap .collapse-menu .section-title > a:hover {
  color: var(--gold);
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title > a {
    font-size: 1rem;
    flex: 0 0 calc(100% - 40px);
  }
}
.more-menu-wrap .collapse-menu .section-title > p,
.more-menu-wrap .collapse-menu .section-title > span {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title > p,
  .more-menu-wrap .collapse-menu .section-title > span {
    font-size: 1rem;
    flex: 0 0 calc(100% - 40px);
  }
}
.more-menu-wrap .collapse-menu .section-title .sub-column {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title .sub-column {
    flex: 1;
  }
}
.more-menu-wrap .collapse-menu .section-title .sub-column a {
  display: inline-block;
  margin-bottom: 0.125rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease-in-out;
}
.more-menu-wrap .collapse-menu .section-title .sub-column a:hover {
  color: var(--gold);
  text-decoration-color: transparent !important;
  text-decoration-thickness: 1px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title .sub-column a {
    font-size: 0.875rem;
  }
}
.more-menu-wrap .collapse-menu .section-title .btn-expand {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title .btn-expand {
    display: inline-block;
    flex: 0 0 24px;
  }
}
.more-menu-wrap .collapse-menu .section-title .btn-expand svg {
  transition: all 0.3s ease-in-out;
}
.more-menu-wrap .collapse-menu .section-title .btn-expand svg path {
  fill: var(--white);
}
.more-menu-wrap .collapse-menu .section-title .btn-expand[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .more-menu-wrap .collapse-menu .section-title:not(:has(.sub-column)) .btn-expand {
    display: none;
  }
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer .address-sec {
  margin-bottom: 2rem;
}
.footer .address-sec a {
  transition: all 0.4s ease-in-out;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3.5px;
}
.footer .address-sec a:hover {
  color: var(--white);
  text-decoration-color: transparent;
}
@media (min-width: 768px) {
  .footer .address-sec {
    margin-bottom: 0;
  }
}
.footer .footer-lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer .footer-lists {
    gap: 3rem;
  }
}
.footer .footer-lists .footer-logo svg {
  max-width: 100%;
}
.footer .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .footer .social-icons {
    justify-content: flex-end;
  }
}
.footer .social-icons a {
  transition: all 0.4s ease-in-out;
}
.footer .social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.footer .social-icons a svg path {
  transition: all 0.4s ease-in-out;
  color: var(--gold);
}
.footer .social-icons a:hover svg path {
  color: var(--red);
}
.footer .social-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(4616%) hue-rotate(337deg) brightness(100%) contrast(111%);
}
.footer .footer-links {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer-links li a {
  color: var(--white);
  transition: color 0.3s ease;
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.footer .footer-links li a::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23fdc25a"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.footer .footer-links li a:hover {
  color: var(--white);
  background-color: rgba(253, 194, 90, 0.1019607843);
}
.footer .footer-links li a:hover::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23FDC25A"/></svg>');
  background-repeat: no-repeat;
}
.footer .social-icons {
  margin: 0;
}
.footer .social-icons a {
  color: var(--white);
  transition: color 0.3s ease;
}
.footer .hr {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.875rem;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.phone-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper:has(.swiper-slide:first-chil.swiper-slide-active) .swiper-button-prev {
  display: none;
}
.swiper.inner-hero-slider .swiper-slide {
  justify-content: flex-start;
}
.swiper.inner-hero-slider .swiper-slide > a {
  text-decoration: none;
  width: 100%;
}
.swiper.inner-hero-slider .button-with-pagination-sec .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: unset;
  cursor: not-allowed;
}

.bright-future-swiper {
  padding: 0.25rem;
}
.bright-future-swiper .swiper-slide {
  width: 18.75rem;
}
.bright-future-swiper .img-card {
  height: 100%;
}
.bright-future-swiper .img-card:focus-visible {
  outline: var(--red) auto 3px !important;
  outline-offset: 3px !important;
}
.bright-future-swiper .slide-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 23.5rem;
}
@media (max-width: 991.98px) {
  .bright-future-swiper .slide-card {
    min-height: 23.5rem;
  }
}
.bright-future-swiper .slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bright-future-swiper .slide-card:hover .play-btn .sr-only {
  display: none;
}
.bright-future-swiper .slide-card.slide-card {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0);
  height: 100%;
}
.bright-future-swiper .slide-card.slide-card .slide-text {
  color: var(--white);
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 10%;
  background: rgba(0, 0, 0, 0.0392156863);
}
.bright-future-swiper .slide-card.slide-card .slide-text .h3 {
  font-family: var(--body-font-family);
}
.bright-future-swiper .slide-card.slide-card .slide-text p {
  max-width: 90%;
}
.bright-future-swiper .slide-card.slide-card .overlay {
  border: 12px solid transparent;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn {
  background: rgba(0, 0, 0, 0.6980392157);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: var(--black);
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn svg * {
  color: var(--white);
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn:hover {
  background: var(--white);
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn:hover svg * {
  color: var(--black);
}
.bright-future-swiper .slide-card.slide-card:hover {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}
.bright-future-swiper .slide-card.slide-card:hover .slide-text {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  visibility: visible;
}
.bright-future-swiper .slide-card.purple-hover:hover .overlay, .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a.slide-card:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) .bright-future-swiper a.slide-card:hover .overlay {
  border-color: var(--purple);
  background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(357deg, var(--purple-80, rgba(122, 35, 106, 0.8)) 0%, var(--purple-80, rgba(122, 35, 106, 0.8)) 100%);
  transition: all 0.4s ease-in-out;
}
.bright-future-swiper .slide-card.teal-hover:hover .overlay, .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n) a.slide-card:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n) .bright-future-swiper a.slide-card:hover .overlay {
  border-color: var(--teal);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, rgba(0, 160, 173, 0.8), rgba(0, 160, 173, 0.8));
  transition: all 0.4s ease-in-out;
}
.bright-future-swiper .slide-card.gold-hover:hover .overlay, .bright-future-swiper .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) a.slide-card:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) .bright-future-swiper a.slide-card:hover .overlay {
  border-color: var(--gold);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, rgba(246, 144, 30, 0.8), rgba(246, 144, 30, 0.8));
  transition: background 0.4s, all 0.4s ease-in-out;
}

@media (max-width: 991.98px) {
  .bright-future-section .container {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .bright-future-section .section-heading .title-wrap {
    padding-right: 1.25rem;
  }
}
.bright-future-section .pagination-container {
  position: relative !important;
  bottom: 0;
  margin-top: 1.5rem;
}
.bright-future-section .pagination-container .button-with-pagination-sec {
  margin-right: auto !important;
}
.bright-future-section .pagination-container .button-with-pagination-sec .swiper-btn {
  background-color: var(--red) !important;
}
.bright-future-section .pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-disabled {
  opacity: 0.7;
  pointer-events: none !important;
}
.bright-future-section .pagination-container .button-with-pagination-sec .swiper-btn:focus-visible, .bright-future-section .pagination-container .button-with-pagination-sec .swiper-btn:focus {
  outline: var(--black) auto 2px;
  box-shadow: inset 0 0 0 1px var(--black), inset 0 0 0 1px var(--white) !important;
  transition: all 0.3s ease-in-out;
}
.bright-future-section .pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23D50032" fill-opacity="0.6"/></svg>') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bright-future-section .pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.bright-future-section .pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: auto 1px;
}

.bright-future-section .stars {
  font-size: 1.2rem;
}

.main-single-slider .swiper-button-group {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .main-single-slider .swiper-button-group {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.main-single-slider .swiper-button-group .swiper-btn {
  display: flex !important;
  padding: 0.5rem;
  align-items: flex-start;
  gap: 0.25rem;
  background-color: var(--gold) !important;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1 !important;
}
.main-single-slider .swiper-button-group .swiper-btn::after {
  display: none;
}
.main-single-slider .swiper-button-group .swiper-btn svg {
  width: 0.5625rem;
}
.main-single-slider .swiper-button-group .swiper-btn:hover {
  background-color: var(--white);
}
.main-single-slider .swiper-button-group .swiper-btn.swiper-button-disabled {
  opacity: 0.5 !important;
  pointer-events: auto !important;
}
.main-single-slider .swiper-pagination {
  display: block !important;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}

.swiper-btn {
  display: flex;
  padding: 0.5rem;
  align-items: flex-start;
  gap: 0.25rem;
  background-color: var(--gold);
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
}
.swiper-btn::after {
  display: none;
}
.swiper-btn svg {
  width: 0.5625rem;
}

.button-with-pagination-sec {
  min-width: 11.3125rem;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}
.button-with-pagination-sec .swiper-btn {
  position: relative;
  inset: 0;
  border: none;
}
.button-with-pagination-sec .swiper-btn.swiper-button-lock {
  display: none !important;
}
.button-with-pagination-sec .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: unset;
  cursor: not-allowed;
}
.button-with-pagination-sec .swiper-pagination {
  position: relative;
  inset: 0 !important;
  align-self: center;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="white" fill-opacity="0.6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet:hover, .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23FDC25A" fill-opacity="1"/></svg>');
  transition: all 0.3s ease-in-out;
  outline-offset: 2px;
}
@media (max-width: 575.98px) {
  .button-with-pagination-sec .swiper-pagination {
    max-width: 50%;
  }
}

.pagination-container {
  position: absolute !important;
  z-index: 8;
  bottom: 3rem;
  right: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .pagination-container {
    padding-inline: 4rem;
  }
}
@media (min-width: 1600px) {
  .pagination-container {
    max-width: 95%;
  }
}
@media (max-width: 1199.98px) {
  .pagination-container {
    padding-inline: 1rem;
  }
}
.pagination-container .button-with-pagination-sec {
  min-width: 13.75rem;
  margin-left: auto;
  margin-right: 0;
}
.pagination-container .button-with-pagination-sec .swiper-btn {
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease-in-out;
}
.pagination-container .button-with-pagination-sec .swiper-btn svg path {
  fill: var(--white);
}
.pagination-container .button-with-pagination-sec .swiper-btn:hover {
  background-color: var(--white);
}
.pagination-container .button-with-pagination-sec .swiper-btn:hover svg path {
  fill: var(--black);
}
.pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.2509803922);
  opacity: 1;
}
.pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-disabled svg path {
  fill: var(--white);
}
.pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-lock {
  display: none !important;
}
.pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="white" fill-opacity="0.6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet:hover, .pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23FDC25A" fill-opacity="1"/></svg>');
  transition: all 0.3s ease-in-out;
}

.image-gallery-sec .swiper-slide {
  height: auto;
}
.image-gallery-sec .swiper-slide .img-card {
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 25rem;
}
.image-gallery-sec .swiper-slide .img-card::before {
  content: "";
  position: absolute;
  top: 1.4375rem;
  right: 1.6875rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="24" viewBox="0 0 116 24" fill="none"><path d="M21.3158 11.9411L24 12.399L21.3158 12.857C16.8947 13.7728 13.4211 17.131 12.4737 21.405L12 24L11.5263 21.405C10.5789 17.131 7.10526 13.7728 2.68421 12.857L-5.24537e-07 12.399L2.68421 11.9411C7.10526 11.0252 10.5789 7.66704 11.5263 3.393L12 0.798038L12.4737 3.393C13.4211 7.66704 16.8947 11.0252 21.3158 11.9411Z" fill="white"/><path d="M66.5521 11.9411L69.2363 12.399L66.5521 12.857C62.1311 13.7728 58.6574 17.131 57.71 21.405L57.2363 24L56.7626 21.405C55.8153 17.131 52.3416 13.7728 47.9205 12.857L45.2363 12.399L47.9205 11.9411C52.3416 11.0252 55.8153 7.66704 56.7626 3.393L57.2363 0.798038L57.71 3.393C58.6574 7.66704 62.1311 11.0252 66.5521 11.9411Z" fill="white"/><path d="M112.57 11.9411L115.254 12.399L112.57 12.857C108.149 13.7728 104.675 17.131 103.728 21.405L103.254 24L102.78 21.405C101.833 17.131 98.3592 13.7728 93.9381 12.857L91.2539 12.399L93.9381 11.9411C98.3592 11.0252 101.833 7.66704 102.78 3.393L103.254 0.798038L103.728 3.393C104.675 7.66704 108.149 11.0252 112.57 11.9411Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 7.203125rem;
  height: 1.45013rem;
  z-index: 9;
}
.image-gallery-sec .swiper-slide .img-card::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 8;
}
.image-gallery-sec .swiper-slide .img-card:hover::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.image-gallery-sec .swiper-slide .img-card:hover::before {
  content: "";
  opacity: 1;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.image-gallery-sec .swiper-pagination-bullet {
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23313536" fill-opacity="0.6"/></svg>') !important;
}
.image-gallery-sec .swiper-pagination-bullet.swiper-pagination-bullet-active, .image-gallery-sec .swiper-pagination-bullet:hover, .image-gallery-sec .swiper-pagination-bullet:focus-visible {
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23FDC25A" fill-opacity="1"/></svg>') !important;
}

.carousel-indicators {
  z-index: 1;
}

.image-gallery-slider .swiper-wrapper {
  margin: 0 auto;
  width: fit-content;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .testimonial-autoplay-control {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--black, #000);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.testimonial-slider .testimonial-autoplay-control svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--black, #000);
}
.testimonial-slider .testimonial-autoplay-control:hover {
  background-color: var(--white, #fff);
  transform: scale(1.1);
}
.testimonial-slider .testimonial-autoplay-control:focus-visible {
  outline: 3px solid var(--red, #d50032);
  outline-offset: 2px;
}
.testimonial-slider .testimonial-autoplay-control[aria-pressed=true] {
  background-color: var(--red, #d50032);
}
.testimonial-slider .testimonial-autoplay-control[aria-pressed=true] svg {
  color: var(--white, #fff);
}
.testimonial-slider .button-with-pagination-sec {
  margin-top: 1.5rem;
  margin-bottom: 0.125rem;
}
.testimonial-slider .button-with-pagination-sec .swiper-pagination-bullet {
  outline-color: var(--black);
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23313536" fill-opacity="0.6"/></svg>') !important;
}
.testimonial-slider .button-with-pagination-sec .swiper-pagination-bullet.swiper-pagination-bullet-active, .testimonial-slider .button-with-pagination-sec .swiper-pagination-bullet:hover, .testimonial-slider .button-with-pagination-sec .swiper-pagination-bullet:focus-visible {
  background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L11.2567 16H18L6.74325 0H0Z" fill="%23FDC25A" fill-opacity="1"/></svg>') !important;
}
.testimonial-slider .button-with-pagination-sec .swiper-btn {
  outline-color: var(--black);
}
.testimonial-slider .button-with-pagination-sec .swiper-btn.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: unset;
  cursor: not-allowed;
}

.bg-red {
  background: var(--red) !important;
  color: var(--white);
}
.bg-red * {
  color: var(--white);
}
.bg-red .btn-secondary.btn-secondary-icon-yellow svg * {
  color: var(--gold);
}
.bg-red .bg-white {
  background: var(--white);
  color: var(--black);
}
.bg-red .bg-white * {
  color: var(--black);
}
.bg-red .bg-white .btn-secondary svg * {
  color: var(--red);
}
.bg-red .section-heading .star-icon * {
  color: rgba(0, 0, 0, 0.4);
}
.bg-red .btn-primary {
  background-color: var(--gold);
}
.bg-red .btn-primary span {
  color: var(--black);
}
.bg-red .btn-primary:hover {
  background-color: var(--black);
  color: var(--white);
}
.bg-red .btn-primary:hover span {
  color: var(--white);
}

.bg-white {
  background: var(--white);
  color: var(--black);
}
.bg-white .full-sec-content a:not(.btn) {
  color: var(--red) !important;
}
.bg-white .full-sec-content a:not(.btn) span {
  color: var(--red) !important;
}
.bg-white .full-sec-content p,
.bg-white .full-sec-content ul li,
.bg-white .full-sec-content ol li {
  color: var(--black) !important;
}
.bg-white .btn-primary.clear {
  background: none;
  border: 1px solid var(--black);
  color: var(--black);
  clip-path: none;
}
.bg-white .btn-primary.clear span {
  color: var(--black);
}
.bg-white .btn-primary.clear:hover {
  background-color: var(--black) !important;
  color: var(--white);
}
.bg-white .btn-primary.clear:hover span {
  color: var(--white);
}

.bg-black {
  background: var(--black);
  color: var(--white);
}
.bg-black * {
  color: var(--white);
}
.bg-black .btn-secondary {
  background-color: transparent;
  color: var(--black);
}
.bg-black .btn-secondary .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary .arrow * {
  color: var(--gold);
}
.bg-black .btn-secondary .arrow path {
  fill: var(--gold) !important;
}
.bg-black .btn-secondary span {
  flex: 1;
}
.bg-black .btn-secondary:hover {
  background: rgba(253, 194, 90, 0.1019607843);
  border: 1px solid var(--pink);
}
.bg-black .btn-secondary:hover .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary:hover .arrow * {
  color: var(--gold);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow {
  background: transparent;
}
.bg-black .btn-secondary.btn-secondary-icon-yellow .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow:hover {
  background: rgba(253, 194, 90, 0.1019607843);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow:hover .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow:hover .arrow * {
  color: var(--gold);
}
.bg-black .btn-primary:focus-visible {
  outline: var(--white) auto 1px;
}
.bg-black .btn.btn-secondary-white:hover {
  background: rgba(253, 194, 90, 0.1);
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--pink);
}
.bg-black .btn.btn-secondary-white:hover .arrow {
  transform: rotate(-45deg);
  color: var(--gold) !important;
}
.bg-black .btn.btn-secondary-white:hover .arrow path {
  color: var(--gold);
}
.bg-black .btn-primary:hover {
  color: var(--black);
  background-color: var(--gold);
}
.bg-black .btn-primary:hover span {
  color: var(--black);
}
.bg-black .btn-primary:hover span svg {
  color: var(--black);
}
.bg-black .btn-primary:hover span svg * {
  color: var(--black);
}
.bg-black .btn-primary:hover::before {
  background-color: var(--gold);
}

.bg-gold {
  background: var(--gold);
}

.bg-light-gray {
  background: var(--light-gray) !important;
}

.bg-grey-700 {
  background: var(--grey-700);
}

.bg-danger {
  background: var(--danger);
}

.bg-success {
  background: var(--success);
}

.text-red {
  color: var(--red);
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black);
}
.text-black * {
  color: var(--black);
}

.text-gold {
  color: var(--gold);
}
.text-gold * {
  color: var(--gold);
}

.text-purple {
  color: var(--purple);
}
.text-purple * {
  color: var(--purple);
}

.text-light-purple {
  color: #DAA4D0;
}
.text-light-purple * {
  color: #DAA4D0;
}

.text-light-pink {
  color: #FF85A3;
}
.text-light-pink * {
  color: #FF85A3;
}

.text-light-teal {
  color: #8BF2F9;
}
.text-light-teal * {
  color: #8BF2F9;
}

.text-teal {
  color: var(--teal);
}
.text-teal * {
  color: var(--teal);
}

.text-red {
  color: var(--red);
}
.text-red * {
  color: var(--red);
}

.text-success {
  color: var(--success);
}

.text-danger {
  color: var(--danger);
}

.full-content-button-sec {
  position: relative;
}
.full-content-button-sec::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="358" height="106" viewBox="0 0 358 106" fill="none"><path d="M198.353 0H194.329L353.076 226.709H357.1L198.353 0Z" fill="black" fill-opacity="0.05"/><path d="M-111.229 226.709H-115.253L-274 0H-269.976L-111.229 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-89.9422 226.709H-93.9657L-252.707 0H-248.684L-89.9422 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-68.6558 226.709H-72.6793L-231.421 0H-227.397L-68.6558 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-47.3692 226.709H-51.3927L-210.134 0H-206.111L-47.3692 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-26.0827 226.709H-30.1061L-188.848 0H-184.824L-26.0827 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-4.79044 226.709H-8.81396L-167.561 0H-163.537L-4.79044 226.709Z" fill="black" fill-opacity="0.05"/><path d="M16.4962 226.709H12.4727L-146.274 0H-142.251L16.4962 226.709Z" fill="black" fill-opacity="0.05"/><path d="M37.7834 226.709H33.7599L-124.982 0H-120.958L37.7834 226.709Z" fill="black" fill-opacity="0.05"/><path d="M59.0699 226.709H55.0464L-103.695 0H-99.6716L59.0699 226.709Z" fill="black" fill-opacity="0.05"/><path d="M80.3564 226.709H76.333L-82.4085 0H-78.385L80.3564 226.709Z" fill="black" fill-opacity="0.05"/><path d="M101.649 226.709H97.6253L-61.1216 0H-57.0981L101.649 226.709Z" fill="black" fill-opacity="0.05"/><path d="M122.935 226.709H118.912L-39.8351 0H-35.8116L122.935 226.709Z" fill="black" fill-opacity="0.05"/><path d="M144.222 226.709H140.198L-18.5485 0H-14.525L144.222 226.709Z" fill="black" fill-opacity="0.05"/><path d="M165.509 226.709H161.485L2.74396 0H6.76746L165.509 226.709Z" fill="black" fill-opacity="0.05"/><path d="M186.796 226.709H182.772L24.0306 0H28.0541L186.796 226.709Z" fill="black" fill-opacity="0.05"/><path d="M208.082 226.709H204.059L45.3171 0H49.3406L208.082 226.709Z" fill="black" fill-opacity="0.05"/><path d="M229.374 226.709H225.351L66.6038 0H70.6273L229.374 226.709Z" fill="black" fill-opacity="0.05"/><path d="M250.661 226.709H246.637L87.8904 0H91.914L250.661 226.709Z" fill="black" fill-opacity="0.05"/><path d="M271.947 226.709H267.924L109.177 0H113.201L271.947 226.709Z" fill="black" fill-opacity="0.05"/><path d="M293.235 226.709H289.211L130.47 0H134.493L293.235 226.709Z" fill="black" fill-opacity="0.05"/><path d="M314.521 226.709H310.498L151.756 0H155.78L314.521 226.709Z" fill="black" fill-opacity="0.05"/><path d="M335.813 226.709H331.79L173.043 0H177.067L335.813 226.709Z" fill="black" fill-opacity="0.05"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 107px;
  width: 282px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .full-content-button-sec::before {
    position: relative;
  }
}

.button-listing {
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .button-listing {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .button-listing {
    display: flex;
    flex-direction: column;
  }
}

.text-button-sec.text-center .button-listing {
  justify-content: center;
}
.text-button-sec.text-center.text-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .text-button-sec.text-center.text-left {
    text-align: center;
  }
}

.key-feature-sec {
  position: relative;
}
.key-feature-sec .key-feature-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.key-feature-sec::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.key-feature-sec .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .key-feature-sec .container > .row .col-lg-8,
  .key-feature-sec .container > .row .col-lg-7 {
    position: sticky;
    top: 0;
  }
  .key-feature-sec .container > .row .col-lg-8 .content-big,
  .key-feature-sec .container > .row .col-lg-7 .content-big {
    position: sticky;
    top: 3rem;
  }
}
.key-feature-sec .container .content-big {
  word-break: break-word;
}
.key-feature-sec .oasis-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .key-feature-sec .oasis-list {
    gap: 1.25rem;
  }
}
.key-feature-sec .oasis-list li {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.key-feature-sec .oasis-list li .content-big {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .key-feature-sec .oasis-list li .content-big {
    gap: 1rem;
  }
}
.key-feature-sec .oasis-list li .content-big h1 {
  margin-bottom: 0;
}
.key-feature-sec .oasis-list li .content-big .icon {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 767.98px) {
  .key-feature-sec .oasis-list li .content-big .icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.key-feature-sec .oasis-list li .content-big .icon svg {
  vertical-align: top;
}
.key-feature-sec .oasis-description {
  font-size: 1rem;
  line-height: 1.6;
}
.key-feature-sec .content-section {
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .key-feature-sec .content-section {
    position: sticky;
    top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .key-feature-sec .content-section {
    gap: 1.5rem;
  }
}
.key-feature-sec .content-section .actions li {
  margin-top: 0.9375rem;
}
.key-feature-sec .content-section .actions li:first-child {
  margin-top: 0;
}
.key-feature-sec .content-section img {
  max-width: 100%;
  height: auto;
}
.key-feature-sec .content-section iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}

.whats-next-section {
  position: relative;
  overflow: hidden;
}
.whats-next-section::after {
  content: "";
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.7) 0%, rgba(213, 0, 50, 0.7) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.whats-next-section .yellow-stars {
  position: absolute;
  z-index: 4;
  right: 1rem;
  height: 100%;
  width: 100%;
  max-width: 25.875rem;
  max-height: 12.125rem;
  top: 3.1875rem;
}
@media (max-width: 1199.98px) {
  .whats-next-section .yellow-stars {
    top: 1.5rem;
    max-width: 19.75rem;
    max-height: 8.75rem;
  }
}
@media (max-width: 767.98px) {
  .whats-next-section .yellow-stars {
    top: 1.5rem;
    right: 0.25rem;
    max-width: 12.8125rem;
    max-height: 6rem;
  }
}
.whats-next-section .whats-next-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.whats-next-section .container-smaller {
  z-index: 3;
  position: relative;
}
.whats-next-section .next-card {
  position: relative;
  z-index: 2;
  border-radius: 0;
  padding: 4rem;
}
@media (max-width: 1199.98px) {
  .whats-next-section .next-card {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .whats-next-section .next-card {
    padding: 4.5rem 1.25rem;
  }
}
.whats-next-section .stars {
  font-size: 1rem;
}
.whats-next-section .stars span {
  margin-right: 0.5rem;
}
.whats-next-section .btn-warning {
  background-color: #ffc107;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.whats-next-section .btn-warning:hover {
  background-color: rgb(211, 158.25, 0);
  color: #000;
}
.whats-next-section .star-pattern {
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.whats-next-section .star-pattern .pattern-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
  color: #ffc107;
  font-size: 1.2rem;
}
.whats-next-section .star-pattern .pattern-grid::before {
  content: "";
  display: block;
}
.whats-next-section .pattern-grid::before {
  content: repeat(30, "★ ");
  white-space: pre-wrap;
  font-size: 1.2rem;
}

.text-icon-sec .icon-text-card .icon-div img {
  margin-inline: auto;
  height: 5.25rem;
}
.text-icon-sec .icon-text-card .icon-text-content {
  padding: 2rem;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .text-icon-sec .icon-text-card .icon-text-content {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1200px) {
  .text-icon-sec .icon-text-card .icon-text-content {
    padding: 3rem 2rem;
  }
}
.text-icon-sec.text-icon-with-bg-sec {
  position: relative;
}
.text-icon-sec.text-icon-with-bg-sec::after {
  content: "";
  background-color: var(--red);
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.85) 0%, rgba(213, 0, 50, 0.85) 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.text-icon-sec.text-icon-with-bg-sec .container-slider {
  position: relative;
  z-index: 3;
}
.text-icon-sec.text-icon-with-bg-sec .section-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.text-icon-slider .swiper-slide {
  background-color: transparent;
}
.text-icon-slider .swiper-slide:nth-child(n+4) {
  display: none !important;
}
.text-icon-slider .swiper-slide .icon-div i {
  font-size: 5.25rem;
}
@media (min-width: 768px) {
  .text-icon-slider .button-with-pagination-sec {
    display: none !important;
  }
}
.text-icon-slider .button-with-pagination-sec .swiper-btn[aria-disabled=true] {
  background-color: rgba(255, 255, 255, 0.2509803922) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}
.text-icon-slider .button-with-pagination-sec .swiper-btn[aria-disabled=true] svg path {
  fill: var(--white) !important;
}

.testimonial-sec {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g opacity="0.07"><path d="M17.6299 10.722L18 8.625L18.3701 10.722C19.1102 14.176 21.824 16.8898 25.278 17.6299L27.375 18L25.278 18.3701C21.824 19.1102 19.1102 21.824 18.3701 25.278L18 27.375L17.6299 25.278C16.8898 21.824 14.176 19.1102 10.722 18.3701L8.625 18L10.722 17.6299C14.176 16.8898 16.8898 14.176 17.6299 10.722Z" fill="black"/></g></svg>'), var(--red);
  background-position: top center;
  background-repeat: repeat;
  background-size: 28px;
}
.testimonial-sec::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="474" height="227" viewBox="0 0 474 227" fill="none"><path d="M162.771 226.71H158.747L0 0H4.02441L162.771 226.71ZM184.058 226.71H180.035L21.293 0H25.3164L184.058 226.71ZM205.345 226.71H201.321L42.5791 0H46.6025L205.345 226.71ZM226.631 226.71H222.607L63.8662 0H67.8887L226.631 226.71ZM247.918 226.71H243.895L85.1523 0H89.1758L247.918 226.71ZM269.21 226.71H265.187L106.439 0H110.463L269.21 226.71ZM290.497 226.71H286.473L127.726 0H131.75L290.497 226.71ZM311.783 226.71H307.761L149.019 0H153.042L311.783 226.71ZM333.07 226.71H329.047L170.305 0H174.328L333.07 226.71ZM354.356 226.71H350.334L191.592 0H195.615L354.356 226.71ZM375.649 226.71H371.626L212.878 0H216.902L375.649 226.71ZM396.936 226.71H392.912L234.165 0H238.188L396.936 226.71ZM418.223 226.71H414.198L255.451 0H259.476L418.223 226.71ZM439.509 226.71H435.486L276.744 0H280.768L439.509 226.71ZM460.796 226.71H456.772L298.031 0H302.054L460.796 226.71ZM482.082 226.71H478.06L319.317 0H323.341L482.082 226.71ZM503.375 226.71H499.351L340.604 0H344.628L503.375 226.71ZM524.661 226.71H520.638L361.891 0H365.914L524.661 226.71ZM545.948 226.71H541.924L383.177 0H387.201L545.948 226.71ZM567.235 226.71H563.212L404.47 0H408.493L567.235 226.71ZM588.521 226.71H584.498L425.757 0H429.779L588.521 226.71ZM609.814 226.71H605.79L447.043 0H451.067L609.814 226.71ZM631.101 226.71H627.077L468.329 0H472.354L631.101 226.71Z" fill="%23FEC35A"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 39.44381rem;
  height: 14.16938rem;
  position: absolute;
  right: 0;
  top: 2.1875rem;
}
@media (min-width: 1920px) {
  .testimonial-sec::after {
    width: 41vw;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-sec::after {
    width: 24.25rem;
    height: 10.91513rem;
  }
}
@media (max-width: 767.98px) {
  .testimonial-sec::after {
    width: 14.25rem;
    height: 6.91513rem;
  }
}
.testimonial-sec .next-card {
  max-width: 50rem;
  padding: 4.5rem 6rem 4rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .testimonial-sec .next-card {
    padding: 4rem 2rem 3rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .testimonial-sec .next-card {
    padding: 4rem 1rem 3rem 1rem;
  }
}
.testimonial-sec .next-card .section-heading .star-icon * {
  color: var(--black);
}
.testimonial-sec .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-sec .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.testimonial-sec .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-sec .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 1.5rem;
  }
}
.testimonial-sec:has(+ .bg-light-gray) {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .testimonial-sec:has(+ .bg-light-gray) {
    margin-bottom: 4.5rem;
  }
}

.testimonial-with-paralax {
  position: relative;
}
.testimonial-with-paralax::after {
  content: "";
  background-color: var(--red);
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.7) 0%, rgba(213, 0, 50, 0.7) 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.testimonial-with-paralax .testimonial-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.testimonial-with-paralax .next-card {
  max-width: 50rem;
  padding: 4.5rem 6rem 4rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .testimonial-with-paralax .next-card {
    padding: 4rem 1rem 3rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card {
    padding: 4rem 2rem 3rem 2rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .star-icon * {
  color: var(--grey-700);
}
.testimonial-with-paralax .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 1.5rem;
  }
}

.important-announcement-sec::after {
  content: "";
  background-color: var(--red);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g opacity="0.07"><path d="M17.6299 10.722L18 8.625L18.3701 10.722C19.1102 14.176 21.824 16.8898 25.278 17.6299L27.375 18L25.278 18.3701C21.824 19.1102 19.1102 21.824 18.3701 25.278L18 27.375L17.6299 25.278C16.8898 21.824 14.176 19.1102 10.722 18.3701L8.625 18L10.722 17.6299C14.176 16.8898 16.8898 14.176 17.6299 10.722Z" fill="black"/></g></svg>'), var(--gold);
  background-position: top center;
  background-repeat: repeat;
  background-size: 28px;
  width: 63%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 8% 100%, 0 88%, 0 0);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .important-announcement-sec::after {
    clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 10% 100%, 0 96%, 0 0);
  }
}
@media (max-width: 767.98px) {
  .important-announcement-sec::after {
    width: 74%;
    clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 18% 100%, 0 96%, 0 0);
  }
}
.important-announcement-sec .next-card {
  border: 12px solid var(--black);
  padding: 4.5rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .important-announcement-sec .next-card {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .important-announcement-sec .next-card {
    padding: 2rem 1.75rem 3rem 1.75rem;
    border-width: 8px;
  }
}
@media (max-width: 354px) {
  .important-announcement-sec .next-card {
    padding: 2rem 1rem 3rem 1rem;
  }
  .important-announcement-sec .next-card h2 {
    font-size: 1.5rem;
  }
}
.important-announcement-sec .next-card .section-heading .star-icon * {
  color: var(--black);
}
.important-announcement-sec .next-card .section-heading .title-wrap {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .important-announcement-sec .next-card .section-heading .title-wrap {
    margin-bottom: 2rem;
  }
}
.important-announcement-sec .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .important-announcement-sec .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 0.75rem;
  }
}

.testimonial-with-paralax {
  position: relative;
}
.testimonial-with-paralax::after {
  content: "";
  background-color: var(--red);
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.7) 0%, rgba(213, 0, 50, 0.7) 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.testimonial-with-paralax .testimonial-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.testimonial-with-paralax .next-card {
  max-width: 50rem;
  padding: 4.5rem 6rem 4rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card {
    padding: 4rem 2rem 3rem 2rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .star-icon * {
  color: var(--grey-700);
}
.testimonial-with-paralax .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 1.5rem;
  }
}

.contact-us-sec {
  position: relative;
  padding-top: 6rem !important;
}
@media (max-width: 767.98px) {
  .contact-us-sec {
    padding-top: 4.5rem !important;
  }
}
.contact-us-sec::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="494" height="121" viewBox="0 0 494 121" fill="none"><path d="M87.8469 120.065H83.8225L-0.00170898 0.353516H4.02173L87.8469 120.065ZM109.133 120.065H105.111L21.2883 0.353516H25.3118L109.133 120.065ZM130.42 120.065H126.397L42.5745 0.353516H46.5979L130.42 120.065ZM151.706 120.065H147.683L63.8616 0.353516H67.884L151.706 120.065ZM172.993 120.065H168.97L85.1477 0.353516H89.1711L172.993 120.065ZM194.285 120.065H190.262L106.438 0.353516H110.46L194.285 120.065ZM215.573 120.065H211.548L127.724 0.353516H131.747L215.573 120.065ZM236.859 120.065H232.836L149.014 0.353516H153.037L236.859 120.065ZM258.146 120.065H254.122L170.3 0.353516H174.323L258.146 120.065ZM279.432 120.065H275.409L191.587 0.353516H195.611L279.432 120.065ZM300.725 120.065H296.701L212.876 0.353516H216.9L300.725 120.065ZM322.012 120.065H317.988L234.163 0.353516H238.187L322.012 120.065ZM343.298 120.065H339.274L255.449 0.353516H259.473L343.298 120.065ZM364.584 120.065H360.562L276.74 0.353516H280.763L364.584 120.065ZM385.871 120.065H381.848L298.027 0.353516H302.049L385.871 120.065ZM407.157 120.065H403.135L319.313 0.353516H323.336L407.157 120.065ZM428.45 120.065H424.426L340.602 0.353516H344.625L428.45 120.065ZM449.738 120.065H445.713L361.889 0.353516H365.912L449.738 120.065ZM471.024 120.065H466.999L383.175 0.353516H387.198L471.024 120.065ZM492.311 120.065H488.287L404.465 0.353516H408.489L492.311 120.065ZM513.597 120.065H509.573L425.752 0.353516H429.775L513.597 120.065ZM534.89 120.065H530.865L447.041 0.353516H451.065L534.89 120.065ZM556.176 120.065H552.153L468.327 0.353516H472.351L556.176 120.065Z" fill="%23D50032"/></svg>');
  background-position: right;
  background-repeat: no-repeat !important;
  background-size: 100%;
  width: 30.5rem;
  left: auto;
  height: 7.482rem;
  position: absolute;
  right: 0;
  top: 3rem;
  z-index: 4;
  width: 34.5rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec::after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="248" height="112" viewBox="0 0 248 112" fill="none"><path d="M79.4365 111.141H77.4736L0 0.5H1.96289L79.4365 111.141ZM89.8262 111.141H87.8633L10.3926 0.5H12.3555L89.8262 111.141ZM100.215 111.141H98.252L20.7812 0.5H22.7441L100.215 111.141ZM110.604 111.141H108.641L31.1699 0.5H33.1328L110.604 111.141ZM120.992 111.141H119.029L41.5586 0.5H43.5215L120.992 111.141ZM131.383 111.141H129.42L51.9473 0.5H53.9102L131.383 111.141ZM141.771 111.141H139.809L62.3359 0.5H64.2988L141.771 111.141ZM152.161 111.141H150.198L72.7275 0.5H74.6904L152.161 111.141ZM162.55 111.141H160.587L83.1162 0.5H85.0791L162.55 111.141ZM172.938 111.141H170.976L93.5049 0.5H95.4678L172.938 111.141ZM183.329 111.141H181.366L103.894 0.5H105.856L183.329 111.141ZM193.718 111.141H191.755L114.282 0.5H116.245L193.718 111.141ZM204.106 111.141H202.144L124.671 0.5H126.634L204.106 111.141ZM214.496 111.141H212.533L135.062 0.5H137.025L214.496 111.141ZM224.885 111.141H222.922L145.451 0.5H147.414L224.885 111.141ZM235.273 111.141H233.311L155.84 0.5H157.803L235.273 111.141ZM245.664 111.141H243.701L166.229 0.5H168.191L245.664 111.141ZM256.053 111.141H254.09L176.617 0.5H178.58L256.053 111.141ZM266.441 111.141H264.479L187.006 0.5H188.969L266.441 111.141ZM276.831 111.141H274.867L197.396 0.5H199.36L276.831 111.141ZM287.22 111.141H285.256L207.785 0.5H209.749L287.22 111.141ZM297.61 111.141H295.647L218.175 0.5H220.138L297.61 111.141ZM307.999 111.141H306.036L228.563 0.5H230.526L307.999 111.141Z" fill="%23D50032"/></svg>');
    background-position: right;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 15.5rem;
    height: 6.91506rem;
  }
}
.contact-us-sec .next-card {
  border: 12px solid var(--black);
  padding: 4.5rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1399.98px) {
  .contact-us-sec .next-card {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-us-sec .next-card {
    padding: 4rem 1.25rem 3rem 1.25rem;
    border-width: 8px;
  }
}
.contact-us-sec .next-card .section-heading .star-icon * {
  color: var(--black);
}
.contact-us-sec .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.contact-us-sec .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contact-us-sec .full-sec-content {
    background: var(--light-gray);
    padding: 2rem;
  }
}
@media (min-width: 1400px) {
  .contact-us-sec .full-sec-content {
    padding: 3rem;
  }
}
.contact-us-sec .full-sec-content .heading-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-us-sec .full-sec-content .heading-content {
    gap: 2rem;
  }
}
.contact-us-sec .full-sec-content .heading-content .contact-heading .heading-box h3 {
  margin: 0;
}
.contact-us-sec .full-sec-content .heading-content .contact-listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.contact-us-sec .full-sec-content .heading-content .contact-details {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
}
.contact-us-sec .full-sec-content .heading-content .contact-details .info-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-us-sec .full-sec-content .heading-content .contact-details .info-icon img {
  margin-top: 0 !important;
  filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(467%) hue-rotate(139deg) brightness(97%) contrast(88%);
}
@media (max-width: 767.98px) {
  .contact-us-sec .full-sec-content .heading-content .contact-details .info-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.contact-us-sec .full-sec-content .heading-content .contact-details .info-text {
  flex: 1;
}
@media (max-width: 991.98px) {
  .contact-us-sec .full-sec-content .heading-content .contact-details .info-text {
    font-size: 0.875rem;
  }
}
.contact-us-sec .section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-us-sec .section-heading {
    gap: 3rem;
  }
}
.contact-us-sec .section-heading .title-wrap {
  margin-bottom: 0 !important;
}
.contact-us-sec .contact-address-list {
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
  .contact-us-sec .contact-address-list {
    row-gap: 2rem;
  }
}
.contact-us-sec .contact-address-list .adress-details {
  padding-top: 1.5rem;
  border-top: 2px solid var(--grey-800);
}
@media (min-width: 768px) {
  .contact-us-sec .contact-address-list .adress-details {
    padding-left: 1.25rem;
    padding-top: 0;
    border-top: none;
    border-left: 2px solid var(--grey-800);
  }
}
.contact-us-sec .contact-address-list .adress-details p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-us-sec .social-icon {
    display: flex;
    justify-content: flex-end;
  }
}
.contact-us-sec .social-icon .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact-us-sec .social-icon .social-icons li {
  list-style-type: none !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .contact-us-sec .social-icon .social-icons {
    padding-left: 0;
    gap: 0.75rem;
    margin-top: 1rem;
  }
}
.contact-us-sec .social-icon .social-icons a {
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}
.contact-us-sec .social-icon .social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.contact-us-sec .social-icon .social-icons a svg path {
  transition: all 0.4s ease-in-out;
  color: #4B5253;
}
.contact-us-sec .social-icon .social-icons a:hover svg path {
  color: var(--red);
}
.contact-us-sec .mobile-social-icon {
  display: none;
}
@media (max-width: 767.98px) {
  .contact-us-sec .mobile-social-icon {
    display: block;
  }
}

.program-finder-first-row {
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .program-finder-first-row {
    padding-bottom: 2rem;
  }
}

.program-link-sec {
  padding-top: 3rem;
  border-block: 1px solid #000;
}
@media (max-width: 767.98px) {
  .program-link-sec {
    border-block: none;
    padding-top: 2rem;
  }
}
.program-link-sec .container-smaller {
  max-width: 840px;
  padding-inline: 1.25rem;
}
.program-link-sec .program-filter .form-control {
  border: 2px solid var(--grey-800);
  background: var(--white);
  height: 3.25rem;
  padding: 0.75rem;
  border-radius: 0;
}
.program-link-sec .program-filter .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid var(--dark-grey);
}
.program-link-sec .program-filter .form-control:hover {
  border: 2px solid var(--dark-grey);
}
.program-link-sec .program-filter .form-control::placeholder {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  /* 1.75rem */
  color: #929292;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-filter .form-control::placeholder {
    font-size: 0.875rem;
  }
}
.program-link-sec .program-filter .input-first {
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-filter .input-first {
    margin-bottom: 0.75rem;
  }
}
.program-link-sec .program-filter .input-last {
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-filter .input-last {
    margin-bottom: 1.25rem;
  }
}
.program-link-sec .program-filter .form-select {
  border: 2px solid var(--grey-800);
  background: var(--white);
  height: 3.25rem;
  padding: 0.75rem;
  border-radius: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g id="chevron-down"><path id="Vector" d="M7.42969 9.85449L5.92969 11.3545L12 17.4248L18.0703 11.3545L16.5703 9.85449L12 14.4248L7.42969 9.85449Z" fill="black"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 11px top 11px;
  background-size: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  /* 1.75rem */
}
@media (max-width: 767.98px) {
  .program-link-sec .program-filter .form-select {
    font-size: 0.875rem;
  }
}
.program-link-sec .program-filter .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid var(--dark-grey);
}
.program-link-sec .program-filter .form-select:hover {
  border: 2px solid var(--dark-grey);
}
.program-link-sec .program-filter .form-select::placeholder {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  /* 1.75rem */
  color: #000;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-filter .form-select::placeholder {
    font-size: 0.875rem;
  }
}
.program-link-sec .program-filter .form-check {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.program-link-sec .program-filter .form-check .form-check-input {
  border-radius: 0.25em;
  border: 2px solid var(--grey-800);
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.75rem;
  border-radius: 0;
}
.program-link-sec .program-filter .form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.program-link-sec .program-filter .form-check .form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M18.6019 5.20638L8.25 15.5583L4.31478 11.623L3.01855 12.9193L8.25 18.1507L19.8981 6.5026L18.6019 5.20638Z" fill="black"/></svg>');
}
.program-link-sec .program-filter .form-check label.form-check-label {
  margin-top: 4px;
}
.program-link-sec .program-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.program-link-sec .program-card .program-link {
  padding: 1.5rem;
  background-color: var(--gold);
  align-items: center;
  color: var(--black);
  min-height: 106px;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-card .program-link {
    padding: 1rem;
    min-height: 86px;
  }
}
.program-link-sec .program-card .program-link .btn.btn-secondary {
  background-color: transparent !important;
  align-items: center;
  text-align: right;
  gap: 1rem;
  text-transform: capitalize;
}
.program-link-sec .program-card .program-link .left-program-link {
  align-self: center;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-card .program-link .left-program-link {
    margin-bottom: 8px !important;
  }
}
.program-link-sec .program-card .program-link .left-program-link h4,
.program-link-sec .program-card .program-link .left-program-link h2 {
  margin: 0;
  color: var(--black);
}
.program-link-sec .program-card .program-link .left-program-link p {
  max-width: 346px;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  /* 1.53125rem */
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-card .program-link .left-program-link p {
    font-size: 0.75rem-;
  }
}
.program-link-sec .program-card .program-link .right-program-link {
  align-self: center;
  text-align: right;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-card .program-link .right-program-link {
    text-align: left;
  }
}
.program-link-sec .program-card .program-link .right-program-link p {
  max-width: 346px;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  /* 1.53125rem */
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-card .program-link .right-program-link p {
    font-size: 0.75rem;
  }
}
.program-link-sec .program-card .program-link .right-arrow-sec {
  width: 2.5rem;
  align-self: center;
  text-align: right;
}
.program-link-sec .program-card .program-link .flex-1 {
  flex: 1;
}
.program-link-sec .program-card .program-link:hover {
  background-color: var(--black);
  color: var(--white);
}
.program-link-sec .program-card .program-link:hover h2,
.program-link-sec .program-card .program-link:hover h4 {
  color: var(--white);
}
.program-link-sec .program-card .program-link:hover * {
  color: var(--white);
}
.program-link-sec .program-card .program-link:hover .btn.btn-secondary .arrow {
  transform: rotate(-45deg);
}
.program-link-sec .program-card .program-link:hover .btn.btn-secondary .arrow * {
  color: var(--red);
}

.gapping-btm-custom {
  padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .gapping-btm-custom {
    padding-bottom: 3.25rem;
  }
}

.faculty-experts-form {
  border-block: none;
}

.bg-img .section-bg-overlay {
  display: none;
}
.bg-img .section-heading {
  margin-bottom: 1.5rem;
}
.bg-img .dec-box {
  max-width: 61.125rem;
  margin: 0 auto;
}
.bg-img .dec-box a:not(.btn),
.bg-img .dec-box a:not([class]) {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.bg-img .dec-box img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.bg-img .dec-box iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.bg-img .dec-box video {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.bg-img .text-white,
.bg-img span.text-white {
  color: var(--white);
}
.bg-img .text-red,
.bg-img span.text-red {
  color: var(--red);
}
.bg-img .text-black,
.bg-img span.text-black {
  color: var(--black);
}
.bg-img.parallax {
  position: relative;
}
.bg-img.parallax .dec-box a:not(.btn),
.bg-img.parallax .dec-box a:not([class]) {
  color: var(--white) !important;
}
.bg-img.parallax .section-bg-overlay {
  display: block;
}
.bg-img.parallax * {
  color: var(--white);
}
.bg-img.parallax .container-smaller {
  position: relative;
  z-index: 3;
}
.bg-img.parallax .btn-primary:hover {
  background-color: var(--gold);
  color: var(--black);
}
.bg-img.parallax .btn-primary:hover span {
  color: var(--black);
}
.bg-img.parallax .section-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bg-img.parallax::after {
  content: "";
  background: rgba(34, 34, 34, 0.8);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}

.form-sec iframe {
  max-width: 100%;
  width: 100%;
  overflow: auto;
  max-height: 100vh;
}

.text-button-sec {
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .text-button-sec .row {
    gap: 1.5rem;
  }
}
.text-button-sec:has(.section-heading) {
  padding: 6rem 0;
}
@media (max-width: 767.98px) {
  .text-button-sec:has(.section-heading) {
    padding: 4.5rem 0;
  }
}

.img-clip-path {
  position: relative;
}
.img-clip-path .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 46.8125rem;
}
@media (max-width: 1199.98px) {
  .img-clip-path .img-wrapper {
    height: 36.125rem;
  }
}
@media (max-width: 991.98px) {
  .img-clip-path .img-wrapper {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .img-clip-path .img-wrapper {
    height: 20.5625rem;
  }
}
@media (max-width: 480px) {
  .img-clip-path .img-wrapper {
    height: 18.5625rem;
  }
}
.img-clip-path .img-wrapper img:not(.star-svg) {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin-left: 2.75rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1501px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 178px 100%, 0 calc(100% - 246px));
  }
}
@media (max-width: 1500px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 188px 100%, 0 calc(100% - 268px));
  }
}
@media (min-width: 2200px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 160px 100%, 0 calc(100% - 224px));
  }
}
@media (min-width: 2400px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 152px 100%, 0 calc(100% - 206px));
  }
}
@media (max-width: 1399.98px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 184px 100%, 0 calc(100% - 248px));
  }
}
@media (max-width: 1281px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 178px 100%, 0 calc(100% - 248px));
  }
}
@media (max-width: 1199.98px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 132px 100%, 0 calc(100% - 182px));
    margin-left: 2rem;
  }
}
@media (max-width: 991.98px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 124px 100%, 0 calc(100% - 166px));
  }
}
@media (max-width: 981px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 132px 100%, 0 calc(100% - 182px));
  }
}
@media (max-width: 860px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 132px 100%, 0 calc(100% - 182px));
  }
}
@media (max-width: 821px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 132px 100%, 0 calc(100% - 178px));
  }
}
@media (max-width: 767.98px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 148px 100%, 0 calc(100% - 203px));
    margin-left: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64px 100%, 0 calc(100% - 86px));
    margin-left: 1.25rem;
  }
}
@media (max-width: 540px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 68px 100%, 0 calc(100% - 94px));
    margin-left: 1.25rem;
  }
}
@media (max-width: 520px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 78px 100%, 0 calc(100% - 104px));
    margin-left: 1.25rem;
  }
}
@media (max-width: 500px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 78px 100%, 0 calc(100% - 108px));
    margin-left: 1.25rem;
  }
}
@media (max-width: 480px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64px 100%, 0 calc(100% - 88px));
    margin-left: 1.25rem;
  }
}
@media (max-width: 460px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 72px 100%, 0 calc(100% - 98px));
    margin-left: 1.25rem;
  }
}
@media (max-width: 440px) {
  .img-clip-path .img-wrapper img:not(.star-svg) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 72px 100%, 0 calc(100% - 98px));
    margin-left: 1.25rem;
  }
}
.img-clip-path .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 2.5rem;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="940" height="732" viewBox="0 0 940 732" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M191.859 732H939.822V0H0L0.00011756 466L191.859 732ZM12 462.124V12H469.911H927.822V720H198L12 462.124Z" fill="%23D50032"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 767.98px) {
  .img-clip-path .img-wrapper::before {
    top: 1rem;
  }
}

.img-clip-path-box {
  position: relative;
}
.img-clip-path-box .img-wrapper {
  position: relative;
  padding-top: 2.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  .img-clip-path-box .img-wrapper {
    position: sticky;
    top: 3rem;
  }
}
@media (max-width: 575.98px) {
  .img-clip-path-box .img-wrapper {
    min-height: 19.625rem;
  }
}
@media (max-width: 991.98px) {
  .img-clip-path-box .img-wrapper {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
}
.img-clip-path-box .img-wrapper img {
  position: relative;
  z-index: 2;
  height: auto !important;
}
.img-clip-path-box .img-wrapper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .img-clip-path-box .img-wrapper video {
    min-height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .img-clip-path-box .img-wrapper video {
    min-height: 18.5625rem;
  }
}
.img-clip-path-box .img-wrapper iframe {
  height: auto;
  width: 100%;
  z-index: 2;
  aspect-ratio: 16/9;
  position: relative;
}
.img-clip-path-box .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 94%;
  width: 94%;
  background-position: top left;
  border: 12px solid var(--red);
}
@media (max-width: 991.98px) {
  .img-clip-path-box .img-wrapper::before {
    border-width: 0.375rem;
  }
}
.img-clip-path-box .img-wrapper::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 100%;
  width: 1.81644rem;
  max-height: 15.44531rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="248" viewBox="0 0 30 248" fill="none"><path d="M15.1049 24.9794L14.5312 28.125L13.9576 24.9794C12.8104 19.7985 8.60403 15.7278 3.25041 14.6176L0 14.0625L3.25041 13.5074C8.60403 12.3972 12.8104 8.32648 13.9576 3.14555L14.5312 0L15.1049 3.14555C16.2521 8.32648 20.4585 12.3972 25.8121 13.5074L29.0625 14.0625L25.8121 14.6176C20.4585 15.7278 16.2521 19.7985 15.1049 24.9794Z" fill="white"/><path d="M15.1049 79.8433L14.5312 83.0938L13.9576 79.8433C12.8104 74.4897 8.60403 70.2833 3.25041 69.1361L0 68.5625L3.25041 67.9889C8.60403 66.8417 12.8104 62.6353 13.9576 57.2817L14.5312 54.0312L15.1049 57.2817C16.2521 62.6353 20.4585 66.8417 25.8121 67.9889L29.0625 68.5625L25.8121 69.1361C20.4585 70.2833 16.2521 74.4897 15.1049 79.8433Z" fill="white"/><path d="M15.1049 134.843L14.5312 138.094L13.9576 134.843C12.8104 129.49 8.60403 125.283 3.25041 124.136L0 123.562L3.25041 122.989C8.60403 121.842 12.8104 117.635 13.9576 112.282L14.5312 109.031L15.1049 112.282C16.2521 117.635 20.4585 121.842 25.8121 122.989L29.0625 123.562L25.8121 124.136C20.4585 125.283 16.2521 129.49 15.1049 134.843Z" fill="white"/><path d="M15.1049 189.843L14.5312 193.094L13.9576 189.843C12.8104 184.49 8.60403 180.283 3.25041 179.136L0 178.562L3.25041 177.989C8.60403 176.842 12.8104 172.635 13.9576 167.282L14.5312 164.031L15.1049 167.282C16.2521 172.635 20.4585 176.842 25.8121 177.989L29.0625 178.562L25.8121 179.136C20.4585 180.283 16.2521 184.49 15.1049 189.843Z" fill="white"/><path d="M15.1049 243.979L14.5312 247.125L13.9576 243.979C12.8104 238.799 8.60403 234.728 3.25041 233.618L0 233.062L3.25041 232.507C8.60403 231.397 12.8104 227.326 13.9576 222.146L14.5312 219L15.1049 222.146C16.2521 227.326 20.4585 231.397 25.8121 232.507L29.0625 233.062L25.8121 233.618C20.4585 234.728 16.2521 238.799 15.1049 243.979Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 991.98px) {
  .img-clip-path-box .img-wrapper::after {
    max-height: 12rem;
  }
}
@media (max-width: 767.98px) {
  .img-clip-path-box .img-wrapper::after {
    max-height: 8.49619rem;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

@media (min-width: 768px) {
  .img-text-sec .row-section {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .img-text-sec .row-section {
    --bs-gutter-x: 4rem;
  }
}
.img-text-sec .content-section {
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .img-text-sec .content-section {
    width: 52%;
    padding-right: 2rem;
    padding-block: 2rem;
  }
}
@media (max-width: 767.98px) {
  .img-text-sec .content-section {
    padding-top: 0;
    gap: 1.5rem;
  }
}
.img-text-sec .content-section h1 .highlight {
  color: #e30046;
}
.img-text-sec .content-section ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
  list-style: disc;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .img-text-sec .content-section ul {
    padding-left: 1.5rem;
  }
}
.img-text-sec .content-section ul ul {
  margin-top: 0;
}
.img-text-sec .content-section ul.actions {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.img-text-sec .content-section img {
  max-width: 100%;
  height: auto;
}
.img-text-sec .content-section iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}
.img-text-sec .image-section {
  position: relative;
}
@media (min-width: 1200px) {
  .img-text-sec .image-section {
    width: 48%;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .img-text-sec.left-img-text-sec .content-section {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .img-text-sec.left-img-text-sec .row-section {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .img-text-sec.left-img-text-sec .image-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.img-text-sec.left-img-text-sec .image-section .img-wrapper::after {
  content: "";
  left: 3.5rem;
  background-position: left;
}
@media (max-width: 767.98px) {
  .img-text-sec.left-img-text-sec .image-section .img-wrapper::after {
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .img-text-sec.experts-profile-faculty-wraper .row-section {
    flex-direction: row !important;
  }
}

.img-text-full-width-sec .row-section {
  margin: 0;
}
@media (min-width: 768px) {
  .img-text-full-width-sec .row-section {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .img-text-full-width-sec .row-section {
    --bs-gutter-x: 4rem;
  }
}
.img-text-full-width-sec .content-section {
  display: inline-flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .img-text-full-width-sec .content-section {
    padding-bottom: 4rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .img-text-full-width-sec .content-section {
    padding-left: 3rem;
  }
}
@media (min-width: 1400px) {
  .img-text-full-width-sec .content-section {
    padding-bottom: 9rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .img-text-full-width-sec .content-section {
    padding-inline: 1.25rem;
    gap: 1.5rem;
  }
}
.img-text-full-width-sec .content-section h1 .highlight {
  color: #e30046;
}
.img-text-full-width-sec .content-section .actions li {
  margin-top: 1rem;
}
.img-text-full-width-sec .content-section .actions li:first-child {
  margin-top: 0;
}
.img-text-full-width-sec .content-section img {
  max-width: 100%;
  height: auto;
}
.img-text-full-width-sec .content-section iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.img-text-full-width-sec .image-section {
  position: relative;
  padding-right: 0;
}
.img-text-full-width-sec .image-section.img-clip-path .img-wrapper::after {
  display: none;
}
.img-text-full-width-sec .swiper {
  max-height: 46.8125rem;
}
@media (min-width: 768px) {
  .img-text-full-width-sec .swiper {
    position: sticky;
    top: 0;
  }
}
.img-text-full-width-sec .swiper .swiper-slide {
  justify-content: flex-end;
}

.text-img-main-card .video-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.text-img-main-card .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img-main-card .video-wrap img {
  height: auto !important;
}
.text-img-main-card .video-wrap .play-btn,
.text-img-main-card .img-wrap .play-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: var(--black);
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-img-main-card .video-wrap .play-btn svg path,
.text-img-main-card .img-wrap .play-btn svg path {
  fill: var(--white);
}
.text-img-main-card .video-wrap:hover .play-btn,
.text-img-main-card .img-wrap:hover .play-btn {
  background: rgb(0, 0, 0);
}
.text-img-main-card .video-wrap iframe,
.text-img-main-card .img-wrap iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.text-img-main-card .img-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.text-img-main-card .img-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .text-img-main-card.with-star .img-wrap {
    height: 18rem;
  }
}
.text-img-main-card .heading-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .text-img-main-card .heading-row {
    gap: 0.5rem;
  }
}
.text-img-main-card .heading-row a {
  color: var(--black) !important;
  text-decoration: none !important;
}
.text-img-main-card .bottom-content-sec {
  display: flex;
  padding: 2rem 1.5rem;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .text-img-main-card .bottom-content-sec {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.text-img-main-card .bottom-content-sec .heading-row ul li {
  margin-bottom: 0.375rem;
}
.text-img-main-card .bottom-content-sec .heading-row a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  text-underline-offset: 0.3125rem;
  text-decoration-color: transparent;
  color: var(--black) !important;
  transition: all 0.3s ease-in-out;
}
.text-img-main-card .bottom-content-sec .heading-row a:not([class]):hover {
  color: var(--red) !important;
  background-color: transparent;
  text-decoration-color: var(--red);
}
.text-img-main-card .bottom-content-sec.bg-black a.btn {
  text-decoration: none !important;
}
.text-img-main-card .bottom-content-sec.bg-black a.btn:hover {
  text-decoration: none !important;
}
.text-img-main-card .bottom-content-sec.bg-black .heading-row a:not([class]) {
  color: var(--white) !important;
  transition: all 0.3s ease-in-out;
}
.text-img-main-card .bottom-content-sec.bg-black .heading-row a:not([class]):hover {
  color: var(--red) !important;
  background-color: transparent;
  text-decoration-color: var(--red);
}
@media (max-width: 575.98px) {
  .text-img-main-card .bottom-content-sec .btn-primary {
    width: 100%;
  }
}
.text-img-main-card .bottom-content-sec.bg-white a.btn, .text-img-main-card .bottom-content-sec.bg-light-gray a.btn {
  text-decoration: none !important;
}
.text-img-main-card .bottom-content-sec.bg-white a.btn:hover, .text-img-main-card .bottom-content-sec.bg-light-gray a.btn:hover {
  text-decoration: none !important;
}
.text-img-main-card .bottom-content-sec.bg-white a:not(.btn), .text-img-main-card .bottom-content-sec.bg-light-gray a:not(.btn) {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  background: transparent !important;
  color: var(--red) !important;
  display: inline-flex !important;
  word-break: break-word !important;
}
.text-img-main-card .bottom-content-sec.bg-white a:not(.btn):hover, .text-img-main-card .bottom-content-sec.bg-light-gray a:not(.btn):hover {
  background: rgba(213, 0, 50, 0.1) !important;
  text-decoration-color: transparent !important;
}
.text-img-main-card .bottom-content-sec.bg-white .heading-row a:not([class]), .text-img-main-card .bottom-content-sec.bg-light-gray .heading-row a:not([class]) {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: auto !important;
  background: transparent !important;
  color: var(--red) !important;
  display: inline-flex !important;
  word-break: break-word !important;
  transition: all 0.3s ease-in-out;
}
.text-img-main-card .bottom-content-sec.bg-white .heading-row a:not([class]):hover, .text-img-main-card .bottom-content-sec.bg-light-gray .heading-row a:not([class]):hover {
  background: rgba(213, 0, 50, 0.1) !important;
  text-decoration-color: transparent !important;
}
.text-img-main-card .bottom-content-sec.bg-white .heading-row h3 a, .text-img-main-card .bottom-content-sec.bg-light-gray .heading-row h3 a {
  color: var(--black) !important;
  text-decoration: none !important;
}
.text-img-main-card .bottom-content-sec.bg-white .heading-row h3 a:hover, .text-img-main-card .bottom-content-sec.bg-light-gray .heading-row h3 a:hover {
  background-color: transparent !important;
  color: var(--red) !important;
}
.text-img-main-card .bottom-content-sec a:not([class]) {
  text-decoration: underline !important;
}
.text-img-main-card .bottom-content-sec ul {
  padding-left: 1rem;
  margin: 0 !important;
}
.text-img-main-card .bottom-content-sec ul li {
  list-style-type: initial !important;
}
.text-img-main-card .bottom-content-sec ol {
  padding-left: 1rem !important;
  margin-bottom: 0 !important;
}
.text-img-main-card .bottom-content-sec img {
  max-width: 100% !important;
  height: auto !important;
}
.text-img-main-card .bottom-content-sec video {
  max-width: 100% !important;
  height: auto !important;
}
.text-img-main-card .bottom-content-sec iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.text-img-main-card .bottom-content-sec iframe video {
  width: 100% !important;
}
.text-img-main-card .img-wrap.with-star {
  position: relative;
}
.text-img-main-card .img-wrap.with-star::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: 1.0625rem;
  transition: all 0.4s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="116" viewBox="0 0 24 116" fill="none"><g id="Group 14"><path id="Vector" d="M11.143 94.2926L11.6009 91.6084L12.0589 94.2926C12.9747 98.7137 16.3329 102.187 20.6069 103.135L23.2019 103.608L20.6069 104.082C16.3329 105.029 12.9747 108.503 12.0589 112.924L11.6009 115.608L11.143 112.924C10.2271 108.503 6.86894 105.029 2.5949 104.082L-5.82695e-05 103.608L2.5949 103.135C6.86894 102.187 10.2271 98.7137 11.143 94.2926Z" fill="white"/><path id="Vector_2" d="M11.143 49.0563L11.6009 46.3721L12.0589 49.0563C12.9747 53.4773 16.3329 56.951 20.6069 57.8984L23.2019 58.3721L20.6069 58.8458C16.3329 59.7931 12.9747 63.2668 12.0589 67.6879L11.6009 70.3721L11.143 67.6879C10.2271 63.2668 6.86894 59.7931 2.5949 58.8458L-5.82695e-05 58.3721L2.5949 57.8984C6.86894 56.951 10.2271 53.4773 11.143 49.0563Z" fill="white"/><path id="Vector_3" d="M11.143 3.0387L11.6009 0.354493L12.0589 3.0387C12.9747 7.45975 16.3329 10.9334 20.6069 11.8808L23.2019 12.3545L20.6069 12.8282C16.3329 13.7756 12.9747 17.2492 12.0589 21.6703L11.6009 24.3545L11.143 21.6703C10.2271 17.2492 6.86894 13.7756 2.5949 12.8282L-5.82521e-05 12.3545L2.5949 11.8808C6.86894 10.9334 10.2271 7.45975 11.143 3.0387Z" fill="white"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 1.45013rem;
  height: 7.20338rem;
  z-index: 8;
}

.img-verlap-link-sec .img-verlap-link-card {
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  display: block;
}
@media (max-width: 767.98px) {
  .img-verlap-link-sec .img-verlap-link-card {
    height: 14.25rem;
  }
}
.img-verlap-link-sec .img-verlap-link-card img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-verlap-link-sec .img-verlap-link-card::before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 1.4375rem;
  right: 1.4375rem;
  transition: all 0.4s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="24" viewBox="0 0 116 24" fill="none"><path d="M21.3158 11.9411L24 12.399L21.3158 12.857C16.8947 13.7728 13.4211 17.131 12.4737 21.405L12 24L11.5263 21.405C10.5789 17.131 7.10526 13.7728 2.68421 12.857L-5.24537e-07 12.399L2.68421 11.9411C7.10526 11.0252 10.5789 7.66704 11.5263 3.393L12 0.798038L12.4737 3.393C13.4211 7.66704 16.8947 11.0252 21.3158 11.9411Z" fill="white"/><path d="M66.5521 11.9411L69.2363 12.399L66.5521 12.857C62.1311 13.7728 58.6574 17.131 57.71 21.405L57.2363 24L56.7626 21.405C55.8153 17.131 52.3416 13.7728 47.9205 12.857L45.2363 12.399L47.9205 11.9411C52.3416 11.0252 55.8153 7.66704 56.7626 3.393L57.2363 0.798038L57.71 3.393C58.6574 7.66704 62.1311 11.0252 66.5521 11.9411Z" fill="white"/><path d="M112.57 11.9411L115.254 12.399L112.57 12.857C108.149 13.7728 104.675 17.131 103.728 21.405L103.254 24L102.78 21.405C101.833 17.131 98.3592 13.7728 93.9381 12.857L91.2539 12.399L93.9381 11.9411C98.3592 11.0252 101.833 7.66704 102.78 3.393L103.254 0.798038L103.728 3.393C104.675 7.66704 108.149 11.0252 112.57 11.9411Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 7.20338rem;
  height: 1.45013rem;
  z-index: 8;
}
.img-verlap-link-sec .img-verlap-link-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 73.29% 71.29%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.img-verlap-link-sec .img-verlap-link-card .overlay {
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .img-verlap-link-sec .img-verlap-link-card .overlay {
    background: transparent;
    padding: 0.5rem !important;
  }
}
.img-verlap-link-sec .img-verlap-link-card .overlay .news-content {
  position: relative;
  z-index: 4;
}
.img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp {
  background: rgba(0, 0, 0, 0.0392156863);
  margin-top: 0.75rem;
  color: var(--white);
  width: 100%;
  padding: 0rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp a {
  text-decoration: none !important;
}
.img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp .arrow {
  color: var(--gold);
  transition: all 0.4s ease-in-out;
  flex: 0 0 24px;
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp {
    margin-top: 1.5rem;
  }
}
.img-verlap-link-sec .img-verlap-link-card .btn {
  color: var(--white);
  width: 100%;
  padding: 0.25rem;
  align-items: end;
  text-transform: capitalize;
}
.img-verlap-link-sec .img-verlap-link-card .btn span {
  font-weight: 600;
}
.img-verlap-link-sec .img-verlap-link-card .btn:hover .arrow {
  color: var(--white);
  transform: rotate(-45deg);
}
.img-verlap-link-sec .img-verlap-link-card .btn:hover .arrow * {
  color: var(--white);
}
.img-verlap-link-sec .img-verlap-link-card:hover {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}
.img-verlap-link-sec .img-verlap-link-card:hover .button-grp {
  background: rgba(0, 0, 0, 0) !important;
}
.img-verlap-link-sec .img-verlap-link-card:hover .arrow {
  color: var(--white);
  transform: rotate(-45deg);
}
.img-verlap-link-sec .img-verlap-link-card:hover .arrow * {
  color: var(--white);
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 54.29%);
  }
  .img-verlap-link-sec .img-verlap-link-card:hover .overlay {
    transition: all 0.4s ease-in-out;
    border-color: #00b5ad;
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--teal-80, rgba(0, 160, 173, 0.8));
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.purple-hover:hover .overlay, .img-verlap-link-sec .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a.img-verlap-link-card:hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) .img-verlap-link-sec a.img-verlap-link-card:hover:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--purple-80, rgba(122, 35, 106, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.teal-hover:hover .overlay, .img-verlap-link-sec .flip-tiles-gallery-grid .gallery-item:nth-child(3n) a.img-verlap-link-card:hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n) .img-verlap-link-sec a.img-verlap-link-card:hover:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--teal-80, rgba(0, 160, 173, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.gold-hover:hover .overlay, .img-verlap-link-sec .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) a.img-verlap-link-card:hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) .img-verlap-link-sec a.img-verlap-link-card:hover:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--orange-80, rgba(246, 144, 30, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.red-hover:hover .overlay {
    border-color: var(--red);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--orange-80, rgba(213, 0, 50, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
.img-verlap-link-sec .img-verlap-link-card:hover img {
  transform: scale(1.02);
}
.img-verlap-link-sec .img-verlap-link-card:hover .btn-secondary {
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.img-verlap-link-sec .img-verlap-link-card:hover .btn-secondary .arrow {
  transform: rotate(-45deg);
}
.img-verlap-link-sec .img-verlap-link-card:hover .btn-secondary .arrow * {
  color: var(--white);
}
.img-verlap-link-sec.img-verlap-academics-sec .img-verlap-link-card .btn .h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .full-img-text-sec .content-section {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .full-img-text-sec .content-section .full-sec-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
}
@media (max-width: 991.98px) {
  .full-img-text-sec .content-section .full-sec-content {
    gap: 1.5rem;
  }
}
.full-img-text-sec .content-section .full-sec-content img {
  object-fit: cover;
}
.full-img-text-sec .content-section .full-sec-content video {
  width: 100% !important;
}
.full-img-text-sec .content-section .full-mobile-cta {
  margin-bottom: 32px;
}
.full-img-text-sec .content-section .full-mobile-cta:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .full-img-text-sec .content-section .full-mobile-cta {
    width: 100%;
  }
  .full-img-text-sec .content-section .full-mobile-cta .btn {
    width: 100%;
  }
}
.full-img-text-sec .img-full-sec {
  position: relative;
}
.full-img-text-sec .img-full-sec::after {
  content: "";
  background-color: var(--red);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g opacity="0.07"><path d="M17.6299 10.722L18 8.625L18.3701 10.722C19.1102 14.176 21.824 16.8898 25.278 17.6299L27.375 18L25.278 18.3701C21.824 19.1102 19.1102 21.824 18.3701 25.278L18 27.375L17.6299 25.278C16.8898 21.824 14.176 19.1102 10.722 18.3701L8.625 18L10.722 17.6299C14.176 16.8898 16.8898 14.176 17.6299 10.722Z" fill="black"/></g></svg>'), var(--red);
  background-position: top center;
  background-repeat: repeat;
  background-size: 1.75rem;
  width: 36%;
  height: 97%;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 52% 100%, 0% 50%, 0 0);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .full-img-text-sec .img-full-sec::after {
    height: 92%;
  }
}
.full-img-text-sec .img-full-sec .img-wrapper {
  padding-right: 4.375rem;
  padding-bottom: 2.9375rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .full-img-text-sec .img-full-sec .img-wrapper {
    padding-bottom: 2rem;
    padding-right: 2.4375rem;
  }
}
@media (max-width: 767.98px) {
  .full-img-text-sec .img-full-sec .img-wrapper {
    padding-bottom: 1.6875rem;
  }
}
@media (max-width: 767.98px) {
  .full-img-text-sec .img-full-sec .img-wrapper img {
    object-fit: cover;
  }
}
.full-img-text-sec .img-full-sec .img-wrapper .video-wrap .play-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: var(--black);
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-img-text-sec .img-full-sec .img-wrapper .video-wrap .play-btn svg path {
  fill: var(--white);
}
.full-img-text-sec .img-full-sec .img-wrapper .video-wrap:hover .play-btn {
  background: rgb(0, 0, 0);
}
.full-img-text-sec.overlaping-top-sec .img-full-sec::before {
  content: "";
  background-color: var(--light-gray);
  width: 100%;
  height: 12.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.event-sec {
  position: relative;
}
.event-sec::after {
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.9) 0%, rgba(213, 0, 50, 0.9) 100%);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.event-sec .event-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event-sec .container {
  z-index: 3;
  position: relative;
}
.event-sec .text-img-main-card {
  position: relative;
  padding-left: 3.7rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card {
    padding-left: 3.5rem;
  }
}
.event-sec .text-img-main-card .bottom-content-sec {
  padding: 1.5rem 2rem;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card .bottom-content-sec {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card .bottom-content-sec .heading-row a {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.event-sec .text-img-main-card .date-tag {
  min-width: 4.5rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card .date-tag {
    min-width: 4rem;
    padding: 0.25rem 0.75rem;
  }
}
.event-sec .text-img-main-card .date-tag .date-text {
  font-weight: 700;
  text-transform: uppercase;
}
.event-sec .big-date-box .text-img-main-card {
  padding-left: 4.7rem;
}
@media (min-width: 1200px) {
  .event-sec .big-date-box .text-img-main-card {
    padding-left: 6.7rem;
  }
}
@media (max-width: 767.98px) {
  .event-sec .big-date-box .text-img-main-card {
    padding-left: 3.7rem;
  }
}
@media (max-width: 1199.98px) {
  .event-sec .big-date-box .text-img-main-card .date-tag .h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .event-sec .big-date-box .text-img-main-card .date-tag .h2 {
    font-size: 1.5rem;
  }
}

.review-text-img .row-section {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .review-text-img .row-section {
    margin-bottom: 1rem;
  }
}
.review-text-img .row-section:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .review-text-img .row-section {
    --bs-gutter-x: 4rem;
  }
}
.review-text-img .row-section.has-divider {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .review-text-img .row-section.has-divider {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.review-text-img .image-section {
  padding-top: 1.25rem;
  position: relative;
  z-index: 5;
}
.review-text-img .content-section {
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .review-text-img .content-section {
    background: var(--light-gray);
    padding: 3rem 3rem 3rem 2rem;
  }
  .review-text-img .content-section::after {
    content: "";
    background: var(--light-gray);
    position: absolute;
    left: -7rem;
    top: 0;
    width: 90%;
    height: 100%;
    /* z-index: -1; */
  }
}
@media (min-width: 1200px) {
  .review-text-img .content-section {
    padding: 3rem 3.5rem 3rem 0rem;
  }
}
.review-text-img .content-section .content-wrap {
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .review-text-img .content-section .content-wrap {
    background: var(--light-gray);
    padding: 2rem;
  }
}
.review-text-img .content-section iframe, .review-text-img .content-section video {
  width: 100%;
  aspect-ratio: 16/9;
}
.review-text-img .content-section img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .side-nav-with-content {
    margin-top: 1rem;
    padding-top: 0 !important;
  }
}
.side-nav-with-content .side-nav-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .side-nav-with-content .side-nav-wrap:has(.left-nav) {
    gap: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .side-nav-with-content .side-nav-wrap:has(.left-nav) {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap:has(.left-nav) {
    gap: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap:has(.left-nav) {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap.padding-top-48 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap noindex {
    width: 100%;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap {
  width: 100%;
}
@media (min-width: 1200px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap {
    width: 16.5rem;
  }
}
@media (min-width: 1280px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap {
    width: 18.75rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap {
    padding-right: 0;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav {
  padding: 1rem 1.5rem;
  background-color: var(--light-gray);
  border-top: 8px solid var(--red);
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav {
    padding: 1.25rem 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .sub-menu-links {
  padding-left: 2rem;
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  /* 1.53125rem */
  font-weight: 500;
}
@media (min-width: 1200px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button {
    pointer-events: none;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
  border-radius: 4px;
  pointer-events: auto;
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7.42969 10L5.92969 11.5L12 17.5703L18.0703 11.5L16.5703 10L12 14.5703L7.42969 10Z" fill="black"/></svg>');
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button[aria-expanded=false]::after {
    content: "";
    transform: rotate(-180deg);
  }
}
.side-nav-with-content .side-nav-wrap .right-content {
  flex: 1;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .side-nav-with-content .side-nav-wrap .right-content {
    flex: 1;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .side-nav-with-content .side-nav-wrap .right-content {
    padding-left: 0.25rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ul ul {
  margin-bottom: 0.5rem;
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .message-content-sec ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ol ul,
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ol ol {
  margin-bottom: 0.5rem;
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .message-content-sec ol {
    margin-bottom: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec a:not([class]),
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec a:not(.btn) {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec a:not([class]):hover,
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec a:not(.btn):hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec p {
  font-size: 1rem;
  line-height: 1.75;
  /* 1.75rem */
  font-weight: 500;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec ol {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec p {
  font-size: 1rem;
  line-height: 1.75;
  /* 1.75rem */
  font-weight: 500;
}
.side-nav-with-content .side-nav-wrap .right-content .big-main-row {
  margin-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .big-main-row {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .big-main-row {
    margin-top: -1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description p {
  margin-bottom: 2.5rem;
}
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description p {
    margin-bottom: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h1,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h2,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h3,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h4,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h5 {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h1,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h2,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h3,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h4,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h5 {
    margin-bottom: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec::after {
  content: "";
  width: 46%;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec::after {
    height: 92%;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper {
  padding-bottom: 1.8125rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper {
    padding-bottom: 1.6875rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper a:has(.video-wrap) {
  width: 100%;
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper .video-wrap {
  width: 100%;
  position: relative;
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper .video-wrap .play-btn {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: var(--black);
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper .video-wrap .play-btn svg path {
  fill: var(--white);
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper .video-wrap:hover .play-btn {
  background: rgb(0, 0, 0);
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec {
  margin-top: 3.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec {
    margin-top: 2rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec .img-wrapper {
  height: 37.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec .img-wrapper {
    height: 18.75rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content .heading-content .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h2,
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h3,
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h4,
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h5,
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h6 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h2,
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h3,
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h4,
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h5,
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content h6 {
    margin-bottom: 1rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .section.bg-white:first-child {
  padding-top: 0 !important;
}
.side-nav-with-content .side-nav-wrap .right-content .section.bg-white:last-child {
  padding-bottom: 0 !important;
}
.side-nav-with-content .side-nav-wrap .right-content .section.bg-white.img-video-text-sec:nth-child(1) {
  padding-top: 0 !important;
}
.side-nav-with-content .side-nav-wrap .right-content > .big-heading {
  margin-bottom: 0;
}
.side-nav-with-content .side-nav-wrap .right-content .contact-us-sec .next-card {
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .contact-us-sec .next-card {
    padding: 2rem 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .section.bg-light-gray {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.side-nav-with-content .side-nav-wrap .right-content .container-smaller {
  padding-inline: 0;
}
@media (max-width: 1399.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .testimonial-sec {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .testimonial-sec {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 1399.98px) {
  .side-nav-with-content .container {
    padding-inline: 1.5rem;
  }
}
.side-nav-with-content .navbar-hidden {
  display: none;
}

.card-color-hover, .flip-tiles-gallery-grid .gallery-item a {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.card-color-hover img, .flip-tiles-gallery-grid .gallery-item a img {
  width: 100%;
  height: auto;
  display: block;
}
.card-color-hover .slide-text, .flip-tiles-gallery-grid .gallery-item a .slide-text {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.0392156863);
}
@media (max-width: 767.98px) {
  .card-color-hover .slide-text, .flip-tiles-gallery-grid .gallery-item a .slide-text {
    opacity: 1;
  }
}
.card-color-hover .slide-text .title, .flip-tiles-gallery-grid .gallery-item a .slide-text .title {
  font-family: var(--body-font-family);
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-spacing: normal;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.card-color-hover .slide-text p, .flip-tiles-gallery-grid .gallery-item a .slide-text p {
  max-width: 18.5rem;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.card-color-hover::after, .flip-tiles-gallery-grid .gallery-item a::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.8) 54.29%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.card-color-hover .overlay, .flip-tiles-gallery-grid .gallery-item a .overlay {
  border: 12px solid transparent;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.card-color-hover .overlay .play-btn, .flip-tiles-gallery-grid .gallery-item a .overlay .play-btn {
  background: rgba(0, 0, 0, 0.6980392157);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #000;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
}
.card-color-hover .overlay .play-btn svg *, .flip-tiles-gallery-grid .gallery-item a .overlay .play-btn svg * {
  color: var(--white);
}
.card-color-hover .overlay .play-btn:hover, .flip-tiles-gallery-grid .gallery-item a .overlay .play-btn:hover {
  background: var(--white);
}
.card-color-hover .overlay .play-btn:hover svg *, .flip-tiles-gallery-grid .gallery-item a .overlay .play-btn:hover svg * {
  color: var(--black);
}
.card-color-hover:hover .slide-text, .flip-tiles-gallery-grid .gallery-item a:hover .slide-text {
  opacity: 1;
}
@media (min-width: 768px) {
  .card-color-hover:hover::after, .flip-tiles-gallery-grid .gallery-item a:hover::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 68.29%);
  }
  .card-color-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item a:hover .overlay {
    box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .card-color-hover.purple-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item a.purple-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--purple-80, rgba(122, 35, 106, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .card-color-hover.teal-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item a.teal-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n) a:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--teal-80, rgba(0, 160, 173, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .card-color-hover.gold-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item a.gold-hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) a:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--orange-80, rgba(246, 144, 30, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}

.full-video-sec {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13" height="19" viewBox="0 0 13 19" fill="none"><rect opacity="0.05" width="13" height="18.5" fill="url(%23pattern0_397_9715)"/><defs><pattern id="pattern0_397_9715" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_397_9715" transform="scale(0.0384615 0.027027)"/></pattern><image id="image0_397_9715" width="26" height="37" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAlCAYAAABcZvm2AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADzSURBVHgB7ZcxDoIwFIb/xAvo5tjR0dGxoyNH8SZyBG/gEVjdOAJdndDRSd9rIKmlRgzv6WC/5COEJjz6aH4oIEtF3gNb0kAB0908LFbzwAyyXMgzWQTXluScT3aQ54DnWbEqfeQZNHEhPlSQx6YKsRotLFOF2DVk4RbWqUJNNygJP3wbF2L3kMe/ljJRzEKB1FLUaKHHYjirIwTpI8iRC3ITjK3IK3mCAv1S/En6iqRGnN6cvjdyGxVXa2H8AdNIDY/BsIVqS77Ad1LDk1PjJWN+ThxyaiT45L8up4YIOTUmYzEyNaZuWxz+NjWkdnxvU+MBctuqgpGt+DwAAAAASUVORK5CYII="/></defs></svg>');
  background-size: 0.8125rem;
  background-repeat: repeat;
  background-position: center;
}
.full-video-sec .video-wrap {
  position: relative;
  max-width: 58rem;
  margin: 0 auto;
}
.full-video-sec .video-wrap .play-btn {
  background: rgba(0, 0, 0, 0.6980392157);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #000;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.full-video-sec .video-wrap .play-btn svg * {
  color: var(--white);
}
.full-video-sec .video-wrap .play-btn:hover {
  background: var(--white);
}
.full-video-sec .video-wrap .play-btn:hover svg * {
  color: var(--black);
}
.full-video-sec .news-details-img-wrap {
  max-width: 58rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 1200px) {
  .full-video-sec .news-details-img-wrap {
    padding-inline: 0;
  }
}
.full-video-sec .news-details-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767.98px) {
  .img-video-text-sec .gy-10 {
    --bs-gutter-y: 2rem;
  }
}

@media (max-width: 767.98px) {
  .left-gapping {
    padding-left: 3.125rem;
  }
}

.faculty-experts-litsing-sec .text-img-main-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec {
  padding-right: 0;
  height: 100%;
  justify-content: space-between;
  gap: 1rem;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-name-sec {
  display: flex;
  padding-right: 1.5rem;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-name-sec {
    padding-right: 1.5rem;
    gap: 1.5rem;
  }
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .expert-tags-wrap {
  position: relative;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .expert-tags-wrap::after {
  content: "";
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.6875rem;
  left: auto;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 0.3125rem;
  position: relative;
  padding-left: 0 !important;
  padding-bottom: 0.75rem;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.625rem !important;
  background-color: rgba(245, 245, 245, 0) !important;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar {
  width: 0.625rem !important;
  height: 0.5rem !important;
  background-color: rgba(245, 245, 245, 0);
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  cursor: pointer !important;
}
@media (max-width: 767.98px) {
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar {
    height: 0.375rem;
  }
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item li {
  border: 1px solid var(--gold);
  background: transparent;
  display: flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item li:last-child {
  margin-right: 2.5rem;
}

.right-nav-grid {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .right-nav-grid {
    flex-direction: column;
  }
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap {
  background: var(--white);
}
@media (min-width: 768px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap {
    width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap {
    width: 21.5rem;
  }
}
@media (max-width: 767.98px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap {
    padding-right: 1.25rem;
  }
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav {
  padding: 1rem 1.5rem;
  border-top: 8px solid var(--red);
}
@media (max-width: 767.98px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav {
    padding-block: 1.5rem;
  }
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .sub-menu-links {
  padding-left: 2rem;
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  /* 1.53125rem */
  font-weight: 500;
}
@media (min-width: 768px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7.42969 10L5.92969 11.5L12 17.5703L18.0703 11.5L16.5703 10L12 14.5703L7.42969 10Z" fill="black"/></svg>');
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button[aria-expanded=false]::after {
    content: "";
    transform: rotate(-180deg);
  }
}

@media (min-width: 992px) {
  .main-img-slider .swiper-slide .img-wrapper {
    width: 100%;
  }
}

.home-hero-sec {
  position: relative;
  padding-top: 0.6rem;
}
.home-hero-sec::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.home-hero-sec .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-hero-sec .custom-container {
  position: relative;
  z-index: 3;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .home-hero-sec .custom-container {
    padding-left: calc(50vw - 730px);
  }
}
@media (min-width: 2400px) {
  .home-hero-sec .custom-container {
    max-width: 120rem;
    padding-left: 0;
  }
}
.home-hero-sec .content-section {
  padding-block: 5rem;
  padding-left: 4rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-left: 3rem;
}
@media (min-width: 992px) {
  .home-hero-sec .content-section {
    width: 46%;
  }
}
@media (min-width: 1400px) {
  .home-hero-sec .content-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .home-hero-sec .content-section {
    padding-top: 0;
    padding-bottom: 3rem;
    padding-inline: 1.25rem;
    gap: 1.5rem;
  }
}
.home-hero-sec .content-section .tagline {
  word-break: break-word;
}
.home-hero-sec .content-section .tagline .highlight {
  color: var(--gold);
}
.home-hero-sec .content-section .actions li {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .home-hero-sec .content-section .actions li {
    margin-top: 0.75rem;
  }
}
.home-hero-sec .content-section .actions li:first-child {
  margin-top: 0;
}
.home-hero-sec .content-section .actions li .btn-secondary {
  font-size: 1rem;
  line-height: 1.75;
}
.home-hero-sec .image-section {
  position: relative;
}
@media (min-width: 992px) {
  .home-hero-sec .image-section {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .home-hero-sec .image-section .swiper {
    height: auto !important;
    position: sticky;
    top: 0;
  }
}
.home-hero-sec .image-section .swiper .swiper-slide {
  align-items: flex-start;
}
.home-hero-sec .image-section.img-clip-path .img-wrapper::before {
  background-image: url('data:image/svg+xml,<svg width="940" height="732" viewBox="0 0 940 732" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M191.859 732H939.822V0H0L0.00011756 466L191.859 732ZM12 462.124V12H469.911H927.822V720H198L12 462.124Z" fill="%23D50032"/></svg>');
}
@media (max-width: 575.98px) {
  .home-hero-sec .image-section.img-clip-path .img-wrapper::before {
    background-image: url('data:image/svg+xml,<svg width="470" height="366" viewBox="0 0 940 732" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M191.859 732H939.822V0H0L0.00011756 466L191.859 732ZM12 462.124V12H469.911H927.822V720H198L12 462.124Z" fill="%23D50032"/></svg>');
  }
}
.home-hero-sec .image-section.img-clip-path .star-svg {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 100%;
  width: 100%;
  max-height: 10.16338rem;
}
@media (min-width: 768px) {
  .home-hero-sec .image-section.img-clip-path .star-svg {
    max-height: 18rem;
  }
}
@media (min-width: 1400px) {
  .home-hero-sec .image-section.img-clip-path .star-svg {
    max-height: 25.63088rem;
  }
}
.home-hero-sec .image-section.img-clip-path svg.star-svg {
  width: auto !important;
}
.home-hero-sec .image-section.img-clip-path .img-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .home-hero-sec .image-section.img-clip-path .img-wrapper {
    width: 85%;
    margin-left: auto;
  }
}

.section-hero {
  padding-top: 9.4375rem;
}

.inner-hero-full-slider {
  position: relative;
  min-height: 43.5rem;
}
@media (min-width: 1660px) {
  .inner-hero-full-slider {
    min-height: 80vh;
  }
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider {
    min-height: 33.5rem;
    height: auto;
  }
}
.inner-hero-full-slider::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="186" height="227" viewBox="0 0 186 227" fill="none"><path d="M-283.229 226.71H-287.253L-446.001 0H-441.977L-283.229 226.71ZM-261.942 226.71H-265.965L-424.707 0H-420.684L-261.942 226.71ZM-240.655 226.71H-244.679L-403.421 0H-399.397L-240.655 226.71ZM-219.369 226.71H-223.393L-382.134 0H-378.111L-219.369 226.71ZM-198.082 226.71H-202.105L-360.848 0H-356.824L-198.082 226.71ZM-176.79 226.71H-180.813L-339.561 0H-335.537L-176.79 226.71ZM-155.503 226.71H-159.527L-318.274 0H-314.25L-155.503 226.71ZM-134.217 226.71H-138.239L-296.981 0H-292.958L-134.217 226.71ZM-112.93 226.71H-116.953L-275.695 0H-271.672L-112.93 226.71ZM-91.6436 226.71H-95.666L-254.408 0H-250.385L-91.6436 226.71ZM-70.3506 226.71H-74.374L-233.122 0H-229.098L-70.3506 226.71ZM-49.0645 226.71H-53.0879L-211.835 0H-207.812L-49.0645 226.71ZM-27.7773 226.71H-31.8018L-190.549 0H-186.524L-27.7773 226.71ZM-6.49121 226.71H-10.5137L-169.256 0H-165.232L-6.49121 226.71ZM14.7959 226.71H10.7725L-147.969 0H-143.946L14.7959 226.71ZM36.082 226.71H32.0596L-126.683 0H-122.659L36.082 226.71ZM57.375 226.71H53.3506L-105.396 0H-101.372L57.375 226.71ZM78.6611 226.71H74.6377L-84.1094 0H-80.0859L78.6611 226.71ZM99.9482 226.71H95.9238L-62.8232 0H-58.7988L99.9482 226.71ZM121.235 226.71H117.212L-41.5303 0H-37.5068L121.235 226.71ZM142.521 226.71H138.498L-20.2432 0H-16.2207L142.521 226.71ZM163.814 226.71H159.79L1.04297 0H5.06738L163.814 226.71ZM185.101 226.71H181.077L22.3291 0H26.3535L185.101 226.71Z" fill="%23FEC35A"/></svg>');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 11.625rem;
  height: 14.1875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 7;
}
@media (max-width: 1399.98px) {
  .inner-hero-full-slider::before {
    width: 11.55144rem;
    height: 9.16938rem;
  }
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="183" height="32" viewBox="0 0 183 32" fill="none"><path d="M-125.022 149H-127.667L-232 0H-229.355L-125.022 149ZM-111.031 149H-113.676L-218.005 0H-215.36L-111.031 149ZM-97.041 149H-99.6855L-204.015 0H-201.37L-97.041 149ZM-83.0508 149H-85.6953L-190.024 0H-187.38L-83.0508 149ZM-69.0605 149H-71.7051L-176.034 0H-173.39L-69.0605 149ZM-55.0664 149H-57.7109L-162.044 0H-159.399L-55.0664 149ZM-41.0762 149H-43.7207L-148.054 0H-145.409L-41.0762 149ZM-27.0869 149H-29.7314L-134.061 0H-131.416L-27.0869 149ZM-13.0967 149H-15.7412L-120.07 0H-117.426L-13.0967 149ZM0.893555 149H-1.75098L-106.08 0H-103.436L0.893555 149ZM14.8887 149H12.2432L-92.0898 0H-89.4453L14.8887 149ZM28.8789 149H26.2334L-78.0996 0H-75.4551L28.8789 149ZM42.8691 149H40.2236L-64.1094 0H-61.4648L42.8691 149ZM56.8584 149H54.2139L-50.1152 0H-47.4707L56.8584 149ZM70.8486 149H68.2041L-36.125 0H-33.4805L70.8486 149ZM84.8389 149H82.1943L-22.1348 0H-19.4902L84.8389 149ZM98.833 149H96.1885L-8.14453 0H-5.5L98.833 149ZM112.823 149H110.179L5.8457 0H8.49023L112.823 149ZM126.813 149H124.169L19.8359 0H22.4805L126.813 149ZM140.804 149H138.159L33.8301 0H36.4746L140.804 149ZM154.794 149H152.149L47.8203 0H50.4648L154.794 149ZM168.788 149H166.144L61.8105 0H64.4551L168.788 149ZM182.778 149H180.134L75.8008 0H78.4453L182.778 149Z" fill="%23FEC35A"/></svg>');
    width: 11.4375rem;
    height: 2rem;
  }
}
.inner-hero-full-slider .inner-hero-slider {
  min-height: 696px;
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider .inner-hero-slider {
    min-height: 33.5rem;
    height: auto;
  }
}
@media (min-width: 1660px) {
  .inner-hero-full-slider .inner-hero-slider {
    min-height: 80vh;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper {
  min-height: 696px;
}
@media (min-width: 1660px) {
  .inner-hero-full-slider .inner-hero-slider .swiper {
    min-height: 80vh;
  }
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider .inner-hero-slider .swiper {
    min-height: 33.5rem;
    height: auto;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper .swiper-wrapper {
  min-height: 100%;
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide {
  text-decoration: none;
  min-height: 43.5rem;
  align-items: flex-end;
}
@media (min-width: 1660px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide {
    min-height: 80vh;
  }
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide {
    min-height: 33.5rem;
    height: auto;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100;
  min-height: 43.5rem;
}
@media (min-width: 1660px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper {
    min-height: 80vh;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper img {
  height: 100%;
  width: 100;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper {
    min-height: 33.5rem;
  }
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper img {
    min-height: 33.5rem;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper video {
  object-fit: cover;
  height: 100%;
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  padding-bottom: 2.5rem;
  margin-top: 15rem;
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section {
    padding-bottom: 7.75rem;
    margin-top: 8rem;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .slider-heading {
  max-width: 1070px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .slider-heading {
    padding-left: 8.1rem;
  }
}
@media (min-width: 1920px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .slider-heading {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .container {
    padding-inline: 2rem;
  }
}
.inner-hero-full-slider .inner-hero-slider .pagination-container {
  z-index: unset;
}
@media (min-width: 1920px) {
  .inner-hero-full-slider .inner-hero-slider .pagination-container {
    max-width: 120rem !important;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-slider .inner-hero-slider .pagination-container {
    bottom: 3.75rem;
  }
  .inner-hero-full-slider .inner-hero-slider .pagination-container .button-with-pagination-sec {
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper {
    padding-top: 104px;
    min-height: auto;
  }
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
  }
}
@media (max-width: 540px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper {
    height: auto !important;
  }
}
.inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper .video-thumbnail-image {
  display: none;
}
@media (max-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper .video-thumbnail-image {
    display: block;
    min-height: auto;
  }
}
@media (max-width: 540px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper .video-thumbnail-image {
    display: block;
    object-fit: contain;
    height: auto !important;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .img-wrapper .section-videotexture {
    display: none;
  }
}
@media (max-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .content-section {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider:has(.section-videotexture) .content-section .slider-heading {
    text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-slider.inner-normal-hero {
    min-height: 430px;
    height: auto;
  }
  .inner-hero-full-slider.inner-normal-hero .inner-hero-slider .swiper-slide .content-section {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .inner-hero-full-slider.inner-normal-hero .img-wrapper:has(video) {
    min-height: 26.875rem;
  }
  .inner-hero-full-slider.inner-normal-hero .img-wrapper:has(video) video {
    min-height: 26.875rem;
    object-fit: cover;
  }
}
.inner-hero-full-slider.program-finder-hero .inner-hero-slider .swiper-slide .content-section .slider-heading {
  max-width: 1200px;
}

.inner-hero-full-image {
  position: relative;
  min-height: 17.75rem;
}
@media (min-width: 768px) {
  .inner-hero-full-image:not(.no-image) {
    min-height: 24rem;
  }
}
@media (min-width: 1200px) {
  .inner-hero-full-image:not(.no-image) {
    min-height: 34rem;
  }
}
@media (min-width: 1920px) {
  .inner-hero-full-image:not(.no-image) {
    min-height: 43.75rem;
  }
}
.inner-hero-full-image:not(.no-image) .full-img-hero-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 1920px) {
  .inner-hero-full-image:has(.small-height) {
    min-height: 34rem;
  }
}
.inner-hero-full-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 1rem;
  height: 154px;
  width: 317px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55" viewBox="0 0 55 55" fill="none"><path d="M14.8034 25.2525L14.1609 28.3772L13.5185 25.2525C12.4477 20.0088 8.35201 15.9052 3.11862 14.8323L0 14.1886L3.11862 13.5449C8.35201 12.472 12.4477 8.36831 13.5185 3.12471L14.1609 0L14.8034 3.12471C15.8742 8.36831 19.9699 12.472 25.2033 13.5449L28.3219 14.1886L25.2033 14.8323C19.9699 15.9052 15.8742 20.0088 14.8034 25.2525Z" fill="white"/></svg>');
  background-size: 44px;
  background-repeat: repeat;
  background-position: right top;
}
@media (min-width: 1400px) {
  .inner-hero-full-image::after {
    height: 201px;
    width: 414px;
    background-size: 57px;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-image::after {
    height: 96px;
    width: 205px;
    background-size: 27px;
    bottom: 0.625rem;
  }
}
.inner-hero-full-image .full-img-hero-wrap img {
  object-fit: cover;
}
.inner-hero-full-image .full-img-hero-wrap img.small-height {
  object-fit: contain;
  max-width: 1312px !important;
}
.inner-hero-full-image .full-img-hero-wrap img:not(.small-height) {
  min-height: 17.75rem;
}
.inner-hero-full-image:has(.full-img-hero-wrap img.small-height) {
  background: var(--grey-800);
}
.inner-hero-full-image:has(.full-img-hero-wrap img.small-height)::after {
  display: none;
}
.inner-hero-full-image:has(.full-img-hero-wrap img.small-height) .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.8125rem 1.5rem 0 1.5rem;
}
@media (max-width: 1399.98px) {
  .inner-hero-full-image:has(.full-img-hero-wrap img.small-height) .img-wrapper {
    padding: 6rem 1.5rem 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-image:has(.full-img-hero-wrap img.small-height) .img-wrapper {
    padding: 6rem 1.5rem 0 1.5rem;
  }
}

.hero-parallax .img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero-parallax .img-wrapper {
    background-position: top;
    background-attachment: fixed;
  }
}

.no-image {
  height: auto;
  padding-top: 6.25rem;
  min-height: 10.25rem;
}
@media (max-width: 991.98px) {
  .no-image {
    min-height: 6.25rem;
  }
}
@media (min-width: 768px) {
  .no-image {
    padding-top: 7rem;
  }
}
@media (min-width: 992px) {
  .no-image {
    padding-top: 10rem;
  }
}

body:has(.home-hero-sec) .main-header.header-color > .container {
  background-color: var(--black);
}
body:has(.home-hero-sec) .main-header > .container {
  background-color: transparent;
}

.campus-news .news-card {
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0);
}
.campus-news .news-card img {
  transition: transform 0.4s ease;
  height: auto;
}
.campus-news .news-card.main-first-card img {
  max-height: 591px;
}
.campus-news .news-card::before {
  content: "";
  position: absolute;
  top: 1.4375rem;
  right: 1.6875rem;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="24" viewBox="0 0 116 24" fill="none"><path d="M21.3158 11.9411L24 12.399L21.3158 12.857C16.8947 13.7728 13.4211 17.131 12.4737 21.405L12 24L11.5263 21.405C10.5789 17.131 7.10526 13.7728 2.68421 12.857L-5.24537e-07 12.399L2.68421 11.9411C7.10526 11.0252 10.5789 7.66704 11.5263 3.393L12 0.798038L12.4737 3.393C13.4211 7.66704 16.8947 11.0252 21.3158 11.9411Z" fill="white"/><path d="M66.5521 11.9411L69.2363 12.399L66.5521 12.857C62.1311 13.7728 58.6574 17.131 57.71 21.405L57.2363 24L56.7626 21.405C55.8153 17.131 52.3416 13.7728 47.9205 12.857L45.2363 12.399L47.9205 11.9411C52.3416 11.0252 55.8153 7.66704 56.7626 3.393L57.2363 0.798038L57.71 3.393C58.6574 7.66704 62.1311 11.0252 66.5521 11.9411Z" fill="white"/><path d="M112.57 11.9411L115.254 12.399L112.57 12.857C108.149 13.7728 104.675 17.131 103.728 21.405L103.254 24L102.78 21.405C101.833 17.131 98.3592 13.7728 93.9381 12.857L91.2539 12.399L93.9381 11.9411C98.3592 11.0252 101.833 7.66704 102.78 3.393L103.254 0.798038L103.728 3.393C104.675 7.66704 108.149 11.0252 112.57 11.9411Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 7.20338rem;
  height: 1.45013rem;
}
.campus-news .news-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.67%, #000 67.5%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .campus-news .news-card::after {
    background: rgba(0, 0, 0, 0.6980392157);
  }
}
.campus-news .news-card .overlay {
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .campus-news .news-card .overlay {
    background: transparent;
    padding: 0.75rem !important;
  }
}
.campus-news .news-card .overlay .news-content {
  position: relative;
  z-index: 4;
  background: rgba(0, 0, 0, 0.0392156863);
}
.campus-news .news-card .overlay .news-content h3, .campus-news .news-card .overlay .news-content h4, .campus-news .news-card .overlay .news-content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .campus-news .news-card .overlay .news-content h3, .campus-news .news-card .overlay .news-content h4, .campus-news .news-card .overlay .news-content h2 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.campus-news .news-card .overlay .news-content .button-grp {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .campus-news .news-card .overlay .news-content .button-grp {
    margin-top: 1.5rem;
  }
}
.campus-news .news-card .btn-secondary {
  color: var(--white);
}
.campus-news .news-card:hover {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}
.campus-news .news-card:hover .news-content {
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .campus-news .news-card:hover::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 54.29%);
  }
  .campus-news .news-card:hover::before {
    content: "";
    opacity: 1;
    z-index: 6;
    transition: all 0.4s ease-in-out;
  }
  .campus-news .news-card:hover .overlay {
    transition: all 0.4s ease-in-out;
    border-color: #00b5ad;
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--teal-80, rgba(0, 160, 173, 0.8)) 0%, var(--teal-80, rgba(0, 160, 173, 0.8)) 100%);
  }
}
@media (min-width: 768px) {
  .campus-news .news-card:hover.purple-hover:hover .overlay, .campus-news .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) a.news-card:hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+1) .campus-news a.news-card:hover:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--purple-80, rgba(122, 35, 106, 0.8)) 0%, var(--purple-80, rgba(122, 35, 106, 0.8)) 100%);
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .campus-news .news-card:hover.teal-hover:hover .overlay, .campus-news .flip-tiles-gallery-grid .gallery-item:nth-child(3n) a.news-card:hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n) .campus-news a.news-card:hover:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--teal-80, rgba(0, 160, 173, 0.8)) 0%, var(--teal-80, rgba(0, 160, 173, 0.8)) 100%);
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .campus-news .news-card:hover.gold-hover:hover .overlay, .campus-news .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) a.news-card:hover:hover .overlay, .flip-tiles-gallery-grid .gallery-item:nth-child(3n+2) .campus-news a.news-card:hover:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--orange-80, rgba(246, 144, 30, 0.8)) 0%, var(--orange-80, rgba(246, 144, 30, 0.8)) 100%);
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
.campus-news .news-card:hover img {
  transform: scale(1.05);
}
.campus-news .news-card:hover .btn-secondary {
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.campus-news .news-card:hover .btn-secondary .arrow {
  transform: rotate(-45deg);
  color: var(--gold);
}
.campus-news .side-small-cards .news-card .overlay .news-content {
  max-width: 100%;
}
.campus-news .side-small-cards .news-card .overlay .news-content .button-grp {
  margin-top: 0.75rem !important;
}

.row-button-sec {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .row-button-sec {
    margin-top: 3rem;
  }
}

.news-details-content {
  max-width: 62.5rem;
  padding: 4rem 0;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .news-details-content {
    padding-block: 3rem;
  }
}
@media (max-width: 767.98px) {
  .news-details-content {
    padding: 3rem 0;
  }
}
.news-details-content .social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.news-details-content .social-icons a {
  transition: all 0.4s ease-in-out;
}
.news-details-content .social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.news-details-content .social-icons a svg path {
  transition: all 0.4s ease-in-out;
  color: #999494;
}
.news-details-content .social-icons a:hover svg path {
  color: var(--red);
}

.tags-wrap-yellow {
  position: relative;
}
.tags-wrap-yellow::after {
  content: "";
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.6875rem;
  left: auto;
}
.tags-wrap-yellow .tag-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 0.3125rem;
  position: relative;
  padding-left: 0 !important;
  padding-bottom: 0.75rem;
}
.tags-wrap-yellow .tag-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 0.625rem;
  background-color: transparent;
}
.tags-wrap-yellow .tag-item::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.5rem;
  background-color: transparent;
}
.tags-wrap-yellow .tag-item::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: var(--gold-10, rgba(253, 193, 90, 0.308));
}
@media (max-width: 767.98px) {
  .tags-wrap-yellow .tag-item::-webkit-scrollbar {
    height: 0.375rem;
  }
}
.tags-wrap-yellow .tag-item li {
  border: 1px solid var(--gold);
  background: transparent;
  display: flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  color: var(--black);
  background: var(--gold-10, rgba(253, 194, 90, 0.1));
}
.tags-wrap-yellow .tag-item li:last-child {
  margin-right: 2.5rem;
}

.related-news-sec .text-img-main-card .bottom-content-sec .heading-row {
  padding-right: 1.5rem;
}
.related-news-sec .text-img-main-card .bottom-content-sec .button-grp {
  padding-right: 1.5rem;
}

.news-img-container {
  padding: 2rem 0rem;
}
.news-img-container .news-details-img-wrap {
  position: relative;
  padding-top: 22%;
}
@media (max-width: 1199.98px) {
  .news-img-container .news-details-img-wrap {
    padding-top: 32%;
  }
}
@media (max-width: 767.98px) {
  .news-img-container .news-details-img-wrap {
    padding-top: 52%;
  }
}
.news-img-container .news-details-img-wrap img {
  height: 100%;
  position: absolute;
  inset: 0;
}

/* Accordion Items */
.accodian-global {
  margin-bottom: 0;
}
.accodian-global .accordion-item {
  margin-top: 0.75rem;
}
.accodian-global .accordion-item .accordion-button {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  background-color: var(--gold);
  padding: 2rem;
  padding-right: 4rem;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.accodian-global .accordion-item .accordion-button:focus {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px var(--white), 0 0 0 4px var(--red);
}
.accodian-global .accordion-item .accordion-button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.accodian-global .accordion-item .accordion-button:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px var(--white), 0 0 0 4px var(--red);
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-item .accordion-button {
    padding-block: 1.5rem;
    padding-left: 1rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991.98px) {
  .accodian-global .accordion-item .accordion-button.h3-headng {
    font-size: 1.5rem;
    line-height: 1.2;
    /* 1.8rem */
  }
}
.accodian-global .accordion-item .accordion-button .accordion-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 1.9375rem;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-item .accordion-button .accordion-icon {
    top: 1.625rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }
}
.accodian-global .accordion-item .accordion-button.collapsed .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--light-gray);
}
.accodian-global .accordion-item .accordion-button.collapsed .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  color: var(--red);
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--light-gray);
  padding-bottom: 1.5rem;
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--red);
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
  color: var(--white);
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) .accordion-icon:hover {
  background-color: var(--dark-red);
}
.accodian-global .accordion-item .accordion-button.collapsed:hover {
  background-color: var(--black);
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.accodian-global .accordion-item .accordion-button.collapsed:hover .accordion-icon svg {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}
.accodian-global .accordion-item .accordion-button[aria-expanded=true] .sr-only {
  display: none;
}
.accodian-global .accordion-collapse {
  background-color: var(--light-gray);
}
.accodian-global .accordion-collapse .accordion-body {
  padding-inline: 2rem;
  padding-bottom: 1.5rem;
}
.accodian-global .accordion-collapse .accordion-body p:empty {
  display: none;
}
.accodian-global .accordion-collapse .accordion-body a:not(.btn) {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  background: transparent !important;
  color: var(--red) !important;
  display: inline-flex !important;
  word-break: break-word !important;
}
.accodian-global .accordion-collapse .accordion-body a:not(.btn):hover {
  background: rgba(213, 0, 50, 0.1) !important;
  text-decoration-color: transparent !important;
}
.accodian-global .accordion-collapse .accordion-body .star-ul {
  padding-left: 0;
}
.accodian-global .accordion-collapse .accordion-body .custom-table-section {
  margin-top: 0;
}
.accodian-global .accordion-collapse .accordion-body ul:not(:first-child) {
  margin-top: 1rem !important;
}
.accodian-global .accordion-collapse .accordion-body ul {
  padding-left: 1rem !important;
}
.accodian-global .accordion-collapse .accordion-body ul li {
  margin-bottom: 0.5rem !important;
  list-style-type: initial !important;
}
.accodian-global .accordion-collapse .accordion-body ul li:last-child {
  margin-bottom: 0 !important;
}
.accodian-global .accordion-collapse .accordion-body ol {
  padding-left: 1rem !important;
}
.accodian-global .accordion-collapse .accordion-body ol:not(:first-child) {
  margin-top: 1rem !important;
}
.accodian-global .accordion-collapse .accordion-body ol li {
  margin-bottom: 0.5rem !important;
}
.accodian-global .accordion-collapse .accordion-body ol li:last-child {
  margin-bottom: 0 !important;
}
.accodian-global .accordion-collapse .accordion-body img {
  max-width: 100% !important;
  height: auto !important;
}
.accodian-global .accordion-collapse .accordion-body video {
  margin-top: 1.5rem !important;
  width: 100% !important;
  height: auto !important;
}
.accodian-global .accordion-collapse .accordion-body iframe {
  margin-top: 1rem;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .accodian-global .accordion-collapse .accordion-body {
    padding-inline: 3rem;
  }
}
.accodian-global .accordion-collapse .accordion-body p {
  margin-bottom: 0.5rem;
}
.accodian-global .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item {
    margin-bottom: 1rem;
  }
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item:last-child {
  margin-bottom: 0;
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item span {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item span {
    font-size: 0.875rem;
  }
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item.content-only-accordion p {
  margin-bottom: 2.5rem;
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item.content-only-accordion p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item.content-only-accordion p {
    margin-bottom: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item .btn.btn-primary {
    width: 100%;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sidebar-menu .accordion-button.root-item {
  font-weight: bold;
  color: #C5164C;
  font-size: 1rem;
  background: none;
  box-shadow: none;
  padding-left: 0;
}
.sidebar-menu .accordion-button.root-item:after {
  display: none;
}
.sidebar-menu .submenu-toggle {
  background: none;
  border: none;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.sidebar-menu .submenu-toggle::before {
  content: "+";
  color: var(--black);
  display: inline-block;
  width: 20px;
  margin-right: 4px;
}
.sidebar-menu .submenu-toggle.collapsed::before {
  content: "+";
}
.sidebar-menu .submenu-toggle:not(.collapsed)::before {
  content: "−";
}
.sidebar-menu .menu-link {
  display: block;
  padding-left: 24px;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--black);
}
.sidebar-menu .menu-link.active {
  color: #C5164C;
  font-weight: bold;
}
.sidebar-menu .menu-link:hover {
  text-decoration: underline;
}

.flip-tiles-section {
  position: relative;
}
.flip-tiles-section.bg-light-gray {
  background: var(--light-gray) !important;
}
.flip-tiles-section::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="444" height="228" viewBox="0 0 444 228" fill="none"><path d="M472.353 0.354492H468.329L627.076 227.064H631.1L472.353 0.354492Z" fill="%23E6E6E6"/><path d="M162.771 227.064H158.747L0 0.354492H4.02353L162.771 227.064Z" fill="%23E6E6E6"/><path d="M184.058 227.064H180.034L21.2928 0.354492H25.3163L184.058 227.064Z" fill="%23E6E6E6"/><path d="M205.344 227.064H201.321L42.5792 0.354492H46.6027L205.344 227.064Z" fill="%23E6E6E6"/><path d="M226.631 227.064H222.607L63.8658 0.354492H67.8893L226.631 227.064Z" fill="%23E6E6E6"/><path d="M247.917 227.064H243.894L85.1524 0.354492H89.1759L247.917 227.064Z" fill="%23E6E6E6"/><path d="M269.21 227.064H265.186L106.439 0.354492H110.463L269.21 227.064Z" fill="%23E6E6E6"/><path d="M290.496 227.064H286.473L127.726 0.354492H131.749L290.496 227.064Z" fill="%23E6E6E6"/><path d="M311.783 227.064H307.76L149.018 0.354492H153.042L311.783 227.064Z" fill="%23E6E6E6"/><path d="M333.07 227.064H329.046L170.305 0.354492H174.328L333.07 227.064Z" fill="%23E6E6E6"/><path d="M354.356 227.064H350.333L191.592 0.354492H195.615L354.356 227.064Z" fill="%23E6E6E6"/><path d="M375.649 227.064H371.625L212.878 0.354492H216.902L375.649 227.064Z" fill="%23E6E6E6"/><path d="M396.935 227.064H392.912L234.165 0.354492H238.188L396.935 227.064Z" fill="%23E6E6E6"/><path d="M418.222 227.064H414.198L255.451 0.354492H259.475L418.222 227.064Z" fill="%23E6E6E6"/><path d="M439.509 227.064H435.485L276.744 0.354492H280.767L439.509 227.064Z" fill="%23E6E6E6"/><path d="M460.796 227.064H456.772L298.031 0.354492H302.054L460.796 227.064Z" fill="%23E6E6E6"/><path d="M482.082 227.064H478.059L319.317 0.354492H323.341L482.082 227.064Z" fill="%23E6E6E6"/><path d="M503.374 227.064H499.351L340.604 0.354492H344.627L503.374 227.064Z" fill="%23E6E6E6"/><path d="M524.661 227.064H520.637L361.89 0.354492H365.914L524.661 227.064Z" fill="%23E6E6E6"/><path d="M545.947 227.064H541.924L383.177 0.354492H387.201L545.947 227.064Z" fill="%23E6E6E6"/><path d="M567.235 227.064H563.211L404.47 0.354492H408.493L567.235 227.064Z" fill="%23E6E6E6"/><path d="M588.521 227.064H584.498L425.756 0.354492H429.78L588.521 227.064Z" fill="%23E6E6E6"/><path d="M609.813 227.064H605.79L447.043 0.354492H451.067L609.813 227.064Z" fill="%23E6E6E6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27.44375rem;
  height: 14.16931rem;
  position: absolute;
  right: 0;
  bottom: 2.1875rem;
  width: 39.44375rem;
}
@media (max-width: 991.98px) {
  .flip-tiles-section::after {
    display: none;
  }
}
.flip-tiles-section .flip-tiles-grid {
  position: relative;
  z-index: 2;
}

/* Gallery Grid Styles */
.flip-tiles-gallery-grid {
  z-index: 99;
  position: relative;
}
@media (max-width: 991.98px) {
  .flip-tiles-gallery-grid {
    column-count: 2;
    column-gap: 4px;
  }
}
@media (max-width: 767.98px) {
  .flip-tiles-gallery-grid {
    column-count: auto;
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .flip-tiles-gallery-grid {
    padding-left: 4px;
  }
}
@media (max-width: 991.98px) {
  .flip-tiles-gallery-grid {
    column-count: 2;
    column-gap: 4px;
  }
}
@media (max-width: 767.98px) {
  .flip-tiles-gallery-grid {
    column-count: 1;
    column-gap: 4px;
  }
}
.flip-tiles-gallery-grid .gallery-item {
  float: left;
  width: 11.625rem;
  height: 11.625rem;
}
@media (max-width: 991.98px) {
  .flip-tiles-gallery-grid .gallery-item {
    width: calc(25% - 6px);
    height: 165px;
  }
}
@media (max-width: 767.98px) {
  .flip-tiles-gallery-grid .gallery-item {
    width: calc(50% - 2px);
    height: 165px;
  }
}
.flip-tiles-gallery-grid .gallery-item a {
  height: 100%;
}
.flip-tiles-gallery-grid .gallery-item .overlay .slide-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: normal;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .flip-tiles-gallery-grid .gallery-item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.flip-tiles-gallery-grid .gallery-item.big {
  height: 23.5rem;
  width: 23.5rem;
}
.flip-tiles-gallery-grid .gallery-item.big .slide-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: normal;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .flip-tiles-gallery-grid .gallery-item.big {
    width: calc(50% - 8px);
    height: 23.5rem;
  }
}
@media (max-width: 767.98px) {
  .flip-tiles-gallery-grid .gallery-item.big {
    width: 100%;
    height: auto;
  }
}
.flip-tiles-gallery-grid .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .flip-tiles-gallery-grid .gallery-item img {
    height: 100% !important;
  }
}
.flip-tiles-gallery-grid .gutter-sizer {
  width: 4px !important;
}

.right-content .flip-tiles-gallery-grid .gallery-item {
  width: calc(25% - 4px);
}
.right-content .flip-tiles-gallery-grid .gallery-item.big {
  width: calc(50% - 4px);
}
@media (max-width: 1199.98px) {
  .right-content .flip-tiles-gallery-grid .gallery-item {
    width: calc(50% - 2px);
    height: 10.3125rem;
  }
  .right-content .flip-tiles-gallery-grid .gallery-item.big {
    width: 100%;
    height: 20.9375rem;
  }
}

@media (max-width: 767.98px) {
  .tabbed-section .container-tab {
    padding-right: 0;
  }
}
.tabbed-section .nav-tabs {
  border-bottom: 1px solid var(--grey-800);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.tabbed-section .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #4B4B4B;
  font-weight: 700;
  padding: 0.72rem 1.5rem;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .tabbed-section .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
  }
}
.tabbed-section .nav-tabs .nav-link:hover {
  background-color: var(--light-gray);
  color: var(--black);
}
.tabbed-section .nav-tabs .nav-link.active {
  background-color: var(--gold);
  color: var(--black);
  font-weight: bold;
}
.tabbed-section .nav-tabs .nav-link:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: -2px;
}
.tabbed-section .tab-content .tab-content-box {
  background-color: var(--light-gray);
  padding: 2rem;
  margin-top: 2rem;
  font-size: 1rem;
  color: var(--black) !important;
  border-left: 3px solid transparent;
}
@media (max-width: 767.98px) {
  .tabbed-section .tab-content .tab-content-box {
    padding-inline: 1.5rem;
    margin-top: 1.5rem;
  }
}
.tabbed-section .tab-content .tab-content-box a:not(.btn) {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  background: transparent !important;
  color: var(--red) !important;
  display: inline-flex !important;
  word-break: break-word !important;
}
.tabbed-section .tab-content .tab-content-box a:not(.btn):hover {
  background: rgba(213, 0, 50, 0.1) !important;
  text-decoration-color: transparent !important;
}
.tabbed-section .tab-content .tab-content-box ul {
  margin-top: 1rem !important;
  padding-left: 1rem !important;
  margin-bottom: 0 !important;
}
.tabbed-section .tab-content .tab-content-box ul li {
  margin-bottom: 0.125rem !important;
  list-style-type: initial !important;
  color: var(--black) !important;
}
.tabbed-section .tab-content .tab-content-box ul li:last-child {
  margin-bottom: 0 !important;
}
.tabbed-section .tab-content .tab-content-box ol {
  padding-left: 1rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}
.tabbed-section .tab-content .tab-content-box ol li {
  margin-bottom: 0.125rem !important;
  color: var(--black) !important;
}
.tabbed-section .tab-content .tab-content-box ol li:last-child {
  margin-bottom: 0 !important;
}
.tabbed-section .tab-content .tab-content-box img {
  margin-top: 2rem !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .tabbed-section .tab-content .tab-content-box img {
    min-height: auto !important;
  }
}
.tabbed-section .tab-content .tab-content-box video {
  margin-top: 2rem !important;
  width: 100% !important;
  height: auto !important;
}
.tabbed-section .tab-content .tab-content-box iframe {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.tabbed-section .tab-content .tab-content-box h3, .tabbed-section .tab-content .tab-content-box h4, .tabbed-section .tab-content .tab-content-box h5, .tabbed-section .tab-content .tab-content-box h6 {
  margin-top: 1rem !important;
}

.custom-table-section {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .custom-table-section {
    margin-top: 1.5rem;
  }
}
.custom-table-section .custom-table thead {
  border-bottom: 2px solid var(--gold);
}
.custom-table-section .custom-table thead th {
  text-transform: uppercase;
  border: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 10%;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .custom-table-section .custom-table thead th {
    text-transform: capitalize;
    padding-right: 1.5rem;
    font-size: 0.875rem;
  }
}
.custom-table-section .custom-table tbody tr {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.custom-table-section .custom-table tbody tr:hover {
  background-color: var(--light-gray);
}
.custom-table-section .custom-table tbody tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid var(--grey-800);
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .custom-table-section .custom-table tbody tr td {
    font-size: 0.875rem;
  }
}
.custom-table-section .custom-table tbody tr:last-child td {
  border-bottom: 1px solid var(--grey-800);
}

table {
  width: 100%;
  caption-side: top;
}
table:not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table tr {
  border-bottom: 1px solid var(--grey-800) !important;
}
table thead {
  border-bottom: 2px solid var(--gold) !important;
}
table thead th {
  width: auto !important;
  padding: 0.5rem 2rem !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
}
table thead th:last-child {
  padding-right: 0 !important;
}
table thead th:first-child {
  padding-left: 0.5rem !important;
}
table thead th tr {
  border-bottom: 2px solid var(--gold) !important;
}
table td {
  width: auto;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  line-height: 1.75 !important;
  font-weight: 500 !important;
}
table td:last-child {
  padding-right: 0 !important;
}
table td:first-child {
  padding-left: 0.5rem;
}
table th:has(.screen-only) {
  display: none;
}
table caption {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--black);
}
table.gsc-search-box td {
  padding: 0;
  width: 100% !important;
}
table.gsc-input td {
  padding: 0.3125rem 1rem !important;
  width: 100% !important;
}
@media (max-width: 575.98px) {
  table.gsc-input td {
    padding: 0.3125rem 0.5rem;
  }
}
table.gsc-search-box tr {
  border-bottom: none !important;
}
table.gssb_c td {
  padding: 0;
}
table.gsc-completion-container tr {
  border: none !important;
}
table.gsc-above-wrapper-area-container tr {
  border-bottom: none !important;
}
table.gsc-above-wrapper-area-container td {
  padding: 1rem !important;
}

table:not(.gssb_c) {
  width: 100% !important;
}

.table-responsive {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: block;
}

.lightbox-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
  opacity: 1 !important;
}
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}
.lightbox-modal .lightbox-content {
  width: 100%;
}
.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}
.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}
.lightbox-modal .carousel-inner {
  width: 75%;
}
@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}
.lightbox-modal .carousel-item {
  text-align: center;
  position: relative;
}
.lightbox-modal .carousel-item .modal-img-container {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lightbox-modal .carousel-item .modal-img-container::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.5) 88.29% 88.29%);
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  background-color: var(--lightbox);
  color: var(--white) !important;
  text-align: center;
  z-index: 3;
  padding-left: 1rem;
}
.lightbox-modal .carousel-item .carousel-caption h5 {
  font-size: 2.5rem;
}
.lightbox-modal .carousel-item img {
  height: 85vh;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .lightbox-modal .carousel-item img {
    height: auto;
  }
}
.lightbox-modal .carousel-control-prev, .lightbox-modal .carousel-control-next {
  width: auto;
  opacity: 1 !important;
}
.lightbox-modal .carousel-control-prev:hover .carousel-control-prev-icon,
.lightbox-modal .carousel-control-prev:hover .carousel-control-next-icon, .lightbox-modal .carousel-control-next:hover .carousel-control-prev-icon,
.lightbox-modal .carousel-control-next:hover .carousel-control-next-icon {
  border: 2px solid var(--white);
}
.lightbox-modal .carousel-control-prev {
  left: 0.5rem;
}
.lightbox-modal .carousel-control-next {
  right: 0.5rem;
}

[data-bs-theme=dark] .lightbox-modal .carousel-control-next-icon, [data-bs-theme=dark] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}
[data-bs-theme=dark] .video-lightbox-modal .carousel-item::after {
  display: none;
}

.btn-fullscreen-enlarge, .btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.035em;
  fill: currentcolor;
}

@media (max-width: 767.98px) {
  .photo-gallery > .container-fluid {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .faculty-profile-template .side-nav-wrap {
    gap: 2rem;
    padding-top: 0px !important;
  }
}

.faculty-details-wrapper {
  overflow: hidden;
}
.faculty-details-wrapper .img-clip-path-box .img-wrapper::after {
  left: 3rem;
  max-height: 7.6875rem;
  max-width: 0.908125rem;
}
.faculty-details-wrapper .heading-content img {
  width: 100% !important;
  height: auto !important;
}
.faculty-details-wrapper .heading-content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.faculty-details-wrapper .heading-content video {
  width: 100% !important;
  height: auto !important;
}
.faculty-details-wrapper .faculty-info h3 {
  font-size: 1.5rem;
}
.faculty-details-wrapper .faculty-info .dept-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.faculty-details-wrapper .faculty-info .dept-list li {
  padding: 0.25rem 1rem;
  background: rgba(253, 194, 90, 0.1);
  border: 1px solid var(--gold);
}
.faculty-details-wrapper .faculty-info .dept-list li a {
  text-decoration: none;
}
.faculty-details-wrapper .faculty-info .dept-list li a:hover {
  color: var(--red);
}
.faculty-details-wrapper .faculty-info .contact-info-list {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .faculty-details-wrapper .faculty-info .contact-info-list {
    margin-top: 2rem;
  }
}
.faculty-details-wrapper .faculty-info .contact-info-list li {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.faculty-details-wrapper .faculty-info .contact-info-list li img {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
  filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(467%) hue-rotate(139deg) brightness(97%) contrast(88%);
}
.faculty-details-wrapper .faculty-info .contact-info-list li svg {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
}
.faculty-details-wrapper .faculty-info .contact-info-list li a {
  color: var(--red);
  line-height: 1.75;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.faculty-details-wrapper .faculty-info .contact-info-list li a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
@media (max-width: 767.98px) {
  .faculty-details-wrapper .section-heading {
    margin-top: 2rem;
  }
}

.border-red {
  border: 12px solid var(--red);
}

.faculty-more-info {
  padding: 4rem;
}
@media (max-width: 767.98px) {
  .faculty-more-info {
    padding: 4.5rem 1.25rem;
    margin-top: 2rem;
  }
  .faculty-more-info .section-heading {
    margin-top: 0;
  }
}
.faculty-more-info .faculty-desc-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 7.525em;
  line-height: 1.75;
}
.faculty-more-info .faculty-desc-wrap.expand {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  max-height: none;
  overflow: visible;
}
.faculty-more-info .faculty-desc-wrap a {
  color: var(--red);
  line-height: 1.75;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.faculty-more-info .faculty-desc-wrap a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
.faculty-more-info .faculty-desc-wrap img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.faculty-more-info .faculty-desc-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.faculty-more-info .faculty-desc-wrap video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.faculty-more-info .read-more-btn {
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 0.75rem;
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.75;
}
.faculty-more-info .read-more-btn .icon-wrap.rotate {
  transform: rotate(-180deg);
}

.faculty-accordion .accordion-body span {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .faculty-accordion {
    margin-top: 1.25rem;
  }
}

.experts-profile-faculty-wraper {
  padding-top: 3rem !important;
}
.experts-profile-faculty-wraper .content-section {
  gap: 0;
  padding-top: 2.125rem;
}
@media (min-width: 768px) {
  .experts-profile-faculty-wraper .content-section {
    width: 50%;
  }
}
.experts-profile-faculty-wraper .form-sec iframe,
.experts-profile-faculty-wraper .img-content-section iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 2rem;
}
.experts-profile-faculty-wraper .form-sec video,
.experts-profile-faculty-wraper .img-content-section video {
  width: 100%;
  height: auto;
}
.experts-profile-faculty-wraper .wrap-row {
  flex-direction: column;
}
.experts-profile-faculty-wraper .content-grid-wrap-section {
  margin-bottom: 3rem;
}
.experts-profile-faculty-wraper .content-grid-wrap-section:last-child {
  margin-bottom: 0;
}
.experts-profile-faculty-wraper .content-grid-wrap-section a {
  line-height: 1.75;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.experts-profile-faculty-wraper .img-clip-path-box .img-wrapper {
  max-width: 25rem;
}
@media (max-width: 575.98px) {
  .experts-profile-faculty-wraper .img-clip-path-box .img-wrapper {
    min-height: unset;
  }
}
.experts-profile-faculty-wraper .img-clip-path-box .img-wrapper .play-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: var(--black);
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
  position: absolute;
  top: calc(50% + 18px);
  left: calc(50% + 18px);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.experts-profile-faculty-wraper .img-clip-path-box .img-wrapper .play-btn svg path {
  fill: var(--white);
}
.experts-profile-faculty-wraper .img-clip-path-box .img-wrapper:hover .play-btn {
  background: rgb(0, 0, 0);
}
.experts-profile-faculty-wraper:has(.form-sec) .img-wrapper {
  max-width: 100%;
}
.experts-profile-faculty-wraper:has(.form-sec) iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.experts-profile-faculty-wraper:has(.form-sec) video {
  width: 100%;
  height: auto;
}
.experts-profile-faculty-wraper:has(.form-sec) img {
  width: 100% !important;
  height: auto !important;
  margin-top: 1rem;
}
.experts-profile-faculty-wraper:has(.form-sec) ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
  list-style: disc;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .experts-profile-faculty-wraper:has(.form-sec) ul {
    padding-left: 1.5rem;
  }
}
.experts-profile-faculty-wraper:has(.form-sec) ul ul {
  margin-top: 0;
}
.experts-profile-faculty-wraper.img-text-sec.left-img-text-sec .row-section {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .experts-profile-faculty-wraper.bg-light-gray {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.gsc-control-cse {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .gsc-control-cse {
    margin-top: 1.5rem;
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .gsc-control-cse .gsc-search-box-tools {
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
}

.gsc-search-box-tools {
  background: var(--white);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 0;
  padding: 1.25rem 1.5rem;
}
@media (max-width: 767.98px) {
  .gsc-search-box-tools {
    padding: 1rem;
  }
}
.gsc-search-box-tools td {
  padding: 0 !important;
}
.gsc-search-box-tools .gsc-input-box table tr {
  border: 2px solid var(--grey-800) !important;
  box-shadow: none !important;
}
.gsc-search-box-tools .gsc-input-box table tr:focus-within {
  border-color: var(--dark-grey) !important;
}
.gsc-search-box-tools .gsc-input .gsc-input-box {
  border: none;
}
.gsc-search-box-tools .gsc-input .td {
  padding: 0.25rem 2rem !important;
}
.gsc-search-box-tools .gsc-search-button {
  min-height: 2.5rem;
  padding: 0.375rem 1rem;
  background-color: var(--red);
  border-radius: 0;
  border: none;
}
.gsc-search-box-tools .gsc-search-button-v2 svg {
  height: 1rem;
  width: auto !important;
}
.gsc-search-box-tools .gsc-input-box {
  border: none;
  background: var(--light-gray);
}
.gsc-search-box-tools .gscb_a {
  line-height: 0;
}
.gsc-search-box-tools .gsst_a .gscb_a {
  color: var(--dark-grey);
  cursor: pointer;
  vertical-align: middle;
}
.gsc-search-box-tools .gsc-input {
  background-color: transparent !important;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid var(--red) !important;
}

.gsc-webResult .gsc-result {
  border-bottom: 1px solid #e0ded9 !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: var(--red) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(168, 0, 39, 0.2) !important;
}
.gs-webResult.gs-result a.gs-title:link:hover,
.gs-webResult.gs-result a.gs-title:link b:hover,
.gs-imageResult a.gs-title:link:hover,
.gs-imageResult a.gs-title:link b:hover {
  text-decoration-color: var(--red) !important;
}

.gsc-result-info,
.gsc-result-info {
  color: var(--black) !important;
}

.gsc-result-info {
  font-size: 1rem !important;
}

.gsq_a td {
  padding: 0.5rem 1.5rem !important;
}

.gsc-control-cse .gsc-option-menu {
  margin-top: 2.25rem !important;
}

.gsc-selected-option {
  cursor: pointer;
}

.gsc-results .gsc-cursor-box {
  text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: var(--black) !important;
  padding: 0.5rem 0.75rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: var(--red) !important;
}

.gsc-orderby-label {
  color: var(--black);
}

/*# sourceMappingURL=styles.css.map */
