/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

/* PRELOADER */
.preloader-outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: var(--color-white);
  transition: opacity 600ms ease-out;
}

.preloader-outer.active {
  visibility: visible !important;
}

.preloader-outer.preloader-remove {
  opacity: 0;
  pointer-events: none;
}

.preloader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.preloader-inner p {
  margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
  margin: 0;
}

.preloader-part {
  margin: 20px;
  display: none;
}

.preloader-part-left.active {
  display: block;
  -webkit-animation: fadeinright 800ms ease-out;
  animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
  display: block;
  -webkit-animation: fadeinleft 500ms ease-out;
  animation: fadeInLeft 500ms ease-out;
}

/* HERO */
.hero {
  padding-bottom: 80px;
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.hero .column {
  padding: 0 20px;
}

.hero-text {
  position: relative;
  z-index: 2;
  color: var(--color-white);
}

.hero-title {
  margin-bottom: 11px;
  font-size: 5rem;
  color: inherit;
  overflow: hidden;
  line-height: 0.9;
  letter-spacing: -0.094rem;
}

.hero-title em,
.hero-title .big-text {
  display: block;
  font-style: normal;
  animation-delay: 2000ms;
}

.hero-subtitle {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-family-heading);
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  animation-delay: 2700ms;
}

.hero-image.animated {
  animation-delay: 0ms;
}

.header-desktop.animated,
.header-mobile.animated {
  animation-delay: 200ms;
}

.header-logo.animated {
  animation-delay: 1200ms;
}

.arrow-down.animated {
  animation-delay: 3500ms;
}

.hero-image.animated,
.header-desktop.animated,
.header-mobile.animated,
.header-logo.animated,
.hero-title .big-text,
.hero-title em,
.hero-subtitle,
.arrow-down.animated {
  animation-fill-mode: both;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-image:after,
.hero-image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 1.92%, rgba(0, 0, 0, 0) 74.62%);
  content: '';
  pointer-events: none;
}

.hero-image:after {
  top: 0;
  bottom: auto;
  background: linear-gradient(180deg, rgba(68, 32, 102, 0.71) 0%, rgba(0, 0, 0, 0) 37.82%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .hero-title {
    line-height: 1.3;
  }

  .hero-title em {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    padding-bottom: 148px;
    min-height: 731px;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 6.875rem;
    letter-spacing: -0.144rem;
  }

  .hero-subtitle {
    font-size: var(--font-size-h4);
    letter-spacing: 0.294rem;
  }
}

@media screen and (min-width: 1441px) {
  .hero {
    padding-bottom: 283px;
    min-height: 930px;
  }

  .hero-title {
    margin-bottom: 22px;
    font-size: 8.75rem;
    letter-spacing: -0.188rem;
  }

  .hero-subtitle {
    font-size: 1.688rem;
    letter-spacing: 0.338rem;
  }
}

/* ARROW-DOWN */
.arrow-down {
  position: absolute;
  bottom: -21px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1rem;
  transform: translateX(-50%);
  color: var(--color-white);
  border-radius: 50px;
  background-color: var(--color-new-purple);
  text-decoration: none;
}

.arrow-down:focus,
.arrow-down:hover {
  color: var(--color-white);
}

/* ABOUT */
.info {
  margin-bottom: 51px;
  padding-top: 57px;
}

.info .sub-title {
  margin-bottom: 5px;
}

.info h2 {
  margin-bottom: 13px;
  margin-left: 28px;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  letter-spacing: -0.088rem;
}

.info p {
  margin-bottom: 22px;
}

.info .button {
  padding: 25px 10px;
  width: 100%;
  font-size: 0.875rem;
}

.info-image {
  margin: 0 auto 30px;
  width: 245px;
}

.info-image img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .info {
    margin-bottom: 101px;
    padding-top: 57px;
  }

  .info-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .info-image {
    margin-bottom: 0;
    order: 2;
    width: 50%;
  }

  .info-text {
    padding-right: 20px;
    order: 1;
    width: 50%;
  }

  .info h2 {
    margin-bottom: 22px;
    font-size: var(--font-size-h1);
    line-height: 1;
    letter-spacing: -0.113rem;
  }

  .info p {
    margin-bottom: 34px;
  }

  .info .button {
    padding: 25px 11px;
    width: auto;
    font-size: 0.938rem;
  }
}

