.header {
  width: 100%;
  min-height: 100vh;
  max-width: unset;
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 176px;
  height: auto;
  display: grid;
  grid-template-columns: 14% 76% 6%;
  grid-gap: 0 2%;
}

.header .bg-gradient {
  position: absolute;
  width: 933px;
  right: 0;
  height: 683px;
  top: -143px;
  -webkit-animation: circleAround 6s ease-in-out alternate infinite;
  animation: circleAround 6s ease-in-out alternate infinite;
}

.header-background {
  position: absolute;
  background: #1a1919;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  left: 0;
  overflow: hidden;
}

@-webkit-keyframes circleAround {
  from {
    -webkit-transform: rotate(0deg) translateX(40px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(40px) rotate(-360deg);
  }
}

@-moz-keyframes circleAround {
  from {
    -moz-transform: rotate(0deg) translateX(40px) rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg) translateX(40px) rotate(-360deg);
  }
}

@-o-keyframes circleAround {
  from {
    -o-transform: rotate(0deg) translateX(40px) rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg) translateX(40px) rotate(-360deg);
  }
}

@keyframes circleAround {
  from {
    transform: rotate(0deg) translateX(40px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(40px) rotate(-360deg);
  }
}

@-webkit-keyframes orbMove {
  from {
    -webkit-transform: rotate(0deg) scale(1) translateY(-20vh) translateX(-30vh);
    transform: rotate(0deg) scale(1) translateY(-20vh) translateX(-30vh);
  }
  to {
    -webkit-transform: rotate(360deg) scale(2) translateY(20vh) translateX(30vh);
    transform: rotate(360deg) scale(2) translateY(20vh) translateX(30vh);
  }
}

@keyframes orbMove {
  from {
    -webkit-transform: rotate(0deg) scale(1) translateY(-20vh) translateX(-30vh);
    transform: rotate(0deg) scale(1) translateY(-20vh) translateX(-30vh);
  }
  to {
    -webkit-transform: rotate(360deg) scale(2) translateY(20vh) translateX(30vh);
    transform: rotate(360deg) scale(2) translateY(20vh) translateX(30vh);
  }
}

.header__background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__background-wrapper::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
  background: radial-gradient(
      29.72% 29.72% at 53.89% 50%,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      179.78deg,
      rgba(255, 255, 255, 0.48) 1.16%,
      rgba(255, 255, 255, 0.3) 99.84%
    );
}
.header__background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__slider {
  width: 100%;
  height: 100%;
}
.header__slider__controllers {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  align-self: end;
  z-index: 2;
  margin-bottom: 6.4rem;
  margin-left: 8.2rem;
}
.header__slider__controller {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
}
.header__slider__controller--previous {
  margin-right: 2rem;
}
.header__slider__controller--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.header__slider__controller__icon {
  fill: #ffffff;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.header__slider__controller--previous .header__slider__controller__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__content {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  align-self: center;
  justify-self: center;
  z-index: 2;
}
.header__content--with-subtitle {
  padding-bottom: 7rem;
}
.header__info {
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  margin-top: 15%;
  margin-bottom: 13%;
}
.header__subtitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4.8rem;
}

.header__description {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 37rem;
}
.header__logo {
  display: block;
  width: 43rem;
  margin-right: 6rem;
}
.header__background-lettering {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  align-self: center;
  justify-self: center;
  font-family: "Altissimo";
  font-weight: 800;
  font-size: 24rem;
  line-height: 30.4rem;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.4;
}
.header__background-lettering--small {
  font-size: 20rem;
  line-height: 25.3rem;
}

.header__slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  z-index: 9;
}

.header__slider {
  position: relative;
  overflow: hidden;
  height: auto;
}

.header__slider .swiper-slide {
  position: relative;
  display: flex;
  background-color: #fff;
  height: auto;
}

.header__slider .swiper-slide:hover .link__text {
  color: #ba2229 !important;
}

.header__slider:hover .link,
.header__slider:hover span {
  color: #ba2229 !important;
  --background-size: 0%;
  --background-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}

.header__slider .swiper-slide .header_slide-image {
  position: relative;
  width: 65%;
}

.header__slider .swiper-slide .header_slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__slider .swiper-slide .header_slider-description {
  position: relative;
  width: 35%;
  padding: 90px 30px 34px 30px;
  box-sizing: border-box;
}

.header__slider .swiper-slide .header_slider-description .pagination {
  position: absolute;
  top: 36px;
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.header-content .swiper-pagination {
  display: none;
}

.header__slider .swiper-slide .header_slider-description h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1a1919;
  margin-bottom: 20px;
}

.header__slider .swiper-slide .header_slider-description p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1a1919;
  margin-bottom: 36px;
}

.header__slider .swiper-slide .header_slider-description .link__text {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #9e9e9e;
}

.header__slider .swiper-slide .header_slider-description .link__text:hover {
  color: #ba2229;
}

.header__slider-container .swiper-arrows {
  position: absolute;
  height: 100%;
  z-index: 9;
  cursor: pointer;
  top: 0;
  display: flex;
  align-items: center;
}

.header__slider-container .swiper-arrows .arrow-small {
  display: none;
}

.header__slider-container .swiper-arrows.swiper-button-disabled {
  display: none;
}

.header__slider-container .swiper-button-next-custom {
  right: 0;
}

.header__slider-container .swiper-button-prev-custom {
  left: 0;
}

