/**
 * Homepage specific styling goes here. Excluded on all subpages
 *
 * @format
 */

/* 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-top: 150px;
  padding-bottom: 90px;
  position: relative;
  background-color: var(--color-blue);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  height: 643px;
  overflow: hidden;
  color: var(--color-white);
}

.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.74;
  mix-blend-mode: multiply;
  background-color: var(--color-golden);
  content: '';
  pointer-events: none;
}

.hero-text {
  margin: 0 -10px;
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  color: var(--color-white);
  text-transform: uppercase;
  width: calc(100% + 20px);
}

.hero-text h2 {
  margin-bottom: 7px;
  color: inherit;
  font-size: 3.438rem;
  font-weight: 800;
  letter-spacing: 0.625rem;
}

.hero-text h2 span {
  display: inline-block;
  animation-delay: 600ms;
}

.hero-text h2 span + span {
  animation-delay: 1200ms;
  color: var(--color-primary);
}

.hero-text h3 {
  color: inherit;
  margin-top: 18px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.25rem;
  margin-bottom: 5px;
}

.hero-text h3 span {
  display: block;
  animation-delay: 1800ms;
}

.hero-text p {
  margin-bottom: 0;
  letter-spacing: 0.25rem;
  animation-delay: 2400ms;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-man-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 570px;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-man-image img {
  display: block;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-bottom: 118px;
    height: 600px;
  }

  .hero-text {
    margin: 0;
    font-size: 1.25rem;
    width: 100%;
  }

  .hero-text h2 {
    font-size: 4.375rem;
    letter-spacing: 0.438rem;
  }

  .hero-text h3 {
    margin-top: 24px;
    font-size: 1.25rem;
    letter-spacing: 0.344rem;
  }

  .hero-man-image {
    width: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    height: 722px;
  }

  .hero-text h2 {
    letter-spacing: 0.875rem;
  }

  .hero-man-image {
    width: 629px;
  }
}

/* Brands */
.brands {
  margin-bottom: 35px;
  margin-top: 35px;
  background: var(--color-white);
}

.brands img {
  display: block;
  margin: 0 auto;
}

.brands .swiper {
  overflow: visible;
}

.brands .swiper-slide {
  width: 100px;
}

.brands .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

@media screen and (min-width: 768px) {
  .brands {
    margin-bottom: 75px;
    margin-top: 75px;
  }

  .brands .swiper {
    overflow: hidden;
  }

  .brands .swiper-slide {
    width: 300px;
  }
}

@media screen and (min-width: 1441px) {
  .brands {
    margin-bottom: 85px;
    margin-top: 85px;
  }
}

/* Delivered */
.delivered {
  padding-top: 61px;
  padding-bottom: 566px;
  position: relative;
  text-align: center;
  background: var(--color-white);
}

.delivered:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
  content: '';
  pointer-events: none;
}

.delivered-text {
  position: relative;
  z-index: 1;
}

.delivered-text h1 {
  margin-bottom: 15px;
  letter-spacing: 0.18rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--font-size-h3);
}

.delivered-text h2 {
  margin-bottom: 24px;
}

.delivered-text h2 span {
  font-weight: 400;
}

.delivered-text h2 span ~ span.title-line.animated {
  animation: reveal-underline 1.5s 2.5s ease-out forwards;
}

.delivered-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delivered-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .delivered {
    padding-top: 90px;
    padding-bottom: 31px;
    text-align: left;
  }

  .delivered:before {
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .delivered-text {
    max-width: 530px;
  }

  .delivered-text h1 {
    margin-bottom: 8px;
  }

  .delivered-text h2 {
    margin-bottom: 37px;
  }

  .delivered-text h2 span {
    margin-top: 3px;
    margin-left: 34px;
    position: relative;
    display: inline-block;
  }

  .delivered-text h2 span ~ span {
    margin-left: 60px;
  }
}

