body {
  background: #f0f0f0;
}

.lp_wrapper_all {
  background: #061315;
  margin: 0 auto;
  box-sizing: border-box;
  box-sizing: content-box !important;
  overflow: hidden;
  max-width: 1184px;
}

.lp_contents {
  padding: 0 50px 20px;
}

.lp_wrapper_all_bg {
  background: url(//d1gt5dppxgb6oq.cloudfront.net/topimg/Anime_Page_Revamp/bg_pattern_3.png);
}

.lp_wrapper_all a {
  display: block;
}

.lp_wrapper_all a,
.lp_wrapper_all a:hover {
  text-decoration: none !important;
}

.lp_header_banner img:nth-of-type(1) {
  display: block;
}

.lp_header_banner img:nth-of-type(2) {
  display: none;
}

.lp_wrapper_all .lp_text {
  width: 100%;
  background: #000;
  padding: 20px 40px;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
}

.lp_wrapper_all .lp_text p {
  width: 60%;
  min-height: 50px;
  margin: 0px auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp_wrapper_all .lp_text img:first-of-type,
.lp_wrapper_all .lp_text img:last-of-type {
  width: 140px;
  position: absolute;
  top: 50%;
}

.lp_wrapper_all .lp_text img:first-of-type {
  left: 50px;
  transform: translateY(-50%) scale(-1, -1);
}

.lp_wrapper_all .lp_text img:last-of-type {
  right: 50px;
  transform: translateY(-50%);
}

.lp_wrapper_all p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.lp_wrapper_all img {
  display: block;
  width: 100%;
}

.lp_header_img {
  position: relative;
  z-index: 2;
}

.lp_navi_buttons {
  display: flex;
  justify-content: center;

  margin-bottom: 25px;
}

.lp_navi_buttons a {
  display: flex;
  width: 230px;
  height: 72px;
  background: #4ce5fa;
  border-radius: 50px;
  margin: 0 10px;
  color: #061315;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}

.lp_navi_buttons a span {
  position: relative;
  z-index: 99;
}

.lp_navi_hvr {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 1;
  transition: 0.2s;
}

.lp_navi_buttons a:nth-of-type(3),
.lp_navi_buttons a:nth-of-type(4) {
  background-color: #fff;
  color: #061315;
}

.lp_navi_buttons a:nth-of-type(3) .lp_navi_hvr,
.lp_navi_buttons a:nth-of-type(4) .lp_navi_hvr {
  background-color: #4ce5fa;
}

.lp_navi_buttons a:hover .lp_navi_hvr {
  transform: translateX(0);
}

.lp_navi_buttons a:hover:nth-of-type(1),
.lp_navi_buttons a:hover:nth-of-type(2) {
  color: #061315;
}

.lp_navi_buttons a:hover:nth-of-type(3),
.lp_navi_buttons a:hover:nth-of-type(4) {
  color: #061315;
}

.lp_block_buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.lp_block {
  background: #000;
  padding: 20px;
  border-radius: 20px;
  border: #4ce5fa solid 3px;
}

.lp_block a {
  width: 11.5vw;
  max-width: 165px;
  background-size: cover;
  border-radius: 300%;
  margin: 1vw;
  position: relative;
  overflow: hidden;
}

.lp_block a:last-of-type {
  margin: 0 auto;

  border-radius: 0;
}

.lp_block a p.lp_block_hbr {
  position: absolute;
  color: #fff;
  top: 50%;
  left: -60%;
  transform: translate(50%, -50%) scale(0.5, 0.5);
  background: #4ce5fa;
  opacity: 0;
  width: 110%;
  height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.lp_block a p.lp_block_hbr img {
  width: 20px;
}

.lp_block a img {
  position: relative;
}

.lp_block a p {
  display: block;
  font-size: 16px;

  text-align: center;

  bottom: 0vw;
  color: #fff;
  /*
    margin-top: 20px; */
  transition: 0.2s;
}

.lp_block a:first-of-type:hover p {
  /* left: 50%; */
  transform: translate(50%, -50%) scale(1, 1);
  opacity: 0.8;
}

.lp_block div:nth-of-type(6) {
  margin-left: 7vw;
}

.lp_block div:nth-of-type(9) {
  margin-right: 7vw;
}

.lp_block div:nth-of-type(15) {
  margin-left: 7vw;
}

.lp_block div:nth-of-type(18) {
  margin-right: 7vw;
}

/* .lp_block a img:after{
        content:'>';
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        z-index: 5000;
        background: #000;
    } */
.lp_h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  max-width: 746px;
  font-weight: 700;
  font-size: 3vw;
  text-transform: uppercase;
  position: relative;
}

.lp_h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}

.lp_h2 p {
  position: absolute;
  font-size: 24px;
  margin-bottom: 0;
}

.lp_block {
  margin-bottom: 20px;
}

.lp_block:last-of-type {
  margin-bottom: 0;
}

.lp_wrapper_all .lp_last_text {
  margin-bottom: 0;
  text-align: center;
}

.lp_wrapper_all .show-tip p {
  font-size: 1.3rem;
}

@media only screen and (min-width: 1184px) {
  .lp_block a {
    margin: 20px;
  }

  .lp_block a:nth-of-type(6) {
    margin-left: 85px;
  }

  .lp_block a:nth-of-type(9) {
    margin-right: 85px;
  }

  .lp_h2 {
    font-size: 32px;
  }

  .lp_block div:nth-of-type(6) {
    margin-left: 80px;
  }

  .lp_block div:nth-of-type(9) {
    margin-right: 80px;
  }

  .lp_block div:nth-of-type(15) {
    margin-left: 80px;
  }

  .lp_block div:nth-of-type(18) {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lp_contents {
    padding: 0 20px 20px;
  }

  .lp_block_buttons {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5vw;
    padding: 20px;
    box-sizing: border-box;
  }

  .lp_navi_buttons {
    padding: 0px;
  }

  .lp_navi_buttons a {
    font-size: 2vw;
  }

  .lp_block a:nth-of-type(6) {
    margin-left: 0px;
  }

  .lp_block a:nth-of-type(9) {
    margin-right: 0px;
  }

  .lp_block a {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .lp_block a:first-of-type {
    margin: 20px 0;
  }

  /* .lp_block a p{
        width: 13.7vw;
     padding: 2vw 15vw;
     transform: translateY(30vw);
     } */
  .lp_block div:nth-of-type(6) {
    margin-left: initial;
  }

  .lp_block div:nth-of-type(9) {
    margin-right: initial;
  }

  .lp_block div:nth-of-type(15) {
    margin-left: initial;
  }

  .lp_block div:nth-of-type(18) {
    margin-right: initial;
  }

  .lp_wrapper_all .lp_text img:first-of-type,
  .lp_wrapper_all .lp_text img:last-of-type {
    width: 80px;
  }

  .lp_wrapper_all .lp_text img:first-of-type {
    left: 20px;
  }

  .lp_wrapper_all .lp_text img:last-of-type {
    right: 20px;
  }

  .lp_block a p.lp_block_hbr img {
    width: 50px;
  }
}

@media only screen and (max-width: 480px) {
  /* .lp_wrapper_all .lp_text{
        margin: 25px auto 0px;
    }
    .lp_navi_buttons{
        margin-bottom: 0px;
    }
    .lp_block{
    grid-template-columns: 1fr;
    }
    .lp_block a{
        display: block;
        overflow: visible;
        background: none;
    }
    .lp_block img{
        background:  #D02369;
    }
    .lp_block a p{
        color: #2A2F55;
        background: none;
        position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    transform: translateY(0);
        font-size: 5vw;
        margin: 25px auto;
    } */
  .lp_block_buttons {
    padding: 0 10px;
  }

  .lp_block {
    padding: 10px;
  }

  .lp_contents {
    padding: 0 10px 10px;
  }

  .lp_wrapper_all .lp_text {
    padding: 10px;
    margin-bottom: 10px;
  }

  .lp_wrapper_all .lp_text p {
    width: 100%;
  }

  .lp_wrapper_all .lp_text img:first-of-type,
  .lp_wrapper_all .lp_text img:last-of-type {
    position: relative;
    display: none;
  }

  .lp_wrapper_all .lp_text img:first-of-type,
  .lp_wrapper_all .lp_text img:last-of-type {
    left: initial;
    transform: initial;
    margin: 10px auto;
  }

  .lp_navi_buttons {
    margin-bottom: 10px;
  }

  .lp_navi_buttons a {
    height: initial;
    padding: 10px;
    margin: 0px 5px;
  }

  .lp_block a p.lp_block_hbr img {
    width: 20px;
  }

  .lp_h2 p {
    font-size: 3.5vw;
  }

  .lp_navi_buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 0;
  }

  .lp_navi_buttons a {
    width: initial;
  }
}

:root {
  /* Change these properties as desired to match the page */
  --accent-color: #3dedfc;
  --disclaimer-color: #ffffff;
  --dark-color: #000000;
  --disclaimer-link-color: #3dedfc;
  --disclaimer-size: 14px;
  /* If you change this you may need to adjust the box sizing so that the disclaimer text does not get cut off */
}

.newsletter-block {
  max-width: 1184px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 50px;
  border: 4px solid #4ce5fa;
  box-sizing: border-box;
  background: #f0f0f0;
}

.newsletter-block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.newsletter-block .top-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1% 39%;
  grid-template-columns: 60% 39%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 0 1%;
}

.newsletter-block .top-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.newsletter-block .top-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.newsletter-block .side-block {
  padding: 10px;
}

.newsletter-block ul,
.newsletter-block ol {
  margin-bottom: 2rem !important;
}

.newsletter-block a,
.newsletter-block a:visited,
.newsletter-block a:active {
  color: var(--accent-color);
}

#mc_embed_signup input:focus {
  border-color: var(--accent-color);
}

#mc_embed_signup .button {
  width: 80%;
  background-color: var(--accent-color);
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.23s ease-in-out 0s;
  -o-transition: all 0.23s ease-in-out 0s;
  transition: all 0.23s ease-in-out 0s;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  padding: 12px 22px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

#mc-embedded-subscribe-form .button {
  float: none !important;
}