.header__slider-container .swiper-button-next-custom img {
  position: relative;
  left: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__slider-container .swiper-button-next-custom:hover img {
  opacity: 1;
  transform: translate3d(5px, 0, 0);
}

.header__slider-container .swiper-button-prev-custom img {
  transform: rotate(180deg);
  position: relative;
  right: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__slider-container .swiper-button-prev-custom .arrow-big,
.header__slider-container .swiper-button-next-custom .arrow-big {
  background: #fdfdfd;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 22px;
}

.header__slider-container .swiper-button-prev-custom:hover img {
  opacity: 1;
  transform: rotate(180deg) translate3d(5px, 0, 0);
}

/*.background-movement {
  position: absolute;
  width: 656px;
  height: 480.29px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(186, 34, 41, 0.8) 0%,
    #000000 100%
  );
  filter: blur(110px);
  overflow: hidden;
  -webkit-animation: circleAround 4s linear infinite;
  -moz-animation: circleAround 4s linear infinite;
  -o-animation: circleAround 4s linear infinite;
  animation: circleAround 4s linear infinite;
}

.background-movement.top {
  width: 933px;
  height: 683px;
  left: 544px;
  top: -243px;
  -webkit-animation: circleAround 4s linear infinite;
  -moz-animation: circleAround 4s linear infinite;
  -o-animation: circleAround 4s linear infinite;
  animation: circleAround 4s linear infinite;
}

.background-movement.bottom-left {
  width: 918px;
  height: 671.36px;
  left: 82px;
  top: 211px;
  -webkit-animation: circleAround 5s linear infinite;
  -moz-animation: circleAround 5s linear infinite;
  -o-animation: circleAround 5s linear infinite;
  animation: circleAround 5s linear infinite;
}

.background-movement.bottom-right {
  width: 656px;
  height: 480.29px;
  left: 1137px;
  top: 363px;
  -webkit-animation: circleAround 3s linear infinite;
  -moz-animation: circleAround 3s linear infinite;
  -o-animation: circleAround 3s linear infinite;
  animation: circleAround 3s linear infinite;
}*/

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-2deg) rotateX(-2deg);
    transform: rotateY(-2deg) rotateX(-2deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-2deg) rotateX(-2deg);
    transform: rotateY(-2deg) rotateX(-2deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  width: 50.4rem;
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}
.card:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.card:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.card:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.card:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.card:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.card:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.card:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.card:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.card:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.card:nth-of-type(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.card:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.card:nth-of-type(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.card:nth-of-type(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.card:nth-of-type(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.card:nth-of-type(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.card:nth-of-type(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.card:nth-of-type(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.card:nth-of-type(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.card:nth-of-type(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.card:nth-of-type(20) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.card--with-grid {
  width: auto;
  grid-column: span 4;
  margin-right: 0;
}
.card__cta {
  font-family: "Altissimo";
  font-weight: 500;
  color: #9e9e9e;
  font-size: 1.4rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.card__cta span {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(0deg, currentColor 0%, currentColor 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 1px;
  -webkit-transition: background-size 0.2s linear var(--background-delay, 0.15s);
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.card__cta svg {
  vertical-align: top;
  display: inline;
  line-height: 1;
  width: 2rem;
  height: 3.3rem;
  position: relative;
  left: -2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke: currentColor;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  -webkit-transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
}
.card__cta:hover {
  color: #ba2229;
  --background-size: 0%;
  --background-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}
.card__divider {
  width: 1px;
  height: 2rem;
  background: currentColor;
  margin: 0 0.4rem;
}
.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card__title {
  font-family: "Altissimo";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
.card__description {
  line-height: 3.2rem;
  margin-bottom: 3.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 10rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
.card__img {
  max-width: 37rem;
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1.6rem;
}
.card__tag {
  color: #ffffff;
  background-color: #ba2229;
  padding: 0.2rem 2.6rem;
  margin-right: 1.6rem;
  text-transform: capitalize;
}
.card__tag--hidden {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.card__date {
  white-space: nowrap;
}
.card__date,
.card__location {
  font-family: "Altissimo";
}
.card__link-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.enoturism-card {
  display: block;
  grid-column: span 1;
  text-decoration: none;
}
.enoturism-card__title {
  font-family: "Altissimo";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #ba2229;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 6.4rem;
}
.enoturism-card__location {
  font-size: 1.4rem;
  color: #2d2c2c;
}
.enoturism-card__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 58rem;
  margin-bottom: 3.2rem;
}

.link {
  font-family: "Altissimo";
  font-weight: 500;
  color: #9e9e9e;
  font-size: 1.4rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.link--no-href {
  display: none;
}
.link__text {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(0deg, currentColor 0%, currentColor 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 1px;
  -webkit-transition: background-size 0.2s linear var(--background-delay, 0.15s);
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.link__svg {
  vertical-align: top;
  display: inline;
  line-height: 1;
  width: 2rem;
  height: 3.3rem;
  position: relative;
  left: -2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke: currentColor;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  -webkit-transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
}
.link--active-from-parent:hover .link,
.link:hover,
.link:hover span {
  color: #ba2229 !important;
  --background-size: 0%;
  --background-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}

.link--active-from-parent {
  cursor: pointer;
}

.no-results__info__subtitle {
  position: relative;
}
.no-results__info__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3.2rem;
  width: 0.5px;
  height: 20rem;
  background-color: #c4c4c4;
}
.no-results__info__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3.2rem;
  width: 2px;
  height: 8rem;
  background-color: #ba2229;
  z-index: 10;
}

.no-results__info__subtitle::before {
  height: 10rem;
}

.no-results__info__subtitle::after {
  height: 4rem;
}

.no-results {
  display: none;
  font-family: "Altissimo";
}
.no-results__title {
  color: #ba2229;
  line-height: 8rem;
  font-size: 5.6rem;
  margin-bottom: 5.6rem;
}
.no-results__info {
  margin-left: 3.2rem;
}
.no-results__info__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1919;
  font-style: italic;
  margin-bottom: 2.4rem;
  line-height: 3.6rem;
}
.no-results__info__description {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "hero-new";
}

.skeleton {
  width: 100%;
}
.skeleton--hidden {
  display: none !important;
}
.skeleton__image {
  height: 25rem;
  width: 75%;
  max-width: 37rem;
}
.skeleton__text {
  height: 2.8rem;
  width: 100%;
}
.skeleton__title {
  height: 3.7rem;
  width: 100%;
}
.skeleton__description {
  height: 11.8rem;
  width: 100%;
}
.skeleton__text,
.skeleton__title,
.skeleton__description {
  max-width: 100%;
}
.skeleton__image,
.skeleton__text,
.skeleton__title,
.skeleton__description {
  background-color: #eaeaea;
  margin-bottom: 2.4rem;
  position: relative;
  overflow: hidden;
}
.skeleton__image:after,
.skeleton__text:after,
.skeleton__title:after,
.skeleton__description:after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}
.skeleton__parent {
  width: 100%;
  margin-bottom: 2.4rem;
}
.skeleton__parent > * {
  margin-bottom: 0;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.header__background-wrapper::after {
  background: radial-gradient(
      circle,
      rgba(17, 17, 16, 0) 0%,
      rgba(26, 25, 25, 0.5) 100%
    ),
    -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 16, 0.37)), color-stop(94.14%, #111110), to(rgba(17, 17, 16, 0.97)));
  background: radial-gradient(
      circle,
      rgba(17, 17, 16, 0) 0%,
      rgba(26, 25, 25, 0.5) 100%
    ),
    linear-gradient(
      270deg,
      rgba(17, 17, 16, 0.37) 0%,
      #111110 94.14%,
      rgba(17, 17, 16, 0.97) 100%
    );
}

.slider__side {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  grid-column: 1;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-transform: rotate(180deg) translate(0, 10vh) !important;
  transform: rotate(180deg);
  max-height: calc(100vh - 176px);
}

.slider__side.js-scroll-trigger.is-active {
  transform: rotate(180deg) translate(0, 0) !important;
}

.slider__side a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.slider__side .slider__side__text {
  position: relative;
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 30px;
}

.slider__side .slider__side__logo {
  /*width: 88px;
  height: auto;*/
  transform: rotate(180deg);
  margin-top: 80px;
}

.slider__social {
  position: relative;
  display: flex;
  z-index: 2;
  align-items: center;
  grid-column: 3;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  justify-content: center;
  top: -176px;
  justify-content: center;
}

.slider__social .social__links {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.slider__social .slider__social__text {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}

.slider__social img {
  transform: rotate(90deg);
  margin-bottom: 26px;
}

.slider__social .slider__social__icons {
  justify-self: center;
  position: relative;
  justify-items: center;
  align-items: center;
}

.slider__social .slider__social__icons .social__icon__facebook {
  height: 16px;
  width: 16px;
  margin-bottom: 26px;
}

.slider__social .slider__social__icons .social__icon__youtube {
  height: 16px;
  width: 22px;
  margin-top: 26px;
}

.header-content {
  position: relative;
  grid-column: 2;
}

.header__title {
  position: relative;
  overflow: hidden;
}

.header__title h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 24px;
}

.header__title p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
}

.header__title span {
  font-weight: 700;
}

.header__logo {
  display: block;
  width: 36rem;
  margin-right: 6rem;
}

.news {
  background-color: #fff;
  margin-bottom: 192px;
  position: relative;
}

.news .rename__wrapper {
  padding-top: 193px;
  max-width: 1176px;
  width: 90%;
  margin: 0 auto;
}

.news .rename__bar {
  width: 100%;
  margin-bottom: 66px;
  display: inline-flex;
}

.news .rename__bar__content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news .rename__bar__category {
  margin-right: 32px;
}

.news .rename__bar__category:last-child {
  margin-right: 0;
}

.rename__wrapper {
  position: relative;
  width: 66.35%;
}

.rename {
  background-color: #fff;
  position: relative;
  padding-top: 165px;
}

.rename .rename-inner {
  position: relative;
  max-width: 1579px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.rename__bar__content {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rename__bar__filters {
  /*grid-column: 1 / -1;
  grid-row: 1 / 2;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  width: 100%;
}
/*.rename__bar__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 0 1.8rem 0;
  margin-right: 2.1875rem;
}*/
.rename__bar__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Altissimo";
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  color: #2d2c2c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*.rename__bar__section::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ba2229;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  margin-top: 3.4rem;
}

.rename__bar__section:hover,
.rename__bar__section--active {
  color: #ba2229;
}
.rename__bar__section:hover::after,
.rename__bar__section--active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}*/

.teste {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  justify-self: end;
  width: 40%;
}

.rename__bar__sections {
  margin-right: 65px;
}

.rename__bar__categories {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  width: calc(100% - 500px);
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.rename__bar__categories.under-title {
  display: none;
  width: 100%;
  margin-top: 24px;
}

.rename__bar__categories::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

.rename__bar__category::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 24px;
  height: 2px;
  background-color: #ba2229;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
}

.events .rename__bar__category::after {
  bottom: -16px;
}

.rename__bar__categories--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 530px;
  flex-wrap: nowrap;
  overflow: auto;
}
.rename__bar__category {
  cursor: pointer;
  font-family: "Altissimo";
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-right: 72px;
}

.events .rename__bar__category {
  padding-bottom: 0;
}

.rename__bar__category:last-child {
  margin-right: 0;
}

.rename__bar__category:hover {
  color: #ba2229;
}

.rename__bar__category:hover,
.rename__bar__category--active {
  color: #ba2229;
}
.rename__bar__category:hover::after,
.rename__bar__category--active::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.events .rename__results {
  padding-top: 40px;
}

.rename__results {
  position: relative;
  display: flex;
}

.rename__results .rename__results__title-box,
.rename__results .container {
  display: none;
}

.rename__bar__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Altissimo";
  font-size: 14px;
  line-height: 14px;
  text-decoration: inherit;
  color: #2d2c2c;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
}

.rename__bar__cta.mobile-only {
  display: none;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2d2c2c;
  width: 90%;
  margin: 0 auto;
  margin-top: 37px;
  margin-bottom: 5px;
}

.news .rename__bar__cta.mobile-only {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 45px;
}

.rename__bar__cta__agenda {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Altissimo";
  font-size: 1.2rem;
  line-height: 14px;
  text-decoration: inherit;
  color: #2d2c2c;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rename__bar__cta__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  stroke: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 0.8rem;
}
.rename__bar__cta__icon circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.rename__bar__cta:hover {
  color: #ba2229;
}
.rename__bar__cta:hover .rename__bar__cta__icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.rename__bar__cta:hover .rename__bar__cta__icon circle {
  stroke-dashoffset: 0;
}
.rename__results__list .card__img {
  width: 75%;
}
.rename__results__list__card--is-first-latest-event:before {
  width: 1px;
  height: calc(100% + 6.8rem);
  position: absolute;
  left: -2rem;
  bottom: 0;
  content: "";
  background-color: #eaeaea;
}

.events__results__card__large {
  width: 48.5%;
  position: relative;
}
.events__results__card__large__info__wrapper {
  margin-top: 32px;
  position: relative;
}

.events__results__card__large .img {
  width: 100%;
  object-fit: cover;
  max-height: 330px;
  overflow: hidden;
}

.rename__results .subtitle {
  display: flex;
  align-items: center;
  width: 100%;
}

.subtitle__red {
  align-self: center;
  background: #ba2229;
  text-align: center;
  padding: 7px 20px;
  display: inline-block;
}

.subtitle__red.no-c {
  padding: 0.2rem 2.6rem;
}

.skeleton-home .subtitle__red {
  position: relative;
  overflow: hidden;
  width: 83px;
  height: 28px;
  background: #eaeaea;
}

.skeleton-home .subtitle__red::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.subtitle__red p {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  color: #ffffff;
  font-family: "Altissimo";
}

.subtitle__country {
  width: 100%;
  height: 16px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  text-align: center;
}

.skeleton-home .subtitle__country {
  height: 28px;
  position: relative;
  overflow: hidden;
  max-width: 238px;
  background: #eaeaea;
}

.skeleton-home .subtitle__country::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.subtitle__country p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #2d2c2c;
}

.events__results__card__large__title {
  margin-top: 16px;
  position: relative;
}

.skeleton-home .events__results__card__large__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
  background: #eaeaea;
}

.skeleton-home .events__results__card__large__image::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.events__results__card__large__image img {
  width: auto;
  object-fit: cover;
  height: 330px;
}

.skeleton-home .events__results__card__large__title {
  position: relative;
  overflow: hidden;
  height: 64px;
  background: #eaeaea;
}

.skeleton-home .events__results__card__large__title::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.events__results__card__large__title p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1a1919;
  flex: none;
}

.events__results__card__large__text {
  width: 100%;
  max-height: 84px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.skeleton-home .events__results__card__large__text {
  position: relative;
  overflow: hidden;
  height: 84px;
  background: #eaeaea;
}

.skeleton-home .events__results__card__large__text::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.events__results__card__large__text p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #1a1919;
}

.results__card__cta {
  width: 100%;
  margin-top: 16px;
}

.skeleton-home .results__card__cta {
  position: relative;
  overflow: hidden;
  height: 25px;
  width: 100%;
  background: #eaeaea;
}

.skeleton-home .results__card__cta::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.results__card__cta a {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #1a1919;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.results__card__cta a:hover,
.results__card__large__cta a:hover {
  color: #ba2229;
}

.results__card__large__cta {
  width: 100%;
  margin-top: 24px;
}

.results__card__large__cta a {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: none;
  text-transform: uppercase;
  color: #1a1919;
  display: flex;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.events__results__side__cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: relative;
  width: 48.5%;
  margin-left: 3%;
}

.events__results__side__card__image {
  width: 46.8%;
  height: auto;
}

.skeleton-home .events__results__side__card__image {
  height: 170px;
  background: #eaeaea;
  position: relative;
  overflow: hidden;
}

.skeleton-home .events__results__side__card__image::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.events__results__side__card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.events__results__side__card {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
  /*background: rgba(255, 255, 255, 0.01);*/
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  position: relative;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.events__results__side__card:last-child {
  margin-bottom: 0;
}

.events__results__side__card__info__wrapper {
  position: relative;
  width: 48.25%;
}

.events__results__side__card__subtitle {
  width: 100%;
  display: inline-flex;
  padding-top: 16px;
}

.skeleton-home .events__results__side__card__subtitle {
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
  background: #eaeaea;
}

.skeleton-home .events__results__side__card__subtitle::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.events__results__side__card__subtitle {
  position: relative;
}

.events__results__side__card__subtitle p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: rgb(26, 25, 25);
}

.events__results__side__card__title {
  width: 100%;
  overflow: hidden;
}

.skeleton-home .events__results__side__card__title {
  position: relative;
  overflow: hidden;
  height: 48px;
  background: #eaeaea;
  margin: 16px 0;
}

.skeleton-home .events__results__side__card__title::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.events__results__side__card__title p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1a1919;
  margin: 16px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__results__card__large {
  width: 65.65%;
  position: relative;
  overflow: hidden;
}

.news .rename__results {
  justify-content: space-between;
}

.news__results__card__large__image {
  width: 100%;
  margin: 0 0 40px 0;
}

.skeleton-home .news__results__card__large__image {
  position: relative;
  overflow: hidden;
  background: #eaeaea;
  height: 380px;
}

.skeleton-home .news__results__card__large__image::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.news__results__card__large__image img {
  width: auto;
  height: 380px;
  object-fit: cover;
}

.news__results__card__large__info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.news__results__card__large__title {
  margin: 22px 0 18px 0;
  width: 100%;
  height: 32px;
  overflow: hidden;
}

.skeleton-home .news__results__card__large__title {
  position: relative;
  overflow: hidden;
  height: 32px;
  width: 100%;
  background: #eaeaea;
}

.skeleton-home .news__results__card__large__title::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.news__results__card__large__title p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1a1919;
}

.news__results__card__large__text {
  width: 100%;
  max-height: 112px;
  overflow: hidden;
}

.skeleton-home .news__results__card__large__text {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 112px;
  background: #eaeaea;
}

.skeleton-home .news__results__card__large__text::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.news__results__card__large__text p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #1a1919;
}

.news__results__side__cards {
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 31.5%;
}

.news__results__side__card {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.news__results__side__card__image {
  width: 100%;
  position: relative;
}

.skeleton-home .news__results__side__card__image {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  background: #eaeaea;
  height: 182px;
}

.skeleton-home .news__results__side__card__image::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.news__results__side__card__image img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}

.news__results__card__side__info__wrapper {
  width: 100%;
  margin-top: 24px;
}

.news__results__side__card__subtitle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
}

.skeleton-home .news__results__side__card__subtitle {
  position: relative;
  overflow: hidden;
  height: 28px;
  background: #eaeaea;
  max-width: 180px;
  width: 100%;
}

.skeleton-home .news__results__side__card__subtitle::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.news__results__side__card__subtitle a {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1a1919;
}

.news__results__side__card__title {
  margin-top: 16px;
  position: relative;
}

.skeleton-home .news__results__side__card__title {
  position: relative;
  width: 100%;
  height: 48px;
  background: #eaeaea;
  overflow: hidden;
}

.skeleton-home .news__results__side__card__title::after {
  content: "";
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.news__results__side__card__title p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a1919;
}

.rename__results__list,
.rename__results__skeletons-wrapper {
  row-gap: 2.4rem;
  display: none;
}
.rename__results__title {
  font-family: "Altissimo";
  font-weight: 700;
  font-size: 1.8rem;
}
.rename__results__title-box {
  margin-bottom: 4rem;
}
.rename__results__title-box .rename__bar__cta {
  display: none;
}
.rename__results__title {
  font-family: "Altissimo";
  font-weight: 700;
  font-size: 1.8rem;
  grid-column: 1 / span 4;
}
.rename__results__title#latest-events-title-mobile {
  margin-bottom: 0.8rem;
  margin-top: 3rem;
}
.rename__results__title--hidden {
  display: none;
}
.rename__results__title--second {
  grid-column: 5 / span 4;
}
.rename__results__title--third {
  grid-column: 9 / span 4;
}

.template-homepage .agenda {
  display: block;
  position: relative;
  width: 25.78%;
  margin-top: 23px;
}

.agenda {
  display: grid;
  flex-direction: column;
  position: relative;
}

.agenda .agenda__bar {
  position: relative;
  display: flex;
  width: 100%;
}

.agenda__title {
  align-self: center;
  background: #ba2229;
  margin-right: 72.41px;
  width: 145.59px;
  height: 42px;
  display: inline-grid;
  align-items: center;
  text-align: center;
}

.agenda__title p {
  left: 1346px;
  top: 1263px;
  color: #ffffff;
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
}

.agenda__content {
  position: relative;
  margin-left: auto;
  margin-top: 40px;
  align-items: center;
  max-height: 720px;
  overflow: auto;
}

.agenda__content::-webkit-scrollbar {
  display: none;
}

.agenda__content__card__day {
  display: inline-grid;
  align-items: center;
  text-align: center;
  background: #000000;
  color: #ffffff;
  width: 51px;
  height: 51px;
}

.agenda__content__card__info__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #2d2c2c;
}

.agenda__content__card__info__wrapper {
  padding-left: 16px;
  width: calc(100% - 51px);
}

.agenda__content__card {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0px -1px 0px rgba(26, 25, 25, 0.14);
  margin-bottom: 16px;
  position: relative;
}

.agenda__content__card__info__subtitle {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 16px 2.5px 16px 2.5px;
  color: #2d2c2c;
  display: inline-flex;
}

.discover {
  padding: 9.6rem 0;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
.discover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(26, 25, 25, 0.5) 0%,
      rgba(26, 25, 25, 0.25) 50%
    ),
    linear-gradient(
      2.12deg,
      rgba(26, 25, 25, 0.5) 1.61%,
      rgba(26, 25, 25, 0.25) 98.06%
    );
  pointer-events: none;
}
.discover__content {
  z-index: 2;
  grid-column: 3 / -2;
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 8.8rem;
  grid-column-gap: 3.2rem;
  grid-template-areas: "highlight highlight highlight . . top top top ." "highlight highlight highlight . . bottom bottom bottom .";
}
.discover__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.discover__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.discover__item {
  text-decoration: inherit;
  color: #ffffff;
}
.discover__item__title {
  font-family: "Altissimo";
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}
.discover__item__description {
  line-height: 3.2rem;
}
.discover__item:nth-child(1) {
  grid-area: highlight;
  align-self: center;
  text-align: right;
}
.discover__item:nth-child(2) {
  grid-area: top;
}
.discover__item:nth-child(3) {
  grid-area: bottom;
}

/*-------ABOUT-------*/

.about__info {
  display: inline-flex;
  width: 100%;
  margin-top: -80px;
}

.about__info__card__group {
  position: relative;
  width: 67%;
  height: auto;
}

.about__info__card__group__top {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(100% - 341px);
}

.about__info__card__group__top__bottom.hide--large {
  display: none;
  width: 100%;
}

.hover--animation:hover .about__info__card__cta {
  color: #ba2229;
}

.hover--animation:hover .about__info__card__cta .about__card__cta__icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.hover--animation:hover .about__info__card__cta .about__card__cta__icon circle {
  stroke-dashoffset: 0;
}

.about__info__card__group__top__left {
  width: 50%;
  background: #f2f1f1;
  box-shadow: inset 0px 1px 0px #e4e2e2;
  padding: 65px 64px;
  display: flex;
  align-items: center;
  position: relative;
}

.about__info__card__group__top__left__wrapper {
  position: relative;
  width: 100%;
}

.about__info__card__group__top__right__wrapper {
  position: relative;
  width: 100%;
}

.about__info__card__group__top__right {
  padding: 65px 64px;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  background: #ffffff;
  box-shadow: inset 1px 0px 0px #e4e2e2, inset 0px 1px 0px #e4e2e2;
}

.about__info__card__group__title {
  margin-bottom: 32px;
}

.about__info__card__group__title p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  color: #1a1919;

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 32px 0px;
}

.about__info__card__group__text {
  width: 100%;
  height: auto;
}

.about__info__card__group__text p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #1a1919;

  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 32px 0px;
}

.about__info__card__cta {
  position: absolute;
  bottom: 65px;
}

.about__info__card__cta a {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ba2229;

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px;
}

.about__info__card__cta .about__card__cta__icon {
  fill: #ba2229;
}

.about__card__cta__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  stroke: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 0.8rem;
}
.about__card__cta__icon circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.about__info__card__cta:hover {
  color: #ba2229;
}
.about__info__card__cta:hover .about__card__cta__icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.about__info__card__cta:hover .about__card__cta__icon circle {
  stroke-dashoffset: 0;
}

.about__info__card__group__bottom {
  height: 341px;
  position: relative;
  overflow: hidden;
}

.about__info__card__group__bottom__image__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 341px;
  position: relative;
}

