/* =============== Custom Syles within boilerplate ================ */
.btn {
  border: 1px solid #00004E;
  font-size: 1.125rem;
  text-transform: none;
  color: #fff;
  background-color: #00004E;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.12px;
  min-width: 11.25rem;
  height: 3.125rem;
  padding: 0.5rem 0.75rem 0.75rem;
}
@media only screen and (min-width: 640px) {
  .btn {
    min-width: 15rem;
    height: 3.875rem;
    padding: 0.625rem 0.875rem 1rem;
  }
}
.btn.btn--tertiary-400 {
  background-color: #00008B;
  color: #fff;
}
.btn.btn--tertiary-400:hover {
  background-color: #0000D6;
}
.btn.is-lg {
  min-width: 22.875rem;
}
.btn:hover {
  background-color: #00004E;
  border-color: #00004E;
  color: #fff;
}
.btn.btn--primary:hover {
  color: #00004E;
}
.btn.btn--secondary {
  background-color: #E8FF00;
  color: #0000D6;
  border-color: #E8FF00;
}
.btn.btn--secondary:hover {
  background-color: #0000D6;
  color: #fff;
  border-color: #0000D6;
}
@media only screen and (min-width: 640px) {
  .btn {
    font-size: 1.3125rem;
  }
}

.btn-group {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.pb-0 {
  padding-bottom: 0;
}

.w-100 {
  width: 100%;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.pb-180 {
  padding-bottom: 11.25rem !important;
}

.py-lg-9 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 1200px) {
  .py-lg-9 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.bg-image-wrap {
  position: relative;
  overflow: hidden;
}

.bg-image {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: 0;
}
.bg-image > .bg-image-item {
  opacity: 0;
  object-fit: cover;
  height: 100%;
}

.elem-stacked, .has-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.has-overlay:before {
  content: "";
  background: #4A4747;
  background: linear-gradient(0deg, rgba(74, 71, 71, 0.15) 0%, rgba(38, 38, 38, 0.94) 100%);
  transition: opacity 0.3s ease-in-out;
}

.has-overlay-blue:before {
  content: "";
  background: #00004E;
  background: linear-gradient(0deg, rgba(0, 0, 79, 0.3) 0%, rgba(0, 0, 78, 0.18) 100%);
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

.page-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1.5625rem;
  min-height: 80dvh;
  font-weight: 300;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 5rem;
}
.page-banner strong {
  font-weight: 600;
}
.page-banner.is-sm {
  min-height: 26.25rem;
}
@media only screen and (min-width: 425px) {
  .page-banner {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 600px) {
  .page-banner {
    font-size: 1.625rem;
    justify-content: center;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .page-banner {
    font-size: 1.875rem;
    min-height: 100dvh;
  }
}
@media only screen and (min-width: 40.063em) {
  .page-banner {
    padding-top: 10.625rem;
    padding-bottom: 5.625rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .page-banner.is-sm {
    min-height: 46.1875rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100dvh;
    padding-top: 6.25rem;
    padding-bottom: 5.625rem;
    font-size: 2.25rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}
.page-banner .banner-title {
  z-index: 9;
  display: block;
  position: relative;
  max-width: 95%;
}
.page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.1875rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  .page-banner .banner-title {
    max-width: 75%;
  }
  .page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
    font-size: 2.8125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner .banner-title {
    max-width: 50%;
  }
  .page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
    font-size: 3.5rem;
    margin-bottom: 0;
  }
}

.is-invisible {
  display: none;
}

@keyframes logo-pulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
.ssc-circle, .ssc-head-line, .ssc-hr, .ssc-line, .ssc-square {
  background-color: rgba(80, 80, 80, 0.1) !important;
}

.ssc-square {
  height: 22.6875rem !important;
  border-bottom: 1px solid #00004E;
}

.ssc-head-line.w-50 {
  width: 50%;
}
.ssc-head-line.w-30 {
  width: 30%;
}

.pagination-wrapper {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination-link,
.pagination-wrapper .pagination-next,
.pagination-wrapper .pagination-prev {
  border: 0.125rem solid #fff;
  width: 2.6875rem;
  height: 2.6875rem;
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3125rem;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination-link:hover, .pagination-wrapper .pagination-link.active,
.pagination-wrapper .pagination-next:hover,
.pagination-wrapper .pagination-next.active,
.pagination-wrapper .pagination-prev:hover,
.pagination-wrapper .pagination-prev.active {
  background-color: #5D5D5D;
}
.pagination-wrapper .pagination-next svg path,
.pagination-wrapper .pagination-prev svg path {
  fill: #fff;
}

/* ================= Aspect ratios for responsive and smooth UX ================ */
.aspect-ratio {
  position: relative;
  overflow: hidden;
}
.aspect-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-ratio-36:after {
  padding-bottom: 98.5739750446%;
}
.aspect-ratio-57:after {
  padding-bottom: 63%;
}
.aspect-ratio-66:after {
  padding-bottom: 66.6666666667%;
}

.aspect-ratio-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
.aspect-ratio-item.o-f-p {
  object-position: 0 0;
}
.aspect-ratio-item.o-f-t-c {
  object-position: 50% 0;
}

.mw-832 {
  width: 100% !important;
  max-width: 52rem;
}

main .wysiwyg {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
}
main .wysiwyg > h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #E8FF00;
  line-height: 110%;
}
@media only screen and (min-width: 40.063em) {
  main .wysiwyg {
    letter-spacing: -0.14px;
    line-height: 110%; /* 30.8px */
  }
}
@media only screen and (min-width: 40.063em) {
  main .large-text .wysiwyg {
    font-size: 1.75rem;
  }
}

.grad-border {
  border: 1px solid transparent;
  background: linear-gradient(#00004E, #00004E) padding-box, linear-gradient(90deg, #FF0000, #FF9000, #E8FF00) border-box;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grad-border:hover {
  border: 1px solid transparent !important;
  box-shadow: 0 0 0.625rem 0 #FF9000;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.default-content h2, .default-content h3, .default-content h4, .default-content h5, .default-content h6 {
  color: #000070;
  font-weight: 700;
  margin-bottom: 20px;
}
.default-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.default-content h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.banner-default h1 {
  color: #E8FF00;
}

.opacity-0 {
  opacity: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-auto {
  margin-right: auto;
}

.have-max-width-700 {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.gform_fileupload_rules {
  display: none;
}

/* Style the custom upload button */
.file-upload-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* For Firefox, hide the "Choose File" button */
.file-upload-button input[type=file] {
  -moz-appearance: none;
}

/* Hide the "No file chosen" text that appears by default */
.file-upload-button input[type=file] {
  color: transparent; /* Hide the default text like "No file chosen" */
}

/* Optionally: Position the file input off-screen so it's still functional */
.file-upload-button input[type=file] {
  position: absolute;
  left: -9999px;
}

.file-upload-button {
  display: flex;
  align-items: flex-end;
}

.file-upload-button .gform-field-label {
  display: block;
  background-color: transparent;
  border-radius: 0.375rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff;
  opacity: 0.5;
  text-align: left;
  text-decoration: none;
  width: 100%;
  font-weight: 400;
  line-height: 1;
  font-size: 100%;
  padding: 1.125rem;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  position: relative;
}

.file-upload-button .gform-field-label:after {
  content: "+";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 22px;
}

.file-upload-button .gform-field-label:hover,
.file-upload-button .gform-field-label:focus {
  background-color: var(--bg-black-button-highlight);
  color: #fff;
}

/* =========== Keyframe animations =========== */
@keyframes slideFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(pxToRem(50, 10));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes pulseMe {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes graphicFadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-35%, -75%);
  }
  100% {
    opacity: 1;
    transform: translate(-15%, -75%);
  }
}
@keyframes graphicFadeInRight {
  0% {
    opacity: 0;
    transform: translate(-80%, -25%);
  }
  100% {
    opacity: 1;
    transform: translate(-100%, -25%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-in-left {
  animation: slideFadeInLeft 1s ease-out;
}

.js-observer {
  opacity: 0;
  transform: translateY(0);
  animation-duration: 1s;
  animation-fill-mode: both;
}
.js-observer.is-visible-js {
  animation: animateFadeInUp 0.5s ease 0.5s forwards;
}
.js-observer.is-visible-js.delay-0 {
  animation: animateFadeInUp 0.5s ease 0.5s forwards;
}
.js-observer.is-visible-js.delay-1 {
  animation: animateFadeInUp 0.5s ease 0.7s forwards;
}
.js-observer.is-visible-js.delay-2 {
  animation: animateFadeInUp 0.5s ease 0.9s forwards;
}
.js-observer.is-visible-js.delay-3 {
  animation: animateFadeInUp 0.5s ease 1.1s forwards;
}
.js-observer.is-visible-js.delay-4 {
  animation: animateFadeInUp 0.5s ease 1.3s forwards;
}
.js-observer.is-visible-js.fadein {
  animation: fadeIn 1s ease 0.4s forwards;
}
.js-observer.is-visible-js.cubicfadeleft {
  animation: graphicFadeInLeft 1s ease-out forwards;
  animation-delay: 0.6s;
}
.js-observer.is-visible-js.cubicfaderight {
  animation: graphicFadeInRight 1s ease-out forwards;
  animation-delay: 0.6s;
}

.i-banner-right .i-banner-content.js-observer {
  animation-delay: 0.5s;
}

.top-bar {
  top: 0;
  width: 100%;
  background: rgba(0, 0, 112, 0.14);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.top-bar.scrolled {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background: rgba(0, 0, 112, 0.14);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  max-height: 6.25rem;
}
@media only screen and (min-width: 640px) {
  .top-bar.scrolled {
    max-height: 7rem;
    overflow: hidden;
  }
}

.h-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  padding: 1.25rem 0 0;
  white-space: normal; /* allow wrapping */
  overflow-wrap: anywhere; /* break if needed */
  word-break: break-word; /* fallback */
  position: relative;
  width: 60%;
  transform: translateY(0);
  transition: opacity 450ms ease, transform 450ms ease, padding 450ms ease, visibility 0s linear 0s;
  opacity: 1;
  visibility: visible;
}
.h-label > strong {
  font-weight: 700;
}
@media only screen and (min-width: 375px) {
  .h-label {
    width: 70%;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 550px) {
  .h-label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .h-label {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .h-label {
    font-size: 1.125rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1104px) {
  .h-label {
    padding: 0;
  }
}

.h-cta {
  font-weight: 600;
  max-width: 7.5rem;
  min-width: 7.5rem;
  color: #00004E !important;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  flex-wrap: wrap;
  overflow: hidden;
}
.h-cta .is-hover {
  transition: transform 0.525s cubic-bezier(0.625, 0.05, 0, 1), opacity 0.325s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translateY(100%);
  opacity: 0;
}
.h-cta .is-default {
  transition: transform 0.525s cubic-bezier(0.625, 0.05, 0, 1), opacity 0.325s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translateY(0%);
}
.h-cta:hover {
  color: #fff !important;
}
.h-cta:hover .is-hover {
  transform: translateY(-100%);
  opacity: 1;
}
.h-cta:hover .is-default {
  transform: translateY(-100%);
  opacity: 0;
}
@media only screen and (min-width: 650px) {
  .h-cta {
    max-width: 12.5rem;
    min-width: 12.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .h-cta {
    display: block;
  }
}

.h-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
  gap: 1.4375rem;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 450ms ease, transform 450ms ease, padding 450ms ease, visibility 0s linear 0s;
  opacity: 1;
  visibility: visible;
}
.h-wrap .h-cta.hide-for-small {
  display: none;
}
@media only screen and (min-width: 1117px) {
  .h-wrap .h-cta.hide-for-small {
    display: inline-flex;
  }
  .h-wrap {
    align-items: center;
    justify-content: center;
  }
}

.logo-wrap-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.logo-wrap-cta .h-cta.is-mobile {
  display: none;
}
@media only screen and (max-width: 1117px) {
  .logo-wrap-cta {
    width: 100% !important;
  }
  .logo-wrap-cta .h-cta.is-mobile {
    display: inline-flex !important;
  }
}

@media only screen and (max-width: 650px) {
  .navbar-brand > img {
    max-width: 6.25rem;
  }
}
@media only screen and (max-width: 1117px) {
  .scrolled .h-wrap,
  .scrolled .h-label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    padding: 0;
    pointer-events: none;
    transition: opacity 350ms ease, transform 350ms ease, padding 350ms ease, visibility 0s linear 350ms;
  }
}
.fa-solid.fa-phone:before {
  font-size: 1.25rem;
}

.fa-solid.fa-phone.is-mobile:before {
  font-size: 1.125rem;
}

#menu-footer-menu,
#menu-footer-menu-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#menu-footer-menu li:last-child a::after,
#menu-footer-menu-2 li:last-child a::after {
  display: none;
}
#menu-footer-menu li a,
#menu-footer-menu-2 li a {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
#menu-footer-menu li a::after,
#menu-footer-menu-2 li a::after {
  content: "|";
  position: absolute;
  right: 0;
}

.social-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .social-cell {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.social-wrap {
  margin-top: auto;
}
.social-wrap > .grid-x {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-wrap .soc-label {
  font-size: 1.25rem;
  margin-right: 0.625rem;
}
.social-wrap a:hover {
  background-color: transparent !important;
  background: transparent !important;
}

.site-title {
  font-weight: 700;
}

.footer-call,
.footer-tel,
.footer-address,
.footer-license {
  font-weight: 400;
}
.footer-call a,
.footer-tel a,
.footer-address a,
.footer-license a {
  text-decoration: underline;
}

.bottom-bar {
  text-align: center;
}
.bottom-bar .content-area {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .bottom-bar {
    text-align: justify;
  }
  .bottom-bar .content-area {
    padding-bottom: 5vh;
  }
}

.nav-footer {
  margin-top: 1.5625rem;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .nav-footer {
    margin-top: 0;
    justify-content: flex-end;
    text-align: justify;
  }
}

.hero-video__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  right: 0;
}
.hero-video__video:before {
  content: "";
  background: #4A4747;
  background: linear-gradient(0deg, rgba(0, 0, 79, 0.4) 0%, rgba(0, 0, 78, 0.23) 100%);
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

.floating-graphic {
  background-image: url("../img/svg/float-vector.svg");
  top: 0;
  left: 0;
  position: absolute;
  width: 64.0625rem;
  height: 40.6875rem;
  z-index: 8;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-content-wrap {
  z-index: 9;
}

.banner-content {
  color: #fff;
  margin-bottom: 3.75rem;
}
.banner-content h2 {
  font-size: 2.8125rem;
  font-weight: 400;
  font-family: "Nib Pro", serif;
  font-optical-sizing: auto;
  margin: 0;
  line-height: 100%;
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 425px) {
  .banner-content h2 {
    font-size: 3.4375rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .banner-content h2 {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .banner-content h2 {
    font-size: 8.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .banner-content h2 {
    font-size: 11.25rem;
    letter-spacing: -8.25px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .banner-content h2 {
    font-size: 12.8125rem;
  }
}
@media screen and (min-width: 1617px) {
  .banner-content h2 {
    font-size: 14.6875rem;
  }
}
.banner-content p, .banner-content > p {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 625px) {
  .banner-buttons > .btn-item {
    margin-bottom: -0.625rem !important;
  }
}

.intro-section {
  max-width: 52rem;
  margin: 0 auto 3.75rem;
  font-size: 1.3125rem;
  line-height: 110%;
}
.intro-section p {
  line-height: 110%;
}
.intro-section > h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #E8FF00;
}
.intro-section.is-sm {
  max-width: 35.75rem;
}

.packages-grid .card-item {
  background-color: #000070;
  padding: 4.0625rem 2.1875rem;
  border-radius: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  height: 30rem;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  gap: 1.25rem;
  line-height: 100%;
  max-width: 26.25rem;
  margin: 0 auto;
}
.packages-grid .card-item > strong {
  font-weight: 700;
}
@media print, screen and (min-width: 640px) {
  .packages-grid .card-item {
    height: 37.125rem;
    padding: 4.0625rem 2.8125rem;
    gap: 1.875rem;
  }
}
.packages-grid .tag {
  background-color: #E8FF00;
  color: #00004E;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.07px;
  border-radius: 6px;
  padding: 6px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0.625rem;
  opacity: 0;
}
.packages-grid .is-highlight {
  background-color: #E8FF00;
  color: #000070;
}
.packages-grid .is-highlight:hover {
  transition: all 0.3s ease-in-out;
}
.packages-grid .is-highlight .tag {
  opacity: 1;
}
.packages-grid .is-highlight .pricing-box {
  background-color: #000070;
  color: #E8FF00;
  border: 1px solid #000070;
}
.packages-grid .is-highlight .card-title {
  color: #000070;
}
.packages-grid .card-title {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  line-height: 110%;
  font-weight: 300;
  min-height: 4.9375rem;
}
.packages-grid .card-title > strong {
  font-weight: 700;
}
@media only screen and (min-width: 2560px) {
  .packages-grid .card-title {
    font-size: 1.625rem;
  }
}
.packages-grid .pricing-box {
  border-radius: 0.625rem;
  border: 1px solid #E8FF00;
  color: #fff;
  background-color: transparent;
  padding: 0.375rem 0.75rem 0.75rem;
  font-size: 2.75rem;
  height: 3.75rem;
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
  line-height: 110%; /* 48.4px */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 15.3125rem;
}
@media print, screen and (min-width: 640px) {
  .packages-grid .pricing-box {
    height: 5.875rem;
    font-size: 2.75rem;
  }
}
.packages-grid .card-desc {
  width: 100%;
}
.packages-grid .card-desc.spacer {
  height: 3.75rem;
}
.packages-grid .payment-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
}
.packages-grid .payment-logos .img-logo {
  max-width: 7.625rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages-grid .button-group-popup {
  margin-top: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages-grid .button-group-popup .pop-upbtn {
  width: 100%;
  font-size: 1.3125rem;
  height: 2.5rem;
  background-color: #000041;
}
@media print, screen and (min-width: 650px) {
  .packages-grid .button-group-popup .pop-upbtn {
    height: 3.875rem;
  }
}
.packages-grid .button-group-popup .pop-upbtn:hover {
  background-color: #E8FF00;
  border-color: #E8FF00;
}

.is-highlight .pop-upbtn {
  background-color: #000070;
}

.fancybox-content {
  max-width: 88.125rem;
  width: 100%;
  overflow-x: hidden;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(30px);
}
@media print, screen and (min-width: 1024px) {
  .fancybox-content {
    padding: 2.125rem;
  }
}

.fancybox-slide--html .fancybox-close-small {
  width: 4.375rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.25rem;
  right: 1.25rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-top-right-radius: 6px;
  background-color: #000070;
}
@media print, screen and (min-width: 1024px) {
  .fancybox-slide--html .fancybox-close-small:hover {
    background: transparent;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 1.875rem;
    right: 2.875rem;
    border-top-right-radius: 0;
    background-color: transparent;
  }
}

.fancybox-button svg, .fancybox-button svg path {
  width: 1.4375rem;
}
@media print, screen and (min-width: 1024px) {
  .fancybox-button svg, .fancybox-button svg path {
    width: 100%;
  }
}

.fancybox-button svg,
.fancybox-button svg path {
  fill: #E8FF00;
}

.img-popup {
  min-height: 21.875rem;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  border-radius: 0.625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 425px) {
  .img-popup {
    min-height: 31.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .img-popup {
    min-height: 37.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-popup {
    min-height: 45.25rem;
    height: 100%;
    width: 100%;
    background-position: center top;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}

.content-box {
  background-color: #000070;
  height: 45.25rem;
  width: 100%;
  border-radius: 0.625rem;
  color: #fff;
  padding: 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media print, screen and (min-width: 1024px) {
  .content-box {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    padding: 2.625rem 3.875rem;
  }
}
.content-box .content-box-top {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.content-box .listing-content {
  margin-top: auto;
}
.content-box .listing-content ul, .content-box .listing-content ol {
  list-style: none;
  padding-left: 0;
}
.content-box .listing-content ul li, .content-box .listing-content ol li {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}
.content-box .listing-content ul li > span, .content-box .listing-content ol li > span {
  font-weight: 400;
}
@media print, screen and (min-width: 1024px) {
  .content-box .listing-content ul li, .content-box .listing-content ol li {
    margin-bottom: 2rem;
  }
}
.content-box .listing-content ul li:last-child, .content-box .listing-content ol li:last-child {
  margin-bottom: 0;
}
.content-box .listing-content ul li::before, .content-box .listing-content ol li::before {
  content: "";
  background-image: url("../img/check.png");
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.125rem;
  left: 0.25rem;
}
.content-box .list-title {
  font-weight: 700;
  color: #E8FF00;
  font-size: 1rem;
}
.content-box h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 1024px) {
  .content-box h2 {
    font-size: 2.25rem;
  }
}

.popup-content {
  margin-top: 0;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 400;
  line-height: 110%;
}

.pricing-tag {
  background-color: #E8FF00;
  padding: 0.5rem 1.8125rem 0.75rem;
  color: #00004E;
  font-weight: 700;
  font-size: 1.75rem;
  width: 8.125rem;
  text-align: center;
  border-radius: 0.625rem;
  line-height: 110%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}
.pricing-tag.is-highlight {
  width: 9.625rem;
}
.pricing-tag .pricing-tag-inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pricing-tag .pricing-tag-inside > span {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 110%;
}
@media print, screen and (min-width: 768px) {
  .pricing-tag {
    font-size: 1.75rem;
  }
}

.footer-content {
  text-align: center;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 2.375rem;
  max-width: 49.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .footer-content {
    max-width: 100%;
  }
}
.footer-content p {
  font-size: 1rem;
  text-align: center;
}
.footer-content p a {
  color: #E8FF00;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.footer-content p a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .packages-grid.grid-margin-x.large-up-5 > .cell {
    width: calc(30% - 1.875rem);
  }
}
@media print, screen and (min-width: 1500px) {
  .packages-grid.grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
}
.swiper {
  border-radius: 0.625rem;
}

.swiper-wrapper.grid-x.grid-padding-y {
  padding-bottom: 5.625rem;
}

.swiper-pagination {
  padding-bottom: 0 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E8FF00;
  border-color: #E8FF00;
}

@media print, screen and (max-width: 768px) {
  .gfield {
    margin-bottom: 1.25rem;
  }
}
.book-now {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.book-now .bn-btn {
  color: #00004E;
  max-width: 8.125rem;
  min-width: 8.125rem;
  font-size: 1rem;
  height: 2.75rem;
}

@media print, screen and (min-width: 650px) {
  .must-scale .img-popup {
    background-position: center 20%;
  }
}
@media print, screen and (min-width: 1024px) {
  .must-scale .img-popup {
    background-position: center top;
  }
}

.fancybox__slide,
.fancybox-slide {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.packages-slide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.bottom-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
}

.card-content {
  max-width: 15rem;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (max-width: 1300px) {
  .grid-margin-x.large-up-4 > .cell {
    width: calc(50% - 1.875rem);
  }
}
.discount {
  border-radius: 50%;
  background: #00004E;
  height: 2.8125rem;
  width: 2.8125rem;
  min-width: 2.8125rem;
  color: #E8FF00;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.discount > p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.4em;
}
.discount > p > span {
  font-size: 0.6875rem;
}

.form-wrap {
  max-width: 77.5rem;
  margin: 0 auto;
  position: relative;
}

input, textarea, select,
.jcf-select .jcf-select-text {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff;
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
  opacity: 0.5;
}
.form-wrap input::-moz-placeholder,
.form-wrap textarea::-moz-placeholder {
  opacity: 0.5;
}
.form-wrap input:-ms-input-placeholder,
.form-wrap textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.form-wrap input::-ms-input-placeholder,
.form-wrap textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.gform_button.button {
  border-radius: 6px;
  background: #0000D6;
  color: #E8FF00;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  bottom: 0;
  right: 0;
}
.gform_button.button:hover {
  background: #E8FF00;
  color: #0000D6;
}

.gform_confirmation_message {
  text-align: center;
  font-weight: 600;
  color: #000070;
  padding: 1.25rem;
  border-radius: 10px;
  background: #E8FF00;
  max-width: 50rem;
  margin: 0 auto;
}

/* field wrapper */
.select-package .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 1.25rem;
  position: relative;
}
.select-package .gfield_checkbox > div {
  width: 100%;
  max-width: 100%;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media print, screen and (min-width: 850px) {
  .select-package .gfield_checkbox > div {
    width: auto;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print, screen and (min-width: 1320px) {
  .select-package .gfield_checkbox {
    flex-wrap: nowrap;
  }
}

/* each choice */
.select-package .gchoice {
  position: relative;
  flex: 0 0 auto;
  margin: 0 !important;
  max-width: 25rem;
  padding-left: 0 !important;
}

/* hide native checkbox */
.select-package .gfield-choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* button style */
.select-package .gform-field-label--type-inline {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 0.875rem 0.875rem;
  margin: 0 !important;
  border-radius: 6px;
  height: 3.75rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 110%; /* 23.1px */
  text-transform: capitalize;
  background: #0000D6;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.2s ease;
  white-space: nowrap;
  opacity: 1;
  width: 100%;
}
@media print, screen and (min-width: 850px) {
  .select-package .gform-field-label--type-inline {
    width: 25rem;
  }
}

.gform-field-label {
  opacity: 0.5;
}

/* checked */
.select-package .gfield-choice-input:checked + .gform-field-label--type-inline {
  background: #E8FF00;
  color: #00004E;
  border-color: #00004E;
}

/* keyboard focus */
.select-package .gfield-choice-input:focus-visible + .gform-field-label--type-inline {
  outline: 2px solid #00004E;
  outline-offset: 2px;
}

.form-cta {
  position: relative;
  max-width: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 1.5625rem;
}
.form-cta .is-form-cta {
  height: 3.9375rem;
}
@media print, screen and (min-width: 1333px) {
  .form-cta {
    position: absolute;
    max-width: 51.25rem;
    width: 100%;
    left: 0;
    bottom: -3.9375rem;
    padding: 0;
    margin-bottom: 0;
  }
}

.gform-footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  right: 0;
}
.gform-footer .gform_button.button {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 1333px) {
  .gform-footer {
    position: absolute;
    max-width: 25rem;
  }
  .gform-footer .gform_button.button {
    font-size: 1.3125rem;
  }
}

.gfield_fileupload_percent {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .page-banner.banner-row {
    align-items: flex-end;
    padding-bottom: 0;
    padding-top: 6.25rem;
    min-height: 100dvh;
  }
}
.page-banner.banner-row .wysiwyg h2 {
  font-size: 6rem;
  margin-bottom: 0;
  line-height: 120%; /* 115.2px */
  letter-spacing: 9.6px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "mundial", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-banner.banner-row .wysiwyg h2 {
    font-size: 3rem;
    letter-spacing: 4.8px;
  }
}
@media only screen and (max-width: 425px) {
  .page-banner.banner-row .wysiwyg h2 {
    font-size: 2rem;
    letter-spacing: 3.2px;
  }
}

.image-row-box .wysiwyg p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.09px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.image-row-box .image-row-box__box {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  position: relative;
}
.image-row-box .image-row-box__box .image-row-box__box-image {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.image-row-box .image-row-box__box .image-row-box__box-image figure {
  margin-bottom: 0;
}
.image-row-box .image-row-box__box .image-row-box__box-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-row-box .image-row-box__box .floating-info {
  background: rgba(0, 0, 48, 0.11);
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 1.875rem;
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.image-row-box .image-row-box__box .floating-info p {
  margin-top: 0;
  font-size: 1.125rem;
}
.image-row-box .image-row-box__box .floating-info .image-row-box__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%; /* 35.2px */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #E8FF00;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 1300px) {
  .image-row-box .image-row-box__box .floating-info .image-row-box__title {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 1224px) {
  .image-row-box .image-row-box__box .floating-info .image-row-box__title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1080px) {
  .image-row-box .image-row-box__box .floating-info .image-row-box__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .image-row-box .image-row-box__box .floating-info .image-row-box__title {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 425px) {
  .image-row-box .image-row-box__box .floating-info .image-row-box__title {
    font-size: 1.25rem;
  }
}

.icons-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 0 0.625rem;
}
.icons-item .icons__title {
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.icons-item .icons__subtexts {
  max-width: 17.5rem;
  margin-top: 0;
}
.icons-item .icon-img {
  margin-bottom: 2.25rem;
}

@media only screen and (min-width: 768px) {
  .icons-grid {
    row-gap: 7.5rem;
  }
}
