.c-newsletter-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
}
.c-newsletter-popup__close-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: inherit;
}
.c-newsletter-popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  z-index: 2;
  margin: 50px 0;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.c-newsletter-popup__box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  .c-newsletter-popup__box {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 90%;
    height: auto;
    margin: 40px 0;
  }
}
.c-newsletter-popup__top {
  padding: 35px;
  border-radius: 6px;
  text-align: center;
  color: #ff6600;
}
.c-newsletter-popup__title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
}
.c-newsletter-popup__form-container {
  background-color: #f4f5ff;
  padding: 35px;
  color: #ff6600;
  position: relative;
  text-align: center;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .c-newsletter-popup__form-container {
    padding: 28px 0;
  }
}
.c-newsletter-popup__form-title {
  font-size: 1.5em;
  font-weight: 300;
  line-height: normal;
}
.c-newsletter-popup__form-subtitle {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  line-height: 1.67;
  font-weight: normal;
  color: #4a4a4a;
}
.c-newsletter-popup__form-subtitle:after {
  content: "";
  background-color: #ffdeb3;
  width: 30px;
  height: 1px;
  display: block;
  margin: 10px auto;
}
.c-newsletter-popup__last-word {
  font-weight: bold;
  display: block;
}
.c-newsletter-popup__text {
  font-size: 1.375em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.36;
}
.c-newsletter-popup__text:before {
  content: "";
  width: 38px;
  height: 30px;
  background-image: url("../../../img/icons/quote-dark-blue.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: 70px;
  top: 25px;
}
.c-newsletter-popup__close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 26px;
  height: 26px;
  color: #fff;
  background: url("../../../img/icons/close-icon-turquoise.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1199.98px) {
  .c-newsletter-popup__close {
    top: 24px;
    right: 16px;
    width: 12.8px;
    height: 12.8px;
  }
}
.c-newsletter-popup label {
  color: #ff6600 !important;
  display: block !important;
  font-size: 0.875em !important;
  line-height: 1.14 !important;
  margin: 0 0 10px 0 !important;
  text-align: left !important;
}
.c-newsletter-popup label.hs-main-font-element {
  color: #ad000c !important;
  margin: 10px 0 !important;
  font-size: 0.75em !important;
}
.c-newsletter-popup label .gfield_required {
  margin-left: 5px;
}
.c-newsletter-popup__consent {
  display: flex;
  align-items: center;
}
.c-newsletter-popup__consent label {
  padding-left: 15px;
  margin: 0;
  line-height: 20px;
  color: #696969;
}
.c-newsletter-popup__consent label a {
  color: #343434;
  font-weight: bold;
}
.c-newsletter-popup input[type=text], .c-newsletter-popup input[type=email], .c-newsletter-popup input[type=tel], .c-newsletter-popup textarea, .c-newsletter-popup select {
  width: 100%;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid rgba(0, 7, 87, 0.5);
  height: 40px;
  outline: none;
  color: #979797;
  background-color: transparent;
}
.c-newsletter-popup input[type=text]::-moz-placeholder, .c-newsletter-popup input[type=email]::-moz-placeholder, .c-newsletter-popup input[type=tel]::-moz-placeholder, .c-newsletter-popup textarea::-moz-placeholder, .c-newsletter-popup select::-moz-placeholder {
  color: #979797;
  font-weight: normal;
}
.c-newsletter-popup input[type=text]::-webkit-input-placeholder, .c-newsletter-popup input[type=email]::-webkit-input-placeholder, .c-newsletter-popup input[type=tel]::-webkit-input-placeholder, .c-newsletter-popup textarea::-webkit-input-placeholder, .c-newsletter-popup select::-webkit-input-placeholder {
  color: #979797;
  font-weight: normal;
}
.c-newsletter-popup input[type=text]:-ms-input-placeholder, .c-newsletter-popup input[type=email]:-ms-input-placeholder, .c-newsletter-popup input[type=tel]:-ms-input-placeholder, .c-newsletter-popup textarea:-ms-input-placeholder, .c-newsletter-popup select:-ms-input-placeholder {
  color: #979797;
  font-weight: normal;
}
.c-newsletter-popup input[type=text]::placeholder, .c-newsletter-popup input[type=email]::placeholder, .c-newsletter-popup input[type=tel]::placeholder, .c-newsletter-popup textarea::placeholder, .c-newsletter-popup select::placeholder {
  color: #979797;
  font-weight: normal;
}
.c-newsletter-popup textarea {
  min-height: 90px;
  width: 100%;
  padding: 8px 15px;
}
.c-newsletter-popup__submit {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.c-newsletter-popup input[type=submit] {
  width: fit-content !important;
  color: #ff6600 !important;
  background-color: #ffdeb3 !important;
  border: none !important;
  outline: none !important;
  margin: 30px auto !important;
  height: 50px !important;
  padding: 10px 100px 10px 50px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  font-size: 1.125em !important;
  font-weight: bold !important;
  line-height: 1.11 !important;
  text-align: center !important;
  background-image: url("../../../img/icons/send-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 30px 25px !important;
  background-position: center right 25px !important;
  display: block !important;
}
@media (max-width: 1199.98px) {
  .c-newsletter-popup input[type=submit] {
    width: 100% !important;
    font-size: 0.9em !important;
    padding: 10px 80px 10px 40px !important;
  }
}
@media (max-width: 575.98px) {
  .c-newsletter-popup input[type=submit] {
    font-size: 14px !important;
    padding: 10px 30px;
  }
}
.c-newsletter-popup input[type=checkbox] {
  position: relative;
  display: inline-block;
}
.c-newsletter-popup input[type=checkbox]:after {
  content: " ";
  background: white;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 3px;
}
.c-newsletter-popup input[type=checkbox]:checked:before {
  content: "";
  width: 6px;
  height: 14px;
  border-bottom: 3px solid #ff6600;
  border-right: 3px solid #ff6600;
  position: absolute;
  top: -1px;
  left: 7px;
  transform: rotate(45deg);
  z-index: 1;
}
.c-newsletter-popup__check {
  justify-content: center;
}
.c-newsletter-popup__check label {
  font-size: 0.75em;
  color: #434343;
}
.c-newsletter-popup__check label a {
  color: #ff6600;
  font-weight: bold;
}
.c-newsletter-popup__form {
  padding: 0 20px;
}
.c-newsletter-popup .hs-firstname, .c-newsletter-popup .hs-email, .c-newsletter-popup .hs-company {
  margin-top: 30px !important;
  width: calc(50% - 15px) !important;
  display: inline-block !important;
  margin-right: 30px !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .c-newsletter-popup .hs-firstname, .c-newsletter-popup .hs-email, .c-newsletter-popup .hs-company {
    width: 100% !important;
    margin-top: 20px;
  }
}
.c-newsletter-popup .hs-lastname, .c-newsletter-popup .hs-jobtitle, .c-newsletter-popup .hs-country {
  margin-top: 30px !important;
  width: calc(50% - 15px) !important;
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .c-newsletter-popup .hs-lastname, .c-newsletter-popup .hs-jobtitle, .c-newsletter-popup .hs-country {
    width: 100% !important;
    margin-top: 20px;
  }
}
.c-newsletter-popup .hs-message, .c-newsletter-popup .legal-consent-container {
  margin-top: 30px !important;
  width: 100% !important;
  text-align: left !important;
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .c-newsletter-popup .hs-message, .c-newsletter-popup .legal-consent-container {
    margin-top: 20px;
  }
}
.c-newsletter-popup .legal-consent-container {
  color: #434343;
  font-size: 0.75em;
  margin: 30px 0;
}
.c-newsletter-popup .legal-consent-container a {
  color: #ff6600;
}
.c-newsletter-popup .hs-form-field input {
  width: 100% !important;
  font-size: 0.875em !important;
  font-weight: normal !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(0, 7, 87, 0.5) !important;
  height: 40px !important;
  outline: none !important;
  color: #979797 !important;
}
.c-newsletter-popup .hs-form-field input::-moz-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-newsletter-popup .hs-form-field input::-webkit-input-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-newsletter-popup .hs-form-field input:-ms-input-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-newsletter-popup .hs-form-field input::placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-newsletter-popup .hs-form-field label {
  font-family: "Roboto", sans-serif;
  color: #ff6600 !important;
  display: block !important;
  font-size: 0.875em !important;
  line-height: 1.14 !important;
  margin: 0 0 10px 0 !important;
}
.c-newsletter-popup .hs-form-field label .gfield_required {
  margin-left: 5px !important;
}
.c-newsletter-popup .hs-form-field label.hs-error-msg, .c-newsletter-popup .hs-form-field label.hs-main-font-element {
  color: #ad000c !important;
  margin: 10px 0 !important;
  font-size: 0.75em !important;
  position: absolute !important;
  bottom: -30px !important;
}
.c-newsletter-popup .hs-fieldtype-checkbox {
  color: #4a4a4a !important;
  text-align: center !important;
  position: relative !important;
  margin: 40px 0 !important;
}
.c-newsletter-popup .hs-fieldtype-checkbox input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.c-newsletter-popup .hs-fieldtype-checkbox input[type=checkbox]:checked:after {
  content: "" !important;
  width: 6px !important;
  height: 14px !important;
  border-bottom: 2px solid #ff6600 !important;
  border-right: 2px solid #ff6600 !important;
  position: absolute !important;
  top: -2px !important;
  left: -20px !important;
  transform: rotate(45deg) !important;
}
.c-newsletter-popup .hs-fieldtype-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: -2px;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #9b9b9b;
  z-index: 1;
}
.c-newsletter-popup .hs-fieldtype-checkbox label {
  position: relative !important;
  padding-left: 30px !important;
  text-transform: none !important;
}
.c-newsletter-popup .hs-fieldtype-checkbox .hs-input > span:before {
  content: "" !important;
  position: absolute !important;
  top: 1px !important;
  margin-left: -30px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  border: solid 2px #ff6600 !important;
  z-index: 1 !important;
}
.c-newsletter-popup .hbspt-form {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .c-newsletter-popup .hbspt-form {
    width: 100%;
  }
}