.about__info__card__group__bottom__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__info__card__group__bottom__image__shape {
  width: 400px;
  height: 341px;
  transform: skew(-7deg);
  background: #1a1919;
  position: absolute;
}

.about__info__card__group__bottom__text {
  position: absolute;
  height: 100%;
  padding: 56px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.about__info__card__group__bottom__text__title {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */

  display: flex;
  align-items: center;
  letter-spacing: 0.08em;

  /* White */

  color: #ffffff;
  margin-bottom: 8px;
}

.about__info__card__group__bottom__text__subtitle {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;

  /* White */

  color: #ffffff;
}

.about__info__card__group__bottom__image__wrapper .about__info__card__cta {
  position: absolute;
  bottom: 56px;
}

.about__info__card__group__bottom__image__wrapper .about__info__card__cta a {
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px;
}

.about__info__card__group__bottom__image__wrapper .about__card__cta__icon {
  fill: #ffffff;
}

.about__info__large__card {
  width: 35%;
  background: #f2f1f1;
  box-shadow: inset 1px 0px 0px #e4e2e2, inset 0px -1px 0px #e4e2e2,
    inset 0px 1px 0px #e4e2e2;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 172px 68px 68px;
  position: relative;
}

.about__info__large__card .about__info__card__cta {
  position: relative;
  bottom: 0;
  margin-top: 105px;
}

.about__info__large__card__wrapper {
  position: relative;
}

.about__info__large__card__image img {
  margin: 0 auto;
}

.about__info__large__title {
  margin-top: 88px;
}

.about__info__large__title p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */

  display: flex;
  align-items: center;
  letter-spacing: 0.08em;

  /* Black */

  color: #1a1919;
}

