@font-face {
  font-family: Ttoctosquares;
  src: url('../fonts/TTOctosquares-Black.ttf') format("truetype"), url('../fonts/TTOctosquares-Black.otf') format("opentype"), url('../fonts/TTOctosquares-BlackIt.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttoctosquares;
  src: url('../fonts/TTOctosquares-Bold.ttf') format("truetype"), url('../fonts/TTOctosquares-BoldIt.ttf') format("truetype"), url('../fonts/TTOctosquares-Bold.otf') format("opentype"), url('../fonts/TTOctosquares-BoldIt.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttoctosquarescomp;
  src: url('../fonts/TTOctosquaresComp-Black.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-BlackIt.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-Black.otf') format("opentype"), url('../fonts/TTOctosquaresComp-BlackIt.otf') format("opentype"), url('../fonts/TTOctosquaresComp-BlackIt.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttoctosquarescomp;
  src: url('../fonts/TTOctosquaresComp-Bold.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-BoldIt.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-DBoldIt.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-DBold.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-BoldIt.otf') format("opentype"), url('../fonts/TTOctosquaresComp-Bold.otf') format("opentype"), url('../fonts/TTOctosquaresComp-DBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttoctosquarescomp;
  src: url('../fonts/TTOctosquaresComp-Italic.ttf') format("truetype"), url('../fonts/TTOctosquaresComp-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-regular {
  background-image: url('../images/Untitled-design-1.svg'), linear-gradient(#00000080 100%, #fff), url('../images/Untitled-design-37.png');
  background-position: 20%, 0 0, 50%;
  background-size: cover, auto, cover;
  padding: 143px 0% 160px;
  position: relative;
}

.logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.header-image {
  border-radius: 24px;
  overflow: hidden;
}

.overline-regular {
  color: #fff;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.icon-regular {
  color: #aa1f1e;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular.newicon {
  width: 30px;
  height: 30px;
}

.image-cover {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.paragraph-x-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed {
  display: none;
}

.header-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

.button-secondary:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.logo-carousel-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #913b8b;
}

.display-heading {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.header-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  margin-bottom: 64px;
  margin-left: 5%;
  margin-right: 5%;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.logo-icon-wrapper {
  color: #9ca3b0;
  transition: color .3s;
}

.logo-icon-wrapper:hover {
  color: #384252;
}

.logo-carousel-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-carousel-gradient.right {
  background-image: linear-gradient(90deg, #fff0, #000);
  inset: 0% 0% 0% auto;
}

.image {
  height: 100%;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.badge-icon {
  color: #6173e5;
}

.content-feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-items: center;
}

.h5-heading {
  color: #000;
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.paragraph-large-2.text-weight-medium {
  color: #000;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.section-regular-2 {
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  padding: 80px 0% 0;
  position: relative;
}

.section-regular-2.newsec1 {
  padding-bottom: 10px;
}

.section-regular-2.nesec2 {
  display: none;
}

.section-regular-2.nesec2.nke11 {
  padding-bottom: 80px;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.content-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-image-b {
  border-radius: 8px;
  height: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}

.content-card-b {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 486px;
  padding: 32px;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.content-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 40px;
}

.h2-heading.newheading {
  font-size: 51px;
}

.cta-feature-card-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f3f3f3;
  border: 1px #eaedf0;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.body {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  font-size: 38px;
  line-height: 40px;
}

.bold-text.newbldtext {
  font-size: 35px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 0%;
  display: flex;
}

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

.div-block-3 {
  background-color: #cc0f0f;
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-block-3.newdiv {
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 1%;
  margin-bottom: 1%;
  display: flex;
}

.netext {
  color: #fff;
  width: auto;
}

.bold-text-2 {
  font-size: 26px;
}

.slide-nav-hidden {
  display: none;
}

.social-link {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.team-socials {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 24px;
}

.section-regular-3 {
  background-color: #f3f3f3;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50%;
  background-size: cover;
  padding: 80px 5%;
  position: relative;
}

.section-regular-3.background-white {
  background-color: #fff;
}

.section-regular-3.background-gray-50 {
  background-color: #f5f5f6;
}

.team-slider-mask {
  width: 384px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-inner {
  background-color: #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small {
  z-index: 1;
  color: #000;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.paragraph-small.text-color-tertiary {
  color: #000;
}

.paragraph-small.text-color-gray-600, .text-color-tertiary {
  color: #59595f;
}

.team-slider {
  background-color: #0000;
  height: 100%;
  margin-left: -5vw;
  margin-right: -5vw;
  overflow: hidden;
}

.team-slider-trigger {
  background-image: none;
  width: 38%;
  transition: opacity .3s;
  inset: 0% 0% 0% auto;
}

.team-slider-trigger:hover {
  opacity: .5;
}

.team-slider-trigger.left {
  inset: 0% auto 0% 0%;
}

.team-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#f5f5f600 50%, #f5f5f6bd 70%, #ffffffeb 80%);
  position: absolute;
  inset: 0%;
}

.paragraph-large-3 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-tertiary {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.team-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.team-slide-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.overline-regular-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.team-caption-button {
  flex-flow: column;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.team-caption {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.team-slide {
  border-radius: 0;
  margin-bottom: 19px;
  margin-right: 32px;
}

.subheading-large {
  color: #000;
  letter-spacing: -.16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #cc0f0f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.column {
  flex-flow: column;
  display: flex;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 2px 5px #0003;
}

.contact-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #252527;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50% 100%;
  background-size: cover;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.contact-card:hover {
  background-color: #f5f5f6;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.outline-wrapper {
  border-bottom: 1px #e6e6e7;
  border-right: 1px #e6e6e7;
}

.contact-map-large {
  border-top: 1px #e6e6e7;
  border-left: 1px #d0d0d2;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.icon {
  color: #aa1f1e;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.subheading-regular {
  color: #000;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.subheading-regular.text-color-gray-950 {
  color: #252527;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.card-white {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.h2-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-link-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
}

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

.contact-map {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.container-large-3 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  transition: background-color .3s;
  display: flex;
}

.feature-card:hover {
  background-color: #f5f5f6;
}

.feature-grid-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h2-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-inner-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.container-large-4 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-social-links {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.social-link-small {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 2px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.team-overlay-2 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#f5f5f600 50%, #f5f5f6cc 70%, #f5f5f6 80%);
  position: absolute;
  inset: 0%;
}

.team-card {
  border-bottom: 1px solid #e6e6e7;
  border-left: .5px solid #e6e6e7;
  border-right: .5px solid #e6e6e7;
  position: relative;
}

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

.text-color-orange-500 {
  color: #ff5805;
}

.team-detail {
  z-index: 3;
  position: absolute;
  inset: auto auto 16px 20px;
}

.column-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.social-link-inner-small {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-wrapper-2 {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.h2-heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  height: auto;
  padding: 8px;
  display: flex;
}

.container-large-5 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-image {
  aspect-ratio: 3.52 / 2.4;
  object-fit: cover;
  border: .5px #e6e6e7;
  border-radius: 12px;
  overflow: hidden;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-small.text-color-gray-600 {
  color: #fff;
  margin-bottom: 0;
}

.overline-small.text-color-gray-600.newtxt1 {
  color: #fff;
}

.overline-small.text-color-gray-600 {
  color: #aa1f1e;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.title-center-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-card-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.blog-card-outline:hover {
  background-color: #fff;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-2.text-clamp {
  color: #000;
}

.button-secondary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-wrapper.btnwrapper1 {
  margin-top: 20px;
}

.button-wrapper.btnwrapper1.newwrap1 {
  justify-content: flex-end;
  align-items: center;
}

.button-2 {
  color: #fff;
  letter-spacing: normal;
  transform-style: preserve-3d;
  background-color: #cc0f0f;
  border-radius: 4px;
  margin-right: 10px;
  padding: 1em 2.5em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button-2:hover {
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 11px 40px -8px #fb6f4e6e;
}

.button-2:active {
  transform: translate(0);
}

.button-2.w--current {
  background-image: linear-gradient(118deg, #ec1d25, #141414);
}

._138-mouse-down {
  width: 80px;
  height: 80px;
  margin-left: -15px;
  position: relative;
}

.newsletter-form {
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  display: flex;
}

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

.submit-button {
  background-color: #d60f2b;
  background-image: url('../images/icon-send-newsletter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0 3px 3px 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: inline-block;
}

.hero-subheading {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 29px;
}

.header-small-text {
  color: #ffffffbf;
  letter-spacing: 6px;
  text-indent: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.button-colored {
  text-align: center;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-transform: uppercase;
  background-color: #d60f2b;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.button-colored:hover {
  background-color: #fe415b;
}

.footer-social-button {
  background-color: #03192780;
  border: 1px solid #ffffff1a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  transition: border-color .2s;
  display: flex;
}

.footer-social-button:hover {
  border-color: #fff;
}

.newsleter-block {
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  box-shadow: 0 0 20px #0000000d;
}

.display-none {
  display: none;
}

.hero-text-wrapper {
  width: 65%;
  position: static;
}

.nav-divider {
  border-right: 1px dotted #8c8f93;
  width: 1px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-links-column {
  padding-left: 0;
  padding-right: 0;
}

.top-padding {
  margin-top: 40px;
}

.header-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 25px;
  margin-bottom: 60px;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.button-texts {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  min-width: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
}

.divider-light {
  background-color: #ffffff1a;
  flex: 1;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.divider-light.left {
  width: 100%;
  display: none;
}

.b4-bar1 {
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.cal-link {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

.buttons {
  color: #fff;
  background-color: #aa1f1e;
  border: 1px #bbb;
  border-radius: 6px;
  padding: 15px 50px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.buttons.newbutton {
  box-shadow: none;
  background-color: #d60f2b00;
  border-style: solid;
  border-color: #b61e1e;
}

.buttons.newbtn {
  margin-top: 20px;
}

.hero-header {
  z-index: 0;
  background-image: url('../images/Untitled-design-1.svg'), linear-gradient(#0006 100%, #fff), url('../images/be78d942-970a-42ff-9764-ca65d6230ff8.jpg');
  background-position: 30%, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 575px;
  min-height: 75vh;
  padding: 150px 40px 50px;
  display: flex;
}

.link-text {
  color: #fff;
  font-size: 14px;
}

.b4-bar-2 {
  background-color: #fff;
  border-radius: 2px;
  width: 32px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.burger-4 {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.navbar-2 {
  z-index: 800;
  background-color: #03192700;
  height: 100px;
  padding-top: 30px;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.newsletter-column {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  flex: 1;
  padding-top: 13px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

.button-filler {
  background-color: #1f1b1b;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block-9 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.b4-bar3 {
  float: right;
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

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

.nav-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-logo {
  height: 40px;
}

.link-text-hov {
  color: #fff;
}

.button-outline {
  text-align: center;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 700;
  transition: border-color .2s;
  display: flex;
}

.button-outline:hover {
  border-color: #fff;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.header-social {
  width: 100%;
  position: static;
  inset: auto 0% 0%;
}

.hero-social-links {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-brand {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.hero-content {
  text-align: center;
  max-width: 1190px;
  padding-top: 0;
  position: relative;
}

.email-field {
  color: #fff;
  background-color: #03192780;
  border: 1px solid #ffffff1a;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
  height: 50px;
  margin-bottom: 0;
  display: inline-block;
}

.email-field::placeholder {
  color: #ffffff80;
}

.nav-link {
  color: #8c8f93;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.wrap-h-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 35px;
  display: flex;
}

.wrap-v-small-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.wrap-v-small-6.align-v-center {
  justify-content: flex-start;
  align-items: center;
}

.icon-regular-14 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.content-feature-line {
  background-color: #d4d4d4;
  flex: 1;
  width: 1px;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-4.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-regular-15 {
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.ths07-hero-slide-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.ths07-hero-slide-image-overlay {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.ths07-social-icon {
  width: 20px;
}

.ths07-hero-slide-content-block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 834px;
  padding-top: 515px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ths07-slide-number-total {
  color: #555;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  inset: -10px -60px auto auto;
}

.ths07-cta-link-icon-wrapper {
  background-color: #ebebeb33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: -15px;
  display: flex;
  position: absolute;
  inset: auto -65px auto auto;
}

.ths07-navigation-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths07-menu-icon-wrapper {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.ths07-cta-link-text {
  z-index: 1;
  position: relative;
}

.ths07-nav-link {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.ths07-nav-link:hover {
  color: #fff;
}

.ths07-stats-title {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.ths07-heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.ths07-divider-black {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-left: 0;
  margin-right: 25px;
}

.ths07-divider-black.newdivider {
  justify-content: center;
  align-items: center;
  width: 600px;
  min-width: auto;
  margin: 10px 5% 0;
  display: block;
  position: relative;
}

.ths07-divider-black.newdiv1 {
  color: #000;
  background-color: #000;
}

.ths07-divider-black.nkl2 {
  background-color: #000;
}

.ths07-hero-slide-stats-wrapper {
  z-index: 8;
  background-color: #efefef;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  height: 400px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths07-slide-number-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.ths07-hero-slide-title {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ths07-hero-slide-title.newsub, .ths07-hero-slide-title.newittle.newl1, .ths07-hero-slide-title.newsidetlte {
  color: #000;
}

.ths07-images-lighbox {
  color: #e5e5e5;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 2px solid #e5e5e5b3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 90px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: relative;
}

.ths07-images-lighbox:hover {
  background-color: #efefef33;
  border-color: #0000;
}

.ths07-cta-link {
  color: #e5e5e5;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths07-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 110vh;
}

.ths07-content-bg-circle {
  z-index: -1;
  opacity: .08;
  background-image: linear-gradient(#e93d3c, #041c35);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -50px -50px auto auto;
}

.ths07-content-bg-circle.ths07-bottom {
  inset: auto auto -50px -50px;
}

.ths07-hero-slide-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.ths07-hero-slide-title-wrapper.newflex {
  flex-flow: column;
}

.ths07-hero-slide-title-wrapper.newsubtitle {
  margin-bottom: 0;
}

.ths07-hero-slide-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 834px;
  display: flex;
  position: relative;
}

.ths07-hero-slide-content-block.ths07-absolute {
  align-items: flex-end;
  padding-top: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ths07-slide-number-wrapper {
  margin-top: 30px;
  position: relative;
}

.ths07-slide-number-title {
  color: #333;
  border-bottom: 2px solid #0000001a;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ths07-hero-slider-nav {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0% 2%;
}

.ths07-video-lightbox-icon {
  width: 66px;
  position: relative;
}

.ths07-slide-number {
  color: #333;
  letter-spacing: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.ths07-slide-bg-blocks-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.ths07-hero-slide-paragraph {
  color: #e5e5e5;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 570px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

.ths07-search-close-icon {
  opacity: .65;
  cursor: pointer;
  width: 30px;
  position: absolute;
  inset: 50px 50px auto auto;
}

.ths07-video-lightbox-thumbnail {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ths07-slide-numbering {
  z-index: 8;
  background-color: #efefef;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  height: 200px;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths07-search {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 350px;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: -350px 0% auto;
}

.ths07-nav-link-hover-dor {
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 28px auto 0%;
}

.ths07-preloader-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ths07-brand {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.ths07-heading-h1 {
  z-index: 9;
  color: #e5e5e5;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.ths07-heading-h1.newh1 {
  max-width: 600px;
}

.ths07-preloader-logo {
  width: 100px;
  margin-bottom: 40px;
}

.ths07-hero-slide-content-wrapper {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ths07-images-lightox-tooltip {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -65px 0% auto;
}

.ths07-stats-icon-bar {
  background-color: #00000080;
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.ths07-stats-icon-bar.ths07-small {
  width: 12px;
}

.ths07-preloader-heading {
  z-index: 9;
  color: #e5e5e5;
  letter-spacing: -3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.ths07-preloader-heading.ths07-bold {
  font-weight: 500;
}

.ths07-hero-slider-arrow-icon {
  width: 100px;
  margin-left: 20px;
}

.ths07-hero-slider-arrow-icon.ths07-rotated {
  margin-left: 0;
  margin-right: 20px;
  transform: rotate(-180deg);
}

.ths07-cta-links-wrapper {
  align-items: center;
  margin-top: 40px;
  padding-left: 10px;
  display: flex;
}

.ths07-preloader-title {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ths07-video-lighbox {
  z-index: 8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 400px;
  height: 200px;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths07-heading-h3-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 20px;
  display: flex;
}

.ths07-menu-icon {
  width: 30px;
}

.ths07-page-wrapper {
  background-color: #111;
  position: relative;
  overflow: hidden;
}

.ths07-cta-link-icon {
  width: 25px;
  margin-top: -1px;
}

.ths07-hero-slide-more-content {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.ths07-preloader-bg-video {
  z-index: 9;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
}

.ths07-images-lighbox-icon {
  opacity: .9;
  width: 25px;
}

.ths07-social-share-wrapper {
  z-index: 8;
  color: #333;
  background-color: #efefef;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.ths07-preloader-bg-video-overlay {
  opacity: .9;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0f2027, #203a43 50%, #2c5364);
  position: absolute;
  inset: 0%;
}

.ths07-bg-line-block {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

.ths07-hero-slider-arrow {
  z-index: 5;
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  transition: opacity .2s ease-in-out;
  display: flex;
  inset: auto auto 8% 0%;
}

.ths07-hero-slider-arrow:hover {
  opacity: .8;
}

.ths07-hero-slider-arrow.ths07-right-arrow {
  justify-content: flex-end;
  inset: auto 0% 8% auto;
}

.ths07-content-overlay {
  z-index: 1;
  background-color: #efefef;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.ths07-search-input {
  color: #333;
  letter-spacing: -1px;
  background-color: #0000;
  border: 1px #000;
  height: 100px;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 70px;
  font-weight: 200;
}

.ths07-search-input::placeholder {
  color: #3333;
}

.ths07-social-link {
  opacity: .8;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.ths07-social-link:hover {
  opacity: 1;
}

.ths07-menu-close-icon {
  width: 25px;
  position: absolute;
}

.ths07-stats-paragraph {
  color: #555;
  border-bottom: 2px solid #0000001a;
  margin-top: 5px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.ths07-stats-paragraph.ths07-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ths07-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths07-stats-icon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-right: 15px;
  display: flex;
}

.ths07-search-icon {
  cursor: pointer;
  background-color: #e5e5e5;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  transition: background-color .2s ease-in-out;
}

.ths07-search-icon:hover {
  background-color: #fff;
}

.ths07-hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  position: relative;
  overflow: hidden;
}

.ths07-logo {
  width: 250px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.ths07-search-button {
  display: none;
}

.ths07-hero-slide {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design-54-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.ths07-hero-slide.header2 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design-50-1.png');
}

.ths07-hero-slide.header3 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
}

.text-block {
  font-weight: 500;
}

.lightbox-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-37 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.text-block-37.newblock {
  color: #000;
  font-weight: 700;
}

.header-image-wrapper {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-logos-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

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

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.paragraph-small-2 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.header-logo-caption {
  max-width: 190px;
}

.header-wrapper {
  background-color: #f5f5f6;
  position: relative;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.header-content {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.header-section {
  padding: 160px 5% 64px;
  position: relative;
}

.header-logos-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  padding: 8px 24px;
  display: flex;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  padding-bottom: 0;
}

.container-large-12 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-bottom: -78px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.subheading-small-3 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-arrow {
  color: #a3a3a3;
  background-color: #fafafa;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-arrow:hover {
  color: #0a0a0a;
  background-color: #fff;
}

.testimonial-arrow.right {
  left: 56px;
}

.section-regular-5 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-5.bg-brown {
  background-color: #f3f3f3;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.h5-heading-4 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.wrap-v-small-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.team-name-2 {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.team-name-2.newtext1 {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.team-image-square {
  background-image: linear-gradient(#0000, #0d1541cc), url('../images/2023-09-09.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 380px;
  height: 550px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-image-square.newimg3 {
  background-image: linear-gradient(#0000, #0d1541cc), url('../images/Elegant-Beige-and-White-Kitchen-Design.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-image-square.newimg {
  background-image: linear-gradient(#0000, #0d1541cc), url('../images/2023-07-10.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.mask {
  overflow: visible;
}

.slide-2 {
  margin-right: 32px;
  text-decoration: none;
}

.team-role-2 {
  color: #b6bcce;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.hide {
  display: none;
}

.caption-uppercase {
  color: #041541;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.team-cover {
  background-color: #061237cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -297px;
  margin-left: -65px;
  display: block;
  position: absolute;
  inset: 0%;
}

.icon-regular-10 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular-15 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.icon-regular-15.newav11 {
  color: #fff;
}

.label-small {
  font-size: 14px;
  line-height: 20px;
}

.label-small.text-weight-semibold {
  font-weight: 600;
}

.label-small.text-weight-semibold.text-color-black {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.container-large-16 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-card-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h4-heading-3 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.section-large-4 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Untitled-Design-52-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 600px;
  margin-top: -600px;
  padding: 120px 5%;
  position: relative;
}

.content-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #8b8a89;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 1px #f0edea;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-link:hover {
  color: #ff443d;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-8.text-color-gray-800 {
  color: #fff;
  font-size: 18px;
}

.contact-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-links.mewlonks {
  grid-template-columns: 1fr;
  margin-bottom: 133px;
}

.contact-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-10 {
  z-index: 1;
  margin-top: -40px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.paragraph-regular-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-16.newdesc {
  color: #000;
  margin-top: 10px;
}

.paragraph-regular-16.newpara {
  color: #000;
  text-align: left;
}

.cta-button {
  margin-top: 10px;
}

.h3-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading.newheading {
  color: #000;
  text-align: center;
}

.section-large {
  background-image: linear-gradient(#000c, #fff3), url('../images/Untitled-Design-54-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px 5%;
  position: relative;
}

.cta-shape-left {
  pointer-events: none;
  height: 314px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-shape-right {
  pointer-events: none;
  height: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-large-17 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.div-block-11 {
  background-color: #f3f3f3;
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 380px;
  height: 550px;
}

.div-block-11.divblock2 {
  width: 100%;
}

.div-block-11.divblock3 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/8654f2ad-4e36-4b14-b684-44d16042eb12.jpg');
  width: 100%;
}

.div-block-11.divblock1 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/0d1366b5-ffde-45c3-b03d-43ffe1f1c3d5.jpg');
  background-position: 0 0, 100%;
  width: 100%;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 40px;
  display: flex;
}

.image-2 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-2.newimg2.newimg3 {
  transform-style: preserve-3d;
  inset: auto auto 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-2.newimg2.newimg4 {
  position: relative;
  inset: 3% -54% auto auto;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.slide-nav-code {
  display: none;
}

.logo-slider {
  background-color: #0000;
  height: auto;
}

.paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.container-large-18 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.logo-card {
  background-color: #fff0;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  overflow: visible;
}

.logo-slide-navigation {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
  display: flex;
  position: static;
}

.logo-image-large {
  flex: none;
  max-height: 100%;
}

.section-large-5 {
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  padding: 20px 5% 40px;
  position: relative;
}

.logo-arrow {
  display: none;
}

.logo-title-wrapper {
  text-align: center;
  max-width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-image {
  flex: none;
  width: 40px;
  height: 40px;
}

.logo-footer-text {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.h5-heading-5 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.25;
}

.html-embed-2 {
  border-radius: 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.newimg1 {
  filter: invert();
}

.newsletter-field {
  color: #6b7280;
  letter-spacing: -.18px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 114px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s;
}

.newsletter-field:focus {
  border-color: #000;
}

.footer-icon-button {
  color: #030711;
  background-color: #aa1f1e;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button:hover {
  background-color: #aa1f1e;
  transform: translate(3px, -3px);
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-x-small-2.text-color-gray-500 {
  color: #fff;
  font-size: 14px;
}

.section-footer {
  background-color: #161616;
  padding: 80px 3% 20px;
  position: relative;
}

.footer-logo {
  width: auto;
  height: auto;
}

.footer-legal-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.container-large-19 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.column-small-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.legal-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.icon-regular-16 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-16.icon1 {
  color: #aa1f1e;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-review-divider {
  background-color: #e5e7eb;
  border-radius: 2px;
  width: 2px;
  height: 12px;
}

.footer-text-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #aa1f1e;
}

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

.form-success-message {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.newsletter-submit {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.18px;
  background-color: #030711;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: absolute;
  inset: 4px 4px 4px auto;
}

.newsletter-submit.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  width: 100%;
  max-width: 820px;
}

.column-regular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.star-cover {
  background-color: #fff;
  width: 25%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-error-message {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.relative {
  position: relative;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-main {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.subheading-regular-2 {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-regular-2.text-color-gray-500 {
  color: #fff;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
  margin-bottom: 65px;
}

.footer-review {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.footer-company-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 306px;
  display: flex;
}

.footer-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ee9d11;
  flex-direction: row;
  display: flex;
}

.paragraph-regular-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-17.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.icon-regular-17 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.subheading-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-2.text-color-brand-purple {
  color: #6153bd;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper-small {
  width: 100%;
  max-width: 160px;
}

.gallery-carousel-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d8dbdf;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  max-width: 364px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 32px;
  display: flex;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.team-cta-image {
  width: 200px;
  height: 80px;
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #000;
}

.team-cta-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px 32px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #ff4b0e;
}

.text-color-brand-orange {
  color: #aa1f1e;
  font-weight: 600;
}

.paragraph-regular-18 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-18.text-color-tertiary {
  color: #000;
  line-height: 26px;
}

.title-wrapper-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-2 {
  text-align: center;
  display: none;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.team-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-regular-6 {
  background-color: #f3f3f3;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 80px 5%;
  position: relative;
}

.gallery-carousel-image {
  aspect-ratio: 3.64 / 5.16;
  border-radius: 16px;
  flex: none;
  max-width: 364px;
  overflow: hidden;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.carousel-horizontal {
  width: 100vw;
  position: relative;
  left: -5%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.paragraph-x-large-2 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.carousel-section {
  overflow: hidden;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.h1-heading-2.text-weight-regular {
  font-weight: 400;
}

.carousel-horizontal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  display: flex;
}

.bold-text-3 {
  color: #000;
}

.icon-regular-18 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-regular-2 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-3.text-color-brand-purple {
  color: #6153bd;
}

.form-input {
  background-color: #fefefe;
  border: 1px #edeef1;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 0;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003;
}

.form-input.text-area {
  min-height: 160px;
}

.h1-heading-3 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.h1-heading-3.newjk1 {
  color: #000;
}

.contact-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.brand-highlight-2 {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-3.column-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #aa1f1e00;
  border-radius: 8px;
  padding: 25px;
}

.contact-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  min-width: 190px;
  text-decoration: none;
  display: flex;
}

.field-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.button-outline-large {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.button-outline-large:hover {
  color: #fff;
  background-color: #ff4b0e;
  border-color: #fff;
}

.paragraph-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-6.text-color-tertiary {
  color: #fff;
}

.paragraph-large-6.text-color-tertiary.newtxt, .paragraph-large-6.text-color-tertiary.newpara {
  color: #000;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-block-2 {
  background-color: #fefefe;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 50px 30px;
  box-shadow: 0 2px 5px #0003;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.column-x-large-2.column-space-between {
  justify-content: space-between;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #aa1f1e;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: #ff4b0e;
  text-decoration: none;
}

.button-link.newlnk {
  margin-top: -20px;
}

.section-regular-7 {
  background-color: #1d1d1d;
  background-image: linear-gradient(#000c, #0000007a 100%, #0003), url('../images/Untitled-Design-51.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 5%;
  position: relative;
}

.cta-card-block {
  background-color: #fff0;
  border-radius: 8px;
  padding: 64px 2% 64px 0%;
}

.button-primary-large {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-large:hover {
  background-color: #ff4b0e;
}

.contact-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

.max-width-x-small {
  width: 100%;
  max-width: 100%;
}

.contact-link-column {
  width: 100%;
}

.h3-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.subheading-regular-3 {
  color: #dedfe3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-color-blue {
  color: #7e8ef1;
}

.contact-text-field {
  color: #000;
  background-color: #fff0;
  border: 1px #22242f;
  border-bottom: 1px solid #aa1f1e;
  border-radius: 0;
  min-height: 54px;
  margin-bottom: 0;
  padding: 20px 24px 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .45s;
}

.contact-text-field:hover {
  transform: translate(4px, -4px);
}

.contact-text-field:active {
  border-color: #333647;
}

.contact-text-field:focus {
  border-color: #45485f;
}

.contact-text-field::placeholder {
  color: #000;
}

.column-x-large-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.contact-link-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message-2 {
  text-align: center;
  background-color: #86c1a0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-feature-title-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-regular-8 {
  background-color: #000;
  padding: 80px 5%;
}

.contact-submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-submit-button:hover {
  background-color: #7e8ef1;
}

.paragraph-small-4 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-header {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-checkbox {
  outline-offset: 0px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  outline: 2px solid #333647;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.contact-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-size: 16px;
}

.contact-field-label {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.column-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contact-checkbox-field {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 8px;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-checkbox-span {
  color: #7e8ef1;
  text-decoration: underline;
}

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.contact-text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #22242f;
  border-bottom: 1px solid #aa1f1e;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  min-height: 100%;
  margin-bottom: 0;
  padding: 20px 24px 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .45s;
  display: block;
}

.contact-text-area:hover {
  transform: translate(4px, -4px);
}

.contact-text-area:active, .contact-text-area:focus {
  border-color: #333647;
}

.contact-text-area::placeholder {
  color: #000;
}

.contact-checkbox-label {
  color: #717384;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.contact-checkbox-wrapper {
  color: #717384;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.contact-link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #dedfe3;
  padding: 32px 8px;
  text-decoration: none;
  display: flex;
}

.contact-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.contact-feature-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contact-card-2 {
  background-color: #f3f3f3;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  padding: 55px 24px 45px;
  box-shadow: 0 2px 5px #0003;
}

.button-outline-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline-3:hover {
  color: #fff;
  border-color: #fff;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-regular-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.image-3 {
  width: 300px;
  margin-bottom: 20px;
}

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

.h2-heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-content-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.image-cover-4 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small-2.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blog-card-wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #f3f3f3;
  background-image: url('../images/65aa3cb8889a3009863d7fac_Section.webp');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e6e6e7;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.container-large-20 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-image-small {
  aspect-ratio: 2.7 / 2.4;
  object-fit: cover;
  border: .5px #e6e6e7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  border-radius: 99px;
  width: 100%;
  height: 100%;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.paragraph-small-5 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-5.text-color-gray-600 {
  color: #59595f;
}

.label-small-2 {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.blog-content-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px;
  display: flex;
}

.paragraph-regular-19 {
  font-size: 16px;
  line-height: 28px;
}

.blog-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #f3f3f3;
  background-image: url('../images/65aa3cb8889a3009863d7fac_Section.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #e6e6e7;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-tiny-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.avatar-regular {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  padding: 4px;
}

.blog-image-large {
  aspect-ratio: 5.56 / 3.36;
  object-fit: cover;
  border: .5px #e6e6e7;
  border-radius: 8px;
  overflow: hidden;
}

.section-regular-9 {
  background-color: #f3f3f3;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 80px 5%;
  position: relative;
}

.h6-heading-4 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading-4.text-weight-medium {
  font-weight: 700;
}

.max-width-small {
  width: 100%;
  max-width: 450px;
}

.h1-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.brand-highlight-3 {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.blog-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-6 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.blog-card-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.section-regular-10 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.title-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: end stretch;
  margin-bottom: 64px;
}

.button-wrapper-large {
  width: 100%;
  max-width: 250px;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.blog-image-row {
  object-fit: cover;
  width: 200px;
}

.blog-description-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.icon-x-small-3 {
  color: #aa1f1e;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.text-block-38 {
  color: #aa1f1e;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.icon-regular-8 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-8.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-8.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.link-block {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  transform: translate(3px, -3px);
}

.brix---icon-pagraph-wrapper-2 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---link-wrapper-color-primary-3 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-3:hover {
  color: #281ca5;
}

.brix---link-text-3 {
  color: #fff;
  font-size: 17px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-3.nre1 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.nav__bar {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-left: 15px;
  font-weight: 700;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.contact-item {
  color: #4a494b;
  border-right: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.contact-item:hover {
  color: #0074a2;
}

.nav-container-2 {
  border-top: 1px solid #fff6;
  border-radius: 1px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-title {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.nav__flexed {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.container-2 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.header-ribbon {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.nav-logo-2 {
  max-width: 65%;
  height: 120px;
}

.icon-right {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.icon-right.newicon2 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.icon-right.newicon1 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.nav__css {
  position: fixed;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2.w--current {
  border-bottom: 1px solid #fff;
}

.icon-regular-19 {
  color: #ff3130;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.brix---footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.nav__wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.social-list {
  padding-left: 5px;
  padding-right: 15px;
}

.social-list.social-list-twitter {
  padding-right: 0;
}

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

.wrap-v-small-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-text-link-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link-2:hover {
  color: #0057bf;
}

.nav__container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.nav-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav__inner {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.cal-link-2 {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.footer-large-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.header-ribbon {
  background-color: #fff0;
  background-image: url('../images/Untitled-design-4.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.navbar-3 {
  z-index: 800;
  background-color: #03192700;
  height: 100px;
  padding-top: 0;
  padding-bottom: 15px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tab-link-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-content-card {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f3f3f3;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 500px;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.tab-content {
  background-color: #f3f3f3;
  background-image: url('../images/f9557b1a-42c1-4e77-be7f-d488f873ad26.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.tab-content.newtab {
  background-image: url('../images/9e760227-ad61-4087-b255-e2d1f26c6299.jpg'), url('../images/f9557b1a-42c1-4e77-be7f-d488f873ad26.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.tab-content.newtab3 {
  background-image: url('../images/Untitled-Design-53-1.png');
  background-position: 50%;
  background-size: cover;
}

.tab-content.newtab4 {
  background-image: url('../images/Untitled-Design-50-1.png');
  background-position: 50%;
  background-size: cover;
}

.button-primary-square {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.tab-image-wrapper {
  padding-top: 64px;
  padding-left: 60px;
  padding-right: 32px;
}

.tab-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  height: auto;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.h2-heading-7 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 72px;
}

.tab-rotation-embed {
  display: none;
}

.tabs-content-reversed {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.tab-link-inner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-color-orange {
  color: #fe5b25;
}

.section-large-6 {
  background-color: #f3f3f3;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50%;
  background-size: cover;
  padding: 60px 5%;
  position: relative;
}

.tab-card-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overline-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.max-width-large {
  max-width: 800px;
}

.tab-link-loader {
  background-color: #aa1f1e;
  border: 1px solid #aa1f1e;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.title-wrapper-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small-7 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-7.text-color-gray-600 {
  color: #000;
}

.tab-card-wrapper {
  padding: 16px;
}

.container-large-21 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-x-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-3.text-color-gray-800 {
  color: #394151;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-bg.text-weight-bold {
  color: #000;
  font-weight: 700;
}

.loader-bar {
  background-color: #fe5b25;
  width: 0%;
  height: 2px;
}

.paragraph-large-7 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-7.text-color-gray-600 {
  color: #000;
}

.overline-4 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.content-grid-a {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.icon-small-3 {
  color: #aa1f1e;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.paragraph-large-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-8.text-weight-bold {
  color: #fff;
  white-space: normal;
  font-weight: 700;
}

.wrap-v-small-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.content-info-icon {
  color: #fff;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-regular-11 {
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  padding: 80px 5% 40px;
  position: relative;
}

.content-feature {
  grid-column-gap: 15px;
  background-color: #aa1f1e;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-image-a {
  justify-content: center;
  align-items: center;
}

.icon-regular-20 {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.container-large-22 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-feature-icon {
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.h2-heading-8 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.2;
}

.paragraph-small-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-8.text-color-gray-600 {
  color: #000;
}

.content-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  letter-spacing: -.02em;
  background-color: #aa1f1e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 8px 15px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.text-block-40 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.heading-3 {
  color: #000;
  margin-top: 0;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-secondary {
  background-color: #f6f5f3;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
}

.section-small.background-secondary.newsec.newsec1.invs1 {
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.h2-heading-9 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.1;
}

.title-wrapper-large-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
  position: sticky;
  inset: 0;
}

.testimonial-wrapper-3 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.paragraph-large-9 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-9.text-color-gray-950 {
  color: #1f1e1e;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

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

.lightbox-link-3.img12 {
  background-image: url('../images/338cb171-8309-42b4-8e52-5a97bbca4bc5.jpg');
  background-size: cover;
  transition: all .45s;
}

.lightbox-link-3.img12:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/3d87191a-6344-4683-800f-7cea16188a28.jpg');
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image4 {
  background-image: url('../images/02c94e92-e24e-4036-96c9-f3da1a27d62e.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img6 {
  background-image: url('../images/65bc471c-878b-4e25-ad96-e4757010cf94.jpg');
  transition: all .45s;
}

.lightbox-link-3.img6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img2 {
  background-image: url('../images/9ce7c55d-5175-4df2-8e11-38d916d35f08.jpg');
  transition: all .45s;
}

.lightbox-link-3.img2:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image6 {
  background-image: url('../images/8b80bc92-b0eb-48b0-b761-1a6c4554cb35.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img5 {
  background-image: url('../images/39b004f3-35f0-4526-aa89-75f369ddba7c.jpg');
  transition: all .45s;
}

.lightbox-link-3.img5:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img8 {
  background-image: url('../images/aeb6e963-720e-45b3-9de2-ff2939a2d18a.jpg');
  transition: all .45s;
}

.lightbox-link-3.img8:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.lightbox-link-3.img10 {
  background-image: url('../images/104de808-9186-432a-97ef-1b1a168ddaeb.jpg');
  transition: all .45s;
}

.lightbox-link-3.img10:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.lightbox-link-3.img4 {
  background-image: url('../images/2d795e13-4c2e-4831-b5ea-00d322a0c2b0.jpg');
  transition: all .45s;
}

.lightbox-link-3.img4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img9 {
  background-image: url('../images/84b78367-4970-4d8f-b701-f1d7880f2eda.jpg');
  transition: all .45s;
}

.lightbox-link-3.img9:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/0d1366b5-ffde-45c3-b03d-43ffe1f1c3d5.jpg');
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image5 {
  background-image: url('../images/09f2eb78-5dfa-49b1-aa4b-0d863d42240a.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img11 {
  background-image: url('../images/97c5d517-6831-4d01-966b-8fc5d7615b37.jpg');
  transition: all .45s;
}

.lightbox-link-3.img11:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.lightbox-link-3.img1 {
  background-image: url('../images/6ca83c39-0b72-4d13-a6c1-7e3024fb7700.jpg');
  transition: all .45s;
}

.lightbox-link-3.img1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.img3 {
  background-image: url('../images/9e760227-ad61-4087-b255-e2d1f26c6299.jpg');
  transition: all .45s;
}

.lightbox-link-3.img3:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/5e830a37-a5be-4778-b89f-381dc1ae9baf.jpg');
}

.lightbox-link-3.img7 {
  background-image: url('../images/33e8bffa-84c4-4a7e-8dba-7928beadde16.jpg');
  transition: all .45s;
}

.lightbox-link-3.img7:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.lightbox-link-3.img13 {
  background-image: url('../images/8654f2ad-4e36-4b14-b684-44d16042eb12.jpg');
}

.lightbox-link-3.img15 {
  background-image: url('../images/99728bb7-5c79-428c-8629-d7c8987d01ce.jpg');
}

.lightbox-link-3.img16 {
  background-image: url('../images/e00d66fe-7657-4173-bc57-5a0bce77407e.jpg');
}

.lightbox-link-3.img17 {
  background-image: url('../images/e303221e-1c81-4dd0-a3d6-836a81c7399e.jpg');
}

.lightbox-link-3.img18 {
  background-image: url('../images/16587443-c597-4d7b-9101-a32df40985e7.jpg');
}

.lightbox-link-3.img14 {
  background-image: url('../images/50384eeb-ec57-47d6-bc95-824c54fc249d.jpg');
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-link-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6869ac;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.blog-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.h2-heading-10 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.overline-regular-3 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-5.column-space-between {
  justify-content: space-between;
}

.blog-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed #d7dae0;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.blog-card-2:hover {
  color: #6869ac;
  background-color: #e8ecf7;
  border-color: #6869ac;
}

.blog-card-2.wide {
  flex-flow: row;
}

.button-outline-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6869ac;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px solid #6869ac;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-4:hover {
  background-color: #e8ecf7;
}

.paragraph-large-10 {
  color: #3d424c;
  font-size: 18px;
  line-height: 32px;
}

.blog-image-2 {
  background-color: #6869ac;
  border-radius: 8px;
  width: 100%;
  height: 228px;
  overflow: hidden;
}

.overline-small-2 {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.blog-heading {
  letter-spacing: -.04em;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.container-large-23 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-12 {
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  padding: 64px 5%;
  position: relative;
}

.nav-mobile__background {
  z-index: 998;
  background-color: #43b97f;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-logo__wrapper, .nav-logo__image {
  height: 2rem;
}

.nav-main__menu {
  justify-content: center;
  display: flex;
}

.footer-text-link-3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link-3:hover {
  color: #aa1f1e;
}

.row-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-small-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.column-regular-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.menu-button {
  z-index: 999;
}

.nav__component {
  z-index: 99;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-main__background {
  z-index: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff52;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 300px;
  margin-bottom: 20px;
}

.button-small {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #43b97f;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-width: 11.25rem;
  min-height: 3rem;
  max-height: 3rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background-color .4s;
  display: flex;
  box-shadow: 0 16px 48px #43b97f3d;
}

.button-small:hover {
  background-color: #44db91;
}

.nav-main__container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.icon-regular-21 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.column-small-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.content-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.feature-badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #e6191a;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.h1-heading-5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.container-regular-4 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-regular-4 {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-xx-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.paragraph-large-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.overline-regular-4 {
  color: gray;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.icon-regular-22 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.column-large-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-regular-13 {
  padding: 92px 5%;
  position: relative;
}

.paragraph-regular-20 {
  font-size: 16px;
  line-height: 24px;
}

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

.h2-heading-11 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.overline-regular-5 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-regular-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-7.column-space-between {
  justify-content: space-between;
}

.blog-card-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f3f3;
  border: 1px dashed #d7dae0;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.blog-card-3:hover {
  color: #6869ac;
  background-color: #e8ecf7;
  border-color: #6869ac;
}

.blog-card-3.wide {
  flex-flow: row;
}

.button-outline-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6869ac;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px solid #6869ac;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-5:hover {
  background-color: #e8ecf7;
}

.paragraph-large-12 {
  color: #3d424c;
  font-size: 18px;
  line-height: 32px;
}

.blog-image-3 {
  background-color: #6869ac;
  border-radius: 8px;
  width: 100%;
  height: 228px;
  overflow: hidden;
}

.overline-small-3 {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.container-large-24 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-14 {
  padding: 64px 5%;
  position: relative;
}

.column-small-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-cover-7 {
  object-fit: cover;
  border-radius: 8px;
  width: 530px;
  height: 400px;
  box-shadow: 0 2px 5px #0003;
}

.h2-heading-12 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.overline-regular-6 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-regular-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.column-regular-8.column-space-between {
  justify-content: space-between;
}

.button-outline-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6869ac;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px solid #6869ac;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-6:hover {
  background-color: #e8ecf7;
}

.paragraph-large-13 {
  color: #3d424c;
  font-size: 18px;
  line-height: 32px;
}

.overline-small-4 {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.container-large-25 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-15 {
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  padding: 64px 5%;
  position: relative;
}

.column-small-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.heading-4 {
  color: #000;
}

.content-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #fff0;
  flex-flow: column;
  min-width: 180px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.content-tab-link.w--current {
  color: #aa1f1e;
  background-color: #fff0;
}

.content-right {
  padding-bottom: 0;
  position: relative;
}

.section-large-7 {
  padding: 96px 5%;
  position: relative;
}

.section-large-7.background-secondary {
  background-color: #f3f3f3;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 75px;
}

.content-icon-wrapper {
  padding: 4px;
}

.content-graphic {
  background-color: #6869ac;
  border-radius: 24px;
  min-height: 350px;
  position: relative;
}

.content-card-logo {
  position: absolute;
  inset: 40px auto auto 40px;
}

.column-2x-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.subheading-regular-5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.image-cover-8 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #aa1f1e;
  border-radius: 99px;
  height: 4px;
  transition-property: width;
  transition-duration: .125s;
}

.content-card-link {
  color: #6869ac;
  border: 1px solid #6869ac;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading-13 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.tab-label {
  padding: 8px;
}

.column-regular-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.h5-heading-6 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.tab-progress-bar-base {
  background-color: #f3f3f3;
  border-radius: 99px;
  width: 100%;
  height: 8px;
  margin-inline: auto;
  padding: 2px;
  inset-block: auto 0;
  inset-inline: 0;
  box-shadow: 0 2px 5px #0003;
}

.content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f3f3;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 0 0;
  background-size: cover;
  border: 2px #f3f3f3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  place-items: center;
  height: 500px;
  margin-bottom: 30px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.subheading-large-4 {
  color: #24262d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-4.text-color-brand {
  color: #6869ac;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-brand {
  border-top: 1px solid #cc0f0f;
  width: auto;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.content-card-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f3f3f3;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  max-width: none;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: auto 5% 0%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-small-9 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-small-9.text-color-tertiary {
  color: #575f70;
}

.paragraph-large-14 {
  color: #3d424c;
  font-size: 18px;
  line-height: 32px;
}

.overline-small-5 {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.content-card-footnote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large-26 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-13 {
  width: auto;
}

.navigation-link-06 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navigation-link-06:hover {
  color: #fff;
}

.brand-logo {
  width: 150px;
}

.navigation-content-dark {
  background-color: #2c3052;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.navigation-logo-wrapper {
  align-items: center;
  display: flex;
}

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.navigation-arrow {
  background-color: #aa1f1e;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.navigation-link:hover {
  color: #a0bafa;
}

.brand {
  margin-right: 20px;
}

.menu-link {
  font-size: 16px;
  font-weight: 500;
}

.nav-icon {
  margin-right: 14px;
}

.chevron {
  margin-right: 5px;
}

.navigation-link-wrapper {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-list {
  min-width: 140px;
}

.navigation-list.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.navigation-list-wrapper {
  background-color: #aa1f1e;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown-2 {
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.navigation-button {
  background-color: #57619e;
  border-radius: 10px;
  margin-left: 10px;
  padding: 16px 20px;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: #444e8a;
}

.navigation {
  background-color: #32375d;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 30px 30px 52px #09072512;
}

.navigation-toggle {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle:hover {
  color: #fff;
}

.text-block-41 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-link-7 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-7:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navigation-link-04 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-04:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navigation-arrow-2 {
  background-color: #aa1f1e;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.navigation-link-8 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.navigation-link-8:hover {
  color: #a0bafa;
}

.navigation-link-03 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.navigation-list-wrapper-2 {
  background-color: #aa1f1e;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown-1 {
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.navigation-link-02 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-02:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navigation-link-01 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-01:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navigation-toggle-2 {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-2:hover {
  color: #fff;
}

.navigation-link-05 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-05:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.text-block-42 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.bold-text-5 {
  color: #000;
}

.navigation-2 {
  z-index: 999;
  background-color: #e2dacd;
  border-bottom: 1px #f5f5f6;
  padding: 16px 5%;
}

.navigation-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.navigation-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-menu-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-line {
  background-color: #6c7c60;
  width: 100%;
  height: 1px;
}

.navigation-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #252527;
  border: 1px solid #fff0;
  flex-flow: column;
  padding: 12px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.navigation-card:hover {
  border-style: none;
  border-color: #ff5805;
}

.navigation-grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.icon-inner-3 {
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-regular-4 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-4.nk1 {
  color: #21372e;
  width: 22px;
}

.subheading-regular-6 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-6.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-cover-9 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-feature-row {
  flex-flow: row;
  display: flex;
}

.paragraph-regular-21 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.subheading-small {
  color: #252527;
  letter-spacing: -.08px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-small-10 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-10.text-color-tertiary {
  color: #59595f;
  font-weight: 400;
}

.badge-banner {
  color: #fff;
  background-color: #515f47;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
}

.navigation-link-9 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.navigation-link-9.w--current {
  color: #6c7c60;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 32px;
  display: flex;
  left: -125px;
}

.banner-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #6c7c60;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
  position: static;
}

.icon-regular-23 {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-wrapper {
  display: none;
}

.text-block-13 {
  font-weight: 600;
}

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

.navigation-divider {
  width: 100%;
  padding: 8px;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.navigation-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-dropdown-card {
  background-color: #efebe4;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  min-width: 930px;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.button-outline-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6c7c60;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.icon-wrapper-3 {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  padding: 4px;
}

.navigation-image-small {
  background-color: #f5f5f6;
  border: 1px #e6e6e7;
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  .header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .button {
    display: flex;
  }

  .content-card-b {
    max-width: none;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-slider-trigger {
    width: 20%;
  }

  .contact-card:hover {
    background-color: #fff;
  }

  .contact-map-button {
    padding: 24px;
  }

  .contact-map-large {
    height: 600px;
  }

  .contact-map-button-inner {
    padding: 16px;
  }

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

  .feature-card:hover {
    background-color: #fff;
  }

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

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

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

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .hero-subheading {
    font-size: 17px;
  }

  .button-colored.success {
    height: auto;
  }

  .header-info {
    grid-template-areas: ".";
  }

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

  .nav-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-social-links {
    align-self: stretch;
  }

  .header-image-wrapper {
    width: 100%;
    position: static;
  }

  .header-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .header-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

  .form-block-2 {
    align-items: center;
  }

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

  .contact-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-grid-4, .grid-two-column-2, .heading-grid {
    grid-template-columns: 1fr;
  }

  .section-regular-9 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .blog-card-grid, .title-grid {
    grid-template-columns: 1fr;
  }

  .social-media {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .container-2 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__container {
    justify-content: space-between;
  }

  .nav-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav__inner {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

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

  .tab-content-card {
    max-width: none;
  }

  .tab-content {
    flex-direction: column-reverse;
  }

  .tab-image-wrapper {
    padding-top: 32px;
  }

  .tab-card-image {
    max-width: none;
  }

  .tabs-menu-bottom {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-large-6 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .h2-heading-9 {
    font-size: 38px;
  }

  .paragraph-large-9.text-color-gray-950 {
    color: #000;
  }

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

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

  .nav-mobile__background {
    z-index: 997;
    background-color: #43b97f;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .nav-logo__wrapper {
    z-index: 997;
    height: 1.5rem;
  }

  .nav-logo__image {
    height: 1.5rem;
  }

  .nav-main__menu {
    z-index: 998;
    color: #eee;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    display: none;
    position: fixed;
    inset: 4rem 0% 0%;
    overflow: hidden;
  }

  .menu-icon__wrapper-2 {
    z-index: 1000;
    grid-row-gap: .25rem;
    border-radius: 1px;
    flex-direction: column;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: inline-block;
    position: relative;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 4rem;
    padding: .5rem 0 0;
    display: flex;
    position: static;
    inset: 0% 2rem 0% auto;
  }

  .menu-button.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .nav__component {
    z-index: 100;
  }

  .menu-icon__line {
    background-color: #242424;
    border-radius: 1px;
    width: 100%;
    height: 2px;
    margin-bottom: .5rem;
    padding: 0;
  }

  .menu-icon__line.right {
    float: right;
    width: 1rem;
    margin-bottom: 0;
  }

  .menu-icon__line.left {
    width: 1rem;
  }

  .button-small.login {
    display: none;
  }

  .nav-main__container {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .content-tab-link {
    width: 100%;
  }

  .content-grid {
    grid-template-columns: 1.2fr;
  }

  .navigation-content-dark {
    border-radius: 0;
    width: 100%;
  }

  .navigation-logo-wrapper {
    align-items: center;
    display: flex;
  }

  .navigation-content {
    width: 100%;
  }

  .container-navigation {
    min-height: auto;
    position: relative;
  }

  .navigation-link {
    width: 100%;
  }

  .menu-button-dark {
    color: #fff;
    border: 1px solid #ffffff1a;
    margin-left: 14px;
  }

  .menu-button-dark.w--open {
    color: #fff;
    background-color: #40466e;
    border-style: none;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .chevron {
    margin-right: 20px;
  }

  .navigation-link-wrapper {
    background-color: #32375d;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .navigation-list.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navigation-list-wrapper {
    box-shadow: none;
  }

  .navigation-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-button {
    display: none;
  }

  .navigation-toggle {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle.w--open, .navigation-link-8 {
    width: 100%;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navigation-list-wrapper-2 {
    box-shadow: none;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-toggle-2 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-2.w--open {
    width: 100%;
  }

  .navigation-menu-left {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

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

  .navigation-dropdown-list {
    position: relative;
    top: 0;
    left: auto;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 0;
    position: static;
    top: 0;
  }

  .navigation-dropdown {
    width: 100%;
    position: relative;
  }

  .navigation-container {
    position: static;
  }

  .navigation-dropdown-card {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .display-heading {
    font-size: 58px;
  }

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

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .team-slider-mask {
    width: 80%;
  }

  .team-slider-trigger {
    background-image: none;
    width: 10%;
  }

  .team-slider-trigger.left {
    background-image: none;
  }

  .team-image {
    order: -1;
  }

  .team-caption {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .team-slide {
    margin-right: 16px;
  }

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

  .h2-heading-3 {
    font-size: 40px;
  }

  .contact-grid, .feature-grid-small {
    grid-template-columns: 1fr;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

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

  .h2-heading-5 {
    font-size: 40px;
  }

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

  .button-wrapper {
    margin-top: 45px;
  }

  .newsletter-form {
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    margin-top: 0;
  }

  .newsleter-block {
    max-width: 100%;
  }

  .header-info {
    grid-template-areas: ".";
  }

  .divider-light.left {
    display: block;
  }

  .nav-wrapper {
    flex-direction: row;
  }

  .hero-social-links {
    margin-bottom: 20px;
  }

  .hero-content {
    position: relative;
    top: -151px;
    left: -9px;
  }

  .email-field {
    max-width: 100%;
  }

  .nav-link {
    display: none;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-4 {
    font-size: 32px;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large, .section-large-5, .section-footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .footer-legal {
    flex-flow: column;
  }

  .footer-company-details {
    max-width: none;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2, .h1-heading-3 {
    font-size: 48px;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .h3-heading-2 {
    font-size: 42px;
  }

  .contact-header {
    margin-bottom: 60px;
  }

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

  .h2-heading-6 {
    font-size: 40px;
  }

  .blog-card-wide {
    grid-template-columns: 1fr;
  }

  .blog-image-large {
    aspect-ratio: 2.7 / 2.4;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .section-regular-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

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

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .contact-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__trigger {
    margin-left: 8px;
  }

  .nav-link-2 {
    display: none;
  }

  .social-list, .nav__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-wrapper-2 {
    flex-direction: row;
  }

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

  .section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

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

  .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-8 {
    font-size: 44px;
  }

  .blog-grid-top, .blog-grid-bottom {
    grid-template-columns: 1fr;
  }

  .nav-mobile__background {
    padding-top: 1.2rem;
    padding-left: 1rem;
    display: none;
  }

  .nav-logo__wrapper {
    justify-content: flex-start;
    height: 1.5rem;
  }

  .nav-logo__image {
    height: 1.5rem;
  }

  .nav-main__menu {
    margin-top: 2rem;
    top: 3rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-main__container {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .section-regular-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-tabs-menu {
    flex-flow: column;
  }

  .navigation-logo-wrapper {
    width: 100%;
  }

  .navigation-button, .navigation-buttons {
    display: none;
  }

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

  .navigation-feature-row {
    flex-flow: column;
  }

  .badge-banner {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    padding-left: 0;
    padding-right: 0;
  }

  .content-feature-wrapper {
    flex-direction: column;
  }

  .section-regular-2 {
    padding: 40px 5% 10px;
  }

  .section-regular-2.newsec1 {
    display: none;
  }

  .section-regular-2.nesec2 {
    display: flex;
  }

  .content-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .content-card-b {
    padding: 24px;
  }

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

  .team-slider-mask {
    width: 90%;
  }

  .team-slider-trigger {
    display: none;
  }

  .team-caption-button {
    max-width: none;
  }

  .title-center {
    margin-bottom: 56px;
  }

  .contact-map-button {
    top: 100px;
  }

  .outline-wrapper {
    border-bottom-style: none;
    border-right-style: none;
  }

  .contact-map-large {
    height: auto;
  }

  .card-white {
    padding: 16px;
  }

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

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

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

  .overline-small.text-color-gray-600 {
    color: #fff;
  }

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

  .title-center-small {
    margin-bottom: 56px;
  }

  .button-secondary-3 {
    width: 100%;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .button-2 {
    background-color: #ec1d25;
    background-image: linear-gradient(350deg, #ec1d25, #141414);
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 8px 20px -8px #ec1d25;
  }

  .button-2:hover {
    transform: translate(4px, -4px);
    box-shadow: 0 11px 40px -8px #ec1d25;
  }

  ._138-mouse-down {
    mix-blend-mode: screen;
    border-radius: 20px;
    width: 80px;
    margin-left: -20px;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-subheading {
    font-size: 15px;
    line-height: 24px;
    position: static;
    top: 0;
  }

  .hero-text-wrapper {
    width: 75%;
  }

  .header-info {
    display: none;
  }

  .divider-light.right {
    display: block;
  }

  .buttons {
    width: 100%;
  }

  .button-filler {
    background-color: #191919;
  }

  .hero-heading {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 31px;
    position: static;
    top: 0;
  }

  .hero-social-links {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .hero-content {
    margin-bottom: 0;
    padding-top: 0;
    top: 50%;
    left: 0;
  }

  .paragraph-regular-15 {
    text-align: left;
    width: 260px;
    font-size: 15px;
  }

  .ths07-divider-black {
    background-color: #fff;
  }

  .ths07-hero-slide-title {
    text-align: center;
  }

  .ths07-hero-slide-title.newsub {
    max-width: 300px;
  }

  .ths07-hero-slide-title.newittle.newl1 {
    color: #000;
  }

  .ths07-hero-section {
    min-height: 130vh;
  }

  .ths07-hero-slide-content-block {
    align-items: flex-start;
    margin-top: 149px;
  }

  .ths07-hero-slider-nav {
    bottom: 5%;
  }

  .ths07-slide-bg-blocks-wrapper {
    min-height: 110vh;
  }

  .ths07-hero-slide-paragraph {
    line-height: 27px;
  }

  .ths07-heading-h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .ths07-hero-slider-arrow {
    opacity: 100;
    width: auto;
    padding-left: 10px;
    bottom: 10%;
  }

  .ths07-hero-slider-arrow.ths07-right-arrow {
    padding-right: 10px;
    bottom: 10%;
  }

  .ths07-header {
    height: 100px;
    display: none;
  }

  .ths07-hero-slider {
    min-height: 130vh;
  }

  .ths07-hero-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-primary-2 {
    width: 100%;
  }

  .header-logos-small {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-regular-5.bg-brown {
    display: none;
  }

  .caption-uppercase {
    font-size: 12px;
  }

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

  .h4-heading-3 {
    font-size: 28px;
  }

  .section-large-4 {
    margin-top: -225px;
    padding-top: 175px;
    padding-bottom: 40px;
    display: block;
    position: static;
  }

  .content-link {
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .contact-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-links {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .button-primary-right-icon {
    width: 100%;
  }

  .h3-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading.newheading {
    font-size: 28px;
    line-height: 35px;
  }

  .section-large {
    height: auto;
    padding-top: 140px;
  }

  .section-2 {
    height: 100%;
  }

  .section-3 {
    flex-flow: column;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .div-block-11.divblock2, .div-block-11.divblock3, .div-block-11.divblock1 {
    width: 100%;
  }

  .image-2.newimg2 {
    z-index: 3;
  }

  .section-large-5 {
    padding-top: 40px;
  }

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

  .html-embed-2 {
    margin-top: 10px;
    position: relative;
  }

  .paragraph-x-small-2.text-color-gray-500 {
    text-align: center;
  }

  .section-footer {
    padding-bottom: 20px;
  }

  .footer-logo {
    display: flex;
  }

  .footer-text-link {
    font-size: 16px;
    font-weight: 400;
  }

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

  .footer-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-regular-17 {
    text-align: left;
  }

  .button-wrapper-small {
    max-width: 210px;
  }

  .team-cta-outline {
    grid-auto-flow: row;
    display: none;
  }

  .team-cta-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1-heading-3 {
    font-size: 45px;
  }

  .h1-heading-3.newjk1 {
    color: #000;
  }

  .column-large-3.column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-6.text-color-tertiary.newpara {
    color: #000;
  }

  .contact-card-2 {
    padding-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-2 {
    font-size: 24px;
  }

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

  .h2-heading-6 {
    font-size: 34px;
  }

  .blog-card-wide {
    box-shadow: 0 2px 5px #0003;
  }

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

  .blog-card-row {
    flex-flow: column;
  }

  .button-wrapper-large {
    max-width: 210px;
  }

  .blog-image-row {
    width: auto;
    height: 200px;
  }

  .mask-2 {
    padding-bottom: 0;
  }

  .text-block-39 {
    color: #fff;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 37px;
  }

  .icon-regular-8 {
    color: #d12120;
    margin-right: 5px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 12px;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-weight: 700;
  }

  .brix---link-text-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-3.nre1 {
    font-size: 16px;
  }

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -43px;
    margin-right: 0;
    display: block;
    position: static;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .nav-container-2 {
    border-top-style: none;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 0;
  }

  .container-2.header-ribbon {
    justify-content: center;
    align-items: center;
  }

  .line-wrap {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .nav-logo-2 {
    max-width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-left: 0;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    margin-top: 0;
    font-size: 16px;
  }

  .icon-regular-19 {
    color: #d4010a;
    margin-right: 5px;
  }

  .nav__wrapper {
    width: 100%;
    display: flex;
    position: absolute;
  }

  .footer-text-link-2 {
    font-weight: 500;
  }

  .footer-text-link-2:hover {
    color: #d4010a;
  }

  .footer-text-link-2.w--current {
    color: #ede32c;
  }

  .footer-text-link-2.new11.w--current {
    color: #fff;
  }

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    display: block;
    position: static;
  }

  .nav-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .nav__inner {
    background-color: #161616;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: auto;
  }

  .cal-link-2 {
    width: 40px;
    height: 40px;
  }

  .footer-large-grid {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .navbar-3 {
    display: block;
  }

  .h2-heading-7 {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-small-7, .paragraph-small-7.text-color-gray-600 {
    font-size: 18px;
    font-weight: 600;
  }

  .paragraph-x-large-3.text-color-gray-800 {
    color: #000;
  }

  .content-info {
    flex: none;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    flex-flow: column;
    display: flex;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .h2-heading-9 {
    font-size: 26px;
  }

  .paragraph-large-9.text-color-gray-950 {
    color: #000;
    font-size: 16px;
    line-height: 28px;
  }

  .nav-mobile__background {
    background-color: #161616;
    padding-left: 0;
    display: none;
  }

  .nav-logo__wrapper {
    width: 100px;
    height: 5rem;
    margin-top: 40px;
  }

  .nav-logo__image {
    width: 100px;
    max-width: none;
    height: 8rem;
    margin-left: 0;
  }

  .nav-main__menu {
    margin-top: 3rem;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
    top: 3rem;
  }

  .menu-icon__wrapper-2 {
    color: #ffffff17;
    margin-top: 0;
  }

  .footer-text-link-3 {
    font-size: 16px;
    font-weight: 400;
  }

  .menu-button {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    padding-top: 0;
    right: 1rem;
  }

  .menu-button.w--open {
    background-color: #0000;
    right: 1rem;
  }

  .nav__component {
    display: block;
    position: relative;
  }

  .menu-icon__line {
    background-color: #fff;
  }

  .menu-icon__line.right {
    height: 2px;
    padding-top: 0;
  }

  .menu-icon__line.left {
    color: #fff;
    background-color: #fff;
  }

  .nav-main__container {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    position: relative;
  }

  .content-right {
    margin-top: -50px;
  }

  .section-large-7.background-secondary {
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-graphic {
    background-color: #f3f3f300;
  }

  .tab-progress-bar-base {
    background-color: #fff;
    box-shadow: 0 2px 5px #0003;
  }

  .content-grid {
    grid-column-gap: 92px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .tab-pane-tab-2 {
    height: auto;
  }

  .navigation-2 {
    background-color: #fff0;
    width: 100%;
    padding-left: 2%;
    padding-right: 5%;
    position: absolute;
  }

  .navigation-dropdown-toggle {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }

  .navigation-menu-left {
    background-color: #161616;
    height: 1000vh;
  }

  .navigation-card {
    text-decoration: none;
  }

  .menu-button-2 {
    background-color: #6c7c6000;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-2.w--open {
    background-color: #6c7c6000;
  }

  .subheading-regular-6 {
    font-size: 20px;
  }

  .navigation-feature-row {
    display: none;
  }

  .subheading-small {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .paragraph-small-10.text-color-tertiary, .paragraph-small-10.text-color-tertiary.newtxt1 {
    text-align: left;
    text-decoration: none;
  }

  .navigation-link-9 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }

  .banner-2 {
    display: none;
  }

  .navigation-wrapper {
    display: block;
  }

  .text-block-13 {
    font-weight: 500;
  }

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

  .navigation-logo {
    padding-left: 0;
  }

  .navigation-dropdown-card {
    background-color: #e2dacd;
  }

  .navigation-image-small {
    text-decoration: none;
  }

  .icon-3 {
    width: 45px;
    height: 45px;
  }

  .line-wrap-2 {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}

#w-node-f38a807e-e1b1-b811-b9e6-9e73c5d81316-4444a978, #w-node-f38a807e-e1b1-b811-b9e6-9e73c5d8131c-4444a978, #w-node-f38a807e-e1b1-b811-b9e6-9e73c5d8131e-4444a978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-4444a978, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-4444a978, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-4444a978, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-4444a978, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-4444a978, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-4444a978, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-4444a978, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-4444a978, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-4444a978, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-4444a978, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-4444a978, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-4444a978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_46bb06de-b0ca-9a79-fbf5-d023f1668464-4444a978 {
  place-self: center end;
}

#w-node-_46bb06de-b0ca-9a79-fbf5-d023f1668483-4444a978, #w-node-_766fc988-9807-f98e-dd13-e99b76643461-4444a978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_766fc988-9807-f98e-dd13-e99b76643442-4444a978 {
  place-self: center end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-4444a978, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-4444a978, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-4444a978, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-4444a978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-4444a978, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-4444a978, #w-node-f902a602-2774-2a03-f3ba-28ba6abefb9f-4444a978, #w-node-f902a602-2774-2a03-f3ba-28ba6abefbc3-4444a978, #w-node-f902a602-2774-2a03-f3ba-28ba6abefbc5-4444a978, #w-node-e0699686-1123-ed56-21b3-d8079efc4be6-6a31daf8, #w-node-e0699686-1123-ed56-21b3-d8079efc4bec-6a31daf8, #w-node-e0699686-1123-ed56-21b3-d8079efc4bee-6a31daf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-6a31daf8, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-6a31daf8, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-6a31daf8, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-6a31daf8, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-6a31daf8, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-6a31daf8, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-6a31daf8, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-6a31daf8, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-6a31daf8, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-6a31daf8, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-6a31daf8, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-6a31daf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-edbaf7d6-0323-1058-5628-fb47442f000a-6a31daf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edbaf7d6-0323-1058-5628-fb47442f000c-6a31daf8 {
  place-self: center start;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-6a31daf8, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-6a31daf8, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-6a31daf8, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-6a31daf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-6a31daf8, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-6a31daf8, #w-node-fafeec3f-d420-c16b-e633-1f73af2ae86d-6a31daf8, #w-node-fafeec3f-d420-c16b-e633-1f73af2ae873-6a31daf8, #w-node-fafeec3f-d420-c16b-e633-1f73af2ae875-6a31daf8, #w-node-_58264e79-30c1-57ee-efc0-01ccf8cdf99d-c83f3380, #w-node-_58264e79-30c1-57ee-efc0-01ccf8cdf9a3-c83f3380, #w-node-_58264e79-30c1-57ee-efc0-01ccf8cdf9a5-c83f3380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-c83f3380, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-c83f3380, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-c83f3380, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-c83f3380, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-c83f3380, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-c83f3380, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-c83f3380, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-c83f3380, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-c83f3380, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-c83f3380, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-c83f3380, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-c83f3380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_766fc988-9807-f98e-dd13-e99b76643461-c83f3380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_766fc988-9807-f98e-dd13-e99b76643442-c83f3380 {
  place-self: center end;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-c83f3380, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-c83f3380, #w-node-_22a1fa1d-ded2-6eef-486e-fbba0d868b89-c83f3380, #w-node-_22a1fa1d-ded2-6eef-486e-fbba0d868b8f-c83f3380, #w-node-_22a1fa1d-ded2-6eef-486e-fbba0d868b91-c83f3380, #w-node-ce13a706-5daf-6fa8-f95d-166e244696a1-4736d7c9, #w-node-ce13a706-5daf-6fa8-f95d-166e244696a7-4736d7c9, #w-node-ce13a706-5daf-6fa8-f95d-166e244696a9-4736d7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-4736d7c9, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-4736d7c9, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-4736d7c9, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-4736d7c9, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-4736d7c9, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-4736d7c9, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-4736d7c9, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-4736d7c9, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-4736d7c9, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-4736d7c9, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-4736d7c9, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-4736d7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_46bb06de-b0ca-9a79-fbf5-d023f1668464-4736d7c9 {
  place-self: center end;
}

#w-node-_46bb06de-b0ca-9a79-fbf5-d023f1668483-4736d7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e49c52e4-8b95-b5c9-6e21-53464c563c20-4736d7c9 {
  place-self: center;
}

#w-node-_766fc988-9807-f98e-dd13-e99b76643461-4736d7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_766fc988-9807-f98e-dd13-e99b76643442-4736d7c9 {
  place-self: center end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-4736d7c9, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-4736d7c9, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-4736d7c9, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-4736d7c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-4736d7c9, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-4736d7c9, #w-node-_2466bc2e-e891-154e-3d6e-1f7e84621498-4736d7c9, #w-node-_2466bc2e-e891-154e-3d6e-1f7e8462149e-4736d7c9, #w-node-_2466bc2e-e891-154e-3d6e-1f7e846214a0-4736d7c9, #w-node-f8c89480-760b-fa7d-016b-89abdfe159c5-56e4aca6, #w-node-f8c89480-760b-fa7d-016b-89abdfe159cb-56e4aca6, #w-node-f8c89480-760b-fa7d-016b-89abdfe159cd-56e4aca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-56e4aca6, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-56e4aca6, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-56e4aca6, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-56e4aca6, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-56e4aca6, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-56e4aca6, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-56e4aca6, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-56e4aca6, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-56e4aca6, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-56e4aca6, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-56e4aca6, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-56e4aca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-56e4aca6, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-56e4aca6, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-56e4aca6, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-56e4aca6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-56e4aca6, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-56e4aca6, #w-node-_10e7daf0-7c65-4e46-3f2b-0d1a31dc80c4-56e4aca6, #w-node-_10e7daf0-7c65-4e46-3f2b-0d1a31dc80ca-56e4aca6, #w-node-_10e7daf0-7c65-4e46-3f2b-0d1a31dc80cc-56e4aca6, #w-node-_2903e27e-ad89-7d78-bf36-118a4a1fb950-53e3d507, #w-node-_2903e27e-ad89-7d78-bf36-118a4a1fb956-53e3d507, #w-node-_2903e27e-ad89-7d78-bf36-118a4a1fb958-53e3d507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-53e3d507, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-53e3d507, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-53e3d507, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-53e3d507, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-53e3d507, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-53e3d507, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-53e3d507, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-53e3d507, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-53e3d507, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-53e3d507, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-53e3d507, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-53e3d507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-53e3d507, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-53e3d507, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-53e3d507, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-53e3d507 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-53e3d507, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-53e3d507, #w-node-a6ec1d2c-d194-8713-287d-c613e5061317-53e3d507, #w-node-a6ec1d2c-d194-8713-287d-c613e506131d-53e3d507, #w-node-a6ec1d2c-d194-8713-287d-c613e506131f-53e3d507, #w-node-_0511f035-d3c3-c4ea-7b02-87988638512f-fed51a38, #w-node-_0511f035-d3c3-c4ea-7b02-879886385135-fed51a38, #w-node-_0511f035-d3c3-c4ea-7b02-879886385137-fed51a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-fed51a38, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-fed51a38, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-fed51a38, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-fed51a38, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-fed51a38, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-fed51a38, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-fed51a38, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-fed51a38, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-fed51a38, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-fed51a38, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-fed51a38, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-fed51a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-fed51a38, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-fed51a38, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-fed51a38, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-fed51a38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-fed51a38, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-fed51a38, #w-node-f1af2bd2-2137-726a-e60e-a9005a6c16fb-fed51a38, #w-node-f1af2bd2-2137-726a-e60e-a9005a6c1701-fed51a38, #w-node-f1af2bd2-2137-726a-e60e-a9005a6c1703-fed51a38, #w-node-_5a54ea08-195d-2032-9607-e5e231bfa37f-56864a40, #w-node-_5a54ea08-195d-2032-9607-e5e231bfa385-56864a40, #w-node-_5a54ea08-195d-2032-9607-e5e231bfa387-56864a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-56864a40, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-56864a40, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-56864a40, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-56864a40, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-56864a40, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-56864a40, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-56864a40, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-56864a40, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-56864a40, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-56864a40, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-56864a40, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-56864a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-56864a40, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-56864a40, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-56864a40, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-56864a40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-56864a40, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-56864a40, #w-node-_1366b515-b806-e8ff-efb3-ff0f76c67074-56864a40, #w-node-_1366b515-b806-e8ff-efb3-ff0f76c6707a-56864a40, #w-node-_1366b515-b806-e8ff-efb3-ff0f76c6707c-56864a40, #w-node-_3639c680-1893-a389-f706-1f8afe88d507-80931daf, #w-node-_3639c680-1893-a389-f706-1f8afe88d50d-80931daf, #w-node-_3639c680-1893-a389-f706-1f8afe88d50f-80931daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-80931daf, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-80931daf, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-80931daf, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-80931daf, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-80931daf, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-80931daf, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-80931daf, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-80931daf, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-80931daf, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-80931daf, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-80931daf, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-80931daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-80931daf, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-80931daf, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-80931daf, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-80931daf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-80931daf, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-80931daf, #w-node-e1f0ad6a-6420-d0dc-b83a-2891fc900eb4-80931daf, #w-node-e1f0ad6a-6420-d0dc-b83a-2891fc900eba-80931daf, #w-node-e1f0ad6a-6420-d0dc-b83a-2891fc900ebc-80931daf, #w-node-_72627ce2-db27-17b7-fdd9-1ee49961750c-8b9735fe, #w-node-_72627ce2-db27-17b7-fdd9-1ee499617512-8b9735fe, #w-node-_72627ce2-db27-17b7-fdd9-1ee499617514-8b9735fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-8b9735fe, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-8b9735fe, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-8b9735fe, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-8b9735fe, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-8b9735fe, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-8b9735fe, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-8b9735fe, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-8b9735fe, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-8b9735fe, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-8b9735fe, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-8b9735fe, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-8b9735fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bfd2d8cb-f7da-77f1-4c18-315c21e7b694-8b9735fe, #w-node-_1f8c7bb6-844c-55b2-9088-b8cde4baab52-8b9735fe, #w-node-_1f8c7bb6-844c-55b2-9088-b8cde4baab58-8b9735fe, #w-node-_1f8c7bb6-844c-55b2-9088-b8cde4baab5a-8b9735fe, #w-node-_5ba266d1-4e06-1c24-78ed-3b488521d535-f039167f, #w-node-_5ba266d1-4e06-1c24-78ed-3b488521d53b-f039167f, #w-node-_5ba266d1-4e06-1c24-78ed-3b488521d53d-f039167f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-f039167f, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-f039167f, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-f039167f, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-f039167f, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-f039167f, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-f039167f, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-f039167f, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-f039167f, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-f039167f, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-f039167f, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-f039167f, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-f039167f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-f039167f, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-f039167f, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-f039167f, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-f039167f, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-f039167f, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-f039167f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8344ce-6cf6-3ddc-3990-023444db2e26-f039167f, #w-node-f983c356-fbd4-c6b4-fbf6-dd33c1f7f2ae-f039167f, #w-node-e4cd7502-4409-4a19-80d5-9639b9d3ef95-f039167f, #w-node-e4cd7502-4409-4a19-80d5-9639b9d3ef9b-f039167f, #w-node-e4cd7502-4409-4a19-80d5-9639b9d3ef9d-f039167f, #w-node-f38a807e-e1b1-b811-b9e6-9e73c5d81316-f41b5c3e, #w-node-f38a807e-e1b1-b811-b9e6-9e73c5d8131c-f41b5c3e, #w-node-f38a807e-e1b1-b811-b9e6-9e73c5d8131e-f41b5c3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_530cbcef-7df2-3754-f494-20ddf38b5904-f41b5c3e, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5905-f41b5c3e, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5906-f41b5c3e, #w-node-_530cbcef-7df2-3754-f494-20ddf38b5907-f41b5c3e, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c550-f41b5c3e, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c551-f41b5c3e, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c552-f41b5c3e, #w-node-af5cf43a-71b0-c7e2-f6df-81c82247c553-f41b5c3e, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941c-f41b5c3e, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941d-f41b5c3e, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941e-f41b5c3e, #w-node-_0e4a96b7-85f9-a541-e777-67444ee8941f-f41b5c3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_46bb06de-b0ca-9a79-fbf5-d023f1668464-f41b5c3e {
  place-self: center end;
}

#w-node-_46bb06de-b0ca-9a79-fbf5-d023f1668483-f41b5c3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-4444a978, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-4444a978, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-4444a978, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-6a31daf8, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-6a31daf8, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-6a31daf8, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-6a31daf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2e19ca8-6f81-caa0-168f-4cf564dac581-4736d7c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-4736d7c9, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-4736d7c9, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-4736d7c9, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-56e4aca6, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-56e4aca6, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-56e4aca6, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-53e3d507, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-53e3d507, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-53e3d507, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-fed51a38, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-fed51a38, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-fed51a38, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-56864a40, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-56864a40, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-56864a40, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-80931daf, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-80931daf, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-80931daf, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-f039167f, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-f039167f, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-f039167f, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-f039167f, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-f039167f, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-f039167f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2e19ca8-6f81-caa0-168f-4cf564dac581-4736d7c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-4444a978, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-4444a978, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-4444a978, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-4444a978, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-4444a978, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-4444a978, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-6a31daf8, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-6a31daf8, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-6a31daf8, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-6a31daf8, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-6a31daf8, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-6a31daf8, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-4736d7c9, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-4736d7c9, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-4736d7c9, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-4736d7c9, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-4736d7c9, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-4736d7c9, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-56e4aca6, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-56e4aca6, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-56e4aca6, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-56e4aca6, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-56e4aca6, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-56e4aca6, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-53e3d507, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-53e3d507, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-53e3d507, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-53e3d507, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-53e3d507, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-53e3d507, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-fed51a38, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-fed51a38, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-fed51a38, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-fed51a38, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-fed51a38, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-fed51a38, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-56864a40, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-56864a40, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-56864a40, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-56864a40, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-56864a40, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-56864a40, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-80931daf, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-80931daf, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-80931daf, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-80931daf, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-80931daf, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-80931daf, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d6e-f039167f, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d72-f039167f, #w-node-_923b5fe2-9527-a1d8-a6fc-8128553a0d76-f039167f, #w-node-_4c7fa773-a40b-f6c9-39f0-8f04aae35c9b-f039167f, #w-node-_347aab40-817f-83c5-419a-6546ebb24073-f039167f, #w-node-d0a44c79-07fc-6389-4c0f-ff82c47cf1cb-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e610-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e612-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e614-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e616-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e618-f039167f, #w-node-_50803b63-e1ba-69fa-2c37-99605127e61a-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe7-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fe9-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29feb-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fed-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29fef-f039167f, #w-node-a38ac91f-7a91-da87-111d-7059b9e29ff1-f039167f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ttoctosquares';
  src: url('../fonts/TTOctosquares-Black.ttf') format('truetype'), url('../fonts/TTOctosquares-Black.otf') format('opentype'), url('../fonts/TTOctosquares-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttoctosquares';
  src: url('../fonts/TTOctosquares-Bold.ttf') format('truetype'), url('../fonts/TTOctosquares-BoldIt.ttf') format('truetype'), url('../fonts/TTOctosquares-Bold.otf') format('opentype'), url('../fonts/TTOctosquares-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttoctosquarescomp';
  src: url('../fonts/TTOctosquaresComp-Black.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-BlackIt.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-Black.otf') format('opentype'), url('../fonts/TTOctosquaresComp-BlackIt.otf') format('opentype'), url('../fonts/TTOctosquaresComp-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttoctosquarescomp';
  src: url('../fonts/TTOctosquaresComp-Bold.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-BoldIt.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-DBoldIt.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-DBold.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-BoldIt.otf') format('opentype'), url('../fonts/TTOctosquaresComp-Bold.otf') format('opentype'), url('../fonts/TTOctosquaresComp-DBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttoctosquarescomp';
  src: url('../fonts/TTOctosquaresComp-Italic.ttf') format('truetype'), url('../fonts/TTOctosquaresComp-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttoctosquarescomp';
  src: url('../fonts/TTOctosquaresComp-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}