@media screen and (min-width: 1200px) {
  .info-holder {
    align-items: flex-end;
  }

  .info-image {
    margin-right: -80px;
    width: calc(50% + 80px);
  }

  .info-image img {
    margin-left: auto;
    width: auto;
  }

  .info-text {
    margin-bottom: 50px;
    padding-right: 80px;
  }

  .info .sub-title {
    margin-bottom: 0;
    margin-left: -28px;
  }

  .info h2 {
    margin-left: 0;
  }

  .info .button {
    padding: 25px;
    min-width: 370px;
  }
}

@media screen and (min-width: 1281px) {
  .info {
    padding-top: 96px;
  }
}

/* supports */
.supports {
  padding-bottom: 80px;
  position: relative;
}

.supports-inner {
  position: relative;
  z-index: 1;
}

.supports .sub-title {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.supports .sub-title:after {
  margin-right: -30px;
  margin-left: 22px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-new-purple);
  clip-path: inset(0 100% 0 0);
  content: '';
  pointer-events: none;
}

.supports .sub-title.animated:after {
  animation: reveal-left 0.8s 0.8s ease-out forwards;
}

.supports h2 {
  margin-bottom: 55px;
  margin-left: 7px;
  display: flex;
  align-items: center;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  white-space: nowrap;
  letter-spacing: -0.088rem;
}

.supports h2:after {
  margin-top: 17px;
  margin-left: 50px;
  display: none;
  width: 100%;
  height: 2px;
  animation-delay: 1000ms;
  background-color: var(--color-new-light-purple);
  clip-path: inset(0 100% 0 0);
  content: '';
  pointer-events: none;
}

.supports h2.animated:after {
  animation: reveal-left 0.8s 0.8s ease-out forwards;
}

.supports-holder {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
}

.supports-icon {
  margin-bottom: 15px;
}

.supports-icon img {
  display: block;
  max-width: 100%;
}

.supports-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.7;
}

.supports-column h3 {
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.031rem;
  transition: color 0.3s ease-in-out;
}

.supports-column p {
  margin-bottom: 10px;
  color: var(--color-gray-200);
  transition: color 0.3s ease-in-out;
}

.supports-arrow {
  display: flex;
  align-items: center;
}

.supports-arrow span {
  margin-right: 7px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--color-gray-100);
}

.supports-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  font-size: 1.125rem;
  color: var(--color-white);
  border-radius: 40px;
  background-color: var(--color-new-purple);
}

.supports-arrow a:hover,
.supports-arrow a:focus-visible {
  background-color: var(--color-new-near-black);
}

.supports-text:hover h3,
.supports-text:focus-visible h3,
.supports-text:hover p,
.supports-text:focus-visible p {
  color: var(--color-new-near-black);
}

@media screen and (min-width: 768px) {
  .supports {
    padding-bottom: 89px;
    background: url('../images/help-bg.jpg') no-repeat top center;
    background-size: 100% 100%;
  }

  .supports-holder {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 83px;
  }

  .supports .sub-title:after {
    display: none;
  }

  .supports h2 {
    margin-bottom: 40px;
    font-size: var(--font-size-h1);
    line-height: 1;
    letter-spacing: -0.113rem;
  }

  .supports h2:after {
    margin-right: -102px;
    display: block;
    width: calc(100% + 102px);
  }

  .supports-column p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .supports h2:after {
    margin-left: 105px;
  }

  .supports-text {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .supports .sub-title {
    margin-left: -34px;
  }

  .supports h2 {
    margin-bottom: 58px;
    margin-left: 0;
  }
}

/* TESTIMONIAL */
.testimonial {
  padding-top: 71px;
  padding-bottom: 57px;
  position: relative;
  color: var(--color-white);
  background: linear-gradient(103deg, #745F9B 0.94%, #d8d7eb 99.06%);
  text-align: center;
}

.testimonial .column {
  padding: 0 20px;
}

.testimonial-slider {
  position: relative;
  z-index: 1;
  font-size: 1.188rem;
}

.testimonial-slider .swiper-slide span {
  color: var(--color-new-near-black);
}

.testimonial h4 {
  margin-bottom: 32px;
  font-size: 1.313rem;
  color: var(--color-new-near-black);
  letter-spacing: 0.25rem;
}

.testimonial p {
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--color-new-near-black);
}

.testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
}

