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

@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 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: fixed;
  overflow: visible;
}

.spline-scene {
  width: auto;
  height: 100%;
}

.container-2 {
  z-index: 1000;
  width: 100vw;
  max-width: 100vw;
  height: 124px;
  position: absolute;
}

.container-2.header-container {
  padding: 30px;
}

.container-2.header-container.footer-conti {
  height: 72px;
  display: flex;
  inset: auto 0% 0%;
}

.div-block {
  width: 25%;
  height: 100%;
}

.div-block.header {
  width: 20%;
}

.div-block.footer {
  align-items: center;
  width: 49%;
  display: flex;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: 100%;
  overflow: clip;
}

.pipe {
  margin-left: 8px;
  margin-right: 8px;
}

.link {
  color: #206af5;
}

.text-block.right {
  text-align: right;
  flex: 0 auto;
}

.loading-spinner {
  z-index: 10000;
  width: 128px;
  height: 128px;
  position: fixed;
  inset: 45%;
}

.image-2 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .div-block.header {
    width: 12%;
  }

  .loading-spinner {
    inset: 47%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    object-position: 50% 50%;
  }

  .container-2.header-container.footer-conti {
    height: 48px;
  }

  .div-block.header {
    width: 25%;
  }

  .div-block.footer {
    width: 99%;
  }

  .div-block.footer.right {
    width: 1%;
  }

  .loading-spinner {
    inset: 41%;
  }
}

@media screen and (max-width: 767px) {
  .spline-scene {
    height: 115%;
  }

  .container-2.header-container {
    padding: 16px;
  }

  .container-2.header-container.footer-conti {
    height: 32px;
  }

  .div-block.header {
    width: 28%;
  }

  .div-block.footer {
    width: 99%;
  }

  .div-block.footer.right {
    width: 1%;
  }

  .link, .text-block {
    font-size: 12px;
  }

  .loading-spinner {
    width: 64px;
    height: 64px;
    inset: 45%;
  }
}

@media screen and (max-width: 479px) {
  .spline-scene {
    height: 100%;
    margin-left: -93px;
  }

  .container-2.header-container {
    height: 72px;
  }

  .container-2.header-container.footer-conti {
    flex-flow: row;
    height: 48px;
    padding: 8px;
  }

  .div-block.header {
    width: 45%;
  }

  .div-block.footer {
    flex-flow: column;
    width: 99%;
  }

  .div-block.footer.right {
    width: 1%;
  }

  .pipe {
    font-size: 11px;
    display: none;
  }

  .link, .text-block {
    font-size: 12px;
  }

  .loading-spinner {
    inset: 41%;
  }
}


