.subscription-row h3#hs_cos_wrapper_form_606400282_title {
    display: none;
}
.subscription-row form label span {
    color: #ffff;
    text-align: left;
    font-size: 21px;
}
.subscription-row form label {
    text-align: left;
}
.subscription-row .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 1.4rem;
}
ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0.7rem 0;

}
ul.no-list.hs-error-msgs.inputs-list li label {
    color: red;
  text-align:left;
  font-size:21px;
}
.subscription-row .hs_error_rollup {
    display: none;
}
.subscription-row .hs-input {
    padding: 20px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    height:auto;
    outline: none;
}

.subscription-row .hs-input::placeholder {
    color: #666666;
}

.hs_submit.hs-submit .hs-button {
    background-color: transparent;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
  height:auto;
  width:auto;
}

.hs_submit.hs-submit .hs-button:hover {
    background-color: red;
    background-color: #FA0A37;
    border-color: #FA0A37;
}
.subscription-row [data-hsfc-id=Renderer] .hsfc-TextInput {
    padding: 20px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    outline: none;
}
.subscription-row [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 0;
}
.subscription-row [data-hsfc-id=Renderer] .hsfc-FieldLabel {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.footer.main {
  padding: 40px 0 20px;
  background-color: #000000;
}
.primary-footer {
  margin: 0 0 200px;
}
{# Footer Logo #}
.primary-footer .footer-logo {
  margin: 0 0 40px;
  text-align:left;
}
{# Subscribe Form #}
.primary-footer form {
  background: transparent;
}
.primary-footer fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.primary-footer .form-group {
  margin: 0 0 20px;
}
.primary-footer .form-group label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.primary-footer .form-group input[type="email"] {
  padding: 20px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  outline: none;
}
.primary-footer .form-group input[type="email"]::placeholder {
  color: #666666;
}
.primary-footer .form-action input[type="submit"] {
  background-color: transparent;
  border-radius: 22px;
  border: 1px solid #FFFFFF;
  padding: 12px 24px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.primary-footer .form-action input[type="submit"]:hover {
  background-color: #FA0A37;
  border-color: #FA0A37;
}

.secondary-footer {
  padding: 20px 0;
}
.secondary-footer .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid #666666;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.secondary-footer .d-flex:last-child {
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
}
.secondary-footer .social-media ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.secondary-footer .social-media ul a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary-footer .copy-rights span {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.secondary-footer .footer-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.secondary-footer .footer-nav-list a {
  display: flex;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.secondary-footer .footer-nav-list a:hover {
  text-decoration: underline;
}

.footer.main .icon-placeholder {
  display: flex;
}
.footer.main .image-placeholder {
  display: flex;
}

@media (max-width: 992px) {
  .primary-footer {
    margin: 0 0 100px;
  }
  .primary-footer .footer-logo img {
    max-width: 50%;
  }
  .secondary-footer .d-flex {
    align-items: center;
    flex-direction: column;
  }
  .secondary-footer .d-flex:last-child {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .primary-footer {
    margin: 0 0 50px;
  }
  .primary-footer .footer-logo {
    margin: 0 0 25px;
  }
  /*   .primary-footer .footer-logo img {
  max-width: 40%;
} */
  .primary-footer .form-group input[type="email"] {
    padding: 15px 0;
    font-size: 24px;
    line-height: 24px;
  }
  .primary-footer .form-action input[type="submit"] {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .secondary-footer .wordmark a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
  }
  .secondary-footer .wordmark img {
    max-width: 320px;
  }
}

@media (max-width: 576px) {
  .secondary-footer {
    padding: 0;
  }
  .secondary-footer .footer-nav-list {
    flex-direction: column;
  }
  .secondary-footer .copy-rights span {
    text-align: center;
  }
}