@font-face {
  font-family: All Round Gothic;
  src: url('../fonts/All_Round_Gothic_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: All Round Gothic Book;
  src: url('../fonts/All_Round_Gothic_Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: All Round Gothic;
  src: url('../fonts/All_Round_Gothic_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.link-block {
  min-width: 100vh;
  max-width: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.code-embed {
  min-width: 100vh;
  min-height: 100vh;
}

.div-block {
  width: 100vh;
  min-width: 100vh;
  max-width: 100vh;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.code-embed-2 {
  width: 100vh;
  height: 100vh;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100vh;
  min-height: 100vh;
  display: block;
  position: relative;
}

.section, .section-2 {
  min-width: 100vh;
  min-height: 100vh;
}

.div-block-3 {
  z-index: 2;
  min-width: 100vh;
  min-height: 100vh;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
}

.herovbg {
  z-index: -5;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-4 {
  z-index: 10;
  width: 800px;
  height: 400px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-5 {
  min-width: 60%;
  max-width: 60%;
  margin-top: 20px;
}

.div-block-3-copy {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vh;
  min-height: 100vh;
  margin-left: 300px;
  margin-right: 300px;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.image {
  min-width: 40vh;
  max-width: 60vh;
}

.navbar {
  z-index: 8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0003;
}

.brand {
  padding: 15px;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.image-2 {
  min-width: 50px;
  min-height: 50px;
}

.nav-menu {
  color: #fff;
  font-weight: 700;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.herov {
  min-width: 100vh;
  min-height: 100vh;
  position: relative;
}

.div-block-5 {
  position: relative;
  inset: 0;
}

.section-3 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.container-3 {
  width: 100vh;
  height: 100vh;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 80vh;
  max-width: 80vh;
  display: flex;
}

.m_tag {
  max-height: 50px;
}

.h2 {
  color: #fff;
  text-align: center;
  font-family: All Round Gothic, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: All Round Gothic, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.s_tag {
  background-color: #ffffff80;
  background-image: linear-gradient(#ffffff26, #ffffff26);
  border-radius: 100px;
  min-height: 30px;
  max-height: 40px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left {
  z-index: 99;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#0000001a, #0000001a);
  min-width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: All Round Gothic, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #ff4800;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  vertical-align: baseline;
  background-color: #010007;
  border-radius: 200px;
  padding: 12px 25px;
  font-family: All Round Gothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #ff4800;
}

.button-primary-2:active {
  color: #ffe7dd;
  background-color: #e94200;
}

.s_tag_native {
  color: #ff4800;
  text-align: center;
  font-family: All Round Gothic, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-8 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #ff4800;
  background-color: #ff48001a;
  border: 1px #fff;
  border-radius: 100px;
  padding: 5px 10px;
  transition: flex-grow .2s;
}

.background-video, .background-video-copy {
  min-width: 100%;
}

.soon {
  background-color: #02000a;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.main-hero {
  margin-top: -70px;
}

.image-3 {
  max-height: 40px;
}

.div-block-9 {
  background-image: linear-gradient(#02000a00, #02000a);
  height: 20vh;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span {
  color: #ff4800;
}

.scroller {
  overflow: visible;
}

.copy {
  background-color: #30f;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-right, .hero-stack, .team-circles {
    padding: 60px 15px;
  }

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

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: auto;
  }

  .code-embed-3 {
    width: 100vh;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    margin-left: 0;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .herovbg {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .code-embed-5 {
    min-width: 99%;
    max-width: 99%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    margin-left: -300px;
    display: block;
  }

  .image {
    min-width: 100%;
    max-width: 100%;
    margin-top: 80px;
  }

  .container-2 {
    max-width: none;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    min-width: 100%;
    min-height: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: auto;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .m_tag {
    max-height: 50px;
  }

  .h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .s_tag {
    max-height: 30px;
  }

  .navbar-logo-left {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: block;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-wrapper {
    display: none;
    overflow: visible;
  }

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

  .nav-link-5 {
    color: #000;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .icon {
    color: #fff;
    background-color: #ff4800;
    border-radius: 20px;
    padding: 6px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .div-block-8 {
    padding: 7px;
  }

  .div-block-9 {
    height: 20vh;
    inset: auto 0% 0%;
  }

  .scroller {
    overflow: visible;
  }

  .copy {
    background-color: #30f;
  }
}


@font-face {
  font-family: 'All Round Gothic';
  src: url('../fonts/All_Round_Gothic_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'All Round Gothic Book';
  src: url('../fonts/All_Round_Gothic_Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'All Round Gothic';
  src: url('../fonts/All_Round_Gothic_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}