.newsletter-page {
  padding-top: 50px;
}
.newsletter-page .f-content {
  display: flex;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .newsletter-page .f-content {
    max-height: unset;
    flex-direction: column-reverse;
  }
}
.newsletter-page .f-content .content {
  flex-grow: 1;
  flex-basis: 0;
  width: 50%;
}
.newsletter-page .f-content .content.left-content {
  background-color: #EBEBEB;
}
@media screen and (max-width: 767px) {
  .newsletter-page .f-content .content {
    width: 100%;
  }
  .newsletter-page .f-content .content.right-content {
    z-index: 1;
  }
  .newsletter-page .f-content .content.left-content {
    position: relative;
    z-index: 2;
  }
}
.newsletter-page .f-content .content .page-heading {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .newsletter-page .f-content .content .page-heading {
    padding-bottom: 40px;
  }
}
.newsletter-page .f-content .content .subscribe-form {
  padding: 0px 20px 40px;
  max-width: 475px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .newsletter-page .f-content .content .subscribe-form {
    margin-left: 0;
    margin-right: auto;
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
.newsletter-page .f-content .content .subscribe-form fieldset {
  border: 0px;
  border-top: 1px solid #A3A3A3;
  padding: 5px 0 20px 0;
}
.newsletter-page .f-content .content .subscribe-form fieldset label {
  color: #A3A3A3;
  font-weight: 600;
  font-family: var(--f-main-bold);
  vertical-align: top;
  width: 100px;
  display: inline-block;
  text-transform: uppercase;
}
.newsletter-page .f-content .content .subscribe-form fieldset .col-right {
  width: calc(100% - 105px);
  background-color: #D9D9D9;
  outline: none;
  border: 0px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--f-main-medium);
}
.newsletter-page .f-content .content .subscribe-form .form-action {
  position: relative;
}
.newsletter-page .f-content .content .subscribe-form .form-action .submit {
  width: calc(100% - 105px);
  margin-left: auto;
  display: block;
  background-color: #000000;
  color: #fff;
  padding: 10px;
  border: 0px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  font-family: var(--f-main-medium);
}
@media only screen and (min-width: 1921px) {
  .newsletter-page .f-content .content .subscribe-form .form-action .submit {
    margin-left: 0;
    margin-right: auto;
  }
}
.newsletter-page .f-content .content .subscribe-form .form-action .loader-wrapper.show {
  position: relative;
  display: block;
  width: calc(100% - 105px);
  height: 20px;
  background: transparent;
  margin-left: auto;
  margin-bottom: 10px;
}
.newsletter-page .f-content .content .subscribe-form .form-action .loader-wrapper svg {
  height: 20px;
  width: 20px;
}
.newsletter-page .f-content .content .subscribe-form .form-action .response {
  width: calc(100% - 105px);
  margin-left: auto;
}
.newsletter-page .f-content .content .subscribe-form .form-action .response .info {
  text-align: center;
  margin-bottom: 10px;
}
.newsletter-page .f-content .content .subscribe-form .form-action .response .info.error {
  color: #ff0000;
}
.newsletter-page .f-content .content.right-content {
  position: relative;
}
.newsletter-page .f-content .content .content-background {
  height: 100%;
  width: 100%;
}
.newsletter-page .f-content .content .content-background::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 2;
}
.newsletter-page .f-content .content .content-background .slick-slider {
  position: relative;
  z-index: 1;
}
.newsletter-page .f-content .content .content-background .slick-slider .slick-list {
  max-height: unset;
}
.newsletter-page .f-content .content .content-background .image-slide-wrapper {
  width: 50vw;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .newsletter-page .f-content .content .content-background .image-slide-wrapper {
    max-height: 300px;
  }
}
.newsletter-page .f-content .content .content-background .image-slide-wrapper img {
  height: 100%;
  width: 100%;
}
.newsletter-page .f-content .content-message {
  position: absolute;
  top: 24px;
  left: 12px;
  color: #fff;
  width: 472px;
  max-width: calc(100% - 24px);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--f-main-bold);
  z-index: 3;
}
.newsletter-page .f-content .content-message p {
  font: inherit;
}
.newsletter-page .f-content .content-message .author {
  font-size: 0.7777em;
  text-align: right;
}

/*# sourceMappingURL=newsletter.css.map */
