/*
Theme Name: IP Theme Condensed
Author: Ironpaper
Description: Custom WP theme
Version: 1.0
*/
:root {
  --site-gutter: 30px;
  --Nav-Animation: all 200ms ease-in-out;
  --Link-Animation: padding 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fullwidth-inline {
  display: inline-block;
  width: 100% !important;
}

.animate-section .fade-up {
  visibility: hidden;
}

pre {
  background-color: #1d1f21;
  color: #f0c674 !important;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
}

* {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

html,
body,
.block-editor {
  scroll-behavior: auto !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--Text);
}

@media only screen and (max-width: 767px) {
  :root {
    --site-gutter: 25px;
  }
}

.main-body {
  padding-top: 102px;
  overflow: hidden;
}

.flex {
  display: flex;
}

.column,
.col {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.divider.vertical {
  height: 100%;
  min-height: 300px;
  width: 2px !important;
  padding: 0px !important;
}

/* Theming */
.flex-content.themed:is([data-theme="navy"], [data-theme="gradient"]) :is(h1, h2, h3, h4, h5, h6, p, span, div) {
	color: var(--White);
}

.flex-content.themed:is([data-theme="sky"], [data-theme="stone"], [data-theme="light"], [data-theme="white"]) :is(h1, h2, h3, h4, h5, h6, p, span, div):not(.btn) {
	color: var(--Blue);
}

.flex-content.themed[data-theme="sky"] {
  background: var(--Light-Blue, #E1EFFD);
}

.flex-content.themed[data-theme="stone"] {
  background: var(--Light-Gray, #F0EDE8);
}

.flex-content.themed[data-theme="navy"] {
  /* background: var(--Navy, #193BFF); */
  background: var(--Blue, #00386B);
}

.flex-content.themed[data-theme="gradient"] {
  background: linear-gradient(180deg, #00386B 0%, #002444 100%) !important;
}

:is(.bg-blue, .bg-black, .bg-navy, .bg-gradient) :is(div, span, p, a, h1, h2, h3, h4, h5, h6):not(.btn) {
  color: white !important;
}


body .modal-content {
  background: unset;
  border: 0px;
}

body .modal-dialog {
  margin: 0 auto;
  max-width: 75vw;
  width: 100%;
}

body a {
  color: inherit;
}

body .modal #unifiedModalCaption * {
  color: white;
}

body .modal.show {
  z-index: 1000000;
}

body .modal {
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
}

body .modal button.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  background-size: cover;
  height: 2em;
  position: absolute;
  right: 5%;
  top: 20%;
  width: 2em;
}

body .modal img {
  max-height: 65vh;
}

h1,
.h1 {
  color: var(--Navy);
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 16px;
}

h2,
.h2 {
  color: var(--Navy);
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

h3,
.h3 {
  color: var(--Navy);
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

h4,
.h4 {
  color: var(--Navy);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

h5,
.h5 {
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--Navy);
}

h6,
.h6 {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--Navy);
}

.eyebrow {
  color: var(--Blue, #00386B);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

p, li, ol, ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.large,
.large :is(p, li, ol, ul) {
  font-size: 1.5em;
  font-weight: 300;
}

.small,
.small :is(p, li, ol, ul) {
  font-size: 0.75em;
  font-weight: 300;
}

blockquote p {
  font-size: 1.75em;
  font-weight: 700;
}

section.page-not-found {
  padding: 60px 0;
  text-align: center;
}

.container {
  padding: 0 var(--site-gutter);
  max-width: 1512px;
}

header .container {
  max-width: 1512px;
}

.main-body .single .container {
  max-width: 1088px;
}

@media (min-width: 992px) {
  .container {
    padding: 0 100px;
  }
}

b, strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/*Responsive Videos*/
iframe[src*="youtu.be"],
iframe[src*="youtube"],
iframe[src*="vimeo"],
iframe[src*="brightcove"],
video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.custom-video-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom-video-popup .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  cursor: pointer;
}
.custom-video-popup .close svg {
  color: #fff;
}
.custom-video-popup .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.custom-video-popup .inner .embed {
  height: calc(100% - 60px);
}
.custom-video-popup .inner .embed iframe,
.custom-video-popup .inner .embed video {
  width: 100%;
  height: 100%;
}

/*Flex Settings*/
section.flex-content,
section.flex-content .container {
  position: relative;
}
section.flex-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.flex-content img.bg {
  object-fit: cover;
  object-position: center;
}

.default-template {
  padding: 60px 0;
}

.default-template .main-title {
  margin: 0 0 50px;
}

/*Header*/
header {
  display: block;
  width: 100%;
  position: fixed;
  background: var(--Blue);
  z-index: 9999;
}

header .logo {
  max-width: 260px;
}

header .tapestry-cut {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 100%;
}

header.light {
  background: rgba(255, 255, 255, 0.99);
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header .inner .navs {
  display: flex;
  align-items: center;
}

header .inner .navs .button-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 0 0 50px;
}

header .inner .navs .button-nav .mobile {
  display: none;
}

header .inner .navs .button-nav li {
  padding-right: 20px;
}

header .inner .navs .button-nav li:last-of-type {
  padding-right: 0;
}

header .inner .main-nav {
  display: flex;
  align-items: center;
  flex: 1;
  height: 102px;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .inner .main-nav li {
  position: unset;
}

header .inner .main-nav > li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

header .inner .main-nav > li > a {
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 23px;
  font-size: 1.125em;
  font-weight: 400;
  text-decoration: none;
  color: var(--Taupe);
  border-radius: 5px;
}

header.light .inner .main-nav > li > a {
  color: #1f1f1f;
}

header .inner .main-nav > li > a {
  border-radius: 5px 5px 0 0;
  color: white;
  margin-bottom: 0;
  text-align: right;
}

:root {
  --Nav-Animation: all 200ms ease-in-out;
}

@media only screen and (min-width: 992px) {
  header .inner .main-nav > li.dropdown > a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M8.25 3.70088C9.25 4.27823 9.25 5.72161 8.25 6.29896L2.25 9.76306C1.25 10.3404 -4.6688e-07 9.61872 -4.16407e-07 8.46402L-1.13565e-07 1.53582C-6.30919e-08 0.381118 1.25 -0.340569 2.25 0.236782L8.25 3.70088Z' fill='%23ffffff'/%3E%3C/svg%3E");
    height: 11px;
    margin-left: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translate(-50%,-50%);
    width: 12px;
  }

  header .inner .main-nav > li > a {
    -webkit-transition: var(--Nav-Animation);
    -moz-transition: var(--Nav-Animation);
    -ms-transition: var(--Nav-Animation);
    -o-transition: var(--Nav-Animation);
    transition: var(--Nav-Animation);
  }
}

header .inner .main-nav .second-level {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 280px;
}

@media only screen and (min-width: 992px) {
  header .inner .main-nav > li.dropdown .second-level {
    -webkit-transition: var(--Nav-Animation);
    -moz-transition: var(--Nav-Animation);
    -ms-transition: var(--Nav-Animation);
    -o-transition: var(--Nav-Animation);
    transition: var(--Nav-Animation);

  }

  header .inner .main-nav > li.dropdown .second-level ul {
    position: relative;
    width: 100%;
    background:
      linear-gradient(
        to bottom,
        rgba(26, 58, 87, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 5.769%,
        rgba(255, 255, 255, 0) 5.77%
      ),
      #fff;
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 26.81px),
      calc(100% - 2.535px) calc(100% - 20.156px),
      calc(100% - 17.517px) calc(100% - 3.346px),
      calc(100% - 24.983px) 100%,
      0 100%,
      0 0
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 26.81px),
      calc(100% - 2.535px) calc(100% - 20.156px),
      calc(100% - 17.517px) calc(100% - 3.346px),
      calc(100% - 24.983px) 100%,
      0 100%,
      0 0
    );

    background-size: 100% auto;
    background-repeat: no-repeat;
    min-width: 300px;

  }

  /* Fallback for browsers that don't support path() */
  @supports not (clip-path: path('M0 0H1V1Z')) {
    .second-level {
      -webkit-clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 86%,
        90.1% 98.2%,
        85.9% 100%,
        0% 100%,
        0% 0%
      );
              clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 86%,
        90.1% 98.2%,
        85.9% 100%,
        0% 100%,
        0% 0%
      );
    }
  }

  header .inner .main-nav > li.dropdown:hover .second-level {
    opacity: 1;
    pointer-events: all;
  }
}

header .inner .main-nav .second-level > .bottom-text {
  display: block;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  white-space: nowrap;
  color: var(--Text);
  background-color: var(--White);
  padding: 40px;
  margin: 0;
  text-decoration: none;
}

header.light .inner .main-nav .second-level > .bottom-text {
  color: var(--White);
  background-color: var(--Text);
}

header .inner .main-nav .second-level > ul,
header .inner .main-nav .second-level > .two-col ul {
  padding: 30px 20px;
  margin: 0;
  list-style: none;
  background: var(--White);
  width: 100%;
}

header .inner .main-nav .second-level,
header .inner .main-nav .second-level > .bottom-text,
header .inner .main-nav .border-radius {
  border-radius: 0px 0px 10px 10px;
}

header .inner .main-nav .second-level.third-opened,
header .inner .main-nav .second-level.third-opened > p,
header .inner .main-nav .second-level.third-opened .border-radius {
  border-radius: 0px 0px 0px 10px;
}

header .inner .main-nav .second-level > ul > li.dropdown {
  margin-right: -20px;
}

header .inner .main-nav .second-level > ul > li > a,
header .inner .main-nav .second-level > .two-col ul > li > a {
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--Blue);
  text-decoration: none;
  padding: 5px 0;
  white-space: nowrap;
  margin-bottom: 9px;
  min-width: 190px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

header .inner .main-nav .second-level > ul > li > a.icon,
header .inner .main-nav .second-level > .two-col ul > li > a.icon {
  padding-left: 47px;
  padding-right: 8px;
}

header .inner .main-nav .second-level > ul > li > a img,
header .inner .main-nav .second-level > .two-col ul > li > a img {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  object-fit: scale-down;
  object-position: center;
}

header .inner .main-nav .second-level > ul > li.dropdown > a,
header .inner .main-nav .second-level > .two-col ul > li.dropdown > a {
  border-radius: 5px 0 0 5px;
}

@media only screen and (min-width: 992px) {
  header .inner .main-nav .second-level > ul > li > a,
  header .inner .main-nav .second-level > .two-col ul > li > a {
    -webkit-transition: var(--Nav-Animation);
    -moz-transition: var(--Nav-Animation);
    -ms-transition: var(--Nav-Animation);
    -o-transition: var(--Nav-Animation);
    transition: var(--Nav-Animation);
  }

  header .inner .main-nav .second-level > ul > li:hover > a,
  header .inner .main-nav .second-level > .two-col ul > li:hover > a {
    border-left-color: var(--Blue);
    font-weight: 700;
    padding-left: 10px;
  }
}

header .inner .main-nav .second-level > .two-col {
  display: flex;
  overflow: hidden;
}

header .inner .main-nav .second-level > .two-col .left {
  padding-right: 20px;
}

header .inner .main-nav .third-level {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 30px 0 30px 20px;
  border-radius: 0px 0px 10px 10px;
  background: #3e4e55;
  min-height: calc(100% + 30px);
}

@media only screen and (min-width: 992px) {
  header .inner .main-nav .second-level > ul > li.dropdown .third-level {
    -webkit-transition: var(--Nav-Animation);
    -moz-transition: var(--Nav-Animation);
    -ms-transition: var(--Nav-Animation);
    -o-transition: var(--Nav-Animation);
    transition: var(--Nav-Animation);
  }

  header .inner .main-nav .second-level > ul > li.dropdown:hover .third-level {
    opacity: 1;
    pointer-events: all;
  }
}

header .inner .main-nav .third-level > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .inner .main-nav .third-level > ul > li > a {
  display: block;
  padding: 15px 40px 15px 15px;
  text-decoration: none;
  color: var(--White);
  font-weight: 600;
  line-height: 120%;
  min-width: 166px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #3e4e55;
  border-right: none;
}

@media only screen and (min-width: 992px) {
  header .inner .main-nav .third-level > ul > li:hover > a {
    border-color: var(--White);
  }
}

header .mobile-nav-toggle {
  display: none;
  /* width: 40px;
	height: 24px;
	cursor: pointer;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.875 2.25H37' stroke='%236FE4FF' stroke-width='4.17857' stroke-linecap='round'/%3E%3Cpath d='M2.875 12H37' stroke='%236FE4FF' stroke-width='4.17857' stroke-linecap='round'/%3E%3Cpath d='M2.875 21.75H37' stroke='%236FE4FF' stroke-width='4.17857' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.875 2.25H37' stroke='%236FE4FF' stroke-width='4.17857' stroke-linecap='round'/%3E%3Cpath d='M2.875 12H37' stroke='%236FE4FF' stroke-width='4.17857' stroke-linecap='round'/%3E%3Cpath d='M2.875 21.75H37' stroke='%236FE4FF' stroke-width='4.17857' stroke-linecap='round'/%3E%3C/svg%3E");
	background-color: var(--Accent-1); */
}

@media screen and (max-width: 991px) {
  .mobile-nav-toggle .line {
    background-color: var(--White);
    border-radius: 5px;
    display: block;
    height: 5px;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 36px;
    width: 40px;
  }
  .mobile-nav-toggle.is-active .line:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }

  .mobile-nav-toggle.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}

header.light .mobile-nav-toggle {
  background-color: var(--Text);
}

header .animate {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

header .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  padding-top: 10px;
}

header .top-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease-out;
}

