@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");

/*    CTA Section wrap     */

.cta-section-wrap {
  padding: 3rem 0;
  text-align: center;
}

@media (max-width: 785px) {
  .cta-section-wrap {
    padding: 2.5rem 0;
  }
}

.cta-section-wrap h2 {
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
  line-height: 2.85rem;
}

@media (max-width: 785px) {
  .cta-section-wrap h2 {
    margin-bottom: 1rem;
    line-height: 1.95rem;
    font-size: 1.625rem;
  }
}

.cta-section-wrap p {
  margin: 0 auto 1rem auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.375rem !important;
}

.cta-section-wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

@media (max-width: 785px) {
  .cta-section-wrap p {
    line-height: 1rem !important;
  }
  .cta-section-wrap p {
    font-size: 0.75rem;
    width: 100%;
  }
}

.cta-section-wrap .button-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 3rem;
}

@media (max-width: 785px) {
  .cta-section-wrap .button-wrap {
    gap: 0.25rem;
    margin-top: 2rem;
  }
}

.cta-section-wrap .btn-primary, .cta-section-wrap .btn-secondary {
  font-size: 1rem;
}

@media (max-width: 785px) {
  .cta-section-wrap .btn-primary, .cta-section-wrap .btn-secondary {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 0.75rem;
  }
}

.btn-primary {
  color: #000;
  background-color: #F9931C;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary svg path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important;
  background-color: #333D47 !important;
  border-color: #333D47 !important;
}

.btn-primary:hover svg path, .btn-primary:focus svg path, .btn-primary:active svg path {
  stroke: #fff;
}

.btn-secondary {
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-secondary svg path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff !important;
  background-color: #333D47 !important;
  border-color: #333D47 !important;
}

.btn-secondary:hover svg path, .btn-secondary:focus svg path, .btn-secondary:active svg path {
  stroke: #fff;
}

.btn-tertiary {
  color: #fff;
  background-color: #F9931C;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-tertiary svg path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
  color: #fff !important;
  background-color: #333D47 !important;
  border-color: #333D47 !important;
}

.btn-tertiary:hover svg path, .btn-tertiary:focus svg path, .btn-tertiary:active svg path {
  stroke: #fff;
}

.tertiary-button {
  color: #fff;
  background-color: #F9931C;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tertiary-button svg path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.tertiary-button:hover, .tertiary-button:focus, .tertiary-button:active {
  color: #fff !important;
  background-color: #333D47 !important;
  border-color: #333D47 !important;
}

.tertiary-button:hover svg path, .tertiary-button:focus svg path, .tertiary-button:active svg path {
  stroke: #fff;
}

.bg-dark-grey {
  background: #333D47;
}

.bg-dark-grey h2 {
  color: #fff;
}

.bg-dark-grey p {
  color: #fff;
}

.bg-orange {
  background: #F9931C;
}

.bg-orange h2 {
  color: #fff;
}

.bg-orange p {
  margin-bottom: 3rem !important;
}

.bg-orange p {
  color: #fff;
}

.bg-orange .btn-secondary {
  color: #333D47;
}

.bg-blue {
  background: #94B1B6;
}

.bg-blue h2 {
  color: #fff;
}

.bg-blue p {
  color: #fff;
}

.bg-blue .btn-primary {
  border: 1px solid #F9931C;
}

.bg-blue .btn-secondary {
  border: 1px solid #000;
  background: transparent;
}

.bg-cyan-blue {
  background: #7C99AB;
}

.bg-pewter-blue {
  background: #94B1B5;
}

.cta-section-wrap.bg-dark-grey .btn-primary {
  border: 1px solid #fff !important;
}

.cta-section-wrap.bg-dark-grey .btn-primary {
  color: #314459;
  background: #fff;
  font-weight: 700;
}

.cta-section-wrap.bg-dark-grey .btn-primary:hover {
  border: 1px solid #fff !important;
}

@media (max-width: 785px) {
  .cta-section-wrap.bg-dark-grey .btn-primary {
    font-weight: 600;
  }
}

/*  hero style starts */

.hero-carousel-wrap {
  background: #bcd6f0;
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap {
    padding-bottom: 4.5rem;
  }
}

.hero-carousel-wrap > .container-fluid {
  padding-right: 0;
}

