.homepage-section--newsletter-wrapper {
  width: 100%;
}
.newsletter--section {
  text-align: center;
  padding: 40px;
}
.newsletter--section #newsletter-wrapper {
  width: 100%;
  display: inline-block;
  color: var(--text-color);
  padding: 7px 0;
}
.newsletter--section .newsletter_form_section p {
  margin-top: 10px;
  font-size: 12px;
}
.newsletter--section .newsletter_title h3 {
  text-align: center;
  text-transform: var(--heading-font-case);
  margin-bottom: 0;
}
.newsletter--section .newsletter_title h1,
.newsletter--section .newsletter_title h2,
.newsletter--section .newsletter_title h3,
.newsletter--section .newsletter_title h4,
.newsletter--section .newsletter_title h5,
.newsletter--section .newsletter_title h6,
.newsletter--section .newsletter_title p {
  margin-top: 0.5rem;
  text-align: center;
}
.newsletter--section #newsletter_text {
  width: 72%;
  background: 0 0;
  display: inline-block;
  margin-bottom: 0;
  height: 37px;
  padding: 10px;
}
.newsletter--section #newsletter_submit {
  color: var(--text-color);
}
@media only screen and (min-width: 768px) {
  .newsletter--section {
    text-align: left;
  }
  .newsletter--section .grid {
    display: table;
    width: 100%;
  }
  .newsletter--section .grid__item {
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin-top: 0;
  }
  .newsletter--section .row--table {
    width: 100%;
  }
  .newsletter--section .row--table div[class*="col-"] {
    float: left;
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .newsletter--section #newsletter_text {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter--section .newsletter--section--grid_inner {
    width: 100%;
  }
  .newsletter--section .newsletter--section--grid_inner #newsletter-wrapper {
    width: 100%;
  }
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: 80%;
    margin-bottom: 0;
  }
  .newsletter--section .newsletter--section--grid_inner.newsletter_form {
    float: left;
  }
  .newsletter--section .newsletter--section--grid_inner.newsletter_form form {
    width: 100%;
  }
  .newsletter--section .newsletter--section--grid_inner.newsletter_title {
    float: right;
  }
}
.newsletter--section .contact-form #newsletter-wrapper #newsletter_submit {
  margin: 0;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: 0 0;
  font-size: 20px;
  margin-left: 16px;
  position: relative;
  bottom: -12px;
}
.newsletter--section
  .contact-form
  #newsletter-wrapper
  #newsletter_submit.btn
  svg {
  display: block;
}
.newsletter--section.homepage-sections-wrapper--white #newsletter_text {
  border-color: var(--border-color);
}
.newsletter--section.homepage-sections-wrapper--white #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--white #newsletter_text,
.newsletter--section.homepage-sections-wrapper--white
  #newsletter_text::placeholder {
  color: var(--text-color);
}
.newsletter--section.homepage-sections-wrapper--accent #newsletter_text {
  border-color: var(--color-scheme-feature-text-transparent25);
}
.newsletter--section.homepage-sections-wrapper--accent #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--accent #newsletter_text,
.newsletter--section.homepage-sections-wrapper--accent
  #newsletter_text::placeholder {
  color: var(--color-scheme-feature-text);
}
.newsletter--section.homepage-sections-wrapper--dark #newsletter_text {
  border-color: var(--color-scheme-dark-text-transparent25);
}
.newsletter--section.homepage-sections-wrapper--dark #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--dark #newsletter_text,
.newsletter--section.homepage-sections-wrapper--dark
  #newsletter_text::placeholder {
  color: var(--color-scheme-dark-text);
}
.newsletter--section.homepage-sections-wrapper--light #newsletter_text {
  border-color: var(--color-scheme-light-text-transparent25);
}
.newsletter--section.homepage-sections-wrapper--light #newsletter_submit,
.newsletter--section.homepage-sections-wrapper--light #newsletter_text,
.newsletter--section.homepage-sections-wrapper--light
  #newsletter_text::placeholder {
  color: var(--color-scheme-light-text);
}
/* Custom Css */
#newsletter-wrapper {
  position: relative;
  background: white;
  border-radius: 50px;
  color: black;
  padding: 10px 0 10px 10px !important;
  margin: 10px auto;
  display: block !important;
}
body .homepage-sections-wrapper--dark input,
body .homepage-sections-wrapper--dark input::placeholder {
  color: #212121 !important;
  font-size: 20px;
}
body .homepage-sections-wrapper--dark input {
  opacity: 80%;
}
#newsletter-wrapper button {
  width: 100%;
  display: inline-flex;
  white-space: nowrap;
  text-align: center;
  min-width: 260px;
  min-height: 100%;
  border-radius: 50px;
  font-size: 20px !important;
  margin-left: 16px !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
  background: #221f20 !important;
}
.newsletter--section .grid {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsletter--section .newsletter_title h3 {
  text-transform: capitalize;
  font-family: "Chivo";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsletter--section .newsletter_title p,
.newsletter--section .newsletter_title .subheading {
  font-size: 20px;
  opacity: 80%;
  color: #fff !important;
}
.newsletter_title p {
  margin: 20px 0;
}
.newsletter--section .newsletter_title .subheading {
  text-transform: uppercase;
}
.newsletter_title .subheading p,
.newsletter--section .newsletter_title .subheading {
  margin-bottom: 0;
}
.newsletter--section.rating-container {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 15px;
}
.newsletter--section.rating-container img {
  width: 200px !important;
  height: auto !important;
}
.newsletter--section.rating-container p {
  font-size: 20px;
  margin-bottom: 0;
}
#newsletter-wrapper button {
  display: inline-flex !important;
  background: 0 0;
  text-align: center;
  justify-content: center;
  vertical-align: top;
  column-gap: 10px;
  align-items: center;
}
#newsletter-wrapper .standalone-icon--wrapper svg {
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
}
#newsletter-wrapper {
  text-align: left;
}
#newsletter_text {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rating-container {
  gap: 5px;
}
@media screen and (min-width: 769px) {
  #newsletter-wrapper {
    max-width: 80%;
  }
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: calc(100% - 27vw) !important;
  }
}
@media screen and (min-width: 820px) {
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: calc(100% - 31vw) !important;
  }
}
@media screen and (min-width: 992px) {
  #newsletter-wrapper {
    max-width: 55%;
  }
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: calc(100% - 25vw) !important;
  }
}
@media screen and (min-width: 1024) {
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: calc(100% - 24vw) !important;
  }
}
@media screen and (min-width: 1240px) {
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: calc(100% - 22vw) !important;
  }
}
@media screen and (min-width: 1400px) {
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: calc(100% - 18vw) !important;
  }
}
@media screen and (max-width: 769px) {
  .newsletter--section .newsletter--section--grid_inner input#newsletter_text {
    width: 45% !important;
  }
  #newsletter-wrapper {
    max-width: 100%;
  }
  .newsletter--section .newsletter_title p, .newsletter--section .newsletter_title .subheading {
    font-size: 14px;
    opacity: 80%;
    max-width: 240px;
    margin: auto;
}
  .newsletter--section .newsletter_title h3 {
    font-size: 23px;
  }
  .newsletter--section .rating-container p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .newsletter--section #newsletter_text::placeholder {
    font: 14px;
  }
  .newsletter--section .grid {
    margin-left: 0;
    padding: 0 20px;
  }
  .homepage-section--newsletter-wrapper .grid__item {
    padding-left: 0;
    margin-top: 0;
  }
  .newsletter--section #newsletter_text {
    width: 100%;
    height: 30px;
  }
  .newsletter--section .contact-form #newsletter-wrapper #newsletter_submit,
  .newsletter--section.homepage-sections-wrapper--dark #newsletter_text {
    font-size: 14px !important;
  }
  .newsletter--section .rating-container img {
    width: 100px !important;
  }
  #newsletter-wrapper button {
    min-width: 200px;
  }
  .newsletter--section .newsletter_title h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .newsletter--section .rating-container img {
    width: 90px !important;
  }
  .newsletter--section .rating-container p {
    font-size: 12px;
  }
  .rating-container {
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
  }
  body .homepage-sections-wrapper--dark input,
  body .homepage-sections-wrapper--dark input::placeholder {
    font-size: 14px;
  }
  .standalone-icon--wrapper .pswp__icn,
  .standalone-icon--wrapper svg {
    vertical-align: sub;
  }
  #newsletter-wrapper button {
    min-width: 175px;
  }
  #newsletter-wrapper {
    padding: 7px 0 7px 10px !important;
  }
}
@media screen and (max-width: 350px) {
  .newsletter--section .contact-form #newsletter-wrapper #newsletter_submit,
  body .homepage-sections-wrapper--dark input,
  body .homepage-sections-wrapper--dark input::placeholder {
    font-size: 12px !important;
  }
  .newsletter--section .contact-form #newsletter-wrapper #newsletter_submit {
    display: inline-flex;
    background: 0 0;
    text-align: center;
    justify-content: center;
    vertical-align: top;
    align-items: center;
    min-width: 165px !important;
  }
}