header .top-menu a:hover {
  color: white;
}

header .top-menu a:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 15px;
  left: -10px;
  position: absolute;
  top: 5px;
  width: 2px;
}

footer.main {
  background-color: var(--White);
  padding: 48px 0;
}

footer .top {
  display: flex;
  justify-content: space-between;
}

footer .top .left-col {
  display: flex;
}

footer .logo {
  max-width: 291px;
  margin: 0 62px 0 0;
}

footer .addresses {
  display: flex;
  margin: 0 -16px;
}

footer .addresses.mobile {
  display: none;
}

footer .addresses .address {
  padding: 0 16px;
}

footer .addresses .address .title {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

footer .addresses .address .text {
  font-size: 0.875em;
  line-height: 150%;
  margin: 0;
}

footer .social {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -10px 22px;
  padding: 0;
}

footer .social.mobile {
  display: none;
}

footer .social li {
  padding: 0 10px;
}

footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 -40px;
}

footer .footer-nav .nav-col {
  display: flex;
  flex-direction: column;
  flex: 0 1 20%;
  padding: 30px 40px 0;
}

footer .footer-nav .nav-col p {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 150%;
  font-weight: 600;
  margin: 0;
}

footer .footer-nav .nav-col p.desktop {
  display: block;
}

footer .footer-nav .nav-col p.mobile {
  display: none;
}