.testimonial-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-icon {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.testimonial-icon img {
  display: block;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  margin-top: -18px;
  position: absolute;
  top: 50%;
  border: 2px solid var(--color-white);
  background-color: transparent;
  transform: translateY(-50%);
}

.testimonial .swiper-button-prev {
  left: 0;
}

.testimonial .swiper-button-next {
  right: 0;
}

.testimonial .swiper-button-next:focus,
.testimonial .swiper-button-prev:focus,
.testimonial .swiper-button-next:hover,
.testimonial .swiper-button-prev:hover {
  color: var(--color-new-purple);
  background-color: var(--color-white);
}

.testimonial .swiper-pagination {
  margin-top: 32px;
}

.testimonial .swiper-pagination-bullet {
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .testimonial {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .testimonial h4 {
    margin-bottom: 35px;
    font-size: var(--font-size-h4);
    letter-spacing: 0.313rem;
  }

  .testimonial p {
    margin-bottom: 27px;
  }

  .testimonial-slider {
    padding: 0 85px;
  }

  .testimonial .swiper-pagination {
    margin-top: 48px;
  }

  .testimonial .swiper-button-prev {
    left: 9px;
  }

  .testimonial .swiper-button-next {
    right: 9px;
  }
}

@media screen and (min-width: 1025px) {
  .testimonial-slider {
    padding: 0 175px;
  }
}

/* INTRO */
.intro {
  margin-bottom: 40px;
  padding-top: 56px;
  position: relative;
}

.intro .column {
  position: relative;
  z-index: 1;
}

.intro-heading {
  position: absolute;
  top: -139px;
  left: -30px;
  opacity: 0.6;
  font-size: 11.875rem;
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--color-new-lighter-purple);
  line-height: 1.25;
  letter-spacing: -0.375rem;
  pointer-events: none;
  z-index: -1;
}

.intro h2 {
  margin-bottom: 29px;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  letter-spacing: -0.088rem;
}

.intro h2 span {
  display: flex;
  align-items: center;
}

.intro h2 span:after {
  margin-top: 14px;
  margin-right: -30px;
  margin-left: 16px;
  display: block;
  width: calc(100% + 30px);
  height: 2px;
  background-color: var(--color-new-purple);
  clip-path: inset(0 100% 0 0);
  content: '';
  pointer-events: none;
}

.intro h2 span.animated:after {
  animation: reveal-left 0.8s 0.8s ease-out forwards;
}

.intro p {
  margin-bottom: 35px;
}

.intro-column {
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .intro {
    margin-bottom: 102px;
    padding-top: 106px;
  }

  .intro h2 {
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    font-size: var(--font-size-h1);
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.113rem;
  }

  .intro h2:after {
    margin-top: 30px;
    margin-right: -95px;
    margin-left: 20px;
    display: block;
    width: calc(100% + 95px);
    height: 2px;
    background-color: var(--color-new-purple);
    clip-path: inset(0 100% 0 0);
    content: '';
    pointer-events: none;
  }

  .intro h2.animated:after {
    animation: reveal-left 0.8s 0.8s ease-out forwards;
  }

  .intro h2 span {
    display: inline-block;
  }

  .intro h2 span:after {
    display: none;
  }

  .intro-holder {
    display: grid;
    gap: 58px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .intro-heading {
    margin-left: -640px;
    left: 50%;
  }

  .intro h2:after {
    margin-left: 133px;
  }
}

/* GALLERY */
.photos {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.photos .row {
  max-width: 1395px;
}

.photos-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.photos-block {
  display: block;
}

.photos-block img {
  display: block;
  width: 100%;
}

.photos-block:nth-child(1) {
  animation-delay: 200ms;
}

.photos-block:nth-child(2) {
  animation-delay: 400ms;
}

.photos-block:nth-child(3) {
  animation-delay: 600ms;
}

.photos-block:nth-child(4) {
  animation-delay: 800ms;
}

@media screen and (min-width: 768px) {
  .photos-inner {
    gap: 20px;
  }
}

/* serving */
.serving {
  margin-top: -15px;
  padding-top: 46px;
  padding-bottom: 20px;
  position: relative;
  background: url('../images/category-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}

.serving h2 {
  margin-bottom: 18px;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  letter-spacing: -0.088rem;
}

.serving h4 {
  margin-bottom: 10px;
  font-size: var(--font-size-h3);
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: -0.038rem;
}

.serving-slider {
  position: relative;
}

.serving .serving-block {
  min-height: 129px;
}

.serving-arrows {
  display: flex;
  justify-content: center;
}

.serving-arrows .swiper-button-prev {
  margin-right: 10px;
}

.serving .swiper {
  margin: 0 -20px;
  padding: 20px 20px 32px;
}

.serving .swiper-slide {
  height: auto;
}

@media screen and (min-width: 768px) {
  .serving {
    margin-top: -23px;
    padding-top: 139px;
    padding-bottom: 40px;
  }

  .serving h2 {
    margin-bottom: 18px;
    font-size: var(--font-size-h1);
    line-height: 1;
    letter-spacing: -0.113rem;
  }

  .serving h4 {
    margin-bottom: 28px;
    margin-left: 49px;
    font-size: 2.125rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .serving .swiper {
    overflow: visible;
  }

  .serving .swiper-slide {
    width: 347px;
  }

  .serving-arrows .swiper-button-disabled {
    opacity: 0;
  }

  .serving-arrows .swiper-button-next,
  .serving-arrows .swiper-button-prev {
    margin-top: -30px;
    position: absolute;
    top: 50%;
  }

  .serving-arrows .swiper-button-next {
    right: 0;
  }

  .serving-arrows .swiper-button-prev {
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .serving-arrows .swiper-button-next {
    right: -22px;
  }

  .serving-arrows .swiper-button-prev {
    left: -22px;
  }
}

/* CATEGORY-BLOCK */
.serving-block {
  padding: 30px 36px;
  display: block;
  color: var(--color-gray-200);
  border-bottom: 5px solid var(--color-new-purple);
  background-color: var(--color-white);
  text-decoration: none;
  line-height: 1.72;
  box-shadow: 0 16px 17px 5px rgba(0, 0, 0, 0.07);
}

.serving-block p:last-of-type {
  margin-bottom: 0;
}

.serving-block h3 {
  margin-bottom: 7px;
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.038rem;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .serving-block {
    padding: 30px 40px;
  }
}

/* WORK */
.work {
  margin-bottom: 37px;
  padding-top: 13px;
  position: relative;
}

.work-heading {
  position: absolute;
  top: -45px;
  left: -30px;
  opacity: 0.04;
  font-family: var(--font-family-heading);
  font-size: 9.688rem;
  font-weight: 400;
  color: var(--color-new-purple);
  text-transform: capitalize;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: -0.375rem;
  pointer-events: none;
}

.work-holder {
  position: relative;
  z-index: 1;
}

.work h2 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  white-space: nowrap;
  letter-spacing: -0.088rem;
}

.work h2:after {
  margin-top: 10px;
  margin-right: -30px;
  margin-left: 16px;
  width: calc(100% + 30px);
  height: 2px;
  background-color: var(--color-new-purple);
  clip-path: inset(0 100% 0 0);
  content: '';
  pointer-events: none;
}

.work h2.animated:after {
  animation: reveal-left 0.8s 0.8s ease-out forwards;
}

.work-text p {
  margin-bottom: 44px;
}

.work-text ul {
  margin-bottom: 0;
}

.work-text li {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
  letter-spacing: -0.019rem;
  line-height: 1.75;
}

.work-text li:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: var(--color-new-purple);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 1.92%, rgba(0, 0, 0, 0) 74.62%), linear-gradient(180deg, rgba(68, 32, 102, 0.71) 0%, rgba(0, 0, 0, 0) 37.82%);
  background-blend-mode: multiply, multiply;
  content: '';
}

.work-text li strong {
  color: var(--color-new-purple);
}

.work-text li:last-of-type {
  margin-bottom: 0;
}

.work-image {
  margin-bottom: 21px;
}

.work-image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .work {
    margin-bottom: 100px;
    padding-top: 110px;
  }

  .work-holder {
    display: flex;
  }

  .work h2 {
    margin-bottom: 18px;
    font-size: var(--font-size-h1);
    line-height: 1;
    letter-spacing: -0.113rem;
  }

  .work-image {
    margin-bottom: 0;
    margin-left: -60px;
    width: 50%;
  }

  .work-text {
    margin-top: 15px;
    padding-left: 40px;
    width: 58.4%;
  }

  .work-text p {
    margin-bottom: 25px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1025px) {
  .work-heading {
    font-size: 12.75rem;
  }

  .work-image {
    margin-left: -179px;
    width: 56.2%;
  }

  .work-text {
    margin-top: 28px;
    width: 60.2%;
  }

  .work-text li {
    padding-left: 55px;
  }

  .work-text p {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .work-heading {
    margin-left: -643px;
    left: 50%;
  }

  .work h2:after {
    margin-right: -100px;
    margin-left: 60px;
  }

  .work-text {
    padding-left: 63px;
  }
}

/* BG-PATTERN */
.bg-pattern {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* MATTER */
.matter {
  margin-bottom: 48px;
  padding-top: 33px;
}

.matter h2 {
  margin-bottom: 10px;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  letter-spacing: -0.088rem;
}

.matter p:last-of-type {
  margin-bottom: 0;
}

.matter ul {
  margin-bottom: 0;
}

.matter li {
  margin-bottom: 19px;
  padding-left: 42px;
  position: relative;
  font-weight: 400;
  color: var(--color-new-purple);
  line-height: 1.5;
  letter-spacing: -0.006rem;
}

.matter li i {
  top: 0;
  left: 0;
  display: block;
  color: transparent;
  position: absolute;
  pointer-events: none;
  font-size: 1.8rem;
  background-image: url('../images/check-circle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.matter li:nth-child(1) i {
  animation-delay: 100ms;
}

.matter li:nth-child(2) i {
  animation-delay: 200ms;
}

.matter li:nth-child(3) i {
  animation-delay: 300ms;
}

.matter li:nth-child(4) i {
  animation-delay: 400ms;
}

.matter li:nth-child(5) i {
  animation-delay: 500ms;
}

.matter li:last-of-type {
  margin-bottom: 0;
}

.matter-left {
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .matter {
    margin-bottom: 90px;
    padding-top: 93px;
  }

  .matter h2 {
    margin-bottom: 18px;
    font-size: var(--font-size-h1);
    line-height: 1;
    letter-spacing: -0.113rem;
  }

  .matter-left {
    font-size: 1.125rem;
    color: var(--color-alternate);
  }

  .matter li {
    line-height: 1.75;
  }
}

@media screen and (min-width: 1025px) {
  .matter-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .matter-left {
    margin-bottom: 0;
    width: 40%;
  }

  .matter-right {
    margin-top: 17px;
    padding-left: 35px;
    width: 60%;
  }
}

/* news */
.news {
  margin-bottom: 73px;
}

.news-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 20px;
}

.news-text .text {
  max-width: 795px;
  flex: 1;
}

.news h2 {
  margin-bottom: 10px;
  font-size: 2.813rem;
  font-style: normal;
  color: var(--color-alternate);
  letter-spacing: -0.088rem;
}

.news-text p:last-of-type {
  margin-bottom: 0;
}

.news-holder {
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(1, 1fr);
}

.news .button-bottom {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .news {
    margin-bottom: 145px;
  }

  .news-text {
    margin-bottom: 34px;
    font-size: 1.125rem;
  }

  .news h2 {
    margin-bottom: 22px;
    font-size: var(--font-size-h1);
    line-height: 1;
    letter-spacing: -0.113rem;
  }

  .news-holder {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .news .button-bottom {
    margin-top: 80px;
  }

}

@media screen and (min-width: 1025px) {
  .news-holder {
    gap: 40px;
  }

  .news-text {
    flex-direction: row;
  }

  .news-text .button-container {
    align-self: flex-end;
  }
}

/* ARTICLE-BLOCK */
.news-block {
  width: 100%;
  color: var(--color-new-purple);
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 15px;
}

.news-block-image img {
  display: block;
  width: 100%;
}

.news-block .button {
  align-self: end;
  justify-self: start;
}

.news-block-text {
  border-bottom: 2px solid var(--color-light-gray);
}

.news-block-text strong {
  margin-bottom: 6px;
  display: block;
  font-size: 0.875rem;
}

.news-block-text h4 {
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: inherit;
  line-height: 1.1;
  letter-spacing: -0.019rem;
}

.news-block-text h4 a:hover,
.news-block-text h4 a:focus-visible {
  color: var(--color-new-near-black);
}

.news-block a {
  text-decoration: none;
  color: inherit;
}

.news-block a:focus,
.news-block a:hover {
  text-decoration: none;
  color: inherit;
}

/* .news-block:focus,
.news-block:hover {
  color: var(--color-new-purple);
  text-decoration: underline;
} */

/* Subgrid: align rows across all cards in the row */
@supports (grid-template-rows: subgrid) {
  .news-holder {
    grid-template-rows: auto auto auto;
  }

  .news-block {
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
}