.btn--1552335162924 {
  font-weight: bold !important; }

.section--no-margin {
  margin: 0; }

.section--no-margin img {
  margin: 0; }

.section--no-bottom-margin {
  margin-bottom: 0;
  padding-bottom: 0; }

.section--no-bottom-margin img {
  margin-bottom: 0;
  padding-bottom: 0; }

.section--no-top-margin {
  margin-top: 0;
  padding-top: 0; }

.section--no-top-margin img {
  margin-top: 0;
  padding-top: 0; }

h1, h3, h5, .h1, .h3, .h5 {
  font-weight: 300; }

h2, h4, h6, .h2, .h4, .h6 {
  text-transform: uppercase;
  font-weight: 600; }

h1, .h1 {
  font-size: 62px;
  line-height: 92px; }

h2, .h2 {
  font-size: 22px;
  letter-spacing: 4.5px;
  line-height: 39px; }

h3, .h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400; }

h4, .h4 {
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 26px; }

h5, .h5 {
  font-size: 16px;
  line-height: 17px; }

h6, .h6 {
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 10px; }

a {
  text-decoration: none solid #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #1D1E1F; }

a:hover {
  color: #353838; }

.btn {
  color: #1d1e1f;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  display: inline-block;
  padding: 16px 22px;
  border-radius: 2px;
  transition: transform 0.2s;
  border: 1px solid; }

.btn__spacing--center .btn-cta {
  margin: .3rem; }

.btn--primary {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }
  .btn--primary:hover {
    color: #fff; }

.btn--secondary {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5); }
  .btn--secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }

.cta--separator {
  position: relative;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.5); }

.cta--separator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2); }

.cta--separator span {
  position: relative;
  background: black;
  padding: 0 7px; }

.strike {
  position: relative;
  color: #444; }

.strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: red;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.proofNotificationWrapper img {
  margin: 0 auto; }

.section--countdown p {
  font-size: .8rem;
  font-weight: 700;
  margin: .5rem; }

.section--countdown a.btn {
  margin: 0;
  font-size: .8rem;
  line-height: 1;
  padding: .8rem;
  margin: 0 5px; }

.section--countdown .countdown__amount {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1; }