#mc-embedded-subscribe-form {
  -webkit-margin-after: 0 !important;
  margin-block-end: 0 !important;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
}

.newsletter-block .decker,
.newsletter-block .decker2 {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}

.newsletter-block .decker label,
.newsletter-block .decker2 label {
  display: block;
}

.newsletter-block .decker input,
.newsletter-block .decker select {
  height: 40px;
  text-align: center;
  margin: 0 auto 10px auto;
  width: 90%;
}

.newsletter-block .decker2 input,
.newsletter-block .decker2 select {
  height: 40px;
  text-align: center;
  margin: 0 auto 10px auto;
  width: 42%;
  display: inline-block !important;
  vertical-align: top;
}

.newsletter-block .email {
  width: 100% !important;
  height: 40px !important;
  text-align: center;
  margin: 0 auto 10px auto;
  display: block;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0 0.5em 0 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
  background: transparent;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

#mc_embed_signup {
  clear: left;
  width: 100%;
  margin: 0 auto;
}

.newsletter-block .categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 2% 220px;
  grid-template-columns: 220px 220px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
}

.newsletter-block .checkbox-label {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 0 1%;
  cursor: pointer;
}

.newsletter-block .checkbox-label input {
  -webkit-appearance: checkbox;
  -mox-appearance: checkbox;
  opacity: 0;
  cursor: pointer;
}

