:root {
  --primary: #ff9722;
  --white: white;
  --black: black;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 18px;
}

.navbar_links {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  text-align: left;
  max-width: 1300px;
  padding-left: 90px;
  padding-right: 90px;
}

.container.container_discord {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.container_buy {
  margin-top: -78svh;
  margin-bottom: 80px;
}

.container.container_voucher_daily {
  margin-top: -80svh;
  margin-bottom: 16svh;
}

.hero_subpage {
  background-image: url('../images/background.png');
  background-position: 50% 100%;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 80svh;
}

.hero_subpage.hero_status {
  padding-bottom: 0;
}

.hero_subpage.hero_fixed {
  background-attachment: fixed;
}

.hero_subpage.hero_buy {
  padding-bottom: 80svh;
}

.navbar_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_link {
  color: #686767;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
}

.nav_link:hover {
  transform: scale(1.03);
}

.nav_link.nav_link-active {
  color: var(--primary);
  font-weight: 600;
}

.body {
  font-family: Poppins, sans-serif;
}

.hero_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20svh;
  margin-bottom: 20svh;
  display: flex;
}

.hero_container.hero_status {
  margin-top: 11svh;
  margin-bottom: 14svh;
}

.hero_content {
  text-align: center;
  width: 500px;
}

.hero_title {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  line-height: 33px;
}

.hero_description {
  margin-bottom: 0;
  padding-top: 0;
}

