.blockContainer.white .newsletterBlock .mediumBigTitle,
.blockContainer.light_grey .newsletterBlock .mediumBigTitle,
.blockContainer.hex_light .newsletterBlock .mediumBigTitle,
.blockContainer.grey .newsletterBlock .mediumBigTitle {
  color: #ffffff;
}
.newsletterBlock .contentWrapper .newsletter {
  position: relative;
  padding: 50px 40px;
  /*margin-bottom:@paddingBig;*/
}
.newsletterBlock .contentWrapper .newsletter .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.newsletterBlock .contentWrapper .newsletter .background:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0f1b2a;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0f1b2a), color-stop(1, #0E5480));
  background: -ms-linear-gradient(left, #0f1b2a, #0E5480);
  background: -moz-linear-gradient(left, #0f1b2a 0%, #0E5480 100%);
  background: -o-linear-gradient(#0E5480, #0f1b2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E5480', endColorstr='#0f1b2a', GradientType=0);
  opacity: 0.9;
}
.newsletterBlock .contentWrapper .newsletter .innerContent {
  position: relative;
  color: #ffffff;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col:last-child {
  padding-left: 50px;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 12px;
  line-height: 70px;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #1ca6fe;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Open sans', sans serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input::placeholder {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input.mce_inline_error {
  border-color: #f90000;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
  display: none !important;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup #mce-success-response {
  background: #1ca6fe;
  margin-top: 0;
  padding: 20px;
  font-weight: 700;
  font-size: 12px;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup .buttons {
  margin-top: 30px;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup .buttons .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 200px);
  padding-right: 70px;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup .buttons .info p {
  font-weight: 600;
}
.newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup .buttons #mc-embedded-subscribe {
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px !important;
  width: 200px;
}
@media all and (max-width: 1200px) {
  .newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup .buttons .info {
    padding-right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .newsletterBlock .contentWrapper .newsletter .innerContent .cols .col {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .newsletterBlock .contentWrapper .newsletter .innerContent .cols .col:first-child {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .newsletterBlock .contentWrapper .newsletter .innerContent .cols .col:first-child {
    margin-bottom: 20px;
  }
  .newsletterBlock .contentWrapper .newsletter .innerContent .cols .col .mediumBigTitle {
    font-size: 28px;
    line-height: 28px;
  }
  .newsletterBlock .contentWrapper .newsletter .innerContent .cols .col #mc_embed_signup .buttons .info {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=newsletter_block.css.map */