@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplayRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplayBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplayLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplayExtralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplayMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplaySemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue-2: #ed262b;
  --midnight-blue: #01a454;
  --white-smoke: #f8f8f8;
  --black: #212028;
  --light-sea-green: #01a451;
  --black-2: #333;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.header {
  flex-direction: column;
  width: 100%;
  height: 90vh;
  display: flex;
}

.header.services {
  height: 60vh;
}

.header-container {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: #00000040;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #00000021;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #bebebe26;
}

.nav-link.home {
  background-color: #b3b3b342;
}

.nav-link.home.w--current {
  color: var(--white-smoke);
  background-color: #b3b3b342;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  transition: all .2s;
}

.cool-container {
  width: 90%;
}

.body {
  background-color: var(--white-smoke);
  font-family: Clash Display, sans-serif;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.body-container {
  width: 80%;
  max-width: 1300px;
}

.body-container._100 {
  width: 100%;
  max-width: none;
}

.body-container._100._20 {
  padding-left: 40px;
  padding-right: 40px;
}

.form {
  background-color: var(--white-smoke);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.banner-div {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-banner {
  width: 225px;
  margin-bottom: 60px;
  display: block;
}

.logo-banner.big {
  width: 100%;
  margin-bottom: 0;
}

.content-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.white-bg {
  background-color: var(--white-smoke);
  width: 100%;
  padding-top: 160px;
}

.content-section.white-bg.large-gap {
  padding-top: 200px;
}

.content-section.white-bg._0 {
  padding-top: 0;
}

.content-section.green {
  background-color: var(--midnight-blue);
}

.content-heading {
  color: var(--white-smoke);
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
  display: flex;
}

.content-heading.grey {
  border-bottom-color: var(--black);
  color: var(--light-sea-green);
}

.content-heading.tall {
  font-size: 50px;
  line-height: 55px;
}

.content-heading.t20 {
  margin-top: 20px;
}

.content-heading.bl {
  color: var(--black);
  margin-top: 40px;
}

.grid-image1 {
  background-image: url('../images/Event-First-Aid-cover-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-image1.s1-3 {
  background-image: url('../images/Bespoke-Training-Courses.webp');
  background-position: 30% 25%;
  background-size: cover;
  min-height: 350px;
}

.grid-image1.s2-3 {
  background-image: url('../images/Training.webp');
  background-position: 50% 24%;
  background-size: cover;
  min-height: 400px;
}

.grid-image1.s3-3 {
  background-image: url('../images/1000010101.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image1.s4-3 {
  background-image: url('../images/First-Aid-Training-1.webp');
}

.grid-image1.s5-3 {
  background-image: url('../images/Event-Security-3.webp');
}

.grid-image1.s1-4 {
  background-image: url('../images/Event-Cover-2.webp');
  background-position: 30% 25%;
  background-size: cover;
  min-height: 350px;
}

.grid-image1.s33 {
  background-image: url('../images/Food-Hygiene-1.webp');
  background-position: 30% 25%;
  background-size: cover;
  min-height: 350px;
}

.grid-image1.s22 {
  background-image: url('../images/Additional-Training-Courses.webp');
  background-position: 30% 25%;
  min-height: 350px;
}

.grid-image1._44 {
  background-image: url('../images/Event-Cover-6.webp');
  background-position: 30% 25%;
  background-size: cover;
  min-height: 350px;
}

.grid-image1.about2 {
  background-image: url('../images/Event-First-Aid-cover-6.webp');
}

.txt {
  letter-spacing: .5px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16.5px;
  line-height: 24px;
  display: block;
}

.txt.right-align {
  align-items: flex-end;
}

.button-3 {
  background-color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.grid-image2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.grid-image3 {
  background-image: url('../images/Event-First-Aid-cover-4-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-image3.s1-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.grid-image3.s2-4 {
  background-image: url('../images/Fire-Safety-1.webp');
  background-position: 100%;
}

.grid-image3.s4-4 {
  background-image: url('../images/Subjects-Covered.webp');
}

.grid-image3._2 {
  background-image: url('../images/Manual-Handling-Training-1.webp');
}

.footer {
  border-top: 10px solid var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.links-container {
  background-color: var(--midnight-blue-2);
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr;
  height: 100%;
}

.map {
  background-image: url('../images/West-Sussex.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.links-div {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-height: 250px;
  padding-right: 40px;
  display: flex;
}

.footer-head {
  color: var(--white-smoke);
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.links-list {
  color: #fff;
  text-align: right;
  padding-left: 0;
  list-style-type: none;
}

.all-links {
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.socials {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  display: flex;
}

.facebook {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-right: 0;
  font-size: 35px;
  text-decoration: none;
  display: flex;
}

.isntagram {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

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

.insta-bg {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.all-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 250px;
  display: grid;
}

.links2-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 250px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.links-list2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-2, .list-item-3 {
  cursor: pointer;
  padding-bottom: 10px;
}

.socials-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: auto;
  margin-left: auto;
  font-size: 20px;
  display: grid;
}

.social-text {
  background-color: var(--light-sea-green);
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
  padding: 2px 7px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .45s ease-in-out;
}

.social-text:hover {
  background-color: var(--midnight-blue-2);
}

.social-text.left {
  padding-left: 7px;
  padding-right: 7px;
  transition: background-color .45s ease-in-out;
}

.social-text.left:hover {
  background-color: var(--midnight-blue-2);
}

.contacticon {
  font-family: "Fa solid 900", sans-serif;
}

.contacticon.black {
  color: var(--black);
}

.list-item-4 {
  cursor: pointer;
}

.footer-links {
  color: #fff;
  text-decoration: none;
}

.footer-links.black {
  color: var(--midnight-blue-2);
}

.logo-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.logo-nav.w--current {
  width: 19%;
}

.nav-logo {
  width: 75px;
  display: block;
}

.dropdown {
  color: #fff;
  height: 100%;
  transition: all .2s;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #bebebe26;
}

.line {
  background-color: #7e7e7e;
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.header-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.dropdown-links {
  color: var(--white-smoke);
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.dropdown-links:hover {
  color: #000;
  background-color: #cfcfcf;
  background-image: url('../images/point_2point.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  margin-left: 20px;
  padding-left: 20px;
  font-weight: 500;
  display: block;
  transform: translate(15px);
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  background-color: var(--black-2);
  width: 280px;
  transition: all .2s;
  overflow: hidden;
}

.service-box-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  transition: all .2s;
  display: flex;
}

.top-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-text._100 {
  flex-flow: column;
  display: flex;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2x1._100 {
  display: flex;
}

._2x1.top40 {
  margin-top: 20px;
}

.p {
  color: var(--white-smoke);
}

.p.right-align {
  text-align: right;
}

.p {
  letter-spacing: .5px;
  font-size: 16.5px;
  line-height: 24px;
}

.button-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img {
  background-image: url('../images/About-2.webp');
  background-position: 50%;
  background-size: cover;
}

.img.map {
  background-image: none;
  min-height: auto;
}

.img.s1-1 {
  background-image: url('../images/First-Aid-Training-4.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s2-1 {
  background-image: url('../images/Banner-2.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.img.s3-1 {
  background-image: url('../images/Training-Course-1.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s4-1 {
  background-image: url('../images/First-Aid-Training-3.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s5-1 {
  background-image: url('../images/Event-Cover-4-1.webp');
  background-position: 0%;
  background-size: cover;
}

.mid-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Event-Cover-4-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 450px;
  display: flex;
}

.mid-section.cta {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
}

.mid-section.s1-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Event-Cover-4-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mid-section.s2-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Fire-Training.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mid-section.s3-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Food-Hygiene-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mid-section.s4-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/391720244_814706387114782_8203643727945263410_n.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mid-section.s5-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.shade-div {
  background-image: linear-gradient(275deg, var(--black) 19%, #fff0 90%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.shade-div.cta {
  flex-direction: row;
  width: 100%;
}

.shade-div._0 {
  background-image: none;
}

.shade-div.noshade {
  background-image: none;
  margin-right: auto;
}

.split-div-text {
  width: 70%;
}

.hero-button {
  text-transform: uppercase;
  background-color: #0006;
  margin-top: 10px;
}

.ct-button {
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
}

.slice-p {
  color: var(--white-smoke);
  font-size: 16.5px;
  line-height: 24px;
}

.slice-p.h3 {
  font-size: 19px;
}

.txt-slcie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 32px;
  display: grid;
}

.txt-slcie.cta {
  grid-template-columns: 1fr;
  justify-items: center;
}

.banner-head {
  color: var(--white-smoke);
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.button-div-slice {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.footerlinks {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  display: flex;
}

.flinks {
  color: var(--white-smoke);
  font-family: Clash Display, sans-serif;
  font-size: 16.5px;
  line-height: 24px;
}

.twit {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-left: 0;
  display: flex;
}

.insta {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fb {
  background-color: var(--light-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  display: flex;
}

.navbar-main {
  z-index: 999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
}

.ddl {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-left: 0;
  padding: 15px 0 15px 20px;
  transition: all .2s;
}

.ddl:hover {
  color: #000;
  background-color: #cfcfcf;
  background-image: url('../images/point_2point.webp');
  background-position: 7% 49%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  padding-left: 40px;
  padding-right: 0;
  font-weight: 500;
}

._4-box-text {
  color: #fff;
  letter-spacing: normal;
  width: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

._4-box-text.gal {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 500px;
  font-family: Clash Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transform: rotate(0);
}

._4-box-text.gal:hover {
  text-shadow: none;
}

.box {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/Fire-Evacuation-Training-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 700px;
  min-height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box:hover {
  text-shadow: 4px 4px 5px #000000bf;
  text-decoration: none;
}

.box._2 {
  background-image: url('../images/1000010101.webp');
  background-position: 50%;
}

.box._4 {
  background-image: url('../images/Event-Security-3.webp');
}

.box._3 {
  background-image: url('../images/First-Aid-Training-2.webp');
  background-position: 50%;
  background-size: cover;
}

.box._4-copy {
  background-image: url('../images/Event-Security-3.webp');
}

._4-block-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._4-block-div.gal {
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  height: 50%;
  margin-bottom: 40px;
  font-size: 22px;
  transform: rotate(270deg);
}

.box-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.box-heading:hover {
  text-shadow: none;
  text-decoration: none;
}

.image-overlay {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 800px;
  position: absolute;
}

.image-overlay._4, .image-overlay._2, .image-overlay._1, .image-overlay._3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-container {
  z-index: 5;
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-container.gal {
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

.div-container.gal:hover {
  text-shadow: none;
}

.service-boxes {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-boxes._4-boxes {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

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

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

.click-to-call-button {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.h1-small {
  color: var(--light-sea-green);
  font-size: 32px;
  font-weight: 400;
}

.contact-buttons {
  background-color: #333333d4;
  width: auto;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.contact-icon:hover {
  background-color: #000;
}

.hero-button-2 {
  text-transform: uppercase;
  background-color: #0006;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.header-container-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
}

.logo-banner-2 {
  justify-content: center;
  width: 40%;
  margin-bottom: 60px;
  display: flex;
}

.logo-banner-2.w--current {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-banner-2.big {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.banner-div-2 {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.hero-button-3 {
  text-transform: uppercase;
  background-color: #0006;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.ct-button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #282d4e;
  margin-top: 10px;
}

.ct-button-2._20l {
  margin-right: 20px;
}

.list {
  color: #f8f8f8;
  padding-left: 0;
  list-style-type: none;
}

.list.horizontal {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list.area {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list.row-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list.row-3.top {
  margin-top: 20px;
}

.list.space {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fa {
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.fa.icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.fa.icon.black {
  color: var(--midnight-blue);
}

.fa.list-new {
  color: var(--midnight-blue-2);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 21px;
  line-height: 28px;
  display: flex;
}

.fa.list-new.black {
  color: var(--midnight-blue);
}

.fa.green-list {
  color: var(--midnight-blue);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 21px;
  line-height: 28px;
  display: flex;
}

.fa.green-list.black {
  color: var(--midnight-blue);
}

.fa.white-list {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  font-size: 21px;
  line-height: 28px;
  display: flex;
}

.fa.white-list.black {
  color: var(--midnight-blue);
}

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 24px;
}

.h3list.black {
  color: var(--black-2);
  font-size: 16.5px;
  line-height: 24px;
  text-decoration: none;
}

.grid-image2-2 {
  background-image: url('../images/First-Aid-Training-4.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-2 {
  color: #f8f8f8;
}

.p-2.right-align {
  text-align: right;
}

.h3-phone {
  color: #f8f8f8;
  font-weight: 600;
}

.mid-section-2 {
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.mid-section-2.h3-image {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slice-p-2 {
  color: #f8f8f8;
}

.slice-p-2.h3-text {
  font-size: 28px;
  line-height: 35px;
}

.split-div-text-2 {
  width: 70%;
}

.txt-slcie-2 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  background-color: #000000a3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  display: grid;
}

.txt-slcie-2.h3 {
  display: flex;
}

.ddl-2 {
  background-color: var(--midnight-blue-2);
  color: #f8f8f8;
  margin-left: 0;
  padding: 15px 0 15px 20px;
  font-family: Clash Display, sans-serif;
  transition: all .2s;
}

.ddl-2:hover {
  background-color: var(--light-sea-green);
  background-image: url('../images/point_1point.webp');
  background-position: 7% 49%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  padding-left: 40px;
  padding-right: 0;
  font-weight: 500;
}

.ddl-2.w--current {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.click-to-call-button-2 {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5005px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-family: Clash Display, sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  background-color: #bebebe26;
}

.nav-link-2.w--current {
  background-color: var(--midnight-blue-2);
  color: var(--white-smoke);
}

.nav-link-2.home {
  background-color: #b3b3b342;
}

.nav-link-2.home.w--current {
  color: #f8f8f8;
  background-color: #bebebe26;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-list-2 {
  width: 200px;
}

.dropdown-list-2.w--open {
  background-color: var(--light-sea-green);
  width: 280px;
  transition: all .2s;
  overflow: hidden;
}

.header-link-2 {
  color: #f8f8f8;
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-toggle-2 {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Clash Display, sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-2:hover {
  background-color: #bebebe26;
}

.header-container-3 {
  background-image: linear-gradient(#1d1c2075, #1d1c2075), url('../images/Event-First-Aid-cover-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-top: 150px;
  display: flex;
}

.header-container-3.home {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Event-First-Aid-cover-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 50px;
}

.inner-link {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.lottie-animations {
  height: 150px;
  display: inline-flex;
}

.gallery-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lb {
  border: 1px solid #000;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--light-sea-green);
  background-color: var(--midnight-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--midnight-blue-2);
  color: var(--midnight-blue-2);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 500;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--black-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--light-sea-green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 120px;
}

.fs-cc-banner_button {
  border: 2px solid var(--white-smoke);
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--midnight-blue-2);
  color: var(--midnight-blue-2);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.container {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-text {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Clash Display, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}

.hero-text._70 {
  width: 75%;
  font-size: 45px;
  line-height: 52px;
}

.hero-sub-heading {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.btn {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-text {
  padding-bottom: 4px;
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.footer-link-underline {
  background-color: var(--midnight-blue-2);
}

.btn-hover-color {
  background-color: #c7a675;
  width: 0;
  position: absolute;
  inset: 0%;
}

.banner-logo {
  width: 100px;
}

.btn-group-2 {
  border-top: 1px #000;
}

.btn-group-2.top {
  margin-top: 28px;
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-2.font {
  border-style: solid;
  border-color: var(--light-sea-green);
  color: var(--white-smoke);
  letter-spacing: .5px;
  background-color: #01a454;
  border-radius: 45px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
}

.button-2.font:hover {
  color: #242429;
  background-color: #fff;
  border: 1px solid #fff;
  transform: translate(0, -6px);
}

.button-2._2 {
  border-style: solid;
  border-color: var(--midnight-blue-2);
  color: #fff;
  letter-spacing: .5px;
  background-color: #ed262b;
  border-radius: 45px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2._2:hover {
  color: #242429;
  background-color: #fff;
  border: 1px solid #fff;
  transform: translate(0, -6px);
}

.button-2.font-copy {
  border-style: solid;
  border-color: var(--light-sea-green);
  color: var(--white-smoke);
  letter-spacing: .5px;
  background-color: #01a454;
  border-radius: 45px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
}

.button-2.font-copy:hover {
  color: #242429;
  background-color: #fff;
  border: 1px solid #fff;
  transform: translate(0, -6px);
}

.button-2.white-button {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white-smoke);
  letter-spacing: .5px;
  border-radius: 45px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
}

.button-2.white-button:hover {
  color: #242429;
  background-color: #fff;
  border: 1px solid #fff;
  transform: translate(0, -6px);
}

.button-2.outline {
  border-style: solid;
  border-color: var(--midnight-blue-2);
  color: #fff;
  letter-spacing: .5px;
  background-color: #ed262b;
  border-radius: 45px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2.outline:hover {
  border: 1px solid var(--black);
  color: #242429;
  background-color: #fff;
  transform: translate(0, -6px);
}

.button-2.outline-green {
  border-style: solid;
  border-color: var(--light-sea-green);
  color: var(--white-smoke);
  letter-spacing: .5px;
  background-color: #01a454;
  border-radius: 45px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
}

.button-2.outline-green:hover {
  border: 1px solid var(--black);
  color: #242429;
  background-color: #fff;
  transform: translate(0, -6px);
}

.button-2.green-section {
  border-style: solid;
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
  letter-spacing: .5px;
  border-radius: 45px;
  margin-top: 20px;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2.green-section:hover {
  border: 1px solid var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  transform: translate(0, -6px);
}

.button-2.notop {
  border-style: solid;
  border-color: var(--light-sea-green);
  color: var(--white-smoke);
  letter-spacing: .5px;
  background-color: #01a454;
  border-radius: 45px;
  margin-top: 0;
  margin-right: 0;
  padding: 12px 40px;
  font-weight: 600;
  line-height: 22px;
}

.button-2.notop:hover {
  color: #242429;
  background-color: #fff;
  border: 1px solid #fff;
  transform: translate(0, -6px);
}

.arrow-link {
  position: absolute;
  inset: auto 20px 20px auto;
}

.arrow-scroll {
  border: 1px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-embed {
  color: #fff;
  margin: auto;
}

.arrow-embed.absolute {
  position: absolute;
  inset: auto;
}

.cta_link-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  display: none;
  position: fixed;
  inset: 0%;
}

.max-width-large {
  color: var(--white-smoke);
  width: 100%;
  max-width: 48rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
}

.cta_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.container-large {
  margin-left: auto;
  margin-right: auto;
}

.justify-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.cta_link-text {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.cta_link-image {
  border-radius: 1rem;
  max-width: 750px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-color-red {
  color: var(--white-smoke);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cta_link-block {
  border-bottom: 3px solid var(--white-smoke);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cta_link-block:hover {
  text-decoration: none;
}

.page-padding {
  background-color: var(--light-sea-green);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-head {
  color: var(--white-smoke);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.button-4 {
  color: #201b16;
  text-align: center;
  background-color: #fa9c30;
  border: 2px solid #fa9c30;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .35s;
}

.button-4:hover {
  transform: scale(.97);
}

.button-4.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-color: var(--midnight-blue);
  background-color: var(--light-sea-green);
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.button-4.is-secondary {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border-color: #fff;
  font-weight: 600;
}

.home_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global-2 {
  padding: 100px 2.5rem;
}

.home_cta_content-right {
  background-color: #a2a2a240;
  background-image: linear-gradient(#0000002e, #0000002e);
  border-radius: 1rem;
  padding: 2rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.phone {
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.text-size-medium-3 {
  color: var(--white-smoke);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_home_cta {
  background-image: linear-gradient(#201b1633, #201b1633), url('../images/Event-First-Aid-cover-3-1.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-7 {
  letter-spacing: .5px;
  font-weight: 600;
}

.instagram {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  padding-right: 0;
  font-size: 35px;
  text-decoration: none;
  display: flex;
}

.google {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 12px;
  padding-right: 0;
  font-size: 35px;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  font-family: Clash Display, sans-serif;
  font-size: 22px;
}

.cta-link {
  color: #00000091;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.section-line {
  background-color: #2c2c2c;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.section-info-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, #101b22 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
  flex-flow: column;
}

.section-hedaing-2-wrapper.display-flex.main {
  background-image: none;
  flex-flow: row;
}

.cta-text-contact {
  color: var(--midnight-blue-2);
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.left-text-area {
  width: 48%;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 40px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40._100 {
  width: 100%;
}

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.heading-2-img-section.no-img._100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.section-heading-2.margin-bottom-20 {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.main-form {
  width: 100%;
}

.main-form._25 {
  margin-top: 32px;
}

.left-section-para-container.padding-top-20 {
  padding-top: 20px;
}

.left-section-para-container.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.icon {
  background-color: var(--light-sea-green);
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.container-fluid {
  width: 98%;
  max-width: none;
}

.section-info-title {
  color: var(--black);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 10px;
  text-decoration: none;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--white-smoke);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--white-smoke);
  transform: scale(1.05);
}

.chat-block {
  background-color: #01a45145;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  position: static;
}

.live-chat-top-text.block {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  width: 47px;
  margin-right: 10px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.live-chat-bottom-text {
  font-size: 11px;
  line-height: 17px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 21px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.livechat-button {
  background-color: var(--light-sea-green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--midnight-blue-2);
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.chat-section {
  background-image: url('../images/WA-Back.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.wa-font {
  color: var(--midnight-blue);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 38px;
  line-height: 39px;
}

.area-map {
  filter: grayscale(65%);
  margin-top: 24px;
}

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 305px;
}

.testimonials-widget {
  width: 100%;
}

.contact-map {
  filter: grayscale(90%);
}

.site-map-list {
  flex-flow: column;
  display: flex;
}

.site-link {
  margin-bottom: 9px;
  text-decoration: none;
}

.site-map-text {
  color: var(--black);
  font-size: 17px;
  text-decoration: none;
}

.solid-mag {
  margin-right: 7px;
  font-family: "Fa Solid 900", sans-serif;
}

.intro {
  z-index: 5000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 165px;
  margin-top: -25px;
  margin-bottom: 25px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--light-sea-green);
  color: var(--light-sea-green);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--light-sea-green);
  color: var(--white-smoke);
}

.hyperlink.white {
  box-shadow: inset 0 -2px 0 0 var(--white-smoke);
  color: var(--white-smoke);
}

.hyperlink.white:hover {
  box-shadow: inset 0 -100px 0 0 var(--white-smoke);
  color: var(--light-sea-green);
}

.h3-small {
  color: var(--midnight-blue);
  font-size: 32px;
  line-height: 38px;
}

.bold-text {
  font-size: 30px;
}

.image {
  width: 390px;
}

.footer__form-success {
  color: #fff;
  background-color: #20c8bf;
  font-weight: 700;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer__link {
  color: var(--midnight-blue);
  margin-top: 12px;
  font-weight: 600;
  transition: color .45s ease-in-out;
}

.footer__link:hover {
  color: var(--midnight-blue-2);
}

.footer__copyright {
  color: #101010cc;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__copyright:hover {
  color: #101010;
}

.footer__copyright.mod--mob {
  display: none;
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__social.mod--mob {
  display: none;
}

.footer__col {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__col.col--1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.footer__col.col--3 {
  flex-flow: column;
  flex: 0 auto;
  padding-right: 76px;
}

.footer__col.col--2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__col.col--4 {
  display: none;
}

.input-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form__btn-wrap {
  z-index: 1;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
}

.form__btn {
  z-index: 0;
  filter: brightness(0%);
  cursor: pointer;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.form__btn:hover {
  filter: none;
  transform: rotate(360deg);
}

.form__btn.active {
  opacity: 0;
  transition-duration: .2s;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.footer__contact {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: -3px;
  display: flex;
}

.footer__contact.mod--mob {
  display: none;
}

.footer__form-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 600;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -6px;
  right: -4px;
}

.form__submit-result-wrap {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .7rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap.active {
  opacity: 1;
}

.footer__soc-img {
  filter: invert(80%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__soc-img.wa {
  width: 20px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid-2.mod--footer {
  grid-template-columns: 1.5fr 1fr 1fr;
  min-height: 180px;
}

.footer__form {
  align-items: center;
}

.footer__grid-wrap {
  overflow: hidden;
}

.lines {
  background-image: url('../images/ico_star2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.lines.mod--footer {
  background-image: url('../images/puzzle-piece-solid.svg');
  inset: 0 auto auto 35%;
}

.lines.mod--footer.w {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 30px;
  height: 30px;
  position: static;
}

.form__submit-result {
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition: all 1s;
}

.nav {
  column-count: 2;
  column-rule-width: 0px;
  align-content: flex-start;
  column-gap: 60px;
}

.nav.mod--footer {
  margin-left: -16px;
}

.footer__content {
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.footer__follow {
  z-index: 1;
  color: #fffc;
  padding-left: 35px;
  line-height: 1.5em;
  position: relative;
}

.footer__soc-link {
  border: 1px solid #10101033;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: #10101066;
}

.footer-2 {
  background-color: #fff;
  padding-top: 82px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: hidden;
}

.footer__follow-and {
  color: #fff;
}

.footer__line {
  background-color: #101010;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer__line.mod--1 {
  background-color: var(--midnight-blue);
  height: 100%;
  top: 20px;
}

.footer__line.mod--2 {
  background-color: var(--midnight-blue);
  width: 100%;
  top: auto;
  bottom: 0;
}

.footer__line.mod--3 {
  background-color: var(--midnight-blue);
  height: 100%;
  inset: 20px 0 0 auto;
}

.logo-img {
  width: 128px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #10101033;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  transition: all .2s;
}

.input.input--subs {
  color: #101010;
  letter-spacing: .02em;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #10101033;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.input.input--subs:focus {
  border-bottom-color: #101010;
}

.input.input--subs::placeholder {
  color: #10101099;
}

.footer__follow-wrap {
  background-color: var(--light-sea-green);
  justify-content: center;
  align-items: center;
  min-height: 105px;
  margin-top: 82px;
  margin-left: -64px;
  margin-right: -64px;
  font-size: 16px;
  display: flex;
}

.nav__link {
  color: #101010;
  background-image: url('../images/ico_star2.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 0;
  margin-bottom: 12px;
  padding-left: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .267s ease-in;
  display: block;
}

.nav__link:hover, .nav__link.w--current {
  background-image: url('../images/puzzle-piece-solid.svg');
  background-position: 0;
  background-size: 12px;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.lines__line {
  background-color: #101010;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.lines__line.mod--footer-1 {
  background-color: var(--midnight-blue);
  width: 425px;
}

.lines__line.mod--footer-2 {
  background-color: var(--midnight-blue);
  width: 960px;
  left: 20px;
  right: auto;
}

.lines__line.mod--footer-3 {
  background-color: var(--midnight-blue);
  height: 390px;
  top: 20px;
  bottom: auto;
  right: auto;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__logo {
  transition-property: none;
}

.footer__logo.w--current {
  margin-left: 10px;
}

.content {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form__submit-result-ico {
  filter: invert();
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.text-block-9 {
  color: var(--black);
  text-align: center;
  font-weight: 500;
}

.find-us {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-10 {
  margin-top: 15px;
  font-size: 23px;
  line-height: 28px;
}

.bold-text-2 {
  color: var(--midnight-blue-2);
}

.foot-link {
  color: var(--white-smoke);
  letter-spacing: .5px;
  text-decoration: none;
}

.foot-link.b {
  color: var(--black);
  letter-spacing: 0;
  font-weight: 400;
}

.background-image {
  background-image: url('../images/CPR-Training.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.background-image.contact {
  background-image: url('../images/Event-First-Aid-cover-1.webp');
}

.acc-logos {
  background-color: var(--midnight-blue-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

._4x1-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.sia {
  width: 95px;
}

.faa {
  width: 190px;
}

.ico {
  width: 155px;
}

.column-scroll-content {
  padding-top: 4.5rem;
}

.button {
  z-index: 1;
  background-color: var(--midnight-blue-2);
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  border-radius: 999rem;
  padding: 1.2rem 40px;
  font-weight: 600;
  position: relative;
}

.page-padding-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.column-scroll-content-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.column-scroll-wrapper {
  z-index: -1;
  width: 100%;
  height: 350vh;
  position: relative;
  overflow: hidden;
}

.column-scroll-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.section-3-column-scroll {
  overflow: hidden;
}

.column-scroll-content-copy {
  width: 100%;
  max-width: 38rem;
  margin-top: 2rem;
  line-height: 1.2;
}

.column-scroll-content-wrapper {
  z-index: 99;
  width: 66.66vw;
  min-height: 100vh;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/brickwall_1brickwall.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.webp');
}

.bullet-icon.plastering {
  background-image: url('../images/trowel_1trowel.webp');
}

.bullet-heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.card-bullet {
  padding-left: 0;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.bullet-para {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 24px;
}

.bullet-block-btn {
  color: #fdfdfd;
  background-color: #ef233c;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-block-title {
  color: var(--midnight-blue-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.card-icon {
  color: #ef233c;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.fs-cc-manager_component-2 {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.fs-cc-banner_close-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_component-2 {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component-2 {
  z-index: 1000;
  background-color: var(--white-smoke);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.contact-heading {
  color: var(--light-sea-green);
  letter-spacing: .24px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-sec {
  padding: 60px 10%;
}

.footer-social-group.m-top-10 {
  margin-top: 10px;
}

.contact-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-page.low-p {
  padding-bottom: 0;
}

.contact-page.low-p.no-gap {
  padding-top: 0;
}

.fa-sociall {
  border: .05px solid var(--black);
  color: var(--midnight-blue-2);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7.2px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: inline-block;
}

.fa-sociall:hover {
  border-color: var(--midnight-blue-2);
  background-color: var(--midnight-blue-2);
  color: var(--white-smoke);
}

.fa-sociall.p-left-10 {
  margin-left: 10px;
}

.image-5 {
  object-fit: cover;
  height: 100%;
}

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

.contact-col.flex-verticle {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-nav-link {
  color: var(--midnight-blue-2);
  padding-top: 1.6px;
  padding-bottom: 1.6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-nav-link.m-10 {
  margin-bottom: 10px;
}

.footer-nav-link.m-bottom-28 {
  margin-bottom: 28px;
}

.footer-nav-link.grey {
  color: var(--black);
  font-weight: 600;
}

.hpac {
  width: 120px;
}

.logo-section {
  background-color: var(--white-smoke);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-3._0 {
  padding-left: 0;
  padding-right: 0;
}

.tagline {
  color: #222734;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.tagline.margin-bottom-60 {
  margin-bottom: 60px;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block:hover {
  box-shadow: 0 4px 20px #0118291a;
}

.image-6, .image-7 {
  width: 60%;
  height: 60%;
}

.image-8, .image-9 {
  width: 70%;
}

.image-10 {
  width: 85%;
}

.sa, .victoris {
  width: 60%;
}

.royal {
  width: 80%;
}

.plump {
  width: 55%;
}

.plump._90 {
  width: 85%;
}

.vine {
  width: 75%;
}

.vine._90 {
  width: 85%;
}

.h {
  width: 55%;
}

.plump-copy {
  width: 90%;
}

.plump-copy._90 {
  width: 85%;
}

._4 {
  width: 65%;
}

._4._90 {
  width: 85%;
}

.barnham {
  width: 60%;
}

.barnham._90 {
  width: 85%;
}

.lavender {
  width: 75%;
}

.lavender._90 {
  width: 85%;
}

.circle {
  width: 65%;
}

.circle._90 {
  width: 85%;
}

.client-slider {
  width: 100%;
}

.image-11 {
  display: block;
}

.rded-logo {
  width: 100%;
}

.red-banner {
  width: 100%;
  margin-top: 20px;
}

.aoht {
  width: 100px;
  margin-left: 20px;
}

.left-arrow-2 {
  margin-left: 0;
  margin-right: 0;
  display: none;
  inset: 0% auto 0% 45%;
}

.slider-wrapper {
  border: 1px solid var(--midnight-blue-2);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: flex;
}

.text-block-11 {
  font-style: italic;
  font-weight: 500;
}

.right-arrow-2 {
  display: none;
  inset: 0% 45% 0% auto;
}

.testimonial-slider {
  width: 100%;
}

.mask {
  background-color: #0000;
  width: 400px;
  height: 400px;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 33em;
}

.copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy.lg {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 40px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.blue {
  background-color: #adadad;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

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

.slide-nav {
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  inset: auto 0% 0%;
}

.slide-4 {
  background-color: #ffffffe6;
  border: 1px solid #d0d0d0;
  border-radius: 25px;
  margin-left: 0;
  margin-right: 2.81em;
  overflow: hidden;
  box-shadow: 0 3px 17px #d0d0d073;
}

.author-name {
  color: var(--midnight-blue-2);
  margin-bottom: 10px;
  font-size: 1.63em;
}

.testimonial-image {
  border-radius: 50%;
  width: 7em;
  display: block;
}

.bottom-name {
  color: var(--light-sea-green);
}

.team-block {
  z-index: 3;
  background-color: var(--midnight-blue);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-block._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.team-text {
  margin-top: 32px;
}

.lightbox-link-3 {
  width: 100%;
  height: 360px;
  position: relative;
}

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.link-block {
  display: flex;
}

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

.left-text {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.light {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-left: 10px;
}

.text-block-13, .text-block-14 {
  line-height: 25px;
}

.clint-slider-2 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .ddl-2:hover {
    background-color: var(--light-sea-green);
  }

  .dropdown-list-2.w--open {
    width: 280px;
  }

  .button-2.font:hover, .button-2._2:hover, .button-2.font-copy:hover, .button-2.white-button:hover, .button-2.outline:hover, .button-2.outline-green:hover, .button-2.green-section:hover, .button-2.notop:hover {
    color: #242429;
    background-color: #fff;
  }

  .footer__col.col--1 {
    padding-left: 40px;
  }

  .grid-2.mod--footer {
    grid-template-columns: 1.5fr 1.75fr 1.25fr;
  }

  .lines.mod--footer {
    left: 400px;
  }

  .logo-img {
    width: 145px;
  }
}

@media screen and (min-width: 1920px) {
  .ddl:hover {
    border-color: #cfcfcf;
  }

  .logo-banner-2.w--current {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ddl-2:hover {
    border-color: #cfcfcf;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--midnight-blue-2);
    height: 250px;
    display: block;
    position: relative;
  }

  .navbar-2 {
    background-color: var(--midnight-blue);
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .nav-link {
    background-color: var(--midnight-blue);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link:hover {
    background-color: var(--midnight-blue-2);
    color: var(--white-smoke);
  }

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

  .nav-link.home {
    background-color: var(--midnight-blue);
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .nav-link.home.w--current {
    background-color: var(--midnight-blue-2);
  }

  .body-container {
    width: 90%;
  }

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

  .hero-heading {
    width: 100%;
  }

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

  .content-heading {
    margin-top: 0;
    line-height: 70px;
  }

  .content-heading.grey {
    line-height: 55px;
  }

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

  .map {
    min-height: 400px;
  }

  .links-div {
    text-align: center;
    align-items: center;
    min-height: 100px;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-head {
    font-size: 28px;
  }

  .links-list {
    text-align: center;
  }

  .all-links {
    padding: 10px 10px 40px;
  }

  .all-links-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .links2-div {
    align-items: center;
    min-height: 100px;
    padding-left: 10px;
  }

  .links-list2 {
    align-items: center;
  }

  .socials-navbar {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .social-text {
    background-color: var(--midnight-blue-2);
    text-align: right;
    width: 100%;
    margin-bottom: 0;
  }

  .social-text.left {
    text-align: left;
  }

  .icon-2 {
    text-align: center;
  }

  .logo-nav {
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-left: 0;
  }

  .logo-nav.w--current {
    justify-content: center;
    width: 100%;
    height: 70px;
  }

  .nav-logo {
    width: 85px;
  }

  .dropdown {
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .dropdown-toggle {
    background-color: var(--midnight-blue);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    background-color: var(--midnight-blue-2);
    color: var(--white-smoke);
  }

  .dropdown-links {
    text-align: center;
  }

  .dropdown-list {
    background-color: #000;
  }

  .menu-button {
    color: var(--white-smoke);
    width: 100%;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue-2);
  }

  .top-text {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img {
    min-height: 350px;
  }

  .shade-div {
    background-image: none;
    width: 100%;
  }

  .slice-p, .banner-head {
    text-align: center;
  }

  .button-div-slice {
    text-align: center;
    align-items: center;
  }

  .navbar-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 20px;
    display: grid;
    position: static;
  }

  .text-block-6 {
    padding-left: 20px;
  }

  .ddl {
    background-color: var(--midnight-blue);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .box {
    height: 400px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  ._4-block-div.gal {
    display: none;
  }

  .box-heading {
    font-size: 33px;
    line-height: 38px;
  }

  .service-boxes {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .service-boxes._4-boxes {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .slice-p-2 {
    text-align: center;
  }

  .ddl-2 {
    background-color: var(--midnight-blue-2);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    background-color: var(--light-sea-green);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link-2:hover {
    background-color: var(--midnight-blue-2);
    color: #f8f8f8;
  }

  .nav-link-2.w--current {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .nav-link-2.home {
    background-color: var(--light-sea-green);
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .nav-link-2.home.w--current {
    background-color: #1b1e35;
  }

  .menu-button-2 {
    color: #f8f8f8;
    width: 100%;
    position: relative;
  }

  .menu-button-2.w--open {
    background-color: var(--light-sea-green);
  }

  .dropdown-list-2 {
    background-color: #000;
  }

  .header-link-2 {
    font-size: 16px;
  }

  .dropdown-toggle-2 {
    background-color: var(--midnight-blue);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
    background-color: var(--midnight-blue-2);
    color: #f8f8f8;
  }

  .header-container-3 {
    padding-top: 0;
  }

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

  .hero-text {
    font-size: 50px;
    line-height: 55px;
  }

  .hero-text._70 {
    font-size: 28px;
    line-height: 34px;
  }

  .banner-logo {
    width: 80px;
  }

  .cta_link-image-wrapper {
    z-index: -1;
  }

  .cta_link-text {
    font-size: 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home_cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-global-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: #101b22;
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
    padding: 20px 40px 20px 20px;
  }

  .left-text-area.paddint-tomp-bottom-40._100 {
    background-color: #0000;
  }

  .heading-2-img-section {
    width: 100%;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-template-columns: 1fr;
  }

  .main-form {
    margin-top: 40px;
  }

  .whatsapp-block, .footer__copyright {
    display: none;
  }

  .footer__copyright.mod--mob {
    display: flex;
  }

  .footer__social {
    display: none;
  }

  .footer__social.mod--mob {
    margin-bottom: 24px;
    display: flex;
  }

  .footer__col {
    width: 100%;
    margin-bottom: 56px;
  }

  .footer__col.col--1 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer__col.col--3 {
    margin-bottom: 45px;
    padding-right: 0;
  }

  .footer__col.col--4 {
    margin-bottom: 0;
    display: block;
  }

  .form-block.mod--footer {
    max-width: 300px;
  }

  .footer__contact {
    display: none;
  }

  .footer__contact.mod--mob {
    margin-bottom: 56px;
    display: flex;
  }

  .footer__form-title {
    margin-bottom: 16px;
  }

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

  .grid-2.mod--footer {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .nav.mod--footer {
    margin-left: 0;
  }

  .footer__content {
    flex-wrap: wrap;
    padding: 70px 40px 40px;
  }

  .footer-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer__follow-wrap {
    margin-top: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .lines__line.mod--footer-1 {
    width: 100vw;
  }

  .lines__line.mod--footer-2 {
    width: 670px;
  }

  .lines__line.mod--footer-3 {
    display: none;
  }

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

  .page-padding-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .contact-page.low-p {
    padding-top: 0;
  }

  .contact-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .lg-image.hide-mob {
    display: none;
  }

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

  .aoht {
    display: none;
  }

  .mask {
    width: 42.8em;
  }

  .slider-2 {
    height: 28.5em;
  }

  .slide-nav {
    bottom: -7%;
  }

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

@media screen and (max-width: 767px) {
  .header {
    height: 100%;
  }

  .header-container {
    height: 400px;
  }

  .navbar {
    height: auto;
  }

  .navbar-2 {
    justify-content: center;
  }

  .body-container._100._20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-heading {
    align-items: center;
  }

  .content-heading.grey {
    align-items: flex-start;
    line-height: 45px;
  }

  .txt.right-align {
    text-align: left;
    align-items: flex-start;
  }

  .links-div {
    padding-right: 0;
  }

  .all-links-div {
    margin-top: 40px;
  }

  .links2-div {
    padding-left: 0;
  }

  .socials-navbar {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .social-text {
    justify-content: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .logo-nav.w--current {
    justify-content: center;
    width: 100%;
  }

  .menu-button {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .p.right-align {
    text-align: left;
  }

  .split-div-text {
    width: 90%;
  }

  .slice-p {
    text-align: left;
  }

  .txt-slcie {
    justify-items: start;
  }

  .banner-head {
    text-align: left;
  }

  .button-div-slice {
    width: 100%;
  }

  .navbar-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-boxes {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    background-color: var(--midnight-blue);
  }

  .header-container-2 {
    height: auto;
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .list.horizontal, .list.area, .list.row-3 {
    grid-template-columns: 1fr 1fr;
  }

  .fa {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p-2.right-align {
    text-align: left;
  }

  .split-div-text-2 {
    width: 90%;
  }

  .click-to-call-button-2 {
    background-color: #282d4e;
  }

  .menu-button-2 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 18px;
  }

  .menu-button-2.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .header-container-3 {
    height: 550px;
  }

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .button-2 {
    text-align: center;
  }

  .arrow-scroll.hide-mobile {
    display: none;
  }

  .max-width-large {
    font-size: 42px;
  }

  .cta_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .cta_link-text {
    font-size: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xlarge {
    width: 90%;
  }

  .cta_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-hedaing-2-wrapper.display-flex.main {
    flex-flow: column;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    padding-right: 20px;
  }

  .heading-2-img-section.no-img.grid-edit, .heading-2-img-section.no-img._100 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .whatsapp-block {
    display: none;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__copyright.mod--mob {
    justify-content: flex-start;
  }

  .footer__form-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .footer__follow-heart {
    width: 35px;
    height: 35px;
    top: -5px;
  }

  .lines {
    width: 24px;
    height: 24px;
  }

  .nav.mod--footer {
    column-gap: 80px;
  }

  .footer__content {
    padding: 48px 24px 24px;
  }

  .footer__follow {
    text-align: center;
    font-size: 14px;
  }

  .footer__line.mod--1, .footer__line.mod--3 {
    top: 12px;
  }

  .nav__link {
    margin-bottom: 20px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .lines__line {
    bottom: 12px;
    right: 12px;
  }

  .lines__line.mod--footer-1 {
    width: 210px;
  }

  .lines__line.mod--footer-2 {
    width: 510px;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-scroll-sticky {
    position: static;
  }

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

  .contact-sec {
    padding-top: 100px;
  }

  .top-contact-sec {
    grid-template-columns: 1fr;
  }

  .slider-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-11, .right-arrow-2 {
    display: none;
  }

  .testimonial-slider {
    padding-bottom: 0;
  }

  .mask {
    width: 340px;
    height: 300px;
  }

  .section.blue.top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-nav {
    display: flex;
    bottom: 0;
  }

  .text-block-12 {
    display: none;
  }

  .author-name {
    font-size: 18px;
  }

  .testimonial-image {
    width: 60px;
  }

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

@media screen and (max-width: 479px) {
  .header {
    height: 100%;
  }

  .header-container {
    justify-content: center;
    height: 280px;
  }

  .navbar-2 {
    justify-content: center;
  }

  .body-container._100._20 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .banner-div {
    justify-content: center;
  }

  .logo-banner {
    width: 80%;
    margin-bottom: 20px;
  }

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

  .content-section.white-bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content-section.white-bg.large-gap {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-heading {
    text-align: left;
    align-items: center;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .content-heading.grey {
    text-align: left;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .content-heading.tall {
    text-align: left;
    align-items: flex-start;
    padding-bottom: 10px;
    font-size: 38px;
    line-height: 38px;
  }

  .content-heading.t20 {
    margin-bottom: 0;
  }

  .grid-image1.s1-3, .grid-image1.s2-3 {
    height: 300px;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .grid-image1.s3-3, .grid-image1.s4-3, .grid-image1.s5-3 {
    height: 300px;
    margin-bottom: 20px;
  }

  .grid-image1.s1-4 {
    height: 300px;
    min-height: 300px;
  }

  .grid-image1.s33 {
    height: 250px;
    min-height: 250px;
  }

  .grid-image1.s22 {
    height: 300px;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .grid-image1._44 {
    height: 300px;
    min-height: 300px;
  }

  .charity-text1 {
    text-align: center;
  }

  .txt {
    text-align: left;
    align-items: center;
    font-size: 16px;
  }

  .txt.right-align {
    align-items: center;
  }

  .grid-image3.s1-4, .grid-image3.s2-4, .grid-image3.s3-4 {
    height: 300px;
  }

  .grid-image3.s4-4 {
    height: 300px;
    margin-top: 10px;
  }

  .grid-image3.s5-4 {
    height: 300px;
  }

  .map {
    min-height: 300px;
  }

  .links-div {
    padding-right: 0;
  }

  .links2-div {
    padding-left: 0;
  }

  .socials-navbar {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-nav.w--current {
    align-items: flex-start;
    width: 100%;
    height: 60px;
  }

  .nav-logo {
    width: 75px;
  }

  .dropdown-toggle.w--open {
    background-color: var(--white-smoke);
    color: var(--midnight-blue);
  }

  .dropdown-links {
    background-color: var(--midnight-blue);
    color: var(--white-smoke);
  }

  .dropdown-links:hover {
    background-color: var(--white-smoke);
    color: var(--midnight-blue);
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .service-box-section {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .top-text {
    grid-template-rows: auto auto;
  }

  ._2x1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .p {
    text-align: left;
    font-size: 16px;
  }

  .p.right-align {
    text-align: center;
  }

  .button-div {
    justify-content: center;
  }

  .img {
    min-height: 325px;
  }

  .img.s1-1, .img.s2-1, .img.s3-1, .img.s4-1, .img.s5-1 {
    min-height: 300px;
  }

  .mid-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mid-section.s1-2, .mid-section.s2-2, .mid-section.s3-2, .mid-section.s4-2, .mid-section.s5-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .split-div-text {
    width: 90%;
  }

  .ct-button {
    margin-top: 0;
  }

  .slice-p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-head {
    font-size: 27px;
  }

  .button-div-slice {
    padding-top: 0;
  }

  .fb {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .navbar-main {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .box {
    width: 100%;
    height: 300px;
  }

  .box-heading {
    font-weight: 400;
    line-height: 37px;
  }

  .div-container {
    width: 100%;
    height: 100%;
  }

  .service-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-bottom: 20px;
  }

  .click-to-call-div {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .h1-small {
    font-size: 22px;
  }

  .header-container-2 {
    justify-content: center;
    height: auto;
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .logo-banner-2 {
    width: 80%;
    margin-bottom: 20px;
  }

  .banner-div-2 {
    justify-content: center;
  }

  .div-block-7 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .ct-button-2 {
    margin-top: 0;
  }

  .list.horizontal, .list.area, .list.row-3 {
    grid-template-columns: 1fr;
  }

  .h3list {
    text-align: left;
    font-size: 16px;
  }

  .grid-image2-2.s1-5, .grid-image2-2.s2-5, .grid-image2-2.s3-5, .grid-image2-2.s4-5, .grid-image2-2.s5-5 {
    height: 300px;
  }

  .p-2 {
    text-align: left;
  }

  .p-2.right-align {
    text-align: center;
  }

  .mid-section-2 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slice-p-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-div-text-2 {
    width: 90%;
  }

  .click-to-call-button-2 {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .dropdown-toggle-2.w--open {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .header-container-3 {
    justify-content: center;
    height: 500px;
  }

  .header-container-3.home {
    height: 80vh;
  }

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    text-align: center;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-text._70 {
    text-align: left;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
  }

  .hero-sub-heading {
    font-size: 16px;
  }

  .banner-logo {
    width: 65px;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.font {
    width: auto;
  }

  .button-2._2 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-2.font-copy, .button-2.white-button {
    width: auto;
  }

  .button-2.outline {
    width: auto;
    margin-top: 5px;
    margin-left: 0;
  }

  .button-2.outline-green {
    width: auto;
  }

  .button-2.green-section {
    width: auto;
    margin-top: 5px;
    margin-left: 0;
  }

  .button-2.notop {
    width: auto;
  }

  .max-width-large {
    font-size: 28px;
    line-height: 32px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button-4 {
    width: 100%;
  }

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

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-large-3 {
    max-width: 90rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .instagram {
    width: 35px;
    height: 35px;
  }

  .text-block-8 {
    font-size: 19px;
  }

  .title-container, .section-info-wrapper {
    margin-bottom: 20px;
  }

  .section-hedaing-2-wrapper.display-flex.main {
    flex-flow: column;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-img-section {
    min-height: 300px;
  }

  .heading-2-img-section.no-img.grid-edit, .heading-2-img-section.no-img._100 {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 10px;
  }

  .icon {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .contact-info-block {
    padding: 25px;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    display: none;
    position: relative;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .livechat-button {
    width: 90%;
  }

  .testimonials-widget {
    width: 100%;
  }

  .intro {
    display: none;
  }

  .lottie-animation-2 {
    width: 90%;
  }

  .h3-small {
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .footer__social {
    justify-content: space-between;
  }

  .footer__social.mod--mob {
    justify-content: flex-start;
  }

  .footer__follow-heart {
    position: relative;
  }

  .lines.mod--footer {
    left: auto;
    right: 38px;
  }

  .nav.mod--footer {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 240px;
    padding-left: 0;
  }

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav__link {
    margin-bottom: 16px;
  }

  .lines__line.mod--footer-1 {
    width: 385px;
  }

  .text-block-10 {
    font-size: 19px;
  }

  .background-image {
    height: 450px;
  }

  ._4x1-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .faa {
    width: 145px;
  }

  .ico {
    width: 135px;
  }

  .image-2 {
    width: 210px;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .fs-cc-banner_close-2 {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_component-2 {
    padding: 24px;
  }

  .logo-section {
    width: 100%;
    padding-bottom: 40px;
  }

  .container-3 {
    width: 100%;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    height: 120px;
  }

  .client-slider {
    width: 100%;
  }

  .div-block-8 {
    display: none;
  }

  .image-11 {
    width: 200px;
  }

  .slider-wrapper {
    padding: 15px 20px 20px;
  }

  .text-block-11 {
    display: flex;
  }

  .mask {
    width: 270px;
    height: 300px;
    margin-left: 0;
  }

  .slider-2 {
    height: 25em;
  }

  .copy.lg {
    padding-left: 20px;
  }

  .slide-nav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    font-size: 9px;
    line-height: 10px;
    display: flex;
    bottom: 0%;
  }
}

#w-node-_4611f3f1-ddb3-5ab5-e077-514e314e7e16-f17c0e50 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-f17c0e50 {
  align-self: center;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-f17c0e50 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_59a8a1b6-16f0-66e1-dbf8-0afbf2d0809b-f17c0e50, #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-f17c0e50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-f17c0e50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-f17c0e50 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-f17c0e50 {
  align-self: center;
}

#w-node-_3a0b6ed1-218e-b61b-82e4-3b3eed8f0597-f17c0e50 {
  place-self: center start;
}

#w-node-_3a0b6ed1-218e-b61b-82e4-3b3eed8f0598-f17c0e50 {
  align-self: center;
}

#w-node-_805f79b3-0f15-323c-7491-1a0b77aaa87d-f17c0e50 {
  place-self: center start;
}

#w-node-_805f79b3-0f15-323c-7491-1a0b77aaa880-f17c0e50 {
  align-self: center;
}

#w-node-_805f79b3-0f15-323c-7491-1a0b77aaa88e-f17c0e50 {
  place-self: center end;
}

#w-node-_805f79b3-0f15-323c-7491-1a0b77aaa892-f17c0e50 {
  align-self: center;
}

#w-node-_805f79b3-0f15-323c-7491-1a0b77aaa8d8-f17c0e50 {
  place-self: center start;
}

#w-node-_805f79b3-0f15-323c-7491-1a0b77aaa8dc-f17c0e50 {
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126af-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126b1-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126b4-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126b6-f17c0e50, #w-node-_0d4e1eef-e756-4da1-8593-5e6665b126bb-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126be-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126c0-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126c2-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126c3-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126c5-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126c8-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126ca-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126cd-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126cf-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126d2-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126d4-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126d7-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126d9-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126dc-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126de-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126e1-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126e3-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126e6-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d4e1eef-e756-4da1-8593-5e6665b126e8-f17c0e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d33138ba-baee-fa21-c66f-5a58b5222018-f17c0e50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_8c4912cb-c22b-e802-de9b-7c39abff5514-abff5508 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8c4912cb-c22b-e802-de9b-7c39abff551a-abff5508 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8c4912cb-c22b-e802-de9b-7c39abff5535-abff5508 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5316aff0-1bf2-889d-ffd2-19cd4446a22a-a93c2ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37dee0e7-4218-55c3-ebc5-b45fa93c2ad7-a93c2ac7 {
  align-self: center;
}

#w-node-a4311313-663f-557f-5606-23b17721282a-a93c2ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4311313-663f-557f-5606-23b17721282e-a93c2ac7 {
  align-self: center;
}

#w-node-_37dee0e7-4218-55c3-ebc5-b45fa93c2ae7-a93c2ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37dee0e7-4218-55c3-ebc5-b45fa93c2aeb-a93c2ac7, #w-node-_37dee0e7-4218-55c3-ebc5-b45fa93c2af4-a93c2ac7 {
  align-self: center;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-a5b8a426 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-a5b8a426 {
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-a5b8a426 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-a5b8a426 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-a5b8a426 {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb49-a5b8a426 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: center start;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821ea4-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821ea6-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821ea9-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eab-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eae-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eb0-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eb3-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eb5-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eb8-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d76b5e1-bf72-44f5-5d6d-2365eb821eba-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d46-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d48-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d4b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d4d-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d50-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d52-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d55-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d57-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d5a-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d5c-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d5f-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d61-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d64-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d66-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d69-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e2a9875-18fd-b175-c779-c6c331088d6b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bae573c-a98d-92a7-80da-aa909be9c5ae-a5b8a426 {
  place-self: center start;
}

#w-node-_4bae573c-a98d-92a7-80da-aa909be9c5af-a5b8a426 {
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34e92-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34e94-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34e97-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34e99-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34e9c-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34e9e-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34ea1-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34ea3-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34ea6-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34ea8-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34eab-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34ead-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34eb0-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34eb2-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34eb5-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34eb7-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34eba-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2d28958-c398-2daa-80c5-e0641fd34ebc-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc8e4c08-0c26-d2f3-a703-9cdd6fcccc5f-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fc8e4c08-0c26-d2f3-a703-9cdd6fcccc61-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a512c9c-2eb1-cfb8-db73-160eea2113ea-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a512c9c-2eb1-cfb8-db73-160eea2113ec-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e878037-d6ef-7d27-4795-f07ab8a84c3d-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8e878037-d6ef-7d27-4795-f07ab8a84c3f-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7cdad059-b251-76e4-e90a-176ed6d10f0e-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7cdad059-b251-76e4-e90a-176ed6d10f10-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd040ba6-0851-19eb-7a85-27055aa7e72b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd040ba6-0851-19eb-7a85-27055aa7e72d-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b02be1e5-2349-d50d-1e10-656c6e37c5d0-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b02be1e5-2349-d50d-1e10-656c6e37c5d2-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48b331c0-77cb-a741-9140-4130e61bfdea-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_48b331c0-77cb-a741-9140-4130e61bfdec-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62321a0d-d7d4-3b98-ce44-d8ce26ff787b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62321a0d-d7d4-3b98-ce44-d8ce26ff787d-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ffd9266-1aa9-329e-5504-9ebb4c2f003a-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3ffd9266-1aa9-329e-5504-9ebb4c2f003c-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_36f5e813-ffc9-d41a-e6e4-3cea929e1179-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_36f5e813-ffc9-d41a-e6e4-3cea929e117b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ce860508-2f6a-1714-5ceb-beb36aba7625-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce860508-2f6a-1714-5ceb-beb36aba7627-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0493ad3c-bdc6-2d63-d891-1d75a526f059-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0493ad3c-bdc6-2d63-d891-1d75a526f05b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b8308f14-2bb5-feba-6726-931c7e66036b-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b8308f14-2bb5-feba-6726-931c7e66036d-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_98a1e349-7c7d-3293-47ea-9ede232cb637-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_98a1e349-7c7d-3293-47ea-9ede232cb639-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67ef5e83-9dd3-c1c0-9699-60e67f196ac8-a5b8a426, #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-a5b8a426 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-a5b8a426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-821cae68 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-821cae68 {
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-821cae68 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_73eb8db2-fc66-acd2-89ae-1774ef850d95-821cae68, #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-821cae68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-821cae68 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-821cae68 {
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d5-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d7-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176da-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176dc-821cae68, #w-node-a190fead-464f-6507-0d9a-53ab7bc176e1-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e4-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e6-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb49-821cae68 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb4a-821cae68 {
  align-self: center;
}

#w-node-_430122e7-0912-bfc1-c936-a4995d79b58f-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430122e7-0912-bfc1-c936-a4995d79b591-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_430122e7-0912-bfc1-c936-a4995d79b594-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430122e7-0912-bfc1-c936-a4995d79b596-821cae68, #w-node-_430122e7-0912-bfc1-c936-a4995d79b59b-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_430122e7-0912-bfc1-c936-a4995d79b59e-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430122e7-0912-bfc1-c936-a4995d79b5a0-821cae68, #w-node-dc0ae0d2-f044-d205-1a29-f24f9b3c29c4-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_76310151-715f-1b5b-2a0e-fcf620fc54c9-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_76310151-715f-1b5b-2a0e-fcf620fc54cb-821cae68, #w-node-_414b8b95-e3de-415b-41f1-a34aeac8b489-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4cc6f3f8-8068-c6cd-1dcd-502eb334df59-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4cc6f3f8-8068-c6cd-1dcd-502eb334df5b-821cae68, #w-node-_9044a445-0a12-9d11-5efb-e0a33dcc77bd-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_44cda2d5-2a4e-3dc6-10e3-b858baeedc70-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_44cda2d5-2a4e-3dc6-10e3-b858baeedc72-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072a95-821cae68 {
  place-self: center start;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072a96-821cae68 {
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072a9c-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072a9e-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072af1-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072af3-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072af6-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072af8-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072afb-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072afd-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072b00-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072b02-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072b05-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072b07-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072b0a-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd8605f-a1ff-fc74-c428-32f369072b0c-821cae68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-6e028935 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-6e028935 {
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-6e028935 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8808de96-d4a8-52cd-399f-78ccd8ec8c23-6e028935, #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-6e028935 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-6e028935 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-6e028935 {
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d5-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d7-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176da-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176dc-6e028935, #w-node-a190fead-464f-6507-0d9a-53ab7bc176e1-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e4-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e6-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e9-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176eb-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176ee-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176f0-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_809c5dfc-ad2a-6ed6-b703-b9444394879d-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_809c5dfc-ad2a-6ed6-b703-b9444394879f-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_809c5dfc-ad2a-6ed6-b703-b944439487a2-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_809c5dfc-ad2a-6ed6-b703-b944439487a4-6e028935, #w-node-_809c5dfc-ad2a-6ed6-b703-b944439487a9-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb88559-6e028935 {
  place-self: center start;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb8855a-6e028935 {
  align-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb88560-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb88562-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb88565-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb88567-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb8856a-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb8856c-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb8856f-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_290730ae-e0ab-6939-1342-0adb9eb88571-6e028935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-b5d209b9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-b5d209b9 {
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-b5d209b9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-b5d209b9 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-b5d209b9 {
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d4-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d5-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d7-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176da-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176dc-b5d209b9, #w-node-a190fead-464f-6507-0d9a-53ab7bc176e1-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e4-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e6-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb49-b5d209b9 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb4a-b5d209b9 {
  align-self: center;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a11582-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a11583-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a11585-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a11588-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a1158a-b5d209b9, #w-node-d1a7590e-5084-dde5-e157-0b70b6a1158f-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a11592-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1a7590e-5084-dde5-e157-0b70b6a11594-b5d209b9, #w-node-_05a3f88e-10eb-84dc-bceb-7630eb63234c-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d811c30-d3ba-a5e2-2a73-ce151ef0a934-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2d811c30-d3ba-a5e2-2a73-ce151ef0a936-b5d209b9, #w-node-_59d1de09-ee77-5c8d-2bb2-8ce41871047a-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4355bcd-9d09-3a0d-169e-c4c06382c3e7-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e4355bcd-9d09-3a0d-169e-c4c06382c3e9-b5d209b9, #w-node-f7942a51-ff09-0d59-3a55-40f6994607d9-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9d8bd690-a236-470b-758f-fb07371b04e8-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d8bd690-a236-470b-758f-fb07371b04ea-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_74a50ad2-1253-9217-a55c-bbc527d805e1-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_74a50ad2-1253-9217-a55c-bbc527d805e3-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_88f139e8-2934-a944-c272-99cf1b57f4f3-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88f139e8-2934-a944-c272-99cf1b57f4f5-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55dea953-34fe-f155-49d6-2f735e1c7c4b-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_55dea953-34fe-f155-49d6-2f735e1c7c4d-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aaf24156-4d30-2f9f-d0ef-174d8ff80d02-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aaf24156-4d30-2f9f-d0ef-174d8ff80d04-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31b953fc-f925-566a-bce2-83df6277776c-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_31b953fc-f925-566a-bce2-83df6277776e-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5916c5ba-1913-f5f9-c3f4-5f2ac25caff4-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5916c5ba-1913-f5f9-c3f4-5f2ac25caff6-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_744aaeb3-e63f-371e-e6d4-4981b32ffd63-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_744aaeb3-e63f-371e-e6d4-4981b32ffd65-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a906953a-47e5-d2b0-a31e-02cf94cbbb73-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a906953a-47e5-d2b0-a31e-02cf94cbbb75-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc733d96-8b1e-2dec-3c61-51a0449bec36-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fc733d96-8b1e-2dec-3c61-51a0449bec38-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_15069fd8-129b-ca03-3c7f-37c3446662d4-b5d209b9, #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-b5d209b9, #w-node-c0a4b408-1f92-a023-4af7-32553014852e-b5d209b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0a4b408-1f92-a023-4af7-325530148530-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-325530148532-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-325530148535-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-325530148537-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-32553014853a-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-32553014853c-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-32553014853f-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c0a4b408-1f92-a023-4af7-325530148541-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9e24ca50-08a5-834a-3156-9ade254586d0-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9e24ca50-08a5-834a-3156-9ade254586d2-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d41e1d01-dcd6-edd4-8c84-b09c70cb0f1f-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d41e1d01-dcd6-edd4-8c84-b09c70cb0f21-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_68c493f5-a76d-3886-22e4-17a87f3665ff-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_68c493f5-a76d-3886-22e4-17a87f366601-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_730413d1-b39e-623c-4228-851fe5f908c5-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_730413d1-b39e-623c-4228-851fe5f908c7-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5f83e297-697a-9fc8-a868-da09b6a28968-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5f83e297-697a-9fc8-a868-da09b6a2896a-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e98e1d00-4944-f150-3b30-95446022bc2b-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e98e1d00-4944-f150-3b30-95446022bc2d-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0ab55ff8-e7e5-168e-132f-6992aff62cf9-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0ab55ff8-e7e5-168e-132f-6992aff62cfb-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9400c528-9e00-b93f-8bb8-f16212ae1cbd-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9400c528-9e00-b93f-8bb8-f16212ae1cbf-b5d209b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-b5d209b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_5a8053a5-10e4-02da-339b-da000d590e36-b5d209b9, #w-node-_5a8053a5-10e4-02da-339b-da000d590e3e-b5d209b9, #w-node-_5a8053a5-10e4-02da-339b-da000d590e5b-b5d209b9, #w-node-_2231af4a-75de-1a72-0811-4e0acd3a62e0-b5d209b9, #w-node-_863f4aad-f99a-2b72-1f6c-e536f3b42ec4-b5d209b9 {
  place-self: auto;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-2ef1a68c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-2ef1a68c {
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-2ef1a68c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-2ef1a68c {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-2ef1a68c {
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d5-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176d7-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176da-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176dc-2ef1a68c, #w-node-a190fead-464f-6507-0d9a-53ab7bc176e1-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e4-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e6-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176e9-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176eb-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176ee-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176f0-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176f3-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a190fead-464f-6507-0d9a-53ab7bc176f5-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8d0-2ef1a68c {
  place-self: center start;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8d1-2ef1a68c {
  align-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8d7-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8d9-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8dc-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8de-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8e1-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8e3-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8e6-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53e0e0c0-5a6a-bdb9-7f22-c02abd4fc8e8-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7b83fffb-90fd-3396-e276-66fda927791c-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b83fffb-90fd-3396-e276-66fda927791e-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2754078f-a52f-6a45-1f67-bd0decdbbced-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2754078f-a52f-6a45-1f67-bd0decdbbcef-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3200c9d5-8e87-0a61-ccfa-8969a3bd1c81-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3200c9d5-8e87-0a61-ccfa-8969a3bd1c83-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_572a78d0-465d-a333-046d-db72540c9306-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_572a78d0-465d-a333-046d-db72540c9308-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f13bd1ce-c6e8-8679-f3e8-ad15e5889b84-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f13bd1ce-c6e8-8679-f3e8-ad15e5889b86-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3dd58c79-aa5d-8b42-30c6-928b478a04f1-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3dd58c79-aa5d-8b42-30c6-928b478a04f3-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7223565-b0f3-7d53-1b6a-5d51dec0b512-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b7223565-b0f3-7d53-1b6a-5d51dec0b514-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e7c411cb-47b5-3207-c655-effac51cb1b8-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7c411cb-47b5-3207-c655-effac51cb1b9-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e7c411cb-47b5-3207-c655-effac51cb1bb-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cea0a2ef-ec62-215a-3238-fec42a71bbc5-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cea0a2ef-ec62-215a-3238-fec42a71bbc7-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_370c2efc-bddb-56e6-df88-b8925e6372c1-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_370c2efc-bddb-56e6-df88-b8925e6372c3-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e6be8bd-bea3-6948-095a-cc2764faf64a-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4e6be8bd-bea3-6948-095a-cc2764faf64c-2ef1a68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bfca491d-b0d7-e556-38ff-e64c2feac222-46b33419, #w-node-_5a79a0ea-d08c-2717-4a71-ae2bdb7944ec-46b33419, #w-node-d22f3706-c8d6-2e16-8229-93874b5cf2c9-46b33419, #w-node-_2e34de64-a967-23a8-1f67-6cc2f4556472-46b33419, #w-node-_732407fb-6746-6b16-b2e9-819bee87de8a-46b33419, #w-node-ebea7303-0f59-727f-dd62-42632ce7aca8-46b33419, #w-node-_8caa773b-1b2e-74c5-2369-8343826b661e-46b33419, #w-node-_3fcd8b8f-e654-9f66-2af2-7d16e7158011-46b33419, #w-node-d29b774b-6c41-ff67-3853-f15da749bf1a-46b33419, #w-node-_5f79d202-a0ee-e980-64f4-dc87cf0837b8-46b33419, #w-node-_85a14948-d376-f206-ab95-ba8abe6737eb-46b33419, #w-node-_33e8f627-235b-ae09-9191-66d43c1df635-46b33419, #w-node-b70d2201-2a74-8216-00f2-aa11328bfc78-46b33419, #w-node-_4774ace4-0b08-d9ab-93f2-7ee06fa2a235-46b33419, #w-node-d15a7b87-6c59-9964-2c73-4e76a1a53579-46b33419, #w-node-_7221c3e6-5036-0222-f551-f5246d7dfffe-46b33419, #w-node-_2dbecf58-6653-3d59-9710-c3cc4204d218-46b33419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-393ad7e9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-393ad7e9 {
  align-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa720345e-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa7203460-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa7203463-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa720346a-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c456c730-fa21-3e75-68b6-3f0bdcaaf96b-393ad7e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-c456c730-fa21-3e75-68b6-3f0bdcaaf96c-393ad7e9 {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-393ad7e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-393ad7e9 {
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b316-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b318-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b31b-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b31d-393ad7e9, #w-node-_38e21562-54e9-a28c-604e-219e6ca6b322-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b325-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b327-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b32a-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b32c-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b32f-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b331-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b334-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b336-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b339-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b33b-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b33e-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b340-393ad7e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bf55ef03-9676-a33e-45a0-9f75ed110457-cd402cdd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-cd402cdd {
  align-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa720345e-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa7203460-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa7203463-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fefb230e-b671-c82a-a03c-3d8fa7203465-cd402cdd, #w-node-fefb230e-b671-c82a-a03c-3d8fa720346a-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c456c730-fa21-3e75-68b6-3f0bdcaaf96b-cd402cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-c456c730-fa21-3e75-68b6-3f0bdcaaf96c-cd402cdd {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-cd402cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-cd402cdd {
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b316-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b318-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b31b-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b31d-cd402cdd, #w-node-_38e21562-54e9-a28c-604e-219e6ca6b322-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b325-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b327-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b32a-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b32c-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b32f-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b331-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b334-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b336-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b339-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b33b-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b33e-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38e21562-54e9-a28c-604e-219e6ca6b340-cd402cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b831a2fa-ce51-7c26-9c5a-41ea11dd167d-1189d1e7, #w-node-e8d5edfd-5e93-9e43-591e-a7fb3ba48cd1-1189d1e7, #w-node-b75fb804-45eb-cf9e-2f21-b0fcac2bf47a-1189d1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-f17c0e50 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-f17c0e50 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-f17c0e50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-f17c0e50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_8c4912cb-c22b-e802-de9b-7c39abff5514-abff5508 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8c4912cb-c22b-e802-de9b-7c39abff551a-abff5508, #w-node-_8c4912cb-c22b-e802-de9b-7c39abff5535-abff5508 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8c4912cb-c22b-e802-de9b-7c39abff5546-abff5508 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9305-3e7a9303 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9307-3e7a9303 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9322-3e7a9303 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-a5b8a426 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-a5b8a426 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-a5b8a426 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-a5b8a426 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-a5b8a426 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-821cae68 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-821cae68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-821cae68 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-821cae68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-821cae68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-6e028935 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-6e028935 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-6e028935 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-6e028935 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-6e028935 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-b5d209b9 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-b5d209b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-b5d209b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-b5d209b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-b5d209b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-2ef1a68c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-2ef1a68c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-2ef1a68c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-393ad7e9 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-393ad7e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-cd402cdd {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ab605c3c-d1f1-a4d5-385c-ffeb7dda9235-cd402cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b43b634f-9eb3-eb09-2b25-e15335ef098e-f17c0e50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37dee0e7-4218-55c3-ebc5-b45fa93c2ae7-a93c2ac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_37dee0e7-4218-55c3-ebc5-b45fa93c2af0-a93c2ac7, #w-node-b8768350-5d1f-261a-9450-5e483e7a9305-3e7a9303 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9307-3e7a9303 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9322-3e7a9303 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d33138ba-baee-fa21-c66f-5a58b5222018-f17c0e50 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center start;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9305-3e7a9303 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9307-3e7a9303 {
    grid-row: 3 / 4;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9322-3e7a9303 {
    grid-row: 2 / 3;
    align-self: start;
  }

  #w-node-b43b634f-9eb3-eb09-2b25-e15335ef098e-cd402cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayExtralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplaySemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}