:root {
  --color-2: #277274;
  --spark-library--black: black;
  --white: white;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --color: rgba(255, 255, 255, 0);
  --green-opac: rgba(39, 114, 116, .73);
  --yellow: #e6bb45;
  --black-opac: rgba(0, 0, 0, .78);
  --black: #181818;
  --black-o-2: rgba(0, 0, 0, .47);
  --none: var(--spark-library--white);
  --line: #1a1919;
  --form-line: #414141;
  --grey: #dfdfdf;
  --008080: #016969;
}

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

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

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

.container {
  max-width: 100vw;
  height: 100vh;
  display: block;
}

.container.p1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.container.p1.au {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.cu {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 100px;
  display: flex;
}

.container.vid {
  height: auto;
}

.slider {
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
}

.background-video, .background-video-2, .background-video-3 {
  height: 100%;
}

.div-block {
  z-index: 1;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, .44);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 220px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
}

.heading {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.paragraph {
  color: #fff;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  background-color: var(--color-2);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: .5px #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(255, 255, 255, .1);
}

.button._3 {
  margin-top: 20px;
}

.container-2 {
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 60px;
  height: 5px;
  padding-bottom: 10px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 60px;
  height: 5px;
  margin-bottom: 5px;
  top: 18px;
}

.spark-simple-menu-button-right {
  background-color: rgba(0, 0, 0, 0);
  width: 80px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

.spark-simple-menu-button-right.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-centered-full {
  text-align: center;
  border-radius: 999px;
  margin-bottom: 8px;
}

.spark-nav-link.spark-centered-full:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-last {
  margin-bottom: 32px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-simple-nav-menu {
  background-color: var(--spark-library--white);
  border-radius: 40px;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
}

.spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
  z-index: 3;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 8px 0 20px rgba(0, 0, 0, .12);
}

.spark-centered-brand-logo {
  z-index: 2;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-hamburger-menu-with-logo {
  z-index: 99;
  background-color: var(--color);
  border-radius: 999px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 32px;
}

.spark-line-4 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 50px;
  height: 3.3px;
  top: 28px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 50px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  padding: 0 0 0 18px;
  display: flex;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--color);
  border-radius: 8px;
}

.spark-text-link {
  color: var(--spark-library--black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-secondary {
  color: var(--spark-library--background--interactive);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.spark-bottom-bar-link-row {
  grid-column-gap: 32px;
  display: flex;
}

.spark-bottom-bar-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-flexed {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-absolute-bottom-bar {
  background-color: var(--green-opac);
  color: var(--spark-library--white);
  width: 100%;
  padding: 8px 64px;
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spark-sub-text-in-card-link {
  text-align: left;
  background-color: rgba(21, 94, 239, .7);
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1.3rem;
  position: absolute;
}

.spark-large-card-link {
  color: var(--spark-library--white);
  background-image: url('../images/JGT-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  height: 450px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-large-card-link:hover {
  opacity: 1;
}

.spark-large-card-link._2 {
  background-image: url('../images/JGT-2.jpg');
  background-position: 100%;
}

.spark-hold-card-links {
  grid-column-gap: 32px;
  display: flex;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-large-icon {
  color: var(--white);
  width: 32px;
}

.spark-icon.spark-large-icon:hover {
  color: var(--yellow);
}

.spark-mega-nav-link-label {
  color: var(--white);
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 40px;
}

.spark-mega-nav-link-label:hover {
  color: var(--yellow);
}

.spark-mega-nav-link {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--color-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: space-between;
  width: 300px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.spark-mega-nav-link:hover {
  border-bottom-color: var(--yellow);
  opacity: 1;
  color: var(--yellow);
}

.spark-mega-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-menu-take-over {
  background-color: var(--black-opac);
  width: 100%;
  height: 90vh;
  max-height: 100vh;
  padding: 172px 64px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-inner.spark-full-width-nav {
  width: 90%;
  max-width: none;
}

.spark-take-over-menu {
  background-color: var(--color);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: auto;
  height: 50px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-3 {
  background-color: var(--black);
  max-width: 100vw;
  height: 75vh;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 120px;
}

.text-block._2 {
  color: var(--color-2);
}

.text-block._3 {
  margin-bottom: 0;
  font-size: 150px;
  line-height: 120px;
}

.text-block._4 {
  color: var(--yellow);
  font-size: 150px;
  line-height: 120px;
}

.container-4 {
  max-width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-3 {
  z-index: 2;
  background-color: var(--black-o-2);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 140px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  color: var(--white);
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-4 {
  color: var(--white);
  text-align: right;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.spark-social-icon-svg {
  color: var(--color-2);
  -webkit-text-stroke-color: var(--yellow);
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  border: 1px solid var(--color-2);
  background-color: var(--color);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  color: var(--color-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library--white);
  color: var(--color-2);
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-footer-link-with-icon.spark-white-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
}

.spark-footer-link-with-icon.spark-white-button:hover {
  border-color: var(--color-2);
  background-color: var(--color);
  color: var(--color-2);
}

.spark-flex-left {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.spark-flexed-footer-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 300px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 416px;
  height: 100%;
  display: flex;
}

.spark-spread-footer-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section.spark-primary-bottom-border {
  border-bottom: 1px solid var(--color-2);
  background-color: var(--color-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--yellow);
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.image-2 {
  width: 300px;
  height: auto;
}

.image-3 {
  width: 30px;
}

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

.image-4 {
  width: 30px;
}

.body {
  background-color: var(--black);
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-117-line-wrapper {
  background-color: #e9e9e9;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  position: absolute;
  overflow: hidden;
}

.menu-link-text-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.nav-logo {
  width: 120px;
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-menu-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: static;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.nav-menu {
  z-index: 97;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35vw;
  margin-top: 0;
  padding-right: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.image-5 {
  width: 60px;
}

.div-block-4 {
  z-index: 55;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-5, .background-video-6 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: Archivo Narrow, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.text-block-5._2 {
  color: var(--color-2);
}

.text-block-5._3 {
  text-align: center;
  font-size: 120px;
  line-height: 120px;
}

.text-block-5._3._1 {
  color: var(--white);
  font-size: 90px;
  line-height: 90px;
}

.text-block-5._3._4 {
  color: var(--color-2);
  text-align: center;
  letter-spacing: 15px;
  margin-top: 10px;
  padding: 0;
  font-size: 47px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-5._4 {
  color: var(--color-2);
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
  line-height: 50px;
}

.lottie-animation {
  width: 200px;
  margin-top: 0;
}

.container-5 {
  width: 100vw;
  max-width: 100vw;
}

.container-6 {
  max-width: 100vw;
  padding: 100px 140px;
}

.text-block-6 {
  font-family: Archivo Narrow, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.bold-text {
  color: var(--white);
  line-height: 70px;
}

.paragraph-2 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.paragraph-3._2 {
  margin-top: 10px;
}

.div-block-5 {
  z-index: 2;
  background-color: var(--black-opac);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-7 {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  padding: 140px;
  display: flex;
}

.heading-2 {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  font-family: Archivo Narrow, sans-serif;
  font-size: 120px;
  line-height: 100px;
}

.heading-2._2 {
  color: var(--yellow);
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.container-8 {
  background-color: #fff;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  padding-top: 400px;
  padding-bottom: 400px;
  position: relative;
}

.div-block-6 {
  background-color: var(--none);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.container-9 {
  background-color: var(--spark-library--black);
  width: 100vw;
  max-width: 100vw;
  padding: 140px;
}

.text-block-7 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-7._2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.bold-text-2._2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.bold-text-2._3 {
  color: var(--yellow);
}

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

.div-block-7 {
  border: 1px solid var(--line);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-6 {
  width: 50px;
}

.text-block-8 {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

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

.text-block-9 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 200;
}

.grid-4 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  width: 100%;
}

.text-block-10 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-6 {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}

.text-field {
  border: 1px solid var(--form-line);
  background-color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-field._2 {
  height: 100px;
}

.image-7 {
  width: 40px;
  margin-right: 10px;
}

.nav-menu-2 {
  width: 80%;
}

.burger-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.burger-4 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px rgba(40, 7, 128, .15);
}

.burger-bar-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

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

.b4-bar-2 {
  background-color: #858eca;
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.nav-menu-3 {
  z-index: 97;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 35vw;
  padding-right: 10%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.menu-link-text-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-3:hover {
  opacity: .65;
}

.nav-logo-wrap-2 {
  filter: invert();
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap-2.w--current {
  margin-bottom: 14%;
}

.nav-menu-button-2 {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.link-block {
  width: 50px;
  height: 50px;
  position: relative;
  top: 0%;
  bottom: 0;
  left: 4%;
  right: auto;
}

.image-8 {
  width: 50px;
  height: 50px;
  position: static;
}

.div-block-9 {
  z-index: 97;
  position: fixed;
  top: 3rem;
  left: 3rem;
}

.image-9 {
  width: 50px;
  height: 50px;
}

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.preloader-content {
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 500;
  background-color: #12151a;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.preloader-outline.bottom {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.subtitle {
  z-index: 10;
  color: rgba(255, 255, 255, .8);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-wrapper {
  z-index: 2000;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-grid-item {
  background-color: #1e1e1e;
  flex: 1;
  height: 100%;
}

.preloader-grid-item.is-border {
  border-left: .0625rem solid #515151;
  border-right: .0625rem solid #515151;
}

.preloader-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

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

.html-embed {
  width: 100%;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  padding-left: 60px;
}

.text-block-11 {
  color: var(--color-2);
  text-align: center;
  font-family: Archivo Narrow, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-10 {
  background-image: url('../images/JGT-2.jpg');
  background-position: 100%;
  background-size: cover;
}

.background-video-8 {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: rgba(203, 220, 233, .4);
}

.intro-corner {
  border-top: 1px solid rgba(185, 222, 233, .15);
  border-left: 1px solid rgba(185, 222, 233, .15);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.intro-corner.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid rgba(185, 222, 233, .15);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  position: relative;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 140px 0 220px;
  display: grid;
  position: relative;
}

.team-images {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.light {
  background-color: rgba(203, 220, 233, .4);
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.team-inner-bottom {
  z-index: 20;
  background-color: #1c1c1c;
  height: 60px;
  position: relative;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -1px;
  right: auto;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -1px;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: auto;
}

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

.body-display-2 {
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.body-display-2.two-columns {
  column-count: 2;
  column-gap: 60px;
}

.body-display-2.two-columns.white {
  color: #fff;
  column-count: 1;
  white-space: normal;
  font-size: 20px;
  font-weight: 300;
}

.inner-bottom {
  z-index: 25;
  color: #000;
  background-color: #1c1c1c;
  height: 80px;
  position: relative;
}

.inner-bottom.small {
  height: 60px;
}

.inner-bottom.small.grey {
  background-color: #1c1c1c;
}

.solid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0f1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 10px minmax(auto, 770px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: grid;
  position: relative;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: -1px;
  right: -1px;
}

.centered-about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.text-block-13 {
  color: #fff;
  text-transform: uppercase;
  font-family: Archivo Narrow, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.paralax-background {
  background-image: url('../images/Work-Desk.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: -48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paralax-background.seven {
  background-image: url('../images/JGT-AU-2.jpg');
}

.paralax-background.five {
  background-image: url('../images/JGT-AU-.jpg');
}

.paralax-background.four {
  background-image: url('../images/JGT-1.jpg');
  background-position: 50% 100%;
}

.paralax-background.one {
  background-image: url('../images/Abou-us-JGT-2.jpg');
  background-position: 50% 100%;
}

.paralax-background.six {
  background-image: url('../images/JGT-AU-3.jpg');
}

.paralax-background.three {
  background-image: url('../images/JGT-2.jpg');
}

.paralax-background.two {
  background-image: url('../images/Abou-us-JGT.jpg');
}

.background-wrapper-2 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blank-line {
  width: 0;
  height: 0;
}

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

.about-intro-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  position: relative;
}

.button-2.light {
  color: #fff;
  text-align: center;
  border-color: rgba(185, 222, 233, .15);
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.button-2.white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.overlay-2 {
  background-color: rgba(6, 11, 20, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-2.light {
  background-color: rgba(6, 11, 20, .3);
}

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.light {
  background-color: rgba(203, 220, 233, .4);
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section-2.dark {
  color: #fff;
  background-color: #1c1c1c;
  padding-top: 0;
  padding-bottom: 0;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: rgba(203, 220, 233, .4);
}

.text-block-15 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.form {
  height: 100%;
}

.link-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: inline-flex;
}

.text-block-16 {
  color: var(--white);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.image-11 {
  filter: invert();
  width: 25px;
  height: auto;
}

.image-11._2 {
  filter: none;
}

.div-block-12 {
  background-color: var(--white);
  color: var(--black-o-2);
  width: 1px;
  height: 80%;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-17 {
  color: var(--yellow);
  letter-spacing: 0;
  font-family: Archivo Narrow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.form-block {
  width: 100%;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.text-field-2 {
  border: 1px solid var(--white);
  background-color: var(--color-2);
  color: var(--white);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.text-field-3 {
  border: 1px solid var(--white);
  background-color: var(--color-2);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.submit-button {
  border: 1px solid var(--white);
  background-color: var(--color);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.submit-button:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.text-block-18 {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

@media screen and (min-width: 1440px) {
  .div-block-5 {
    padding-left: 220px;
    padding-right: 220px;
  }
}

@media screen and (min-width: 1920px) {
  .container.p1.au {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .div-block-5 {
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-7 {
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .div-block-6 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-logo-wrap-2 {
    display: none;
  }

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

@media screen and (max-width: 991px) {
  .container {
    height: 75vh;
  }

  .container.cu {
    height: auto;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
    letter-spacing: 2px;
  }

  .paragraph {
    text-align: center;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-right {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button-right.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-simple-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-bottom-bar-link-row {
    grid-column-gap: 16px;
  }

  .spark-container.spark-flexed {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-absolute-bottom-bar {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    font-size: .7rem;
  }

  .spark-mega-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-mega-nav-link-list {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    display: flex;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-take-over-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-3 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block, .text-block._3 {
    font-size: 100px;
    line-height: 80px;
  }

  .text-block._4 {
    font-size: 100px;
    line-height: 100px;
  }

  .container-4 {
    height: 50vh;
  }

  .div-block-3 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-footer-column {
    justify-content: center;
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-max-width-416 {
    max-width: 100%;
  }

  .spark-spread-footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .nav-logo {
    width: 80px;
  }

  .nav-menu {
    width: 45vw;
  }

  .text-block-5 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-5._3 {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-5._3._1 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-5._3._4 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .container-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-5 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-7 {
    padding: 100px 60px;
  }

  .heading-2, .heading-2._2 {
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-6 {
    height: auto;
  }

  .container-9 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-8 {
    text-align: center;
  }

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

  .nav-menu-3 {
    width: 45vw;
  }

  .menu-link-text-3 {
    font-size: 1.6rem;
  }

  .div-block-9 {
    top: 2.6rem;
  }

  .text-block-11 {
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-7 {
    font-size: 20px;
    line-height: 25px;
  }

  .about-us-intro {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .team-images {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

  .founder-image {
    min-height: 33.33vw;
  }

  .team-inner-bottom {
    display: none;
  }

  .body-display-2.two-columns {
    column-count: 1;
  }

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

  .about-intro-content {
    grid-template-columns: minmax(auto, 650px);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blank-line {
    padding: 0;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-grid {
    min-height: auto;
  }

  .form-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-field-2, .text-field-3, .text-block-18 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .container.cu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    width: 100%;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-hamburger-menu-with-logo {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-container {
    width: 100%;
  }

  .spark-large-card-link {
    background-position: 50%;
    width: 100%;
    height: 340px;
  }

  .spark-hold-card-links {
    width: 100%;
  }

  .spark-mega-nav-link {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }

  .spark-mega-menu-take-over {
    min-height: auto;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-take-over-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3 {
    padding-right: 40px;
  }

  .text-block-3 {
    line-height: 20px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-flexed-footer-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-spread-footer-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .nav-logo {
    width: 60px;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .nav-menu {
    width: 70vw;
    display: flex;
  }

  .image-5 {
    width: 50px;
    margin-top: -15px;
  }

  .div-block-4 {
    height: 130px;
    padding-left: 40px;
  }

  .text-block-5._3 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-5._3._1 {
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-5._3._4 {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-5._4 {
    font-size: 40px;
    line-height: 40px;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-8 {
    height: 75vh;
  }

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

  .text-block-8 {
    text-align: center;
  }

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

  .text-block-10 {
    font-size: 80px;
    line-height: 80px;
  }

  .burger-wrap {
    height: 120px;
  }

  .nav-menu-3 {
    width: 70vw;
    display: flex;
  }

  .menu-link-text-3 {
    font-size: 1.4rem;
  }

  .nav-menu-button-2 {
    width: 30px;
    height: 30px;
  }

  .div-block-9 {
    top: 2.2rem;
  }

  .team-images {
    min-height: 300px;
  }

  .body-display-2.two-columns.white {
    column-count: 1;
  }

  .inner-bottom {
    height: 60px;
  }

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

  .about-intro-content {
    padding: 60px 0 60px 60px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    height: 75vh;
    overflow: hidden;
  }

  .container.p1.au {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .container.cu {
    padding: 60px 20px;
  }

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

  .button {
    text-align: center;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-simple-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    padding-bottom: 1rem;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-container.spark-flexed {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-absolute-bottom-bar {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .spark-large-card-link {
    height: 260px;
  }

  .spark-hold-card-links {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .spark-mega-nav-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 64px;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-inner.spark-full-width-nav {
    z-index: 10;
    padding-left: 20px;
    position: relative;
  }

  .spark-take-over-menu {
    z-index: 2;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    overflow: hidden;
  }

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

  .text-block, .text-block._2, .text-block._3 {
    font-size: 55px;
    line-height: 55px;
  }

  .text-block._4 {
    font-size: 60px;
    line-height: 60px;
  }

  .container-4 {
    overflow: hidden;
  }

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

  .text-block-3 {
    text-align: right;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding: 64px 20px;
  }

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

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    font-size: 25px;
    line-height: 25px;
  }

  .image-3, .image-4 {
    width: 20px;
  }

  .body {
    overflow: visible;
  }

  .copy-me-nav-menu-wrap {
    overflow: hidden;
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .nav-logo-wrap.w--current {
    overflow: hidden;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
    overflow: hidden;
  }

  .nav-menu {
    width: 95vw;
    min-height: 100vh;
    overflow: hidden;
  }

  .image-5 {
    width: 40px;
    margin-top: 0;
  }

  .div-block-4 {
    height: 90px;
    padding-left: 20px;
    overflow: hidden;
  }

  .text-block-5 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-5._3 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-5._3._1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-5._3._4 {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-5._4 {
    font-size: 25px;
    line-height: 25px;
  }

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

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

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

  .paragraph-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-5 {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    padding: 100px 20px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2._2 {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-8 {
    height: 50vh;
  }

  .div-block-6 {
    padding: 100px 20px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-7, .text-block-7._2, .bold-text-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-2._3 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .text-block-9 {
    line-height: 30px;
  }

  .text-block-10 {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-8 {
    width: 100%;
  }

  .burger-wrap {
    height: 120px;
  }

  .nav-menu-3 {
    width: 95vw;
    min-height: 100vh;
  }

  .menu-link-text-3:focus {
    opacity: 1;
  }

  .nav-menu-button-2 {
    top: 3%;
    right: 6%;
  }

  .div-block-9 {
    top: 1.5rem;
    left: 1.4rem;
  }

  .image-9 {
    width: 40px;
    height: 40px;
  }

  .text-block-11 {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .subtitle-2 {
    padding-left: 10px;
  }

  .about-us-intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-images {
    min-height: 250px;
  }

  .founder-image {
    min-height: 20vh;
  }

  .body-display-2.two-columns.white {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
  }

  .inner-bottom {
    height: 48px;
  }

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

  .about-intro-content {
    padding: 48px 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: .25fr;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-13 {
    font-size: 40px;
    line-height: 40px;
  }

  .button-2 {
    padding: 18px 28px;
  }

  .overlay-2 {
    width: 100%;
  }

  .team-grid-content {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-17 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-18 {
    font-size: 14px;
    line-height: 16px;
  }
}

#w-node-cdfbee11-a082-ecdb-262e-d9f08d1ed208-50daff01 {
  align-self: start;
}

#w-node-cdfbee11-a082-ecdb-262e-d9f08d1ed20a-50daff01 {
  align-self: start;
  justify-self: end;
}

#w-node-_49c07507-d65a-eafe-18cc-965539ab6d3a-39ab6d36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_49c07507-d65a-eafe-18cc-965539ab6d3f-39ab6d36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_69d07660-7751-49fa-a25e-1675c218c5fd-a340fcb2 {
  align-self: center;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba12-a340fcb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba13-a340fcb2 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba14-a340fcb2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba15-a340fcb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba24-a340fcb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba29-a340fcb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba2f-a340fcb2 {
  justify-self: start;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba3a-a340fcb2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba3c-a340fcb2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba3d-a340fcb2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_702475aa-a08b-8289-4c8e-fe21886bba5a-a340fcb2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_35dcb8be-b667-bbb0-039c-81f26064d162-8feee6b0, #w-node-_884de89d-acdb-5f3f-699f-5b9e6f9c9ff8-8feee6b0, #w-node-_181ae194-3330-9b30-766b-c576e4eb1124-8feee6b0, #w-node-_24e9ad76-1537-f098-4e59-462eb832a8fc-8feee6b0, #w-node-b5c40ec9-90fb-5198-63a4-189f55c95b2d-8feee6b0, #w-node-_664f8b25-f66d-307d-85d4-d3b9dbff53d4-8feee6b0, #w-node-_684a3932-a4b1-b7b8-5dbc-262419671a7a-8feee6b0, #w-node-_684a3932-a4b1-b7b8-5dbc-262419671a7e-8feee6b0, #w-node-_684a3932-a4b1-b7b8-5dbc-262419671a82-8feee6b0 {
  align-self: center;
  justify-self: center;
}

#w-node-_31e31c3a-7ed2-ad5a-f76f-a6ce99322b1b-953d567c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e6a09628-0599-8a27-07d5-14cf9e765b0b-953d567c {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba12-a340fcb2 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba14-a340fcb2 {
    grid-column-end: 5;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba24-a340fcb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba3c-a340fcb2 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba3d-a340fcb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba5a-a340fcb2 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba12-a340fcb2 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba14-a340fcb2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_702475aa-a08b-8289-4c8e-fe21886bba15-a340fcb2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