footer .footer-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}

footer .footer-nav .nav-list li {
  flex: 0 0 100%;
  padding: 16px 20px 0;
}

footer .footer-nav .nav-list.two-col li {
  flex: 0 0 50%;
}

footer .footer-nav .nav-list li a {
  display: inline-block;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Text);
  text-decoration: none;
  padding: 0;
  margin: 0;
}

footer .footer-nav .nav-list li a:hover {
  text-decoration: underline;
}

footer.bottom {
  background-color: var(--Neutral-light);
  padding: 24px 0;
}

footer .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 -16px;
  padding: 0;
}

footer .bottom-nav li {
  padding: 0 16px;
}

footer .bottom-nav li :is(a, span, .pretend-link) {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  color: var(--Text);
}

footer .bottom-nav li :is(a, .pretend-link) {
  cursor: pointer;
}

footer .bottom-nav li :is(a, .pretend-link):hover {
  text-decoration: underline;
}

footer .website-by {
  display: block;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  color: var(--Text);
  text-align: center;
  margin: 15px 0 0;
}

footer .website-by a {
  text-decoration: none;
  color: var(--Text);
}

footer .website-by a:hover {
  text-decoration: underline;
}

footer .embed form {
  display: flex;
  flex-wrap: wrap;
  max-width: 376px;
}

