#module-webixa_newsletterlanding-subscribe .breadcrumb {
  display: none;
  visibility: hidden;
}
#module-webixa_newsletterlanding-subscribe .page-content {
  margin-top: 1.25rem;
  margin-bottom: 4.375rem;
}
@media (min-width: 640px) {
  #module-webixa_newsletterlanding-subscribe .page-content {
    margin-top: 5rem;
    margin-bottom: 6.25rem;
  }
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-content {
  text-align: center;
  margin-bottom: 4rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-heading {
  margin-bottom: 1.25rem;
  text-wrap: balance;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-heading > span {
  color: #14a483;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-text {
  font-size: 0.875rem;
  text-wrap: pretty;
  margin-inline: 8.125rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-text * {
  font-size: inherit;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper {
  max-width: 43.75rem;
  background-color: #f4f4f4;
  padding: 3rem;
  margin: 0 auto;
  border-radius: 1.25rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert {
  margin-block: 1rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-success {
  background: rgba(20, 164, 131, 0.2);
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.625rem;
  text-align: center;
  color: #14a483;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-success:not(:first-child) {
  margin-top: 0.625rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-danger, #module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-warning {
  background: rgba(255, 51, 51, 0.2);
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 0.625rem;
  text-align: center;
  color: #ff3333;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-danger:not(:first-child), #module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-warning:not(:first-child) {
  margin-top: 0.625rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-info {
  background: rgba(0, 102, 255, 0.2);
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 0.625rem;
  text-align: center;
  color: #0066ff;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .alert.alert-info:not(:first-child) {
  margin-top: 0.625rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .row {
  display: flex;
  flex-direction: column;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .row .col-xs-12 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .row .col-xs-12 .btn {
  display: none;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .row .col-xs-12 > p {
  margin-top: 1.875rem;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter .clearfix {
  display: none;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper .block_newsletter input[name=email] {
  background-color: #fff;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-newsletter-wrapper #block-newsletter-label {
  color: #3f5364;
  font-size: 0.875rem;
  margin-bottom: 6px;
  font-weight: 700;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-submit-button {
  margin-top: 1.875rem;
  background: rgba(0, 0, 0, 0);
  border: 0.063rem solid #14a483;
  border-radius: 0.625rem;
  color: #343434;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  padding: 1.063rem;
  font-weight: 600;
  font-size: 0.875rem;
  gap: 0.625rem;
  cursor: pointer;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-submit-button:hover {
  background-color: #14a483 !important;
  color: #fff;
}
#module-webixa_newsletterlanding-subscribe .webixa_newsletterlanding_subscribe-submit-button:hover path {
  stroke: #fff;
}
