:root {
  --primary-blue: #00308f;
  --midnight-blue: #001643;
  --white: white;
  --crimson: #de004b;
  --white-smoke: #f8f8f8;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  line-height: 1.8;
}

a {
  color: var(--primary-blue);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
}

li {
  margin-bottom: 20px;
  line-height: 1.5;
}

label {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}

.header-home {
  background-image: linear-gradient(#00000073, #00000073), url('../images/cropped-Fam-Flight-Public-Images-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90vh;
  max-height: 800px;
  display: flex;
  position: relative;
}

.top-nav-wrapper {
  position: relative;
}

.static-nav-wrapper {
  z-index: 5000;
  padding-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  z-index: 1;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.container.relative {
  position: relative;
}

.container.rich {
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}

.container.banner-flex {
  justify-content: space-between;
  display: flex;
}

.nav-link-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header-logo.w--current {
  margin-bottom: 14px;
}

.nav-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  border-bottom: 3px solid #de004b00;
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.nav-link.white {
  color: var(--white);
  border-bottom-color: #de004b00;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.active {
  border-bottom-color: var(--crimson);
}

.search-btn {
  border-bottom: 2px solid #000;
  height: 52px;
  padding: 14px 24px;
}

.search-btn:hover {
  border-bottom-color: var(--white);
}

.about-us-mm-wrapper {
  background-color: #fff;
  padding-top: 80px;
}

.mm-wrapper {
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.logo-blue.w--current {
  display: none;
}

.mm-content-wrapper {
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 80px;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  cursor: pointer;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 52px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 14px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle:hover {
  border-bottom: 2px solid var(--white);
}

.dropdown-toggle.w--open {
  border-bottom: 2px solid var(--crimson);
  background-color: var(--white);
  color: var(--primary-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle.search {
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
}

.dropdown-toggle.active {
  border-bottom-color: #fff;
}

.dropdown-toggle.blue {
  color: var(--primary-blue);
}

.mm-dd-list {
  background-color: var(--white);
  inset: 0% 0% auto;
}

.mm-dd-list.w--open {
  background-color: var(--white);
  display: flex;
  top: 87px;
}

.mm-dd-btn {
  position: static;
}

.mm-contents-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px;
  display: flex;
}

.mm-main-section-link {
  grid-column-gap: 48px;
  flex: none;
  justify-content: flex-start;
  width: 850px;
  text-decoration: none;
  display: flex;
}

.mm-dropdown-link {
  color: var(--midnight-blue);
  white-space: normal;
  cursor: pointer;
  max-width: 340px;
  line-height: 1.4rem;
  text-decoration: none;
}

.mm-image-block {
  object-fit: cover;
  flex: none;
  width: 420px;
  height: 220px;
}

.mm-section-title {
  color: var(--midnight-blue);
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.circle-link {
  grid-column-gap: 12px;
  color: var(--primary-blue);
  cursor: pointer;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.circle-link.mb24 {
  margin-bottom: 12px;
}

.mm-section-contents {
  flex: 1;
  padding-top: 12px;
}

.mm-link-list {
  padding-top: 4px;
}

.search-toggle-wht {
  color: var(--white);
  cursor: pointer;
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 2px solid #0000;
  align-items: center;
  width: 68px;
  height: 52px;
  padding: 0 24px;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
}

.search-toggle-wht:hover {
  border-bottom: 2px solid var(--white);
}

.search-toggle-wht.w--open {
  border-bottom: 2px solid var(--crimson);
  background-color: var(--white);
  color: var(--primary-blue);
  background-image: url('../images/search-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 14px;
}

.search-toggle-wht.search {
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
}

.search-toggle-wht.blue {
  background-image: url('../images/search-dark.svg');
}

.search-field {
  border: 1px solid var(--primary-blue);
  color: var(--midnight-blue);
  background-color: #f3f7fd;
  height: 48px;
  margin-bottom: 0;
}

.search-field:focus {
  border-style: solid;
  border-color: #99bed6;
}

.search-field::placeholder {
  color: #0016435c;
}

.mm-search-wrapper {
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 48px;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #669ec2;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button:active {
  background-color: #4d8eb8;
}

.button:focus {
  background-color: #80aecc;
}

.button.search-form-submit {
  grid-column-gap: 12px;
  background-color: var(--midnight-blue);
  flex: none;
  height: 48px;
  display: flex;
}

.mmenu-title-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.heading {
  color: #0e0f11;
}

.heading.m {
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading.m.c-t-neutral-10.regular {
  color: var(--midnight-blue);
  margin-bottom: .25rem;
  font-weight: 600;
}

.adv-search {
  color: #ccdfeb;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.search-form {
  align-items: stretch;
  display: flex;
}

.search-button-text {
  text-align: left;
  white-space: nowrap;
}

.home-header-contents-wrapper {
  flex: 1;
  margin-top: 270px;
}

.home-scroll-down {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.jt-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3.875rem;
  line-height: 1.2;
}

.header-subtext {
  color: var(--white);
  font-size: 1.75rem;
  line-height: 3rem;
}

.header-contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  display: flex;
}

.intro-section {
  background-color: var(--primary-blue);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.intro-section.light {
  background-color: var(--white-smoke);
  color: var(--primary-blue);
}

.intro-section.rtm {
  padding-top: 24px;
}

.line-header {
  background-color: var(--white);
  height: 2px;
  margin-bottom: 48px;
}

.line-header.dark {
  background-color: var(--primary-blue);
}

.line-header.dark.tight {
  margin-bottom: 0;
}

.line-header.dark.tight.tmarg {
  margin-top: 48px;
}

.h2 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.h2.crop {
  width: 78%;
}

.h2.crop.nopadmob {
  font-size: 2.4rem;
}

.h2.capitalize {
  text-transform: capitalize;
}

.h2.capitalize.nomarg {
  margin-bottom: 12px;
}

.h2.nomarg {
  margin-bottom: 24px;
}

.h2.blue {
  color: var(--primary-blue);
  line-height: 1.3;
}

.h2.richmedia {
  margin-bottom: 32px;
}

.intro-text-3-cols {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.body-regular-large {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.body-regular-large.blue {
  color: var(--primary-blue);
}

.body-regular-medium {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.body-regular-medium.blue {
  color: var(--primary-blue);
}

.body-regular-medium.bold {
  font-weight: 600;
}

.section-static-cards {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

._3-col-grid {
  grid-column-gap: 32px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.intro-card-wrapper {
  border-top: 2px solid var(--primary-blue);
  color: var(--primary-blue);
  padding-top: 24px;
}

.section-h2 {
  text-transform: capitalize;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.6;
}

.section-h2.adjust {
  margin-bottom: 12px;
}

.section-h2.blue {
  color: var(--primary-blue);
}

.service-card {
  background-color: var(--white);
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-card-img {
  object-fit: cover;
  height: 340px;
}

.service-card-contents {
  padding: 24px;
}

.h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.h3.capitalize {
  text-transform: capitalize;
}

.h3.blue {
  color: var(--primary-blue);
}

.h3.rich {
  margin-bottom: 24px;
}

.program-successes-section {
  background-color: var(--white-smoke);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.ps-blue-bg-spacer {
  background-color: var(--primary-blue);
  height: 420px;
  position: absolute;
  inset: 0% 0% auto;
}

.history-card {
  background-color: var(--white);
  color: var(--primary-blue);
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.link-text-icon {
  grid-column-gap: 12px;
  color: var(--primary-blue);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-text-icon.white {
  color: var(--white);
  cursor: pointer;
}

.program-card-wrapper {
  background-color: var(--white);
  color: var(--primary-blue);
  flex-direction: column;
  display: flex;
}

.program-card-img {
  object-fit: cover;
  height: 300px;
}

.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.h4.capitalize {
  text-transform: capitalize;
}

.h4.rich {
  margin-bottom: 24px;
}

.h4.blue {
  font-weight: 600;
}

.body-regular-small {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section-header-with-link {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.body-regular-medium-3-cols {
  column-count: 3;
  column-gap: 32px;
  margin-top: 48px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.intro {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.join-our-team {
  background-image: linear-gradient(to bottom, var(--primary-blue), var(--primary-blue));
  color: var(--white);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.overlay-bg {
  mix-blend-mode: multiply;
  background-image: url('../images/cropped-Fam-Flight-Public-Images-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.join-our-team-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.round-corner-btn {
  grid-column-gap: 12px;
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  background-image: url('../images/white-arrow-btn.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 48px 12px 24px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.round-corner-btn:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
}

.round-corner-btn.inheader {
  background-image: url('../images/white-arrow-btn.svg');
  margin-top: 48px;
  margin-bottom: 48px;
  padding-right: 48px;
}

.round-corner-btn.blue {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background-image: url('../images/blue-arrow-btn.svg');
}

.round-corner-btn.blue:hover {
  color: var(--white);
  background-image: url('../images/white-arrow-btn.svg');
}

.mb48 {
  margin-bottom: 48px;
}

.service-card-wrapper {
  margin-bottom: 24px;
}

.in-the-news-prev {
  background-color: var(--white-smoke);
  color: var(--primary-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.in-the-news-card {
  background-color: var(--white);
  color: var(--midnight-blue);
  flex-direction: column;
  display: flex;
}

.in-the-news-card:hover {
  box-shadow: 0 10px 40px #0000001a;
}

.in-the-new-img {
  object-fit: cover;
  height: 340px;
}

.in-the-new-card-date {
  margin-bottom: 8px;
  font-size: .875rem;
}

.ads-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-ads-321 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-ads-121 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-ads-123 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-ads-3x1 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-ad-wrapper {
  grid-row-gap: 32px;
  color: var(--white);
  background-image: linear-gradient(#00308fcc, #00308fcc), url('../images/2022_iitsec_website_hero2_dark.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.spacer-xl {
  width: 48px;
  height: 48px;
}

.spacer-m {
  width: 24px;
  height: 24px;
}

.spacer-l {
  width: 32px;
  height: 32px;
}

.media-ad {
  grid-row-gap: 32px;
  color: var(--white);
  background-image: linear-gradient(#00308fcc, #00308fcc), url('../images/2022_iitsec_website_hero2_dark.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 380px;
  padding: 48px;
  display: flex;
}

.spacer-s {
  width: 12px;
  height: 12px;
}

.have-a-question {
  background-image: linear-gradient(to bottom, var(--primary-blue), var(--primary-blue));
  color: var(--white);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.horz-btn-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horz-btn-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 24px;
}

.grid-ads-1-full {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: #d8d8d8;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 48px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.footer-link {
  color: var(--primary-blue);
  border-bottom: 1px solid #0000;
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.footer-links-wrapper {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 24px;
  display: flex;
}

.footer-social-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.follow-us {
  font-size: 1rem;
  font-weight: 600;
}

.footer-base-wrapper {
  border-top: 1px solid #0000001a;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.footer-base-links-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-base-link {
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

.footer-base-link:hover {
  text-decoration: underline;
}

.footer-link-separator {
  background-color: var(--primary-blue);
  width: 1px;
  height: 15px;
}

.mobile-nav {
  display: none;
}

.scroll-nav {
  z-index: 5001;
  background-color: var(--white);
  padding-top: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.header {
  background-image: url('../images/cropped-Fam-Flight-Public-Images-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 600px;
  display: flex;
  position: relative;
}

.header.small {
  background-color: var(--midnight-blue);
  background-image: url('../images/cropped-Fam-Flight-Public-Images-1.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 320px;
}

.header.iitsec2024 {
  background-image: url('../images/24-008_CymSTAR_CONOPS_WHITE_V05.png');
  background-position: 50% 0;
  background-size: cover;
}

.header-contents-wrapper {
  flex: 1;
  padding-top: 180px;
  position: relative;
}

.header-bg-overlay {
  background-color: var(--primary-blue);
  opacity: .8;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.header-breadcrumb {
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.breadcrumb-list-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.breadcrumb-link {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-home {
  margin-bottom: 4px;
}

.breadcrumb-page-title {
  color: #fff;
  font-weight: 600;
}

._2-col-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8px;
  display: grid;
}

._2-col-grid.wrap {
  grid-column-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.cv-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 48px;
}

.cv-inner-grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
}

.icon-title-desc-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-title-desc-wrapper.horz {
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: center;
}

.itd-image {
  width: 90px;
  height: 75px;
}

.section {
  background-color: var(--primary-blue);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.light {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.section.rtm {
  padding-top: 24px;
}

.section.white {
  background-color: var(--white);
  color: var(--primary-blue);
}

.subpage-nav-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.subpage-link-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--primary-blue);
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.subpage-link-image {
  object-fit: cover;
  width: 420px;
  height: 100%;
  min-height: 280px;
  max-height: 280px;
}

.subpage-link-content {
  flex: 1;
}

.subpage-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.body-regular-medium-2-cols {
  column-count: 2;
  column-gap: 32px;
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: block;
}

.centered {
  text-align: center;
  display: block;
}

.certs-tabs-menu {
  grid-column-gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.certs-tabs {
  margin-top: 48px;
}

.certs-tab-link {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.certs-tab-link.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.certification-image {
  object-fit: cover;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 200px;
}

.section-bg-image {
  color: var(--white);
  background-image: url('../images/vinicius-henrique-photography-nMDx6vWiQK8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 750px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.bg-gradient {
  background-image: linear-gradient(#00164330, #00040ecc 79%);
  position: absolute;
  inset: 0%;
}

._80percent {
  width: 80%;
}

.body-regular-x-large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.body-regular-x-large.bold {
  color: var(--primary-blue);
  font-weight: 600;
}

.toggle-wrapper {
  border-top: 2px solid var(--primary-blue);
}

.toggle-header-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.toggle-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.toggle-on-icon {
  display: none;
}

.toggle-body-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.toggle-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.toggle-body-contents {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-wrapper {
  background-color: var(--white);
  text-decoration: none;
}

.team-card-wrapper:hover {
  box-shadow: 0 10px 40px #0000001a;
}

.team-card-image {
  object-fit: cover;
  width: 100%;
  height: 460px;
}

.team-card-contents {
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.team-card-name {
  margin-bottom: 6px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.team-card-position {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.4;
}

.team-social-links {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.tabs {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: start;
  display: flex;
  position: static;
}

.tabs-menu {
  grid-row-gap: 24px;
  border-top: 3px solid var(--primary-blue);
  flex-direction: column;
  flex: none;
  width: 380px;
  margin-left: -24px;
  padding-top: 24px;
  display: flex;
  position: sticky;
  top: 24px;
}

.tab-link-tab-2 {
  padding-left: 0;
  padding-right: 0;
}

.tab-link {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.tab-link.w--current {
  color: var(--primary-blue);
  background-color: #0000;
}

.tabs-menu-dd {
  display: none;
}

.cv-inner-grid-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.press-release-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 2fr 1fr;
}

.press-release-rightside {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pr-card {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: left;
  border-top: 1px solid #0016431a;
  border-bottom: 1px solid #0016431a;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.pr-card:hover {
  box-shadow: 0 10px 40px #0000001a;
}

.pr-listing-image {
  object-fit: cover;
  width: 380px;
  height: 100%;
  min-height: 240px;
  max-height: 240px;
}

.pr-listing-contents {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.pr-listing-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.media-inquiry-card {
  background-color: var(--primary-blue);
  color: var(--white);
  padding: 48px;
}

.press-release-about {
  background-color: var(--white);
  color: var(--primary-blue);
  padding: 48px;
}

.download-release {
  grid-column-gap: 24px;
  background-color: var(--midnight-blue);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.download-btn-size {
  font-size: .8rem;
  font-weight: 300;
}

.download-btn-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.pr-release-share {
  grid-column-gap: 12px;
  justify-content: center;
  display: flex;
}

.pr-download-media {
  grid-column-gap: 24px;
  background-color: var(--white);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding: 16px 24px;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.image-caption {
  text-align: left;
  flex: 1;
  font-size: .875rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.download-media-link {
  font-size: .875rem;
  font-weight: 500;
}

.grid-2 {
  grid-column-gap: 33px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.flex-vert-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-video {
  color: var(--white);
  background-image: url('../images/vinicius-henrique-photography-nMDx6vWiQK8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 750px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.video-play {
  position: relative;
}

.video-play.inside {
  width: 50px;
}

.icon-link-bar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-links {
  grid-column-gap: 24px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-links.white {
  grid-column-gap: 12px;
  color: var(--white);
}

.icon-links.dark {
  color: var(--midnight-blue);
  align-items: flex-start;
}

.icon-links.dark.centered {
  color: var(--primary-blue);
  align-items: center;
}

.si-grid {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.inside-video-play-wrapper {
  background-image: url('../images/vinicius-henrique-photography-nMDx6vWiQK8-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
}

.inside-video-play-wrapper.rich {
  margin-bottom: 24px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  width: 25%;
  height: 200px;
}

.mask {
  width: 100%;
  height: 200px;
}

.slider {
  background-color: #0000;
  height: 200px;
  margin-bottom: 38px;
}

.partners-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.slide-nav {
  padding-top: 60px;
  font-size: 12px;
}

.lp-grid {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.testimonial-section {
  background-color: var(--white-smoke);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.testimonial-card {
  background-color: var(--white);
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.testimonial-person {
  color: var(--primary-blue);
  margin-bottom: 8px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.testimonial-body {
  color: var(--midnight-blue);
  text-indent: 48px;
  background-image: url('../images/quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.testimonial-body.blue {
  color: var(--primary-blue);
}

.section-sidebyside {
  background-color: var(--white-smoke);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testimonial-grid-copy {
  grid-column-gap: 32px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.white-card {
  background-color: var(--white);
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 48px;
  display: flex;
}

.line-header-condensed {
  background-color: var(--white);
  height: 2px;
  margin-bottom: 24px;
}

.line-header-condensed.dark {
  background-color: var(--primary-blue);
}

.contact-link-list {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  color: var(--midnight-blue);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--primary-blue);
  text-decoration: underline;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.contact-modal-wrapper {
  z-index: 9999;
  background-color: var(--white-smoke);
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-header-wrapper {
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  display: flex;
}

.modal-body-wrapper {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: scroll;
}

.modal-body-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-control {
  flex: 1;
}

.form-control.radio, .radio-options-block {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.no-marg {
  margin-bottom: 0;
}

.form-submit-control {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.submit-button {
  background-color: var(--midnight-blue);
  width: 400px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.textarea {
  min-height: 200px;
}

.select-field {
  background-color: var(--white);
}

.search-results-header {
  text-align: center;
  flex: 1;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.search-results-title {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.search-results-grid {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

.search-section-link {
  grid-column-gap: 6px;
  color: var(--midnight-blue);
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.search-section-link:hover {
  color: var(--primary-blue);
}

.search-results-num {
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
}

.search-filter-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  border-top: 1px solid #0016431a;
  border-bottom: 1px solid #0016431a;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.search-result-card {
  grid-column-gap: 32px;
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border-bottom: 1px solid #0016431a;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

.search-result-card:hover {
  color: var(--primary-blue);
  background-color: #f3f3f3;
}

.search-breadcrum {
  color: var(--midnight-blue);
  margin-top: 10px;
}

.search-image {
  width: 80px;
  height: 80px;
}

.image-rich-media {
  flex-direction: column;
  display: flex;
}

.body {
  transition: all .2s;
}

.mobile-menu {
  display: none;
}

.header-arrow {
  transition: transform .2s ease-in-out;
}

.header-arrow:hover {
  transform: translate(0, 14px);
}

.mobile-search {
  display: none;
}

.mobile-search-wrapper {
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 48px;
  position: relative;
}

.background-blur {
  display: none;
}

.embed-code {
  margin-top: 48px;
}

.success-block {
  z-index: 9999;
  background-color: #dfefd8;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.success-close {
  color: #000000ad;
  background-color: #00000012;
  margin-right: 10px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  inset: 24% 0% auto auto;
}

.tabs-content {
  flex: 1;
}

.form-row {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.media-listing-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.media-card {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: left;
  border-top: 1px solid #0016431a;
  border-bottom: 1px solid #0016431a;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.media-card:hover {
  box-shadow: 0 10px 40px #0000001a;
}

.media-meta-wrapper {
  grid-column-gap: 10px;
  flex: none;
  align-items: center;
  margin-bottom: 6px;
  font-size: .875rem;
  display: flex;
}

.media-listing-contents {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.media-listing-contents.document {
  flex-direction: row;
  align-items: flex-end;
}

.media-listing-image {
  object-fit: cover;
  width: 320px;
  height: 100%;
  min-height: 240px;
  max-height: 240px;
}

.media-listing-filter-wrapper {
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.filters-form, .filter-select {
  margin-bottom: 0;
}

.jobssearchform {
  margin-bottom: 24px;
}

.job-meta {
  color: var(--midnight-blue);
  margin-top: 10px;
}

.job-time-meta {
  opacity: .5;
  color: var(--midnight-blue);
  margin-top: 10px;
}

.job-result-card {
  grid-column-gap: 32px;
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border-bottom: 1px solid #0016431a;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

.job-result-card:hover {
  color: var(--primary-blue);
  background-color: #f3f3f3;
}

.job-disclaimer-wrapper {
  margin-top: 48px;
}

.jobs-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.jsform {
  margin-bottom: 24px;
}

.header-home-banner {
  background-image: linear-gradient(#00000073, #00000073), url('../images/cropped-Fam-Flight-Public-Images-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90vh;
  max-height: 800px;
  display: flex;
  position: relative;
}

.home-header-banner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--white);
  text-align: left;
  background-color: #00308f;
  background-image: linear-gradient(to right, #172f63, #172f6300), url('../images/cymlite_banner_bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 133px 64px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 6px 11px #00000040;
}

.home-header-banner.carousel {
  height: 360px;
  min-height: 360px;
}

.home-header-banner-title {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.25;
}

.home-header-banner-p {
  margin-bottom: 16px;
  line-height: 1.5;
}

.home-header-banner-mobile {
  color: var(--white);
  text-align: left;
  background-color: #00308f;
  background-image: linear-gradient(to right, #172f63, #172f6300), url('../images/cymlite_banner_bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 25rem;
  padding: 64px 133px 64px 40px;
  text-decoration: none;
  display: none;
  box-shadow: 5px 6px 11px #00000040;
}

.sell-sheet-lside {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
}

.sell-sheet-lside.features {
  justify-content: space-between;
}

.sell-sheet-rside {
  grid-column-gap: 48px;
  grid-row-gap: 23px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 63px;
  display: grid;
}

.link-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.link-block.single {
  background-color: var(--white-smoke);
  padding: 24px 32px;
}

.sell-sheet-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.header-slider {
  flex: 1;
  max-width: 580px;
  height: 360px;
  box-shadow: 5px 6px 11px #00000040;
}

.header-slider-arrow-left, .header-slider-arrow-right {
  width: 48px;
  font-size: 20px;
}

.slide-nav-2 {
  font-size: 10px;
  line-height: 1px;
  top: 390px;
}

.header-slider-mobile {
  flex: 1;
  max-width: 580px;
  height: 360px;
  display: none;
}

.div-block-2 {
  text-align: center;
  background-color: #fff;
  padding: 48px;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #00000014;
  border-bottom: 1px #00000014;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-3.pull {
  margin-top: 0;
}

.div-block-3.bottomborder {
  border-bottom-style: solid;
}

.div-block-4 {
  flex: 1;
  padding-top: 4px;
}

.text-block-2 {
  color: var(--primary-blue);
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.paragraph-2 {
  margin-bottom: 0;
}

.text-block-3 {
  line-height: 1.5;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  line-height: 2;
}

.list-item {
  font-size: 1rem;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-div {
  background-color: #fff;
  border: 1px solid #00000014;
  padding: 16px 12px;
}

.text-block-5 {
  color: var(--primary-blue);
  border-bottom: 1px solid #00000014;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-6 {
  line-height: 1.5;
}

.div-block-7 {
  border-top: 1px solid #00000014;
  height: 1px;
}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .header-home {
    max-height: 550px;
  }

  .static-nav-wrapper {
    flex: none;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.rich {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link-wrapper {
    align-items: flex-end;
  }

  .header-logo.w--current {
    width: 170px;
    margin-bottom: 4px;
  }

  .dropdown-toggle {
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1rem;
  }

  .mm-dd-list.w--open {
    top: 98px;
  }

  .mm-contents-wrapper {
    grid-column-gap: 24px;
    min-width: 100%;
    padding: 24px 20px;
  }

  .mm-main-section-link {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .mm-image-block {
    width: 100%;
    height: 200px;
  }

  .mm-section-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  .circle-link {
    font-size: 1.1rem;
  }

  .mm-link-list {
    width: 50%;
  }

  .search-toggle-wht {
    width: 50px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mm-search-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mmenu-title-block {
    padding-left: 0;
  }

  .home-header-contents-wrapper {
    flex: none;
    margin-top: 160px;
  }

  .jt-heading {
    font-size: 3rem;
  }

  .header-subtext {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .header-contents {
    padding-right: 48px;
  }

  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .line-header.dark {
    margin-bottom: 24px;
  }

  .h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .h2.crop {
    width: 100%;
  }

  .h2.crop.nopadmob {
    width: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .body-regular-large {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .body-regular-medium {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-static-cards {
    padding-top: 60px;
  }

  ._3-col-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .service-card-img {
    height: 280px;
  }

  .h3 {
    line-height: 2.2rem;
  }

  .program-successes-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h4 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .body-regular-small {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .body-regular-medium-3-cols {
    column-count: 2;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .in-the-news-prev {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .in-the-new-img {
    height: 250px;
  }

  .ads-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-ads-321 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-ads-121 {
    grid-column-gap: 24px;
  }

  .grid-ads-123 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .event-ad-wrapper {
    padding: 24px;
  }

  .spacer-xl, .spacer-l {
    width: 24px;
    height: 24px;
  }

  .media-ad {
    padding: 24px;
  }

  .have-a-question {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-ads-1-full {
    grid-column-gap: 24px;
  }

  .footer {
    padding-top: 24px;
  }

  .footer-brand {
    width: 170px;
  }

  .footer-links-wrapper {
    margin-bottom: 12px;
  }

  .footer-base {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-base-links-wrapper {
    margin-bottom: 12px;
  }

  .scroll-nav {
    flex: none;
  }

  .header {
    max-height: 550px;
  }

  .header-contents-wrapper {
    flex: none;
    margin-top: 0;
  }

  ._2-col-grid.wrap {
    flex-direction: column;
    align-items: center;
  }

  .itd-image {
    height: 70px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subpage-link-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .subpage-link-image {
    width: 310px;
    min-height: 200px;
  }

  .subpage-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .body-regular-medium-2-cols {
    column-count: 2;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .certification-image {
    height: 160px;
  }

  .body-regular-x-large {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .toggle-title {
    font-size: 1.5rem;
  }

  .toggle-body-contents {
    grid-column-gap: 24px;
  }

  .team-card-image {
    height: 300px;
  }

  .team-card-name {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }

  .team-card-position {
    font-size: .8rem;
  }

  .tabs-menu {
    width: 230px;
  }

  .press-release-grid {
    grid-column-gap: 24px;
  }

  .pr-card {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .pr-listing-image {
    width: 220px;
    min-height: 260px;
    max-height: 260px;
  }

  .pr-listing-contents {
    grid-row-gap: 24px;
  }

  .media-inquiry-card {
    padding: 24px;
  }

  .press-release-about {
    padding: 32px;
  }

  .download-release {
    grid-column-gap: 16px;
  }

  .pr-download-media {
    margin-bottom: 32px;
  }

  .grid-2 {
    grid-column-gap: 24px;
  }

  .section-video {
    height: 600px;
  }

  .video-play {
    width: 70px;
  }

  .icon-link-bar {
    grid-column-gap: 24px;
  }

  .icon-links.dark {
    grid-column-gap: 12px;
  }

  .si-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .partners-image {
    padding: 24px;
  }

  .lp-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 2fr;
  }

  .testimonial-card {
    padding: 24px;
  }

  .testimonial-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-sidebyside {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-grid-copy {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 2fr;
  }

  .white-card {
    padding: 32px;
  }

  .line-header-condensed.dark {
    margin-bottom: 24px;
  }

  .contact-link {
    font-size: 1.2rem;
  }

  .contact-image {
    height: 320px;
  }

  .contact-modal-wrapper {
    overflow: auto;
  }

  .modal-header-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-body-header {
    width: 100%;
  }

  .search-results-header {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .search-results-title {
    padding-left: 0;
  }

  .search-result-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-search-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .embed-code {
    margin-top: 24px;
  }

  .success-close {
    margin-right: 5px;
  }

  .media-card {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .media-listing-contents {
    grid-row-gap: 24px;
    padding-left: 20px;
  }

  .media-listing-image {
    width: 230px;
    min-height: 260px;
    max-height: 260px;
  }

  .job-result-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-home-banner {
    max-height: 550px;
  }

  .home-header-banner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: none;
    justify-content: center;
    max-width: 400px;
    margin-left: 0;
    padding: 40px 48px 40px 34px;
  }

  .home-header-banner.carousel {
    height: auto;
    min-height: 254px;
  }

  .home-header-banner-title {
    font-size: 1.5rem;
  }

  .home-header-banner-mobile {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex: none;
    max-width: 400px;
    height: auto;
    margin-left: 48px;
    padding: 40px 93px 40px 24px;
  }

  .sell-sheet-rside {
    grid-column-gap: 23px;
    padding: 40px;
  }

  .link-block.single {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    line-height: 1.4;
  }

  .header-slider {
    flex: none;
    max-width: 400px;
    height: 252px;
  }

  .header-slider-arrow-left, .header-slider-arrow-right {
    width: 32px;
  }

  .slide-nav-2 {
    top: 273px;
  }

  .header-slider-mobile {
    flex: none;
    max-width: 400px;
    height: 252px;
  }

  .div-block-2 {
    padding: 24px;
  }

  .div-block-6 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .static-nav-wrapper {
    display: none;
  }

  .mm-search-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-form {
    flex: 1;
  }

  .header-contents {
    width: auto;
    padding-right: 0;
  }

  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .line-header {
    margin-bottom: 24px;
  }

  .h2.capitalize {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .intro-text-3-cols {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .body-regular-large {
    font-size: 1.2rem;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .program-successes-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-header-with-link {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .body-regular-medium-3-cols {
    column-count: 1;
  }

  .round-corner-btn {
    font-size: 1rem;
    line-height: 1;
  }

  .grid-ads-321, .grid-ads-121, .grid-ads-123 {
    grid-template-columns: 1fr;
  }

  .spacer-m {
    width: 24px;
    height: 24px;
  }

  .have-a-question {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-ads-1-full {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 24px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-links-wrapper {
    margin-bottom: 24px;
  }

  .footer-social-wrapper {
    justify-content: center;
  }

  .footer-base-links-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .footer-link-separator {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .scroll-nav {
    display: none;
  }

  .header-breadcrumb {
    font-size: .875rem;
  }

  .breadcrumb-link, .breadcrumb-page-title {
    white-space: nowrap;
  }

  ._2-col-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.wrap {
    flex-direction: row;
  }

  .cv-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .icon-title-desc-wrapper.horz {
    text-align: center;
    flex-direction: column;
  }

  .itd-image {
    height: 70px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subpage-link-block {
    grid-column-gap: 32px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .subpage-link-image {
    width: 100%;
    min-height: 280px;
  }

  .body-regular-medium-2-cols {
    column-count: 1;
  }

  .certs-tab-link {
    font-size: 1rem;
  }

  ._80percent {
    width: 100%;
  }

  .toggle-header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .toggle-title {
    font-size: 1.3rem;
  }

  .toggle-body-contents {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-card-image {
    height: 600px;
  }

  .team-social-links {
    justify-content: flex-start;
  }

  .tabs {
    grid-template-columns: 1fr;
    display: block;
  }

  .tabs-menu {
    display: none;
  }

  .tabs-menu-dd {
    width: 100%;
    margin-bottom: 24px;
    display: block;
  }

  .tabs-menu-toggle {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    width: 100%;
    font-weight: 600;
  }

  .dropdown-list {
    background-color: var(--white);
  }

  .dropdown-link {
    color: var(--primary-blue);
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 600;
  }

  .press-release-grid {
    grid-template-columns: 1fr;
  }

  .pr-card {
    grid-column-gap: 32px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .pr-listing-image {
    width: 100%;
    min-height: 340px;
    max-height: 340px;
  }

  .press-release-about {
    padding: 20px;
  }

  .pr-download-media {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .section-video {
    height: 420px;
  }

  .si-grid {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .inside-video-play-wrapper {
    height: 300px;
  }

  .slide {
    width: 50%;
  }

  .lp-grid {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-sidebyside {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-grid-copy {
    grid-template-columns: 1fr;
  }

  .white-card {
    padding: 20px;
  }

  .line-header-condensed {
    margin-bottom: 24px;
  }

  .line-header-condensed.dark {
    margin-bottom: 20px;
  }

  .modal-header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-results-header {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .search-results-grid {
    grid-template-columns: 1fr;
  }

  .search-result-card {
    grid-column-gap: 24px;
  }

  .mobile-menu {
    background-color: var(--midnight-blue);
    justify-content: space-between;
    align-items: center;
    padding: 15px 24px;
    display: flex;
    position: relative;
  }

  .mobile-logo {
    width: 200px;
  }

  .burger-menu-wrapper {
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .burger-menu-wrapper.open {
    background-image: url('../images/close-x-white.svg');
  }

  .mobiletools-wrapper {
    grid-column-gap: 24px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mobile-search {
    z-index: 20;
    margin-top: 82px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-search-wrapper {
    background-color: var(--white);
    padding: 24px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .background-blur {
    z-index: 11;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1d1d1dc9;
    margin-top: 83px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .mobile-search-btn {
    background-image: url('../images/search-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-search-btn.open {
    background-image: url('../images/close-x-white.svg');
  }

  .success-block {
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    line-height: 20px;
  }

  .form-row {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .media-card {
    grid-column-gap: 32px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .media-listing-contents.document {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .media-listing-image {
    width: 100%;
    min-height: 340px;
    max-height: 340px;
  }

  .image {
    width: 48%;
  }

  .job-result-card {
    grid-column-gap: 24px;
  }

  .header-home-banner {
    height: 80vh;
  }

  .home-header-banner {
    display: none;
  }

  .home-header-banner-mobile {
    max-width: 100%;
    height: 300px;
    margin-left: 0;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
  }

  .header-slider {
    display: none;
  }

  .header-slider-arrow-left, .header-slider-arrow-right {
    width: 34px;
  }

  .slide-nav-2 {
    top: 248px;
  }

  .header-slider-mobile {
    max-width: none;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-bottom: 10px;
  }

  .container, .container.rich {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-form {
    flex-direction: row;
    align-items: flex-start;
  }

  .jt-heading {
    font-size: 2.2rem;
  }

  .header-subtext {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .header-contents {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .h2.crop.nopadmob {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .h2.richmedia {
    margin-bottom: 24px;
  }

  .body-regular-large {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .paragraph {
    line-height: 1.6rem;
  }

  .section-h2 {
    font-size: 1.8rem;
  }

  .service-card-img {
    height: 240px;
  }

  .service-card-contents {
    padding: 20px;
  }

  .h3 {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .h3.rich, .h4.rich {
    margin-bottom: 20px;
  }

  .body-regular-small {
    font-size: .875rem;
    line-height: 1.4rem;
  }

  .section-header-with-link {
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .intro {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .round-corner-btn {
    grid-column-gap: 10px;
    font-size: 1rem;
  }

  .event-ad-wrapper {
    padding: 20px;
  }

  .media-ad {
    min-height: 280px;
    padding: 20px;
  }

  .horz-btn-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-links-wrapper {
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-base, .footer-base-links-wrapper {
    align-items: flex-start;
  }

  .header {
    height: auto;
    max-height: 800px;
    padding-bottom: 48px;
  }

  .header-contents-wrapper {
    padding-top: 170px;
  }

  .header-breadcrumb {
    font-size: .875px;
  }

  .breadcrumb-list-wrapper {
    grid-row-gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-size: .875rem;
  }

  ._2-col-grid {
    margin-top: 24px;
  }

  .cv-grid {
    grid-row-gap: 24px;
  }

  .cv-inner-grid {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .icon-title-desc-wrapper.horz {
    grid-row-gap: 12px;
  }

  .subpage-nav-wrapper {
    grid-row-gap: 48px;
  }

  .subpage-link-block {
    grid-row-gap: 6px;
  }

  .subpage-link-image {
    min-height: 250px;
    max-height: 250px;
  }

  .subpage-title {
    font-size: 1.5rem;
  }

  .certs-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .certs-tab-link {
    text-align: center;
  }

  .body-regular-x-large {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .toggle-title {
    width: 250px;
    font-size: 1.125rem;
  }

  .team-card-image {
    height: 100vw;
  }

  .team-card-contents {
    padding: 20px;
  }

  .team-card-name {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }

  .tabs {
    grid-template-columns: 1fr;
  }

  .cv-inner-grid-copy {
    grid-column-gap: 24px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .pr-card {
    grid-row-gap: 6px;
  }

  .pr-listing-image {
    min-height: 250px;
    max-height: 250px;
  }

  .media-inquiry-card {
    padding: 20px;
  }

  .press-release-about {
    font-size: .875rem;
  }

  .download-btn-title {
    font-size: 1rem;
  }

  .pr-download-media {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-video {
    height: 300px;
  }

  .video-play {
    width: 50px;
  }

  .icon-link-bar {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .inside-video-play-wrapper {
    height: 220px;
  }

  .slide {
    width: 100%;
  }

  .slide-nav {
    padding-top: 0;
    bottom: -24px;
  }

  .testimonial-image {
    min-height: 300px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .contact-image {
    height: 230px;
  }

  .modal-body-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .form-control.radio {
    flex-direction: column;
    align-items: flex-start;
  }

  .no-marg {
    margin-bottom: 14px;
  }

  .submit-button {
    width: 100%;
  }

  .search-result-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-logo {
    width: 160px;
  }

  .mobiletools-wrapper {
    grid-column-gap: 20px;
  }

  .mobile-search {
    margin-top: 72px;
  }

  .mobile-search-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .embed-code {
    margin-top: 20px;
  }

  .success-block {
    padding-top: 35px;
    padding-left: 51px;
    padding-right: 51px;
  }

  .success-close {
    margin-top: 2px;
    margin-right: 2px;
    inset: 0% 0% auto auto;
  }

  .media-card {
    grid-row-gap: 6px;
  }

  .media-listing-image {
    min-height: 200px;
    max-height: 200px;
  }

  .job-result-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-header-banner-mobile {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    height: auto;
    min-height: 310px;
    padding: 24px 24px 48px;
  }

  .sell-sheet-rside {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .header-slider-arrow-left, .header-slider-arrow-right {
    display: none;
  }

  .slide-nav-2 {
    top: 270px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }
}

#w-node-_00b51d27-b835-16f0-ab40-7986ccf3372f-149efa0e, #w-node-b5d520b4-813e-31c6-cf05-a946be5e3d38-149efa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06ce9794-8ae0-571c-3bfd-d835fdf21d9f-149efa0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79ab42a0-fef3-31b3-b355-ce14671d5bf8-149efa0e, #w-node-_8565cc15-0507-af0e-4535-c76c9ddbebe7-149efa0e, #w-node-ca552234-fefd-8441-49c2-f3241436fe5b-149efa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d2b6aad-0b69-c11d-c5d5-ba4909cfa683-149efa0e, #w-node-edcacd76-3283-e6fe-af1d-58681ccac4c2-149efa0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80f1fad5-c472-ddc4-03c7-fee8bda148be-149efa0e, #w-node-_019eb1c9-885b-b663-ec69-e6ff4668ff5c-149efa0e, #w-node-_403f7d4e-b6ef-0766-1647-95e5edfe3257-149efa0e, #w-node-aac36757-f1c1-443d-8a99-6417e49ab040-149efa0e, #w-node-_28f387c8-9dab-5698-b488-28ca7e222d58-149efa0e, #w-node-_38ef02cc-7784-f266-a17d-d85be5ca17fc-149efa0e, #w-node-d1caf9d2-246a-7d92-8419-c45b5cbe92bc-149efa0e, #w-node-_281d3ede-230d-08c5-4e19-f9128412f2e9-149efa0e, #w-node-_825416c8-68dc-24b8-2a55-4f058cf822e4-149efa0e, #w-node-_90afdbb2-0fc0-8da3-0a61-298613db0afe-149efa0e, #w-node-_4ae1d60b-0766-1b5f-3ad5-38dd421161e6-149efa0e, #w-node-f3f13583-3c0b-88fd-92ce-b537ad050349-149efa0e, #w-node-b5c7ae13-6409-4a1d-78e5-70e59c393fe9-149efa0e, #w-node-_6e2fd25a-ed9f-55da-daba-d5024ba109ba-149efa0e, #w-node-_9f83ca30-d1c5-cd31-eb2d-f03303947552-149efa0e, #w-node-fef628d4-d3a3-4c2c-2ffa-bb2da838d2db-149efa0e, #w-node-_32289c9e-0a5e-8ed0-8dd0-f7e29f9ab750-149efa0e, #w-node-_6f1f8ee0-9d37-4828-dc15-3d456fa99443-149efa0e, #w-node-_176d4262-a43c-982b-0c48-99384031f3cf-149efa0e, #w-node-_54badf24-740e-e689-cbd4-06f47414999d-149efa0e, #w-node-ec3d464f-9bf0-ef18-a450-830e620ac66c-149efa0e, #w-node-_22c01dac-7cd6-c4a6-bdf9-c691828ee8fc-149efa0e, #w-node-a87a855b-5064-257a-df37-525b2f5374d5-149efa0e, #w-node-_6f5df56d-3ace-b5bd-b769-9f66512112e0-149efa0e, #w-node-_537a8a4c-9cc0-6ecb-5a4b-42ef1ad5bde3-149efa0e, #w-node-_94389d96-8fdf-2351-5ef2-f8bf88a66b0d-149efa0e, #w-node-_43aaab27-4659-a2f1-e4a0-fa327007f523-149efa0e, #w-node-_0e97d869-f557-9ddf-dfde-b3ea473ac0b7-149efa0e, #w-node-_1e0309ae-d143-c405-d449-95f6269168c7-149efa0e, #w-node-_3e42189c-c001-bc50-1879-aaf9d22f4b50-149efa0e, #w-node-_4f81ee96-df89-6eb5-d947-7bf080045f77-149efa0e, #w-node-_33260c56-b1e3-91fb-27af-cd32f0934db6-149efa0e, #w-node-_28662aeb-726d-cf32-736f-5fd850869d59-149efa0e, #w-node-d17507c5-63df-7f39-69c3-3443c1f9f2ed-149efa0e, #w-node-a4188e4a-b5df-eab8-b871-638dca30e7d3-149efa0e, #w-node-_50e385b9-0315-1cda-0e10-d7a7ac1d479b-149efa0e, #w-node-cb79bc26-cd56-03cf-03e0-2af4a363ea22-149efa0e, #w-node-a6778b21-8ca6-52ef-cbd2-7ad671401b75-149efa0e, #w-node-a6778b21-8ca6-52ef-cbd2-7ad671401b76-149efa0e, #w-node-a6778b21-8ca6-52ef-cbd2-7ad671401b77-149efa0e, #w-node-a6778b21-8ca6-52ef-cbd2-7ad671401b78-149efa0e, #w-node-a6778b21-8ca6-52ef-cbd2-7ad671401b79-149efa0e, #w-node-a6778b21-8ca6-52ef-cbd2-7ad671401b7a-149efa0e, #w-node-da72e36e-8f72-e380-bd88-4b4bbbb168b9-149efa0e, #w-node-da72e36e-8f72-e380-bd88-4b4bbbb168ba-149efa0e, #w-node-da72e36e-8f72-e380-bd88-4b4bbbb168bb-149efa0e, #w-node-da72e36e-8f72-e380-bd88-4b4bbbb168bc-149efa0e, #w-node-da72e36e-8f72-e380-bd88-4b4bbbb168bd-149efa0e, #w-node-da72e36e-8f72-e380-bd88-4b4bbbb168be-149efa0e, #w-node-_9d8260ce-9141-a59e-e76b-641b805a7268-149efa0e, #w-node-_31035e36-52e6-23da-ad31-f962ffb85534-149efa0e, #w-node-_06574baa-ccd5-c3c9-ed92-be8fbb944adc-149efa0e, #w-node-_1acc293e-70a2-b201-3b4e-f339d57b3d91-149efa0e, #w-node-_9f835e48-bdda-7e32-8ad2-c3d2ab38b727-149efa0e, #w-node-_40a4e3a4-07e1-25c4-46cd-448ba1f0eab8-149efa0e, #w-node-a313f30b-fc6f-987a-3df6-9a80fe694a41-149efa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5eeae29-3c5f-2dbb-2cf0-b79a9ee71560-149efa0e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_348b05e6-c012-23b0-6e82-434be2c6dd1c-149efa0e, #w-node-bb7a765d-20a1-e147-da7f-11c8ea3ddbbb-149efa0e, #w-node-_7d8644f8-8530-8e41-534b-d5ffc8c153fd-149efa0e, #w-node-f00303a4-a567-3114-4bb0-d4d65326901d-149efa0e, #w-node-e90351c1-50cf-b0f7-af90-72d8985d8ef1-149efa0e, #w-node-e90351c1-50cf-b0f7-af90-72d8985d8efd-149efa0e, #w-node-f87805d8-5323-1006-787e-027a367e4749-149efa0e, #w-node-_74de55dd-dea0-8208-2a7d-41c48d12680e-149efa0e, #w-node-_618026b9-1316-e646-20b9-cb97a35259fc-149efa0e, #w-node-e1834fc3-e61c-402d-9049-8a97f8649c3f-149efa0e, #w-node-e1834fc3-e61c-402d-9049-8a97f8649c7c-149efa0e, #w-node-_3bb1ed82-74fc-7436-6547-a41edfb165e4-149efa0e, #w-node-b4f328c5-fbe6-6ce8-6ac7-d9ebb52b1c03-149efa0e, #w-node-_84bda471-67a3-0fee-e440-7d8b8e01267b-149efa0e, #w-node-c955b19f-ff86-231a-dcd0-0e4597a167d0-149efa0e, #w-node-ec68906e-d0bb-54cf-0157-fa9d2e1b000e-149efa0e, #w-node-ec68906e-d0bb-54cf-0157-fa9d2e1b0016-149efa0e, #w-node-_8d94aa46-4e22-ac81-7fb0-b1d7eda9e85d-149efa0e, #w-node-_8d94aa46-4e22-ac81-7fb0-b1d7eda9e85e-149efa0e, #w-node-_8d94aa46-4e22-ac81-7fb0-b1d7eda9e864-149efa0e, #w-node-_8d94aa46-4e22-ac81-7fb0-b1d7eda9e86a-149efa0e, #w-node-_8d94aa46-4e22-ac81-7fb0-b1d7eda9e870-149efa0e, #w-node-_0dff7708-abe7-77fd-8fb6-0a88bb84c2ee-149efa0e, #w-node-a7715ba0-6570-f120-c797-ee4c1ddfc06f-149efa0e, #w-node-_37febec0-87b8-dbba-08ea-5763fe53e657-149efa0e, #w-node-_694cade6-3b23-c37e-7e11-5f1dde069ffd-149efa0e, #w-node-fad9d392-8892-0e51-1c5d-da3c3a4d73ae-149efa0e, #w-node-ebbbdb65-5574-7011-1b2c-6a7e6225c78f-149efa0e, #w-node-ebbbdb65-5574-7011-1b2c-6a7e6225c790-149efa0e, #w-node-ebbbdb65-5574-7011-1b2c-6a7e6225c796-149efa0e, #w-node-ebbbdb65-5574-7011-1b2c-6a7e6225c79c-149efa0e, #w-node-ebbbdb65-5574-7011-1b2c-6a7e6225c7a2-149efa0e, #w-node-_592ece32-de87-b4f3-8986-89e20ffb94b7-149efa0e, #w-node-_592ece32-de87-b4f3-8986-89e20ffb94b8-149efa0e, #w-node-_7d859794-8d92-bf1f-ff8e-f58b0dbf9288-149efa0e, #w-node-_9a9f761b-d790-2c48-4cec-4d27e39df66e-149efa0e, #w-node-ba896b76-2ed6-2626-9d49-a151fa365ea2-149efa0e, #w-node-ac39b21d-dc60-c63e-7380-0838929bb3eb-149efa0e, #w-node-_2733a32d-f70d-f224-4a96-fb2591d8910c-149efa0e, #w-node-aeceb8cf-5bed-57ce-80ab-c8b29325a328-149efa0e, #w-node-_284b7a16-5793-b95b-1f8f-94881803c3f0-149efa0e, #w-node-bfc47458-912c-7dd7-17b0-f0a0e03317a8-149efa0e, #w-node-_5f8d7ddf-5c1d-f283-5135-9134421bed65-149efa0e, #w-node-_31d00617-7f33-a2f6-8060-9b081528bfe7-149efa0e, #w-node-_22338a44-55f5-c1b2-d797-8dfdfd9a1920-149efa0e, #w-node-_0ff62a69-fd07-ce6a-fc5b-826eab55ddfc-149efa0e, #w-node-_0ff62a69-fd07-ce6a-fc5b-826eab55de01-149efa0e, #w-node-abd4ffd7-462d-300f-f93d-f8b411fcfcf9-149efa0e, #w-node-abd4ffd7-462d-300f-f93d-f8b411fcfcfe-149efa0e, #w-node-b3e87d76-7f48-0323-05fb-fe33eccbe150-149efa0e, #w-node-_50423528-80bf-693b-cb8c-8291af7e5f7d-149efa0e, #w-node-c9c35234-d012-81f8-6c86-0b0d7d3389a1-149efa0e, #w-node-c15d6377-ddcb-ab76-42ac-dc1a88c2f250-149efa0e, #w-node-e97ed324-3e8e-3b58-30ea-0da9451132e8-149efa0e, #w-node-e97ed324-3e8e-3b58-30ea-0da9451132ff-149efa0e, #w-node-_1c1aff82-dd90-2011-7b2f-f40172c467cd-149efa0e, #w-node-_7963ed2b-2073-284e-cf39-59c55c63b4e0-149efa0e, #w-node-_23c52e53-6b2e-72f5-2695-8442a25fcffe-149efa0e, #w-node-_4168c879-3058-6470-8c5c-6113fa23cf0b-149efa0e, #w-node-cd02d7d6-7758-5041-eaf9-08958f4605cc-149efa0e, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9529-ca7e9adf, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab952d-ca7e9adf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9531-ca7e9adf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab953d-ca7e9adf, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9541-ca7e9adf, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9545-ca7e9adf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9549-ca7e9adf, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab954d-ca7e9adf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_489c8e18-976d-24fe-b669-19fe99570b50-f44cd4d4, #w-node-_489c8e18-976d-24fe-b669-19fe99570b95-f44cd4d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0dff7708-abe7-77fd-8fb6-0a88bb84c2ee-149efa0e {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06ce9794-8ae0-571c-3bfd-d835fdf21d9f-149efa0e, #w-node-_6d2b6aad-0b69-c11d-c5d5-ba4909cfa683-149efa0e, #w-node-edcacd76-3283-e6fe-af1d-58681ccac4c2-149efa0e, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9531-ca7e9adf, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab9549-ca7e9adf, #w-node-bc37cbf4-b0b4-d225-c41d-b7eee2ab954d-ca7e9adf {
    grid-column: span 1 / span 1;
  }
}