.newsletter-block .gdprRequired {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.newsletter-block .custom-checkbox {
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid var(--accent-color);
}

.newsletter-block .text-label {
  display: grid;
  align-content: center;
}

.newsletter-block .gdpr-2 .checkbox-label {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.newsletter-block .checkbox-label input:checked ~ .custom-checkbox {
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
}

.newsletter-block .checkbox-label .custom-checkbox::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0;
  width: 0;
  border-radius: 5px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -moz-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  -o-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.newsletter-block .checkbox-label input:checked ~ .custom-checkbox::after {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.newsletter-block .checkbox-label .custom-checkbox::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-radius: 5px;
  border: 2px solid #ffffff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.newsletter-block .checkbox-label input:checked ~ .custom-checkbox::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.newsletter-block .checkbox #gdpr_1 {
  display: none !important;
  width: auto !important;
  border: none !important;
}

#mergeRow-gdpr p {
  font-size: 10pt;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
}

.newsletter-block .optional p {
  margin: 8px 0;
}

.newsletter-block .optional input[type="checkbox"] {
  display: none;
}

.newsletter-block .toggle-label {
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: var(--accent-color);
  font-size: 16pt;
  text-transform: uppercase;
}

.newsletter-block .toggle-label::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--accent-color);
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
  color: #ffffff;
}

