/*
   1. Border radius
   ----------------

   @include border-radius(4px);
*/
/*
   2. Transition
   -------------

   @include transition(all 0.2s ease-out);
*/
/*
   3. Box shadow
   -------------

   @include box-shadow(inset 0 3px 4px rgba(0, 0, 0, 0.1));
*/
/*
   4. Opacity
   ----------

   @include opacity(0.8);
*/
/*
   5. Clearfix
   -----------

    @include clearfix();
*/
/*
   6. Font size
   ------------

   @include font-size(16, null, $font-weight-bold);
*/
/*
   7. Properties in REM
   --------------------

   @include rem(margin, 50px 0);
*/
/*
   8. Position
   -----------

   @include position(absolute, 10px, 10px, 5px, 15px);
*/
/*
   9. Breakpoints
   --------------

   @include breakpoint($min, $md){}
   @include breakpoint($max, $lg){}
   @include breakpoint(null, $xs, $lg){}
   @include breakpoint(null, 580px, $lg){}
*/
/*
   10. Background image
   --------------------

   @include background('pattern.png');
   @include background(transparent url(product/pattern.png) no-repeat 0 0);
*/
/*
   11. Grid mixin
   --------------

   @include col(1, 3);
*/
/*
   12. Box sizing
   --------------

   @include box-sizing(border-box);
*/
/*
   13. Placeholder
   ---------------

   @include placeholder {};
*/
/*
   14. Arrow
   ---------

   @include arrow(right, 3px, $black);
*/
/*
   15. Bg opacity
   --------------

   @include background-opacity(#333, 0.5);
*/
/*
   16. Transform
   --------------

   @include transform(skew(-20deg));
*/
:root {
  --black: #040914;
  --white: #ffffff;
  --yellow: #fcb900;
  --blue: #003764;
  --title-gray: #333;
  --body-gray: #555;
  --primary-blue: #004080;
  --hover-blue: #003366;
  --dark-text: #1a1a1a;
  --slick-blue: #112157;
  --hover-blue-alt: #214c80;
  --tag-red: #e53935;
  --event-gray: #666;
  --location-gray: #888;
  --dot-gray: #ccc;
  --button-hover: #0055aa;
  --calendar-bg: #ededed;
  --body-text: #555;
  --darkblue: #172641;
  --light-gray: #f5f5f5;
  --collaboration-bg: #002746;
  --light-blue-text: #8eacc6;
  --border-gray: #a8a8a8;
  --text-gray: #474747;
  --text-dark-gray: #2d2d2d;
  --light-bg: #f0f1f1;
  --divider-gray: #979797;
  --primary-blue-alt: #003764;
  --orange-accent: #e59400;
  --gradient-orange-end: #ed9807;
  --arrow-bg: #e6ebef;
  --text-dark: #333;
  --dot-inactive: #f8e0c0;
  --dot-hover: #e8a84e;
  --newsletter-bg: #e8e8e8;
  --newsletter-text: #2c2c2c;
  --newsletter-placeholder: #999999;
  --newsletter-button: #1b3b5f;
  --card-bg: #eeefef;
  --icon-blue: #2b3f6c;
  --orange-bg: #fa9d19;
  --icon-yellow: #fcb900;
  --accordion-bg: #f8f9fa;
  --accordion-text: #2c3e50;
  --accordion-content: #555;
  --link-blue: #3498db;
  --link-hover: #2980b9;
  --attachment-bg: #103050;
  --card-hover-blue: #1b4a74;
  --gradient-blue-end: #01294a;
  --semi-transparent-blue: #194a748c;
  --semi-transparent-blue-hover: #194a74;
  --host-text: #2d2d2d;
  --calendar-text: #2d2d2d;
  --slider-dot: #ddd;
  --slider-dot-hover: #999;
  --dam-gradient-end: #022849;
  --accordion-icon: #fcb900;
  --accordion-icon-text: #ffffff;
  --htz-orange: #faa71a;
}