@media screen and (min-width: 1921px) {
  .hero-carousel-wrap > .container-fluid {
    max-width: 1340px; /* Adjust max-width as needed */
    padding: rem-calc(0 16);
  }
}

@media (max-width: 785px) {
  .hero-carousel-wrap > .container-fluid {
    padding: 0;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner img {
    margin-bottom: 1rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item {
  height: inherit;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .row {
  margin: 0;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .btn {
  margin: 1rem 0;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .btn {
    margin: 1rem 0 0 0;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content {
  padding: 4.375rem 1.25rem 3.4375rem 6rem;
  max-width: 800px; /* Adjust max-width as needed */
  margin-left: auto;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content h2 {
  font-weight: 700;
  line-height: 4.0625rem;
  font-size: 3.125rem;
}

@media (max-width: 1279px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content h2 {
    line-height: 2.25rem;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content p {
  line-height: 1.375rem;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content p {
    line-height: 1.3rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content p:last-of-type {
    margin-bottom: 1.25rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content button {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-align: center;
  padding: 0.75rem 0.75rem;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content button {
    font-size: 0.75rem;
    padding: 0.825rem 12px;
    line-height: 1.125rem;
    margin-top: 2rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content button svg {
  vertical-align: middle;
  margin-left: 0.25rem;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content button svg {
    padding: 0 1px 0 3px;
    height: 15px;
  }
}

@media screen and (min-width: 1620px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content {
    max-width: 55%;
    padding: 4.375rem 1.25rem 3.4375rem 16rem;
  }
}

@media screen and (min-width: 1921px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content {
    max-width: 55%;
    padding: 4.375rem 1.25rem 3.4375rem 8rem;
  }
}

@media (max-width: 1279px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content {
    padding: 2.75rem 3.25rem 2.75rem 3.25rem;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content {
    padding: 1.5rem 1.25rem 0 1.25rem;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content .btn-primary {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #EF8200;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content .btn-primary {
    margin-top: 0rem;
    padding: 0.875rem;
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-image {
  padding: 0;
}

@media (min-width: 786px) and (max-width: 1279px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-image {
    -webkit-box-ordinal-group: 3;
            order: 2;
    min-height: 320px;
  }
}

@media (min-width: 1280px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-image {
    min-height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-image {
    padding: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-inner .carousel-item .carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-indicators [data-bs-target] {
  width: auto;
  height: auto;
  text-indent: 0;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  background: pink;
  color: red;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  padding: 3px 15px;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-indicators {
  position: relative;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 16px 0;
  padding-right: 100px;
  list-style: none;
  gap: 16px;
  font-size: 1.125rem;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-indicators {
    -webkit-box-pack: center;
            justify-content: center;
    display: none;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-indicators button.active {
  background: #639;
  color: white;
  border-radius: 0;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-indicators button:hover {
  background: purple;
  color: white;
  border-radius: 0;
}

@media (max-width: 785px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-indicators button {
    margin-bottom: rem-calc(24);
    display: inline-block;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-control-prev,
.hero-carousel-wrap #history-bannerCarousel .carousel-control-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  -webkit-box-align: end;
          align-items: end;
  margin-bottom: 2rem;
  height: 40px;
  width: 40px;
  background: #333D47;
  opacity: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 8px;
  z-index: 3;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(25, 33, 61, 0.1411764706);
          box-shadow: 0px 4px 14px 0px rgba(25, 33, 61, 0.1411764706);
  -webkit-box-pack: center;
          justify-content: center;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-control-prev:hover,
.hero-carousel-wrap #history-bannerCarousel .carousel-control-next:hover {
  background: #94B1B6;
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-control-prev,
.hero-carousel-wrap #history-bannerCarousel .carousel-control-next {
    top: calc(100% + 16px);
    background: #333D47;
    height: 25px;
    width: 25px;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-control-prev span,
.hero-carousel-wrap #history-bannerCarousel .carousel-control-next span {
  color: white;
  font-size: rem-calc(24);
}

.hero-carousel-wrap #history-bannerCarousel .carousel-control-prev {
  left: 2%;
}

.hero-carousel-wrap #history-bannerCarousel .carousel-control-prev .icon-angle-right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1279px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-control-prev {
    left: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-control-prev {
    left: 0;
    margin-left: 1.25rem;
    margin-top: 1rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .carousel-control-next {
  right: 2%;
}

@media (max-width: 1279px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-control-next {
    right: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap #history-bannerCarousel .carousel-control-next {
    right: auto;
    margin-left: 1.25rem;
    left: 1.9375rem;
    margin-top: 1rem;
  }
}

.hero-carousel-wrap #history-bannerCarousel .hero-copy {
  font-size: 1rem;
  color: #333D47;
  line-height: 1.375rem;
}

.cta-section-content-wrap {
  padding: 3rem 0 2rem 0;
}

@media (max-width: 785px) {
  .cta-section-content-wrap {
    padding: 1.5rem 0 0.5rem 0;
  }
}

.cta-section-content-wrap > a:hover, .cta-section-content-wrap > a:focus {
  text-decoration-color: var(--white, #fff);
}

@media (max-width: 785px) {
  .cta-section-content-wrap .container {
    background-position: left top !important;
    background-size: auto !important;
  }
}

.cta-section-content-wrap .container.cta-section-bg-img {
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}

@media (min-width: 786px) and (max-width: 1279px) {
  .cta-section-content-wrap .container.cta-section-bg-img {
    background-size: 100% auto !important;
  }
}

@media (max-width: 785px) {
  .cta-section-content-wrap .container.cta-section-bg-img {
    background-size: auto 100% !important;
    background-position: right -20vw center !important;
  }
}

.cta-section-content-wrap .container .row {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.15%, rgba(7, 11, 27, 0)), color-stop(45.03%, rgba(7, 11, 27, 0.455965)), to(#070b1b));
  background: -o-linear-gradient(top, rgba(7, 11, 27, 0) -14.15%, rgba(7, 11, 27, 0.455965) 45.03%, #070b1b 100%);
  background: linear-gradient(180deg, rgba(7, 11, 27, 0) -14.15%, rgba(7, 11, 27, 0.455965) 45.03%, #070b1b 100%);
  text-align: center;
  padding: 12.5rem 0 10.5rem 0;
  border-radius: 0.5rem;
}

@media (max-width: 785px) {
  .cta-section-content-wrap .container .row {
    padding: 4.5rem 0;
  }
}

.cta-section-content-wrap .container .row h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

@media (max-width: 785px) {
  .cta-section-content-wrap .container .row h2 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.cta-section-content-wrap .container .row p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
  width: 75%;
  margin: auto;
}

@media (max-width: 785px) {
  .cta-section-content-wrap .container .row p {
    font-size: 0.75rem;
    width: 100%;
  }
}

/*      Get Involved Section         */

.get-involved-wrap {
  text-align: center;
  padding: 3rem 0 3.5rem 0;
}

@media (max-width: 785px) {
  .get-involved-wrap {
    padding: 4.5rem 0 5.125rem 0;
  }
}

.get-involved-wrap .get-involved-heading {
  margin: auto;
}

.get-involved-wrap .get-involved-heading h1, .get-involved-wrap .get-involved-heading h2, .get-involved-wrap .get-involved-heading h3, .get-involved-wrap .get-involved-heading h4, .get-involved-wrap .get-involved-heading h5, .get-involved-wrap .get-involved-heading h6 {
  color: #fff;
}

.get-involved-wrap .get-involved-heading h2 {
  line-height: 2.85rem;
  margin-bottom: 2.75rem;
  font-weight: 700;
}

@media (max-width: 785px) {
  .get-involved-wrap .get-involved-heading h2 {
    margin-bottom: 1.625rem;
    line-height: 2rem;
    font-size: 1.625rem;
  }
}

.get-involved-wrap .get-involved-heading p {
  line-height: 1.375rem !important;
  margin-bottom: 3.5rem !important;
}

.get-involved-wrap .get-involved-heading p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

@media (max-width: 785px) {
  .get-involved-wrap .get-involved-heading p {
    margin-bottom: 2.5rem !important;
  }
  .get-involved-wrap .get-involved-heading p {
    font-size: 0.625rem;
    line-height: 1.375rem;
  }
}

.get-involved-wrap .get-involved-card {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  background: transparent;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (max-width: 785px) {
  .get-involved-wrap .get-involved-card {
    padding: 0rem 1.5rem;
  }
}

.get-involved-wrap .get-involved-card .get-involved-img {
  min-height: 325px;
  max-height: 325px;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 785px) {
  .get-involved-wrap .get-involved-card .get-involved-img {
    min-height: 225px;
    max-height: 225px;
  }
}

.get-involved-wrap .get-involved-card .get-involved-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-involved-wrap .get-involved-card .get-involved-content {
  padding: 1rem 1.25rem 0.75rem 1.25rem;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (max-width: 785px) {
  .get-involved-wrap .get-involved-card .get-involved-content {
    padding-left: 1rem;
  }
}

.get-involved-wrap .get-involved-card .get-involved-content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 2rem;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 0;
  word-break: break-all;
}

.get-involved-wrap .get-involved-card .get-involved-content p {
  line-height: 1.375rem !important;
}

.get-involved-wrap .get-involved-card .get-involved-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0.75rem 0 1rem 0;
  color: #000;
}

.get-involved-wrap > .container > .row {
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.25rem;
  margin-top: auto;
}

.btn-primary svg,
.btn-secondary svg,
.btn-tertiary svg {
  margin-left: 0;
  max-width: 0.875rem;
}

/*     card Carousel scss    */

.card-carousel-wrap {
  padding-top: 3rem;
  padding-bottom: 0;
}

@media (max-width: 785px) {
  .card-carousel-wrap {
    padding-top: 3.5rem;
    padding-bottom: 0rem;
  }
}

@media (max-width: 785px) {
  .hc-card-carousel-wrap .slick {
    padding: 0 1.25rem;
  }
}

.hc-card-carousel-wrap .slick ul.blazy {
  overflow: visible;
}

.hc-card-carousel-wrap .slick .slick-slide {
  margin: 0 0.5625rem;
}

.hc-card-carousel-wrap .slick .slick__slide {
  height: 100%;
}

.hc-card-carousel-wrap .slick .slick-list {
  margin: 0 -0.5rem;
}

.hc-card-carousel-wrap .slick .slick-track {
  display: -webkit-box;
  display: flex;
  padding: 0 0 1rem 0;
}

.hc-card-carousel-wrap .slick .silck-item {
  height: inherit;
}

.hc-card-carousel-wrap .slick .slide__grid {
  overflow: visible !important;
}

.hc-card-carousel-wrap .slick .slide__grid {
  height: 100%;
}

.hc-card-carousel-wrap .slick .venue-card {
  border: 1rem !important;
}

.hc-card-carousel-wrap .slick .venue-card {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 1rem;
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__image {
  max-height: 235px;
  display: -webkit-box;
  display: flex;
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__image::after {
  content: none;
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__image img {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__content {
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (max-width: 785px) {
  .hc-card-carousel-wrap .slick .venue-card .venue-card__content {
    padding: 1rem 0.5rem 1rem 1rem;
  }
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__content .venue-card__address {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #333D47;
}

.hc-card-carousel-wrap .slick .venue-card .venue-card__content .venue-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #314459;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0.75rem 0 1.5rem 0;
}

@media (max-width: 785px) {
  .hc-card-carousel-wrap .slick .venue-card .venue-card__content .venue-card__title {
    padding: 0.625rem 0 1.25rem 0;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.hc-card-carousel-wrap .slick__arrow {
  position: relative;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
}

@media (max-width: 785px) {
  .hc-card-carousel-wrap .slick__arrow {
    height: 1.5625rem;
  }
}

.hc-card-carousel-wrap .slick__arrow .slick-arrow::before {
  content: none !important;
}

.hc-card-carousel-wrap .slick__arrow button.slick-prev,
.hc-card-carousel-wrap .slick__arrow button.slick-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  font-size: 0;
  background-color: #333D47;
  background-image: url("../angle-right.html");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.hc-card-carousel-wrap .slick__arrow button.slick-prev:hover,
.hc-card-carousel-wrap .slick__arrow button.slick-next:hover {
  background-color: #94B1B5;
}

.hc-card-carousel-wrap .slick__arrow button.slick-prev::before,
.hc-card-carousel-wrap .slick__arrow button.slick-next::before {
  content: none;
}

@media (max-width: 785px) {
  .hc-card-carousel-wrap .slick__arrow button.slick-prev,
.hc-card-carousel-wrap .slick__arrow button.slick-next {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.hc-card-carousel-wrap .slick__arrow button.slick-next {
  left: 56px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 785px) {
  .hc-card-carousel-wrap .slick__arrow button.slick-next {
    left: 2rem;
  }
}

.hc-heading-wrap {
  margin: auto;
  padding-bottom: 5rem;
  text-align: center;
}

@media (max-width: 785px) {
  .hc-heading-wrap {
    padding-bottom: 2rem;
  }
}

.hc-heading-wrap h2,
.hc-heading-wrap p {
  color: #333D47;
}

.hc-heading-wrap h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (max-width: 785px) {
  .hc-heading-wrap h2 {
    margin-bottom: 1.125rem;
    line-height: 2.1125rem;
    font-size: 1.625rem;
  }
}

.hc-heading-wrap p {
  margin-bottom: 1rem !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.375rem !important;
}

.hc-heading-wrap p {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 785px) {
  .hc-heading-wrap p {
    line-height: 1.375rem !important;
  }
  .hc-heading-wrap p {
    font-size: 1rem;
  }
}

.hc-heading-wrap .btn-primary {
  padding: 1rem 3.5rem;
  border-radius: 100px;
  font-size: 1.125rem;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.35rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@media (max-width: 785px) {
  .hc-heading-wrap .btn-primary {
    padding: 0.75rem 2rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

/* cta_Preservation_Archeology      */

.cta-grid {
  text-align: center;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2.5rem;
}

@media (max-width: 785px) {
  .cta-grid {
    margin-bottom: 0;
  }
}

.cta-grid .cta-grid-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.375rem;
  padding: 1rem;
}

@media (max-width: 785px) {
  .cta-grid .cta-grid-item {
    padding: 0 2.5rem;
  }
}

.cta-grid .cta-grid-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.cta-grid .cta-grid-item h3 a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.cta-grid .cta-grid-item h3 a:hover {
  color: var(--primary-color, #ff7200);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cta-grid .cta-grid-item p {
  font-family: Arial, Helvetica, sans-serif;
}

.cta-grid .cta-grid-item-content {
  padding-top: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cta-grid .cta-grid-item-content h3 {
  color: #000;
  margin-bottom: 1.125rem;
}

@media (max-width: 785px) {
  .cta-grid .cta-grid-item-content h3 {
    font-size: 1.125rem;
    font-weight: 800;
  }
}

.cta-grid .cta-grid-item-content p {
  color: #000;
  line-height: 1.25rem;
  margin-top: 0;
}

@media (max-width: 785px) {
  .cta-grid .cta-grid-item-content p {
    line-height: 1.25rem;
  }
}

.cta-section-grid {
  padding: 3rem 0 3rem 0;
  text-align: center;
  background-color: #333D47;
}

@media (max-width: 785px) {
  .cta-section-grid {
    padding: 2.5rem 0 3.5rem 0;
  }
}

.cta-section-grid h2 {
  font-weight: 700;
  color: #333D47;
  margin-bottom: 3rem;
  line-height: 2.25rem;
}

@media (max-width: 785px) {
  .cta-section-grid h2 {
    line-height: 1.95rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0 4rem;
    color: #000;
  }
}

.cta-section-grid p {
  margin: 0 auto 1rem auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.375rem !important;
}

.cta-section-grid p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

@media (max-width: 785px) {
  .cta-section-grid p {
    color: #333D47;
  }
}

.cta-section-grid .cta-button-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10px;
}

.cta-section-grid .btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: center;
  padding: 0.75rem 1.375rem;
  background: #fff;
  border-radius: 0.5rem;
}

@media (max-width: 785px) {
  .cta-section-grid .btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    border: none;
    padding: 0.75rem;
    background: #fff;
    margin-top: 1rem;
    border-radius: 0.5rem;
    font-size: 0.7093rem;
    line-height: 0.975rem;
    font-weight: 600;
  }
}

.cta-section-grid .btn svg {
  margin-left: 0.25rem;
  max-width: 0.875rem;
}

@media (max-width: 785px) {
  .cta-section-grid .btn svg {
    vertical-align: middle;
    width: 0.625rem;
    height: auto;
  }
}

.cta-section-grid .btn.btn-primary {
  color: #000;
  border: 1px solid #F9931C;
  background: #F9931C;
}

@media (max-width: 785px) {
  .cta-section-grid .btn.btn-primary {
    color: #333D47;
  }
}

.cta-section-grid .btn.btn-secondary {
  color: #F9931C;
  border: 1px solid #000;
  background: transparent;
}

@media (max-width: 785px) {
  .cta-section-grid .btn.btn-secondary {
    color: #333D47;
  }
}

.field__item {
  margin-bottom: 0;
}