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

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #fff;
  --white: #fd640f;
  --grey: #001f52;
  --light-blue: #c1d0d8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  background-image: radial-gradient(circle, #0f8aac 13%, #002051 88%);
  max-width: 100%;
  margin-right: 20px;
  display: inline-block;
}

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/hero-bg-sky_1hero-bg-sky.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/hero-fg_1hero-fg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.grey-text {
  color: var(--grey);
}

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

.section.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
}

.section.top-padding-0px {
  padding-top: 0;
}

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

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

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

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

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

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-template-rows: auto;
  align-items: stretch;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.bottom-margin-medium {
  margin-bottom: 40px;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
}

.accordion-content-text {
  padding-top: 10px;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  align-items: stretch;
  padding-top: 20px;
}

.animated-grid-image {
  width: 300px;
  height: 100%;
}

.single-service-grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 20px;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  font-size: 14.5vw;
  line-height: 100%;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

.bottom-margin-20px {
  margin-bottom: 20px;
}

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  margin-top: -100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

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

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

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

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.container-2 {
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  color: var(--white);
  background-color: #002051;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #002051;
  background-clip: border-box;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

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

.nav-menu {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  color: var(--black);
  display: flex;
}

.section-2 {
  background-color: var(--grey);
}

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

.heading, .heading-copy, .heading-2 {
  color: var(--white);
}

.heading-3 {
  color: var(--black);
}

.section-3 {
  background-color: #0026ff;
}

.section-4 {
  background-color: #001f52;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-4 {
  background-color: #001f52;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph {
  color: var(--black);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-5 {
  background-color: #001f52;
}

.image-2 {
  background-image: radial-gradient(circle, #0f8aac 13%, #002051 70%);
}

.nav-link-2 {
  color: var(--black);
  font-size: 18px;
}

.nav-link-2:hover {
  color: var(--white);
}

.nav-link-3 {
  color: var(--black);
  font-size: 18px;
}

.nav-link-3:hover {
  color: var(--white);
}

.nav-link-4 {
  color: var(--black);
  font-size: 18px;
}

.nav-link-4:hover {
  color: var(--white);
}

.nav-link-5 {
  color: var(--black);
  font-size: 18px;
}

.nav-link-5:hover {
  color: var(--white);
}

.container-5 {
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.heading-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
}

.heading-5, .heading-6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
}

.image-3 {
  background-image: none;
  max-width: 10%;
}

.div-block-78 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: block;
}

.paragraph-2 {
  font-size: 20px;
}

.div-block-79 {
  padding: 10px;
}

.paragraph-3 {
  text-align: center;
  font-size: 20px;
}

.div-block-80 {
  padding: 10px;
}

.image-4 {
  text-align: center;
  background-image: radial-gradient(circle closest-corner, #0f8aac 13%, #002051 71%);
  max-width: 20%;
  font-size: .875%;
}

.div-block-81, .div-block-82 {
  text-align: center;
}

.image-5 {
  background-image: radial-gradient(circle, #0f8aac 13%, #002051 69%);
  max-width: 20%;
}

.image-6 {
  background-image: radial-gradient(circle, #0f8aac 13%, #002051 78%);
  max-width: 20%;
}

.paragraph-4 {
  text-align: center;
  font-size: 20px;
}

.section-6 {
  background-color: #001f52;
}

.container-6 {
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-8 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 80px;
  text-decoration: none;
}

.paragraph-5 {
  text-align: center;
  font-size: 20px;
}

.section-7 {
  background-color: #001f52;
}

.container-7 {
  max-width: 1400px;
  padding: 60px 20px;
}

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

.div-block-83 {
  background-color: #005ac9;
  border-radius: 20px;
  height: auto;
}

.div-block-84, .div-block-85 {
  background-color: #005ac9;
  border-radius: 20px;
}

.heading-9 {
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--grey);
  text-indent: 0;
  text-shadow: 2px 2px 20px #000;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  padding-bottom: 20px;
  font-size: 40px;
}

.paragraph-6 {
  text-align: center;
  text-shadow: 0 3px 1px #000;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.div-85 {
  background-color: #005ac9;
  border-radius: 20px;
  height: 500px;
  padding: 40px 20px;
  box-shadow: 0 0 4px 6px #0003;
}

.div-85:hover {
  background-image: url('../images/e847d38af4c3938b4953e3a6a9d89f54.jpg');
  background-position: 50%;
  background-size: 440px;
}

.div83 {
  perspective: 1000px;
  color: var(--black);
  background-color: #005ac9;
  border-radius: 20px;
  height: 500px;
  padding: 40px 20px;
  box-shadow: 0 0 4px 6px #00000038;
}

.div83:hover {
  direction: ltr;
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--grey);
  text-transform: none;
  overflow-wrap: anywhere;
  background-image: url('../images/cartoon-underwater-vertical-background-backdrop-tropical-corals-fishes-generative-ai-325189205.webp');
  background-position: 50% 0;
  background-size: 400px;
  font-style: normal;
}

.image-7 {
  text-align: center;
  background-image: radial-gradient(circle, #2dc3fd 13%, #002051 88%);
  border-radius: 100px;
  max-width: 35%;
}

.div-block-86 {
  text-align: center;
  padding: 0 0 20px 10px;
}

.div-block-87 {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 10px;
}

.div-block-88 {
  text-align: center;
  padding-left: 11px;
}

.image-8 {
  background-image: radial-gradient(circle, #fd640f 13%, #002051 88%);
  border-radius: 100px;
  max-width: 35%;
}

.image-9 {
  background-image: radial-gradient(circle, #00ff49 13%, #002051 88%);
  border-radius: 100px;
  max-width: 35%;
  margin-bottom: 20px;
}

.section-8 {
  background-color: #001f51;
}

.container-8 {
  background-image: radial-gradient(circle at 70%, #5cacc4 16%, #001f52 38% 49%);
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-4 {
  grid-template-rows: auto;
}

.image-10 {
  text-align: left;
  background-image: none;
  max-width: 80%;
}

.heading-10 {
  margin-bottom: 60px;
  font-size: 80px;
}

.paragraph-7 {
  padding-right: 0;
  font-size: 25px;
  line-height: 25px;
}

.div-block-90 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-2 {
  color: var(--white);
}

.div {
  background-color: #005ac9;
  border-radius: 20px;
  height: 500px;
  padding: 40px 20px;
  box-shadow: 0 0 4px 6px #0003;
}

.div:hover {
  background-image: url('../images/1000_F_677713499_eevtxoGXsuOmjKKfr3is7849YSxEbReX.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
}

.grid-5, .grid-6, .grid-7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.section-9 {
  background-color: #001f52;
}

.container-9 {
  transform: perspective(1000px);
}

.container-10 {
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-11 {
  font-size: 50px;
}

.div-block-91 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.container-11 {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-10 {
  text-align: center;
  background-color: #001f52;
}

.heading-12 {
  text-align: center;
  font-size: 60px;
}

.grid-8 {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.heading-13, .paragraph-8, .paragraph-9 {
  text-align: center;
}

.heading-14 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8vw;
}

.section-11 {
  background-color: #001f52;
}

.text-span-3 {
  color: var(--white);
}

.paragraph-10 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.section-12 {
  color: var(--white);
  background-color: #001f52;
}

.container-12 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

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

.code-embed {
  color: var(--light-blue);
}

.container-13 {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 69px;
}

.section-13 {
  background-color: #001f52;
}

.heading-15 {
  text-align: center;
  font-size: 3vw;
}

.form {
  text-align: left;
  flex-flow: column;
  margin-bottom: 60px;
  display: block;
}

.submit-button {
  text-align: left;
  margin-bottom: 60px;
}

.submit-button:hover {
  background-color: #fd640f;
}

.section-14 {
  background-color: #001f52;
}

.heading-16 {
  text-align: center;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  margin-top: 79px;
  margin-bottom: 60px;
  font-size: 5vw;
  text-decoration: underline;
}

.text-field {
  margin-bottom: 20px;
}

.field-label, .field-label-2 {
  font-size: 20px;
}

.section-15 {
  background-color: #001f52;
}

.container-14 {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.div-block-92 {
  background-color: #fff;
  height: 3px;
  padding-left: 0;
}

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

.paragraph-11 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 40px;
}

.section-16 {
  color: var(--grey);
  background-color: #001f52;
}

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

.grid-13 {
  grid-template-rows: auto;
}

.image-11 {
  text-align: right;
  background-image: none;
  max-width: 10%;
}

.div-block-93 {
  text-align: right;
}

.paragraph-12 {
  text-align: left;
  font-size: 20px;
  text-decoration: underline;
}

.image-12 {
  background-image: none;
  max-width: 10%;
}

.div-block-94 {
  text-align: right;
}

.paragraph-13 {
  font-size: 20px;
  text-decoration: underline;
}

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

.div-block-95 {
  display: flex;
}

.paragraph-14 {
  color: var(--black);
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-14:hover {
  color: var(--white);
}

.image-13 {
  background-image: none;
  max-width: 50%;
}

.paragraph-15 {
  color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: underline;
  display: flex;
}

.paragraph-15:hover {
  color: var(--white);
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  background-image: none;
}

.paragraph-16 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 15px;
}

.container-15 {
  color: var(--black);
}

.section-17 {
  background-color: #002051;
}

.container-16 {
  max-width: 1400px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-97 {
  margin-top: 60px;
}

.heading-17 {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--grey);
  background-color: #535353;
  background-image: url('../images/cartoon-underwater-vertical-background-backdrop-tropical-corals-fishes-generative-ai-325189205.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block-98 {
  color: #fff;
  text-align: center;
  margin-top: 47px;
  margin-bottom: 40px;
  font-size: 40px;
  text-decoration: underline;
}

.paragraph-17 {
  font-size: .875px;
}

.paragraph-18 {
  text-align: left;
  font-size: 40px;
  line-height: 80px;
}

.headiing {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/e847d38af4c3938b4953e3a6a9d89f54.jpg');
  background-position: 50%;
  background-size: auto;
}

.headingggggg {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--grey);
  background-image: url('../images/1000_F_677713499_eevtxoGXsuOmjKKfr3is7849YSxEbReX.jpg');
  background-position: 0 0;
  background-size: auto;
}

.jsdjod {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--grey);
  text-shadow: 0 1px 1px #0003;
  background-image: url('../images/cartoon-underwater-vertical-background-backdrop-tropical-corals-fishes-generative-ai-325189205.webp');
  background-position: 0 0;
  background-size: auto;
}

.link-block, .link-block-2 {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .styleguide-block {
    text-align: left;
  }

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .container-3 {
    max-width: 400px;
  }

  .paragraph {
    font-size: 45px;
  }

  .grid-3 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .div-85:hover {
    background-size: 460px;
  }

  .container-8 {
    background-image: none;
  }

  .grid-4 {
    flex-flow: column;
    display: block;
  }

  .image-10 {
    background-image: radial-gradient(circle, #30c6fd 10%, #001f51 53%);
  }

  .heading-10, .paragraph-7, .div-block-89 {
    text-align: center;
  }

  .heading-14 {
    font-size: 8vw;
  }

  .paragraph-10 {
    margin-top: 20px;
  }

  .form {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .heading-16 {
    margin-top: 100px;
  }

  .paragraph-11 {
    margin-top: 60px;
  }

  .container-16 {
    height: auto;
  }

  .paragraph-18 {
    text-align: left;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

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

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

  .container-3 {
    max-width: 200px;
  }

  .paragraph {
    font-size: 40px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-2 {
    display: flex;
  }

  .heading-4, .heading-5, .heading-6 {
    font-size: 50px;
  }

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

  .container-8 {
    background-image: none;
  }

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

  .image-10, .div-block-89 {
    text-align: center;
  }

  .heading-14 {
    font-size: 8vw;
  }

  .heading-16 {
    font-size: 40px;
  }

  .paragraph-11 {
    font-size: 35px;
    line-height: 40px;
  }

  .container-16 {
    height: auto;
  }

  .paragraph-18 {
    text-align: left;
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .stat {
    font-size: 2rem;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    font-size: 16.5vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-margin-100px {
    margin-bottom: 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .navbar {
    margin-bottom: 0;
    padding-left: 130px;
    padding-right: 130px;
  }

  .container-3 {
    max-width: 200px;
  }

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

  .heading-2, .heading-3 {
    font-size: 20vw;
  }

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

  .paragraph {
    font-size: 35px;
  }

  .div-block-77 {
    text-align: left;
    display: block;
  }

  .menu-button-2 {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 20vw;
  }

  .heading-8 {
    font-size: 40px;
  }

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

  .div-block-83 {
    height: 70px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .div-85, .div83 {
    height: auto;
  }

  .div-block-86, .div-block-87, .div-block-88 {
    padding-left: 20px;
  }

  .container-8 {
    background-image: none;
  }

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

  .image-10 {
    background-image: radial-gradient(circle, #001f51, #31c8fd 28%, #001f51 56%);
  }

  .heading-10 {
    text-align: center;
    font-size: 40px;
  }

  .paragraph-7 {
    text-align: center;
    padding-right: 0;
    font-size: 18px;
  }

  .heading-11, .heading-12 {
    font-size: 20px;
  }

  .heading-14 {
    font-size: 8vw;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .heading-16 {
    margin-top: 60px;
    font-size: 40px;
  }

  .grid-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-11 {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .image-11 {
    max-width: 20%;
  }

  .recaptcha {
    margin-right: 0;
    position: relative;
    left: -1px;
  }

  .grid-14 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .div-block-95 {
    justify-content: center;
    align-items: center;
  }

  .image-13 {
    margin-right: 15px;
  }

  .image-14 {
    margin-right: 20px;
  }

  .paragraph-16 {
    margin-top: 20px;
  }

  .div-block-98 {
    font-size: 25px;
    line-height: 40px;
  }

  .paragraph-18 {
    text-align: left;
    font-size: 20px;
    line-height: 50px;
  }
}

#w-node-_7d0d121e-d270-5117-da68-942dd2200040-249a4863 {
  place-self: center;
}

#w-node-_1e2d185c-de2b-23ba-e02e-6b14c3e7336d-249a4863 {
  place-self: auto;
}

#w-node-_71a216e5-a355-93c6-c89e-6b0d4aae4c50-249a4863 {
  place-self: center;
}

#w-node-e7c323a5-ac65-d797-904e-307d3522141e-249a4863 {
  place-self: auto;
}

#w-node-ad264528-045b-6202-1d40-1bf7c7569c69-249a4863, #w-node-_8c5a6474-e3e6-fd65-9522-fe2152aa5f3c-249a4863 {
  place-self: center;
}

#w-node-_608e09bf-6f8a-e713-785c-de3b6dcf52b8-249a4863 {
  justify-self: center;
}

#w-node-_6b0c63c9-3272-2fab-d2e1-e6bc7e63dfa0-7e63df98 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-a3917a13-d1d9-339e-656b-36ea19e9634f-249a4863 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}