@font-face {
  font-family: 'Georgia';
  src: url("/themes/custom/ruchoko/assets/fonts/Georgia.woff2") format('woff2'),
  url("/themes/custom/ruchoko/assets/fonts/Georgia.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lighthaus';
  src: url("/themes/custom/ruchoko/assets/fonts/Lighthaus.woff2") format('woff2'),
  url("/themes/custom/ruchoko/assets/fonts/Lighthaus.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url("/themes/custom/ruchoko/assets/fonts/Georgia-Bold.woff2") format('woff2'),
  url("/themes/custom/ruchoko/assets/fonts/Georgia-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Solomon';
  src: url("/themes/custom/ruchoko/assets/fonts/Solomon-Sans-SemiBold.woff2") format('woff2'),
  url("/themes/custom/ruchoko/assets/fonts/Solomon-Sans-SemiBold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Solomon';
  src: url("/themes/custom/ruchoko/assets/fonts/Solomon-Sans-Bold.woff2") format('woff2'),
  url("/themes/custom/ruchoko/assets/fonts/Solomon-Sans-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RotondaC';
  src: url("/themes/custom/ruchoko/assets/fonts/RotondaC.woff2") format('woff2'),
  url("/themes/custom/ruchoko/assets/fonts/RotondaC.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
  background: #fff url("/themes/custom/ruchoko/assets/images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  font-size: 0;
  color: transparent;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  flex-shrink: 0;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
  z-index: 5;
}

.slick-prev {
  background-image: url("/themes/custom/ruchoko/assets/images/arrow_prev.png");
}

.slick-next {
  background-image: url("/themes/custom/ruchoko/assets/images/arrow_next.png");
}

.slick-prev:hover {
  outline: none;
  transform: translateX(-1rem);
}

.slick-next:hover {
  outline: none;
  transform: translateX(1rem);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 5.5rem;
}

.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: transparent;
  border: .2rem solid #551532;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all .25s ease;
}

.slick-dots li button:hover {
  background-color: #551532;
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #551532;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row_wrp {
  margin: 0 auto;
  max-width: 117rem;
}

.row_nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row_col-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.row_col-middle {
  -ms-flex-align: center;
  align-items: center;
}

.row_col-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.row_col-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row > [class*="col"] {
  padding: 10px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.row_block {
  display: block;
}

.row_block:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}

.row_block > [class*="col"] {
  float: left;
  width: 100%;
}

@media (min-width: 1001px) {
  .row_md-x-nw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .row_md-x-block {
    display: block;
  }

  .row_md-x-block:after {
    display: block;
    content: "";
    width: 100%;
    clear: both;
  }

  .row_md-x-block > [class*="col"] {
    float: left;
    width: 100%;
  }
}

@media (min-width: 901px) {
  .row_sm-x-nw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .row_sm-x-block {
    display: block;
  }

  .row_sm-x-block:after {
    display: block;
    content: "";
    width: 100%;
    clear: both;
  }

  .row_sm-x-block > [class*="col"] {
    float: left;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row:not(.row_nw) > [class*="col"]:not([class*="xs-col"]) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }

  .row_xs-x-center {
    justify-content: center;
  }
}

.col {
  width: auto !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-0-1 {
  max-width: 4.166665%;
  -ms-flex-preferred-size: 4.166665%;
  flex-basis: 4.166665%;
}

.col-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.col-1-2 {
  max-width: 12.499995%;
  -ms-flex-preferred-size: 12.499995%;
  flex-basis: 12.499995%;
}

.col-2 {
  max-width: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  flex-basis: 16.66666%;
}

.col-2-3 {
  max-width: 20.83333%;
  -ms-flex-preferred-size: 20.83333%;
  flex-basis: 20.83333%;
}

.col-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col-3-4 {
  max-width: 29.16666%;
  -ms-flex-preferred-size: 29.16666%;
  flex-basis: 29.16666%;
}

.col-4 {
  max-width: 33.33332%;
  -ms-flex-preferred-size: 33.33332%;
  flex-basis: 33.33332%;
}

.col-4-5 {
  max-width: 37.499985%;
  -ms-flex-preferred-size: 37.499985%;
  flex-basis: 37.499985%;
}

.col-5 {
  max-width: 41.66665%;
  -ms-flex-preferred-size: 41.66665%;
  flex-basis: 41.66665%;
}

.col-5-6 {
  max-width: 45.833325%;
  -ms-flex-preferred-size: 45.833325%;
  flex-basis: 45.833325%;
}

.col-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-6-7 {
  max-width: 54.166665%;
  -ms-flex-preferred-size: 54.166665%;
  flex-basis: 54.166665%;
}

.col-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.col-7-8 {
  max-width: 62.499985%;
  -ms-flex-preferred-size: 62.499985%;
  flex-basis: 62.499985%;
}

.col-8 {
  max-width: 66.66664%;
  -ms-flex-preferred-size: 66.66664%;
  flex-basis: 66.66664%;
}

.col-8-9 {
  max-width: 70.833305%;
  -ms-flex-preferred-size: 70.833305%;
  flex-basis: 70.833305%;
}

.col-9 {
  max-width: 74.99997%;
  -ms-flex-preferred-size: 74.99997%;
  flex-basis: 74.99997%;
}

.col-9-10 {
  max-width: 79.166635%;
  -ms-flex-preferred-size: 79.166635%;
  flex-basis: 79.166635%;
}

.col-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.col-10-11 {
  max-width: 87.499995%;
  -ms-flex-preferred-size: 87.499995%;
  flex-basis: 87.499995%;
}

.col-11 {
  max-width: 91.66663%;
  -ms-flex-preferred-size: 91.66663%;
  flex-basis: 91.66663%;
}

.col-11-12 {
  max-width: 95.833295%;
  -ms-flex-preferred-size: 95.833295%;
  flex-basis: 95.833295%;
}

.col-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.col_center {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.col_right {
  margin-left: auto;
  float: right !important;
}

.col_grow {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

@media (max-width: 1600px) {
  .lg-row-col-12 > [class*="col"] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }

  .lg-col {
    width: auto !important;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .lg-col-0-1 {
    max-width: 4.166665%;
    -ms-flex-preferred-size: 4.166665%;
    flex-basis: 4.166665%;
  }

  .lg-col-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .lg-col-1-2 {
    max-width: 12.499995%;
    -ms-flex-preferred-size: 12.499995%;
    flex-basis: 12.499995%;
  }

  .lg-col-2 {
    max-width: 16.66666%;
    -ms-flex-preferred-size: 16.66666%;
    flex-basis: 16.66666%;
  }

  .lg-col-2-3 {
    max-width: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
  }

  .lg-col-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .lg-col-3-4 {
    max-width: 29.16666%;
    -ms-flex-preferred-size: 29.16666%;
    flex-basis: 29.16666%;
  }

  .lg-col-4 {
    max-width: 33.33332%;
    -ms-flex-preferred-size: 33.33332%;
    flex-basis: 33.33332%;
  }

  .lg-col-4-5 {
    max-width: 37.499985%;
    -ms-flex-preferred-size: 37.499985%;
    flex-basis: 37.499985%;
  }

  .lg-col-5 {
    max-width: 41.66665%;
    -ms-flex-preferred-size: 41.66665%;
    flex-basis: 41.66665%;
  }

  .lg-col-5-6 {
    max-width: 45.833325%;
    -ms-flex-preferred-size: 45.833325%;
    flex-basis: 45.833325%;
  }

  .lg-col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .lg-col-6-7 {
    max-width: 54.166665%;
    -ms-flex-preferred-size: 54.166665%;
    flex-basis: 54.166665%;
  }

  .lg-col-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .lg-col-7-8 {
    max-width: 62.499985%;
    -ms-flex-preferred-size: 62.499985%;
    flex-basis: 62.499985%;
  }

  .lg-col-8 {
    max-width: 66.66664%;
    -ms-flex-preferred-size: 66.66664%;
    flex-basis: 66.66664%;
  }

  .lg-col-8-9 {
    max-width: 70.833305%;
    -ms-flex-preferred-size: 70.833305%;
    flex-basis: 70.833305%;
  }

  .lg-col-9 {
    max-width: 74.99997%;
    -ms-flex-preferred-size: 74.99997%;
    flex-basis: 74.99997%;
  }

  .lg-col-9-10 {
    max-width: 79.166635%;
    -ms-flex-preferred-size: 79.166635%;
    flex-basis: 79.166635%;
  }

  .lg-col-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .lg-col-10-11 {
    max-width: 87.499995%;
    -ms-flex-preferred-size: 87.499995%;
    flex-basis: 87.499995%;
  }

  .lg-col-11 {
    max-width: 91.66663%;
    -ms-flex-preferred-size: 91.66663%;
    flex-basis: 91.66663%;
  }

  .lg-col-11-12 {
    max-width: 95.833295%;
    -ms-flex-preferred-size: 95.833295%;
    flex-basis: 95.833295%;
  }

  .lg-col-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }
}

@media (max-width: 1200px) {
  .md-row-col-12 > [class*="col"] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }

  .md-col {
    width: auto !important;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .md-col-0-1 {
    max-width: 4.166665%;
    -ms-flex-preferred-size: 4.166665%;
    flex-basis: 4.166665%;
  }

  .md-col-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .md-col-1-2 {
    max-width: 12.499995%;
    -ms-flex-preferred-size: 12.499995%;
    flex-basis: 12.499995%;
  }

  .md-col-2 {
    max-width: 16.66666%;
    -ms-flex-preferred-size: 16.66666%;
    flex-basis: 16.66666%;
  }

  .md-col-2-3 {
    max-width: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
  }

  .md-col-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .md-col-3-4 {
    max-width: 29.16666%;
    -ms-flex-preferred-size: 29.16666%;
    flex-basis: 29.16666%;
  }

  .md-col-4 {
    max-width: 33.33332%;
    -ms-flex-preferred-size: 33.33332%;
    flex-basis: 33.33332%;
  }

  .md-col-4-5 {
    max-width: 37.499985%;
    -ms-flex-preferred-size: 37.499985%;
    flex-basis: 37.499985%;
  }

  .md-col-5 {
    max-width: 41.66665%;
    -ms-flex-preferred-size: 41.66665%;
    flex-basis: 41.66665%;
  }

  .md-col-5-6 {
    max-width: 45.833325%;
    -ms-flex-preferred-size: 45.833325%;
    flex-basis: 45.833325%;
  }

  .md-col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .md-col-6-7 {
    max-width: 54.166665%;
    -ms-flex-preferred-size: 54.166665%;
    flex-basis: 54.166665%;
  }

  .md-col-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .md-col-7-8 {
    max-width: 62.499985%;
    -ms-flex-preferred-size: 62.499985%;
    flex-basis: 62.499985%;
  }

  .md-col-8 {
    max-width: 66.66664%;
    -ms-flex-preferred-size: 66.66664%;
    flex-basis: 66.66664%;
  }

  .md-col-8-9 {
    max-width: 70.833305%;
    -ms-flex-preferred-size: 70.833305%;
    flex-basis: 70.833305%;
  }

  .md-col-9 {
    max-width: 74.99997%;
    -ms-flex-preferred-size: 74.99997%;
    flex-basis: 74.99997%;
  }

  .md-col-9-10 {
    max-width: 79.166635%;
    -ms-flex-preferred-size: 79.166635%;
    flex-basis: 79.166635%;
  }

  .md-col-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .md-col-10-11 {
    max-width: 87.499995%;
    -ms-flex-preferred-size: 87.499995%;
    flex-basis: 87.499995%;
  }

  .md-col-11 {
    max-width: 91.66663%;
    -ms-flex-preferred-size: 91.66663%;
    flex-basis: 91.66663%;
  }

  .md-col-11-12 {
    max-width: 95.833295%;
    -ms-flex-preferred-size: 95.833295%;
    flex-basis: 95.833295%;
  }

  .md-col-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }
}

@media (max-width: 1000px) {
  .sm-row-col-12 > [class*="col"] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }

  .sm-col {
    width: auto !important;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .sm-col-0-1 {
    max-width: 4.166665%;
    -ms-flex-preferred-size: 4.166665%;
    flex-basis: 4.166665%;
  }

  .sm-col-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .sm-col-1-2 {
    max-width: 12.499995%;
    -ms-flex-preferred-size: 12.499995%;
    flex-basis: 12.499995%;
  }

  .sm-col-2 {
    max-width: 16.66666%;
    -ms-flex-preferred-size: 16.66666%;
    flex-basis: 16.66666%;
  }

  .sm-col-2-3 {
    max-width: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
  }

  .sm-col-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .sm-col-3-4 {
    max-width: 29.16666%;
    -ms-flex-preferred-size: 29.16666%;
    flex-basis: 29.16666%;
  }

  .sm-col-4 {
    max-width: 33.33332%;
    -ms-flex-preferred-size: 33.33332%;
    flex-basis: 33.33332%;
  }

  .sm-col-4-5 {
    max-width: 37.499985%;
    -ms-flex-preferred-size: 37.499985%;
    flex-basis: 37.499985%;
  }

  .sm-col-5 {
    max-width: 41.66665%;
    -ms-flex-preferred-size: 41.66665%;
    flex-basis: 41.66665%;
  }

  .sm-col-5-6 {
    max-width: 45.833325%;
    -ms-flex-preferred-size: 45.833325%;
    flex-basis: 45.833325%;
  }

  .sm-col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .sm-col-6-7 {
    max-width: 54.166665%;
    -ms-flex-preferred-size: 54.166665%;
    flex-basis: 54.166665%;
  }

  .sm-col-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .sm-col-7-8 {
    max-width: 62.499985%;
    -ms-flex-preferred-size: 62.499985%;
    flex-basis: 62.499985%;
  }

  .sm-col-8 {
    max-width: 66.66664%;
    -ms-flex-preferred-size: 66.66664%;
    flex-basis: 66.66664%;
  }

  .sm-col-8-9 {
    max-width: 70.833305%;
    -ms-flex-preferred-size: 70.833305%;
    flex-basis: 70.833305%;
  }

  .sm-col-9 {
    max-width: 74.99997%;
    -ms-flex-preferred-size: 74.99997%;
    flex-basis: 74.99997%;
  }

  .sm-col-9-10 {
    max-width: 79.166635%;
    -ms-flex-preferred-size: 79.166635%;
    flex-basis: 79.166635%;
  }

  .sm-col-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .sm-col-10-11 {
    max-width: 87.499995%;
    -ms-flex-preferred-size: 87.499995%;
    flex-basis: 87.499995%;
  }

  .sm-col-11 {
    max-width: 91.66663%;
    -ms-flex-preferred-size: 91.66663%;
    flex-basis: 91.66663%;
  }

  .sm-col-11-12 {
    max-width: 95.833295%;
    -ms-flex-preferred-size: 95.833295%;
    flex-basis: 95.833295%;
  }

  .sm-col-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }

  .sm-col_first {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 900px) {
  .xs-col {
    width: auto !important;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .xs-col-0-1 {
    max-width: 4.166665%;
    -ms-flex-preferred-size: 4.166665%;
    flex-basis: 4.166665%;
  }

  .xs-col-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .xs-col-1-2 {
    max-width: 12.499995%;
    -ms-flex-preferred-size: 12.499995%;
    flex-basis: 12.499995%;
  }

  .xs-col-2 {
    max-width: 16.66666%;
    -ms-flex-preferred-size: 16.66666%;
    flex-basis: 16.66666%;
  }

  .xs-col-2-3 {
    max-width: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
  }

  .xs-col-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .xs-col-3-4 {
    max-width: 29.16666%;
    -ms-flex-preferred-size: 29.16666%;
    flex-basis: 29.16666%;
  }

  .xs-col-4 {
    max-width: 33.33332%;
    -ms-flex-preferred-size: 33.33332%;
    flex-basis: 33.33332%;
  }

  .xs-col-4-5 {
    max-width: 37.499985%;
    -ms-flex-preferred-size: 37.499985%;
    flex-basis: 37.499985%;
  }

  .xs-col-5 {
    max-width: 41.66665%;
    -ms-flex-preferred-size: 41.66665%;
    flex-basis: 41.66665%;
  }

  .xs-col-5-6 {
    max-width: 45.833325%;
    -ms-flex-preferred-size: 45.833325%;
    flex-basis: 45.833325%;
  }

  .xs-col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .xs-col-6-7 {
    max-width: 54.166665%;
    -ms-flex-preferred-size: 54.166665%;
    flex-basis: 54.166665%;
  }

  .xs-col-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .xs-col-7-8 {
    max-width: 62.499985%;
    -ms-flex-preferred-size: 62.499985%;
    flex-basis: 62.499985%;
  }

  .xs-col-8 {
    max-width: 66.66664%;
    -ms-flex-preferred-size: 66.66664%;
    flex-basis: 66.66664%;
  }

  .xs-col-8-9 {
    max-width: 70.833305%;
    -ms-flex-preferred-size: 70.833305%;
    flex-basis: 70.833305%;
  }

  .xs-col-9 {
    max-width: 74.99997%;
    -ms-flex-preferred-size: 74.99997%;
    flex-basis: 74.99997%;
  }

  .xs-col-9-10 {
    max-width: 79.166635%;
    -ms-flex-preferred-size: 79.166635%;
    flex-basis: 79.166635%;
  }

  .xs-col-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .xs-col-10-11 {
    max-width: 87.499995%;
    -ms-flex-preferred-size: 87.499995%;
    flex-basis: 87.499995%;
  }

  .xs-col-11 {
    max-width: 91.66663%;
    -ms-flex-preferred-size: 91.66663%;
    flex-basis: 91.66663%;
  }

  .xs-col-11-12 {
    max-width: 95.833295%;
    -ms-flex-preferred-size: 95.833295%;
    flex-basis: 95.833295%;
  }

  .xs-col-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }

  .xs-col_first {
    -ms-flex-order: -1;
    order: -1;
  }
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
strong,
b,
i,
sup,
ol,
ul,
li,
pre,
code,
form,
label,
input,
textarea,
button,
hr,
header,
footer,
main,
section,
nav,
article,
aside,
figure {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

header,
footer,
main,
section,
nav,
article,
aside {
  display: block;
}

button {
  display: inline-block;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  line-height: normal;
  -webkit-appearance: none;
}

img {
  display: inline-block;
  vertical-align: bottom;
  border: none;
}

b,
strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

sup {
  font-size: .85em;
  position: relative;
  bottom: .5em;
}

code {
  display: inline-block;
}

html,
body {
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

html,
body {
  /* font-family: "Montserrat", sans-serif; */
  /* font-size: 16px; */
  /* font-size: 62.5%; */
  font-family: "Lighthaus", sans-serif;
  font-size: .521vw;
  color: #792149;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

body.visible {
  animation: fadeIn .25s ease-in forwards;
}

.header {
  position: relative;
  min-height: 70rem;
}

.header::after {
  content: '';
  position: absolute;
  bottom: -.8rem;
  left: 0;
  width: 100%;
  height: .8rem;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/gold-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

.header__row {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 128rem;
  height: 22rem;
  transform: translateX(-50%);
  z-index: 1;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50rem;
  height: 22rem;
}

.header__sponsors {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.4rem;
  width: 77rem;
  margin-top: 5.5rem;
  list-style: none;
  margin-left: auto;
}

.header__sponsors li {
  height: 2.4rem;
  display: flex;
  align-items: center;
}

.header__sponsors li:not(:last-child) {
  border-right: .2rem solid #792149;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}

.header__sponsors li img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 90%;
}

/* === MAIN === */

.main {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
}

/* === FOOTER === */

.footer {
  flex: 0 1 auto;
  width: 100%;
  padding: 4rem 0;
  color: #a64e7a;
  background-color: #fcdfe1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: "Georgia", sans-serif;
}

.footer__row {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__row a {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease;
}

.footer__row a:last-of-type {
  margin-bottom: 4.5rem;
}

.footer__row a:hover,
.footer__row a:focus {
  text-decoration: underline;
}

.no-float {
  float: none !important;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.tt-u {
  text-transform: uppercase;
}

.m-0 {
  margin: 0 !important;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-60 {
  margin-bottom: 6rem;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

@media (max-width: 900px) {
  .xs-pb-25 {
    padding-bottom: 2.5rem !important;
  }

  .xs-pr-0 {
    padding-right: 0 !important;
  }

  .xs-pl-0 {
    padding-left: 0 !important;
  }
}

.onlyMobile {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(100rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(-100rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveInDown {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(20rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOn {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(2.5rem);
  }

  100% {
    transform: translateX(5rem);
  }
}

@keyframes slideOff {
  0% {
    transform: translateX(5rem);
  }

  50% {
    transform: translateX(2.5rem);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
  width: 23rem;
  border: none;
  border-radius: 2.7rem;
  color: #fff;
  background-color: #792149;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease;
  backface-visibility: hidden;
  cursor: pointer;
}

.btn:hover {
  background-color: #a82d65;
  transform: scale(1.02);
}

.btn:active {
  transform: scale(.98);
}

#cookie-hint.active {
  transform: translateY(0%);
  opacity: 1;
}

#cookie-hint {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #fcdfe1;
  background: linear-gradient(to bottom, #fcdfe1, #f89fa5);
  box-shadow: 0 -.5rem 2rem #a64e7a;
  transform: translateY(100%);
  transition: all 0.35s ease-out;
  opacity: 0;
  transition: all .25s ease;
}

#cookie-hint .cookie-copy {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 3rem;
}

#cookie-hint .cookie-accept-close {
  cursor: pointer;
  width: 7rem;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  background: #792149;
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
  border-radius: 1.5rem;
  transition: all .25s ease;
}

#cookie-hint .cookie-accept-close:hover {
  background-color: #a82d65;
  transform: scale(1.02);
}

#cookie-hint .cookie-accept-close:active {
  transform: scale(.98);
}

.welcome {
  z-index: 2;
}

.welcome .welcome__image {
  mix-blend-mode: soft-light;
  z-index: -1;
}

.welcome .welcome__image--before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.welcome .welcome__image--after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.welcome__block {
  max-width: 128rem;
  margin: 0 auto;
  padding: 18rem 5.5rem 0;
}

.welcome__left {
  max-width: 52rem;
}

.welcome__title {
  font-size: 7.4rem;
  margin-bottom: 6.5rem;
}

.welcome__subtitle {
  font-size: 4.5rem;
  letter-spacing: 0.022em;
  margin-bottom: 6rem;
}

.welcome__bottom {
  display: flex;
  justify-content: space-between;
}

.welcome__right {
  max-width: 63rem;
  position: relative;
}

.welcome__right img {
  max-width: 100%;
}

.content {
  position: relative;
  padding-top: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.content__decor {
  position: relative;
  height: 4.5rem;
  width: 118rem;
  margin: 4.5rem auto 6rem;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/decor.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.content__title {
  font-size: 3.8rem;
  text-align: center;
  text-transform: uppercase;
}

.content__title span {
  display: block;
  font-size: 2.7rem;
  text-transform: lowercase;
}

.content__subtitle {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #a64e7a;
  text-align: center;
}

.champagne,
.mechanics,
.guarantee,
.weekly {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 95rem;
  margin: 0 auto;
}

.champagne__title {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 2rem;
}

.champagne__subtitle {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5.5rem;
}

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

.champagne__image {
  flex-shrink: 0;
  width: 40rem;
  height: 34rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.champagne__description {
  max-width: 49rem;
}

.champagne__description-title {
  display: inline-block;
  margin-bottom: 4.5rem;
  font-size: 4.5rem;
  letter-spacing: -.1rem;
  color: #d09f2f;
}

.champagne__description-title small {
  font-size: 3rem;
}

.champagne__description-title span {
  margin-right: -1.2rem;
}

.champagne__description-text {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Georgia", sans-serif;
}

.mechanics {
  margin-bottom: 6rem;
}

.mechanics__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mechanics__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 25.5rem;
}

.mechanics__circle {
  position: relative;
  width: 23rem;
  height: 23rem;
  margin-bottom: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.mechanics__title {
  margin-bottom: 1.8rem;
  font-size: 2.3rem;
  color: #d09f2f;
  font-family: "Georgia", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.mechanics__text {
  font-size: 2.3rem;
  font-family: "Georgia", sans-serif;
  text-align: center;
}

.mechanics .slick-dots {
  bottom: -4.5rem;
}

.guarantee__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 5rem;
}

.guarantee__item {
  flex: 0 0 25.5rem;
}

.guarantee__item:not(:last-of-type) {
  margin-right: 7rem;
}

.guarantee__image {
  margin-bottom: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.5rem;
  height: 15rem;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/prizes.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.guarantee__image img {
  max-width: 85%;
}

.weekly {
  margin-bottom: 6rem;
}

.weekly__block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.weekly__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25.5rem;
  height: 15rem;
  margin: 0 auto;
  padding: 3.4rem 0 0 1.7rem;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/prizes.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-family: 'Solomon', sans-serif;
}

.weekly__item:not(:last-of-type) {
  margin-right: 7rem;
}

.weekly__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
}

.weekly__subtitle {
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 5.6rem;
}

.weekly__subtitle span {
  position: relative;
  font-family: 'RotondaC', sans-serif;
  font-weight: 400;
}

.weekly__subtitle span::after {
  content: '-';
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.weekly__subtitle sup {
  font-size: .6em;
  font-family: 'Lighthaus', sans-serif;
  font-weight: 400;
  left: -.3em;
}

.extra {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 112rem;
  margin: 0 auto 3rem;
}

.extra__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.extra__item {
  flex: 0 0 54.5rem;
  margin-bottom: 6rem;
}

.extra__image-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.extra__image {
  width: 25rem;
  height: 15rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.extra__text {
  font-size: 1.8rem;
  font-family: "Georgia", sans-serif;
  text-align: center;
}

.grand {
  position: relative;
  min-height: 70rem;
  margin-bottom: .8rem;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/grand-section.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.grand::after {
  content: '';
  position: absolute;
  bottom: -.8rem;
  left: 0;
  width: 100%;
  height: .8rem;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/gold-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.grand__block {
  max-width: 95rem;
  margin: 0 auto;
}

.grand__title {
  font-size: 6rem;
  line-height: 6.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.grand__subtitle {
  font-size: 3.8rem;
  text-align: center;
}

.range {
  padding-top: 5rem;
}

.range__block {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 115rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.range__item {
  display: flex;
  flex-direction: column;
  min-height: 66rem;
  max-width: 58rem;
  margin-right: 3rem;
  padding-top: 4rem;
}

.range__image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 35rem;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}

.range__image::after {
  content: '';
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/themes/custom/ruchoko/assets/images/bckgrnd/slider-item--after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.range__image::before {
  content: '';
  position: absolute;
  display: block;
  top: calc(50% + 4rem);
  left: 50%;
  width: 25%;
  height: 25%;
  transform: translate(-50%, -50%);
  box-shadow: 10rem 0 10rem #f9b8b4, -10rem 0 10rem #f9b8b4, 0 -10rem 15rem #f9b8b4;
  z-index: -1;
}

.range__image img {
  max-width: 100%;
  max-height: 90%;
}

.range__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
  padding-left: 4rem;
  font-size: 3rem;
  font-family: "Georgia", sans-serif;
}

.range__title {
  text-transform: uppercase;
}

.range__title sup {
  font-size: .5em;
}

.range__subtitle {
  line-height: 3rem;
  margin-bottom: 3rem;
}

.range__text {
  font-size: 2.2rem;
  color: #ac5e85;
}

.range__text span {
  display: block;
  margin-top: 3rem;
}

@media (max-width: 900px) {
  html,
  body {
    font-size: 5.4px;
  }
}

@media (max-width: 700px) {
  html,
  body {
    height: auto;
  }

  .header__sponsors {
    width: calc(100% - 55rem);
    height: 4rem;
    margin-top: 6.5rem;
    overflow: hidden;
  }

  .header__sponsors li {
    height: 4rem;
  }

  .header__sponsors li:not(:last-child) {
    border-right: none;
  }

  .header__sponsors li img {
    margin: 0 auto;
  }

  .welcome__block {
    max-width: 95rem;
    padding: 18rem 3.5rem 9rem;
  }

  .welcome__bottom {
    flex-direction: column;
  }

  .welcome__title,
  .welcome__subtitle {
    text-align: center;
  }

  .welcome .btn {
    margin: 0 auto;
    height: 7.5rem;
    width: 25rem;
    border: none;
    border-radius: 3.7rem;
  }

  .welcome__right {
    margin-top: 8rem;
  }

  .content {
    background-size: auto 100%;
  }

  .content__decor {
    width: 95vw;
    max-width: 340px;
  }

  .content__title {
    line-height: 1.25;
  }

  .content__title span {
    max-width: 48rem;
    margin: 2rem auto 0;
    line-height: 1.25;
  }

  .champagne__bottom {
    flex-direction: column;
  }

  .champagne__image {
    margin-bottom: 6rem;
  }

  .champagne__description {
    max-width: 58rem;
  }

  .champagne__description-title {
    text-align: center;
    font-size: 5rem;
    line-height: 1.25;
  }

  .champagne__description-text {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }

  .champagne__subtitle {
    line-height: 1.5;
  }

  .mechanics__block {
    width: 95vw;
    max-width: 48rem;
    justify-content: center;
    align-items: center;
  }

  .mechanics__circle {
    width: 30rem;
    height: 30rem;
  }

  .mechanics__title {
    font-size: 2.6rem;
  }

  .mechanics__text {
    font-size: 2.6rem;
  }

  .mechanics__item {
    flex: none;
    width: 100%;
  }

  .guarantee__block {
    flex-wrap: wrap;
  }

  .guarantee__item:not(:last-of-type) {
    margin-right: 5rem;
  }

  .guarantee__item:nth-of-type(2) {
    margin-right: 0;
  }

  .guarantee__item:nth-of-type(3) {
    margin: 0 25%;
  }

  .guarantee__image {
    width: 28.5rem;
    height: 17rem;
    margin-bottom: 4rem;
  }

  .weekly__item {
    width: 28.5rem;
    height: 17rem;
  }

  .weekly__item:not(:last-of-type) {
    margin-right: 5rem;
  }

  .weekly__title {
    font-size: 2.3rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
  }

  .weekly__subtitle {
    font-size: 7.5rem;
  }

  .extra {
    max-width: 95rem;
    margin-bottom: 5rem;
  }

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

  .extra__item {
    flex: none;
    margin-bottom: 6rem;
    flex-direction: column;
    justify-content: center;
  }

  .extra__image-wrap {
    justify-content: center;
  }

  .extra__text {
    font-size: 2.4rem;
  }

  .extra__image {
    width: 28.5rem;
    height: 17rem;
  }

  .extra__image:not(:last-of-type) {
    margin-right: 5rem;
  }

  .grand__title {
    font-size: 5.8rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  .grand__subtitle {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  .range__item {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    width: 100vw;
    max-width: 95vw;
  }

  .range__description {
    max-width: 360px;
    margin: 0 auto;
  }

  .range__image::before {
    width: 20%;
    height: 20%;
  }

  .range__title,
  .range__subtitle,
  .range__text {
    text-align: center;
    line-height: 1.25;
  }

  .footer__row {
    max-width: 360px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .footer__row a {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }

  #cookie-hint {
    flex-direction: column;
  }

  #cookie-hint .cookie-copy {
    width: 48rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 450px) {
  .header__sponsors {
    height: 5rem;
    width: calc(100% - 35rem);
  }

  .header__sponsors li {
    height: 5rem;
  }
}

@media (max-width: 350px) {
  .weekly__item {
    width: 25.5rem;
    height: 15rem;
    padding-top: 3rem;
  }

  .weekly__item:not(:last-of-type) {
    margin-right: 3rem;
  }

  .weekly__title {
    font-size: 2.1rem;
    line-height: 2.3rem;
    margin-bottom: .6rem;
  }

  .weekly__subtitle {
    font-size: 6.5rem;
  }

  .extra__image {
    width: 25.5rem;
    height: 15rem;
  }

  .extra__image:not(:last-of-type) {
    margin-right: 3rem;
  }

  .guarantee__block {
    margin-bottom: 3rem;
  }

  .guarantee__item:not(:last-of-type) {
    margin-right: 3rem;
  }

  .guarantee__item:nth-of-type(2) {
    margin-right: 0;
  }

  .guarantee__item:nth-of-type(3) {
    margin: 0 25%;
  }

  .guarantee__image {
    width: 25.5rem;
    height: 15rem;
    margin-bottom: 3rem;
  }

  .grand__title {
    font-size: 4.8rem;
  }

  .grand__subtitle {
    font-size: 2.6rem;
  }
}

/* @import url("/src/css/media.css"); */
