html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
  outline: none;
}

*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

fieldset {
  display: none;
}

input[type=text],
input[type=email],
submit,
select,
textarea {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: 0px;
}

input[type=radio],
input[type=checkbox] {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1000;
}

@-ms-viewport {
  width: device-width;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowRegular.woff2") format("woff2"), url("../fonts/BarlowRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowBold.woff2") format("woff2"), url("../fonts/BarlowBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "ivypresto-text", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #020a0a;
  font-weight: 600;
}

h1,
.h1 {
  font-family: "ivypresto-text", "Arial", sans-serif;
  font-size: 68px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -4.255px;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

h2 {
  font-family: "ivypresto-text", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #020a0a;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

.button {
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  margin: 40px auto auto auto;
  border-radius: 2px;
  background-color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
}
.button.hidden {
  display: none;
}

.button--white {
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  margin: 40px auto auto auto;
  border-radius: 2px;
  background-color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.button--white.hidden {
  display: none;
}

.button--share {
  padding: 13px 32px 10px 32px;
}

.button--share:after {
  content: "";
  display: inline-flex;
  width: 29px;
  height: 33px;
  background-image: url("../img/share.png");
  background-position: center center;
  background-size: 29px 33px;
  background-repeat: no-repeat;
  margin-left: 18px;
  margin-top: -2px;
}

.button--outline {
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  margin: 40px auto auto auto;
  border-radius: 2px;
  background-color: #ffffff;
  text-decoration: none;
  border: 2px solid #000000;
}
.button--outline.hidden {
  display: none;
}

.button--locked {
  flex-direction: row;
}
.button--locked.hidden {
  display: none;
}

.button--locked:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("../img/lock__white.png");
  background-position: center center;
  background-size: 16px 21px;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: -2px;
}

html {
  background-color: #ffffff;
}

html.overlay {
  overflow: hidden !important;
}

body.loading {
  overflow: hidden;
}
body.loading .innerwrapper {
  background: #808080 !important;
  min-height: 100svh;
}
body.loading .innerwrapper__top {
  background: #D3D3D3 !important;
}
body.loading .innerwrapper__top__new {
  display: none;
}
body.loading .innerwrapper__top__top button {
  position: relative !important;
}
body.loading .innerwrapper__top__top button:after {
  content: "";
  display: block !important;
  width: calc(100% + 20px) !important;
  position: absolute !important;
  left: -10px !important;
  top: -10px !important;
  height: calc(100% + 20px) !important;
  background-color: #C0C0C0 !important;
  border-radius: 4px !important;
}
body.loading .innerwrapper__top__top button.abbonement {
  border-color: #C0C0C0 !important;
}
body.loading .box {
  color: transparent !important;
  background: #e0e0e0 !important;
  border-radius: 4px !important;
  position: relative !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
body.loading .box * {
  color: transparent !important;
  background: #e0e0e0 !important;
  border-radius: 4px !important;
  position: relative !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
body.loading .box img {
  opacity: 0 !important;
}
body.loading .box .box__image {
  background-color: #C0C0C0 !important;
}
body.loading .box .button {
  background-color: #C0C0C0 !important;
  border-color: #C0C0C0 !important;
}
body.loading .box .box__white__brand__logo,
body.loading .box .box__white__brand__time,
body.loading .box h2 {
  position: relative !important;
}
body.loading .box .box__white__brand__logo:after,
body.loading .box .box__white__brand__time:after,
body.loading .box h2:after {
  content: "";
  display: block !important;
  width: 100% !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  height: 100% !important;
  background-color: #C0C0C0 !important;
}
body.loading .box .box__white__brand__logo {
  width: 120px;
  height: 24px;
}
body.loading .box .box__white__brand__time {
  width: 38px;
  height: 17px;
}
body.loading .box h2 {
  width: 100%;
  height: 156px;
}
body.loading .box .button {
  width: 228px;
  height: 60px;
}
body.loading .button--locked:before {
  display: none !important;
}
body.loading .innerwrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 1.2s infinite;
  z-index: 99999;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
#boxes-container {
  padding-top: 24px;
}

#boxes-container,
#boxes-container-hide {
  display: flex;
  flex-wrap: wrap;
}

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

.innerwrapper {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  background-color: #020A0A;
  padding-bottom: 0px;
  position: relative;
  margin: 0px;
}
.innerwrapper__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  position: sticky;
  top: -24px;
  z-index: 999;
  background-color: #020A0A;
}
.innerwrapper__top + .box {
  margin-top: 56px;
}
.innerwrapper__top__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 40px 16px 16px 16px;
}
.innerwrapper__top__top button,
.innerwrapper__top__top a {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  min-height: 82px;
  position: relative;
}
.innerwrapper__top__top button.active-filter,
.innerwrapper__top__top a.active-filter {
  font-size: 48px;
  letter-spacing: -3.504px;
  padding-top: 14px;
}
.innerwrapper__top__top button.h1:not(.active-filter),
.innerwrapper__top__top a.h1:not(.active-filter) {
  background-image: url("../img/title.png");
  background-size: 170px auto;
  background-position: left top 14px;
  background-repeat: no-repeat;
  color: transparent;
}
.innerwrapper__top__top button.h1:after,
.innerwrapper__top__top a.h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='80px' height='80px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-212.000000, -888.000000)' fill='%23fff'%3E%3Cpath d='M230,904 L214,904 C212.896,904 212,904.896 212,906 C212,907.104 212.896,908 214,908 L230,908 C231.104,908 232,907.104 232,906 C232,904.896 231.104,904 230,904 L230,904 Z M230,896 L214,896 C212.896,896 212,896.896 212,898 C212,899.104 212.896,900 214,900 L230,900 C231.104,900 232,899.104 232,898 C232,896.896 231.104,896 230,896 L230,896 Z M214,892 L230,892 C231.104,892 232,891.104 232,890 C232,888.896 231.104,888 230,888 L214,888 C212.896,888 212,888.896 212,890 C212,891.104 212.896,892 214,892 L214,892 Z' id='hamburger' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.innerwrapper__top__top a.abbonement,
.innerwrapper__top__top button.abbonement {
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0px;
  border-radius: 2px;
  background-color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  width: auto;
  min-height: auto;
  text-overflow: unset;
  white-space: unset;
  max-width: 100%;
}
.innerwrapper__top__new {
  background: #55E12C;
  width: 100%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zalando Sans", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-bottom: -39px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

.filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.filter.active {
  max-height: 5000px;
  padding: 20px 18px 50px 18px;
}
.filter.active button {
  opacity: 1;
  transform: translateY(0);
}
.filter button {
  width: calc(50% - 4px);
  margin: 1px;
  background-color: #1B1C1C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #020A0A;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  cursor: pointer;
}
.filter button.active-filter {
  border: 1px solid #55E12C;
  cursor: pointer;
}
.filter__image {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
}
.filter__image img {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: block;
  object-fit: cover;
}
.filter__text {
  width: calc(100% - 60px);
  display: block;
  text-align: left;
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  padding-left: 14px;
  padding-right: 14px;
}
.filter__indicator {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #55E12C;
  position: absolute;
  right: 8px;
  top: 8px;
}

.box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.box__image {
  width: 100%;
  height: 431px;
  display: block;
  overflow: hidden;
  position: relative;
  transition: height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.box__image img {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: block;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
  will-change: height;
  transform: translateZ(0);
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.box__image img.loaded {
  opacity: 1;
}
.box__image__blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #020a0a 100%);
}
.box__white {
  position: relative;
  margin: -100px 16px 0px 16px;
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 40px 16px;
  border-radius: 4px;
}
.box__white__brand {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.box__white__brand__logo {
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #020a0a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.box__white__brand__logo__logo {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.box__white__brand__time {
  font-family: "Zalando Sans", "Arial", sans-serif;
  color: #020a0a;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

#filter-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding: 40px 16px 32px 16px;
  position: relative;
}
.banner__line {
  width: 100%;
  display: block;
  text-align: left;
  font-family: "ivypresto-text", "Arial", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -1px;
}
.banner__line:nth-of-type(2) {
  margin-top: 10px;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.banner__line:nth-of-type(2) span {
  background-color: #73DD2D;
  margin-left: 10px;
}
.banner__line span {
  display: inline-flex;
  margin-left: 4px;
  font-style: italic;
  padding-right: 6px;
  padding-left: 2px;
  background-color: #F593E6;
  color: #000000;
}
.banner__button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner__button button {
  cursor: pointer;
}
.banner .topics {
  width: 128px;
  height: 128px;
  display: block;
  background-image: url("../img/topics.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: -64px;
}

.banner--secondary .banner__line span {
  background-color: #73DD2D;
}
.banner--secondary .banner__line:nth-of-type(2) {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.banner--secondary .banner__line:nth-of-type(2) span {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #ffffff;
}
.banner--secondary .banner__line:nth-of-type(3) {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.banner--secondary .banner__line:nth-of-type(3) span {
  display: inline-flex;
  background-color: #F593E6;
  margin-top: 0px;
  margin-left: 10px;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 32px;
  margin: 0px 0px -48px 0px;
  height: 140px;
  overflow: hidden;
}
.footer span {
  font-family: "Barlow", "Arial", sans-serif;
  font-size: 120px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: -4.255px;
}

.totop {
  width: 48px;
  height: 48px;
  border: 1px solid #55E12C;
  background-color: #000000;
  border-radius: 50%;
  background-image: url("../img/arrow.png");
  background-size: 36px 36px;
  background-position: center center;
  background-repeat: no-repeat;
  position: sticky;
  left: 100%;
  bottom: 13px;
  z-index: 99;
  display: none;
  margin-right: 24px;
  cursor: pointer;
}
.totop .indicator {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #55E12C;
  position: absolute;
  right: -8px;
  top: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zalando Sans", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  display: none;
}

.modal {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  top: 0px;
  left: calc(50% - 220px);
  width: 440px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal__inner {
  width: calc(100% - 40px);
  background-color: #ffffff;
  flex-wrap: wrap;
}
.modal__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  border-bottom: 1px solid #E5E7EB;
}
.modal__title button:not(.modal__back) {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../img/modal__close.png");
  background-position: center center;
  border-radius: 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #1B1C1C;
}
.modal__title .modal__back {
  font-family: "Zalando Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
.modal__title .modal__back:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow__back.png");
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin: 0px 8px -2px 0px;
}
.modal__content {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 24px;
  overflow-y: scroll;
  height: calc(100vh - 73px);
}
.modal__content h3 {
  width: 100%;
  font-family: "ivypresto-text", "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #020a0a;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 16px 0px;
}
.modal__content p {
  width: 90%;
  font-family: "Zalando Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(2, 10, 10, 0.6980392157);
  padding: 0px;
  margin: 0px;
}
.modal__content ul {
  list-style-type: none;
  padding: 0px;
  margin: 40px 0px 16px 0px;
}
.modal__content ul li {
  list-style-type: none;
  padding: 0px 0px 24px 36px;
  margin: 0px;
  position: relative;
  font-family: "Zalando Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(2, 10, 10, 0.6);
}
.modal__content ul li span {
  display: flex;
  width: 100%;
  font-size: 16px;
  color: #020A0A;
  margin-bottom: 4px;
}
.modal__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../img/check.png");
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.modal__content .button {
  margin: 0px 0px 24px 0px;
  width: 100%;
}
.modal__content .button--outline {
  margin: 0px 0px 24px 0px;
  width: 100%;
}
.modal__content .button--outline + p {
  text-align: center;
}
.modal__content .button--locked:before {
  background-image: url("../img/lock__black.png");
  background-size: 16px 24px;
}
.modal__content form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modal__content .formelement {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px 40px 0px;
}
.modal__content .formelement input[type=checkbox] + label {
  width: 100%;
  font-family: "Zalando Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.modal__content .formelement input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  position: absolute;
  left: 0px;
  top: -3px;
}
.modal__content .formelement input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: -3px;
  background-image: url("../img/checkbox.png");
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.modal__content .formelement input[type=checkbox]:checked + label:after {
  display: block;
}

@media screen and (max-width: 440px) {
  .modal {
    left: 0px;
    width: 100vw;
  }
}
@media screen and (max-width: 439px) {
  .box__white__brand__logo {
    font-size: 13px;
  }
  .box__white__brand__time {
    font-size: 13px;
  }
  .innerwrapper__top__top button.active-filter {
    font-size: 40px;
    letter-spacing: -2.503px;
    padding-right: 44px;
  }
  .innerwrapper__top__top button.h1:after {
    top: 40px;
  }
  .banner__line {
    font-size: 36px;
  }
  .filter__image {
    width: 50px;
    height: 50px;
  }
  .filter__text {
    width: calc(100% - 50px);
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 359px) {
  .box__white__brand__logo {
    font-size: 11px;
  }
  .box__white__brand__time {
    font-size: 11px;
  }
  .banner__line {
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