.hero_button_section {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.btn_gradient {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(90deg, #f26600, #fcac73);
  border-radius: 13px;
  padding: 13px 31px;
  font-weight: 500;
  transition: all .2s;
}

.btn_gradient:hover {
  transform: scale(1.03)rotate(-2deg);
}

.btn_gradient.shop_btn {
  border-radius: 9px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.btn_gradient.shop_btn:hover {
  transform: scale(1.03);
}

.btn_gradient.daily_voucher_btn {
  border-radius: 11px;
}

.btn_gradient.discount_btn {
  border-radius: 11px;
  width: 100%;
}

.btn_gradient.discount_btn:hover {
  transform: translate(0, 2px);
}

.btn_gradient.btn_buy {
  border-radius: 11px;
}

.status_block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.status_blob {
  background-color: #5be471;
  border: 4px solid rgba(210, 255, 189, .54);
  border-radius: 20px;
  width: 15px;
  max-width: 15px;
  height: 15px;
  max-height: 15px;
}

.text-block {
  font-weight: 600;
}

.text-span {
  color: #5be471;
}

.mode_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mode_line {
  background-color: #e5e5e5;
  width: 100%;
  min-width: 50px;
  max-width: 100%;
  height: 1px;
}

.text-block-2 {
  text-align: center;
  width: 500px;
  margin-left: 21px;
  margin-right: 21px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 600;
}

.shop {
  margin-top: -120px;
  margin-bottom: 50px;
}

.shop.shop_shop {
  margin-top: -110px;
  margin-bottom: 10px;
}

.shop_content {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.shop_card {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
  box-shadow: 0 0 100px rgba(228, 228, 228, .58);
}

.shop_card.shop_product {
  margin-bottom: 20px;
  padding: 0;
}

.shop_image {
  min-width: 200px;
}

.heading {
  text-align: center;
  border-top: 1px solid rgba(232, 232, 232, .6);
  width: 100%;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
}

.heading.shop_name_card {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 15px;
}

.discord {
  background-color: #fff7f0;
  position: relative;
  overflow: hidden;
}

.discord_title {
  color: #f26600;
  text-align: center;
  max-width: 400px;
  margin-bottom: 15px;
  font-family: Josefin Sans, sans-serif;
  line-height: 33px;
}

.discord_description {
  text-align: center;
  max-width: 450px;
  margin-bottom: 29px;
  font-weight: 500;
}

.discord_btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(90deg, #f26600, #fcac73);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 14px 37px;
  text-decoration: none;
  display: flex;
}

.discord_btn-text {
  color: var(--white);
}

.discord_decorative_1 {
  z-index: 0;
  position: absolute;
  top: 45px;
  left: -50px;
  transform: rotate(-34deg);
}

.discord_decorative_2 {
  position: absolute;
  bottom: 40px;
  left: 60px;
  transform: rotate(28deg);
}

.discord_decorative_3 {
  opacity: .46;
  position: absolute;
  top: 72px;
  left: 187px;
  transform: rotate(-28deg);
}

.discord_decorative_4 {
  position: absolute;
  bottom: 40px;
  right: -40px;
  transform: rotate(-39deg);
}

.discord_decorative_5 {
  position: absolute;
  top: 40px;
  right: 148px;
  transform: rotate(23deg);
}

.discord_decorative_6 {
  opacity: .43;
  position: absolute;
  bottom: 88px;
  right: 186px;
  transform: rotate(-45deg);
}

.footer {
  padding-top: 40px;
}

.footer.footer_subpage {
  margin-top: -63px;
}

.footer_brand {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.image {
  min-width: 230px;
}

.footer_row {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  margin-bottom: 70px;
  display: grid;
}

.footer_eula {
  width: 80%;
}

.footer_eula_content {
  margin-bottom: 40px;
}

.footer_nav {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_nav_header {
  color: var(--primary);
  margin-top: 0;
}

.footer_link {
  color: #343434;
  margin-bottom: 3px;
  font-weight: 500;
  text-decoration: none;
  transition: all .125s;
}

.footer_link:hover {
  transform: translate(5px);
}

.spacehouse {
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_btn {
  color: #f26600;
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #f26600;
  border-radius: 11px;
  padding: 7px 32px;
  font-weight: 500;
  transition: all .2s;
}

.navbar_btn:hover {
  transform: rotate(2deg);
}

.voucher_daily {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 17svh;
  margin-bottom: 0;
  display: flex;
}

.voucher_daily_info {
  width: 50%;
  padding-right: 48px;
}

.voucher_daily_form {
  width: 50%;
}

.voucher_daily_title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  line-height: 33px;
}

.voucher_daily_description {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.voucher_daily_additional {
  margin-bottom: 31px;
}

.daily_voucher_other {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 26px 9px 9px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  box-shadow: 0 0 100px rgba(228, 228, 228, .58);
}

.daily_voucher_other:hover {
  transform: scale(1.06);
}

.daily_voucher_other_text {
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}

.daily_voucher_label {
  color: var(--primary);
  margin-bottom: 9px;
  font-weight: 600;
}

.daily_voucher_input {
  color: #000;
  border: 0 solid #000;
  border-radius: 11px;
  margin-bottom: 25px;
  padding: 30px 27px;
  font-weight: 500;
  box-shadow: 0 0 100px rgba(228, 228, 228, .58);
}

.daily_voucher_input::placeholder {
  font-weight: 400;
}

.terms {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 10svh;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.terms_title {
  color: #000;
  font-family: Josefin Sans, sans-serif;
}

.terms_description {
  width: 50%;
}

.terms_content {
  margin-top: -17svh;
  margin-bottom: 13svh;
}

.terms_update {
  margin-bottom: 30px;
}

.terms_head {
  margin-bottom: 13px;
  font-family: Josefin Sans, sans-serif;
}

.terms_content_description {
  width: 70%;
  margin-bottom: 40px;
}

.terms_paragraph {
  margin-bottom: 20px;
}

.terms_block {
  margin-bottom: 35px;
}

.status_number {
  border-top: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.status_status {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-weight: 500;
  display: inline-flex;
  box-shadow: 0 0 100px rgba(228, 228, 228, .56);
}

.status_payment_info {
  margin-top: 24px;
}

.text-span-2 {
  color: var(--primary);
}

.shop_back_text {
  color: #363636;
  font-weight: 500;
  text-decoration: none;
}

.shop_back {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.shop_back:hover {
  transform: scale(1.04);
}

.text-span-3 {
  opacity: .49;
  text-decoration: line-through;
}

.card_description {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
}

.card_description.buy_description {
  margin-bottom: 6px;
}

.card_image {
  text-align: center;
  width: 100%;
  margin-top: 21px;
  position: relative;
}

.card_promo {
  background-color: rgba(255, 227, 200, .66);
  width: 100%;
  height: 30px;
  padding-top: 6px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.promo_text {
  color: var(--primary);
  flex: none;
  font-weight: 600;
  display: flex;
}

.card_promo_text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop_card_content {
  margin-bottom: 21px;
  margin-left: 21px;
  margin-right: 21px;
}

.buy {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5svh;
  display: flex;
}

.buy_info {
  width: 40%;
  padding-right: 40px;
}

.discount_input {
  color: #000;
  border: 0 solid #000;
  border-radius: 11px;
  margin-bottom: 10px;
  padding: 30px 27px;
  font-weight: 500;
  box-shadow: 0 0 100px rgba(228, 228, 228, .58);
}

.discount_input::placeholder {
  font-weight: 400;
}

.buy_label {
  color: var(--primary);
  margin-bottom: 9px;
  font-weight: 600;
}

.buy_form {
  width: 60%;
}

.buy_title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
}

.buy_input {
  color: #000;
  border: 0 solid #000;
  border-radius: 11px;
  margin-bottom: 16px;
  padding: 30px 27px;
  font-weight: 500;
  box-shadow: 0 0 100px rgba(228, 228, 228, .58);
}

.buy_input::placeholder {
  font-weight: 400;
}

.text-span-4 {
  color: var(--primary);
}

.checkbox_label {
  margin-left: 0px;
  padding-top: 5px;
  font-weight: 500;
}

.checkbox_field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.checkbox {
  background-color: #cbcbcb;
  border-style: none;
  border-radius: 5px;
  width: 20px;
  height: 20px;
}

.checkbox.w--redirected-checked {
  background-color: var(--primary);
  background-image: url('../images/check.svg');
  background-size: 10px;
}

.buy_summary {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.price_info {
  margin-bottom: 0;
  font-weight: 500;
}

.price_price {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
}

.choose_grid {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.choose_box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 13px;
  padding: 25px 30px;
  transition: all 50ms;
  box-shadow: 0 0 100px rgba(228, 228, 228, .63);
}

.choose_box:hover, .choose_box.choose_box-active {
  border: 3px solid var(--primary);
}

.choose_box-text {
  font-weight: 500;
}

.alert {
  color: #0d720b;
  background-color: rgba(171, 255, 132, .53);
  border-radius: 13px;
  margin-bottom: 12px;
  padding: 19px;
}

.alert.alert-danger {
  color: #720b0b;
  background-color: rgba(255, 132, 132, .53);
}

.buy_description {
  margin-bottom: 35px;
}

.hero {
  background-image: url('../images/background.png');
  background-position: 50% 100%;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 20svh;
}

.hero.hero_status {
  padding-bottom: 0;
}

.hero.hero_fixed {
  background-attachment: fixed;
}

.hero.hero_buy {
  padding-bottom: 80svh;
}

@media screen and (max-width: 991px) {
  .navbar_links {
    background-color: #fff;
    width: 300px;
    height: 100svh;
    padding: 80px 20px 20px;
  }

  .navbar_mobile.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.container_buy {
    margin-bottom: 100px;
  }

  .nav_link, .nav_link.nav_link-active {
    text-align: center;
  }

  .hero_container.hero_shop {
    margin-top: 18svh;
  }

  .shop_content {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 21px;
  }

  .footer.footer_subpage {
    margin-top: -90px;
  }

  .footer_row {
    grid-template-columns: 3.25fr 1fr 1fr;
    margin-bottom: 49px;
  }

  .footer_eula {
    width: 100%;
    margin-bottom: 30px;
  }

  .navbar_btn {
    margin-top: 17px;
  }

  .voucher_daily {
    margin-top: 14svh;
  }

  .voucher_daily_info {
    padding-right: 32px;
  }

  .terms_description {
    width: 70%;
  }

  .terms_content_description {
    width: 80%;
  }

  .buy {
    margin-bottom: 3svh;
  }
}

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

  .container.container_buy {
    margin-top: -80svh;
    margin-bottom: 120px;
  }

  .container.container_voucher_daily {
    margin-bottom: 23svh;
  }

  .hero_subpage {
    background-attachment: fixed;
  }

  .hero_subpage.hero_status {
    background-attachment: scroll;
  }

  .hero_container.hero_shop {
    margin-top: 18svh;
  }

  .hero_content {
    width: 400px;
  }

  .shop_content {
    grid-template-columns: 1fr;
  }

  .footer.footer_subpage {
    margin-top: -123px;
  }

  .footer.footer_subpage.footer_subpage_terms {
    margin-top: -116px;
  }

  .voucher_daily {
    flex-flow: column;
    margin-top: auto;
    padding-top: 10svh;
  }

  .voucher_daily_info {
    width: 100%;
    padding-right: 0;
  }

  .voucher_daily_form {
    width: 100%;
  }

  .buy {
    flex-flow: column;
    margin-bottom: 5svh;
  }

  .buy_info {
    width: 100%;
    padding-right: 0;
  }

  .buy_form {
    width: 100%;
  }

  .buy_title {
    margin-top: 26px;
  }

  .hero {
    background-attachment: fixed;
  }

  .hero.hero_status {
    background-attachment: scroll;
  }
}

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

  .container.container_voucher_daily {
    margin-bottom: 17svh;
  }

  .nav_link {
    padding-bottom: 13px;
    font-size: 16px;
  }

  .hero_container {
    margin-top: 15svh;
    margin-bottom: 15svh;
  }

  .hero_container.hero_status {
    margin-top: 8svh;
    margin-bottom: 8svh;
  }

  .hero_container.hero_shop {
    margin-top: 11svh;
  }

  .hero_content {
    width: 100%;
  }

  .hero_title {
    font-size: 30px;
    line-height: 28px;
  }

  .hero_button_section {
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    width: 800px;
  }

  .shop_card.shop_product {
    margin-bottom: 18px;
  }

  .discord_title {
    max-width: 100%;
    font-size: 30px;
    line-height: 28px;
  }

  .discord_decorative_1 {
    left: -115px;
  }

  .discord_decorative_2 {
    left: -7px;
  }

  .discord_decorative_3 {
    left: 179px;
  }

  .discord_decorative_4 {
    right: -115px;
  }

  .discord_decorative_5 {
    top: 31px;
    right: -58px;
  }

  .discord_decorative_6 {
    bottom: 39px;
    right: 87px;
  }

  .footer.footer_subpage {
    margin-top: -139px;
  }

  .footer_row {
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .footer_eula, .footer_nav {
    margin-bottom: 20px;
  }

  .navbar_btn {
    font-size: 16px;
  }

  .navbar_mobile_icon {
    width: 20px;
  }

  .voucher_daily {
    padding-top: 8svh;
  }

  .voucher_daily_info {
    padding-bottom: 8px;
    padding-right: 0;
  }

  .voucher_daily_form {
    margin-bottom: 28px;
  }

  .voucher_daily_title {
    font-size: 30px;
    line-height: 28px;
  }

  .terms_description {
    width: 100%;
  }

  .terms_content {
    margin-top: -18svh;
  }

  .terms_content_description {
    width: 100%;
  }

  .buy {
    margin-bottom: 4svh;
  }

  .buy_info {
    margin-top: -15px;
  }

  .choose_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-3ada8af5, #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-6491bae5, #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-99961331, #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-3cf8ba90, #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-0b0d7462, #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-b8c3d0c3, #w-node-b7c0f93c-aa9a-aed7-1874-f2ebea0b06f5-017041ef {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-3ada8af5, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-3ada8af5, #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-6491bae5, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-6491bae5, #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-99961331, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-99961331, #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-3cf8ba90, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-3cf8ba90, #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-0b0d7462, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-0b0d7462, #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-b8c3d0c3, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-b8c3d0c3, #w-node-_8a1df435-6bea-c9d5-7ac2-ea58956733e1-017041ef, #w-node-c9a6e3b1-e268-2dbf-9a6b-5fbb9d535e19-017041ef {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

.custom_label{
  margin-left: 40px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-right: 100px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 5px;
  margin-right: 0px;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #b3b3b3;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--primary);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

input[type="range"] {
  border-radius: 20px;
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  /*  overflow: hidden;  remove this line*/
  
  /* New additions */
  height: 10px;
  background: #dadada;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 20px;
  width: 20px;
  background-color: #f26600;
  border: 15px solid #f26600;
  border: none;
  border-radius: 100px;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #f50;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 3px #f26600;
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

.range{
  margin: 20px 0;
}

.variant{
  margin: 20px 0;
}

.choice{
  margin-top: 20px;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 3px #f26600
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #f26600
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #f26600
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 3px #f26600
}
input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px #f26600
}
input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px #f26600 
}