.about__info__large__text {
  padding-top: 32px;
}

.about__info__large__text p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */

  /* Black */

  color: #1a1919;
}

.about {
  margin-bottom: 14.2rem;
  position: relative;
}
.about__cards {
  -webkit-transform: translate3d(0, -5rem, 0);
  transform: translate3d(0, -5rem, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  padding: 0;
}

.about__cards.swiper-cards {
  display: none;
}

.about__cards.swiper-cards .swiper-slide {
  height: 500px;
}

.about__cards.swiper-cards .swiper-slide .about__card__cta {
  position: absolute;
  bottom: 26px;
  left: 12px;
}

.about__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  z-index: -4;
  height: 50rem;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem;
  color: #ffffff;
  -webkit-transition: z-index 0s 0.3s;
  transition: z-index 0s 0.3s;
}

.about__card .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.about__card:hover {
  z-index: -1;
  -webkit-transition: z-index 0s, -webkit-transform 0.2s ease-in-out;
  transition: z-index 0s, -webkit-transform 0.2s ease-in-out;
  transition: z-index 0s, transform 0.2s ease-in-out;
  transition: z-index 0s, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}

.about__card:hover .about__card__background {
  -webkit-transform: scale3d(1.28, 1.2, 1) translate3d(0, -2.4rem, 0);
  transform: scale3d(1.28, 1.2, 1) translate3d(0, -2.4rem, 0);
  -webkit-transition: z-index 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: z-index 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: z-index 0.2s, transform 0.2s ease-in-out;
  transition: z-index 0.2s, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  z-index: -2;
}

