@font-face {
  font-family: 'Druk Cy Web';
  src: url("../../fonts/Druk-MediumItalic-Cy-Web.eot");
  src: url("../../fonts/Druk-MediumItalic-Cy-Web.eot?#iefix") format("embedded-opentype"), url("../../fonts/Druk-MediumItalic-Cy-Web.woff2") format("woff2"), url("../../fonts/Druk-MediumItalic-Cy-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  font-display: swap; }

@font-face {
  font-family: 'Druk Cy Web';
  src: url("../../fonts/Druk-Medium-Cy-Web.eot");
  src: url("../../fonts/Druk-Medium-Cy-Web.eot?#iefix") format("embedded-opentype"), url("../../fonts/Druk-Medium-Cy-Web.woff2") format("woff2"), url("../../fonts/Druk-Medium-Cy-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }

@font-face {
  font-family: 'Druk Cy Web HeavyItalic';
  src: url("../../fonts/Druk-HeavyItalic-Cy-Web.woff2") format("woff2"), url("../../fonts/Druk-HeavyItalic-Cy-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
  font-display: swap; }

.Druk-MediumItalic-Cy-Web, .boxed-radio-group .form-radio.boxed-radio {
  font-family: 'Druk Cy Web', Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

.Druk-Medium-Cy-Web {
  font-family: 'Druk Cy Web', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

.Druk-MediumItalic-Cy-Web-HeavyItalic {
  font-family: 'Druk Cy Web HeavyItalic', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-stretch: normal; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideFromRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideFromLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

iframe {
  margin-bottom: 1rem;
  max-width: 100%; }

.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .embed-container iframe, .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero.center {
  display: flex;
  display: -ms-flexbox; }
  .hero.center .hero-content {
    align-self: center;
    -ms-flex-item-align: center;
    max-width: 1440px; }

.hero.justify-center .hero-content, .hero.justify-center.campaign .hero-content {
  max-width: 100%;
  width: 100%;
  text-align: center; }
  .hero.justify-center .hero-content h1, .hero.justify-center .hero-content h2, .hero.justify-center .hero-content h3, .hero.justify-center .hero-content p, .hero.justify-center .hero-content .section-content-columns ul li, .section-content-columns ul .hero.justify-center .hero-content li, .hero.justify-center.campaign .hero-content h1, .hero.justify-center.campaign .hero-content h2, .hero.justify-center.campaign .hero-content h3, .hero.justify-center.campaign .hero-content p, .hero.justify-center.campaign .hero-content .section-content-columns ul li, .section-content-columns ul .hero.justify-center.campaign .hero-content li {
    max-width: 100%;
    width: 100%; }

.hero.text-dark {
  color: #000000; }

.hero.text-red {
  color: #d10027; }

.hero.text-dark-red {
  color: #a7001f; }

.hero a:hover, .hero a:active {
  color: #fff; }

.hero a:focus {
  color: #d10027; }

.hero b {
  font-weight: bold; }

@media screen and (min-width: 1281px) {
  .hero .hero-content .text-chapter {
    max-width: 75%; } }

@media screen and (min-width: 1025px) {
  .hero h1.line-wrap {
    max-width: 80%; } }

@media screen and (min-width: 641px) {
  .hero h1.line-wrap-px {
    max-width: 620px; } }

.section-content-columns {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 641px) {
    .section-content-columns.reverse-small {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 1025px) {
    .section-content-columns.reverse-medium {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (min-width: 1025px) {
    .section-content-columns.reverse-large {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .section-content-columns.align-center .column, .section-content-columns .column.align-center {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1025px) {
      .section-content-columns.align-center .column, .section-content-columns .column.align-center {
        justify-content: center; } }
    .section-content-columns.align-center .column > div, .section-content-columns .column.align-center > div {
      max-width: 100%; }
  .section-content-columns.align-center-h > div {
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap; }
  .section-content-columns.justify-center {
    justify-content: center; }
  .section-content-columns.has-dark-bottom-gradient {
    position: relative; }
    .section-content-columns.has-dark-bottom-gradient .column {
      z-index: 2; }
  .section-content-columns.text-center {
    text-align: center; }
  .section-content-columns.text-left {
    text-align: left; }
  .section-content-columns.text-right {
    text-align: right; }
  .section-content-columns.single-line h1, .section-content-columns.single-line h2, .section-content-columns.single-line h3, .section-content-columns.single-line h4, .section-content-columns.single-line .ksp-text h2, .section-content-columns.single-line h5, .section-content-columns.single-line .embed-container, .section-content-columns .column.single-line h1, .section-content-columns .column.single-line h2, .section-content-columns .column.single-line h3, .section-content-columns .column.single-line h4, .section-content-columns .column.single-line .ksp-text h2, .section-content-columns .ksp-text .column.single-line h2, .section-content-columns .column.single-line h5, .section-content-columns .column.single-line .embed-container {
    margin: 0; }
  @media screen and (min-width: 1501px) {
    .section-content-columns.large-padding .column {
      padding: 2rem; } }
  .section-content-columns.padding-vertical .column {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 5%;
    padding-bottom: 5%; }
    @media screen and (min-width: 1025px) {
      .section-content-columns.padding-vertical .column {
        padding-top: 10%;
        padding-bottom: 10%; } }
  .section-content-columns.padding-vertical-medium .column {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (min-width: 1025px) {
      .section-content-columns.padding-vertical-medium .column {
        padding-top: 3%;
        padding-bottom: 3%; } }
  @media screen and (max-width: 1024px) {
    .section-content-columns.mh-12, .section-content-columns .column.mh-12 {
      min-height: 12vh; }
    .section-content-columns.mh-15, .section-content-columns .column.mh-15 {
      min-height: 15vh; }
    .section-content-columns.mh-25, .section-content-columns .column.mh-25 {
      min-height: 25vh; }
    .section-content-columns.mh-35, .section-content-columns .column.mh-35 {
      min-height: 35vh; }
    .section-content-columns.mh-40, .section-content-columns .column.mh-40 {
      min-height: 40vh; }
    .section-content-columns.mh-50, .section-content-columns .column.mh-50 {
      min-height: 50vh; }
    .section-content-columns.mh-55, .section-content-columns .column.mh-55 {
      min-height: 55vh; }
    .section-content-columns.mh-65, .section-content-columns .column.mh-65 {
      min-height: 65vh; }
    .section-content-columns.mh-75, .section-content-columns .column.mh-75 {
      min-height: 75vh; }
    .section-content-columns.mh-90, .section-content-columns .column.mh-90 {
      min-height: 90vh; } }
  @media screen and (min-width: 1025px) {
    .section-content-columns.h-15, .section-content-columns .column.h-15 {
      min-height: 15vh; }
    .section-content-columns.h-20, .section-content-columns .column.h-20 {
      min-height: 20vh; }
    .section-content-columns.h-25, .section-content-columns .column.h-25 {
      min-height: 25vh; }
    .section-content-columns.h-35, .section-content-columns .column.h-35 {
      min-height: 35vh; }
    .section-content-columns.h-40, .section-content-columns .column.h-40 {
      min-height: 40vh; }
    .section-content-columns.h-50, .section-content-columns .column.h-50 {
      min-height: 50vh; }
    .section-content-columns.h-55, .section-content-columns .column.h-55 {
      min-height: 55vh; }
    .section-content-columns.h-65, .section-content-columns .column.h-65 {
      min-height: 65vh; }
    .section-content-columns.h-75, .section-content-columns .column.h-75 {
      min-height: 75vh; }
    .section-content-columns.h-90, .section-content-columns .column.h-90 {
      min-height: 90vh; }
    .section-content-columns.mp-50 {
      height: 50%;
      min-height: 50%; } }
  .section-content-columns .column {
    padding: 1rem;
    width: 100%; }
    .section-content-columns .column.contains-grid {
      padding: 0; }
    @media screen and (max-width: 641px) {
      .section-content-columns .column.reverse-small {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-content-columns.cc-4.portrait-2 > .column {
      width: 50%; } }
  @media screen and (min-width: 641px) {
    .section-content-columns.cc-2 > .column {
      width: 50%; }
    .section-content-columns.cc-3 > .column {
      width: 33.3333%; }
    .section-content-columns.cc-3.medium-cc-2 > .column {
      width: 50%; }
    .section-content-columns.cc-4 > .column {
      width: 25%; }
    .section-content-columns.cc-4.medium-cc-2 > .column {
      width: 50%; }
    .section-content-columns.cc-4.medium-cc-2 > .column {
      width: 50%; }
    .section-content-columns.cc-4.portrait-2 > .column {
      width: 25%; }
    .section-content-columns.cc-33-66 > .column:nth-child(odd) {
      width: 33.3333%; }
    .section-content-columns.cc-33-66 > .column:nth-child(even) {
      width: 66.6666%; }
    .section-content-columns.cc-40-60 > .column:nth-child(odd) {
      width: 40%; }
    .section-content-columns.cc-40-60 > .column:nth-child(even) {
      width: 60%; }
    .section-content-columns.cc-30-70 > .column:nth-child(odd) {
      width: 30%; }
    .section-content-columns.cc-30-70 > .column:nth-child(even) {
      width: 70%; }
    .section-content-columns.cc-66-33 > .column:nth-child(odd) {
      width: 66.6666%; }
    .section-content-columns.cc-66-33 > .column:nth-child(even) {
      width: 33.3333%; }
    .section-content-columns.cc-60-40 > .column:nth-child(odd) {
      width: 60%; }
    .section-content-columns.cc-60-40 > .column:nth-child(even) {
      width: 40%; }
    .section-content-columns.cc-70-30 > .column:nth-child(odd) {
      width: 70%; }
    .section-content-columns.cc-70-30 > .column:nth-child(even) {
      width: 30%; }
    .section-content-columns.cc-80-20 > .column:nth-child(odd) {
      width: 80%; }
    .section-content-columns.cc-80-20 > .column:nth-child(even) {
      width: 20%; }
    .section-content-columns.cc-20-80 > .column:nth-child(odd) {
      width: 20%; }
    .section-content-columns.cc-20-80 > .column:nth-child(even) {
      width: 80%; }
    .section-content-columns.cc-65-center > .column {
      width: 100%;
      max-width: 65%;
      margin-left: auto;
      margin-right: auto; }
    .section-content-columns.headline > .column {
      width: 100%;
      max-width: 1025px;
      margin-left: auto;
      margin-right: auto; }
      .section-content-columns.headline > .column > div {
        width: 100%; }
    .section-content-columns.headline-large > .column {
      width: 100%;
      max-width: 1281px;
      margin-left: auto;
      margin-right: auto; }
    .section-content-columns .column .offset-top {
      margin-top: -20%;
      z-index: 5;
      position: relative; } }
  @media screen and (max-width: 1025px) {
    .section-content-columns.full-width-tablet.cc-40-60 > .column, .section-content-columns.full-width-tablet.cc-60-40 > .column, .section-content-columns.full-width-tablet.cc-30-70 > .column, .section-content-columns.full-width-tablet.cc-80-20 > .column, .section-content-columns.full-width-tablet.cc-20-80 > .column, .section-content-columns.full-width-tablet.cc-2 > .column, .section-content-columns.full-width-tablet.cc-3 > .column, .section-content-columns.full-width-tablet.cc-65-center > .column {
      width: 100%; } }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .section-content-columns.cc-4.portrait-2 > .column {
      width: 50%; }
    .section-content-columns.cc-3.portrait-100 > .column {
      width: 100%; }
      .section-content-columns.cc-3.portrait-100 > .column .text-center {
        width: 100%; } }
  @media screen and (min-width: 1025px) {
    .section-content-columns.cc-3.medium-cc-2 .column {
      width: 33.3333%; }
    .section-content-columns.cc-4.medium-cc-2 .column {
      width: 25%; }
    .section-content-columns.cc-4.portrait-2 .column {
      width: 25%; } }
  .section-content-columns.gray-dark, .section-content-columns .column.gray-dark {
    background-color: #999999; }
  .section-content-columns.gray, .section-content-columns .column.gray {
    background-color: #e5e5e5; }
  .section-content-columns.gray-light, .section-content-columns .column.gray-light {
    background-color: #f2f2f2; }
  .section-content-columns.black, .section-content-columns .column.black {
    background-color: #000000;
    color: #fff; }
    .section-content-columns.black a:hover, .section-content-columns .column.black a:hover {
      color: #a7001f; }
  .section-content-columns.red, .section-content-columns .column.red {
    background-color: #d10027;
    color: #fff; }
    .section-content-columns.red a, .section-content-columns .column.red a {
      color: #fff; }
      .section-content-columns.red a:hover, .section-content-columns .column.red a:hover {
        color: #e5e5e5; }
  .section-content-columns.dark-red, .section-content-columns .column.dark-red {
    background-color: #a7001f;
    color: #fff; }
  .section-content-columns.white, .section-content-columns .column.white {
    background-color: #fff;
    color: #000000; }
  .section-content-columns img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto; }
    .section-content-columns img.content {
      margin-bottom: 1rem; }
    .section-content-columns img.medium {
      max-width: 80%; }
    .section-content-columns img.small {
      max-width: 50%; }
    .section-content-columns img.medium-icon {
      max-width: 96px; }
    .section-content-columns img.small-icon {
      max-width: 48px; }
    .section-content-columns img.product-cover {
      max-width: 180px; }
    .section-content-columns img.small-icon {
      max-width: 48px; }
    .section-content-columns img.medium-cover {
      max-width: 300px; }
    .section-content-columns img.rounded {
      border-radius: 100%; }
    .section-content-columns img.fill-red {
      background: #d10027;
      padding: 4px; }
  .section-content-columns img.image-overlay-bg {
    max-width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0; }
  .section-content-columns .text-center {
    text-align: center; }
  @media screen and (min-width: 1025px) {
    .section-content-columns .content-spacing {
      width: 90%; } }
  @media screen and (min-width: 1501px) {
    .section-content-columns .content-spacing {
      width: 76%; } }
  .section-content-columns .inner-padding {
    padding: 1rem; }
  .section-content-columns .inner-padding-large-side {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (min-width: 1025px) {
      .section-content-columns .inner-padding-large-side {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .section-content-columns .content-red {
    background: #d10027;
    color: #fff;
    padding: 2vw; }
  @media screen and (min-width: 641px) and (max-width: 1930px) {
    .section-content-columns .text-light p, .section-content-columns .text-light ul li, .section-content-columns ul .text-light li {
      font-size: 1.0625rem;
      line-height: 1.5rem; } }
  .section-content-columns .text-light {
    font-size: 1.0625rem;
    line-height: 1.5rem; }
  .section-content-columns .block-text-right {
    text-align: right; }
  .section-content-columns .bold {
    font-weight: 700; }
  .section-content-columns ul.compact-list {
    padding-left: 1rem; }
    .section-content-columns ul.compact-list li {
      font-size: 1rem;
      line-height: 1.25rem; }
  .section-content-columns .make-padding-top {
    padding-top: 1rem; }
  .section-content-columns .make-margin-bottom {
    margin-bottom: 1.5rem; }
  .section-content-columns .helptext-gray {
    color: #4d4d4d;
    font-size: 0.875rem;
    line-height: normal;
    padding-top: 4px;
    min-height: 18px; }
  .section-content-columns ul {
    list-style-type: disc;
    padding-left: 1rem; }
  .section-content-columns .ksp-text h2 {
    letter-spacing: 0.025em; }
  .section-content-columns .ksp-text h3 {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 5.25rem;
    margin-bottom: 1.5rem; }
    .section-content-columns .ksp-text h3.no-margin-top {
      margin-top: 0; }
    @media screen and (min-width: 1025px) {
      .section-content-columns .ksp-text h3 {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
    @media screen and (min-width: 1920px) {
      .section-content-columns .ksp-text h3 {
        font-size: 0.9vw;
        line-height: 1vw; } }
  .section-content-columns .ksp-text h3 ~ p, .section-content-columns .ksp-text ul h3 ~ li, .section-content-columns ul .ksp-text h3 ~ li {
    font-size: 1rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 1920px) {
      .section-content-columns .ksp-text h3 ~ p, .section-content-columns .ksp-text ul h3 ~ li, .section-content-columns ul .ksp-text h3 ~ li {
        font-size: 0.83vw;
        line-height: 1.3em; } }
  .section-content-columns .ksp-text .button:last-child {
    margin-bottom: 0; }
  .section-content-columns .ksp-text .product-lead {
    margin-bottom: 8px; }
    .section-content-columns .ksp-text .product-lead ~ h5 {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin-bottom: 8px;
      font-weight: 300; }

.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 380px;
  width: 100%; }
  @media screen and (min-width: 641px) {
    .has-background {
      min-height: 520px; }
      .has-background.low {
        min-height: 280px; }
      .has-background.medium {
        min-height: 320px; } }

.flex-feed-content {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  .flex-feed-content > div {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem; }
    @media screen and (min-width: 641px) {
      .flex-feed-content > div {
        width: 50%; } }
    @media screen and (min-width: 1025px) {
      .flex-feed-content > div {
        width: 100%; } }

.image-overlay-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  top: 0;
  right: 0; }

.section-compare-table {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: auto; }
  @media screen and (min-width: 641px) {
    .section-compare-table {
      padding: 2rem 1rem 2rem 1rem; } }
  @media screen and (min-width: 1501px) {
    .section-compare-table {
      max-width: 88%;
      margin: auto; } }
  .section-compare-table .table {
    display: table;
    width: 100%; }
  .section-compare-table .table-row {
    display: table-row; }
  .section-compare-table .table-cell {
    display: table-cell;
    padding: 1.5rem;
    vertical-align: middle;
    line-height: 1.25rem;
    border: 2px solid #fff;
    width: 26.6666%; }
    @media screen and (min-width: 641px) {
      .section-compare-table .table-cell {
        padding: 1rem; } }
    .section-compare-table .table-cell.left-header {
      width: 20%; }
    .section-compare-table .table-cell.header {
      font-weight: 700;
      color: #333333;
      font-size: 1.0625rem;
      line-height: 1.3125rem; }
    .section-compare-table .table-cell.header-font {
      font-weight: 700;
      text-align: center; }
    .section-compare-table .table-cell.red {
      background-color: #d10027;
      color: #fff; }
    .section-compare-table .table-cell.gray-1 {
      background-color: #b3b3b3; }
    .section-compare-table .table-cell.gray-2 {
      background-color: #e5e5e5; }
    .section-compare-table .table-cell.gray-3 {
      background-color: #f2f2f2; }
    .section-compare-table .table-cell b {
      font-weight: 700; }

.newsletter-section {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }
  .newsletter-section a {
    color: #d10027; }
  .newsletter-section a:hover {
    color: #a7001f; }

.large-margin-bottom {
  margin-bottom: 8vh; }

.medium-margin-bottom {
  margin-bottom: 4vh; }

.small-margin-bottom {
  margin-bottom: 2vh; }

.make-border-right {
  border-right: 1px solid #e5e5e5; }

.make-border-left {
  border-left: 1px solid #e5e5e5; }

.shadow-border-right {
  box-shadow: 1px 0px 0px #e5e5e5; }

.make-border-bottom {
  border-bottom: 1px solid #e5e5e5; }

h1.text-red, h2.text-red {
  color: #d10027; }

.flex {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }

.align-self-end, .column-has-footer div:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  align-self: end;
  justify-self: start;
  -webkit-align-self: flex-end;
  justify-content: flex-start; }

.column-has-footer {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }
  .column-has-footer div {
    width: 100%; }

.product-card-secondary .grid-column.overflow {
  overflow: visible; }

.card-product-swap {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e5e5e5; }
  .card-product-swap:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 47.5%;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e5e5e5 transparent transparent transparent; }
  @media screen and (min-width: 1281px) {
    .card-product-swap {
      margin-top: -25%; } }
  .card-product-swap h5 {
    margin: 0; }
  .card-product-swap img {
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 1.5rem; }

.flex-image-grid {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4vh;
  padding-bottom: 4vh;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center; }
  .flex-image-grid img {
    width: 100%;
    height: auto;
    max-width: 70%; }
    .flex-image-grid img.full {
      max-width: 100%; }
  .flex-image-grid .spacing {
    margin: 1.75rem; }

.campaign-content-card .card img {
  max-width: 360px; }

.campaign-content-card h2 {
  color: #d10027; }
  @media screen and (min-width: 1025px) {
    .campaign-content-card h2 {
      font-size: 3.25rem;
      line-height: 3.3125rem; } }

.audio-player, audio {
  width: 100%; }

.boxed-radio-group {
  position: relative;
  overflow: hidden; }
  .boxed-radio-group .label-container {
    min-height: 80px;
    background-color: #999999;
    margin-bottom: 1px;
    transition: all 0.3s;
    padding: 0;
    position: relative;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 641px) {
      .boxed-radio-group .label-container {
        min-height: 180px;
        border-right: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 0px; } }
    .boxed-radio-group .label-container.last-row {
      border-bottom: none; }
    .boxed-radio-group .label-container.active {
      background: #a7001f;
      z-index: 2;
      box-shadow: inset -90px 0px 90px rgba(0, 0, 0, 0.1); }
  .boxed-radio-group .form-radio.boxed-radio {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.0625rem;
    margin: 0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (min-width: 641px) {
      .boxed-radio-group .form-radio.boxed-radio {
        justify-content: center; } }
    .boxed-radio-group .form-radio.boxed-radio .dot {
      top: 0;
      border-color: transparent;
      position: relative;
      margin-right: 10px; }

.embed-video-block {
  width: 100%; }
  .embed-video-block .embed-container {
    margin: 0; }