/* RESULT */
.results {
  padding-top: 70px;
  padding-bottom: 76px;
  position: relative;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-black);
  background-image: url(../images/result-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.results-text {
  margin: 0 auto 43px;
  max-width: 710px;
  position: relative;
  z-index: 1;
}

.results-holder {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.results-item {
  margin-bottom: 51px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.results-item strong {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 3.125rem;
  color: var(--color-primary);
}

.results-item p:last-of-type {
  margin-bottom: 0;
}

.results .button {
  min-width: 227px;
}

@media screen and (min-width: 768px) {
  .results {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .results-text {
    margin-bottom: 35px;
  }

  .results-holder {
    margin-bottom: 60px;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 2fr);
  }

  .results-item {
    margin-bottom: 0;
    padding: 32px 10px;
    border-bottom: 2px solid var(--color-primary);
  }

  .results-item:last-of-type {
    border-right: 0;
    border-bottom: 0;
  }

  .results-item:nth-child(3) {
    border-bottom: 0;
  }

  .results-item strong {
    margin-bottom: 9px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1025px) {
  .results-holder {
    grid-column-gap: 0;
    grid-template-columns: repeat(4, 4fr);
  }

  .results-item {
    border-right: 2px solid var(--color-primary);
    border-bottom: 0;
  }
}

@media screen and (min-width: 1441px) {
  .results-text {
    margin-bottom: 72px;
    max-width: 960px;
  }

  .results-item {
    padding: 32px 15px;
  }
}

/* Services */
.services {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color-alternate);
  text-align: center;
}

.services-text {
  margin-bottom: 43px;
}

.services-text h2 {
  margin-bottom: 45px;
}

.services-text h3 {
  margin-bottom: 18px;
}

.services-bottom {
  margin-top: 53px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.services-bottom p {
  margin-bottom: 39px;
}

.services-bottom p strong {
  display: block;
}

.services-bottom .button {
  min-width: 227px;
}

.services-text .underlined {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media screen and (min-width: 768px) {
  .services {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .services-text {
    margin: 0 auto 52px;
    max-width: 700px;
    line-height: 1.4;
  }

  .services-text h2 {
    margin-bottom: 45px;
  }

  .services-text h3 {
    margin-bottom: 6px;
  }

  .services-bottom {
    margin-top: 41px;
  }

  .services-bottom p {
    margin-bottom: 45px;
  }
}

/* Benefits */
.benefits {
  margin-bottom: 31px;
  padding-top: 23px;
  overflow: hidden;
  background: var(--color-white);
}

.benefits-image {
  margin-bottom: 35px;
}

.benefits-image img {
  margin: 0 auto;
  display: block;
}

.benefits-content {
  text-align: center;
}

.benefits-content h2 {
  margin-bottom: 30px;
}

.benefits-content h3 {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .benefits {
    padding-top: 50px;
  }

  .benefits-content {
    text-align: left;
  }

  .benefits-content h2 {
    margin-bottom: 65px;
    font-size: var(--font-size-h1);
  }

  .benefits-content h3 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .benefits {
    margin-bottom: 0;
    padding-top: 87px;
  }

  .benefits-holder {
    display: flex;
  }

  .benefits-image {
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -220px;
    width: calc(37% + 220px);
  }

  .benefits-image img {
    margin: 0;
  }

  .benefits-right {
    width: 63%;
    padding-left: 20px;
  }

  .benefits-accordion {
    max-width: 818px;
  }

  .benefits-content h2 {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .benefits-image {
    margin-top: 0;
  }

  .benefits-right {
    margin-top: 32px;
    padding-left: 37px;
  }
}

@media screen and (min-width: 1441px) {
  .benefits-image {
    margin-left: -85px;
    width: calc(37% + 85px);
  }

  .benefits-right {
    padding-left: 64px;
  }
}

/* Testimonial */
.testimonials {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  background-color: var(--color-black);
  background-image: url(../images/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonials .column {
  position: relative;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-white);
}

.testimonials h3 {
  margin-bottom: 7px;
  text-align: center;
  color: var(--color-primary);
}

.testimonials .swiper-slide {
  height: auto;
}

.testimonials-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
  position: relative;
  justify-content: space-between;
}

.testimonials-bottom .button {
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-bottom .button span {
  margin-left: 5px;
  display: inline-block;
}

.testimonials-bottom .swiper-button-prev,
.testimonials-bottom .swiper-button-next {
  margin-top: 0;
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  position: inherit;
}

@media screen and (min-width: 768px) {
  .testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonials h2 {
    margin-bottom: 44px;
  }

  .testimonials-bottom {
    margin-top: 57px;
    position: static;
    justify-content: center;
  }

  .testimonials-bottom .button {
    min-width: 272px;
  }

  .testimonials .swiper {
    margin: 0 60px;
  }

  .testimonials-bottom .swiper-button-prev,
  .testimonials-bottom .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
  }

  .testimonials-bottom .swiper-button-prev {
    left: 20px;
  }

  .testimonials-bottom .swiper-button-next {
    right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials .swiper {
    margin: 0 20px;
  }

  .testimonials-bottom .swiper-button-prev {
    left: -35px;
  }

  .testimonials-bottom .swiper-button-next {
    right: -35px;
  }
}

@media screen and (min-width: 1441px) {
  .testimonials .swiper {
    margin: 0 60px;
  }

  .testimonials-bottom .swiper-button-prev {
    left: 20px;
  }

  .testimonials-bottom .swiper-button-next {
    right: 20px;
  }
}

@media screen and (min-width: 1850px) {
  .testimonials .swiper {
    margin: 0;
  }

  .testimonials-bottom .swiper-button-prev {
    left: -85px;
  }

  .testimonials-bottom .swiper-button-next {
    right: -85px;
  }
}

/* Testimonial Block */
.testimonial-block {
  padding: 37px 25px;
  height: 100%;
  color: var(--color-black);
  background-color: var(--color-white);
  text-align: center;
}

.testimonial-block p {
  margin-bottom: 28px;
}

.testimonial-block span {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .testimonial-block {
    padding: 57px 45px 47px;
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
  }

  .testimonial-block p {
    margin-bottom: 26px;
  }
}

/* PROCESS */
.process {
  margin-top: 52px;
  text-align: center;
  margin-bottom: 52px;
  background: var(--color-white);
}

.process-text {
  margin-bottom: 30px;
}

.process h2 {
  text-align: center;
  margin-bottom: 20px;
}

.process h3 {
  margin-bottom: 18px;
}

.process-text p:last-of-type {
  margin-bottom: 0;
}

.process-step {
  margin-bottom: 40px;
}

.process-step:first-of-type .process-number strong:before {
  display: none;
}

.process-number {
  margin-bottom: 63px;
}

.process-number strong {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 86px;
  font-size: 3.75rem;
  font-weight: 800;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: var(--color-white);
}

.process-number strong:before,
.process-number strong:after {
  position: absolute;
  bottom: -56px;
  left: 50%;
  z-index: -1;
  width: 2px;
  height: 56px;
  background-color: var(--color-light-gray);
  transform: translateX(-50%);
  content: '';
  pointer-events: none;
}

.process-number strong:before {
  top: -30px;
  bottom: auto;
  height: 30px;
}

.process-content {
  position: relative;
}

.process-content h3 {
  font-family: inherit;
  font-weight: 800;
  text-transform: inherit;
  letter-spacing: 0;
}

.process-content h3 span {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .process {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .process-text {
    margin-bottom: 42px;
    max-width: 1060px;
  }

  .process h2 {
    text-align: left;
    margin-bottom: 32px;
  }

  .process h3 {
    margin-bottom: 18px;
  }

  .process-step {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .process-number {
    margin-bottom: 0;
    overflow: hidden;
    width: 25%;
  }

  .process-number strong {
    margin: 0;
    width: 120px;
    height: 110px;
  }

  .process-number strong:before {
    display: none;
  }

  .process-number strong:after {
    top: 50%;
    left: 100%;
    bottom: auto;
    width: 0;
    height: 2px;
    transform: translateX(0);
    transition: 1s 1.3s ease-out;
  }

  .process-content {
    padding-left: 25px;
    padding-bottom: 33px;
    width: 75%;
    line-height: 1.65;
  }

  .process-step.animated .process-content:before {
    height: 100%;
  }

  .process-step.animated .process-number strong:after {
    width: calc(100% + 141px);
  }

  .process-content:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 2px;
    background-color: var(--color-light-gray);
    transition: 1s 1s ease-out;
    content: '';
  }

  .process-step:nth-child(2) {
    animation-duration: 1200ms;
  }

  .process-step:nth-child(3) {
    animation-duration: 1400ms;
  }

  .process-step:nth-child(4) {
    animation-duration: 1600ms;
  }

  .process-step:nth-child(5) {
    animation-duration: 1800ms;
  }

  .process-step:last-of-type .process-content p:last-of-type {
    margin-bottom: 0;
  }

  .process-content h3 {
    margin-bottom: 27px;
    font-size: var(--font-size-h2);
  }
}

@media screen and (min-width: 1025px) {
  .process-number {
    width: 19%;
  }

  .process-content {
    padding-left: 54px;
    width: 81%;
  }
}

@media screen and (min-width: 1441px) {
  .process {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .process-text {
    margin-bottom: 37px;
    max-width: 100%;
  }

  .process h3 {
    margin-bottom: 25px;
  }

  .process-number {
    width: 23.5%;
  }

  .process-content {
    padding-top: 38px;
    padding-bottom: 0;
    padding-left: 25px;
    width: 76.5%;
  }
}

/* SERVING */
.serving {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: var(--color-near-black);
}

.serving-text {
  margin: 0 auto 30px;
  max-width: 790px;
  color: var(--color-white);
  text-align: center;
}

.serving h2,
.serving h2 strong {
  color: inherit;
}

.serving h2 strong {
  display: block;
  margin-bottom: 16px;
}

.serving-holder {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
  .serving {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .serving-text {
    margin-bottom: 56px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .serving h2 {
    margin-bottom: 31px;
  }

  .serving h2 strong {
    margin-bottom: 10px;
  }

  .serving-holder {
    gap: 18px;
    grid-template-columns: repeat(2, 2fr);
  }
}

@media screen and (min-width: 1441px) {
  .serving {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

/* Address Single */
.address-single {
  text-align: center;
}

.address-single-image img {
  display: block;
  width: 100%;
  height: 209px;
  object-fit: cover;
}

.address-single-text {
  margin: -54px auto 0;
  padding: 0 15px 16px;
  position: relative;
  max-width: 282px;
  font-size: 0.938rem;
  background-color: var(--color-white);
  line-height: 1.5;
}

.address-single-title {
  margin: 0 -15px 15px;
  padding: 6px 15px;
  width: calc(100% + 30px);
  font-weight: 700;
  background-color: var(--color-primary);
}

.address-single-text address {
  margin-bottom: 5px;
}

.address-single-text p {
  margin-bottom: 0;
  font-size: 0.813rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .address-single-image img {
    min-height: 271px;
  }

  .address-single-text {
    margin-top: -80px;
    font-size: 1.125rem;
  }

  .address-single-title {
    margin-bottom: 23px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .address-single-text p {
    font-size: 0.938rem;
  }
}

@media screen and (min-width: 1025px) {
  .address-single-text {
    max-width: 394px;
  }
}

/* FAQs */
.faqs {
  padding-top: 43px;
  position: relative;
  background: var(--color-white);
}

.faqs-content {
  margin-bottom: 34px;
}

.faqs-text {
  margin-bottom: 30px;
  text-align: center;
}

.faqs-text h2 {
  margin-bottom: 20px;
}

.faqs-text h3 {
  margin-bottom: 15px;
}

.faqs-text strong {
  font-weight: 600;
}

.faqs-image {
  margin: 0 -20px;
  width: calc(100% + 40px);
  /* clip-path: inset(0 0 0 100%); */
}

/* .faqs-image.animated {
  animation: reveal-left 1s 1.5s ease-out forwards;
} */

.faqs-image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .faqs {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .faqs-content {
    width: 50%;
    margin-bottom: 0;
    padding-right: 32px;
  }

  .faqs-text {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 38px;
  }

  .faqs-text h2 {
    margin-bottom: 36px;
  }

  .faqs-image {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .faqs-image img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}

@media screen and (min-width: 1026px) {
  .faqs-content {
    padding-right: 62px;
  }
}

@media screen and (min-width: 1441px) {
  .faqs-content {
    max-width: 677px;
  }
}

/* PERSONAL */
.personal {
  padding-top: 50px;
  padding-bottom: 500px;
  position: relative;
  text-align: center;
  background: var(--color-white);
}

.personal:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
  content: '';
  pointer-events: none;
}

.personal-text {
  position: relative;
  z-index: 1;
}

.personal-text h3 {
  margin-bottom: 8px;
}

.personal-text h2 {
  margin-bottom: 25px;
}

.personal .button {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.personal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.personal-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .personal {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: left;
  }

  .personal:before {
    left: auto;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .personal-text {
    margin-left: auto;
    max-width: 640px;
    font-size: 1.25rem;
  }

  .personal-text h2 {
    margin-bottom: 13px;
  }

  .personal .button {
    transform: none;
    position: static;
  }
}

/* Brochure */
.brochure {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  background: var(--color-white);
}

.brochure h2 {
  margin-bottom: 35px;
  font-family: inherit;
}

.brochure h3 {
  margin-bottom: 5px;
}

.brochure-holder {
  margin-bottom: 3px;
  display: flex;
}

.brochure-image {
  width: 142px;
  flex: 0 0 auto;
}

.brochure-image img {
  width: 100%;
  display: block;
}

.brochure-text {
  flex: 1;
  text-align: left;
  padding-left: 17px;
}

.brochure-text p:last-of-type {
  margin-bottom: 0;
}

.brochure .button {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .brochure {
    margin-bottom: 75px;
    margin-top: 75px;
    text-align: left;
  }

  .brochure h2 {
    margin-bottom: 30px;
  }

  .brochure-holder {
    margin-bottom: 0;
  }

  .brochure-image {
    width: 318px;
  }

  .brochure-text {
    padding-left: 60px;
    font-size: 1.25rem;
    line-height: 1.5;
    align-self: center;
  }
}

@media screen and (min-width: 1441px) {
  .brochure {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .brochure-image {
    width: 351px;
    margin-left: 0;
  }

  .brochure-text {
    padding-left: 55px;
  }
}

/* NEWSLETTER */
.newsletter {
  z-index: 1;
  position: relative;
  text-align: center;
  color: var(--color-white);
}

.newsletter-inner {
  padding: 34px 18px 32px;
  color: var(--color-white);
  font-size: 0.875rem;
  background-color: var(--color-black);
}

.newsletter-content {
  margin-bottom: 23px;
}

.newsletter-content h2 {
  color: inherit;
  margin-bottom: 24px;
  font-size: var(--font-size-h3);
}

.newsletter-content p:last-child {
  margin-bottom: 0;
}

.newsletter-holder {
  margin: 0 auto;
  padding: 0 4px;
  max-width: 855px;
}

.newsletter-field:not(:last-of-type) {
  position: relative;
}

.newsletter-field input {
  border: 0;
  height: 50px;
  padding: 10px 20px;
  font-size: 0.813rem;
  color: var(--color-gray-100);
  background-color: var(--color-white);
}

.newsletter-field input::placeholder {
  color: var(--color-gray-100);
}

.newsletter .button {
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 0.938rem;
}

#gform_3 {
  display: grid;
  grid-gap: 27px;
  gap: 27px;
}

#gform_3 .gform_fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 27px;
  gap: 27px;
  flex-wrap: wrap;
}

#gform_3 .gform_footer {
  padding: 0;
}

#gform_3 .gfield {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .newsletter-inner {
    padding: 56px 30px 60px;
    font-size: 1.125rem;
  }

  .newsletter-content {
    margin-bottom: 8px;
  }

  .newsletter-content h2 {
    margin-bottom: 9px;
    font-size: var(--font-size-h2);
  }

  .newsletter-holder {
    gap: 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
  }

  .newsletter-field:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  #gform_3 {
    grid-template-columns: 0.66fr 0.33fr;
  }

  #gform_3 .gform_fields {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1441px) {
  .newsletter-inner {
    padding: 58px 30px 76px;
  }

  .newsletter-content {
    margin-bottom: 38px;
  }

  .newsletter-content h2 {
    margin-bottom: 11px;
  }

  .newsletter-holder {
    max-width: 1100px;
    gap: 25px;
  }

  .newsletter .button,
  .newsletter-field input {
    height: 60px;
  }
}
