@font-face {
  font-family: Ldabbild;
  src: url('../fonts/LDAbbild-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #0a0a0a;
  --fluo-yellow: #e3ff6e;
  --white: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--black);
  color: var(--black);
  word-break: keep-all;
  background-image: url('../images/bg1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Mulmaru, Arial, sans-serif;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0 0% 0%;
}

.screen-2 {
  flex: none;
  width: 940px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.screen-2.hidden {
  display: none;
}

.flex-block {
  border: 2px solid var(--black);
  background-color: var(--fluo-yellow);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.flex-block.white {
  background-color: var(--white);
}

.div-block {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 120px;
  display: block;
  position: relative;
}

.div-block-2 {
  flex: none;
  width: 100%;
}

.text-block {
  color: var(--black);
  text-align: center;
  border-bottom: 3px solid #000;
  font-family: Mulmaru, Arial, sans-serif;
  font-size: 60px;
  line-height: 90px;
  position: relative;
}

.text-block.black {
  background-color: var(--black);
  color: var(--white);
  border: 3px solid #000;
  padding-top: 10px;
  line-height: 80px;
}

.text-block-copy {
  color: var(--black);
  text-align: center;
  border-bottom: 2px #000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Mulmaru, Arial, sans-serif;
  font-size: 30px;
  line-height: 50px;
  position: relative;
}

.form {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}

.form-block {
  flex: none;
}

.passwordinput {
  border-style: none none solid;
  border-width: 3px 3px 5px;
  border-color: var(--fluo-yellow) var(--fluo-yellow) var(--black);
  opacity: 1;
  text-align: left;
  letter-spacing: 11px;
  background-color: #ffffffa6;
  flex: none;
  width: 310px;
  height: 72px;
  padding-left: 20px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
  overflow: clip;
}

.passwordinput:focus {
  border-bottom-color: var(--black);
  background-color: var(--white);
  opacity: 100;
  color: var(--black);
}

.flex-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
}

.text-field-copy {
  border: 3px solid #000;
  width: 40px;
  height: 60px;
}

.field-label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.txtp_p {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 24px;
}

.txtp_p.lemon {
  color: var(--fluo-yellow);
}

.bold-text {
  font-size: 20px;
  line-height: 35px;
}

.submit-button {
  display: none;
}

.div-block-3 {
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-3.ds {
  padding-bottom: 20px;
}

.bold-text-copy {
  font-size: 20px;
  line-height: 35px;
}

.div-block-4 {
  background-color: var(--black);
  color: var(--fluo-yellow);
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-4.lemon {
  background-color: var(--fluo-yellow);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.div-block-4.lemon.inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.screen-1 {
  width: 940px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  flex: 0 auto;
  align-self: center;
}

.text-block-2.grow {
  text-align: center;
  flex: 1;
  align-self: center;
  padding-bottom: 0;
  padding-right: 20px;
}

.div-block-5 {
  border: 3px solid #000;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 20px;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 480px;
}

.txt_p {
  text-align: center;
  flex: 1;
  font-size: 18px;
  line-height: 30px;
}

.txt_p.left {
  text-align: left;
  margin-bottom: 0;
}

.txt_p.screen5-num {
  text-align: left;
  flex: none;
  align-self: flex-start;
  width: 40px;
}

.txt_p.lemon {
  border-bottom: 2px solid var(--fluo-yellow);
  align-self: flex-start;
}

.text-block-3 {
  font-size: 20px;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.btn {
  background-color: var(--black);
  color: var(--fluo-yellow);
  text-align: center;
  cursor: pointer;
  border: 3px solid #000;
  align-self: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 20px;
}

.btn:hover {
  opacity: .5;
}

.btn:active {
  opacity: 1;
  transform: translate(0, 5px);
}

.btn.lemon {
  background-color: var(--fluo-yellow);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 120px;
  font-family: Mulmaru, Arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: flex;
}

.btn.lemon:hover {
  opacity: .5;
}

.div-block-7 {
  cursor: pointer;
  flex: 1;
  align-self: center;
}

.div-block-7.code {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 24%;
  display: flex;
  position: relative;
}

.div-block-7.code._41 {
  width: 20%;
}

.div-block-7.code._41:hover {
  opacity: .7;
}

.flex-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.flex-block-5._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
}

.flex-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}

.hidden {
  opacity: 0;
}

.div-block-8 {
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: #fff;
  align-self: center;
  font-size: 70px;
  line-height: 100px;
  position: relative;
  inset: 0%;
}

.div-block-9 {
  position: relative;
}

.flex-block-7 {
  border-bottom: 2px solid var(--black);
  background-color: var(--white);
  width: 100%;
  height: 50px;
  display: none;
  position: fixed;
  top: 0;
}

.div-block-10 {
  flex: 1;
  align-self: stretch;
  padding: 10px;
}

.div-block-11 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.div-block-12 {
  background-color: var(--fluo-yellow);
  border: 3px solid #000;
  height: 30px;
}

.div-block-13 {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: block;
  position: relative;
}

.wrap_titleblack {
  padding: 4px 4px 0;
}

.div-block-3-copy {
  background-color: var(--fluo-yellow);
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 15px;
  display: flex;
}

.div-block-14 {
  flex: 1;
}

.flex-block-8 {
  border-bottom: 1px solid #000;
  align-self: stretch;
  padding-bottom: 5px;
}

.doc_label {
  width: 100px;
  font-size: 13px;
}

.doc_label.doc_num {
  font-size: 18px;
  line-height: 30px;
}

.doc_table {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 15px;
  font-size: 18px;
  line-height: 33px;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.doc_title {
  font-size: 20px;
}

.screen-2-copy {
  width: 940px;
  height: 100vh;
}

.screen_4_popup {
  width: 840px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.screen_4_popup._1, .screen_4_popup._2, .screen_4_popup._3, .screen_4_popup._4, .screen_4_popup._5, .screen_4_popup._6, .screen_4_popup._7, .screen_4_popup._8, .screen_4_popup._21 {
  display: none;
}

.screen_4_popup._22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.screen_4_popup._23, .screen_4_popup._24 {
  display: none;
}

.screen_4_popup._25 {
  flex: none;
  display: none;
}

.screen_4_popup._26 {
  display: none;
}

.text-block-4-copy {
  color: #fff;
  align-self: stretch;
  font-size: 80px;
  line-height: 108px;
  position: relative;
  inset: 0%;
}

.body_timeline {
  background-color: var(--black);
  color: var(--black);
  word-break: keep-all;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  font-family: Mulmaru, Arial, sans-serif;
}

.section-2 {
  letter-spacing: -.01em;
  margin-top: 50px;
  padding-top: 20px;
  font-family: Ldabbild, Arial, sans-serif;
}

.h2 {
  color: var(--fluo-yellow);
  flex: none;
  align-self: flex-start;
  font-size: 30px;
  line-height: 54px;
}

.h2.ab {
  font-family: Ldabbild, Arial, sans-serif;
}

.flex-block-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: auto;
  margin-bottom: 120px;
  padding-top: 40px;
  display: flex;
}

.head_act {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 2px solid var(--fluo-yellow);
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.bold-text-2 {
  background-color: var(--fluo-yellow);
  color: var(--black);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
}

.div-block-16-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.flex-block-10 {
  align-self: stretch;
}

.image {
  flex: none;
  align-self: stretch;
}

.txt_timline {
  color: var(--white);
  flex: 1;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Ldabbild, Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.txt_timline.lemon {
  color: var(--fluo-yellow);
}

.h3 {
  color: var(--white);
  font-size: 27px;
  line-height: 42px;
}

.h3.ab {
  flex: 1;
  font-family: Ldabbild, Arial, sans-serif;
}

.flex-block-11 {
  flex: 1;
}

.div-block-17 {
  flex: 1;
  padding-top: 100px;
}

.div-block-18 {
  flex: 1;
  margin-top: -180px;
  padding-top: 0;
}

.flex-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.div-block-18-copy {
  flex: 1;
  margin-top: 0;
  padding-top: 0;
}

.div-block-16-copy-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-18-copy-copy {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
}

.slide-up.bumper {
  height: 80px;
}

.screen-41 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 940px;
  max-width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.screen-42 {
  width: 940px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.code-embed.hidden {
  display: none;
}

.letter {
  background-color: var(--black);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 108px;
  display: none;
  position: absolute;
  inset: 0%;
}

.letter.open {
  display: flex;
}

.highlight {
  background-color: var(--fluo-yellow);
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  display: inline;
}

.h2-copy {
  color: var(--fluo-yellow);
  flex: 1;
  align-self: flex-end;
  font-size: 30px;
  line-height: 48px;
}

.h2-copy.ab {
  font-family: Ldabbild, Arial, sans-serif;
}

.div-block-20 {
  flex: none;
  align-self: stretch;
  margin-bottom: 60px;
}

.div-block-21 {
  background-color: var(--fluo-yellow);
}

.txtp_s {
  opacity: .5;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.txtp_s.lemon {
  color: var(--fluo-yellow);
}

.code-embed-2 {
  flex: 1;
  align-self: stretch;
}

.screen-5 {
  align-self: stretch;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.whitebox {
  border: 2px solid var(--black);
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.whitebox.white {
  background-color: var(--white);
}

.lemon {
  color: var(--fluo-yellow);
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-23 {
  align-self: stretch;
}

.div-block-23-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.code-embed-3 {
  align-self: stretch;
}

.sldif {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 32px;
}

.div-block-6-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lemonbg {
  background-color: var(--fluo-yellow);
  position: fixed;
  inset: 0%;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-25.hidden {
  display: none;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  text-align: center;
  border: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.div-block-26.error {
  background-color: var(--black);
  color: var(--fluo-yellow);
}

.div-block-4-copy {
  background-color: var(--black);
  color: var(--fluo-yellow);
  align-self: center;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.div-block-4-copy.lemon {
  background-color: var(--fluo-yellow);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.div-block-4-copy.lemon.inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.txtp_s-copy {
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
}

.txtp_s-copy.lemon {
  color: var(--fluo-yellow);
}

.screen-41-copy {
  flex: 1;
  width: 940px;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.screen-42-copy, .screen-1-copy, .screen-2-copy {
  width: 940px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.screen-2-copy.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    position: relative;
  }

  .div-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-6 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    width: 100vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    position: relative;
  }

  .screen-2 {
    width: 100vw;
    height: auto;
  }

  .div-block {
    padding: 20px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .screen-1 {
    width: 100vw;
    position: relative;
  }

  .flex-block-5._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2 {
    align-self: flex-start;
  }

  .head_act.slide-up {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-16-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-17 {
    padding-top: 0;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .flex-block-12, .div-block-16-copy-copy-copy {
    flex-flow: column;
  }

  .screen-42 {
    width: 100vw;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/bg_m-02.jpg');
  }

  .section {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .screen-2 {
    width: 100%;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block.black {
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 37px;
  }

  .text-block-copy {
    font-size: 20px;
    line-height: 36px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-block {
    align-self: stretch;
  }

  .passwordinput {
    opacity: 1;
    letter-spacing: 7px;
    flex: none;
    width: 232px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
  }

  .flex-block-3 {
    width: 100%;
  }

  .bold-text {
    font-size: 16px;
  }

  .div-block-3 {
    padding: 5px 10px;
  }

  .bold-text-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .screen-1 {
    width: 100vw;
  }

  .text-block-2 {
    align-self: flex-start;
  }

  .text-block-2.grow {
    text-align: left;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 22px;
  }

  .flex-block-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .txt_p {
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn.lemon {
    height: 100px;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-7.code {
    flex: none;
    justify-content: space-between;
    width: 36%;
  }

  .div-block-7.code._41 {
    width: 36%;
  }

  .flex-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-around;
  }

  .flex-block-5._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-4, .text-block-4-copy {
    font-size: 50px;
    line-height: 70px;
  }

  .body_timeline {
    background-image: none;
  }

  .h2.ab.slide-up {
    line-height: 48px;
  }

  .head_act.slide-up, .div-block-16-copy-copy {
    flex-flow: column;
  }

  .div-block-17 {
    padding-top: 0;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .flex-block-12 {
    flex-flow: column;
  }

  .div-block-19 {
    align-self: stretch;
  }

  .div-block-16-copy-copy-copy {
    flex-flow: column;
  }

  .screen-41, .screen-42, .screen-5 {
    width: 100%;
  }

  .div-block-6-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-25 {
    display: none;
  }

  .screen-41-copy, .screen-42-copy {
    width: 100%;
  }

  .screen-1-copy {
    width: 100vw;
  }

  .screen-2-copy {
    width: 100%;
  }
}


@font-face {
  font-family: 'Ldabbild';
  src: url('../fonts/LDAbbild-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulmaru';
  src: url('../fonts/Mulmaru.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}