.partners-section .wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  max-width: 1320px;
  padding: 50px;
  clip-path: polygon(1% 0%, 99% 0%, 100% 3%, 100% 97%, 99% 100%, 1% 100%, 0% 97%, 0% 3%);
}
.partners-section .wrapper--light {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .partners-section .wrapper {
    padding: 50px 20px;
  }
}
.partners-section .client-logos-wrapper:first-of-type {
  margin-bottom: 90px;
}
.partners-section .client-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .partners-section .client-logos {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .partners-section .client-logos__logo {
    margin: 15px 10px;
  }
}
@media screen and (min-width: 960px) {
  .partners-section .client-logos__logo:not(first-child) {
    margin-left: 50px;
  }
}

.testimonials-section {
  padding: 100px 20px 130px 20px;
}

.testimonials-list {
  max-width: 960px;
  margin: 0 auto;
}

.testimonial__inner {
  max-width: 768px;
  margin: 0 auto;
}
.testimonial__text {
  font-family: "CabinetGrotesk", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
  text-align: center;
  max-width: 460px;
  margin: 16px auto;
}
.testimonial-author {
  margin-bottom: 25px;
  text-align: center;
}
.testimonial-author__avatar img {
  max-width: 200%;
  transform: translate(-30%, -10%);
}
.testimonial-author__name {
  font-family: "BluuNextBold", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin: 8px auto;
}
.testimonial-author__position {
  font-family: "CabinetGroteskBold", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.newsletter {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7.5px);
  margin: 90px auto;
  padding: 20px 50px;
}
@media screen and (max-width: 960px) {
  .newsletter {
    padding: 20px;
  }
}
.newsletter .legend {
  font-family: "CabinetGroteskBold", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  max-width: 340px;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .newsletter .legend {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.newsletter fieldset {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .newsletter fieldset {
    flex-direction: column;
  }
}
.newsletter .fields {
  width: 100%;
}
.newsletter .btn {
  padding: 10px 20px;
}

.simple-excerpt-list {
  border-top: 1px solid #fff;
}
.simple-excerpt-list-item {
  border-bottom: 1px solid #fff;
  position: relative;
}
.simple-excerpt-list-item__inner-wrap {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .simple-excerpt-list-item__inner-wrap {
    width: 100%;
  }
}
.simple-excerpt-list-item__link {
  color: #fff;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simple-excerpt-list-item__link:hover .simple-excerpt-list-item__title {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .simple-excerpt-list-item__link {
    padding: 15px 0;
  }
}
.simple-excerpt-list-item__category {
  display: flex;
  justify-content: center;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  width: 100px;
  margin-right: 70px;
}
@media screen and (max-width: 960px) {
  .simple-excerpt-list-item__category {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
    justify-content: flex-start;
  }
}
.simple-excerpt-list-item__title {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .simple-excerpt-list-item__title {
    width: calc(100% - 30px);
  }
}
.simple-excerpt-list-item__description {
  margin-left: 181px;
  margin-right: 50px;
  padding: 0 20px 20px 20px;
  display: none;
}
.simple-excerpt-list-item .wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 70px;
  display: none;
}
@media screen and (min-width: 960px) {
  .simple-excerpt-list-item:hover .wp-post-image {
    display: block;
  }
  .simple-excerpt-list-item:hover .btn {
    transform: scale(1.3);
  }
}
.simple-excerpt-list--dark {
  border-color: #000;
}
.simple-excerpt-list--dark .simple-excerpt-list-item {
  border-color: #000;
}
.simple-excerpt-list--dark .simple-excerpt-list-item .simple-excerpt-list-item__link {
  color: #000;
}

.intro {
  text-align: center;
  padding: 100px 0 150px 0;
}
.intro__header {
  margin-top: 80px;
}
.intro__description {
  font-family: "CabinetGroteskRegular", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .intro__description {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .intro {
    padding: 0 20px 150px 20px;
  }
}

.wpcf7 br {
  display: none;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-color: #dc3232;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
  text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border-color: #dc3232;
  text-align: center;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
  text-align: center;
  color: #fff;
}

.horizontal-scroll-wrapper {
  overflow: hidden;
  height: 500px;
}
.horizontal-scroll-wrapper__slider {
  padding-bottom: 300px;
  overflow: auto;
}

.yarpp-related .header--h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 60px;
  padding: 0;
}
.yarpp-related .effects-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 50px;
}
@media screen and (max-width: 960px) {
  .yarpp-related .effects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
  }
}

#cookie-notice .cn-button {
  font-size: 15px;
  line-height: 17px;
}