.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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.logo {
  padding-right: 3rem;
}

.gaffer {
  margin-top: 4rem;
  position: static;
}

.txt {
  z-index: 2000;
  color: #be2323;
  background-color: #fff;
  min-width: 100svw;
  max-width: none;
  min-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  vertical-align: baseline;
  width: 7rem;
}

.image-2 {
  width: 32rem;
}

.text-block {
  color: gray;
  text-align: center;
  letter-spacing: 6px;
  column-count: auto;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  font-family: Jost, sans-serif;
  font-size: 10px;
}

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

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

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

.gif_anim {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100svw;
  max-width: none;
  height: auto;
  min-height: 100svh;
  display: block;
  position: static;
  inset: 0% 0 0 0%;
  overflow: visible;
}

.image-3 {
  z-index: 1000;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 767px) {
  .image {
    width: 7rem;
  }

  .image-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

@media screen and (max-width: 479px) {
  .logo {
    padding-right: 2rem;
  }

  .txt {
    flex: 0 auto;
    padding-right: 0;
  }

  .image {
    width: 5rem;
  }

  .image-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block {
    text-align: center;
    letter-spacing: 4px;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    font-size: 9px;
    line-height: 15px;
    display: flex;
  }

  .gif_anim {
    width: 0;
    min-width: 300svw;
    height: 0;
    min-height: 100svh;
    display: block;
    position: absolute;
    left: -200%;
    right: -185svw;
  }

  .image-3 {
    position: static;
  }
}


@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}