.page-node-type-static-page-2:has(.paragraph--type--hero-paragraph) .header__wrapper {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%);
  background: transparent;
  width: 100%;
}
.page-node-type-static-page-2:has(.paragraph--type--hero-paragraph) .header__wrapper::before {
  background: unset;
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph {
  position: relative;
  background-color: #003764;
}
@media screen and (max-width: 1440px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide.slick-active .hero-slide__inner {
    animation: shrink 7s infinite alternate;
  }
}
@media screen and (min-width: 1441px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide.slick-active .hero-slide__inner {
    animation: shrinklg 7s infinite alternate;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide.slick-active .hero-slide__inner:has(.active) .slick-dots {
  z-index: 10;
}
@keyframes shrink {
  0% {
    background-size: auto 130%;
  }
  100% {
    background-size: auto 145%;
  }
}
@keyframes shrinklg {
  0% {
    background-size: 120% auto;
  }
  100% {
    background-size: 135% auto;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__inner {
    padding-bottom: 16rem;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__content {
  max-width: 133.9rem;
  width: 100%;
  margin: 0 auto;
  padding: 21.4rem 1.6rem 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__content {
    padding: 20rem 1.6rem 0;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__subtitle {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  letter-spacing: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__subtitle {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.03;
  text-align: center;
  white-space: pre-line;
  max-width: 83rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__title {
    font-size: 40px;
    max-width: 40rem;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  z-index: 11;
  position: relative;
  padding: 3rem 0 4.7rem;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards {
    padding: 0;
    flex-direction: column;
    gap: 1rem;
    margin-top: 10rem;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 33px 28px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card {
    padding: 22px;
    border-radius: 8px;
    margin: 0 0.5rem;
    box-shadow: none;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__header {
  display: flex;
  flex-direction: column-reverse;
  gap: 7px;
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__title {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__title {
    margin-bottom: 13px;
    font-size: 18px;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__desc {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "quicksand", sans-serif;
  width: 83%;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__desc {
    font-size: 18px;
    margin-bottom: 13px;
    width: 100%;
  }
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__icon {
  color: var(--yellow);
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__icon i {
  font-size: 36px;
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__button {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.8rem;
  color: #ffffff;
  font-family: Quicksand, sans-serif;
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__button svg {
  width: 2.8rem;
  height: auto;
  color: var(--yellow);
  transition: transform 0.3s ease;
}
.page-node-type-static-page-2 .paragraph--type--hero-paragraph .hero-slide__cards .hero-card__button:hover {
  color: var(--yellow);
}
.page-node-type-static-page-2 .mobile-slider-controls {
  display: none;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .mobile-slider-controls {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .desktop-timeline {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .desktop-squares {
    display: none;
  }
}
.page-node-type-static-page-2 .slick-slide {
  margin: 0;
}
.page-node-type-static-page-2 .slick-slide img {
  transform: none !important;
}
.page-node-type-static-page-2 .slick-hero-slider.slick-dotted {
  margin-bottom: 0;
}
.page-node-type-static-page-2 .slick-hero-slider .slick-dots {
  right: 5.3rem;
  top: 40%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
  width: auto;
  height: auto;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .slick-hero-slider .slick-dots {
    left: 50%;
    right: auto;
    bottom: -7.5rem;
    top: auto;
    transform: translateX(-50%);
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    background: unset;
    z-index: 999;
  }
}
.page-node-type-static-page-2 .slick-hero-slider .slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 0 !important;
}
.page-node-type-static-page-2 .slick-hero-slider .slick-dots li button {
  width: 6px !important;
  height: 60px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: block !important;
}
.page-node-type-static-page-2 .slick-hero-slider .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 3px;
}
.page-node-type-static-page-2 .slick-hero-slider .slick-dots li button:before {
  display: none !important;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .slick-hero-slider .slick-dots li button {
    width: 6px !important;
    height: 6px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 3px;
  }
}
.page-node-type-static-page-2 .slick-hero-slider .slick-dots li.slick-active button {
  background: white !important;
  height: 80px !important;
  border-radius: 4rem;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .slick-hero-slider .slick-dots li.slick-active button {
    width: 91px !important;
    height: 6px !important;
  }
}
.page-node-type-static-page-2 .slick-slider .slick-track,
.page-node-type-static-page-2 .slick-slider .slick-list {
  transition-delay: 10ms;
}
.page-node-type-static-page-2 .slick-dots li button:after {
  border: none !important;
}
.page-node-type-static-page-2 .slider-timeline {
  display: none;
}
.page-node-type-static-page-2 .slick-slide-counter {
  position: absolute;
  bottom: 1rem;
  right: 1.6rem;
  width: 11rem;
  height: 11rem;
  background: rgba(113, 157, 155, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .slick-slide-counter {
    /*       width: 7.3rem;
    height: 7.3rem;
    right: 1.6rem !important;
    border-radius: 5.6px; */
    display: none;
  }
}
.page-node-type-static-page-2 .slick-slide-counter .slick-slide-counter-inner {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .slick-slide-counter .slick-slide-counter-inner {
    font-size: 1.2rem;
  }
}
.page-node-type-static-page-2 .slick-slide-counter .slick-slide-counter-inner span {
  color: rgba(255, 255, 255, 0.561);
}
.page-node-type-static-page-2 .photo-info {
  position: relative;
  max-width: 133.9rem;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-top: auto;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .photo-info {
    top: 14rem;
    left: 2rem;
    margin-top: 6rem;
  }
}
.page-node-type-static-page-2 .photo-info:has(.active) {
  z-index: 999;
}
.page-node-type-static-page-2 .photo-info .photo-info-wrapper {
  position: absolute;
  left: 1.6rem;
  bottom: 10.5rem;
}
.page-node-type-static-page-2 .photo-info .photo-info-wrapper .popup-photo-info {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 1.5rem;
  border-radius: 1.5rem;
  color: #ffffff;
  max-width: 30rem;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.25s ease;
}
.page-node-type-static-page-2 .photo-info .photo-info-wrapper .popup-photo-info span {
  font-weight: 600;
}
.page-node-type-static-page-2 .photo-info .photo-info-wrapper .popup-photo-info.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .photo-info .photo-info-wrapper {
    bottom: 5.5rem;
    left: 1.5rem;
  }
}
.page-node-type-static-page-2 .photo-info svg {
  position: absolute;
  left: 1.6rem;
  bottom: 6.5rem;
}
@media (max-width: 768px) {
  .page-node-type-static-page-2 .photo-info svg {
    left: 8px;
    bottom: 22px;
  }
}
.page-node-type-static-page-2 .photo-info svg:hover {
  cursor: pointer;
}
.page-node-type-static-page-2 .decorative-squares {
  z-index: 5;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 2rem;
  /* right: 12.6rem;
  bottom: 1rem;
  position: absolute; */
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .decorative-squares {
    position: absolute;
    bottom: 2rem;
    right: 9rem;
    margin: 0;
  }
}
.page-node-type-static-page-2 .decorative-squares .square-large {
  width: 22rem;
  height: 22rem;
  background: rgba(113, 157, 155, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .decorative-squares .square-large {
    display: none;
  }
}
.page-node-type-static-page-2 .decorative-squares .square-small-1 {
  width: 11rem;
  height: 11rem;
  background: rgba(113, 157, 155, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .page-node-type-static-page-2 .decorative-squares .square-small-1 {
    display: none;
  }
}
.page-node-type-static-page-2 .slick-slide {
  padding: 0;
}
/*# sourceMappingURL=paragraph-type-hero.css.map */
