@charset "UTF-8";
:root {
  --button-chevron: url("../../images/icons/chevron-right.svg");
}
:root .ujszo-sunday {
  --button-chevron: url("../../images/icons/chevron-right--sunday.svg");
}

.c-block-subscribe {
  position: relative;
  height: 12rem;
  overflow: hidden;
  background: #f0f0f0;
}
.c-block-subscribe:not(:first-child) {
  margin-top: 2rem;
}
.c-block-subscribe .c-block__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-block-subscribe .c-block__content a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  display: inline-flex;
  background-color: #5ba4ff;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
}
.ujszo-sunday .c-block-subscribe .c-block__content a {
  background-color: #fa4b35;
}
.c-block-subscribe .c-block__content a:after {
  content: var(--button-chevron);
  padding-left: 0.7rem;
}