.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;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Telegraf Regular, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

h4 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h6 {
  letter-spacing: -0.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #0057ff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 4px;
  padding-left: 20px;
}

li {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 26px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  color: #fff;
  background-color: #141414;
  font-family: Telegraf Regular, sans-serif;
  font-weight: 400;
}

.hero-section {
  z-index: 2;
  min-height: 100vh;
  opacity: 1;
  background-color: #e8ecef;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.hero-section.sub {
  min-height: 500px;
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #141414), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  padding-top: 200px;
  padding-bottom: 50px;
}

.hero-section.sub.calculator {
  background-image: linear-gradient(rgba(87, 76, 230, 0.6), #574ce6), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.sub.kh {
  min-height: auto;
  color: #000;
  padding-top: 250px;
  padding-bottom: 50px;
}

.hero-section.sub.contact-us {
  min-height: 100vh;
  color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 100px;
}

.hero-section.about {
  min-height: auto;
  color: #fff;
  background-color: #ed1b7c;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 200px;
}

.hero-section.products {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.hero-section._2 {
  flex-direction: row;
  align-items: stretch;
}

.hero-section.video {
  z-index: 1;
  padding-bottom: 50px;
  position: relative;
}

.hero-section.mission {
  background-image: url("../images/Child-Landmines---Home-Page-Hi-Res-Image---A7_WEB.jpg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.hero-section.contact {
  min-height: auto;
  color: #fff;
  background-color: rgba(232, 236, 239, 0);
  justify-content: flex-start;
  padding-top: 150px;
  padding-bottom: 50px;
}

.hero-section.careers {
  background-image: url("../images/IMG_3461_EA7-Still1-scaled.jpg");
  background-position: 0%;
  background-size: cover;
  padding-bottom: 50px;
}

.hero-section.eagle-a7 {
  min-height: auto;
  color: #000;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 0;
}

.full-container {
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.full-container.navigation {
  width: 95%;
  max-width: 95%;
  align-items: center;
  display: flex;
}

.full-container._90,
.full-container.footer {
  width: 95%;
  max-width: 95%;
}

.full-container.mg-top {
  margin-top: 100px;
}

.content-wrapper {
  text-align: left;
  text-decoration: none;
}

.content-wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.content-wrapper.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper.contained {
  padding-right: 64px;
}

.content-wrapper._2 {
  margin-top: 150px;
}

.content-wrapper._100 {
  height: 100%;
}

.main-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.main-paragraph._14 {
  font-size: 14px;
  line-height: 20px;
}

.main-paragraph._14._2 {
  padding-left: 24px;
}

.main-paragraph._16 {
  letter-spacing: 0.02rem;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.main-paragraph._16 li {
  margin-bottom: 0;
}

.main-paragraph._20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-paragraph._22 {
  font-size: 20px;
  line-height: 30px;
}

.main-paragraph.limit {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph._2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.main-paragraph._400wdth {
  max-width: 450px;
  margin-left: auto;
  margin-right: 100px;
}

.main-paragraph.mg-large {
  margin-bottom: 64px;
  font-size: 20px;
}

.section {
  z-index: 1;
  background-color: #141414;
  padding-top: 124px;
  padding-bottom: 124px;
  position: relative;
}

.section._0-top {
  padding-top: 0;
}

.section.alt {
  color: #000;
  background-color: #fff;
}

.section.alt.contact {
  color: #fff;
  background-color: #ed1b7c;
  background-image: none;
  background-position: 0 0;
}

.section._2 {
  color: #fff;
  background-color: #574ce6;
  background-image: linear-gradient(
      to right,
      #574ce6 50%,
      rgba(255, 255, 255, 0)
    ),
    none;
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  display: none;
}

.section.half-top {
  background-color: #f7fbff;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
}

.section.alt-2 {
  color: #fff;
  background-color: #141414;
  overflow: hidden;
}

.section.alt-2._22 {
  overflow: visible;
}

.section.alt-3 {
  background-color: #f7fbff;
}

.section.cta {
  color: #fff;
  background-color: #ed1b7c;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.alt-3 {
  color: #fff;
  background-color: #1a1a1a;
}

.section.full-screen-image {
  min-height: 80vh;
  filter: none;
  background-image: url("../images/FlightOpEA7.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section._0-bottom {
  padding-bottom: 0;
}

.section.overflow-off {
  overflow: hidden;
}

.section.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.section.border-top.our-difference {
  background-image: linear-gradient(262deg, #141414 8%, rgba(34, 34, 34, 0.84)),
    url("../images/Landmines-Danger-Hi-Res-Image---A7_WEB.jpg");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.product {
  min-height: 100vh;
  background-image: linear-gradient(
      rgba(20, 20, 20, 0.5),
      rgba(20, 20, 20, 0.5)
    ),
    url("../images/IMG_3461_EA7-Still1-scaled.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.section.padding-half {
  padding-top: 48px;
  padding-bottom: 48px;
}

.heading-container {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.price-card {
  width: 100%;
  max-width: 450px;
  text-align: center;
  background-color: #ef3e5b;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: rgba(232, 236, 239, 0);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(250, 88, 99, 0);
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-right: 48px;
}

.nav-link.stand-out {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-left: 1px solid #fff;
}

.nav-link.dark {
  color: #000;
}

.footer-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-card {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer-card.limit {
  max-width: 375px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-card._2 {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 48px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  flex: 1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.white {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._2 {
  margin-bottom: 0;
}

.divider.light {
  background-color: rgba(255, 255, 255, 0.15);
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.brand {
  color: #fff;
  background-color: rgba(250, 88, 99, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.brand.w--current {
  background-color: rgba(250, 88, 99, 0);
}

.card {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #1f1f1f;
  border: 1px solid #444;
  padding: 8px 8px 32px;
}

.card.transparent {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  padding: 0;
}

.card.transparent.last {
  margin-bottom: 50vh;
}

.card.benefits {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.card.benefits.green {
  color: #fff;
  background-color: #9ba6ed;
}

.card.benefits.purple {
  color: #fff;
  background-color: #a87ced;
  box-shadow: 0 2px 30px rgba(87, 76, 230, 0.22);
}

.card.partners {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.card.documents {
  width: 100%;
  min-height: 100%;
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.card.documents.green {
  color: #fff;
  background-color: #574ce6;
  background-image: linear-gradient(rgba(41, 136, 86, 0.61) 54%, #4db67f), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.documents.orange {
  background-image: linear-gradient(rgba(177, 122, 43, 0.65) 49%, #f2ad4b), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.documents.big {
  min-height: 500px;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.card.documents.medium {
  min-height: 300px;
}

.card.documents.large {
  min-height: 500px;
}

.card.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.card.flex._2 {
  grid-column-gap: 12px;
  padding: 32px;
}

.card.flex.gap-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.card.transparent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.card.transparent._2 {
  grid-column-gap: 12px;
  padding: 32px;
}

.card.transparent.gap-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.card.transparent-copy {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  padding: 0;
}

.card.transparent-copy.last {
  margin-bottom: 50vh;
}

.card.film-tv {
  min-height: 600px;
  color: #fff;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 39%),
    url("../images/pexels-luis-quintero-3612703.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.card.lab-services {
  min-height: 600px;
  color: #fff;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 51%),
    url("../images/pexels-ron-lach-8102676.jpg");
  background-position: 0 0, 30%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.card.web3-projects {
  min-height: 600px;
  color: #fff;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 65%), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.card.careers {
  background-color: rgba(31, 31, 31, 0);
  border-style: solid none none;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.feature-card {
  width: 100%;
  height: 100%;
  min-height: 280px;
  color: #000;
  text-align: center;
  background-color: #fff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-wrapper.center {
  justify-content: center;
}

.button-wrapper.center.regular {
  margin-top: 32px;
}

.button-wrapper.center {
  justify-content: center;
  margin-top: 64px;
}

.button-wrapper.cta {
  justify-content: flex-end;
  margin-top: 0;
}

.support-category-card {
  text-align: center;
  background-color: #272727;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 50px 25px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

.support-category-card:hover {
  background-color: #080808;
}

.contact-card {
  width: 100%;
  color: #000;
  text-align: left;
  background-color: #d8ecec;
  padding: 35px;
  text-decoration: none;
}

.faq-question-wrap {
  margin-top: 35px;
  margin-bottom: 0;
}

.hero-wrapper {
  max-width: 1000px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-wrapper.alt {
  width: 100%;
}

.hero-wrapper.center {
  max-width: 1200px;
  text-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper.center.mg-0 {
  margin-bottom: 0;
}

.main-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0057ff;
  background-clip: border-box;
  border: 1px solid #0057ff;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
  display: inline-block;
}

.main-button:hover {
  background-color: #0039a8;
  border-color: #0039a8;
}

.main-button.nav {
  margin-left: 10px;
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 32px;
}

.main-button.outline {
  background-color: rgba(87, 76, 230, 0);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.main-button.outline:hover {
  border-color: #0057ff;
}

.main-button.outline.darker {
  color: #000;
  border-color: #1f1f1f;
}

.main-button.outline.darker:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.main-button.light {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  position: static;
}

.main-button.light:hover {
  background-color: #eee;
  border-color: #eee;
}

.main-button.light.read-more {
  background-image: none;
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 54px;
}

.main-button.dark {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.main-button.dark.nav {
  background-color: #a587f9;
  border-color: #a587f9;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 14px;
}

.main-button.transparent {
  background-color: rgba(87, 76, 230, 0);
  border-style: none;
  border-radius: 0;
  padding: 0 28px 0 0;
  font-size: 10px;
}

.main-button.transparent:hover {
  background-position: 100% 80%;
}

.main-button.transparent.right {
  background-image: none;
  background-position: 100% 60%;
}

.main-button.transparent.right:hover {
  background-position: 101% 60%;
}

.main-button.light-copy {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.main-button.light-copy:hover {
  background-color: #eee;
  border-color: #eee;
}

.main-button.light-copy.read-more {
  background-image: none;
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 54px;
}

.subheader {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.feature-card-2 {
  width: 100%;
  max-width: 350px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.heading-container-2 {
  max-width: 700px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.contact-card-2 {
  width: 100%;
  color: #000;
  text-align: left;
  background-color: #00a4fa;
  padding: 35px;
  text-decoration: none;
}

.event-grid {
  grid-template-rows: auto;
  grid-template-columns: 0.4fr 0.25fr 1fr;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.question-title-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.margin {
  margin-bottom: 24px;
}

.container-medium-750px {
  max-width: 800px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium-750px._700 {
  max-width: 700px;
}

.container-medium-750px._0-mg {
  margin-bottom: 0;
}

.container-medium-750px.left {
  text-align: left;
  margin-left: 0;
}

.container-medium-750px.left._1000 {
  max-width: 1000px;
}

.text-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bio-card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.08);
}

.video-container {
  color: #fff;
  border-radius: 6px;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-horizontal {
  background-color: #28282e;
}

.process-image {
  height: 100%;
  max-width: 500px;
  min-height: 400px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 36%), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px 12px 500px 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px 32px;
}

.paragraph-6 {
  background-color: rgba(237, 237, 251, 0);
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 12px 20px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-6 h5 {
  font-size: 22px;
  font-weight: 600;
}

.paragraph-6._2 {
  background-color: rgba(237, 237, 251, 0);
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-6._2 a {
  text-decoration: underline;
}

.faq-question-bar-3 {
  color: #1d0a5a;
  background-color: rgba(63, 57, 57, 0);
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-wrap-2 {
  max-width: 800px;
  flex-direction: column;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.faq-question-wrap-2 {
  border-bottom: 1px solid rgba(98, 98, 103, 0.19);
  margin-bottom: 0;
}

.faq-question-wrap-2.last {
  margin-bottom: 0;
}

.container-default {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.footer-links:hover {
  opacity: 0.5;
}

.footer-links.mg-0 {
  margin-bottom: 0;
}

.main-footer {
  z-index: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-title-2 {
  text-transform: none;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.image-23 {
  width: 12px;
}

.div-block-29 {
  width: 24px;
  height: 24px;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.hero-title-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.main-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.main-grid.hero {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr;
  line-height: 2px;
}

.main-grid.double {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.main-grid.double.card._2 {
  grid-template-columns: 0.75fr 1fr;
  align-items: center;
}

.main-grid.double.mg-20 {
  grid-template-columns: 0.5fr 1fr;
  margin-bottom: 20px;
}

.main-grid.triple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.triple.gap-large {
  align-items: center;
}

.main-grid.triple.hide {
  display: none;
}

.main-grid.triple._20-mg {
  margin-bottom: 20px;
}

.main-grid.multi {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.main-grid.hero-images {
  height: auto;
  min-height: auto;
  grid-column-gap: 20px;
  box-shadow: none;
  border-radius: 0;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
}

.main-grid.single {
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.main-grid.single.services {
  grid-row-gap: 25vh;
}

.main-grid.single.gap-none {
  grid-row-gap: 0px;
}

.main-grid.post-images {
  height: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  border-radius: 0;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.main-grid.post-images.double {
  grid-template-columns: 1fr 1fr;
}

.main-grid.triple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.main-grid.triple.gap-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.main-grid.triple.gap-large._4-5 {
  margin-top: 64px;
}

.main-grid.criteria {
  grid-column-gap: 40px;
  grid-template-columns: 0.4fr 1fr;
  align-items: start;
}

.main-grid.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.main-grid.clients {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.alt {
  grid-column-gap: 150px;
  grid-template-columns: 0.5fr 1fr;
  align-items: start;
}

.main-grid.mosaic {
  height: auto;
  min-height: auto;
  grid-column-gap: 20px;
  box-shadow: none;
  border-radius: 0;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr;
  display: none;
}

.main-grid.mosaic.inner {
  grid-template-columns: 1fr 1fr;
}

.main-grid.trio {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.main-grid.trio.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.main-grid.trio.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.main-grid.five {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.tres {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.main-grid.cta {
  grid-template-columns: 2.75fr 1fr;
}

.main-grid.team {
  grid-template-columns: 1fr;
  align-items: center;
}

.main-grid.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 64px;
}

.main-grid.team-grid.card._2 {
  grid-template-columns: 0.75fr 1fr;
  align-items: center;
}

.main-grid.team-grid.mg-20 {
  grid-template-columns: 0.5fr 1fr;
  margin-bottom: 20px;
}

.main-grid.gap-small {
  grid-column-gap: 40px;
}

.main-grid.contained {
  grid-column-gap: 0px;
  margin-left: 5%;
}

.main-grid.contained.right {
  margin-left: 0%;
  margin-right: 5%;
}

.main-grid.teams {
  align-items: start;
}

.main-grid.contact-us {
  grid-column-gap: 64px;
}

.main-grid.careers {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.main-grid.careers.card._2 {
  grid-template-columns: 0.75fr 1fr;
  align-items: center;
}

.main-grid.careers.mg-20 {
  grid-template-columns: 0.5fr 1fr;
  margin-bottom: 20px;
}

.main-grid.trio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.trio.gap-large {
  align-items: center;
}

.main-grid.trio.hide {
  display: none;
}

.main-grid.trio._20-mg {
  margin-bottom: 20px;
}

.main-grid.trio.mg-bottom {
  margin-bottom: 64px;
}

.tagline {
  margin-bottom: 10px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.gradient-wrapper {
  background-image: linear-gradient(to right, #1ce5c3, #9d4dfa);
  border-radius: 12px;
  padding: 0;
  overflow: visible;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.faq-question-wrap-3 {
  width: 100%;
  border-bottom: 1px solid rgba(146, 146, 146, 0.4);
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.image-39 {
  margin-bottom: 24px;
}

.social-icon {
  min-width: 28px;
  padding-right: 8px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.wg-code {
  display: none;
}

.info-wrapper {
  margin-bottom: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.info-wrapper._2 {
  margin-top: 5px;
}

.mosaic-images {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.mosaic-images._2 {
  width: 100%;
  height: 150px;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.mosaic-images._3 {
  height: 125px;
}

.mosaic-images._4 {
  width: 100%;
  height: 250px;
  object-position: 50% 80%;
  margin-bottom: 20px;
}

.mosaic-images._5 {
  height: 300px;
}

.mosaic-images.ho1 {
  width: 100%;
  height: 300px;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.mosaic-images.ho2 {
  height: 200px;
}

.mosaic-images.ho3 {
  width: 100%;
  height: 150px;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.mosaic-images.ho4 {
  height: 350px;
}

.mosaic-images.ho5 {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}

.mosaic-images.ho6 {
  width: 100%;
  height: 175px;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.mosaic-images.ds2 {
  height: 325px;
}

.mosaic-images.ds3 {
  width: 100%;
  height: 250px;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.mosaic-images.ds4 {
  height: 250px;
}

.mosaic-images.ho {
  width: 100%;
  height: 100%;
  max-height: 370px;
  object-position: 50% 50%;
}

.mosaic-images.ds5 {
  width: 100%;
  height: 175px;
  object-position: 50% 50%;
  margin-bottom: 20px;
}

.mosaic-images._6 {
  height: 100px;
}

.mosaic-images._7 {
  height: 300px;
}

.mosaic-images._8 {
  height: 150px;
  margin-bottom: 20px;
}

.color-fill {
  height: 400px;
  background-color: #f6f6fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-fill.blog {
  background-color: #e8ecef;
}

.color-fill.alt {
  background-color: #e3e3ff;
}

.div-block-108 {
  height: 250px;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 88%), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-108._2 {
  background-image: linear-gradient(#9ba6ed, rgba(0, 0, 0, 0) 44%), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-108._3 {
  background-image: linear-gradient(#a87ced, rgba(0, 0, 0, 0) 40%), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-109 {
  border-radius: 1px;
  padding: 21px;
}

.div-block-109._2 {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  display: flex;
  position: relative;
}

.mg-regular {
  margin-bottom: 24px;
  padding-bottom: 0;
}

.div-block-111 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 64px;
  display: grid;
}

.purple-span {
  color: #a587f9;
}

.c-custom-code {
  display: none;
}

.position {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.reviewer {
  font-size: 20px;
  line-height: 28px;
}

.cta-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-image: linear-gradient(to right, #574ce6, #c5c0ff 51%, #92fcc2);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 124px;
  display: grid;
}

.cta-wrapper.testimonial {
  color: #fff;
  text-align: center;
  background-color: #574ce6;
  background-image: linear-gradient(rgba(204, 239, 241, 0.64), #574ce6 97%),
    none;
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  padding: 64px;
  display: block;
}

.cta-wrapper.testimonial.iman {
  background-image: linear-gradient(rgba(204, 239, 241, 0.64), #574ce6 97%),
    none;
  background-position: 0 0, 50% 35%;
}

.cta-wrapper.careers {
  color: #fff;
  text-align: center;
  background-color: #574ce6;
  background-image: linear-gradient(rgba(87, 76, 230, 0.61), #574ce6 97%), none;
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  margin-top: 0;
  padding: 64px;
  display: block;
}

.partner-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.main-icon {
  width: 60px;
  height: 60px;
  filter: hue-rotate(31deg);
  object-fit: fill;
  margin-bottom: 32px;
  display: block;
}

.main-icon._0-mg {
  filter: brightness(20000%) hue-rotate(31deg) grayscale();
  margin-bottom: 0;
  margin-right: 0;
}

.main-icon._0-mg.filter-off {
  filter: none;
  padding: 3px;
}

.main-icon._0-mg.filter-off.alt {
  flex: none;
  padding-top: 0;
}

.main-icon.filter-off {
  filter: none;
}

.mg-small {
  margin-bottom: 8px;
}

.container-medium-750px-2 {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium-750px-2.left {
  max-width: none;
  text-align: left;
  margin-left: 0;
}

.tabs-content-2 {
  margin-top: 0;
  overflow: visible;
}

.image-wrapper {
  height: 100%;
  min-height: 400px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 12px;
}

.tab-link-2 {
  color: #000;
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 13px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: opacity 0.2s;
  display: flex;
}

.tab-link-2:hover {
  opacity: 0.75;
}

.tab-link-2.w--current {
  background-color: #fff;
}

.tab-link-2.w--current:hover {
  opacity: 1;
}

.tab-link-2._2 {
  background-color: rgba(87, 76, 230, 0.05);
  border: 1px solid rgba(87, 76, 230, 0.13);
  border-radius: 8px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: all;
}

.tab-link-2._2:hover {
  opacity: 1;
  color: #fff;
  background-color: #574ce6;
  border-color: #574ce6;
}

.tab-link-2._2.w--current {
  color: #fff;
  background-color: #574ce6;
  border-color: #574ce6;
}

.tab-link-2._2.alt {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}

.tab-link-2._2.small {
  padding: 12px;
  font-size: 16px;
  line-height: 22px;
}

.tab-link-2._2.small.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.tab-link-2._2.small.light:hover,
.tab-link-2._2.small.light.w--current {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.tab-link-2._3 {
  opacity: 0.25;
  color: #1d0a5a;
  background-color: rgba(87, 76, 230, 0);
  border-radius: 8px;
  margin-left: 0;
  padding: 0 12px 0 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  transition-property: all;
}

.tab-link-2._3:hover {
  opacity: 1;
}

.tab-link-2._3.w--current {
  opacity: 1;
  color: #1d0a5a;
  border-color: #574ce6;
}

.tab-link-2._3.alt {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}

.tab-link-2._3.small {
  padding: 12px;
  font-size: 16px;
  line-height: 22px;
}

.tab-link-2._3.small.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.tab-link-2._3.small.light:hover,
.tab-link-2._3.small.light.w--current {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.tabs {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
}

.tabs._2 {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.partner-links {
  color: #000;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.partner-links:hover {
  opacity: 0.75;
}

.partner-image {
  width: 200px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.faq-content-2 {
  margin-top: -2px;
  overflow: hidden;
}

.card-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}

.card-2.transparent {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.block-quote-2 {
  letter-spacing: -0.02em;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.mg-regular-2 {
  margin-bottom: 24px;
}

.container-medium-750px-3 {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium-750px-3.left {
  max-width: none;
  text-align: left;
  margin-left: 0;
}

.container-medium-750px-3.left.mg-0,
.container-medium-750px-3._0 {
  margin-bottom: 0;
}

.purple-card {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}

.purple-card.transparent {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.purple-card.teal {
  color: #fff;
  background-color: #574ce6;
  background-image: linear-gradient(#574ce6, #574ce6), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -305px;
  padding: 44px;
  box-shadow: 0 1px 60px rgba(0, 0, 0, 0.14);
}

.purple-card.teal._0 {
  margin-top: 32px;
}

.purple-card.teal.alt {
  margin-top: 0;
}

.section-purple {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.section-purple._0-top {
  background-color: #9c7aed;
  padding-top: 0;
  padding-bottom: 0;
}

.numbered-block {
  width: 65px;
  height: 65px;
  color: #fff;
  background-color: #633eff;
  border-radius: 5000px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.icon-2 {
  width: 60px;
  height: 60px;
  object-fit: fill;
  margin-bottom: 32px;
  margin-right: auto;
  display: block;
}

.icon-2.filter-on {
  width: 60px;
  height: 60px;
  filter: brightness(20000%) grayscale();
  object-fit: cover;
  object-position: -12px 50%;
}

.information-button {
  width: 20px;
  height: 20px;
  background-image: linear-gradient(#4f46e5, #2dd4bf);
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
  position: relative;
}

.criteria-card {
  margin-bottom: 32px;
}

.criteria-card.last {
  margin-bottom: 0;
}

.criteria-bar {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.04);
}

.criteria-title {
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.form-block-5 {
  font-size: 20px;
  font-weight: 600;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.fs-dropdown-1 {
  z-index: 998;
  width: 100%;
  margin-left: 0;
}

.fs-search_field-1 {
  height: 68px;
  box-shadow: none;
  color: #000;
  letter-spacing: -0.03em;
  background-color: #f0f0f0;
  border: 2px #fff;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding-left: 24px;
  padding-right: 1.5rem;
  font-size: 18px;
  font-weight: 600;
}

.fs-search_field-1:focus {
  border-color: #574ce6;
}

.fs-checkbox_row {
  min-height: 3rem;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.fs-checkbox_field-4 {
  color: #000;
  cursor: pointer;
  background-color: rgba(87, 76, 230, 0.05);
  border: 1px solid rgba(87, 76, 230, 0.05);
  border-radius: 0.25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
  display: flex;
  position: relative;
}

.fs-checkbox_field-4:hover {
  color: #fff;
  background-color: #574ce6;
  border-color: #574ce6;
}

.fs-checkbox_field-4:focus {
  color: #fff;
}

.fs-checkbox_button-4 {
  width: 100%;
  height: 100%;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.fs-checkbox_button-4.w--redirected-checked {
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  background-image: none;
  border-style: none;
}

.fs-checkbox_button-4.w--redirected-focus {
  box-shadow: none;
  color: #fff;
  border-style: none;
  border-radius: 0;
}

.fs-checkbox_button-4.w--redirected-focus-visible {
  box-shadow: none;
}

.fs-checkbox_label-4 {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.text-block-31 {
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  font-size: 18px;
}

.div-block-116 {
  height: 100%;
}

.text-span-5 {
  padding-left: 4px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.text-block-32 {
  letter-spacing: -0.01em;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.collection-item {
  width: 100%;
}

.html-embed-2 {
  overflow: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.hide {
  display: none;
}

.label-link {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #242424;
  align-items: center;
  padding: 0.4rem 0.5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.styleguide-navbar-overlay {
  z-index: 10;
  opacity: 0.5;
  background-color: #222;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button-5 {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #242424;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: border 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.styleguide-menu-toggle {
  display: none;
}

.button-text {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.style-guide-subtitle {
  margin-top: 0;
}

.style-guide-subheader {
  background-color: #0057ff;
  padding: 56px 68px;
}

.mg-top-24px {
  margin-top: 24px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

.style-guide-sidebar-icon {
  width: 60%;
}

.color-container {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(8, 8, 8, 0.03), 0 12px 22px rgba(8, 8, 8, 0.02);
}

.style-guide-header {
  background-color: #0057ff;
  padding: 100px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-link {
  color: #575757;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: opacity 0.2s, background-color 0.3s;
  display: flex;
}

.style-guide-link:hover {
  color: #080808;
  background-color: #ededfb;
}

.style-guide-link.w--current {
  color: #080808;
  background-color: #ededfb;
  font-weight: 700;
  transition: color 0.3s, background-color 0.3s;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-hex {
  color: #989898;
  text-transform: uppercase;
  line-height: 20px;
}

.paragraph-large {
  font-size: 20px;
  line-height: 32px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.section-styleguide-2 {
  padding-top: 149px;
  padding-bottom: 86px;
}

.style-guide-content-wrapper {
  color: #000;
  padding: 110px 68px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.style-guide-icon-link {
  width: 56px;
  height: 56px;
  background-color: #0057ff;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color 0.25s;
  display: flex;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
}

.container-default-3 {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.color-title {
  color: #080808;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.typography-details {
  color: #574ce6;
  margin-top: 15px;
  font-weight: 500;
}

.style-guide-content {
  max-width: 100%;
  background-color: #fff;
  flex: 1;
  margin-left: 18px;
  box-shadow: 0 8px 22px rgba(8, 8, 8, 0.09);
}

.style-guide-sidebar-title {
  color: #080808;
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #ededed;
  margin-top: 24px;
  padding-top: 24px;
}

.color-block {
  min-height: 120px;
}

.color-block.bg-neutral-700 {
  background-color: #1f1f1f;
}

.color-block.bg-neutral-200 {
  background-color: #f6f6fd;
}

.color-block.bg-neutral-800 {
  background-color: #373185;
}

.color-block.bg-neutral-300 {
  background-color: #ededfb;
}

.color-block.bg-primary-1 {
  background-color: #0057ff;
  text-decoration: none;
}

.color-block.bg-primary-2 {
  background-color: #56ffa3;
}

.color-block.bg-primary-3 {
  background-color: #ffb956;
}

.typography-container {
  border-bottom: 1px solid #ededed;
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.mg-top-8px {
  margin-top: 8px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar {
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  flex: 0 14em;
  margin-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.flex {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.flex.sidebar {
  align-items: flex-start;
}

.div-block-117 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-117.mg-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.heading-18 {
  margin-bottom: 0;
}

.image-115 {
  width: 32px;
}

.collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.text-block-33 {
  margin-bottom: 4px;
}

.div-block-118 {
  width: 100%;
  height: 240px;
  opacity: 0.5;
  filter: brightness(20000%) grayscale();
  background-image: none;
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 2150px;
}

.hero-images {
  width: 80%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
}

.hero-images._2 {
  width: 100%;
  max-height: 300px;
  max-width: 300px;
  min-height: auto;
}

.hero-images._1 {
  margin-bottom: 40px;
}

.gradient-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-image: linear-gradient(to right, #574ce6, #c5c0ff 51%, #92fcc2);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.gradient-card.testimonial {
  color: #fff;
  text-align: center;
  background-color: #574ce6;
  background-image: linear-gradient(rgba(87, 76, 230, 0.61), #574ce6 97%), none;
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  padding: 64px;
  display: flex;
}

.press-logo.large {
  width: 400px;
}

.div-block-119 {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mg-large {
  margin-bottom: 40px;
}

.site-image {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
}

.site-image.team-image {
  height: 300px;
  max-height: none;
  min-height: auto;
  margin-bottom: 24px;
}

.site-image.services {
  max-height: 700px;
  min-height: 600px;
}

.site-image.services._2 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.site-image.services._3 {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.site-image.medium {
  max-height: 400px;
  min-height: 400px;
}

.site-image.about {
  max-height: 600px;
}

.site-image.team {
  height: 400px;
  max-height: none;
  min-height: auto;
  object-position: 50% 50%;
  margin-bottom: 24px;
  display: none;
}

.site-image.large {
  height: 500px;
}

.site-image.columnd {
  max-height: 100vh;
}

.site-image.huge {
  max-height: 800px;
}

.site-image._2 {
  overflow: visible;
}

.site-image.full-height {
  max-height: 100%;
}

.site-image.larger {
  height: 100%;
}

.div-block-117-copy {
  grid-column-gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.div-block-117-copy.mg-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.bold-text-4 {
  color: #633eff;
}

.div-block-120 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-121 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-122 {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.image-116 {
  filter: contrast(2000%) invert() grayscale();
}

.dropdown-list {
  border-radius: 12px;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.dropdown-link {
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #ed1b7c;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #633eff;
}

.collection-list,
.collection-item-2 {
  height: 100%;
  min-height: 100%;
}

.collection-list-2,
.collection-item-3 {
  height: 100%;
}

.overlay {
  z-index: 2;
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: end;
  padding: 64px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-list-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-3 {
  display: none;
}

.blog-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-117 {
  margin-bottom: 24px;
}

.copyright-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  display: flex;
}

.link,
.link-2 {
  color: #fff;
}

.pagination {
  grid-column-gap: 12px;
  margin-top: 24px;
}

.heading-19 {
  padding-bottom: 9px;
}

.background-video {
  height: 100%;
  min-height: 80vh;
  filter: hue-rotate(132deg);
}

.text-logo {
  color: #1d0a5a;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.text-logo.footer {
  color: #fff;
  margin-bottom: 24px;
}

.dropdown-2 {
  display: none;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #0057ff;
  margin-right: 8px;
}

.dot.purple {
  background-color: #a587f9;
}

.div-block-125 {
  align-items: center;
  margin-bottom: 64px;
  font-size: 16px;
  display: flex;
}

.mg-medium {
  margin-bottom: 12px;
}

.text-span-6 {
  color: #aed9fc;
}

.image-118 {
  filter: none;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cursor {
  z-index: 99999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor_dot {
  width: 40px;
  height: 40px;
  background-color: rgba(174, 217, 252, 0.75);
  border-radius: 500px;
}

.text-span-7 {
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  display: inline-block;
}

.text-span-8 {
  filter: hue-rotate(203deg);
  color: #08031a;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  padding-left: 4px;
  padding-right: 4px;
}

.background-video-2 {
  width: 60%;
  height: auto;
  color: #1d0a5a;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-126 {
  grid-column-gap: 24px;
  color: #1d0a5a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 0.3s;
  display: flex;
}

.div-block-126:hover {
  padding-left: 24px;
}

.div-block-126.alt {
  justify-content: flex-start;
  display: none;
}

.div-block-126.alt:hover {
  padding-left: 0;
}

.text-block-34 {
  min-width: 45px;
  color: #aed9fc;
  font-size: 32px;
  line-height: 1;
}

.contact-form {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  height: 54px;
  color: #fff;
  background-color: #1f1f1f;
  border: 1px solid #363636;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.text-field.message {
  height: 129px;
  padding-top: 12px;
}

.text-field.dropdown {
  color: #000;
  background-color: #fff;
}

.site-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s;
}

.site-button:hover {
  background-color: #270001;
}

.success-message-5 {
  background-color: rgba(221, 221, 221, 0);
  font-size: 20px;
}

.div-block-127 {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 100px;
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.slide-nav,
.left-arrow,
.right-arrow {
  display: none;
}

.div-block-128 {
  max-width: 800px;
}

.image-119 {
  width: 40px;
  filter: none;
}

.grid {
  grid-column-gap: 16px;
}

.image-120 {
  background-color: #87d1ea;
}

.tabs-2 {
  display: none;
}

.list {
  font-size: 16px;
  line-height: 26px;
}

.difference {
  min-height: 400px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 17%, #000), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 21px;
  display: flex;
}

.difference._2 {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  display: flex;
  position: relative;
}

.text-block-35 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.icon {
  width: 64px;
  margin-bottom: 24px;
}

.field-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-130 {
  text-align: right;
  margin-top: 64px;
}

.sub-header {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.mission-header {
  font-size: 4rem !important;
  color: #d2e2ff;
  line-height: 1.4 !important;
  letter-spacing: 0.2rem !important;
}

.mission-header span {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 1.19);
}

.nav-logo {
  width: 100px;
  margin-right: 20px !important;
  padding: 5px !important;
  background-color: transparent !important;
}

.nav-logo__full {
  width: 250px;
}

.nav-logo__full img {
  height: auto !important;
}

.logo {
  width: 100%;
}

.logo--shadow {
  filter: drop-shadow(0px 0px 0.3px black);
}

.logo.alt {
  margin-left: -14px;
}

.services-wrapper {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all 0.2s;
  display: flex;
}

.services-wrapper:hover {
  padding-left: 32px;
}

.dot-2 {
  font-size: 80px;
}

.green-dot {
  color: #cfff00;
  font-size: 85px;
  line-height: 45px;
}

.main-paragraph-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.main-paragraph-2.limit-width {
  width: 500px;
}

.pink-span {
  color: #ed1b7c;
}

.press-logos {
  height: 30px;
  max-width: 150px;
  opacity: 0.5;
  filter: brightness(0%) invert() grayscale();
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.press-logos.large {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.press-logos.invert {
  filter: invert();
}

.div-block-131 {
  width: 12px;
  height: 12px;
  background-color: #aed9fc;
  border-radius: 500px;
}

.full-container-2 {
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sub-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  font-size: 16px;
  display: none;
}

.sub-wrapper.center {
  justify-content: center;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-2.alt-2 {
  background-color: #f7fbff;
}

.clients-grid {
  grid-column-gap: 100px;
  grid-row-gap: 64px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.clients-grid.clients {
  grid-column-gap: 164px;
  grid-template-columns: 0.75fr 0.75fr 1fr 1fr;
}

.clients-grid.clients.scrollable {
  margin-bottom: 32px;
  display: flex;
}

.clients-grid.clients.scrollable.last {
  margin-bottom: 0;
}

.clients-grid.clients-copy {
  grid-column-gap: 164px;
  grid-template-columns: 0.75fr 0.75fr 1fr 1fr;
}

.clients-grid.clients-copy.scrollable {
  margin-bottom: 32px;
  display: flex;
}

.clients-grid.clients-copy.scrollable.last {
  margin-bottom: 0;
}

.clients-grid.clients-copy {
  grid-column-gap: 164px;
  grid-template-columns: 0.75fr 0.75fr 1fr 1fr;
}

.clients-grid.clients-copy.scrollable {
  margin-bottom: 32px;
  display: flex;
}

.clients-grid.clients-copy.scrollable.last {
  margin-bottom: 0;
}

.div-block-132 {
  overflow: visible;
}

.main-button-2 {
  color: #fff;
  text-align: center;
  background-color: #574ce6;
  border: 1px solid #574ce6;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
  display: inline-block;
}

.main-button-2:hover {
  background-color: #473aec;
  border-color: #473aec;
}

.container-medium-750px-4 {
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium-750px-4._900 {
  max-width: 900px;
}

.card-overlay {
  z-index: 1;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  padding: 33px;
  display: flex;
}

.image-121 {
  width: 64px;
  filter: hue-rotate(336deg);
  transform: rotate(-90deg);
}

.image-122 {
  width: 32px;
  margin-bottom: 0;
}

.div-block-133 {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.image-123 {
  width: 24px;
  filter: contrast(200%) hue-rotate(346deg);
}

.div-block-134 {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.job-title {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.profile-picture-2 {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 500px;
  margin-right: 12px;
}

.slider-2 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.div-block-135 {
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.slide-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-radius: 500px;
  font-size: 16px;
  transition: all 0.2s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-arrow:hover {
  color: #000;
  background-color: #fff;
  border-color: #b1a88f #b1a88f #b1a88f #fff;
}

.slide-arrow.left {
  right: 76px;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.block-quote.smaller {
  font-size: 30px;
  line-height: 40px;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 25, 26, 0.1);
  flex: 1;
}

.divider-2.light,
.divider-2.light-copy {
  background-color: rgba(255, 255, 255, 0.3);
}

.text-block-36 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.card-3 {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 33px;
}

.paragraph-big {
  font-size: 20px;
  line-height: 150%;
}

.tab-circle {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.wrap-services-tab-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-tabs-services {
  margin-top: 64px;
  display: none;
}

.tabs-services {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link {
  grid-column-gap: 16px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 1px solid #d3c8c2;
  align-items: center;
  padding: 32px 0;
  font-size: 28px;
  display: flex;
}

.tab-link.w--current {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
}

.tag {
  height: 38px;
  border: 1px solid #272621;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.tabs-content-services {
  width: 100%;
  max-width: 520px;
  flex: 1;
}

.tabs-menu-services {
  width: 100%;
  max-width: 520px;
  flex-direction: column;
  display: flex;
}

.text-tab-link {
  font-size: 32px;
  line-height: 120%;
}

.div-block-136 {
  color: #fff;
  background-color: #1c2020;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 64px;
  padding: 32px;
  position: relative;
}

.div-block-136.last {
  margin-bottom: 0;
}

.div-block-137 {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.light-image-wrapper,
.light-image {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.number {
  margin-bottom: 64px;
  font-size: 65px;
  line-height: 1;
}

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.div-block-139 {
  grid-column-gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-3 {
  height: 500px;
  filter: hue-rotate(82deg);
}

.image-124 {
  max-width: 800px;
  filter: hue-rotate(65deg);
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay-copy {
  z-index: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-140 {
  grid-column-gap: 12px;
  display: flex;
}

.text-block-37 {
  font-size: 16px;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background-image: linear-gradient(
    rgba(20, 20, 20, 0.5),
    rgba(0, 0, 0, 0) 29%,
    #141414
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column.padding {
  align-items: center;
  padding: 64px;
  display: flex;
}

.column.padding._2 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/image_2023_06_09T12_32_55_594Z.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.columns {
  align-items: stretch;
  display: flex;
}

.div-block-141 {
  align-items: center;
  display: flex;
}

.wg-dd-1-togle {
  z-index: 1;
  width: 100%;
  border-radius: 6px;
  flex-direction: column;
  padding: 12px 10px;
  font-size: 16px;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw6 {
  border-radius: 6px;
}

.wg-selector-text-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.wg-dropdown-1 {
  width: auto;
  text-transform: uppercase;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 600;
}

.wg-flag {
  width: 20px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.wg-dropdown-1-link {
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #ed1b7c;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, 0.07);
}

.wg-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.wg-element-3 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: background-color 0.2s;
  display: none;
  position: relative;
}

.image-125 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin-bottom: 0;
}

.div-block-142 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/image_2023_06_09T12_32_55_594Z.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 64px;
}

.image-126 {
  margin-bottom: 24px;
}

.image-127 {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 24px;
}

.flex-wrapper {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 40px;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.tabs-3 {
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 64px;
  display: flex;
}

.image-128 {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.tab-link-tab-2 {
  width: 33.333%;
  color: #fff;
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px rgba(255, 255, 255, 0.15);
  padding: 32px 64px;
  font-size: 18px;
}

.tab-link-tab-2.w--current {
  background-color: rgba(255, 255, 255, 0.15);
}

.div-block-143 {
  max-width: 500px;
}

.main-grid-2 {
  grid-column-gap: 150px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.main-grid-2.double {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: start;
}

.main-grid-2.double.gap-small {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.main-grid-2.single {
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.main-grid-2.single.gap-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.site-image-2 {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

.site-image-2.small {
  max-height: 250px;
  min-height: 100%;
}

.div-block-144 {
  background-color: #0057ff;
  margin-right: 40px;
  padding: 24px;
}

.image-129 {
  height: 24px;
}

.heading-20 {
  border-radius: 0;
  font-size: 6rem;
  line-height: 1;
}

.tranisiton-video {
  height: 80vh;
}

.image-130 {
  width: 32px;
  filter: invert();
}

.div-block-145 {
  position: relative;
}

.div-block-146 {
  background-image: url("../images/61166af8ea6b0f2b9aea88e2_BG-TECH.webp");
  background-position: 50%;
  background-size: cover;
  padding: 150px;
}

.div-block-147 {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(
      #f4f4f4 12%,
      rgba(140, 140, 140, 0) 50%,
      #141414
    ),
    url("../images/DroneHover-EA7-Web.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.underline {
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-paragraph-copy {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.main-paragraph-copy._14 {
  font-size: 14px;
  line-height: 20px;
}

.main-paragraph-copy._14._2 {
  padding-left: 24px;
}

.main-paragraph-copy._16 {
  font-size: 16px;
  line-height: 24px;
}

.main-paragraph-copy._16 li {
  margin-bottom: 0;
}

.main-paragraph-copy._20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-paragraph-copy._22 {
  font-size: 20px;
  line-height: 30px;
}

.main-paragraph-copy.limit {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph-copy._2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.main-paragraph-copy._400wdth {
  max-width: 450px;
  margin-left: auto;
  margin-right: 100px;
}

.main-paragraph-copy.mg-large {
  margin-bottom: 64px;
}

.text-span-9 {
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.19);
}

.heading-21 {
  font-family: Gilroy, sans-serif;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .dot-2 {
    -webkit-text-fill-color: transparent;
    background-image: none;
    background-position: 50%;
    background-size: auto;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 65px;
    line-height: 45px;
  }

  .main-paragraph-2.limit-width {
    max-width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .services-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-144 {
    background-color: #0057ff;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section.eagle-a7 {
    min-height: 100vh;
    justify-content: space-between;
  }

  .main-grid.double.card._2,
  .main-grid.team-grid.card._2,
  .main-grid.careers.card._2 {
    grid-template-columns: 0.75fr 1fr;
    align-items: center;
  }

  .image-118 {
    margin-left: auto;
  }

  .div-block-146 {
    background-image: linear-gradient(
      135deg,
      #131313,
      rgba(62, 78, 83, 0.49) 48%,
      #617e87
    );
    background-position: 0 0;
    background-size: auto;
    padding: 180px;
  }

  .div-block-147 {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-section {
    flex-direction: column;
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .hero-section.sub {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .content-wrapper {
    max-width: none;
  }

  .content-wrapper.sticky {
    position: static;
  }

  .content-wrapper.contained {
    padding-right: 0;
  }

  .content-wrapper._2 {
    margin-top: 0;
  }

  .main-paragraph._20 {
    margin-bottom: 24px;
  }

  .main-paragraph._400wdth {
    max-width: 300px;
    margin-right: 32px;
  }

  .main-paragraph.mg-large {
    margin-bottom: 40px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .nav-link {
    color: #000;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link:hover {
    color: rgba(0, 0, 0, 0.75);
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-link.dropdown {
    margin-left: 40px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-card.limit {
    border-right-style: none;
  }

  .footer-card._2 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left-style: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .divider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .divider.white {
    width: 100%;
    display: none;
  }

  .divider.light {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding: 20px 5%;
  }

  .menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    font-size: 30px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.dark {
    color: #000;
  }

  .card.documents {
    min-height: 300px;
  }

  .card.documents.green {
    min-height: 225px;
  }

  .card.documents.big,
  .card.documents.medium,
  .card.documents.large {
    min-height: 300px;
  }

  .feature-card {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper.center-mobile {
    justify-content: center;
  }

  .contact-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-question-wrap {
    margin-top: 25px;
  }

  .hero-wrapper {
    max-width: none;
    align-items: center;
  }

  .hero-wrapper.alt {
    width: 100%;
  }

  .main-button.dark.nav {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .feature-card-2,
  .contact-card-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .event-grid {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .main-footer {
    padding-top: 50px;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .main-grid.hero {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
  }

  .main-grid.double {
    margin-bottom: 0;
  }

  .main-grid.triple {
    grid-template-columns: 1fr;
  }

  .main-grid.multi {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.triple {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .main-grid.triple.gap-large {
    grid-row-gap: 40px;
  }

  .main-grid.triple.gap-large._4-5 {
    margin-top: 40px;
  }

  .main-grid.criteria {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .main-grid.clients {
    grid-column-gap: 64px;
  }

  .main-grid.bottom {
    margin-top: 40px;
  }

  .main-grid.alt,
  .main-grid.trio,
  .main-grid.trio.gap-20,
  .main-grid.team {
    grid-template-columns: 1fr;
  }

  .main-grid.team-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .main-grid.careers {
    margin-bottom: 0;
  }

  .main-grid.trio {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.trio.mg-bottom {
    margin-bottom: 40px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .cta-wrapper {
    grid-row-gap: 0px;
    background-image: linear-gradient(
      to right,
      rgba(89, 150, 255, 0.85),
      rgba(87, 76, 230, 0.52) 52%,
      rgba(34, 208, 129, 0.49)
    );
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
    padding: 24px;
    display: none;
    position: relative;
  }

  .image-113 {
    display: none;
  }

  .tab-link-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .card-2,
  .purple-card {
    padding: 32px;
  }

  .purple-card.transparent.light {
    width: 100%;
  }

  .purple-card.teal {
    margin-top: -50px;
  }

  .section-purple {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .information-button {
    display: none;
  }

  .styleguide-menu-toggle {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-styleguide-2 {
    padding-top: 134px;
    padding-bottom: 50px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .div-block-118 {
    height: 100%;
    background-position: 0%;
    background-size: 4000px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gradient-card {
    grid-row-gap: 0px;
    background-image: linear-gradient(
      to right,
      rgba(89, 150, 255, 0.85),
      rgba(87, 76, 230, 0.52) 52%,
      rgba(34, 208, 129, 0.49)
    );
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
    padding: 24px;
    display: flex;
    position: relative;
  }

  .site-image.columnd {
    max-height: 400px;
  }

  .site-image.huge {
    max-height: 300px;
  }

  .site-image._2 {
    max-height: 400px;
  }

  .overlay {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 32px;
    display: grid;
  }

  .background-video {
    width: 100%;
    height: 500px;
    min-height: auto;
  }

  .image-118 {
    display: none;
  }

  .logo.alt {
    margin-bottom: 32px;
  }

  .services-wrapper {
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .clients-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .clients-grid.clients,
  .clients-grid.clients-copy,
  .clients-grid.clients-copy {
    grid-column-gap: 32px;
  }

  .div-block-135 {
    margin-top: 32px;
  }

  .block-quote {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 40px;
  }

  .block-quote.smaller {
    font-size: 25px;
    line-height: 35px;
  }

  .divider-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .card-3 {
    padding: 32px;
  }

  .tabs-services {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-tags {
    flex-wrap: wrap;
  }

  .div-block-136 {
    margin-bottom: 40px;
  }

  .div-block-137 {
    position: static;
  }

  .div-block-138 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .columns.rev {
    flex-direction: column;
  }

  .image-127 {
    object-fit: cover;
  }

  .main-grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .main-grid-2.double.gap-small {
    grid-template-columns: 1fr 1fr;
  }

  .heading-20 {
    font-size: 5rem;
  }

  .main-paragraph-copy._20 {
    margin-bottom: 24px;
  }

  .main-paragraph-copy._400wdth {
    max-width: 300px;
    margin-right: 32px;
  }

  .main-paragraph-copy.mg-large {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section {
    padding-top: 175px;
  }

  .hero-section.sub {
    padding-top: 124px;
    padding-bottom: 50px;
  }

  .hero-section.about {
    min-height: auto;
    padding-top: 150px;
  }

  .main-paragraph._20 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-paragraph._400wdth {
    max-width: none;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .footer-card._2 {
    width: 100%;
  }

  .divider.white {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .card.flex,
  .card.transparent {
    grid-row-gap: 12px;
  }

  .main-grid.triple {
    grid-template-columns: 1fr;
  }

  .main-grid.hero-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-grid.triple {
    grid-template-columns: 1fr;
  }

  .main-grid.clients {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-grid.mosaic {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-grid.team-grid,
  .main-grid.trio {
    grid-template-columns: 1fr;
  }

  .tagline {
    padding-left: 20px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-wrapper {
    min-height: 100px;
  }

  .mosaic-images._2,
  .mosaic-images._4 {
    margin-bottom: 12px;
  }

  .mosaic-images.ho1 {
    height: 175px;
  }

  .mosaic-images.ho2 {
    height: 125px;
  }

  .mosaic-images.ho3 {
    height: 100px;
  }

  .mosaic-images.ho4 {
    height: 200px;
  }

  .mosaic-images.ho6 {
    height: 175px;
  }

  .mosaic-images.ds2 {
    height: 125px;
  }

  .mosaic-images.ds3 {
    height: 100px;
  }

  .mosaic-images.ds4 {
    height: 200px;
  }

  .mosaic-images.ds5 {
    height: 100px;
  }

  .mg-regular {
    margin-bottom: 12px;
  }

  .cta-wrapper.testimonial,
  .cta-wrapper.careers {
    padding: 32px;
  }

  .tab-link-2 {
    justify-content: flex-start;
    padding: 10px 12px;
  }

  .tab-link-2._3 {
    font-size: 40px;
  }

  .card-2,
  .purple-card,
  .purple-card.teal {
    padding: 24px;
  }

  .fs-checkbox_row {
    grid-auto-flow: row;
  }

  .styleguide-menu-toggle {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .style-guide-subheader {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-118 {
    background-size: 3000px;
  }

  .hero-images {
    max-height: 500px;
  }

  .gradient-card.testimonial {
    padding: 32px;
  }

  .site-image {
    min-height: 400px;
  }

  .div-block-123,
  .div-block-124 {
    display: none;
  }

  .copyright-wrapper {
    grid-row-gap: 12px;
    margin-top: 24px;
  }

  .logo.alt {
    margin-bottom: 0;
  }

  .services-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .services-wrapper:hover {
    padding-left: 0;
  }

  .clients-grid.clients,
  .clients-grid.clients-copy,
  .clients-grid.clients-copy {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .image-121 {
    margin-left: auto;
  }

  .tabs-services {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .main-grid-2.single {
    grid-row-gap: 24px;
  }

  .heading-20 {
    font-size: 4rem;
  }

  .main-paragraph-copy._20 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-paragraph-copy._400wdth {
    max-width: none;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1.5px;
    line-height: 45px;
  }

  h2 {
    letter-spacing: -0.5px;
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 30px;
  }

  ul {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section {
    min-height: auto;
    margin-top: 0;
    padding-top: 100px;
  }

  .hero-section.sub.kh {
    padding-top: 200px;
  }

  .hero-section.video {
    min-height: 100vh;
  }

  .hero-section.eagle-a7 {
    padding-top: 150px;
  }

  .full-container.navigation,
  .full-container._90 {
    width: 90%;
  }

  .main-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .main-paragraph._20 {
    margin-bottom: 0;
    line-height: 26px;
  }

  .main-paragraph._22,
  .main-paragraph._2 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-paragraph._400wdth {
    margin-top: 0;
  }

  .main-paragraph.mg-large {
    margin-bottom: 25px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.half-top,
  .section.cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.full-screen-image {
    height: 200px;
    min-height: auto;
  }

  .heading-container {
    margin-bottom: 50px;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu {
    padding-top: 0;
  }

  .menu-button {
    font-size: 24px;
  }

  .card.documents.green {
    min-height: auto;
  }

  .card.documents.medium,
  .card.documents.large {
    min-height: 250px;
  }

  .card.film-tv,
  .card.lab-services,
  .card.web3-projects {
    min-height: 450px;
  }

  .feature-card {
    padding: 32px 20px;
  }

  .button-wrapper {
    grid-column-gap: 12px;
    margin-top: 20px;
  }

  .button-wrapper.center-mobile {
    justify-content: center;
  }

  .button-wrapper.cta {
    justify-content: flex-start;
  }

  .contact-card {
    max-width: 300px;
  }

  .main-button.w--current {
    font-size: 12px;
  }

  .feature-card-2 {
    max-width: 300px;
    padding: 25px;
  }

  .contact-card-2 {
    max-width: 300px;
  }

  .question-title-2 {
    flex: 1;
  }

  .margin {
    margin-bottom: 12px;
  }

  .container-medium-750px {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .process-image {
    min-height: auto;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-6 h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-wrap-2 {
    margin-top: 24px;
  }

  .footer-links {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .main-grid.hero {
    grid-row-gap: 24px;
  }

  .main-grid.triple {
    grid-row-gap: 20px;
  }

  .main-grid.multi {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .main-grid.hero-images {
    grid-column-gap: 8px;
  }

  .main-grid.clients {
    grid-row-gap: 42px;
  }

  .main-grid.bottom {
    margin-top: 24px;
  }

  .main-grid.mosaic {
    grid-column-gap: 8px;
  }

  .main-grid.trio {
    grid-row-gap: 20px;
  }

  .main-grid.cta {
    grid-template-columns: 1fr;
  }

  .main-grid.trio {
    grid-row-gap: 20px;
  }

  .tagline {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-question-wrap-3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-39,
  .image-40 {
    width: 150px;
  }

  .info-wrapper {
    min-height: auto;
  }

  .mosaic-images {
    height: 150px;
  }

  .mosaic-images._2 {
    height: 75px;
    margin-bottom: 8px;
  }

  .mosaic-images._3 {
    height: 75px;
  }

  .mosaic-images._4 {
    height: 100px;
    margin-bottom: 8px;
  }

  .mosaic-images._5 {
    height: 50px;
  }

  .mosaic-images._6 {
    height: 75px;
  }

  .color-fill {
    height: 125px;
  }

  .color-fill.blog {
    height: 300px;
  }

  .div-block-108 {
    height: 200px;
  }

  .div-block-109._2 {
    padding: 20px;
  }

  .mg-regular {
    margin-bottom: 12px;
  }

  .position,
  .reviewer {
    font-size: 18px;
  }

  .cta-wrapper.testimonial,
  .cta-wrapper.careers {
    padding: 24px;
  }

  .main-icon {
    margin-bottom: 20px;
  }

  .main-icon._0-mg {
    width: 48px;
    height: 48px;
  }

  .container-medium-750px-2 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    min-height: 250px;
  }

  .tab-link-2 {
    padding: 4px 12px;
    font-size: 14px;
  }

  .tab-link-2._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-2._3 {
    font-size: 32px;
    line-height: 40px;
  }

  .partner-links {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .card-2 {
    padding: 24px;
  }

  .block-quote-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .mg-regular-2 {
    margin-bottom: 12px;
  }

  .container-medium-750px-3 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .purple-card {
    padding: 24px;
  }

  .numbered-block {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .icon-2 {
    margin-bottom: 20px;
  }

  .criteria-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .criteria-title {
    flex: 1;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 28px;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .section-styleguide-2 {
    padding-top: 118px;
    padding-bottom: 32px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .color-primary-grid {
    grid-template-columns: 1fr;
  }

  .container-default-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-117 {
    grid-column-gap: 12px;
  }

  .image-115 {
    width: 24px;
  }

  .div-block-118 {
    background-position: 5%;
    background-size: 2500px;
  }

  .hero-images {
    max-height: 350px;
    min-height: 300px;
  }

  .hero-images._2 {
    max-height: 200px;
    max-width: 250px;
  }

  .gradient-card.testimonial {
    padding: 24px;
  }

  .site-image {
    max-height: 300px;
    min-height: 250px;
  }

  .site-image.blog {
    min-height: 350px;
  }

  .site-image.team {
    height: 300px;
  }

  .site-image.large {
    height: 250px;
  }

  .site-image.columnd {
    max-height: 300px;
  }

  .site-image.huge {
    max-height: 175px;
    min-height: auto;
  }

  .site-image.larger {
    height: 250px;
  }

  .div-block-117-copy {
    grid-column-gap: 12px;
  }

  .image-116 {
    width: 100px;
  }

  .overlay {
    padding: 24px;
  }

  .collection-list-3 {
    grid-column-gap: 12px;
  }

  .copyright-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .background-video {
    height: 300px;
  }

  .text-logo {
    text-align: right;
    font-size: 20px;
  }

  .mg-medium {
    margin-bottom: 8px;
  }

  .form-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .text-field {
    height: 50px;
    padding-left: 12px;
    font-size: 14px;
  }

  .site-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .success-message-5 {
    font-size: 16px;
  }

  .difference._2 {
    padding: 20px;
  }

  .logo {
    width: 24px;
    margin-left: 0;
  }

  .green-dot {
    font-size: 55px;
    line-height: 1px;
  }

  .main-paragraph-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .press-logos {
    height: 20px;
    max-width: 120px;
  }

  .press-logos.large {
    width: auto;
  }

  .clients-grid {
    grid-column-gap: 40px;
  }

  .clients-grid.clients,
  .clients-grid.clients-copy,
  .clients-grid.clients-copy {
    grid-row-gap: 42px;
  }

  .main-button-2.w--current {
    font-size: 12px;
  }

  .container-medium-750px-4 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-overlay {
    padding: 20px;
  }

  .image-121 {
    width: 40px;
  }

  .slider-2 {
    padding-bottom: 76px;
  }

  .slide-arrow {
    top: auto;
    bottom: 0%;
    left: 76px;
    right: auto;
  }

  .slide-arrow.left {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .block-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .block-quote.smaller {
    font-size: 16px;
    line-height: 24px;
  }

  .card-3 {
    padding: 24px;
  }

  .text-tab-link {
    font-size: 24px;
  }

  .number {
    margin-bottom: 32px;
    font-size: 48px;
  }

  .div-block-139 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-124 {
    width: 100%;
    max-width: 800px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column.padding {
    padding: 75px 5%;
  }

  .image-127 {
    height: 200px;
    margin-bottom: 12px;
  }

  .image-128 {
    height: 500px;
  }

  .tab-link-tab-2 {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-grid-2 {
    grid-row-gap: 20px;
  }

  .main-grid-2.single.gap-small {
    align-items: stretch;
  }

  .site-image-2 {
    max-height: 100%;
    min-height: 300px;
  }

  .site-image-2.small {
    height: auto;
    min-height: auto;
  }

  .div-block-144 {
    margin-right: 20px;
    padding: 16px;
  }

  .image-129 {
    height: 16px;
  }

  .heading-20 {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  .main-paragraph-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .main-paragraph-copy._20 {
    margin-bottom: 0;
    line-height: 26px;
  }

  .main-paragraph-copy._22,
  .main-paragraph-copy._2 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-paragraph-copy._400wdth {
    margin-top: 0;
  }

  .main-paragraph-copy.mg-large {
    margin-bottom: 25px;
  }
}

#w-node-bce5542f-fc19-7e2b-3da3-008b14227131-2838deab {
  align-self: end;
}

#w-node-_95af8302-13ef-c5ce-3521-4c73c2a92cb3-2838deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_95af8302-13ef-c5ce-3521-4c73c2a92cb9-2838deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d04f4851-bbb3-6bec-c261-07939906136f-2838deab {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d04f4851-bbb3-6bec-c261-079399061380-2838deab {
  justify-self: start;
}

#w-node-_8ce11879-abe5-e52f-68a0-e090332bbdf1-2838deab {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_8ce11879-abe5-e52f-68a0-e090332bbe12-2838deab {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8ce11879-abe5-e52f-68a0-e090332bbe23-2838deab {
  justify-self: start;
}

#w-node-d2588506-f2e9-5ed1-7c18-3ae38e4c1b1d-2838deab,
#w-node-_42a21d0f-b6a9-ec8e-ee6d-a5758fa61498-2838deab,
#w-node-_42a21d0f-b6a9-ec8e-ee6d-a5758fa614a6-2838deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42a21d0f-b6a9-ec8e-ee6d-a5758fa614a8-2838deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-_42a21d0f-b6a9-ec8e-ee6d-a5758fa614a9-2838deab,
#w-node-_42a21d0f-b6a9-ec8e-ee6d-a5758fa614aa-2838deab,
#w-node-_42a21d0f-b6a9-ec8e-ee6d-a5758fa614ab-2838deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8930df8-7aad-27c1-6921-aafc552907bc-2838deab {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-f8930df8-7aad-27c1-6921-aafc552907cd-2838deab {
  justify-self: start;
}

#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdb-2838deab,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdc-2838deab,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdd-2838deab,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecde-2838deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4262a80-801b-6ed0-fc27-6e3d8f19094d-2838df28 {
  align-self: end;
}

#w-node-_9c586ff1-b668-3d34-45cb-cd2148dc9793-2838df28 {
  align-self: stretch;
}

#w-node-_8752cbe8-8225-0e54-a43b-3968c94aa4c8-2838df28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cd30b2ff-cee3-96e3-0394-83c4118bed5a-2838df28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd30b2ff-cee3-96e3-0394-83c4118bed67-2838df28 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-cd30b2ff-cee3-96e3-0394-83c4118bed78-2838df28 {
  justify-self: start;
}

#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdb-2838df28,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdc-2838df28,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdd-2838df28,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecde-2838df28,
#w-node-_267f12cb-304c-28b5-44e0-d025e62c4fed-2838df2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1b249c7-1032-9200-7d83-866f2995bfa7-2838df2b,
#How-can-we-help-2.w-node-c83b55ec-6269-89b2-324f-93aa2b8115a7-2838df2b,
#w-node-c83b55ec-6269-89b2-324f-93aa2b8115a8-2838df2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1abef73-f4f0-6c7e-ad92-6e15e046fb37-2838df2b,
#w-node-b223d80b-06ee-e58a-f19b-e466ad7ec17e-2838df2b,
#w-node-b223d80b-06ee-e58a-f19b-e466ad7ec17f-2838df2b,
#w-node-b223d80b-06ee-e58a-f19b-e466ad7ec180-2838df2b,
#w-node-b223d80b-06ee-e58a-f19b-e466ad7ec181-2838df2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95af8302-13ef-c5ce-3521-4c73c2a92cb3-2838df30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_95af8302-13ef-c5ce-3521-4c73c2a92cb9-2838df30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d04f4851-bbb3-6bec-c261-07939906136f-2838df30 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d04f4851-bbb3-6bec-c261-079399061380-2838df30 {
  justify-self: start;
}

#w-node-_74e9045f-caa4-f491-e5c0-c8e0bc147a3b-2838df30,
#w-node-_493207b6-00c4-454e-b953-0e40baea50df-2838df30,
#w-node-_2eae0f69-b5f8-c713-73c7-51bba5c5406e-2838df30,
#w-node-_2eae0f69-b5f8-c713-73c7-51bba5c54063-2838df30,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdb-2838df30,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdc-2838df30,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdd-2838df30,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecde-2838df30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15ec03a-011d-87f0-d77b-6fbf1c11e2dc-2838df43 {
  align-self: end;
}

#w-node-_8752cbe8-8225-0e54-a43b-3968c94aa4c8-2838df43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c586ff1-b668-3d34-45cb-cd2148dc9793-2838df43 {
  align-self: stretch;
}

#w-node-d04f4851-bbb3-6bec-c261-07939906136f-2838df43 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d04f4851-bbb3-6bec-c261-079399061380-2838df43 {
  justify-self: start;
}

#w-node-cd30b2ff-cee3-96e3-0394-83c4118bed5a-2838df43,
#w-node-_0562235f-5e11-75e6-f882-cd6704a3b6f6-2838df43,
#w-node-_0562235f-5e11-75e6-f882-cd6704a3b704-2838df43,
#w-node-_0562235f-5e11-75e6-f882-cd6704a3b706-2838df43,
#w-node-_0562235f-5e11-75e6-f882-cd6704a3b707-2838df43,
#w-node-_0562235f-5e11-75e6-f882-cd6704a3b708-2838df43,
#w-node-_0562235f-5e11-75e6-f882-cd6704a3b709-2838df43,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdb-2838df43,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdc-2838df43,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecdd-2838df43,
#w-node-_7e9d1962-de0b-9c36-d1de-d397cbbaecde-2838df43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3353279-3dd7-f901-58e5-15e31ca2bbf3-2838df49 {
  align-self: start;
}

#w-node-_6730ebb5-0296-77b8-1185-109fe75e0e01-2838df51,
#w-node-_6730ebb5-0296-77b8-1185-109fe75e0e19-2838df51,
#w-node-_53fc5835-3dd6-34c1-e7e2-5fb15e2e6cde-2838df51 {
  align-self: end;
}

#w-node-e3353279-3dd7-f901-58e5-15e31ca2bbf3-2838df57 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d04f4851-bbb3-6bec-c261-07939906136f-2838deab,
  #w-node-d04f4851-bbb3-6bec-c261-079399061380-2838deab,
  #w-node-_8ce11879-abe5-e52f-68a0-e090332bbe12-2838deab,
  #w-node-_8ce11879-abe5-e52f-68a0-e090332bbe23-2838deab,
  #w-node-f8930df8-7aad-27c1-6921-aafc552907bc-2838deab,
  #w-node-f8930df8-7aad-27c1-6921-aafc552907cd-2838deab {
    justify-self: center;
  }

  #w-node-_9c586ff1-b668-3d34-45cb-cd2148dc9793-2838df28 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd30b2ff-cee3-96e3-0394-83c4118bed67-2838df28,
  #w-node-cd30b2ff-cee3-96e3-0394-83c4118bed78-2838df28,
  #w-node-d04f4851-bbb3-6bec-c261-07939906136f-2838df30,
  #w-node-d04f4851-bbb3-6bec-c261-079399061380-2838df30 {
    justify-self: center;
  }

  #w-node-_9c586ff1-b668-3d34-45cb-cd2148dc9793-2838df43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d04f4851-bbb3-6bec-c261-07939906136f-2838df43,
  #w-node-d04f4851-bbb3-6bec-c261-079399061380-2838df43 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #How-can-we-help-2.w-node-c83b55ec-6269-89b2-324f-93aa2b8115a7-2838df2b {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GILROY-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GILROY-REGULAR.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GILROY-SEMIBOLD.TTF") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GILROY-BOLD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../images/") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces[soft,wonk,opsz,wght]";
  src: url("../images/") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plusjakartasans";
  src: url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plusjakartasans";
  src: url("../fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plusjakartasans";
  src: url("../fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plusjakartasans";
  src: url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plusjakartasans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plusjakartasans";
  src: url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb book";
  src: url("../fonts/MessinaSansWeb-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb";
  src: url("../fonts/MessinaSansWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb hairline";
  src: url("../fonts/MessinaSansWeb-Hairline.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb";
  src: url("../fonts/MessinaSansWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb";
  src: url("../fonts/MessinaSansWeb-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb";
  src: url("../fonts/MessinaSansWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messinasansweb";
  src: url("../fonts/MessinaSansWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Telegraf Regular";
  src: url("../fonts/Telegraf-Regular.woff") format("woff"),
    url("../fonts/Telegraf-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Telegraf";
  src: url("../fonts/Telegraf-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Telegraf Bold";
  src: url("../fonts/Telegraf-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay Bold";
  src: url("../fonts/ClashDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay Regular";
  src: url("../fonts/ClashDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay Medium";
  src: url("../fonts/ClashDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Regis semi";
  src: url("../fonts/Regis-Semi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa brands 400";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 400";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/Recoleta-RegularDEMO.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Felisha roseland";
  src: url("../fonts/Felisha-Roseland.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