footer .embed form .hs_email label {
  display: none;
}

footer .embed form .hs_email {
  order: 1;
  flex: 1;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

footer .embed form .hs-submit {
  order: 2;
}

footer .embed form .hs_agree_to_privacy_policy__new_ {
  order: 3;
  flex: 0 0 100%;
}

footer .embed form .hs_error_rollup {
  order: 4;
  font-size: 0.875em;
  color: red;
}

footer .embed form .hs_agree_to_privacy_policy__new_ .hs-error-msgs {
  display: none;
}

footer .embed form .hs_email .input,
footer .embed form .hs_email input {
  height: 100%;
}

footer .embed form .hs_email input {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  border: none;
  background: var(--White, #fff);
  padding: 10px 20px;
}

footer .embed form .hs-submit .actions,
footer .embed form .hs-submit input {
  height: 100%;
}

footer .embed form .hs-submit input {
  font-weight: 600;
  border: none;
  border-radius: 0px 10px 10px 0px;
  background: var(--Accent-1);
  padding: 0 25px;
}

footer .embed form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .embed form .inputs-list li {
  padding: 10px 0 0;
}

footer .embed form .inputs-list li label {
  display: flex;
  align-items: flex-start;
}

footer .embed form .inputs-list li label > span {
  display: block;
  font-size: 0.875em;
}

footer .embed form .inputs-list li label input {
  margin: 4px 8px 0 0;
}

.video-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.video-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 104px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--Accent-1);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='99' height='104' viewBox='0 0 99 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3464_1947)'%3E%3Cpath d='M70 39.3397C76.6667 43.1887 76.6667 52.8113 70 56.6603L40 73.9808C33.3334 77.8298 25 73.0185 25 65.3205L25 30.6795C25 22.9815 33.3333 18.1702 40 22.0192L70 39.3397Z' fill='%236FE4FF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3464_1947' x='1' y='0.664551' width='98' height='102.671' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.34 0'/%3E%3CfeBlend mode='multiply' in2='BackgroundImageFix' result='effect1_dropShadow_3464_1947'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3464_1947' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='99' height='104' viewBox='0 0 99 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3464_1947)'%3E%3Cpath d='M70 39.3397C76.6667 43.1887 76.6667 52.8113 70 56.6603L40 73.9808C33.3334 77.8298 25 73.0185 25 65.3205L25 30.6795C25 22.9815 33.3333 18.1702 40 22.0192L70 39.3397Z' fill='%236FE4FF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3464_1947' x='1' y='0.664551' width='98' height='102.671' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.34 0'/%3E%3CfeBlend mode='multiply' in2='BackgroundImageFix' result='effect1_dropShadow_3464_1947'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3464_1947' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.video-img img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.video-img:hover img {
  transform: scale(1.1);
}

.video-img:hover:after {
  left: 10px;
  opacity: 0.5;
}

.animate-in-view {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.animate-in-view[animated="1"] {
  top: 0;
  opacity: 1;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

.slider-container[count="1"] .slick-dots {
  display: none;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 13px 0 0;
}

.dark .slick-dots li {
  border-color: var(--Neutral);
}

.slick-dots li.slick-active {
  background-color: #000;
}

.dark .slick-dots li.slick-active {
  background-color: var(--Neutral);
}

.slick-dots li:last-of-type {
  margin-right: 0;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  opacity: 0;
}

.custom-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-loading-overlay .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.custom-loading-overlay h3 {
  font-size: 48px;
  margin: 30px 0 0;
  padding: 0;
}

.filters {
  display: flex;
  align-items: center;
}

.filters span {
  display: block;
  font-weight: 600;
  margin: 0 56px 0 0;
}

.filters select {
  margin-right: 8px;
}

.filters .input[type="text"] {
  margin-right: 8px;
}

.filters > *:last-child {
  margin-right: 0;
}

.filters .search-field {
  position: relative;
}

.filters .search-field span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7812 13.8438C16.0625 14.1562 16.0625 14.625 15.75 14.9062L14.875 15.7812C14.5938 16.0938 14.125 16.0938 13.8125 15.7812L10.7188 12.6875C10.5625 12.5312 10.5 12.3438 10.5 12.1562V11.625C9.375 12.5 8 13 6.5 13C2.90625 13 0 10.0938 0 6.5C0 2.9375 2.90625 0 6.5 0C10.0625 0 13 2.9375 13 6.5C13 8.03125 12.4688 9.40625 11.625 10.5H12.125C12.3125 10.5 12.5 10.5938 12.6562 10.7188L15.7812 13.8438ZM6.5 10.5C8.6875 10.5 10.5 8.71875 10.5 6.5C10.5 4.3125 8.6875 2.5 6.5 2.5C4.28125 2.5 2.5 4.3125 2.5 6.5C2.5 8.71875 4.28125 10.5 6.5 10.5Z' fill='black'/%3E%3C/svg%3E%0A");
}

.lwd-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lwd-pagination img {
  height: 15px;
}

.lwd-pagination a {
  align-items: center;
  color: var(--Navy);
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-decoration: none;
}

.lwd-pagination li.active a {
  font-weight: 600;
  pointer-events: none;
  text-decoration: underline;
}

.lwd-pagination :is(.next, .prev) img {
  display: none;
}

.lwd-pagination :is(.next, .prev) a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1Z' stroke='%2300386B' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6494 10.8368C16.3747 11.4425 16.3747 12.557 15.6494 13.1626L10.8107 17.2037C10.3825 17.5613 9.74555 17.5041 9.38797 17.0759C9.03038 16.6478 9.0876 16.0108 9.51577 15.6532L13.8904 11.9997L9.51577 8.34628C9.0876 7.98869 9.03038 7.35171 9.38797 6.92355C9.74555 6.49538 10.3825 6.43816 10.8107 6.79575L15.6494 10.8368Z' fill='%2300386B'/%3E%3C/svg%3E");
	height: 24px;
	width: 24px;
}

.lwd-pagination .prev a:after {
  transform: rotate(180deg);
}

.post-listings .row {
  margin: 0 -28px;
}

.post-listings .row > div {
  padding: 0 28px;
}

.post-listings .tile {
  padding-top: 30px;
  height: 100%;
}

.post-listings .tile .inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.post-listings .tile .inner .img img {
  aspect-ratio: 1.652892561983471;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.post-listings .tile .inner .title {
  color: #00386B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
}


.post-listings .tile .inner .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 0;
}

.post-listings .tile .inner .text .category {
  color: var(--Text);
  margin: 0 0 8px;
}

.post-listings .tile .inner .text .excerpt {
  color: #00386B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}

.post-listings .tile .inner .text .top {
  gap: 20px;
  height: 100%;
  padding-bottom: 48px;
}

.post-listings .tile .inner .text .top > *:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

.post-listings.archive {
  padding: 0;
}

.post-listings.archive .tile {
  padding-top: 100px;
}

.post-listings.archive .no-results-text,
.post-listings.archive .lwd-pagination {
  margin-top: 80px;
}

.single .flex-content.featured-posts {
  padding-bottom: 138px;
}

.single.banner > .container {
  gap: 60px;
}

.single h1 {
  margin-bottom: 36px;
}

.single .post-content {
  padding: 30px 0 80px 0;
}

.single .post-content :is(p, div, span) {
  color: var(--Blue, #00386B);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.015em;
}

.single.post.post-content img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: 20px 0;
}

.single .post-info {
  max-width: 600px;
}

.single .excerpt {
  color: var(--Blue, #00386B);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.single .featured-img img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.single.banner {
  padding: 40px 0 0 0;
}

.single.banner .eyebrow {
  margin: 0 0 24px 0;
}

.single.post .row {
  margin: 0 -40px;
}

.single.post .row > div {
  padding: 0 40px;
}

.single.post .tags {
  display: block;
  border-top: 1px solid #000;
  padding: 40px 0 0;
  margin: 80px 0 0;
}

.single.post .tags small {
  font-size: 0.875em;
  font-style: normal;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.single.post .tags ul {
  display: flex;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}

.single.post .tags ul li {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
  color: #0c4a6c;
  border-radius: 4px;
  border: 1px solid #0c4a6c;
  padding: 8px;
  margin: 8px 8px 0;
}

.single.post .share-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #4c4d51;
  padding: 40px 0 0;
}

.single.post .share-links.alt {
  margin: 30px 0 0;
  padding: 30px 0 0;
}

.single.post .share-links span {
  display: block;
  flex: 0 0 100%;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.single.post .share-links a {
  display: block;
  margin: 0 20px 0 0;
}

.single.post .form-embed {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 50px;
  margin: 60px 0 0;
}

.single.post .form-embed#gated-form {
  margin: 0 0 30px;
}

.single.post .form-embed .form-title {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 48px;
}

.form-gated-content {
  height: 0;
  overflow: hidden;
}

.form-gated-content.open {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.form-gated-content.opened {
  height: auto;
}

.archive-hero {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.archive-hero .row {
  margin: 0 -27px;
}

.archive-hero .row > div {
  padding: 0 27px;
}

.archive-hero .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 100%;
  object-fit: cover;
}

.archive-hero .container {
  position: relative;
}

.archive-hero .eyebrow {
  margin: 0 0 24px;
}

.archive-hero.dark .eyebrow {
  color: #fff;
}

.archive-hero h1 {
  margin: 0 0 52px;
}

.archive-hero .feratured-posts-row {
  padding-top: 50px;
}

.archive-hero.dark h1 {
  color: #fff;
}

.archive-hero .featured-post img {
  border-radius: 15px;
  margin: 0 0 56px;
}

.archive-hero .featured-post .text p {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 8px;
}

.archive-hero.dark .featured-post .text p {
  color: #fff;
}

.archive-hero .featured-post .text .title {
  color: var(--Text);
  margin: 0 0 32px;
}

.archive-hero.dark .featured-post .text .title {
  color: #fff;
}

.archive-hero .popular-posts .eyebrow {
  margin: 0;
}

.archive-hero .popular-posts li {
  padding: 40px 0 0;
}

.archive-hero .popular-posts li a {
  display: block;
  text-decoration: none;
}

.archive-hero .popular-posts li .title {
  color: var(--Text);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 150%;
  margin: 0 0 8px;
}

.archive-hero.dark .popular-posts li .title {
  color: #fff;
}

.archive-hero .popular-posts li .excerpt {
  color: var(--Text);
  margin: 0 0 8px;
}

.archive-hero.dark .popular-posts li .excerpt {
  color: #fff;
}

.podcast-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -16px;
  padding: 0;
}

.single.banner .podcast-links {
  margin-top: 52px;
}

.podcast-links li {
  padding: 0 16px;
}

.form-embed .hs-form fieldset {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  width: 100%;
  max-width: unset;
}

.form-embed .hs-form fieldset > * {
  flex-shrink: 0;
  flex: auto;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.form-embed .hs-form .hs-richtext {
  margin-top: 1rem;
}

.form-embed .hs-form label {
  font-size: 0.875em;
  line-height: 150%;
  margin-bottom: 4px;
}

.form-embed .hs-form .hs-fieldtype-booleancheckbox label {
  font-size: 1em;
}

.form-embed .hs-form .hs-form-field {
  margin-bottom: 1rem;
}

.form-embed .hs-form .hs-input[type="text"],
.form-embed .hs-form .hs-input[type="email"],
.form-embed .hs-form .hs-input[type="tel"],
.form-embed .hs-form textarea.hs-input {
  display: block;
  width: 100% !important;
  padding: 8px 16px;
  font-weight: 600;
  line-height: 150%;
  color: var(--Text);
  border-radius: 5px;
  background: #d1eff8;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-embed .hs-form textarea.hs-input {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-embed .hs-form select.hs-input {
  display: block;
  width: 100% !important;
  padding: 8px 2.25rem 8px 16px !important;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Text);
  background: #d1eff8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: none;
  border-radius: 5px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-embed .hs-form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-embed .hs-form .inputs-list label {
  display: flex;
  margin: 0;
}

.form-embed .hs-form input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  border-radius: 0.25em;
  margin-right: 0.5em;
}

.form-embed .hs-form .actions {
  margin-top: 1rem;
}

.form-embed .hs-form .hs_agree_to_privacy_policy__new_ {
  margin: 48px 0;
}

.flex-content .container > .text {
  margin: 0 0 40px 0;
  width: 100%;
}


/* Background Colors */
.bg-blue {
  background-color: var(--Blue) !important;
}


.bg-light-blue {
  background-color: var(--Light-Blue) !important;
}

.bg-mid-gold {
  background-color: var(--Mid-Gold) !important;
}

.bg-navy {
  background-color: var(--Navy) !important;
  color: white !important;
}

.bg-white {
  background-color: var(--White) !important;
}

.bg-black {
  background-color: black !important;
}

.bg-light-grey {
  background: var(--Light-Gray, #F0EDE8) !important;
}

.masked-section {
  height: 100%;
  width: 100%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1512 542" fill="none"><path d="M0 0.5H1512V542H1137.14C1134.49 542 1131.95 540.947 1130.07 539.073L1055.88 464.927C1054 463.053 1051.46 462 1048.81 462H0V0.5Z" fill="black"/></svg>') no-repeat center / cover;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1512 542" fill="none"><path d="M0 0.5H1512V542H1137.14C1134.49 542 1131.95 540.947 1130.07 539.073L1055.88 464.927C1054 463.053 1051.46 462 1048.81 462H0V0.5Z" fill="black"/></svg>') no-repeat center / cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-size: cover;
  margin-bottom: -140px;
  z-index: 10;
}

.masked-area img {
  border-radius: 10px;
}

.single .masked-hero > .masked-area {
  width: 100%;
  height: 100%;
  z-index: 10;
  --maskSize: 180% 180%;

  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 268"><path fill="black" d="M15 268C6.71573 268 0 261.284 0 253V15C0 6.71573 6.71571 0 15 0H496.5C504.784 0 511.5 6.71572 511.5 15V208.132C511.5 216.417 504.784 223.132 496.5 223.132H366.375C361.44 223.132 356.82 225.56 354.021 229.626L332.07 261.507C329.27 265.572 324.651 268 319.715 268H15Z"/></svg>')
                  no-repeat center / var(--maskSize);
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 268"><path fill="black" d="M15 268C6.71573 268 0 261.284 0 253V15C0 6.71573 6.71571 0 15 0H496.5C504.784 0 511.5 6.71572 511.5 15V208.132C511.5 216.417 504.784 223.132 496.5 223.132H366.375C361.44 223.132 356.82 225.56 354.021 229.626L332.07 261.507C329.27 265.572 324.651 268 319.715 268H15Z"/></svg>')
                no-repeat center / var(--maskSize);

  /* (Optional explicit longhands—don’t set to cover or you’ll override the var) */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: var(--maskSize);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: var(--maskSize);
}

@media (max-width: 1500px) {
  .masked-section {
    margin-bottom: -100px;
  }
}

@media (max-width: 1300px) {
  .masked-section {
    margin-bottom: -80px;
  }
}

@media (max-width: 991px) {
  .masked-section {
    margin-bottom: -70px;
  }
}