/* Bulma Utilities */ /* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.m-t-0 {
  margin-top: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-x-0 {
  margin: 0px;
}

.m-x-5 {
  margin: 5px;
}

.m-x-10 {
  margin: 10px;
}

.m-x-15 {
  margin: 15px;
}

.m-x-20 {
  margin: 20px;
}

.m-x-25 {
  margin: 25px;
}

.m-x-30 {
  margin: 30px;
}

.m-x-35 {
  margin: 35px;
}

.m-x-40 {
  margin: 40px;
}

.m-x-45 {
  margin: 45px;
}

.m-x-50 {
  margin: 50px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-x-0 {
  padding: 0px;
}

.p-x-5 {
  padding: 5px;
}

.p-x-10 {
  padding: 10px;
}

.p-x-15 {
  padding: 15px;
}

.p-x-20 {
  padding: 20px;
}

.p-x-25 {
  padding: 25px;
}

.p-x-30 {
  padding: 30px;
}

.p-x-35 {
  padding: 35px;
}

.p-x-40 {
  padding: 40px;
}

.p-x-45 {
  padding: 45px;
}

.p-x-50 {
  padding: 50px;
}

/**
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
 */
/**
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private

@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.

@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
 */
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SF-Pro-Display-Light.eot);
  src: url(../fonts/SF-Pro-Display-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/SF-Pro-Display-Light.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Light.woff) format("woff"), url(../fonts/SF-Pro-Display-Light.ttf) format("truetype"), url(../fonts/SF-Pro-Display-Light.otf) format("opentype"), url(../fonts/SF-Pro-Display-Light.svg#SFProDisplay-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SF-Pro-Display-Regular.eot);
  src: url(../fonts/SF-Pro-Display-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/SF-Pro-Display-Regular.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Regular.woff) format("woff"), url(../fonts/SF-Pro-Display-Regular.ttf) format("truetype"), url(../fonts/SF-Pro-Display-Regular.otf) format("opentype"), url(../fonts/SF-Pro-Display-Regular.svg#SFProDisplay-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SF-Pro-Display-Medium.eot);
  src: url(../fonts/SF-Pro-Display-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/SF-Pro-Display-Medium.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Medium.woff) format("woff"), url(../fonts/SF-Pro-Display-Medium.ttf) format("truetype"), url(../fonts/SF-Pro-Display-Medium.otf) format("opentype"), url(../fonts/SF-Pro-Display-Medium.svg#SFProDisplay-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SF-Pro-Display-Semibold.eot);
  src: url(../fonts/SF-Pro-Display-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/SF-Pro-Display-Semibold.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Semibold.woff) format("woff"), url(../fonts/SF-Pro-Display-Semibold.ttf) format("truetype"), url(../fonts/SF-Pro-Display-Semibold.otf) format("opentype"), url(../fonts/SF-Pro-Display-Semibold.svg#SFProDisplay-Semibold) format("svg");
  font-weight: 700;
  font-style: normal;
}
.site-header {
  position: relative;
  z-index: 1;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "SF Pro Display", sans-serif;
  color: #5c6b80;
  background-image: url(../images/blue_background.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body {
    background-size: initial;
  }
}
body.home .sc-page-single-view {
  padding-top: 0;
}
body.home .homeH1 {
  padding: 83px 7% 54px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #0098d2;
  font-weight: 700;
  text-align: center;
}

:focus {
  outline: none;
}

#snippet-box {
  display: none !important;
}

.wp-block-wpsp-faq .wpsp-faq__wrap {
  display: none;
}

.wp-block-wpsp-how-to .wpsp-how-to-main-wrap {
  display: none;
}

h1 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: 0;
}

h2, .sc-blog-card__title h2 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.75rem;
  letter-spacing: 0;
}

h3 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0;
}

p {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
}

p.is-style-brand-intro {
  max-width: 800px;
  margin: 0 auto;
  color: #0098d2;
  font-size: 18px;
  padding: 40px 0;
  line-height: unset;
}

hr.is-style-brand-intro {
  background: #CBC4C0;
  max-width: 800px;
  margin: 20px auto;
  height: 1px;
}

ol, ul {
  margin-left: 20px;
}

li {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  list-style-type: disc;
  padding-left: 0.625rem;
}

a, a:link, a:visited {
  color: #e8074b;
  text-decoration: none;
}
a:focus, a:active, a:hover {
  color: #ce0d52;
}

input[type=text],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=text]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=password],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=password]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=datetime],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=datetime]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=datetime-local],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=datetime-local]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=date],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=date]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=month],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=month]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=time],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=time]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=week],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=week]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=number],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=number]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=email],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=email]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=url],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=url]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=search],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=search]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=tel],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=tel]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

input[type=color],
textarea {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
}
input[type=color]:focus,
textarea:focus {
  background-color: #f7f8fa;
  outline: none;
}

textarea {
  min-height: 120px;
}

select {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  color: #5c6b80;
  border: 0;
  background-color: #eaedf2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0;
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  outline: none;
}

[aria-hidden=true] {
  display: none;
}

[aria-hidden=false] {
  display: flex;
}