.about__card__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ba2229;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  background: #ba2229;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  z-index: -3;
  -webkit-transition: z-index 0s linear, -webkit-transform 0.3s ease-in-out;
  transition: z-index 0s linear, -webkit-transform 0.3s ease-in-out;
  transition: z-index 0s linear, transform 0.3s ease-in-out;
  transition: z-index 0s linear, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.about__card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*.about__card--active .about__card__background {
  -webkit-transform: scale3d(1, 1.2, 1);
  transform: scale3d(1, 1.2, 1);
}*/

.about__card--active {
  height: 60rem;
}

.about__card:nth-child(1) .about__card__img {
  width: auto;
  margin-left: auto;
}
.about__card:nth-child(1) .about__card__background {
  /*background-color: #ba2229;*/
  background-color: #000;
}
/*.about__card:nth-child(2) .about__card__background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(26, 25, 25, 0.5)),
    to(rgba(26, 25, 25, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(26, 25, 25, 0.5),
    rgba(26, 25, 25, 0.5)
  );
}*/
.about__card:nth-child(3) .about__card__img {
  -o-object-fit: none;
  object-fit: none;
}
.about__card:nth-child(3) .about__card__background {
  background-color: #000;
}
.about__card__info {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  text-decoration: none;
  color: #ffffff;
}
.about__card__title {
  font-family: "Altissimo";
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.about__card__description {
  line-height: 3.2rem;
}
.about__card__cta {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  align-self: end;
  justify-self: start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  color: #ffffff;
}
.about__card__cta__icon {
  display: block;
  fill: #ffffff;
  margin-left: 0.8rem;
}
.about__title {
  grid-column: 1 / -1;
  grid-row: 1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2d2c2c;
  text-transform: uppercase;
  white-space: pre-line;
}
.about__subtitle {
  grid-column: 4 / -2;
  grid-row: 1;
  font-family: "Altissimo";
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin-bottom: 4.8rem;
}
.about__subtitle span,
.about__subtitle b {
  color: #ba2229;
}
.about__description {
  grid-column-start: 4;
  grid-column-end: span 6;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  font-size: 1.6rem;
  line-height: 3.6rem;
}
.about__slogan {
  color: #ba2229;
  font-size: 2.4rem;
}
.about__claim {
  grid-column: 1 / -2;
  z-index: -1;
  margin-top: -6rem;
  justify-self: end;
  width: 27.2rem;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.tasting-room {
  padding: 14.4rem 0 11.6rem 0;
  background-color: #eaeaea;
}
.tasting-room__content {
  grid-template-rows: repeat(4, auto);
}
.tasting-room__title {
  grid-row: 1 / 2;
  grid-column: 1 / -1;
  justify-self: end;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2d2c2c;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: right;
}
.tasting-room__subtitle {
  grid-row: 1 / 2;
  grid-column: 2 / span 4;
  font-family: "Altissimo";
  font-size: 2.8rem;
  line-height: 4rem;
  color: #ba2229;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}
.tasting-room__description {
  grid-row: 2 / 3;
  grid-column: 3 / span 3;
  line-height: 3rem;
  margin-bottom: 5.6rem;
}
.tasting-room__cta {
  grid-row: 3 / 4;
  grid-column: 2 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Altissimo";
  text-decoration: inherit;
  color: inherit;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.tasting-room__cta__icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.8rem;
  color: #ffffff;
  fill: #1a1919;
}
.tasting-room__img-wrapper {
  margin-top: 16rem;
  grid-row: 1 / -1;
  grid-column: 7 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: 3.2rem;
}
.tasting-room__img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  grid-column: span 4;
  height: 62.6rem;
}
.tasting-room__img--right {
  grid-column: span 2;
  height: 36.6rem;
  align-self: end;
}

.newsletter {
  padding: 7.3rem 0 14.4rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter__logo {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-block;
  margin-bottom: 3.3rem;
}
.newsletter__logo__img {
  width: 23.8rem;
}
.newsletter__logos {
  grid-column: 1 / -1;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter__logos__item {
  padding: 0 2rem;
}
.newsletter__logos__item__img {
  max-height: 23rem;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #1a1919;
}
.loader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 20rem;
}

.responsive-slider {
  display: none;
  margin: 0;
  width: 100%;
  padding-bottom: 6.2rem;
}
.responsive-slider.discover-slider {
  background-color: #ffffff;
  padding-bottom: 6.7rem;
}
.responsive-slider.discover-slider .about__card img {
  width: 100% !important;
}
.responsive-slider.discover-slider .about__card .about__card__background {
  background-color: #1a1919;
}
.responsive-slider .about__card__info {
  margin-bottom: 5rem;
}
.responsive-slider > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.responsive-slider > div > .about__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  min-height: 28rem;
  height: auto;
}

@media only screen and (max-width: 1500px) {
  /*.rename__bar__categories.events {
    display: none;
  }

  .rename__bar__categories.events.under-title {
    display: flex;
  }*/

  .events.rename .rename-inner {
    flex-direction: column;
  }

  .events .rename__wrapper {
    width: 100%;
  }

  .template-homepage .agenda {
    width: 100%;
    margin: 0 auto;
    margin-top: 190px;
    max-width: 1176px;
  }

  .template-homepage .agenda .agenda__content {
    max-height: 100%;
  }
}

@media only screen and (max-width: 1220px) {
  .news .rename__bar {
    margin-bottom: 34px;
  }

  .news .rename__bar__category {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .about__cards {
    transform: none;
    padding: 0;
    display: none;
  }

  .about__cards {
    overflow: hidden;
  }

  .about__cards.swiper-cards {
    display: block;
  }

  .about__cards.swiper-cards .about__card {
    flex: 0 0 100%;
    display: block;
  }

  .about__info {
    margin-top: 45px;
  }

  .about__card--active {
    height: 50rem;
  }

  .about__info {
    flex-direction: column;
  }

  .about__info__card__group {
    width: 100%;
  }

  .about__info__large__card {
    display: none;
  }

  .about__info__card__group__top__bottom.hide--large {
    display: flex;
    padding: 65px 64px;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    background: #f2f1f1;
    box-shadow: inset 1px 0px 0px #e4e2e2, inset 0px 1px 0px #e4e2e2;
  }

  .about__info__card__group__top__left {
    background: #ffffff;
  }

  .about__info__card__group__top__left,
  .about__info__card__group__top__right,
  .about__info__card__group__top__bottom.hide--large {
    flex-direction: column;
    align-items: initial;
  }

  .about__info__card__cta {
    position: absolute;
    bottom: 65px;
  }

  .about__info__large__card__image img {
    width: 100%;
  }

  .about__info__card__group__text {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1175px) {
  .news .rename__bar__category::after {
    display: none;
  }

  .news .rename__bar__categories {
    display: none;
  }

  .news .rename__bar__content {
    flex-direction: column;
  }

  .news .rename__bar__categories.under-title {
    display: flex;
    width: 100%;
    padding: 16px 0 0 0;
    box-shadow: inset 0px -1px 0px #eaeaea;
  }

  .news .rename__bar__categories.under-title .news-category {
    margin-bottom: 24px;
  }

  .news .rename__wrapper {
    width: 100%;
    max-width: 100%;
  }

  .news .rename__bar__filters,
  .news .rename__results {
    max-width: 1579px;
    width: 90%;
    margin: 0 auto;
  }

  .rename__bar__categories--under-title-inner-news {
    display: block;
    max-width: 1579px;
    width: 90%;
    margin: 0 auto;
  }

  .news .rename__bar__category {
    display: inline-block;
  }
}

@media only screen and (max-width: 1060px) {
  .slider__side,
  .slider__social:last-child {
    display: none;
  }

  .header {
    display: block;
  }

  .header__slider .swiper-slide {
    flex-direction: column;
  }

  .header__slider .swiper-slide .header_slide-image {
    width: 100%;
  }

  .header__slider .swiper-slide .header_slider-description {
    width: 100%;
    padding: 34px 30px 34px 30px;
  }

  .header__slider-container .swiper-arrows {
    top: 100%;
    height: auto;
  }

  .header__slider-container .swiper-button-prev-custom {
    left: initial;
    right: 47px;
  }

  .header__slider-container .swiper-button-next-custom:hover img {
    opacity: initial;
    transform: initial;
  }

  .header__slider-container .swiper-button-prev-custom:hover img {
    transform: rotate(180deg);
  }

  .header__slider .swiper-slide .header_slider-description .pagination {
    display: none;
  }

  .header-content .swiper-pagination {
    display: block;
    bottom: initial;
    top: 100%;
    margin-top: 24px;
    font-family: "Altissimo";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }

  .header__slider-container .swiper-button-prev-custom img,
  .header__slider-container .swiper-button-next-custom img {
    opacity: 1;
  }

  .header__slider-container .swiper-button-prev-custom .arrow-big,
  .header__slider-container .swiper-button-next-custom .arrow-big {
    display: none;
  }

  .header__slider-container .swiper-button-prev-custom .arrow-small,
  .header__slider-container .swiper-button-next-custom .arrow-small {
    display: block;
    margin-top: 24px;
  }

  .header__slider-container .swiper-arrows.swiper-button-disabled {
    display: block;
    opacity: 0.5;
  }

  .header__slider-container .swiper-button-next-custom img {
    left: 0;
  }

  .header__slider-container .swiper-button-prev-custom img {
    right: 0;
  }

  .header__slider-container {
    max-width: 1579px;
    margin: 0 auto;
    width: 90%;
  }

  .header__info {
    grid-column: 1 / -1;
    max-width: 1579px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  .events .rename__bar__category {
    padding-bottom: 0;
    /*margin-bottom: 24px;*/
    margin-right: 24px;
  }
}

@media only screen and (max-width: 900px) {
  .events .rename__bar__categories {
    display: none;
  }

  .events .rename__bar__categories.under-title {
    display: flex;
    box-shadow: inset 0px -1px 0px #eaeaea;
    padding: 16px 0 24px 0;
  }

  .events .rename__bar__category::after {
    bottom: 0;
    display: none;
  }

  .events.rename .rename-inner {
    width: 100%;
    max-width: 100%;
  }

  .events.rename .rename__bar__filters,
  .events .rename__results {
    max-width: 1579px;
    width: 90%;
    margin: 0 auto;
  }

  .rename__bar__categories--under-title-inner {
    display: flex;
    max-width: 1579px;
    width: 90%;
    margin: 0 auto;
  }

  .template-homepage .agenda {
    max-width: 1579px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .about__cards.swiper-cards .swiper-slide {
    height: 350px;
  }

  .news__results__card__large__image img {
    width: 100%;
    height: auto;
  }

  .header__info {
    margin-bottom: 125px;
    margin-top: 188px;
  }

  .rename {
    padding-top: 80px;
  }

  .template-homepage .agenda {
    margin-top: 80px;
  }

  .news .rename__wrapper {
    padding-top: 80px;
  }

  .news {
    margin-bottom: 80px;
  }

  .about__card--active,
  .about__card {
    height: 280px;
  }

  .about__info {
    margin-top: 46px;
  }

  .about__cards {
    transform: none;
    padding: 0;
  }

  .events .rename__results {
    flex-direction: column;
  }

  .events__results__card__large {
    width: 100%;
  }

  .events__results__side__cards {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  .news .rename__results {
    flex-direction: column;
  }

  .news__results__card__large {
    width: 100%;
  }

  .news__results__side__cards {
    width: 100%;
    margin-top: 40px;
  }

  .news__results__side__card {
    margin-bottom: 40px;
  }

  .news__results__side__card:last-child {
    margin-bottom: 0;
  }

  .news__results__side__card__image img {
    width: 100%;
    height: auto;
    max-height: initial;
  }

  .about__info__card__group__bottom__image {
    height: 200px;
  }

  .about__info__card__group__bottom__image__wrapper {
    justify-content: initial;
  }

  .about__info__card__group__bottom {
    height: auto;
  }

  .about__info__card__group__bottom__image__wrapper {
    flex-direction: column;
    height: auto;
  }

  .about__info__card__group__bottom__image__shape {
    display: none;
  }

  .about__info__card__group__bottom__image__wrapper .about__info__card__cta {
    position: relative;
    bottom: 0;
    margin-top: 34px;
  }

  .about__info__card__group__bottom__text {
    position: relative;
    background: #1a1919;
    padding: 48px 65px;
    width: 100%;
    justify-content: initial;
  }

  .about__info__card__group__bottom__image__wrapper .about__info__card__cta {
    margin-left: 0;
  }

  .header__title h2 {
    font-size: 76px;
    line-height: 1em;
  }

  .header__title p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .about__info__card__group__top__left,
  .about__info__card__group__top__right,
  .about__info__card__group__top__bottom.hide--large {
    width: 100%;
    padding: 96px 0;
  }

  .about__info__card__group__top__bottom.hide--large {
    padding: 96px 0 50px 0;
  }

  .about__info__card__group__top__right__wrapper,
  .about__info__card__group__top__left__wrapper,
  .about__info__large__card__image,
  .about__info__card__cta {
    width: 90%;
    margin: 0 auto;
  }

  .about__info__card__group__text {
    padding-bottom: 0;
  }

  .about__info__card__cta {
    position: relative;
    margin-top: 34px;
    bottom: 0;
  }

  .about__info__card__group__top__left {
    background: #f2f1f1;
  }

  .about__info__card__group__top {
    flex-direction: column;
  }
}

@media screen and (max-width: 525px) {
  .header__title h2 {
    font-size: 56px;
    line-height: 1em;
  }

  .header__title p {
    font-size: 24px;
  }

  .rename__bar__cta {
    display: none;
  }

  .agenda__bar .rename__bar__cta {
    display: inline-flex;
  }

  .rename__bar__cta.mobile-only {
    display: inline-flex;
  }

  .events__results__side__card {
    flex-direction: column;
  }

  .events__results__side__card__image,
  .events__results__side__card__info__wrapper {
    width: 100%;
  }

  .events__results__side__card__info__wrapper {
    margin-top: 12px;
  }

  .events__results__side__card__subtitle {
    display: inline-block;
    width: auto;
    margin-left: 12px;
    padding: 0;
  }
}

@media only screen and (max-width: 425px) {
  .about__cards.swiper-cards .swiper-slide {
    height: 280px;
  }
}
