.image {
  position: fixed;
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  overflow: hidden;
  margin-top: 0px;
  text-align: center;
}

.html-embed {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.image-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  width: 332px;
  max-width: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  height: 40px;
  float: right;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0058b3;
  font-family: 'Louis webfont', sans-serif;
  font-size: 11px;
  text-align: right;
  text-indent: 0px;
  white-space: nowrap;
}

.container {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  opacity: 1;
}

.image-3 {
  position: absolute;
  left: 21px;
  top: -37px;
  right: 0%;
  bottom: 4px;
  width: 30px;
  height: 30px;
  max-width: none;
}

.container-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 26%;
  bottom: 10%;
  text-align: right;
}

.text-block {
  position: absolute;
  left: 57px;
  top: 6px;
  width: 131px;
  font-family: 'Louis webfont', sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: left;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 4%;
  width: 215px;
  height: 40px;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 200px;
  height: 39px;
  clear: none;
}

.section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  position: relative;
  width: 300px;
  height: 40px;
  transform: scale(1.5);
}

.image-5 {
  position: absolute;
  left: 100px;
  width: 100px;
  height: auto;
  opacity: 0;
}

.image-6 {
  position: absolute;
  left: 100px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  opacity: 1;
}

.text-block-2 {
  position: absolute;
  left: 35px;
  top: 6px;
  font-family: 'Louis Regular', sans-serif;
  color: #fff;
  text-align: left;
}

.text-block-3 {
  position: absolute;
  left: 210px;
  top: 6px;
  opacity: 0.62;
  font-family: 'Louis Regular', sans-serif;
  color: #fff;
  text-align: right;
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 100%;
  height: auto;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 6%;
  width: 181px;
  height: 27.53125px;
  transform: scale(1.5);
}

.div-block-5 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 135px;
  height: 39px;
  transform: scale(1.5);
}

.image-9 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 0px;
  }

  .html-embed {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .div-block {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .div-block-3 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 767px) {
  .container {
    bottom: 6%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .text-block {
    left: 8px;
  }

  .div-block {
    right: -1%;
    width: 166px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .div-block-3 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .div-block-4 {
    right: -3%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .div-block-5 {
    left: 2%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (max-width: 479px) {
  .html-embed {
    opacity: 1;
  }

  .image-2 {
    max-width: 80%;
  }

  .container {
    left: auto;
    right: 152px;
    bottom: 12%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .text-block {
    position: relative;
    left: 42px;
    top: 8px;
    width: 120px;
    padding: 0px 204px 13px 0px;
  }

  .image-4 {
    position: relative;
    top: auto;
    right: 29px;
    height: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    bottom: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .section-2 {
    left: 7%;
    bottom: 10%;
    width: 100px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .div-block-3 {
    width: 100px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .image-5 {
    left: 0px;
    width: 100%;
  }

  .image-6 {
    left: 0px;
    width: 100%;
  }

  .text-block-2 {
    opacity: 0;
  }

  .text-block-3 {
    opacity: 0;
  }

  .image-8 {
    position: static;
    left: 8%;
    width: 259px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-4 {
    bottom: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 47px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    left: auto;
    top: auto;
    right: 6%;
    bottom: 11%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@font-face {
  font-family: 'Louis webfont';
  src: url('../dfonts/louis-heavy-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis Regular';
  src: url('../dfonts/louisregularwebfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}