html {
  background-color: black; }

html, body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  min-height: 100vh; }

.bounce {
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bg {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden; }
  .bg:before {
    position: absolute;
    content: '';
    display: block;
    right: -139px;
    top: -120px;
    width: 697px;
    height: 697px;
    flex-shrink: 0;
    border-radius: 697px;
    background: linear-gradient(181deg, rgba(65, 196, 195, 0.99) 11.11%, rgba(65, 196, 195, 0) 106.3%);
    mix-blend-mode: screen;
    filter: blur(250px); }
  .bg:after {
    position: absolute;
    content: '';
    display: block;
    left: -358px;
    bottom: -190px;
    width: 605px;
    height: 605px;
    flex-shrink: 0;
    border-radius: 697px;
    background: linear-gradient(181deg, rgba(65, 196, 195, 0.99) 11.11%, rgba(65, 196, 195, 0) 106.3%);
    mix-blend-mode: screen;
    filter: blur(250px); }

a {
  text-decoration: none; }

.cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px; }

.cta {
  display: flex;
  box-sizing: border-box;
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important;
  align-items: center;
  border: 1px solid #DFDFDF;
  color: black;
  text-decoration: none; }
  .cta a {
    text-decoration: none; }
  .cta:hover {
    background: #F05C48;
    color: white;
    border: 1px solid #F05C48; }
  .cta.primary {
    border: 1px solid #41C4C3;
    background: #41C4C3;
    color: black;
    text-transform: uppercase; }
    .cta.primary:hover {
      background: #5DE3E2;
      border-color: #5DE3E2; }
  .cta.secondary {
    color: #dfdfdf;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0px;
    text-decoration-line: underline;
    border: 0;
    background: none;
    padding: 0;
    font-family: 'Lato'; }
    .cta.secondary a {
      color: inherit;
      text-decoration: underline; }
    .cta.secondary:hover {
      color: white; }

.hero {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  padding-bottom: 59px;
  background: url("../img/galaxy.png") center center no-repeat;
  background-size: cover;
  min-height: 875px;
  width: 100%;
  box-sizing: border-box; }
  .hero .content {
    display: flex;
    max-width: 1396px;
    margin: 0 auto;
    align-items: stretch;
    gap: 24px;
    padding-top: 157px;
    justify-content: stretch; }
    .hero .content .right {
      position: relative;
      flex: 1; }
      .hero .content .right img, .hero .content .right video {
        height: 854px;
        position: absolute;
        top: 50%;
        left: 44%;
        mix-blend-mode: screen;
        filter: contrast(1.1);
        transform: translate(-50%, -50%); }
    .hero .content .icons {
      display: flex;
      padding: 24px 0px;
      align-items: flex-start;
      gap: 60px;
      align-self: stretch; }
      .hero .content .icons .icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px; }
        .hero .content .icons .icon img {
          height: 40px; }
        .hero .content .icons .icon span {
          font-size: 16px;
          font-weight: 500;
          line-height: 140%;
          color: #DFDFDF; }
      .hero .content .icons.mob {
        display: none; }
    .hero .content .left {
      display: flex;
      width: 749px;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      flex-shrink: 0; }
      .hero .content .left h1 {
        margin: 0;
        font-size: 64px;
        font-weight: 700;
        line-height: 72px; }
        .hero .content .left h1 img {
          height: 78.6px;
          display: inline;
          margin-right: 14px;
          vertical-align: bottom; }
      .hero .content .left p {
        margin: 0;
        max-width: 676px;
        font-size: 22px;
        font-weight: 500;
        color: #CCC;
        line-height: 32px; }
      .hero .content .left .deets {
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        gap: 64px; }
        .hero .content .left .deets span {
          color: #BFBFBF;
          /* Subhead/S */
          font-family: Montserrat;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 155.56%;
          letter-spacing: 0px; }
        .hero .content .left .deets .deet {
          display: flex;
          height: 97px;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; }
        .hero .content .left .deets strong {
          font-family: Montserrat;
          font-size: 64px;
          font-style: normal;
          font-weight: 700;
          line-height: 112.5%;
          letter-spacing: 0px;
          color: #D34037; }

section.logos {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center; }
  section.logos article {
    display: flex;
    width: 100%;
    max-width: 1396px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0; }
    section.logos article p {
      font-family: Lato;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      /* 145.455% */ }
    section.logos article img {
      height: 132px; }

section.bottom {
  height: 484px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  section.bottom .btmbg {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bottombg.png") center top no-repeat;
    background-size: cover;
    mix-blend-mode: screen; }
  section.bottom .art {
    position: absolute;
    right: 55%;
    bottom: 0;
    height: 92%; }
  section.bottom .btn {
    display: inline-block; }
  section.bottom article {
    display: flex;
    max-width: 480px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%; }
  section.bottom h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: 0px; }

.about {
  height: auto;
  position: relative;
  padding: 78px 120px;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
  display: flex; }
  .about .aboutbg {
    pointer-events: none;
    background: url("../img/about.png") top right no-repeat;
    background-blend-mode: screen;
    background-size: 48.33% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: screen;
    height: 100%; }
  .about .feather {
    display: flex;
    width: 619px;
    height: 619px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 49px;
    top: -94px; }
  .about .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 148px;
    box-sizing: border-box;
    max-width: 1396px;
    position: relative; }
    .about .content .text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      max-width: 591px; }
      .about .content .text h3 {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        color: #fff;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 118%;
        letter-spacing: 0px; }
      .about .content .text p {
        font-family: 'Lato';
        margin: 0;
        color: #DFDFDF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0px; }

.feats h2 {
  margin: 0;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  text-align: center; }
.feats .content {
  display: flex;
  padding: 64px 120px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  text-align: center;
  box-sizing: border-box; }
.feats .container {
  display: grid;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 1683px;
  grid-template-columns: 1fr 1fr; }
  .feats .container .box {
    min-height: 464px;
    background: #101010;
    display: flex;
    padding: 53px;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .feats .container .box:nth-of-type(1):before {
      content: '';
      width: 439px;
      height: 439px;
      border-radius: 439px;
      background: linear-gradient(181deg, rgba(65, 196, 195, 0.99) 11.11%, rgba(65, 196, 195, 0) 106.3%);
      filter: blur(250px);
      top: -249px;
      left: -329px;
      position: absolute; }
    .feats .container .box:last-of-type:before {
      content: '';
      width: 439px;
      height: 439px;
      border-radius: 439px;
      background: linear-gradient(181deg, rgba(65, 196, 195, 0.99) 11.11%, rgba(65, 196, 195, 0) 106.3%);
      filter: blur(250px);
      bottom: -249px;
      right: -329px;
      position: absolute; }
    .feats .container .box .visual {
      position: absolute;
      right: 0;
      height: 100%;
      top: 0; }
    .feats .container .box article {
      display: flex;
      max-width: 400px;
      width: 55%;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      position: relative;
      z-index: 1;
      text-align: left; }
      .feats .container .box article h3 {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        color: #fff;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0px;
        white-space: nowrap; }
        .feats .container .box article h3 img {
          height: 55px; }
      .feats .container .box article p {
        font-family: 'Lato';
        margin: 0;
        color: #bfbfbf;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155.556%;
        letter-spacing: 0px; }

.tools h2 {
  margin: 0;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  text-align: center; }
.tools .content {
  display: flex;
  padding: 96px 120px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
  box-sizing: border-box; }
.tools .container {
  display: grid;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 1683px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch; }
  .tools .container .box {
    display: flex;
    padding: 64px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
    min-height: 549px;
    background: #101010;
    position: relative; }
    .tools .container .box .visual {
      height: 325px;
      width: 100%;
      object-fit: contain; }
    .tools .container .box article {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      position: relative;
      z-index: 1;
      text-align: left; }
      .tools .container .box article h3 {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        color: #fff;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0px; }
      .tools .container .box article p {
        font-family: 'Lato';
        margin: 0;
        color: #DFDFDF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155.556%;
        letter-spacing: 0px; }

.nums {
  display: flex;
  width: 90%;
  max-width: 1396px;
  justify-content: space-around;
  align-items: center;
  margin: 48px auto;
  text-align: center;
  margin-top: -90px; }
  .nums .num {
    color: #41C4C3;
    text-align: center;
    /* Headline/XL */
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    /* 112.5% */ }
  .nums span {
    color: #CCC;
    text-align: center;
    /* Pretitle/L */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 3.2px;
    text-transform: uppercase; }

.backto {
  margin: 96px auto;
  text-align: center; }

header {
  display: flex;
  width: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: 15px 15px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  z-index: 100; }
  header a {
    pointer-events: auto; }
  header .logo {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    pointer-events: auto; }
    header .logo p {
      color: #DFDFDF;
      /* Label/L/Emphasized */
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0px;
      margin: 0; }
    header .logo img {
      height: 50px; }
    header .logo .divider {
      width: 1px;
      height: 24px;
      background: #9F9F9F; }
  header .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px; }
    header .btns .secondary {
      color: #dfdfdf;
      font-size: 16px;
      font-weight: 400;
      line-height: 200%;
      letter-spacing: 0px;
      text-decoration-line: none;
      border: 0;
      background: none;
      padding: 0;
      transition: all 0.3s ease; }
      header .btns .secondary a {
        color: inherit;
        text-decoration: underline; }
      header .btns .secondary:hover {
        color: white; }
  header .cta {
    background: none;
    color: #DFDFDF;
    border: 1px solid #DFDFDF;
    pointer-events: auto;
    height: 40px;
    transition: all 0.3s ease; }
    header .cta:hover {
      background: #41C4C3;
      color: black;
      border-color: #41C4C3; }

footer {
  max-width: 1673px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 40px;
  box-sizing: border-box;
  padding-top: 0;
  width: 100%; }
  footer .topf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    footer .topf p {
      margin: 0;
      color: #B2B2B2;
      font-family: Lato;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 18.2px */ }
    footer .topf .owlogo img {
      height: 60px; }
    footer .topf .logos {
      display: flex;
      gap: 64px;
      align-items: center;
      justify-content: center; }
      footer .topf .logos img {
        height: 50px; }
    footer .topf .nav {
      color: #909090;
      /* Small */
      display: flex;
      gap: 40px;
      align-items: center;
      justify-content: center;
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 110%;
      /* 15.4px */ }
      footer .topf .nav a {
        color: inherit;
        text-decoration: underline; }

.owfooter {
  background: #101010;
  color: #9F9F9F;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 120px;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  align-items: center; }
  .owfooter .nav {
    display: flex;
    gap: 32px; }
  .owfooter a {
    color: #9F9F9F !important;
    text-decoration: none; }
  .owfooter .social {
    display: flex;
    gap: 20px; }
  .owfooter .mobow {
    display: none; }

@media only screen and (max-width: 600px) {
  body {
    background: url(../img/video.webp) center center no-repeat;
    background-position: 50% 226px;
    background-size: contain;
    background-color: black; }

  .cta-btns {
    flex-direction: column;
    gap: 0; }

  .hero {
    margin-top: 80px;
    height: auto;
    background: none;
    padding-bottom: 0; }
    .hero br.desk {
      content: ""; }
    .hero br.desk:after {
      content: " "; }
    .hero .bg {
      display: none; }
    .hero .content {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-top: 30px; }
      .hero .content .icons.mob {
        display: flex; }
      .hero .content .icons.desk {
        display: none; }
      .hero .content .icons {
        flex-wrap: wrap;
        align-items: center;
        gap: 31px;
        justify-content: center;
        padding-top: 0; }
      .hero .content .left {
        text-align: center;
        width: 100%;
        padding: 0px 40px;
        padding-top: 0;
        box-sizing: border-box;
        justify-content: center;
        align-items: center; }
        .hero .content .left .btn {
          width: 100%; }
        .hero .content .left h1 {
          font-size: 32px;
          line-height: 1.2; }
          .hero .content .left h1 img {
            height: 48px;
            display: inline;
            margin-right: 9px;
            vertical-align: middle;
            position: relative;
            top: -2px; }
        .hero .content .left p {
          font-size: 18px;
          line-height: 1.5; }
        .hero .content .left .deets {
          text-align: left; }
          .hero .content .left .deets .deet strong {
            font-size: 44px; }
          .hero .content .left .deets .deet span {
            font-size: 16px; }
      .hero .content .right {
        width: 100%;
        display: block;
        position: relative;
        /* overflow: hidden; */
        background: url(../img/galaxy.png) center center no-repeat;
        background-size: 263%;
        background-position: 101% 46%;
        flex: 0;
        height: 356px;
        padding-bottom: 356px; }
        .hero .content .right video {
          position: absolute;
          height: 356px; }
        .hero .content .right img {
          position: static;
          transform: none;
          width: 100%;
          height: auto; }

  section.logos {
    padding: 0; }
    section.logos article {
      flex-wrap: wrap;
      height: auto;
      text-align: center;
      flex-wrap: wrap;
      height: auto;
      text-align: center;
      display: flex;
      /* width: 375px; */
      padding: 0px 20px;
      /* flex-direction: column; */
      align-items: center;
      gap: 16px;
      box-sizing: border-box; }
      section.logos article p {
        width: 100%;
        font-size: 18px;
        margin: 0; }
      section.logos article img {
        height: 47px; }

  .lets {
    padding-top: 0;
    margin-top: -48px; }
    .lets.bee {
      margin-top: 0;
      padding-top: 24px; }
      .lets.bee .content .left h2 {
        text-align: left;
        padding: 0; }
      .lets.bee .content .left p {
        font-size: 18px;
        line-height: 28px; }
    .lets .content .left h2 {
      font-size: 32px;
      line-height: 125%;
      margin-top: -40px;
      margin: 0;
      padding: 0 16px;
      box-sizing: border-box; }
    .lets .content .left p {
      text-align: left; }
    .lets .content .right img {
      position: static;
      transform: none;
      width: 124%;
      height: auto;
      left: 20%;
      margin-left: -18%; }
      .lets .content .right img.sec {
        height: auto;
        position: static;
        bottom: 0;
        left: 36%;
        transform: none;
        margin-left: 0;
        width: 100%; }

  .feats h2 {
    font-size: 32px; }
  .feats .content {
    padding: 40px 20px; }
  .feats .container {
    height: auto;
    width: 100%;
    grid-template-columns: 1fr; }
    .feats .container .box {
      padding: 0;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat; }
      .feats .container .box:nth-of-type(1) {
        background-image: url("../img/feat1mob.png"); }
      .feats .container .box:nth-of-type(2) {
        background-image: url("../img/feat2mob.png"); }
      .feats .container .box:nth-of-type(3) {
        background-image: url("../img/feat3mob.png"); }
      .feats .container .box:nth-of-type(4) {
        background-image: url("../img/feat4mob.png"); }
      .feats .container .box:before {
        content: '';
        width: 439px;
        height: 439px;
        border-radius: 439px;
        background: linear-gradient(181deg, rgba(65, 196, 195, 0.99) 11.11%, rgba(65, 196, 195, 0) 106.3%);
        filter: blur(250px);
        top: -249px;
        left: -284px;
        position: absolute; }
      .feats .container .box .visual {
        position: absolute;
        height: 340px;
        top: -2%;
        display: none;
        left: 30%;
        transform: translateX(-50%); }
      .feats .container .box article {
        width: 100%;
        padding: 28px;
        box-sizing: border-box;
        margin-top: 255px;
        gap: 20px; }
        .feats .container .box article h3 {
          font-size: 24px;
          gap: 8px;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
        .feats .container .box article p {
          line-height: 1.5;
          font-size: 18px; }

  .tools h2 {
    font-size: 32px; }
  .tools .content {
    padding: 40px 20px; }
  .tools .container {
    height: auto;
    width: 100%;
    grid-template-columns: 1fr; }
    .tools .container .box {
      padding: 48px 0;
      gap: 48px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat;
      overflow: hidden; }
      .tools .container .box:first-of-type .visual {
        width: 100%; }
      .tools .container .box .visual {
        height: auto;
        width: 120%; }
      .tools .container .box article {
        width: 100%;
        box-sizing: border-box;
        gap: 20px;
        overflow: hidden;
        padding: 0 24px; }
        .tools .container .box article h3 {
          font-size: 24px;
          gap: 8px;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
        .tools .container .box article p {
          line-height: 1.5;
          font-size: 18px; }

  .nums {
    display: flex;
    width: 375px;
    padding: 64px 20px 0px 16px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: -24px;
    justify-content: space-around; }
    .nums .num {
      font-size: 32px;
      line-height: 1.5; }
    .nums span {
      font-size: 14px;
      letter-spacing: 0.7px; }

  section.about {
    background: url("../img/about.png") top right no-repeat;
    padding: 0;
    background-position: center top;
    background-size: 137%;
    padding-top: 46px;
    gap: 0; }
    section.about .aboutbg {
      display: none; }
    section.about .content {
      gap: 0; }
      section.about .content .text {
        order: 2;
        gap: 20px;
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 56px; }
        section.about .content .text h3 {
          font-size: 32px; }
        section.about .content .text p {
          font-size: 18px;
          line-height: 1.5; }
      section.about .content .feather {
        position: static;
        height: 291px;
        width: auto;
        margin: 0 auto;
        order: 1; }
      section.about .content .logos {
        order: 3; }
        section.about .content .logos article {
          gap: 2px;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start;
          align-self: stretch;
          justify-content: center; }
          section.about .content .logos article img {
            height: 80px; }
          section.about .content .logos article p {
            font-size: 14px;
            width: 100%; }

  footer {
    padding: 0;
    padding-top: 0;
    gap: 40px;
    gap: 20px; }
    footer .top {
      padding: 20px;
      box-sizing: border-box;
      flex-direction: column;
      gap: 40px; }
      footer .top:nth-child(2) {
        background: #0D0D0D; }
      footer .top .nav {
        font-size: 13px; }
      footer .top .logos {
        flex-direction: column; }
        footer .top .logos img {
          object-fit: none;
          position: static;
          left: 0;
          object-position: center; }

  footer .desc {
    max-width: 90%; }
  footer .backtop img {
    height: 80px; }

  .owfooter {
    flex-direction: column;
    padding: 15px;
    gap: 24px; }
    .owfooter .nav {
      display: flex;
      gap: 16px; }
      .owfooter .nav p:first-of-type {
        display: none; }
    .owfooter .mobow {
      display: inline-block;
      text-align: center; }

  header {
    height: 80px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background: black; }
    header .btns .cta {
      padding: 16px 24px; }
    header .btns .secondary {
      display: none; }
    header .logo {
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 9px;
      pointer-events: auto; }
      header .logo img {
        height: 40px; }
      header .logo p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400; }

  section.bottom {
    height: 559px;
    width: 100%;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    height: auto;
    padding: 80px 20px; }
    section.bottom article {
      transform: none;
      text-align: center;
      justify-content: center;
      position: static;
      align-items: center;
      gap: 24px; }
      section.bottom article h3 {
        font-size: 32px; }
    section.bottom .art {
      display: none; }

  .backto {
    margin: 48px auto; }

  footer .topf .logos {
    gap: 20px;
    width: 100%;
    justify-content: space-around; }
    footer .topf .logos .owlogo img {
      height: 48px; }
    footer .topf .logos img {
      height: 40px; }

  .owfooter {
    margin-top: 24px; }

  .bg {
    display: none; } }

/*# sourceMappingURL=style.css.map */