.sc-grid {
  padding-bottom: 100px;
  min-height: 100vh;
}
@media screen and (max-width: 1128px) {
  .sc-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sc-grid-container, .sc-grid--contain, .sc-grid .alignfull > div {
  max-width: 576px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sc-grid-container, .sc-grid--contain, .sc-grid .alignfull > div {
    max-width: 1128px;
  }
}
.sc-grid--hidden {
  display: none;
}
.sc-grid-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sc-grid .sc-grid-col-offset-0 {
  margin-left: 0;
}
.sc-grid .sc-grid-col-1 {
  flex-basis: 8.3333333333%;
}
.sc-grid .sc-grid-col-offset-1 {
  margin-left: 8.3333333333%;
}
.sc-grid .sc-grid-col-2 {
  flex-basis: 16.6666666667%;
}
.sc-grid .sc-grid-col-offset-2 {
  margin-left: 16.6666666667%;
}
.sc-grid .sc-grid-col-3 {
  flex-basis: 25%;
}
.sc-grid .sc-grid-col-offset-3 {
  margin-left: 25%;
}
.sc-grid .sc-grid-col-4 {
  flex-basis: 33.3333333333%;
}
.sc-grid .sc-grid-col-offset-4 {
  margin-left: 33.3333333333%;
}
.sc-grid .sc-grid-col-5 {
  flex-basis: 41.6666666667%;
}
.sc-grid .sc-grid-col-offset-5 {
  margin-left: 41.6666666667%;
}
.sc-grid .sc-grid-col-6 {
  flex-basis: 50%;
}
.sc-grid .sc-grid-col-offset-6 {
  margin-left: 50%;
}
.sc-grid .sc-grid-col-7 {
  flex-basis: 58.3333333333%;
}
.sc-grid .sc-grid-col-offset-7 {
  margin-left: 58.3333333333%;
}
.sc-grid .sc-grid-col-8 {
  flex-basis: 66.6666666667%;
}
.sc-grid .sc-grid-col-offset-8 {
  margin-left: 66.6666666667%;
}
.sc-grid .sc-grid-col-9 {
  flex-basis: 75%;
}
.sc-grid .sc-grid-col-offset-9 {
  margin-left: 75%;
}
.sc-grid .sc-grid-col-10 {
  flex-basis: 83.3333333333%;
}
.sc-grid .sc-grid-col-offset-10 {
  margin-left: 83.3333333333%;
}
.sc-grid .sc-grid-col-11 {
  flex-basis: 91.6666666667%;
}
.sc-grid .sc-grid-col-offset-11 {
  margin-left: 91.6666666667%;
}
.sc-grid .sc-grid-col-12 {
  flex-basis: 100%;
}
.sc-grid .sc-grid-col-offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 576px) {
  .sc-grid .sc-grid-col__sm-offset-0 {
    margin-left: 0;
  }
  .sc-grid .sc-grid-col__sm-1 {
    flex-basis: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-2 {
    flex-basis: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-3 {
    flex-basis: 25%;
  }
  .sc-grid .sc-grid-col__sm-offset-3 {
    margin-left: 25%;
  }
  .sc-grid .sc-grid-col__sm-4 {
    flex-basis: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-5 {
    flex-basis: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-6 {
    flex-basis: 50%;
  }
  .sc-grid .sc-grid-col__sm-offset-6 {
    margin-left: 50%;
  }
  .sc-grid .sc-grid-col__sm-7 {
    flex-basis: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-8 {
    flex-basis: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-9 {
    flex-basis: 75%;
  }
  .sc-grid .sc-grid-col__sm-offset-9 {
    margin-left: 75%;
  }
  .sc-grid .sc-grid-col__sm-10 {
    flex-basis: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__sm-11 {
    flex-basis: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__sm-12 {
    flex-basis: 100%;
  }
  .sc-grid .sc-grid-col__sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sc-grid .sc-grid-col__md-offset-0 {
    margin-left: 0;
  }
  .sc-grid .sc-grid-col__md-1 {
    flex-basis: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__md-2 {
    flex-basis: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__md-3 {
    flex-basis: 25%;
  }
  .sc-grid .sc-grid-col__md-offset-3 {
    margin-left: 25%;
  }
  .sc-grid .sc-grid-col__md-4 {
    flex-basis: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__md-5 {
    flex-basis: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__md-6 {
    flex-basis: 50%;
  }
  .sc-grid .sc-grid-col__md-offset-6 {
    margin-left: 50%;
  }
  .sc-grid .sc-grid-col__md-7 {
    flex-basis: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__md-8 {
    flex-basis: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__md-9 {
    flex-basis: 75%;
  }
  .sc-grid .sc-grid-col__md-offset-9 {
    margin-left: 75%;
  }
  .sc-grid .sc-grid-col__md-10 {
    flex-basis: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__md-11 {
    flex-basis: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__md-12 {
    flex-basis: 100%;
  }
  .sc-grid .sc-grid-col__md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 950px) {
  .sc-grid .sc-grid-col__lg-offset-0 {
    margin-left: 0;
  }
  .sc-grid .sc-grid-col__lg-1 {
    flex-basis: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-2 {
    flex-basis: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-3 {
    flex-basis: 25%;
  }
  .sc-grid .sc-grid-col__lg-offset-3 {
    margin-left: 25%;
  }
  .sc-grid .sc-grid-col__lg-4 {
    flex-basis: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-5 {
    flex-basis: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-6 {
    flex-basis: 50%;
  }
  .sc-grid .sc-grid-col__lg-offset-6 {
    margin-left: 50%;
  }
  .sc-grid .sc-grid-col__lg-7 {
    flex-basis: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-8 {
    flex-basis: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-9 {
    flex-basis: 75%;
  }
  .sc-grid .sc-grid-col__lg-offset-9 {
    margin-left: 75%;
  }
  .sc-grid .sc-grid-col__lg-10 {
    flex-basis: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__lg-11 {
    flex-basis: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__lg-12 {
    flex-basis: 100%;
  }
  .sc-grid .sc-grid-col__lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1128px) {
  .sc-grid .sc-grid-col__xl-offset-0 {
    margin-left: 0;
  }
  .sc-grid .sc-grid-col__xl-1 {
    flex-basis: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-2 {
    flex-basis: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-3 {
    flex-basis: 25%;
  }
  .sc-grid .sc-grid-col__xl-offset-3 {
    margin-left: 25%;
  }
  .sc-grid .sc-grid-col__xl-4 {
    flex-basis: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-5 {
    flex-basis: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-6 {
    flex-basis: 50%;
  }
  .sc-grid .sc-grid-col__xl-offset-6 {
    margin-left: 50%;
  }
  .sc-grid .sc-grid-col__xl-7 {
    flex-basis: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-8 {
    flex-basis: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-9 {
    flex-basis: 75%;
  }
  .sc-grid .sc-grid-col__xl-offset-9 {
    margin-left: 75%;
  }
  .sc-grid .sc-grid-col__xl-10 {
    flex-basis: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sc-grid .sc-grid-col__xl-11 {
    flex-basis: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sc-grid .sc-grid-col__xl-12 {
    flex-basis: 100%;
  }
  .sc-grid .sc-grid-col__xl-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 769px) {
  .sc-grid-col {
    margin-bottom: 20px;
  }
}
.sc-grid-col:first-child {
  padding-left: 0;
}
.sc-grid-col:last-child {
  padding-right: 0;
}
.sc-grid-col--push-right {
  margin-left: auto;
}
@media screen and (max-width: -1px) {
  .sc-grid .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 1px) {
  .sc-grid .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .sc-grid .hidden__sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 577px) {
  .sc-grid .hidden__sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sc-grid .hidden__md-down {
    display: none !important;
  }
}
@media screen and (min-width: 770px) {
  .sc-grid .hidden__md-up {
    display: none !important;
  }
}
@media screen and (max-width: 949px) {
  .sc-grid .hidden__lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .sc-grid .hidden__lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1127px) {
  .sc-grid .hidden__xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1129px) {
  .sc-grid .hidden__xl-up {
    display: none !important;
  }
}
.sc-grid--fluid {
  margin: 0;
  max-width: 100%;
}
.sc-grid--full-width {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000%;
  width: auto;
}
@media screen and (max-width: 769px) {
  .sc-grid--full-width {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
  }
}
.sc-grid .columns {
  margin: unset;
}

.sc-cake-single-view__related-posts, .sc-cake-term-collection__results, .sc-cake-tax-collection__results, .sc-press-collection__results, .sc-cake-single-view__related-posts {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (max-width: 576px) {
  .sc-cake-single-view__related-posts, .sc-cake-term-collection__results, .sc-cake-tax-collection__results, .sc-press-collection__results, .sc-cake-single-view__related-posts {
    grid-template-columns: auto;
  }
}
.sc-blog-related-posts__posts {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.sc-page-single-view {
  padding-top: 1.25rem;
}
.sc-page-single-view .red {
  color: #d92a21;
}
.sc-page-single-view .sc-grid-row > div {
  max-width: 100%;
}

.site-content {
  padding-bottom: 400px !important;
}
.site-content .sc-grid-container {
  padding-top: 2.1875rem;
}

.btn, .sc-grid-search .searchandfilter .sf-field-submit input[type=submit], .site-content form input[type=submit],
.site-content form .crunch_clubbing_submit,
a.btn,
.site-content form a.crunch_clubbing_submit {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  transition: 0.5s ease;
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
.btn:focus, .sc-grid-search .searchandfilter .sf-field-submit input[type=submit]:focus, .site-content form input[type=submit]:focus,
.site-content form .crunch_clubbing_submit:focus,
a.btn:focus {
  outline: none;
}
.btn--blue, .sc-grid-search .searchandfilter .sf-field-submit input[type=submit],
a.btn--blue {
  background-color: #0098d2;
  border: 1px solid #0098d2;
  color: #fff;
}
.btn--blue:hover, .sc-grid-search .searchandfilter .sf-field-submit input[type=submit]:hover,
a.btn--blue:hover {
  background-color: #fff;
  color: #0098d2;
}
.btn--blue-outline,
a.btn--blue-outline {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0098d2;
}
.btn--blue-outline:hover,
a.btn--blue-outline:hover {
  background-color: transparent;
  color: #0098d2;
}
.btn--dark-pink, .site-content form input[type=submit],
.site-content form .crunch_clubbing_submit,
a.btn--dark-pink,
.site-content form a.crunch_clubbing_submit {
  background-color: #ce0d52;
  border: 1px solid #ce0d52;
  color: #fff;
}
.btn--dark-pink:hover, .site-content form input[type=submit]:hover,
.site-content form .crunch_clubbing_submit:hover,
a.btn--dark-pink:hover {
  background-color: #fff;
  color: #ce0d52;
}
.btn--white,
a.btn--white {
  background-color: #fff;
  color: #0098d2;
}
.btn--white:hover,
a.btn--white:hover {
  background-color: #0098d2;
  color: #fff;
}
.btn--gray-outline,
a.btn--gray-outline {
  background-color: transparent;
  border: 2px solid #afaeae;
  color: #afaeae;
  border-radius: 0;
}
.btn--gray-outline:hover,
a.btn--gray-outline:hover {
  background-color: transparent;
  border-color: #e8074b;
  color: #e8074b;
}
.btn--callout,
a.btn--callout {
  background-image: url(../images/cta-button.png);
  background-repeat: no-repeat;
  color: white;
  max-width: 10.625rem;
  width: 100%;
  height: 2.3125rem;
  font-size: 0.875rem;
  border-radius: 0;
  text-align: left;
}

.menu-top-brands-menu-container {
  background-color: #bde8f5;
  padding: 0.625rem 0 0.5rem 0;
  border-bottom: 0.5rem solid #fff;
}
.menu-top-brands-menu-container .menu {
  display: flex;
  max-width: 769px;
  margin: auto;
  padding: 0;
  flex-direction: row;
  gap: 2.625rem;
  align-items: center;
  justify-content: center;
}
.menu-top-brands-menu-container .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-top-brands-menu-container .menu img {
  max-width: 111px;
}
@media screen and (max-width: 769px) {
  .menu-top-brands-menu-container {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  #wprmenu_bar {
    z-index: 9;
  }
  #wprmenu_bar .hamburger-inner, #wprmenu_bar .hamburger-inner::after, #wprmenu_bar .hamburger-inner::before {
    background-color: #fff;
  }
  #wprmenu_menu_ul ul.sub-menu li {
    list-style: none;
  }
  .mobile-product-locator,
  .mobile-search {
    position: fixed;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/sprite.png);
    right: 0;
    top: 4px;
    z-index: 10;
  }
  .mobile-product-locator {
    background-position: 0 -780px;
    right: 80px;
  }
  .mobile-search {
    background-position: 0 -740px;
    right: 40px;
  }
}
.menu-main-menu-container {
  background: #0098d2;
  border-bottom: 0.5rem solid #e8074b;
}
.menu-main-menu-container .menu {
  display: flex;
  max-width: 1128px;
  margin: auto;
  padding: 0;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  z-index: 700;
}
.menu-main-menu-container .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.menu-main-menu-container .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.menu-main-menu-container .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  background-color: #0098d2;
  top: 77px;
  left: 0;
  margin-left: 0;
  width: 200%;
}
.menu-main-menu-container .menu-item.menu-item-has-children:hover .sub-menu a {
  background: unset !important;
}
.menu-main-menu-container .menu-item a, .menu-main-menu-container .menu-item a:link, .menu-main-menu-container .menu-item a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.75rem 0 1.25rem;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0;
}
.menu-main-menu-container .menu-item a img, .menu-main-menu-container .menu-item a:link img, .menu-main-menu-container .menu-item a:visited img {
  margin-left: 0.375rem;
}
.menu-main-menu-container .menu-item a:hover, .menu-main-menu-container .menu-item a:focus, .menu-main-menu-container .menu-item a:active {
  background: transparent url(../images/party_hat.png) center 0.5rem no-repeat;
  background-size: 1.25rem;
  color: #ffde00;
}
@media screen and (max-width: 769px) {
  .menu-main-menu-container .menu-item {
    display: none;
  }
}
.menu-main-menu-container .menu-item-home {
  z-index: 700;
}
.menu-main-menu-container .menu-item-home a, .menu-main-menu-container .menu-item-home a:link, .menu-main-menu-container .menu-item-home a:visited, .menu-main-menu-container .menu-item-home a:hover, .menu-main-menu-container .menu-item-home a:focus, .menu-main-menu-container .menu-item-home a:active {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
  height: 8.1875rem;
  width: 8.1875rem;
  padding: 0;
  margin: -0.625rem auto -2.8125rem auto;
  background: transparent url(../images/ilicc_logo.png) center center no-repeat;
  background-size: auto 8.1875rem;
}
@media screen and (max-width: 769px) {
  .menu-main-menu-container .menu-item-home {
    display: flex;
    justify-content: center;
  }
  .menu-main-menu-container .menu-item-home a, .menu-main-menu-container .menu-item-home a:link, .menu-main-menu-container .menu-item-home a:visited, .menu-main-menu-container .menu-item-home a:hover, .menu-main-menu-container .menu-item-home a:focus, .menu-main-menu-container .menu-item-home a:active {
    margin-top: 0;
  }
}
.menu-main-menu-container .current-menu-item:not(.menu-item-home) a, .menu-main-menu-container .current-menu-item:not(.menu-item-home) a:link, .menu-main-menu-container .current-menu-item:not(.menu-item-home) a:visited, .menu-main-menu-container .current-menu-item:not(.menu-item-home) a:hover, .menu-main-menu-container .current-menu-item:not(.menu-item-home) a:focus, .menu-main-menu-container .current-menu-item:not(.menu-item-home) a:active {
  background: transparent url(../images/party_hat.png) center 0.5rem no-repeat;
  background-size: 1.25rem;
}

.footer {
  position: absolute;
  padding: 0.625rem 0 1.25rem 0;
  background: #0098d2;
  width: 100%;
  bottom: 0;
}
.footer .menu {
  display: flex;
  margin: auto;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .menu-item {
  list-style: none;
  margin: 0;
  padding: 0 1.875rem;
  position: relative;
}
.footer .menu-item::after {
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  content: "|";
  color: #fff;
}
.footer .menu-item:last-child {
  padding: 0 1rem;
}
.footer .menu-item:last-child::after {
  display: none;
}
.footer .menu a, .footer .menu a:link, .footer .menu a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.34375rem 0;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.footer .menu a img, .footer .menu a:link img, .footer .menu a:visited img {
  margin-left: 0.375rem;
}
.footer .menu a:hover, .footer .menu a:focus, .footer .menu a:active {
  color: #ffde00;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}
.footer-social a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: 0.5s ease;
}
.footer-social a:hover {
  opacity: 0.8;
}
.footer-social .facebook-share {
  background-image: url(../images/FB-white.svg);
}
.footer-social .twitter-share {
  background-image: url(../images/TW-white.svg);
  margin: 0 20px;
}
.footer-social .instagram-share {
  background-image: url(../images/IG-white.svg);
  margin: 0 20px;
}
.footer-social .pinterest-share {
  background-image: url(../images/PT-white.svg);
}

.top-bar {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background: transparent url(../images/footer-top.png) 0 0 repeat-x;
}

#inner-footer {
  max-width: 950px;
  margin: auto;
}

.sc-search-filter {
  max-width: 1128px;
  margin: auto;
  padding: 1.5rem;
  background: #0098d2;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  margin-top: 20px;
  opacity: 0;
  top: 80px;
  transition: all 0.1s ease-in;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .sc-search-filter {
    bottom: auto;
    top: 0;
  }
}
.sc-search-filter.--search-closed {
  top: 110px;
  opacity: 0;
}
.sc-search-filter.--search-open {
  top: 88%;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .sc-search-filter.--search-open {
    top: 79%;
  }
}
.sc-search-filter ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.sc-search-filter ul li {
  padding: 0;
}
.sc-search-filter .sf-field-search {
  flex-basis: 100%;
}
.sc-search-filter .sf-field-search label {
  display: block;
}
.sc-search-filter .sf-field-search .sf-input-text {
  display: block;
  border-radius: 3px;
  background-color: #eaedf2;
  color: #5c6b80;
  padding: 0 0.875rem;
  border: none;
  width: calc(100% - 28px);
  outline: none;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0;
}
.sc-search-filter .sf-field-submit input {
  color: #0098d2;
  background: #fff;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0;
  width: 8.75rem;
}

.footer-legal {
  text-align: center;
}
.footer-legal .source-org {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  margin-top: 0;
}

.sc-cake-card {
  background-color: #fff;
  padding: 0.8125rem 0.8125rem 2rem;
}
.sc-cake-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sc-cake-card__title {
  color: #0098d2;
  margin-bottom: 0.625rem;
}
.sc-cake-card__title p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.sc-cake-card__serving-size {
  color: #614444;
}
.sc-cake-card__serving-size p {
  margin: 0;
  font-weight: 700;
}
.sc-cake-card__featured-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
}
.sc-cake-card__featured-image img {
  max-width: 100%;
  height: auto;
}
.sc-cake-card__cta {
  width: 13.125rem;
  margin: 0 auto 0;
  border-radius: 0.625rem;
  margin-top: auto;
}
.sc-cake-card__cta p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.sc-cake-archive,
.sc-cake-tax-archive,
.sc-cake-single-view {
  padding: 5.125rem 0.625rem;
}

.sc-cake-archive,
.sc-cake-term-collection,
.sc-cake-tax-archive,
.sc-cake-single-view {
  margin-bottom: 7.6875rem;
}
.sc-cake-archive__header,
.sc-cake-term-collection__header,
.sc-cake-tax-archive__header,
.sc-cake-single-view__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.25rem;
  padding: 0 2.5rem 0 0;
  margin-bottom: 1.25rem;
}
.sc-cake-archive__term-image,
.sc-cake-term-collection__term-image,
.sc-cake-tax-archive__term-image,
.sc-cake-single-view__term-image {
  margin-top: -2rem;
  width: 22.625rem;
  height: 5rem;
}
.sc-cake-archive__term-image img,
.sc-cake-term-collection__term-image img,
.sc-cake-tax-archive__term-image img,
.sc-cake-single-view__term-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sc-cake-archive__term-slug a,
.sc-cake-term-collection__term-slug a,
.sc-cake-tax-archive__term-slug a,
.sc-cake-single-view__term-slug a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.sc-cake-archive__content-results,
.sc-cake-term-collection__content-results,
.sc-cake-tax-archive__content-results,
.sc-cake-single-view__content-results {
  background-color: #fff;
  padding: 1.25rem 0.875rem;
  margin-bottom: 2.5rem;
}
.sc-cake-archive__content-results:empty,
.sc-cake-term-collection__content-results:empty,
.sc-cake-tax-archive__content-results:empty,
.sc-cake-single-view__content-results:empty {
  display: none;
}
.sc-cake-archive__content-results p:not(:last-child),
.sc-cake-term-collection__content-results p:not(:last-child),
.sc-cake-tax-archive__content-results p:not(:last-child),
.sc-cake-single-view__content-results p:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.sc-cake-archive__inner,
.sc-cake-tax-archive__inner {
  padding-top: 48px;
}

.sc-cake-tax-archive,
.sc-cake-single-view {
  margin-bottom: 0;
}

.sc-carvel-term-collection .sc-cake-term-collection__header,
.sc-carvel-term-collection .sc-cake-tax-archive__header,
.sc-carvel-term-collection .sc-cake-single-view__header {
  background-color: #ee656d;
}

.sc-jon-donaire-term-collection .sc-cake-term-collection__header,
.sc-jon-donaire-term-collection .sc-cake-tax-archive__header,
.sc-jon-donaire-term-collection .sc-cake-single-view__header {
  background-color: #000000;
}

.sc-oreo-term-collection .sc-cake-term-collection__header,
.sc-oreo-term-collection .sc-cake-tax-archive__header,
.sc-oreo-term-collection .sc-cake-single-view__header {
  background-color: #0054a6;
}

.sc-reeses-term-collection .sc-cake-term-collection__header,
.sc-reeses-term-collection .sc-cake-tax-archive__header,
.sc-reeses-term-collection .sc-cake-single-view__header {
  background-color: #f74d11;
}

.sc-blog-card {
  padding: 1.5rem;
  background-color: #fff;
  margin-bottom: 3.4375rem;
}
.sc-blog-card * {
  box-sizing: border-box;
}
.sc-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-blog-card__body {
  padding: 2.625rem 0 2.625rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: auto;
}
.sc-blog-card__title h2 {
  color: #0098d2;
  padding-top: 0;
  margin: 0 0 0.25rem;
}
.sc-blog-card__excerpt {
  flex: 1;
  max-width: 100%;
  width: 460px;
  margin-bottom: 1.625rem;
}
.sc-blog-card__excerpt p {
  margin-top: 0;
}
.sc-blog-card__button .btn, .sc-blog-card__button .sc-grid-search .searchandfilter .sf-field-submit input[type=submit], .sc-grid-search .searchandfilter .sf-field-submit .sc-blog-card__button input[type=submit], .sc-blog-card__button .site-content form input[type=submit], .site-content form .sc-blog-card__button input[type=submit],
.sc-blog-card__button .site-content form .crunch_clubbing_submit,
.site-content form .sc-blog-card__button .crunch_clubbing_submit {
  min-width: 14.625rem;
}

.sc-press-archive__content {
  margin: 4.125rem 0;
}
.sc-press-archive__content .wp-block-cover__inner-container {
  max-width: 576px;
  text-align: center;
}
.sc-press-archive__content .wp-block-cover__inner-container h1 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: 0;
  margin: 0 0 0.875rem 0;
}

.sc-press-card {
  background-color: #fff;
  margin-bottom: 3.25rem;
}
.sc-press-card__inner {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sc-press-card__title {
  margin: 1rem 0 1.5rem;
}
.sc-press-card__title h2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.sc-press-card__excerpt {
  flex: 1;
  margin-bottom: 1rem;
}

.sc-press-single-view:not(.sc-grid-container) {
  padding-top: 1.875rem;
}
.sc-press-single-view .social-aside__inner {
  font-size: 12px;
  text-align: center;
}
.sc-press-single-view .social-aside a {
  width: 3.0625rem;
  height: 3.0625rem;
  display: block;
  margin: 0.625rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: 0.3s ease background;
}
.sc-press-single-view .social-aside .blog_social_mail {
  background-image: url(../images/Mail.svg);
}
.sc-press-single-view .social-aside .blog_social_twitter {
  background-image: url(../images/TW.svg);
}
.sc-press-single-view .social-aside .blog_social_facebook {
  background-image: url(../images/FB.svg);
}
.sc-press-single-view .social-aside .blog_social_pinterest {
  background-image: url(../images/PT.svg);
}
.sc-press-single-view__body {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 3.125rem !important;
}
.sc-press-single-view__well {
  width: 100%;
}
.sc-press-single-view__content {
  margin-bottom: 1.875rem;
}
.sc-press-single-view__content p {
  margin-bottom: 1.25rem;
  color: #5c6b80;
}
.sc-press-single-view__content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.sc-press-single-view__actions {
  display: flex;
  padding-bottom: 0.625rem;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .sc-press-single-view__actions {
    max-width: 200px;
  }
  .sc-press-single-view__actions * {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 576px) {
  .sc-press-single-view__actions {
    flex-direction: row;
  }
}
.sc-press-single-view__actions .btn, .sc-press-single-view__actions .sc-grid-search .searchandfilter .sf-field-submit input[type=submit], .sc-grid-search .searchandfilter .sf-field-submit .sc-press-single-view__actions input[type=submit], .sc-press-single-view__actions .site-content form input[type=submit], .site-content form .sc-press-single-view__actions input[type=submit],
.sc-press-single-view__actions .site-content form .crunch_clubbing_submit,
.site-content form .sc-press-single-view__actions .crunch_clubbing_submit {
  margin-right: 1rem;
  min-width: 13.5rem;
  font-size: 0.75rem;
}
.sc-press-single-view .club-footer-callout {
  background-color: #fff;
  padding: 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  border: 6px solid white;
}
.sc-press-single-view .club-footer-callout__body {
  max-width: 300px;
}
.sc-press-single-view .club-footer-callout__header {
  margin-bottom: 1.5rem;
}
.sc-press-single-view .club-footer-callout__header h2 {
  font-size: 1.375rem;
  line-height: normal;
  color: #e8074b;
  font-weight: 700;
}
.sc-press-single-view .club-footer-callout__copy {
  margin-bottom: 1rem;
}

.sc-blog-single-view__inner {
  margin-top: 2.6875rem;
}
.sc-blog-single-view__header {
  background-color: #e8074b;
  color: #fff;
  align-items: center;
  padding: 0.875rem 1.875rem;
}
.sc-blog-single-view__header p {
  font-size: 1.75rem;
  font-weight: 300;
}
.sc-blog-single-view__thumbnail {
  padding: 1.125rem;
  background-color: #fff;
  margin-bottom: 3.125rem;
}
.sc-blog-single-view__thumbnail img {
  width: 100%;
}
.sc-blog-single-view__social-sharing {
  position: absolute;
  left: -3.3125rem;
  top: 0;
}
.sc-blog-single-view__social-sharing img {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.625rem;
}
.sc-blog-single-view__social-sharing .blog-facebook,
.sc-blog-single-view__social-sharing .blog-instagram,
.sc-blog-single-view__social-sharing .blog-twitter,
.sc-blog-single-view__social-sharing .blog-pinterest {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 1.0625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  font-size: 0;
}
.sc-blog-single-view__social-sharing .blog-facebook {
  background-image: url(../images/FB-white.svg);
}
.sc-blog-single-view__social-sharing .blog-instagram {
  background-image: url(../images/IG-white.svg);
}
.sc-blog-single-view__social-sharing .blog-twitter {
  background-image: url(../images/TW-white.svg);
}
.sc-blog-single-view__social-sharing .blog-pinterest {
  background-image: url(../images/PT-white.svg);
}
.sc-blog-single-view__content {
  padding: 3.125rem 2.5rem;
  background-color: #fff;
  margin-bottom: 3.125rem;
  position: relative;
}
.sc-blog-single-view__content ul,
.sc-blog-single-view__content ol {
  color: #212B36;
}
.sc-blog-single-view__content p {
  color: #212B36;
  margin-bottom: 1rem;
}
.sc-blog-single-view__content h1 {
  font-weight: 300;
}
.sc-blog-single-view__content h1,
.sc-blog-single-view__content h2 {
  color: #0098d2;
  margin-bottom: 0.5rem;
  margin-top: 1.875rem;
}
.sc-blog-single-view__content h3 {
  color: #afaeae;
  margin-bottom: 0.5rem;
}
.sc-blog-single-view__content .sc-blog-single-view__title {
  margin-top: 0;
}
.sc-blog-single-view__cta-block-inner {
  min-height: 310px;
  background: #0098d2;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 0 20px;
  text-align: center;
}
.sc-blog-single-view__cta-block-copy {
  margin-bottom: 10px;
}
.sc-blog-single-view__cta-block-copy p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.sc-blog-single-view__cta-block-headline {
  margin-bottom: 20px;
}
.sc-blog-single-view__cta-block-headline h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
}
.sc-blog-single-view__cta-block-cta {
  min-width: 200px;
}

.sc-cake-single-view__posts-divider {
  background-color: #BEEAF7;
}
.sc-cake-single-view__posts-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sc-cake-single-view__posts-header h2 {
  color: #00a9ef;
  font-weight: bold;
}

.sc-press-archive__content {
  margin: 4.125rem 0;
}
.sc-press-archive__content .wp-block-cover__inner-container {
  max-width: 576px;
  text-align: center;
}
.sc-press-archive__content .wp-block-cover__inner-container h1 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: 0;
  margin: 0 0 0.875rem 0;
}

.sc-press-card {
  background-color: #fff;
  margin-bottom: 3.25rem;
}
.sc-press-card__inner {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sc-press-card__title {
  margin: 1rem 0 1.5rem;
}
.sc-press-card__title h2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.sc-press-card__excerpt {
  flex: 1;
  margin-bottom: 1rem;
}

.page-template-default .sc-page-single-view__inner {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 50px;
}
@media screen and (max-width: 769px) {
  .page-template-default .sc-page-single-view__inner {
    padding: 10px;
  }
}

.page-template-search .sc-grid-search__inner {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 50px;
}

.home .sc-page-single-view__inner {
  background-color: unset;
  margin-top: unset;
  padding: unset;
}

.coupons-page .sc-page-single-view__inner {
  background-color: unset;
}

.gform_title {
  display: none;
}

.gfield {
  padding-left: 0px;
}

#gform_submit_button_1 {
  height: 3em;
}

.gform_footer {
  font-size: 0.875rem;
}

.archive-pagination {
  margin-bottom: 6.25rem;
  text-align: center;
}
.archive-pagination .page-numbers {
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  background-color: #0098d2;
  max-height: 1.5625rem;
  max-width: 1.5625rem;
  height: 100%;
  width: 100%;
  margin: 0.1875rem 0.375rem;
  padding: 0.5rem 0.8125rem;
  border-radius: 3.125rem;
}
.archive-pagination .page-numbers.current {
  background-color: #e8074b;
  color: #fff;
  transform: none;
}

.about-richs-page p,
.terms-of-use-page p,
.privacy-policy-page p,
.legal-page p {
  margin-bottom: 1.5625rem;
}

.gform-contact-form .form-indicator {
  display: flex;
  flex-direction: column;
  max-width: 475px !important;
}
.gform-contact-form .form-indicator img {
  width: 100%;
  transition: all 0.2s linear;
  display: none;
}
.gform-contact-form .form-indicator img.--image-show {
  display: block !important;
}

.site-content form {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
.site-content form h2 {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0098d2;
  line-height: normal;
}
.site-content form p {
  font-size: 1rem;
  margin: 0 0 1.25rem;
}
.site-content form p input[type=text],
.site-content form p input[type=email] {
  width: 400px;
  max-width: 100%;
}
.site-content form p textarea {
  width: 100%;
}
.site-content form label {
  margin-bottom: 3px;
  display: block;
  color: #5c6b80;
  font-size: 1rem;
}
.site-content form .join-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.site-content form .join-top .first_name,
.site-content form .join-top .last_name {
  width: calc(50% - 10px);
}
.site-content form .join-top .email {
  width: 100%;
}
.site-content form .join-top .city,
.site-content form .join-top .zip,
.site-content form .join-top .primary_retail_outlet {
  width: calc(50% - 70px);
}
.site-content form .join-top .state {
  width: 100px;
}
@media screen and (max-width: 576px) {
  .site-content form .join-top .first_name,
  .site-content form .join-top .last_name,
  .site-content form .join-top .email,
  .site-content form .join-top .city,
  .site-content form .join-top .zip,
  .site-content form .join-top .primary_retail_outlet,
  .site-content form .join-top .state {
    width: 100%;
  }
}
.site-content form .join-bottom input[type=text] {
  width: 80px;
  margin-bottom: 14px;
}
.site-content form input[type=submit],
.site-content form .crunch_clubbing_submit {
  border-radius: 5px;
}
.site-content form input[type=submit] p:empty,
.site-content form .crunch_clubbing_submit p:empty {
  display: none;
}
.site-content .gform-body .spam-alert {
  visibility: hidden;
  color: red;
}

.sc-archive--search .sc-grid-container {
  max-width: 950px;
}

.sc-grid-search {
  padding: 0 1.5625rem;
}
.sc-grid-search * {
  box-sizing: border-box;
}
.sc-grid-search__title {
  padding: 1.5rem 0;
  position: relative;
  justify-content: center;
}
.sc-grid-search__title h2 {
  text-align: center;
  margin: 0;
  color: #0098d2;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
.sc-grid-search__title::after, .sc-grid-search__title::before {
  content: "";
  display: block;
  width: calc(50% - 100px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  border-top: 1px solid #cdc3c1;
}
@media screen and (max-width: 576px) {
  .sc-grid-search__title::after, .sc-grid-search__title::before {
    width: calc(50% - 70px);
  }
}
.sc-grid-search__title::before {
  left: 0;
}
.sc-grid-search__title::after {
  right: 0;
}
.sc-grid-search .searchandfilter {
  background-color: transparent;
  padding: 0;
}
.sc-grid-search .searchandfilter ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .sc-grid-search .searchandfilter ul {
    flex-direction: column;
  }
}
.sc-grid-search .searchandfilter .sf-field-search,
.sc-grid-search .searchandfilter .sf-field-submit {
  padding: 0;
}
.sc-grid-search .searchandfilter .sf-field-search label,
.sc-grid-search .searchandfilter .sf-field-submit label {
  margin: 0;
}
.sc-grid-search .searchandfilter .sf-field-search {
  flex: 1;
  margin-right: 20px;
}
.sc-grid-search .searchandfilter .sf-field-search label {
  width: 100%;
  display: block;
}
@media screen and (max-width: 576px) {
  .sc-grid-search .searchandfilter .sf-field-search {
    margin-right: 0;
    width: 100%;
  }
}
.sc-grid-search .searchandfilter .sf-field-submit {
  width: 130px;
}
.sc-grid-search .searchandfilter .sf-field-submit input[type=submit] {
  width: 100%;
  padding: 0.6875rem 0.75rem;
}
@media screen and (max-width: 576px) {
  .sc-grid-search .searchandfilter .sf-field-submit {
    width: 100%;
  }
}
.sc-grid-search__search-form {
  padding-bottom: 4rem;
}
.sc-grid-search__results-term {
  padding: 0 0 3.5rem;
}
.sc-grid-search__results-term h2 {
  margin: 0;
  font-size: 1.375rem;
  line-height: normal;
  color: #e8074b;
}
.sc-grid-search__results .sc-card {
  padding-bottom: 3.4375rem;
}
.sc-grid-search__results .sc-card__inner {
  flex-direction: column;
}
.sc-grid-search__results .sc-card__title a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #e8074b;
}

.sc-block-product-masthead #product-masthead-no-carousel img {
  padding: 15px;
}
.sc-block-product-masthead #product-masthead-no-carousel [data-brand=carvel] img {
  background-color: #BEEAF7;
}
.sc-block-product-masthead #product-masthead-no-carousel [data-brand=oreo] img {
  background-color: #003087;
}
.sc-block-product-masthead #product-masthead-no-carousel [data-brand=reeses] img {
  background-color: #FFEE00;
}
.sc-block-product-masthead #product-masthead-no-carousel [data-brand=jon-donaire] img {
  background-color: #EAD0A2;
}
.sc-block-product-masthead #product-masthead-carousel [data-slider-index="0"] img {
  padding: 15px;
}
.sc-block-product-masthead #product-masthead-carousel [data-slider-index="0"] [data-brand=carvel] img {
  background-color: #BEEAF7;
}
.sc-block-product-masthead #product-masthead-carousel [data-slider-index="0"] [data-brand=oreo] img {
  background-color: #003087;
}
.sc-block-product-masthead #product-masthead-carousel [data-slider-index="0"] [data-brand=reeses] img {
  background-color: #FFEE00;
}
.sc-block-product-masthead #product-masthead-carousel [data-slider-index="0"] [data-brand=jon-donaire] img {
  background-color: #EAD0A2;
}
.sc-block-product-masthead__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  height: 300px;
}
.sc-block-product-masthead .slider {
  overflow: hidden;
}
.sc-block-product-masthead .slider .slider-pagination {
  justify-content: flex-end;
}
.sc-block-product-masthead .slider .slider-pagination .slider-page {
  border: 2px solid #fff;
  background-color: #bde8f5;
  height: 15px;
  width: 15px;
}
.sc-block-product-masthead .slider .slider-pagination .slider-page.is-active {
  background-color: #e8074b;
  transform: none;
}
.sc-block-product-masthead .slider .slider-navigation-next, .sc-block-product-masthead .slider .slider-navigation-previous {
  display: none;
}
.sc-block-product-masthead__copy-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.sc-block-product-masthead__copy {
  max-width: 31.25rem;
  padding: 0 1.25rem;
  flex: 1;
}
@media screen and (max-width: 576px) {
  .sc-block-product-masthead__copy {
    padding: 0;
  }
}
.sc-block-product-masthead__copy h1,
.sc-block-product-masthead__copy .tax_term-heading {
  font-size: 1.75rem;
  line-height: normal;
  color: #0098d2;
  font-weight: normal;
}
.sc-block-product-masthead__copy .serving-size h4 {
  font-size: 1.125rem;
}
.sc-block-product-masthead__copy .caketitle {
  margin-bottom: 0.75rem;
}
.sc-block-product-masthead__copy .cakedesc p {
  margin-bottom: 1.25rem;
}
.sc-block-product-masthead__cta {
  padding: 0 0 0 1.25rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .sc-block-product-masthead__cta {
    flex-direction: column;
    padding: 0;
  }
}
.sc-block-product-masthead__cta .btn, .sc-block-product-masthead__cta .site-content form input[type=submit], .site-content form .sc-block-product-masthead__cta input[type=submit],
.sc-block-product-masthead__cta .site-content form .crunch_clubbing_submit,
.site-content form .sc-block-product-masthead__cta .crunch_clubbing_submit, .sc-block-product-masthead__cta .sc-grid-search .searchandfilter .sf-field-submit input[type=submit], .sc-grid-search .searchandfilter .sf-field-submit .sc-block-product-masthead__cta input[type=submit] {
  min-width: 12.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .sc-block-product-masthead__cta .btn, .sc-block-product-masthead__cta .site-content form input[type=submit], .site-content form .sc-block-product-masthead__cta input[type=submit],
  .sc-block-product-masthead__cta .site-content form .crunch_clubbing_submit,
  .site-content form .sc-block-product-masthead__cta .crunch_clubbing_submit, .sc-block-product-masthead__cta .sc-grid-search .searchandfilter .sf-field-submit input[type=submit], .sc-grid-search .searchandfilter .sf-field-submit .sc-block-product-masthead__cta input[type=submit] {
    width: 100%;
  }
}
.sc-block-product-masthead__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.sc-block-product-masthead__social a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: 0.5s ease;
}
.sc-block-product-masthead__social a:hover {
  opacity: 0.8;
}
.sc-block-product-masthead__social .facebook-share {
  background-image: url(../images/FB.svg);
}
.sc-block-product-masthead__social .twitter-share {
  background-image: url(../images/TW.svg);
}
.sc-block-product-masthead__social .pinterest-share {
  background-image: url(../images/PT.svg);
  margin-right: 0;
}
.sc-block-product-masthead__social .instagram-share {
  background-image: url(../images/IG.svg);
}

.sc-block-primary-masthead-carousel .slider-pagination {
  justify-content: flex-start;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0;
  top: unset;
  bottom: -50px;
}
@media screen and (max-width: 769px) {
  .sc-block-primary-masthead-carousel .slider-pagination {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sc-block-primary-masthead-carousel .slider-pagination {
    top: 1.875rem;
    bottom: auto;
  }
}
.sc-block-primary-masthead-carousel .slider-pagination .slider-page {
  border: 3px solid #fff;
  background-color: #bde8f5;
  height: 1.5625rem;
  width: 1.5625rem;
  margin: 0.1875rem 0.375rem;
}
.sc-block-primary-masthead-carousel .slider-pagination .slider-page.is-active {
  background-color: #e8074b;
  transform: none;
}
.sc-block-primary-masthead-carousel__slide {
  position: relative;
  max-height: 50rem;
  overflow: hidden;
}
.sc-block-primary-masthead-carousel__container {
  width: 1128px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 1128px) {
  .sc-block-primary-masthead-carousel__container {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .sc-block-primary-masthead-carousel__container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
  }
}
.sc-block-primary-masthead-carousel__image {
  width: 100%;
  display: block;
}
.sc-block-primary-masthead-carousel__body-copy {
  padding: 1.25rem;
  width: 22rem;
  background-color: #e8074b;
  color: #fff;
  border-radius: 0.625rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sc-block-primary-masthead-carousel__body-copy {
    width: auto;
    border-radius: 0;
  }
}
.sc-block-primary-masthead-carousel .slide-headline {
  margin-bottom: 0.625rem;
}
.sc-block-primary-masthead-carousel .slide-headline h1 {
  font-size: 2.125rem;
  line-height: 2.125rem;
  font-weight: 700;
}
.sc-block-primary-masthead-carousel .slide-headline h2 {
  font-size: 2.125rem;
  line-height: 2.125rem;
  font-weight: 700;
}
.sc-block-primary-masthead-carousel .slide-text {
  margin-bottom: 0.625rem;
}
.sc-block-primary-masthead-carousel .slide-text p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.sc-block-primary-masthead-carousel__cta .btn, .sc-block-primary-masthead-carousel__cta .site-content form input[type=submit], .site-content form .sc-block-primary-masthead-carousel__cta input[type=submit],
.sc-block-primary-masthead-carousel__cta .site-content form .crunch_clubbing_submit,
.site-content form .sc-block-primary-masthead-carousel__cta .crunch_clubbing_submit, .sc-block-primary-masthead-carousel__cta .sc-grid-search .searchandfilter .sf-field-submit input[type=submit], .sc-grid-search .searchandfilter .sf-field-submit .sc-block-primary-masthead-carousel__cta input[type=submit] {
  font-size: 1.25rem;
  width: 12.5rem;
  margin: 0 auto;
}
.sc-block-primary-masthead-carousel .slider-navigation-next, .sc-block-primary-masthead-carousel .slider-navigation-previous {
  display: none;
}

.sc-blog-related-posts {
  background-color: #fff;
  padding-bottom: 75px;
}
.sc-blog-related-posts__header {
  padding: 0.5625rem 1.375rem;
}
.sc-blog-related-posts__header h2 {
  color: #0098d2;
}
.sc-blog-related-posts__posts {
  padding: 0 1.25rem;
}

.sc-blog-related-post-card * {
  box-sizing: border-box;
}
.sc-blog-related-post-card__inner {
  padding: 0.875rem;
  border: 1px solid #979797;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .sc-blog-related-post-card__inner {
    min-height: 450px;
  }
}
.sc-blog-related-post-card__title h3 {
  color: #0098d2;
}
.sc-blog-related-post-card__image img {
  object-fit: cover;
  width: 100%;
  height: 155px;
}
.sc-blog-related-post-card__header {
  padding: 0 14px;
  background-color: #e8074b;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}
.sc-blog-related-post-card__copy {
  margin-bottom: 0.75rem;
}
.sc-blog-related-post-card__copy p {
  color: #212B36;
}
.sc-blog-related-post-card__action {
  margin-top: auto;
}
.sc-blog-related-post-card__action a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.columns-product-image-grid {
  margin-bottom: 0;
}
.columns-product-image-grid .wp-block-column {
  margin: 1.5% 2.5%;
}
@media screen and (max-width: 781px) {
  .columns-product-image-grid .wp-block-column {
    margin: 1.5% auto;
  }
}
.columns-product-image-grid .wp-block-image {
  margin-bottom: 0;
}
.columns-product-image-grid img {
  margin-bottom: 0.3125rem;
  border-radius: 10%;
}

.sc-block-coupon {
  background-color: #fff;
  margin-bottom: 3.125rem;
  padding: 1.25rem;
}
.sc-block-coupon__inner {
  align-items: center;
}
.sc-block-coupon__image-block {
  margin-right: 0.375rem;
}
.sc-block-coupon .coupon-item__headline h1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #e8074b;
  font-weight: normal;
}
.sc-block-coupon .coupon-item__subhead h2 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #0098d2;
  font-weight: normal;
  margin-bottom: 0.375rem;
}
.sc-block-coupon .coupon-item__info p {
  margin-bottom: 1.3125rem;
}
.sc-block-coupon__cta.btn, .site-content form input.sc-block-coupon__cta[type=submit],
.site-content form .sc-block-coupon__cta.crunch_clubbing_submit, .sc-grid-search .searchandfilter .sf-field-submit input.sc-block-coupon__cta[type=submit] {
  max-width: 12.5rem;
  font-size: 1rem;
}

.sc-blog-archive {
  margin-top: 6.5625rem;
}
.sc-blog-archive * {
  box-sizing: border-box;
}
.sc-blog-archive__content {
  margin-bottom: 4.125rem;
}
.sc-blog-archive__content .wp-block-cover__inner-container {
  max-width: 576px;
  text-align: center;
}
.sc-blog-archive__content .wp-block-cover__inner-container h1 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: 0;
  margin: 0 0 0.875rem 0;
}
.sc-blog-archive .wp-block-cover span {
  display: flex !important;
}

.sc-spanishblog-archive {
  margin-top: 6.5625rem;
}
.sc-spanishblog-archive * {
  box-sizing: border-box;
}
.sc-spanishblog-archive__content {
  margin-bottom: 4.125rem;
}
.sc-spanishblog-archive__content .wp-block-cover__inner-container {
  max-width: 576px;
  text-align: center;
}
.sc-spanishblog-archive__content .wp-block-cover__inner-container h1 {
  font-family: "SF Pro Display", sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: 0;
  margin: 0 0 0.875rem 0;
}
.sc-spanishblog-archive .wp-block-cover span {
  display: flex !important;
}
