.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  overflow: hidden;
  max-width: 2880px;
  margin-right: auto;
  margin-left: auto;
  background-color: #141414;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  width: 100%;
  height: auto;
}

.main-wrapper {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 20px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 600;
}

.new-site {
  width: 40%;
}

.hashtags {
  width: 40%;
  text-align: right;
}

.logo {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.base {
  width: 100%;
  height: 100%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 600;
}

.copyright {
  width: 33.3333333333%;
  text-align: center;
}

.socials {
  width: 100%;
  margin-left: 7vw;
  padding-left: 20px;
  font-size: 1.8vw;
  line-height: 2vw;
  text-align: left;
}

.social-box {
  width: 33.3333333333%;
}

.link {
  color: #d5f243;
  text-decoration: none;
}

.link.inactive {
  opacity: 0.3;
  text-decoration: line-through;
}

.bold-text {
  color: #d5f243;
}

.bold-text-2 {
  color: #d5f243;
}

.bold-text-3 {
  color: #d5f243;
}

.bold-text-3.inactive {
  opacity: 0.3;
}

.message {
  width: 33.3333333333%;
}

.message-box {
  width: 340px;
  height: 100%;
  padding: 15px;
  border-style: solid;
  border-width: 1.2px;
  border-color: hsla(0, 0%, 84.7%, 0.1);
  border-radius: 10px;
}

.message-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.image-2 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.message-text {
  position: relative;
  margin-top: -2px;
}

.heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.flame {
  position: absolute;
  display: block;
  margin-top: 19px;
  margin-left: 202px;
}

.message-perex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.now {
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 11px;
}

.name-and-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-block {
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-1 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28.65vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 7vw;
}

.h1 {
  width: 22vw;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.8vw;
  line-height: 2vw;
  font-weight: 600;
}

.paragraph-2 {
  width: 18vw;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 24px;
}

.c-line {
  position: absolute;
  display: block;
  width: 1px;
  height: 100vw;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: hsla(0, 0%, 84.7%, 0.1);
}

.c-text {
  margin-left: 0px;
  padding-left: 20px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Reckless Neue', sans-serif;
  color: #ff90db;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.text-field {
  width: 100%;
  height: 56px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1.2px;
  border-color: #ff90db;
  border-radius: 10px;
  background-color: #141414;
  color: #ff90db;
  font-size: 20px;
}

.text-field:hover {
  border-color: #ff90db;
  color: #ff90db;
}

.text-field:active {
  border-color: #ff90db;
  color: #ff90db;
}

.text-field:focus {
  border-color: #ff90db;
  color: #ff90db;
}

.text-field:focus-visible {
  border-color: #ff90db;
  color: #ff90db;
}

.text-field[data-wf-focus-visible] {
  border-color: #ff90db;
  color: #ff90db;
}

.text-field::-webkit-input-placeholder {
  color: #ff90db;
}

.text-field:-ms-input-placeholder {
  color: #ff90db;
}

.text-field::-ms-input-placeholder {
  color: #ff90db;
}

.text-field::placeholder {
  color: #ff90db;
}

.form-block {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.submit-button {
  width: 100%;
  height: 56px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #5d31ff;
  background-image: url('../images/Arrow.svg');
  background-position: 94% 50%;
  background-size: 21px 16px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #abeec4;
  font-weight: 400;
  text-align: left;
}

.radio-button-field {
  width: 50px;
  height: 46px;
  border-style: solid;
  border-width: 1.2px;
  border-color: #ff90db;
  border-radius: 10px;
}

.radio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-left: 0px;
  -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;
  border: 1px none #000;
  border-radius: 0px;
  color: #ff90db;
}

.radio.selected {
  color: #141414;
}

.radio.padding {
  margin-right: 10px;
  cursor: pointer;
}

.radio_button {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 1.2px;
  border-color: #ff90db;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
}

.radio_button.w--redirected-checked {
  border-width: 1.2px;
  border-color: #ff90db;
  border-radius: 10px;
  background-color: #ff90db;
}

.radio-label {
  position: absolute;
  z-index: 2;
  margin-bottom: 0px;
  font-weight: 400;
}

.select-size-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.success-message {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #5d31ff;
  color: #141414;
}

.text-block {
  color: #abeec4;
  font-weight: 600;
}

.error-message {
  position: absolute;
  width: 360px;
  margin-bottom: -50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #d5f243;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.text-block-2 {
  color: #141414;
  text-align: center;
}

.sticker-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 9.84375vw;
  height: 28.65vw;
  margin-top: -300px;
  margin-left: 28.41vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sticker {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 9.84375vw;
  height: 9.84375vw;
}

.text-block-3 {
  display: block;
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.line {
  height: 1px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 84.7%, 0.1);
}

.line.padding-top {
  margin-top: 20px;
}

.line.padding-bottom {
  margin-bottom: 20px;
}

.form {
  width: 18.75vw;
  min-width: 300px;
}

.text-span {
  white-space: nowrap;
}

.sicker-position {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.c-text-tablet {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.form-main {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.line-tablet {
  position: absolute;
  display: none;
  width: 1px;
  height: 100vw;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: hsla(0, 0%, 84.7%, 0.1);
}

.video {
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .container {
    padding-top: 5vw;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .new-site {
    width: 45%;
    font-size: 16px;
  }

  .hashtags {
    width: 45%;
    font-size: 16px;
  }

  .logo {
    width: 10%;
  }

  .base {
    margin-top: 5vw;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .copyright {
    margin-top: 5vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
  }

  .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .social-box {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text {
    padding-right: 0.5rem;
  }

  .bold-text-2 {
    padding-right: 0.5rem;
  }

  .bold-text-3 {
    padding-right: 0.5rem;
  }

  .message {
    width: 100%;
    margin-bottom: 5vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .message-box {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .video-block {
    position: relative;
    width: 610px;
    height: 548px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-3 {
    display: none;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .h1 {
    width: 100%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .columns {
    display: block;
    margin-bottom: 10vw;
    -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;
  }

  .c-line {
    position: relative;
    display: block;
    height: 340px;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .heading-2 {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4vw;
    text-align: left;
  }

  .form-block {
    display: block;
    width: 100%;
  }

  .success-message {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 24px;
  }

  .error-message {
    position: relative;
    width: 100%;
  }

  .sticker-block {
    width: 120px;
    height: 120px;
    margin-top: 0px;
    margin-right: 5vw;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sticker {
    width: 120px;
    height: 120px;
  }

  .form {
    width: 100%;
  }

  .sicker-position {
    width: 100%;
    height: auto;
    margin-top: 580px;
  }

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

  .c-text-tablet {
    display: block;
    width: 40vw;
    height: 100%;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .form-main {
    display: block;
    width: 50vw;
  }

  .bold-text-5 {
    line-height: 3.2vw;
  }

  .bold-text-6 {
    padding-right: 1rem;
  }

  .line-tablet {
    position: relative;
    display: block;
    height: 340px;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .socials {
    font-size: 1.2rem;
  }

  .message {
    margin-bottom: 50px;
  }

  .video-block {
    width: 100%;
    height: 100%;
  }

  .column-2 {
    margin-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center;
  }

  .paragraph-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .columns {
    margin-bottom: 50px;
  }

  .c-line {
    display: none;
  }

  .heading-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    text-align: center;
  }

  .success-message {
    padding-right: 60px;
    padding-left: 60px;
    line-height: 24px;
  }

  .sticker-block {
    width: 140px;
    height: 140px;
    margin-right: 0vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sticker {
    width: 140px;
    height: 140px;
  }

  .sicker-position {
    margin-top: 480px;
  }

  .c-text-tablet {
    width: 90%;
  }

  .form-main {
    width: 100%;
    margin-top: 20px;
  }

  .line-tablet {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 30px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .header {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .new-site {
    width: 100%;
    text-align: center;
  }

  .hashtags {
    width: 100%;
    color: #ff90db;
    font-weight: 400;
    text-align: center;
  }

  .logo {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image {
    width: 40px;
  }

  .base {
    margin-top: 30px;
  }

  .footer {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .socials {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    font-size: 1.4rem;
    line-height: 3rem;
  }

  .bold-text {
    display: none;
  }

  .bold-text-2 {
    display: none;
  }

  .bold-text-3 {
    display: none;
  }

  .message {
    margin-bottom: 30px;
  }

  .message-box {
    width: 100%;
    height: 100%;
  }

  .message-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .image-2 {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 0px;
  }

  .message-text {
    margin-top: 20px;
  }

  .flame {
    display: none;
  }

  .message-perex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .now {
    display: none;
  }

  .name-and-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-block {
    height: 199%;
  }

  .column-2 {
    margin-top: 130px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .h1 {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
  }

  .paragraph-2 {
    width: 88%;
    line-height: 24px;
  }

  .columns {
    margin-bottom: 30px;
  }

  .text-block {
    line-height: 24px;
  }

  .sticker-block {
    width: 140px;
    height: 140px;
  }

  .sticker {
    width: 140px;
    height: 140px;
  }

  .form {
    min-width: 100%;
  }

  .sicker-position {
    margin-top: 440px;
  }

  .c-text-tablet {
    width: 100%;
  }

  .bold-text-6 {
    display: block;
    padding-right: 0rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 3rem;
    text-align: center;
  }
}

@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Regular.woff2') format('woff2'), url('../fonts/RecklessNeue-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format('woff2'), url('../fonts/PPNeueMontreal-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}