* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #291e26;
}

a {
  color: #000;
}
a:hover {
  color: #ed1c24;
  text-decoration: none;
}

img {
  max-width: 100%;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #header {
    position: static;
  }
}
#header .container {
  max-width: 100%;
}
#header .container .site-logo {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  #header .container .site-logo {
    margin: 0 auto;
  }
}

#content {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #content {
    padding: 30px 0;
  }
}

.frm-subscription {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frm-subscription .frm-subscription__control {
  width: 50%;
  width: calc(50% - 30px);
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .frm-subscription .frm-subscription__control {
    width: 100%;
  }
}
.frm-subscription .frm-subscription__control__label {
  color: #404040;
  font-weight: 500;
}
.frm-subscription .frm-subscription__control__label.field--required:after {
  content: "*";
  color: #790000;
  margin-left: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-weight: 700;
}
.frm-subscription .frm-subscription__control__field {
  margin: 8px 0;
}
.frm-subscription .frm-subscription__control__field > input {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
}
.frm-subscription button.btn-submit {
  font-size: 16px;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 10px 15px;
  cursor: pointer;
  transition: all ease 0.8s;
}
.frm-subscription button.btn-submit:hover {
  opacity: 0.7;
}

.frm-subscription__list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.frm-subscription__list li {
  margin-bottom: 8px;
}
.frm-subscription__list li > input[type=checkbox] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.frm-subscription__list li > input[type=checkbox]:checked ~ label {
  font-weight: 400;
  margin: 0;
}
.frm-subscription__list li > label {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0;
  width: auto;
  max-width: 85%;
  white-space: normal;
  font-size: 14px;
  font-weight: 300;
}

.frm-subscription__submit {
  padding: 16px 0 10px;
  margin: 16px 0 0;
}

.subscription .subscription__head {
  text-align: center;
}
.subscription .subscription__head h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (max-width: 1199px) {
  .subscription .subscription__head h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .subscription .subscription__head h2 {
    font-size: 25px;
  }
}
.subscription .subscription__head p {
  font-size: 16px;
  margin: 0 0 15px;
}

/*# sourceMappingURL=core.min.css.map */