.newsletter-block .toggle:checked + .toggle-label::before {
  -webkit-transform: rotate(90deg) translateX(-3px);
  -ms-transform: rotate(90deg) translateX(-3px);
  transform: rotate(90deg) translateX(-3px);
}

.newsletter-block .optional-box {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}

.newsletter-block .toggle:checked + .toggle-label + .optional-box {
  max-height: 2000px;
  will-change: transform;
}

.newsletter-block .optional-inner {
  padding: 15px 2%;
  margin: 0 15px;
  text-align: center;
  background-color: #eeeeee;
}

.newsletter-block .optional-inner p {
  font-size: 11pt;
  font-style: italic;
  margin: 10px auto;
  text-align: center;
}

.newsletter-block input,
.newsletter-block select {
  color: #7a7a7a;
}

.newsletter-block hr {
  width: 50%;
  border: 2px dashed var(--accent-color);
  margin: 15px auto;
}

.newsletter-block .subs-group {
  display: -ms-grid;
  display: grid;
  gap: 1% 0;
  text-align: left;
}

.newsletter-block .optional strong {
  display: block;
  margin-bottom: 5px;
}

.newsletter-block .subs-group label {
  cursor: pointer;
}

.newsletter-block .tool-tip {
  visibility: hidden;
  background-color: #555;
  color: var(--disclaimer-color);
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.newsletter-lp .tool-tip p {
  font-size: var(--disclaimer-size) !important;
}

.newsletter-block .tool-tip a,
.newsletter-block .tool-tip a:active,
.newsletter-block .tool-tip a:visited {
  color: var(--disclaimer-link-color);
}

.newsletter-block .tool-tip .close-box {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #ffffff;
  z-index: 5;
  font-size: 22px;
  height: 25px;
  line-height: 1;
  width: 25px;
  padding: 0 1px 21px 1px;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}

#mc_embed_signup_scroll {
  transition: 0.5s;
  will-change: transform;
  overflow: auto;
  padding: 0 !important;
}

#mc_embed_signup_scroll a {
  display: inline !important;
}

.newsletter-block .tool-tip {
  padding: 20px !important;
}

.newsletter-block .show-tip {
  visibility: visible;
  opacity: 0.9;
  overflow-y: scroll;
  height: 100%;
}

.newsletter-block .push-right {
  margin-left: 35px;
}

.newsletter-block .gdpr-2 {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0 auto;
  border: 1px solid black;
  padding: 0 10px;
}

.newsletter-block .gdpr-2 label {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .newsletter-block {
    margin: 20px;
  }

  .newsletter-block .top-container {
    -ms-grid-columns: 50% 49% !important;
    grid-template-columns: 50% 49% !important;
  }

  .newsletter-block .optional strong {
    margin-bottom: 15px;
  }

  .newsletter-block .decker input,
  .newsletter-block .decker2 input,
  .newsletter-block .decker select,
  .newsletter-block .decker2 select {
    font-size: 15px !important;
  }

  #mc-embedded-subscribe-form .button {
    width: 100% !important;
  }
}

@media only screen and (max-width: 650px) {
  .newsletter-block .top-container {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
    text-align: center !important;
  }

  .newsletter-block .categories {
    -ms-grid-columns: 48% 48% !important;
    grid-template-columns: 48% 48% !important;
  }

  .newsletter-block #email-hover {
    text-align: center !important;
  }

  .newsletter-block .decker,
  .newsletter-block .decker2 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .newsletter-block .categories {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
    grid-template-rows: auto auto !important;
    gap: 20px 0 !important;
  }

  .newsletter-block .subs-group {
    justify-content: center !important;
    grid-template-columns: 250px;
  }
}

@media only screen and (max-width: 400px) {
  .gdprRequired {
    text-align: left !important;
  }

  .newsletter-block .text-label {
    width: 90% !important;
  }
}

@media only screen and (max-width: 350px) {
  .newsletter-block .subs-group {
    grid-template-columns: 95% !important;
  }
}
